/*!
Theme Name: Centre for Pain Impact
Author: Centre for Pain Impact
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: centre-for-pain-impact
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.

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

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

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

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

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #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: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;
}


/* ===================================
   Body & Base Typography
   =================================== */

body {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    color: #606060;
}
.post, .page {
    margin: 0;
}

.container {
    max-width: 1310px;
}

/* ===================================
   Heading Styles
   =================================== */

h1 {
    font-family: 'Outfit', sans-serif;
    font-size: 90px;
    line-height: 1;
    font-weight: 500;
    color: #111111;
}

h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 50px;
    line-height: 1;
    font-weight: 500;
    color: #111111;
}

h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 34px;
    line-height: 1.117647058823529;
    font-weight: 500;
    color: #111111;
}

h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    line-height: 1.166666666666667;
    font-weight: 500;
    color: #111111;
}

h5 {
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    line-height: 1.166666666666667;
    font-weight: 500;
    color: #111111;
}

h6 {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    line-height: 1.166666666666667;
    font-weight: 500;
    color: #111111;
}

/* ===================================
   Anchor Tag Styles
   =================================== */

a {
    color: #78B4FD;
    text-decoration: underline;
    transition: all 0s ease;
}

a:hover {
    color: #111111;
    text-decoration: none;
}

/* ===================================
   Button Styles
   =================================== */

button,
.button {
    background-color: transparent;
    border: 2px solid #D0D0D0;
    border-radius: 8px;
    min-width: 237px;
    height: auto;
    padding: 15px 20px;
    text-align: center;
    font-family: 'Founders Grotesk', sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #111111;
    cursor: pointer;
    transition: all 0.3s ease;
}

button:hover,
.button:hover {
    background-color: #111111;
    color: #ffffff;
    border-color: #111111;
}

/* If using anchor tags with .button class */
a.button {
    display: inline-block;
    text-decoration: none;
    color: #111111;
}

a.button:hover {
    color: #ffffff;
    text-decoration: none;
}

/* ===================================
   Utility Classes (Optional)
   =================================== */

.container {
    width: 100%;
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}



/* ===================================
   Header / Navigation Styles
   =================================== */

   .header-nav {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-bottom: 0.5px solid #D0D0D0;
    height: 80px;
    transition: all 0.3s ease;
}

.header-nav.sticky-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

.header-nav.scrolled {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-nav .navbar {
    height: 80px;
    padding: 14px 0;
}

.header-nav .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
}

/* Logo */
.header-nav .navbar-brand {
    padding: 0;
    margin: 0;
}

.header-nav .logo {
    width: 172px;
    height: auto;
}

/* Navigation Links */
.header-nav .navbar-nav {
    gap: 14px;
}

.header-nav .nav-link {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #111111;
    padding: 0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.header-nav .nav-link:hover,
.header-nav .nav-link:focus {
    color: #78B4FD;
}

/* Header Actions */
.header-actions .btn {
    min-width: 134px;
    padding: 12px 20px 10px;
}

.search-icon {
    background: transparent;
    border: none;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.3s ease;
    position: relative;
}
.search-icon::before {
    content: "";
    background: url(assets/images/search-hover-icon.svg) no-repeat center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 100%;
    display: block;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.search-icon:hover::before {
    opacity: 1;
}


/* Mobile Responsive */
@media (min-width: 991px) {
    #mastHead .container-fluid.px-lg-5 {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
}
@media (max-width: 991px) {
    .header-nav .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .header-nav .navbar-nav {
        gap: 15px;
        margin-top: 20px;
    }
    
    .header-actions {
        margin-top: 20px;
        justify-content: flex-start;
    }
}





/* ===================================
   Body & Base Typography
   =================================== */

   @font-face {
    font-family: 'Outfit';
    src: url('assets/fonts/Outfit-Medium.eot');
    src: url('assets/fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Outfit-Medium.woff2') format('woff2'),
        url('assets/fonts/Outfit-Medium.woff') format('woff'),
        url('assets/fonts/Outfit-Medium.ttf') format('truetype'),
        url('assets/fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('assets/fonts/Outfit-Regular.eot');
    src: url('assets/fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Outfit-Regular.woff2') format('woff2'),
        url('assets/fonts/Outfit-Regular.woff') format('woff'),
        url('assets/fonts/Outfit-Regular.ttf') format('truetype'),
        url('assets/fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('assets/fonts/Outfit-SemiBold.eot');
    src: url('assets/fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Outfit-SemiBold.woff') format('woff'),
        url('assets/fonts/Outfit-SemiBold.ttf') format('truetype'),
        url('assets/fonts/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('assets/fonts/Outfit-Thin.eot');
    src: url('assets/fonts/Outfit-Thin.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Outfit-Thin.woff2') format('woff2'),
        url('assets/fonts/Outfit-Thin.woff') format('woff'),
        url('assets/fonts/Outfit-Thin.ttf') format('truetype'),
        url('assets/fonts/Outfit-Thin.svg#Outfit-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('assets/fonts/Outfit-Black.eot');
    src: url('assets/fonts/Outfit-Black.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Outfit-Black.woff2') format('woff2'),
        url('assets/fonts/Outfit-Black.woff') format('woff'),
        url('assets/fonts/Outfit-Black.ttf') format('truetype'),
        url('assets/fonts/Outfit-Black.svg#Outfit-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('assets/fonts/Outfit-Bold.eot');
    src: url('assets/fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Outfit-Bold.woff2') format('woff2'),
        url('assets/fonts/Outfit-Bold.woff') format('woff'),
        url('assets/fonts/Outfit-Bold.ttf') format('truetype'),
        url('assets/fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('assets/fonts/Outfit-ExtraBold.eot');
    src: url('assets/fonts/Outfit-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Outfit-ExtraBold.woff2') format('woff2'),
        url('assets/fonts/Outfit-ExtraBold.woff') format('woff'),
        url('assets/fonts/Outfit-ExtraBold.ttf') format('truetype'),
        url('assets/fonts/Outfit-ExtraBold.svg#Outfit-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('assets/fonts/Outfit-ExtraLight.eot');
    src: url('assets/fonts/Outfit-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Outfit-ExtraLight.woff2') format('woff2'),
        url('assets/fonts/Outfit-ExtraLight.woff') format('woff'),
        url('assets/fonts/Outfit-ExtraLight.ttf') format('truetype'),
        url('assets/fonts/Outfit-ExtraLight.svg#Outfit-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('assets/fonts/Outfit-Light.eot');
    src: url('assets/fonts/Outfit-Light.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Outfit-Light.woff2') format('woff2'),
        url('assets/fonts/Outfit-Light.woff') format('woff'),
        url('assets/fonts/Outfit-Light.ttf') format('truetype'),
        url('assets/fonts/Outfit-Light.svg#Outfit-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    color: #606060;
    padding-top: 80px;
}

/* ===================================
   Heading Styles
   =================================== */

h1 {
    font-family: 'Outfit', sans-serif;
    font-size: 90px;
    line-height: 1;
    font-weight: 500;
    color: #111111;
}

h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 50px;
    line-height: 1;
    font-weight: 500;
    color: #111111;
}

h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 34px;
    line-height: 1.117647058823529;
    font-weight: 500;
    color: #111111;
}

h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    line-height: 1.166666666666667;
    font-weight: 500;
    color: #111111;
}

h5 {
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    line-height: 1.166666666666667;
    font-weight: 500;
    color: #111111;
}

h6 {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    line-height: 1.166666666666667;
    font-weight: 500;
    color: #111111;
}

/* ===================================
   Anchor Tag Styles
   =================================== */

a {
    color: #78B4FD;
    text-decoration: underline;
    transition: all 0s ease;
}

a:hover {
    color: #111111;
    text-decoration: none;
}

/* ===================================
   Button Styles
   =================================== */

button,
.btn {
    background-color: transparent;
    border: 1px solid #D0D0D0;
    border-radius: 8px;
    min-width: 237px;
    height: auto;
    padding: 18px 20px 16px;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #111111;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-align: center;
}

button:hover,
.btn:hover {
    background-color: #78B4FD;
    color: #111111;
    border-color: #78B4FD;
}

/* ===================================
   Utility Classes (Optional)
   =================================== */

/* .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
} */





/* Demo specific styles */
.demo-section {
	padding: 40px 20px;
	border-bottom: 1px solid #e0e0e0;
}
.demo-section h2 {
	margin-bottom: 20px;
}
.spacing {
	margin-bottom: 20px;
}




/* ===================================
   Hero Home Banner Section
   (Added on: Feb 6, 2026)
   =================================== */

.hero_banner_sec {
    padding: 45px 0 50px;
}

.hero_banner_sec .container {
    max-width: 1280px;
}

.hero_banner_sec .row {
    margin-bottom: 0;
}

.hero_banner_sec .row:nth-child(2) {
    margin-bottom: 0;
    margin-top: 50px;
}

.hero_banner_sec h1 {
    text-align: center;
    margin-bottom: 0;
}

.hero_banner_sec p {
    text-align: center;
    max-width: 846px;
    margin: 45px auto 0;
    letter-spacing: 1%;
    font-size: 20px;
}

.hero_buttons {
display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.hero_banner_sec .btn {
    display: flex;
    align-items: center;
    gap: 9px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero_banner_sec .btn img {
    filter: brightness(0);
}

/* Hero Mobile Responsive */
@media (max-width: 768px) {
    .hero_banner_sec {
        padding: 60px 0;
    }
    
    .hero_banner_sec .row {
        margin-bottom: 40px;
    }
    
    .hero_banner_sec p {
        font-size: 18px;
    }
    
    .hero_buttons {
        flex-direction: column;
    }
    
.hero_banner_sec .btn {
        width: 100%;
    }
}

/* ===================================
   END OF HERO SECTION STYLES
   =================================== */

   
/* ===================================
   Hero Image Section
   (Added on: Feb 6, 2026)
   =================================== */

.hero_image_sec {
    padding: 50px 0;
}
.hero_image_sec .container {
    max-width: 1310px;
}
.hero_image_sec figure {
    margin: 0;
}
.hero_image_sec img {
    width: 100%;
    display: block;
    border-radius: 12px;
}
.hero_image_sec video {
    width: 100%;
    display: block;
    margin: 0;
    border-radius: 10px;
}

/* Hero Image Mobile Responsive */
@media (max-width: 768px) {
    .hero_image_sec img {
        max-height: 400px;
    }
}

/* ===================================
   Research Lab Banner Section
   (Added on: Feb 6, 2026)
   =================================== */

.lab_banner_sec {
    padding: 0 0 40px 0;
}

.lab_banner_sec .container {
    max-width: 1280px;
    padding: 0;
}

.lab_banner_sec .row {
    margin: 0;
}

.lab_banner_sec .col-12 {
    padding: 0;
}

.lab_banner_sec img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 24px;
}

/* Lab Banner Mobile Responsive */
@media (max-width: 768px) {
    .lab_banner_sec {
        padding: 0 0 30px 0;
    }
    
    .lab_banner_sec img {
        border-radius: 16px;
    }
}

/* ===================================
   END OF LAB BANNER SECTION STYLES
   =================================== */

@media (max-width: 480px) {
    .hero_image_sec img {
        max-height: 300px;
    }
}

/* ===================================
   END OF HERO IMAGE SECTION STYLES
   =================================== */

/* ===================================
   Clinical Trials Section
   (Added on: Feb 6, 2026)
   =================================== */

.clinical_trials_sec {
    padding: 50px 0;
}

.buttons-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.buttons-wrap .btn {
    display: flex;
    align-items: center;
    gap: 9px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 20px 11px;
    min-width: 202px;
}

.buttons-wrap .btn img {
    filter: brightness(0);
}
.clinical_trials_sec .content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    max-width: 630px;
}

.clinical_trials_sec .content figure {
    margin: 0;
    width: 70px;
}

.clinical_trials_sec .content p a {
    color: #606060;
}

.clinical_trials_sec .icon {
    width: 60px;
    height: 44px;
}

.clinical_trials_sec h2 {
    text-align: left;
    margin: 0;
    max-width: 550px;
}

.clinical_trials_sec p {
    font-size: 20px;
    line-height: 1.25;
    margin: 0;
}

.clinical_trials_sec .button {
    display: flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
}

.clinical_trials_sec .image-wrapper {
    width: 100%;
    max-width: 521px;
    margin: 0 0 0 auto;
}

.clinical_trials_sec .image-left .image-wrapper {
    margin: 0 auto 0 0;
    position: relative;
}

.clinical_trials_sec.team_details_sec .image-left .image-wrapper {
    background: #F4F4F4;
}
/* .clinical_trials_sec .image-left .image-wrapper svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
} */

.clinical_trials_sec .image-wrapper img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    position: relative;
    z-index: 1;
}
.clinical_trials_sec .modal-content {
    background: transparent;
    border: none;
}
.clinical_trials_sec .modal-content .modal-header {
    background: transparent;
    border: none;
}
.clinical_trials_sec .modal-content .modal-header .btn-close {
    background-color: #FFFFFF;
    opacity: 1;
}
.clinical_trials_sec .modal-content .modal-header .btn-close:hover {
    background-color: #78B4FD;
}

/* Order Classes for Flexibility */
.content-left {
    order: 1;
}

.image-right {
    order: 2;
}

/* ===================================
   END OF CLINICAL TRIALS SECTION STYLES
   =================================== */

/* ===================================
   Research Areas Section
   (Added on: Feb 6, 2026)
   =================================== */

.research_areas_sec {
    padding: 80px 0;
}

.research_areas_sec .container {
    max-width: 1280px;
}

.research_areas_sec .row {
    --bs-gutter-x: 129px;
    flex-wrap: nowrap;
}

.research_areas_sec .col-lg-6 {
    flex: 0 0 auto;
    width: calc(50% - 64.5px);
}

.research_areas_sec .content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    max-width: 630px;
}

.research_areas_sec .icon {
    width: 60px;
    height: 44px;
}

.research_areas_sec h2 {
    text-align: left;
    margin: 0;
}

.research_areas_sec p {
    font-size: 20px;
    line-height: 1.25;
    margin: 0;
}

.research_areas_sec .button {
    display: flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
}

.research_areas_sec .image-wrapper {
    width: 100%;
    max-width: 521px;
    margin: 0 auto;
}

.research_areas_sec .image-wrapper img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

/* Order Classes - Image Left, Content Right */
.image-left {
    order: 1;
}

.content-right {
    order: 2;
}

/* ===================================
   END OF RESEARCH AREAS SECTION STYLES
   =================================== */

/* ===================================
   Data Points Section
   (Added on: Feb 6, 2026)
   =================================== */

.data_points_sec {
    padding: 50px 0;
}

.data_points_sec .row {
    --bs-gutter-x: 20px;
}

.data_points_sec .col-lg-4 {
    margin-bottom: 20px;
}

.data-card {
    background-color: #92C3FF;
    border-radius: 20px;
    padding: 25px 20px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.data-card .stat-number {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 90px;
}

.data-card .stat-number .large {
    font-family: 'Outfit', sans-serif;
    font-size: 90px;
    font-weight: 500;
    line-height: 1;
    color: #111111;
    margin-right: 8px;
}

.data-card .stat-number .medium {
    font-family: 'Outfit', sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.117647058823529;
    color: #111111;
    margin-top: 0;
    margin-right: 8px;
}

.data-card p {
    font-size: 16px;
    line-height: 1.25;
    color: #111111;
    margin: 0;
}

/* ===================================
   END OF DATA POINTS SECTION STYLES
   =================================== */

/* ===================================
   FAQ Section
   (Added on: Feb 6, 2026)
   =================================== */

.faq_sec {
    padding: 50px 0;
}

.faq_sec h2 {
    margin: 0;
}

.faq_tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    position: relative;
    top: -3px;
}

.faq_tabs .nav-link {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 24px 10px;
    border-radius: 8px;
    border: 1px solid #D0D0D0;
    background-color: #FFFFFF;
    color: #111111;
    transition: all 0.3s ease;
    min-width: inherit;
}

.faq_tabs .nav-link:hover {
    border-color: #111111;
}

.faq_tabs .nav-link.active {
    background-color: #111111;
    color: #FFFFFF;
    border-color: #111111;
}

.faq_sec .accordion, .clinical_trials_sec .accordion, .accordion-wrapper .accordion {
    border: none;
    border-radius: 0;
    padding-top: 16px;
}
.clinical_trials_sec .accordion {
    padding-top: 20px;
}
.accordion-wrapper .accordion {
    padding-top: 50px;
}

.faq_sec .accordion-item, .clinical_trials_sec .accordion-item, .accordion-wrapper .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #D0D0D0;
    border-radius: 0;
}

.faq_sec .accordion-item:first-child, .clinical_trials_sec .accordion-item:first-child, .accordion-wrapper .accordion-item:first-child {
    border-top: 1px solid #D0D0D0;
}

.faq_sec .accordion-button, .clinical_trials_sec .accordion-button, .accordion-wrapper .accordion-button {
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #111111;
    background-color: transparent;
    border: none;
    padding: 34px 40px 30px 0;
    box-shadow: none;
    border-radius: 0;
}

.faq_sec .accordion-button:not(.collapsed), .clinical_trials_sec .accordion-button:not(.collapsed), .accordion-wrapper .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #111111;
    padding-bottom: 26px;
}

.faq_sec .accordion-button::after, .clinical_trials_sec .accordion-button::after, .accordion-wrapper .accordion-button::after {
    background-size: 100%;
    background-image: url(assets/images/accordion-arrow.svg);
    width: 16px;
    height: 11px;
    position: absolute;
    right: 10px;
}

.faq_sec .accordion-body, .clinical_trials_sec .accordion-body, .accordion-wrapper .accordion-body {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    line-height: 1.25;
    color: #606060;
    padding: 0 0 28px 0;
}


/* ===================================
   END OF FAQ SECTION STYLES
   =================================== */

/* ===================================
   News and Resources Section
   (Added on: Feb 6, 2026)
   =================================== */

.news_resources_sec {
    padding: 50px 0;
}

.news_resources_sec h2 {
    margin: 0;
}
.news_resources_sec .row.align-items-center.mb-5 {
    margin-bottom: 41px;
}
.news_resources_sec .mb-4 {
    margin-bottom: 20px;
}
.news_resources_sec .buttons-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    top: -6px;
}

.news_resources_sec .buttons-wrap .btn {
    min-width: 132px;
}

.news_card_link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.news_card_link:hover {
    text-decoration: none;
    color: inherit;
}

.news_card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    background-color: #F4F4F4;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    box-shadow: none;
    padding: 10px 10px 39px;
}

.news_card:hover {
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
    transform: translateY(-12px);
}

.news_card .card-img-top {
    height: 213px;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
    margin-bottom: 21px;
    border-radius: 16px;
}

.news_card .card-body {
    padding: 0;
}

.news_card .card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #111111;
    margin-bottom: 10px;
    min-height: 65px;
}

.news_card .card-meta {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    line-height: 1.25;
    color: #606060;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 10px;
}
.news_card .card-meta span {
    text-transform: uppercase;
}

/* ===================================
   END OF NEWS AND RESOURCES SECTION STYLES
   =================================== */

/* ===================================
   Partnerships Section
   (Added on: Feb 6, 2026)
   =================================== */

.partnerships_sec .container {
    background: #f3f3f3;
    padding: 50px ;
    margin: 40px auto;
    border-radius: 20px;
    width: 88%;
}

.partnerships_sec h4 {
    margin: 0 0 23px 0;
}

.partnerships_sec p {
    color: #606060;
    margin: 0;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 1%;
    max-width: 500px;
}

.partner_logos {
    margin-top: 60px;
}

.partner_logos .partner_logo_wrap img {
    max-height: 60px;
    width: auto;
    object-fit: contain;
}

/* ===================================
   END OF PARTNERSHIPS SECTION STYLES
   =================================== */

/* ===================================
   Footer Section
   (Added on: Feb 6, 2026)
   =================================== */

#footer {
    background-color: #1A1A1A;
    color: #FFFFFF;
    padding: 80px 0 0 0;
}

#footer .container {
    max-width: 1280px;
}

.footer_logo {
    max-width: 172px;
    margin-bottom: 50px;
}

/* .footer_top {
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
} */

.footer_top h3 {
    color: #FFFFFF;
    margin-bottom: 29px;   
}

.footer_top h5 {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 20px;
    color: #78B4FD;
}

.footer_top p {
    margin-bottom: 20px;
    max-width: 300px;
    color: #D0D0D0;
}

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

.footer_top ul li {
    margin-bottom: 12px;
}

.footer_top ul li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.footer_top ul li a:hover {
    color: #78B4FD;
    text-decoration: none;
}

.newsletter_form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.newsletter_form .form-control {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 12px 16px;
    color: #FFFFFF;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
}

.newsletter_form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter_form .form-control:focus {
    background-color: transparent;
    border-color: #78B4FD;
    color: #FFFFFF;
    box-shadow: none;
}

.newsletter_form .button {
    width: fit-content;
}

.footer_middle {
    padding: 60px 0 30px;
    border-bottom: 1px solid #D0D0D0;
    align-items: flex-start;
}

.footer_middle .col-lg-4,
.footer_middle .col-lg-8 {
    display: flex;
    flex-direction: column;
}

.footer_middle h5 {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 400;
    margin-bottom: 15px;
    color: #78B4FD;
}

.footer_middle p {
    font-size: 16px;
    line-height: 1.25;
    color: #D0D0D0;
    margin: 0;
}

.footer_bottom {
    padding: 30px 0;
    align-items: center;
}

.footer_bottom p {
    font-size: 14px;
    color: #D0D0D0;
    margin: 0;
    line-height: 1.5;
}

.footer_bottom .col-md-6:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.footer_bottom a {
    font-size: 14px;
    color: #D0D0D0;
    text-decoration: none;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.footer_bottom a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

/* ===================================
   END OF FOOTER SECTION STYLES
   =================================== */


   /* Video Wrapper and Play Button */
.video-wrapper {
    position: relative;
}

.video-play-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 18px 20px 18px 31px;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #111111;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.video-play-btn:hover {
    background-color: #78B4FD;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.video-play-btn svg circle {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.video-play-btn:hover svg circle {
    fill: #111111;
}

.video-play-btn svg {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
}
.modal-header .btn-close {
    min-width: inherit;
}

.breadcrumb_sec {
    padding: 73px 0 0;
}
.breadcrumb_sec ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1;
}
.breadcrumb_sec ul li {
    margin: 0 15px 0 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    position: relative;
}
.breadcrumb_sec ul li::after {
    content: "›";
    position: absolute;
    right: -11px;
    top: -4px;
    font-size: 18px;
}
.breadcrumb_sec ul li a {
    color: #606060;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.breadcrumb_sec ul li a:hover {
    color: #78B4FD;
    text-decoration: none;
}
.breadcrumb_sec ul li:last-child:after {
    display: none;
}



/* ===================================
   Clinical Trials Listing Section
   (Added on: Feb 6, 2026)
   =================================== */

.trials_listing_sec {
    padding: 80px 0 100px;
}

.trials_listing_sec .container {
    max-width: 1280px;
}

/* Filter Buttons */
.trials_filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.filter-btn {
    padding: 12px 23px 10px;
    background-color: #FFFFFF;
    border: 1px solid #D0D0D0;
    border-radius: 8px;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #111111;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: inherit;
    text-decoration: none;
}

.filter-btn.active {
    background-color: #111111;
    color: #FFFFFF;
    border-color: #111111;
}

/* Trial Cards */
.trial-card {
    position: relative;
    width: 100%;
    height: 530px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
}

.trial-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.trial-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.trial-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.7) 100%);
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 30px 0 10px;
    z-index: 2;
}

.trial-logo {
    background-color: #FFFFFF;
    padding: 12px 13px;
    border-radius: 8px;
    width: fit-content;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 30px;
    left: 30px;
}

.trial-logo img {
    max-height: 38px;
    width: auto;
    filter: none;
}

.trial-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 400px;
    overflow: auto;
    padding: 0 30px;

}

.trial-content h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.117647058823529;
    color: #FFFFFF;
    margin: 0;
}

.trial-content p {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    line-height: 1.25;
    color: #FFFFFF;
    margin: 0;
}

.trial-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0 10px;
    border-radius: 0;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.25);
    margin-top: 4px;
}

.trial-status::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FFFFFF;
}

.status-opening::before {
    background-color: #FFFFFF;
}

.status-recruiting::before {
    background-color: #78FDAD;
}

.status-closed::before {
    background-color: #FD7878;
}
.status-results::before {
    background-color: #92C3FF;
}

/* ===================================
   END OF TRIALS LISTING SECTION STYLES
   =================================== */


   /* ===================================
   Trial Detail Sticky Navigation Section
   (Added on: Feb 6, 2026)
   =================================== */

.trial_nav_sec {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
    transition: all 0.3s ease;
    position: relative;
    z-index: 999;
}

.trial_nav_sec.sticky {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
}

.trial_nav_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    gap: 20px;
}

.trial_nav_tabs {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.trial_tab {
    padding: 10px 23px 8px;
    background-color: #FFFFFF;
    border: 1px solid #D0D0D0;
    border-radius: 8px;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #111111;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.trial_tab:hover {
    border-color: #111111;
    color: #111111;
    text-decoration: none;
}

.trial_tab.active {
    background-color: #111111;
    color: #FFFFFF;
    border-color: #111111;
}

.trial_nav_actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.trial_action_btn {
    padding: 10px 23px 8px;
    border-radius: 8px;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    background-color: #FFFFFF;
    border: 1px solid #D0D0D0;
    color: #111111;
}

.trial_action_btn:hover, .trial_action_btn:focus {
    background-color: #78B4FD;
    border: 1px solid #78B4FD;
}

.clinical_trials_opening_soon_banner_sec {
    background: #F4F4F4;
    padding: 100px 0 25px;
}
.clinical_trials_opening_soon_banner_sec .trial-logo {
    left: auto;
    right: 40px;
    width: 223px;
    top: 40px;

}
.clinical_trials_opening_soon_banner_sec .trial-card {
    transform: none !important;
    cursor: default;
}
.clinical_trials_opening_soon_banner_sec .trial-logo img {
    display: block;
    width: 100%;
    max-height: inherit;
}
.clinical_trials_opening_soon_banner_sec .trial-content h1 {
    position: absolute;
    top: -14px;
    left: 40px;
    max-width: 540px;
    color: #ffffff;
}
.clinical_trials_opening_soon_banner_sec .trial-content .btn {
    position: absolute;
    right: 40px;
    bottom: 20px;
    padding: 18px 20px 16px;
    background: #78B4FD;
    border-color: #78B4FD;
    min-width: 276px;
}
.clinical_trials_opening_soon_banner_sec .trial-content .btn:hover {
    background: #FFFFFF;
    border-color: #FFFFFF;
}
.clinical_trials_opening_soon_banner_sec .trial-content .btn img {
    margin-left: 5px;
}
.clinical_trials_opening_soon_banner_sec .trial-content p {
    font-size: 24px;
    line-height: 1.166666666666667;
    font-weight: 500;
}
.clinical_trials_opening_soon_banner_sec .trial-content {
    padding: 0 40px 20px;
}
.clinical_trials_opening_soon_banner_sec .trial-status {
    font-size: 20px;
    font-weight: 400;
    gap: 11px;
    padding-top: 22px;
}
.clinical_trials_opening_soon_banner_sec .trial-status::before {
    width: 12px;
    height: 12px;
}



/* ===================================
   Trial Overview Content Sections
   (Added on: Feb 6, 2026)
   =================================== */

/* Profile Card */
.profile_card {
    display: flex;
    align-items: center;
    gap: 21px;
    background: #92C3FF;
    border-radius: 8px;
    padding: 20px 20px;
    margin: 36px 0 42px;
}

.profile_image {
    flex-shrink: 0;
}

.profile_image img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    object-fit: cover;
    overflow: hidden;
    background-color: #ffffff;
}

.profile_info {
    flex-grow: 1;
}

.profile_info h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.166666666666667;
    color: #111111;
    margin: 0 0 -1px 0;
}

.profile_role,
.profile_title {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    line-height: 1.25;
    color: #111111;
    margin: 0;
    letter-spacing: 0.2px;
}

.profile_title {
    font-weight: 400;
}

/* Content Blocks */
.content_block {
    margin-bottom: 39px;
    border-bottom: solid 1px #D0D0D0;
    padding-bottom: 38px;
}

.content_block:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.content_block h4 {
    margin-bottom: 19px;
}

.content_block p {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    line-height: 1.25;
    color: #606060;
    margin: 0 0 20px 0;
}
.content_block .btn {
    padding: 12px 23px 10px;
    min-width: inherit;
}
.content_block .btn img {
    margin-left: 5px;
}
.content_block .btn.btn-secondary {
    background: #78B4FD;
    border-color: #78B4FD;
    min-width: 276px;
    padding: 18px 20px 16px;
}
.content_block .btn.btn-secondary:hover {
    background: #ffffff;
}

.content_block p:last-child {
    margin-bottom: 0;
}
.content_block .video-wrapper {
    margin-top: 35px;
    border-radius: 16px;
    overflow: hidden;
}
.content_block .video-play-btn {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 249px;
}

/* Content Media */
.content_media {
    margin: 48px 0;
    border-radius: 16px;
    overflow: hidden;
}

.content_media img {
    width: 100%;
    height: auto;
    display: block;
}

/* Trial Content Section Headings */
.trial_content_sec {
    background: #F4F4F4;
    padding: 25px 0;
}
.trial_content_sec h1 {
    font-family: 'Outfit', sans-serif;
    font-size: 90px;
    font-weight: 500;
    line-height: 1;
    color: #111111;
    margin: 0 0 40px 0;
}
.trial_content_wrapper {
    background: #ffffff;
    border: solid 1px #D0D0D0;
    border-radius: 20px;
    padding: 112px 30px 100px;
}
.trial_content_wrapper_inner {
    max-width: 846px;
    margin: 0 auto;
}
#overview .trial_content_wrapper {
    padding-bottom: 40px;
}
address {
    color: #111111;
}
.trial_content_wrapper_inner h2 + .content_block {
    padding-top: 50px;
}


/* ===================================
   STUDY TEAM SECTION STYLES
   =================================== */

.study_team_sec {
    padding: 77px 0 55px;
    background: #F4F4F4;
    overflow: hidden;
}

.study_team_sec .container {
    overflow: visible;
}

.study_team_sec h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
    margin: 0;
}

.carousel-controls {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.carousel-control-btn {
    width: 56px;
    height: 32px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    min-width: inherit;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 1 !important;
}

.carousel-control-btn img {
    width: 8px;
    height: 8px;
}
.team_card_image {
    width: 100%;
    max-height: 391px;
    overflow: hidden;
    background: #F4F4F4;
    margin-bottom: 21px;
    border-radius: 16px;
    position: relative;
}
.team_card_image svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.team_card_image.shape_2 svg, .team_card_image.shape_5 svg {
    top: -11px;
}
.team_card_image svg path {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.team_card_image img {
    width: 100%;
    height: 385px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.team_card_content h4 {
    margin-bottom: 4px;
}

.team_card_content .btn {
    min-width: inherit;
    background: #ffffff;
    padding: 12px 23px 10px;
    opacity: 0;
    visibility: hidden;
}
.team_card_content .btn:hover, .team_card_content .btn:focus {
    background: #78B4FD;
    color: #111111;
}
.team_card:hover .btn {
    opacity: 1;
    visibility: visible;
}



/* Carousel Specific Styles */
.team-carousel-wrapper {
    position: relative;
    overflow: visible;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}
.team-carousel-wrapper::before {
    content: "";
    position: absolute;
    left: -500%;
    top: 0;
    bottom: 0;
    display: block;
    background: #F4F4F4;
    width: 500%;
    z-index: 1;
}

.team-carousel-wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.team-carousel {
    position: relative;
    overflow: visible;
}

.team-carousel .carousel-inner {
    display: flex;
    align-items: stretch;
    transition: transform 0.6s ease-in-out;
    will-change: transform;
    overflow: visible;
}

.team-carousel .carousel-item {
    display: block !important;
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
    min-width: calc(25% - 20px);
    margin-right: 20px;
    position: relative;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Clone items for infinite scroll */
.team-carousel .carousel-item.clone {
    display: block !important;
}

/* Override Bootstrap defaults */
.team-carousel .carousel-item.active,
.team-carousel .carousel-item-next,
.team-carousel .carousel-item-prev,
.team-carousel .carousel-item-start,
.team-carousel .carousel-item-end {
    display: block !important;
    transform: none !important;
}

/* Remove Bootstrap animations */
.team-carousel .carousel-item-next,
.team-carousel .carousel-item-prev {
    position: relative !important;
}

.team-carousel .carousel-item-next.carousel-item-start,
.team-carousel .carousel-item-prev.carousel-item-end,
.team-carousel .active.carousel-item-end,
.team-carousel .active.carousel-item-start {
    transform: none !important;
}

.study_team_sec.related-news-sec {
    padding-bottom: 188px;
}
.study_team_sec.related-news-sec .team-carousel-wrapper {
    margin-top: 15px;
}
.study_team_sec.related-news-sec .news_card_link .news_card {
    background: #ffffff;
}

/* ===================================
   END OF STUDY TEAM SECTION STYLES
   =================================== */

   .results_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.result_item {
    background-color: #F5F5F5;
    border-radius: 16px;
    padding: 24px 40px 18px 20px;
    transition: all 0.3s ease;
}

.content_block > figure {
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
    margin: 50px 0;
}

.content_block > figure img {
    display: inline-block;
}

.result_item:hover {
    background-color: #EEEEEE;
}

.result_date {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    color: #606060;
    margin: 0 0 18px 0;
    display: block;
}

.result_item p {
    color: #111111;
    font-size: 20px;
    letter-spacing: 0.2px;
    margin-bottom: 17px;
}

.result_link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    color: #606060;
    text-decoration: none;
    transition: all 0.3s ease;
}

.result_link:hover {
    color: #111111;
}

.result_link svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.result_link:hover svg {
    transform: translate(2px, -2px);
}
.result_summary_overview_table {
    background: #F4F4F4;
    padding: 25px 20px 19px;
    border-radius: 20px;
    margin-top: 40px;
}
.result_summary_overview_table p {
    font-size: 14px;
    margin-bottom: 18px;
}
.result_summary_overview_table .btn {
    background: #111111;
    color: #FFFFFF;
    border-color: #111111;
    padding: 12px 44px 10px 23px;
    position: relative;
}
.result_summary_overview_table .btn:hover {
    opacity: 0.7;
}
.result_summary_overview_table .btn img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}



/* ===================================
   Research Area Detail Section
   (Added on: Feb 6, 2026)
   =================================== */

   .research_detail_sec {
    padding: 50px 0;
}

.research_header {
    padding-left: 108px;
    position: relative;
}
.research_header figure {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    margin: 0;
    width: 83px;
}
.research_header figure img {
    width: 100%;
    display: block;
}
.research_header p {
    font-size: 14px;
    margin-bottom: 20px;
}
.research_description {
    padding-top: 44px;
}


/* Program Cards */
.research_programs {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 24px;
}

.program_card {
    display: flex;
    gap: 30px;
    background-color: #F5F5F5;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 20px;
}

.program_card:hover {
    background-color: #EEEEEE;
    transform: translateY(-2px);
}

.program_image {
    flex-shrink: 0;
    width: 186px;
    height: auto !important;
    /* overflow: hidden;
    border-radius: 16px ; */
}

.program_image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 0;
}

.program_content {
    flex-grow: 1;
    padding: 2px 40px 0 0
}

.program_content h4 {
    margin: 0 0 19px 0;
    max-width: 738px;
}

.program_content p {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #606060;
    margin: 0 0 20px 0;
    max-width: 657px;
}

.program_buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.program_buttons .btn {
    background: #ffffff;
    padding: 12px 23px 10px;
    min-width: inherit;
}
.program_buttons .btn img {
    margin-left: 7px;
    position: relative;
}
.program_buttons .btn:hover {
    background: #78B4FD;
}



.about_cpi_partnerships_sec {
    padding: 37px 0 20px;
}
.about_cpi_partnerships_sec figure {
    height: 306px;
    background: #F4F4F4;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.about_cpi_partnerships_sec figure img {
    display: inline-block;
    vertical-align: middle;
    height: 96px;
}
.about_cpi_partnerships_sec p {
    font-size: 20px;
}
.about_cpi_partnerships_sec p a {
    color: #606060;
}


.team_filter_sec .trials_filters {
    margin-bottom: 34px;
}
#meet-leadership-team.trials_listing_sec {
    padding-bottom: 3px;
}
#meet-leadership-team.trials_listing_sec .trial-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 53%, rgba(0, 0, 0, 0.7) 100%);
}
#meet-leadership-team.trials_listing_sec .trial-content p {
    font-size: 20px;
    padding-top: 4px;
}
#meet-leadership-team.trials_listing_sec .trial-content {
    padding: 0 21px 9px;
}

.related_clinical_trials_projects_sec {
    background: #ffffff;
    padding: 21px 0 55px;
}
.related_clinical_trials_projects_sec .carousel-control-btn {
    position: relative;
    top: -10px;
}
.related_clinical_trials_projects_sec .team-carousel-wrapper::before {
    background: #FFFFFF;
}
.related_clinical_trials_projects_sec .team-carousel .carousel-item {
    max-width: calc(33.3333% - 15px);
    min-width: calc(33.3333% - 15px);
    flex: 0 0 calc(33.3333% - 15px);
}
.related_clinical_trials_projects_sec > .container > .row.mb-4 {
    margin-bottom: 40px !important;
}

.related_publications_sec {
    padding: 46px 0 25px;
}
.related_publications_sec .content_block .results_list {
    margin-top: 42px;
}
.related_publications_sec .buttons-wrap {
    justify-content: end;
}
.related_publications_sec .result_item > * {
    max-width: 787px;
}

.related_publications_sec + .related-news-sec {
    background: #ffffff;
}
.related_publications_sec + .related-news-sec .team-carousel-wrapper::before {
    background: #ffffff;
}
.related_publications_sec + .related-news-sec .news_card_link .news_card {
    background: #F4F4F4;
}

.related_publications_sec + #footer {
    margin-top: 143px;
}

.team_details_sec .image-wrapper img {
    aspect-ratio: 1 / 1.28;
}
.team_details_sec h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}
.current_appointments_content {
    border-top: solid 1px #D0D0D0;
    padding: 27px 0 18px;
    margin-bottom: 51px;
}
.current_appointments_content ul {
    margin: 24px 0 0 0;
    padding: 0 0 0 23px;
    color: #111111;
}
.current_appointments_content ul li a {
    color: #111111;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.current_appointments_content ul li a:hover {
    color: #78B4FD;
}
.mob_btn_wrap {
    display: none;
}
.mob_read_more_text p {
    margin-bottom: 30px;
}
.linkedin_link {
    border-top: solid 1px #D0D0D0;
    padding: 21px 0 0;
    margin-top: 23px;
}
.linkedin_link {
    margin-top: 18px;
}
.email_link a, .linkedin_link a {
    color: #111111;
    display: inline-block;
    padding-left: 25px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.email_link a img, .linkedin_link a img {
    position: absolute;
    left: 0;
    top: 4px;
}
.linkedin_link a img {
    top: 2px;
}
.email_link a:hover, .linkedin_link a:hover {
    color: #78B4FD;
}
.team_details_sec p {
    font-size: 16px !important;
}
.load_more_news_resources_btn_wrap {
    margin-top: 30px;
}
.load_more_news_resources_btn_wrap .buttons-wrap {
    justify-content: center;
}
.load_more_news_resources_btn_wrap .buttons-wrap .btn {
    min-width: 142px;
    padding: 17px 20px;
}


.news_resources_details_sec {
    padding: 54px 0;
}
.news_resources_details_sec h2 {
    margin-bottom: 48px;
}
.news_resources_details_sec .container {
    max-width: 1094px;
}
.news_resources_details_content {
    max-width: 846px;
    margin: 0 auto;
}
.news_resources_details_content figure {
    margin-bottom: 71px;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
}
.news_resources_details_content figure img {
    display: block;
    width: 100%;
}
.news_resources_details_content p {
    margin-bottom: 20px;
    color: #606060;
}
.news_resources_details_content p a {
    color: #606060;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.news_resources_details_content p a:hover {
    color: #78B4FD;
}
.news_resources_details_content h4 {
    margin-bottom: 19px;
    padding-top: 31px;
}
.news_resources_date {
    display: block;
    color: #606060;
    font-size: 20px;
    margin-bottom: 33px;
}

.gform_heading {
    max-width: 846px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 19px;
}
.gform_description {
    color: #606060;
    font-size: 20px;
    line-height: 1.25;
}


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 {
    border: solid 1px #606060 !important;
    height: 52px !important;
    border-radius: 10px !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 400 !important;
}
.gform_wrapper {
    max-width: 846px;
    margin: 0 auto 100px;
    border: solid 1px #D0D0D0;
    padding: 100px 107px 127px;
    border-radius: 10px;
}
.gfield_label {
    color: #111111 !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 9px !important;
}
.gform-theme--framework .gform-field-label>.gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform_editor legend.gform-field-label>span>.gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    color: #606060 !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 400 !important;
}
.gform-theme--foundation .gform_fields {
    row-gap: 51px !important;
}
legend.gfield_label {
    font-size: 34px !important;
    line-height: 1.117647058823529 !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 500 !important;
    margin-bottom: 34px !important;
}
.gfield_radio .gchoice label {
    background-color: transparent;
    border: 1px solid #D0D0D0;
    border-radius: 8px;
    height: auto;
    padding: 12px 23px 10px 24px;
    text-align: center;
    font-family: 'Outfit', sans-serif !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    color: #111111;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-align: center;
    margin: 0 7px 0 0;
}

.gfield_radio .gchoice label:hover, .gfield_radio .gchoice input:checked + label {
    background-color: #111111;
    color: #fff;
    border-color: #111111;
}
.gfield_radio {
    display: block !important;
}
.gfield_radio .gchoice {
    display: inline-block !important;
    vertical-align: top;
    position: relative;
    margin-bottom: 9px !important;
}
.gfield_radio .gchoice input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.gform-theme--foundation .gfield textarea.large {
    min-block-size: 13.63rem !important;
}
.ginput_container_textarea {
    padding-top: 0;
}
.gfield_consent_label {
    color: #111111 !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 24px !important;
}
.ginput_container_consent input[type="checkbox"] {
    width: 24px !important;
    height: 24px !important;
    display: inline-block !important;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    margin: 0 0 0 5px !important;
    position: relative !important;
    top: 2px !important;
    color: #78B4FD !important;
}

button[type="submit"], input[type="button"], input[type="reset"], input[type="submit"] {
    background: #78B4FD !important;
    color: #111111 !important;
    border: none !important;
    outline: none !important;
    border-radius: 10px !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 500 !important;
    width: 206px !important;
    height: 52px !important;
}
button[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #111111 !important;
    color: #FFFFFF !important;
}
.gform_validation_errors {
    display: none !important;
}
.gravity_form_block_sec {
    padding: 60px 0 0;
}
.gravity_form_block_sec h1 {
    max-width: 846px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
}




.error404 #mastHead, .error404 #footer {
    display: none
}
.error404 {
    padding-top: 0 !important;
}
.error404 .site-wrapper {
    padding-top: 0;
    background: #FFFFFF;
}
.error-404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    padding: 40px 0;
    overflow: auto;
    background: #78B4FD
}
.error-404 h1 {
    margin-bottom: 30px;
    color: #000;
    font-size: 70px;
    letter-spacing: 0;
    margin-top: 0
}
.error_inner_wrap {
    background: #FFFFFF;
    padding: 50px 25px;
    max-width: 500px;
    margin: 0 auto;
    color: #000;
    border-radius: 5px;
    text-align: center
}
.error_inner_wrap h3 {
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
    padding: 13px 0;
    margin-bottom: 20px;
    color: #000;
    font-size: 22px
}
.error_inner_wrap p {
    margin-bottom: 30px;
    font-size: 22px
}

#footer .gform_wrapper {
    padding: 0 !important;
    border: none !important;
}
#footer .gform_wrapper .gform_fields {
    row-gap: 0 !important;
    border: solid 1px #606060 !important;
    border-radius: 10px !important;
}
#footer .gform_wrapper .gform_fields  input {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    color: #D0D0D0 !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 400 !important;
    outline: none !important;
    box-shadow: none !important;
}
#footer .gform_wrapper .gform_fields > div:last-child {
    border-top: solid 1px #606060 !important;
}
#footer .gform_wrapper .gform-footer input[type="submit"] {
    width: 118px !important;
    height: 40px !important;
    min-width: 118px !important;
}
#footer .gform_wrapper .gform-footer input[type="submit"]:hover, #footer .gform_wrapper .gform-footer input[type="submit"]:focus {
    background: #ffffff !important;
    color: #111111 !important;
}
.newsletter-form > div {margin-bottom: 0 !important;}


.search-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 9999;
    display: none;
    padding: 250px 0;
}
.search-modal form {
    position: relative;
}
.search-modal.active {
    display: flex;
}
.search-modal-open {
    overflow: hidden;
    height: 100vh;
}
.search-modal-content {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 0 15px;
}
.search-modal-content label {
    display: block;
}
.search-modal-content .search-submit {
    background: url('assets/images/search-icon.svg') no-repeat center center !important;
    background-size: 100% 100% !important;
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    min-width: inherit;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
}
.search-modal-content .search-submit:hover {
    background-image: url('assets/images/search-icon.svg') !important;
    background-color: transparent !important;
}
.search-modal-content label input {
    width: 100%;
    border: none !important;
    border-bottom: solid 1px #000000 !important;
    border-radius: 0 !important;
    font-size: 22px;
    padding-right: 40px;
    outline: none !important;
}
.search-modal-content label input {
    color: #000000;
}
.search-modal-content label input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
}
.search-modal-content label input::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
}
.search-modal-content label input:-ms-input-placeholder { /* IE 10+ */
    color: #000000;
}
.search-modal-content label input:-moz-placeholder { /* Firefox 18- */
    color: #000000;
}
.search-modal-content label input::-webkit-search-cancel-button {
    display: none;
}
.close-search {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    background: #78B4FD;
    color: #111111;
    width: 30px;
    height: 30px;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.close-search:hover {
    color: #FFFFFF;
    background: #111111;
}


.back-to-top {
    position: fixed;
    bottom: 50px;
    right: 80px;
    min-width: 92px !important;
    padding: 11px 15px;
    display: none;
    background: #FFFFFF;
    z-index: 99;
}
.back-to-top:hover {
    background: #78B4FD;
}
.back-to-top img {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    margin: 0 0 0 6px;
}

nav.navigation.pagination {
    display: block;
    text-align: center;
    padding: 50px 0 0;
}
nav.navigation.pagination .page-numbers {
    display: inline-block;
    padding: 7px 15px;
    background: #111111;
    margin: 0 5px;
    text-decoration: none;
    color: #ffffff;
}
nav.navigation.pagination .page-numbers:hover {
    background: #78B4FD;
    color: #111111;
}


.clinical_trials_sec + #footer, .research_detail_sec + #footer {
    margin-top: 143px;
}
.about_cpi_partnerships_sec .row .col-lg-6 {
    padding-top: 11px;
    padding-bottom: 11px;
}
.team_card {
    margin-bottom: 10px;
}

.team_card:hover svg path {
    fill: #92C3FF;
}

.gform_confirmation_message {
    text-align: center !important;
    color: #008000 !important;
    font-weight: 500 !important;
}
.reduce-the-space .ginput_container_consent {
    margin-bottom: -50px;
    position: relative;
    top: 15px;
}
.reduce-the-space .ginput_container_consent .gfield_consent_label {
    margin-bottom: 0 !important;
}
.search_results_sec input {
    padding: 0 15px !important;
}
.search_result_type .badge {
    color: #111111 !important;
    box-shadow: none;
    font-weight: 400;
}

#followus .modal-dialog {
    max-width: 846px;
    width: 100%;
}
#followus .modal-dialog .gform_wrapper {
    padding: 0 !important;
    border: none !important;
    margin: 0 !important;
}
#followus .modal-body {
    max-width: 630px;
    margin: 0 auto !important;
    padding: 39px 0 95px !important;
}
#followus .modal-body h3 {
    margin-bottom: 40px;
}
#followus .modal-body p {
    color: #606060;
    font-size: 20px;
    line-height: 1.25;
}
#followus .modal-header {
    border-bottom: none !important;
}

#followus .modal-header .btn-close {
    border: solid 1px #D0D0D0;
    padding: 11px 21px;
    position: relative;
    top: 14px;
    right: 14px;
}

#followus button[type="submit"], #followus input[type="button"], #followus input[type="reset"], #followus input[type="submit"] {
    min-width: 111px !important;
    width: 111px !important;
}
.search_results_sec .program_buttons {display: none;}
.post-template-default .news_resources_sec .mb-4 {margin-bottom: 54px !important;}


.team_filter_sec + .clinical_trials_sec {
    padding-top: 0;
}
p.cpi-no-trials {
    margin: 50px 0 100px;
}

.slick-arrow {min-width: inherit;width: 56px;height: 32px;padding: 0;position: absolute;top: -50px;right: 20px;font-size: 0;line-height: 0;background:#FFFFFF url(assets/images/arrow-right.svg) no-repeat center center;background-size: 8px;z-index: 1;}
.slick-arrow.slick-prev {right: 86px;transform: rotate(180deg);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);}
.search_box_wrap .search-submit {
    min-width: 120px;
    width: 120px !important;
}
.search_box_wrap label {
    margin-right: 10px;
    width: 45%;
}
.search_box_wrap .search-field {
    width: 100%;
    display: block;
}


.site_loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #78B4FD;
    z-index: 9999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}
.site_loader figure {
    max-width: 600px;
    margin: 0 auto;
}
.home .site_loader {
    display: flex;
}

.consultancy-feature-project .slick-slide {
    vertical-align: top;
}
.consultancy-feature-project .slider-wrapper .slide figure img {
    height: 244px;
    object-fit: cover;
}

span.gfield_required.gfield_required_text {
    text-transform: lowercase;
}
.meta-date {
	text-transform:unset !important;
}
.program_content a {
    text-decoration: none;
}
.current_appointments_content p {
    margin: 24px 0 0 0;
    padding: 0 0 0 23px;
    color: #111111;
}
.current_appointments_inner {
    padding-bottom: 31px;
    border-bottom: solid 1px #D0D0D0;
    margin-bottom: 30px;
}
.team-links-repeater {
    border-bottom: solid 1px #D0D0D0;
    padding: 0 0px 21px 0;
    margin-bottom: 23px;
}

.footer_bottom_logos {
    margin-top: 20px;
}
.footer_bottom_logos figure {
    max-width: 120px;
}