/*
Theme Name: sapience
Author: AldenMc
Author URI: http://aldenmc.com/
Description:
Version: 1.0

*/


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #092f57;
	font-family: 'Rubik', sans-serif;;
	font-size: 20px; /*Formerly 18px Barry request to enlarge*/
	font-weight: 400;
	line-height: 1.7;
}

body {
	background: #ffffff;
	overflow: hidden;
}

a {
	color: #FF7F30;
	text-decoration: none;
}

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

a:active,
a:hover {
	color: #FF7F30;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 500;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.5;
}

h2 {
	font-size: 32px;
	line-height: 1.3;
	font-weight: 400;
	text-transform: uppercase;
}
h2 span {
  font-weight: 500;
  color: #FF7F30;
}
h3 {
	font-size: 22px;
	line-height: 1.5;
}
h4 {
	font-size: 20px;
	line-height: 1.5;
}

h5 {
	font-size: 18px;
	line-height: 1.5;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 500;
}

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

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

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.26;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}
.wp-block-separator {
  border: none;
	background-color: #FF7F30;
  height: 1.5px;
  margin: 20px 0;
}
/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #FF7F30;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #FF7F30;
	color: #fff;
	text-shadow: none;
}
.dkblue {
	color:#092f57;
}

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #FF7F30;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #FF7F30;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

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

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

 .safezoneA {
 	max-width: 1700px;
 	margin: 0 auto;
 }
 .safezoneB {
 	max-width: 1300px;
 	margin: 0 auto;
 }

.site {
	background-color: #fff;
	position: relative;
}

.main-content {
	width: 100%;
}


/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}
#site-header {
	position: relative;
	z-index: 3;
}
.site-header {
	background-color: #fff;
	background-color: transparent;
	width: 100%;
	z-index: 99999;
	top:0;
	position: fixed;
  height: 143px;
	transition: 300ms;
}
.header-main {
	min-height: 48px;
}
.site-title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Search in the header */

.search-toggle {
	background-color: #FF7F30;
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #FF7F30;
}

.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 20px;
	margin-top: 14px;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 48px;
	right: 0;
	width: 100%;
	z-index: 2;
}

.search-box {
	background-color: #FF7F30;
	padding: 12px;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
	font-size: 18px;
	color: #092F57;
	font-weight: 300;
  letter-spacing: .5px;
	display: block;
	text-transform: uppercase;
}

.site-navigation a:hover {
	color: #FF7F30;
}
.page-id-35 #menu-item-400 a {
	color: #ffffff;
	text-shadow: none;
}
.page-id-35 #menu-item-400 a:hover {
	color: #092F57;
	text-shadow: 0.5px 0.5px 0px #092f57, -0.5px -0.5px 0px #092f57, -0.5px 0.5px 0px #092f57, 0.5px -0.5px 0px #092f57;
}
.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #ff7f30;
	font-weight: 300;
	text-shadow: .5px .5px 0px #ff7f30, -.5px -.5px 0px #ff7f30, -.5px .5px 0px #ff7f30, .5px -.5px 0px #ff7f30;

}

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 14px;
	padding-top: 24px;
}

.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}

.primary-navigation a {
	padding: 7px 0;
}
/* Navigation */

.site-navigation li .current_page_item > a,
.site-navigation li .current_page_ancestor > a,
.site-navigation li .current-menu-item > a,
.site-navigation li .current-menu-ancestor > a {
	color: #092F57;
	text-shadow: .5px .5px 0px #092F57, -.5px -.5px 0px #092F57, -.5px .5px 0px #092F57, .5px -.5px 0px #092F57;
}

/* Primary Navigation */
.primary-navigation {
  position: relative;
	float: right;
	font-size: 11px;
	padding: 0;
	text-transform: uppercase;
}

.primary-navigation .menu-toggle {
	display: none;
	padding: 0;
}

.primary-navigation .nav-menu {
	border-bottom: 0;
	display: block;
}

.primary-navigation.toggled-on {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

.primary-navigation li {
	border: 0;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	/* position: static; */
}
.primary-navigation a {
	display: inline-block;
	padding: 0 10px;
	white-space: nowrap;
}
.primary-navigation li:last-of-type a {
	/* padding-right: 0; */
}
.primary-navigation ul ul {
	background-color: #FF7F30;
	float: left;
	margin: 0;
	position: absolute;
	top: 48px;
	right: -999em;
	/* z-index: 99999; */
  width: 100%;
  /* transition: 300ms ease-in-out; */
}
.primary-navigation li li {
	border: 0;
	display: inline-block;
	height: auto;
	line-height: 1.0909090909;
}
.primary-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.primary-navigation ul ul a {
	padding: 18px 12px;
	white-space: normal;
	/* width: 176px; */
}
.primary-navigation {
	margin-top: 60px;
}
.primary-navigation li {
	height: 83px;
	line-height: 83px;
	margin-left: -3px;
}
.primary-navigation ul ul {
	top: 82px;
	height: 48px;
  line-height: 48px;
}
.primary-navigation li li {
	position: relative;
  height: 48px;
  line-height: 48px;
}
.primary-navigation li li:first-of-type:before {
	position: absolute;
	content: "";
	top: 0;
  right: calc(100% - 3px);
  width: 20vw;
  height: 100%;
	background: rgb(255,127,48);
	background-color: rgb(255,127,48);
	background: linear-gradient(90deg, rgba(255,127,48,0) 0%, rgba(255,127,48,1) 100%);
}
.primary-navigation li li:first-of-type:after {
	position: absolute;
	content: "";
	top: 0;
  left: 100%;
  width: 100vw;
  height: 100%;
	background-color: rgb(255,127,48);
}
.page-id-36 #primary-navigation .menu-item-59:before,
.page-id-37 #primary-navigation .menu-item-59:before,
.page-id-38 #primary-navigation .menu-item-59:before {
	position: absolute;
	content: "";
	top: 82px;
  right: calc(100% - 3px);
  width: 20vw;
  height: 48px;
	background: rgb(255,127,48);
	background-color: rgb(255,127,48);
	background: linear-gradient(90deg, rgba(255,127,48,0) 0%, rgba(255,127,48,1) 100%);
}
.page-id-36 #primary-navigation .menu-item-59:after,
.page-id-37 #primary-navigation .menu-item-59:after,
.page-id-38 #primary-navigation .menu-item-59:after {
	position: absolute;
	content: "";
	top: 82px;
  left: 0%;
  width: 100vw;
  height: 48px;
	background-color: rgb(255,127,48);
}
.primary-navigation ul ul a {
	color: #ffffff;
  padding: 0 22px 0 10px;
}
.primary-navigation div > ul > li:hover > a,
.primary-navigation div > ul > li.focus > a {
	color: #ff7f30;
	text-shadow: 0.5px 0.5px 0px #ff7f30, -0.5px -0.5px 0px #ff7f30, -0.5px 0.5px 0px #ff7f30, 0.5px -0.5px 0px #ff7f30;
}
/* .primary-navigation li:hover > a,
.primary-navigation li.focus > a {
	color: #ff7f30;
	text-shadow: 0.5px 0.5px 0px #ff7f30, -0.5px -0.5px 0px #ff7f30, -0.5px 0.5px 0px #ff7f30, 0.5px -0.5px 0px #ff7f30;
} */
.primary-navigation ul ul a:hover,
.primary-navigation ul ul li.focus > a {
  color: #092F57;
	text-shadow: .5px .5px 0px #092F57, -.5px -.5px 0px #092F57, -.5px .5px 0px #092F57, .5px -.5px 0px #092F57;
	/* background-color: #FF7F30; */
}

.primary-navigation ul li:hover > ul,
.primary-navigation ul li.focus > ul {
	left: auto;
  right: 0;
	z-index: 999;
}
.primary-navigation ul li:hover > ul li:first-of-type:before {
	/* opacity: 0; */
}
.site-navigation .current_page_parent > ul {
	left: auto;
  right: 0;
}
.primary-navigation ul ul li:hover > ul,
.primary-navigation ul ul li.focus > ul {
	left: 100%;
}

.primary-navigation .menu-item-has-children > a,
.primary-navigation .page_item_has_children > a {
	/* padding-right: 26px; */
}

.primary-navigation .menu-item-has-children > a:after,
.primary-navigation .page_item_has_children > a:after {
	content:none !important;
	-webkit-font-smoothing: antialiased;
	content: "\f502";
	display: inline-block;
	font: normal 8px/1 Genericons;
	position: absolute;
	right: 12px;
	top: 22px;
	vertical-align: text-bottom;
}

.primary-navigation li .menu-item-has-children > a,
.primary-navigation li .page_item_has_children > a {
	padding-right: 20px;
	width: 168px;
}

.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
	content: "\f501";
	right: 8px;
	top: 20px;
}
.primary-navigation a span {
	text-transform: lowercase;
	color: #fff;
	font-weight: 300;
}
.primary-navigation ul ul a:hover span,
.primary-navigation ul ul li.focus > a span {
  color: #092F57;
  text-shadow: 0.5px 0.5px 0px #092f57, -0.5px -0.5px 0px #092f57, -0.5px 0.5px 0px #092f57, 0.5px -0.5px 0px #092f57;
}
.site-navigation li .current_page_item > a span,
.site-navigation li .current_page_ancestor > a span,
.site-navigation li .current-menu-item > a span,
.site-navigation li .current-menu-ancestor > a span  {
    color: #092F57;
    text-shadow: 0.5px 0.5px 0px #092f57, -0.5px -0.5px 0px #092f57, -0.5px 0.5px 0px #092f57, 0.5px -0.5px 0px #092f57;
}
/* .primary-navigation .current_page_item a span {
	color: #092F57;
}
.primary-navigation li li:hover a span {
	color: #092F57;
} */


/* Secondary Navigation */

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}

.menu-toggle {
	background-color: #000;
	border-radius: 0;
	cursor: pointer;
	height: 48px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 48px;
}

.menu-toggle:before {
	color: #fff;
	content: "\f419";
	padding: 16px;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background-color: #444;
}

.menu-toggle:focus {
	outline: 1px dotted;
}


/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.content-area {
	padding-top: 48px;
	padding-bottom: 48px;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
}

.page-content {
	margin-bottom: 48px;
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
}

.entry-title {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}

.entry-title a {
	color: #2b2b2b;
}

.entry-title a:hover {
	color: #FF7F30;
}

.site-content .entry-header {
	background-color: #fff;
	padding: 0 10px 12px;
}

.site-content .has-post-thumbnail .entry-header {
	padding-top: 24px;
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #FF7F30;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #FF7F30;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #FF7F30;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #FF7F30;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	hyphens:none;
	word-wrap: break-word;
}
.page .entry-content {
	padding-top: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	color: #092f57;
	color: #FF7F30;
  text-decoration: underline;
  /*text-decoration: none; JP - Marisa request to underline links */
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	color: #FF7F30;
	text-decoration: underline;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #FF7F30;
}


/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #FF7F30;
	border: 1px solid #FF7F30;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #FF7F30;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #FF7F30;
}

.paging-navigation a:hover {
	border-top: 5px solid #FF7F30;
	color: #2b2b2b;
}




/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}



/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #767676;
	padding: 48px 10px 0;
}

/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

.site-footer {
	background-color: #092F57;
	color: #fff;
	font-size: 14px;
	position: relative;
	z-index: 3;
}
.site-info {
	display: flex;
	gap: 2em;
	justify-content: flex-start;
	padding: 25px 0px;
}
.site-info div:first-of-type {
	flex: 1 0 50%;
}
.site-info div {
	flex: 2 0 5%;
}
.nav-block {
  flex-basis: 3% !important;
}
.contact-block {
  flex-basis: 6% !important;
}
.social-block {
  flex-basis: 2% !important;
}
.site-footer p {
	color: #fff;
	line-height: 1.4;
  margin-bottom: 5px;
}
.site-footer p strong {
	color: #FF7F30 !important;
  font-size: 16px;
}
.site-footer ul {
  margin-left: 0;
  margin-bottom: 0;
}
.site-footer li {
  list-style: none;
}
.site-info a {
  color: #ffffff;
  text-decoration: none;
  border: none !important;
}
.site-info a:hover {
	color: #ffffff;
  text-decoration: none;
  border: none !important;
	opacity: .8;
}
.logo-block img {
	margin-bottom: 12px;
}
.logo-block a:hover,
.social-block a:hover {
	opacity: 1;
}
.social-block img {
	margin-top: 6px;
}

	#secondary {
		width: 162px;
	}



	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: 202px;
	}


	a.post-thumbnail:hover img {
		opacity: 0.85;
	}

	.full-size-link:before,
	.parent-post-link:before,
	.site-content span + .byline:before,
	.site-content span + .comments-link:before,
	.site-content span + .edit-link:before,
	.site-content span + .entry-date:before {
		content: "";
	}

	.attachment span.entry-date:before,
	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before,
	.site-content .byline a:before,
	.site-content .comments-link a:before,
	.site-content .entry-date a:before,
	.site-content .featured-post:before,
	.site-content .full-size-link a:before,
	.site-content .parent-post-link a:before,
	.site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	.site-content .entry-meta > span {
		margin-right: 10px;
	}

	.site-content .format-video .post-format a:before {
		content: "\f104";
	}

	.site-content .format-audio .post-format a:before {
		content: "\f109";
	}

	.site-content .format-image .post-format a:before {
		content: "\f473";
	}

	.site-content .format-quote .post-format a:before {
		content: "\f106";
		margin-right: 2px;
	}

	.site-content .format-gallery .post-format a:before {
		content: "\f103";
		margin-right: 4px;
	}

	.site-content .format-aside .post-format a:before {
		content: "\f101";
		margin-right: 2px;
	}

	.site-content .format-link .post-format a:before {
		content: "\f107";
		position: relative;
		top: 1px;
	}

	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 3px;
		position: relative;
		top: 1px;
	}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: "\f303";
		margin-right: 1px;
		position: relative;
		top: 1px;
	}

	.site-content .byline a:before {
		content: "\f304";
	}

	.site-content .comments-link a:before {
		content: "\f300";
		margin-right: 2px;
	}

	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before {
		content: "\f411";
	}

	.site-content .full-size-link a:before {
		content: "\f402";
		margin-right: 1px;
	}

	.site-content .parent-post-link a:before {
		content: "\f301";
	}

	.archive-header,
	.page-header {
		margin: 0 auto 60px;
		padding: 0 10px;
	}

	.error404 .page-header {
		margin-bottom: 24px;
	}



	.search-toggle {
		margin-right: 18px;
	}

	.search-box .search-field {
		width: 50%;
	}

	.content-area {
		/* width: 100%; */
	}

	.site-content {
		margin-right: 33.33333333%;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.full-width .site-content {
		margin-right: 0;
	}

	#secondary,
	#supplementary {
		padding: 0 30px;
	}

	.content-sidebar {
		border: 0;
		float: right;
		margin-left: -33.33333333%;
		padding: 48px 30px 24px;
		position: relative;
		width: 33.33333333%;
	}


	.slider .featured-content .entry-title {
		font-size: 22px;
		line-height: 1.0909090909;
	}

	.slider .featured-content .entry-header {
		min-height: inherit;
		padding: 24px 30px 48px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		z-index: 3;
	}

	.slider-control-paging {
		background: transparent;
		padding-left: 20px;
		width: 50%;
	}

	.slider-direction-nav {
		clear: none;
		float: right;
		width: 98px;
	}

	.slider-direction-nav li {
		border: 0;
		padding: 0 1px 0 0;
	}

	.slider-direction-nav li:last-child {
		padding: 0 0 0 1px;
	}

	.slider-direction-nav a {
		height: 48px;
	}

	.slider-direction-nav a:before {
		line-height: 48px;
	}
	.search-toggle {
		margin-right: 0;
	}
	/* Fixed Header */
	.admin-bar .site-header {
		top: 32px;
	}
	.site-main {
	  /* margin-top: 143px; */
	  margin-top: 0;
	}
	.attachment .site-content .attachment img {
		display: block;
		margin: 0 auto;
	}
	.full-width .site-content .alignleft {
		clear: left;
	}
	.full-width .site-content .alignright {
		clear: right;
	}

/* begin alden styles */
span span {
  text-transform: lowercase;
	color: initial;
  font-weight: initial;
}
.h2-large {
	font-size: 44px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 34px;
}
.h2-large span {
	color: #FF7F30;
	font-weight: 500;
}
.p-large {
	font-size: 20px;
}
.large-marge {
	margin-bottom: 44px !important;
}
.no-marge {
	margin-bottom: 44px !important;
}
.hide {
	display: none !important
}
.alignfull {
	padding:44px 0 24px;
}
.alignfull.safezoneB .bandText2 {
	padding: 1px 0 1px;
}
.entry-content .alignfull {
	width: 100vw;
	position: relative;
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
	
}
.dynamic-column-2 {
  -webkit-columns: 2 600px;
  -moz-columns: 2 600px;
  columns: 2 600px;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
    column-gap: 2em;
}
.wp-block-button__link {
	color: #092f57 !important;
	position: relative;
	font-size: 22px;
  background-color: transparent;
	background: rgb(222,242,252);
	background: linear-gradient(270deg, rgba(222,242,252,0) 0%, rgba(222,242,252,1) 83%, rgba(222,242,252,1) 100%);
	font-weight: 300;
	border-radius: 0;
  border-bottom-left-radius: 33px;
  padding: 10px 78px 10px 25px;
	box-shadow: none;
  text-decoration: none !important;
}
.wp-block-button__link:hover {
	color: #FF7F30 !important;
}
.wp-block-button__link:after {
	position: absolute;
	content: "";
	top:19px;
	right:20px;
	width:33px;
	height:20px;
	background-image: url(/wp-content/uploads/2022/12/btn-arrow-icon.png);
	background-size: cover;
	background-position: 50% 50%;
  background-repeat: no-repeat;
}
.btn-alt .wp-block-button__link {
	background: #fff;
}
.pipeline-notes {
	font-size: 16px;
	font-weight: 300;
}
.larger-text {
  font-size: 24px;
  font-weight: 300;
}
.content-960 {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.content-1300 {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
#sapience-logo, #sapience-logo-dark {
	width: 269px;
	height: auto;
  padding: 10px 0 15px 0;
	/*background-color: rgba(255,255,255,.6);
  box-shadow: 0 0 30px 30px rgb(255 255 255 / 60%); ---- JP - SPECTRUM CHANGE*/
}
#featured_image {
  display: flex;
  flex: 0 0 100%;
  align-items: flex-end;
  justify-content: flex-start;
	background-size: cover;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  height: 500px;
	width: 50%;
}
#featured_cont {
  position: relative;
	background-image: url(/wp-content/uploads/2022/12/background-bkg.jpg);
	background-size: cover;
	background-position: 100% 100%;
	background-position: top center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #092F57;
}
.page-id-29 #featured_cont {
	/*background-size: 100% 50%; */
} 

#featured_cont .entry-header {
  position: absolute;
  width: 100%;
  width: auto;
  margin-left: calc(50% + 3em);
  margin-right: 3em;

  width: 47%;
  margin-left: calc(55% - 3em);
  margin-right: 3em;

}
.page-id-32 #featured_cont .entry-header {
	width: 50%;
}
#featured_cont h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 38px;
}
#featured_image h2 span {
  color: #FF7F30;
  font-weight: 500;
}
#featured_cont h2 strong {
  text-transform: lowercase;
}

.home #masthead {
	background-color: #fff !important;
}
.home .site-main {
	margin-top: 143px;
}
.home #main-content {
  background-image: url(/wp-content/uploads/2022/12/dot-bkg-gray.png);
	background-size: 40%;
	background-position: -30% 110%;
	background-repeat: no-repeat;
}
#home-hero {
  position: relative;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat; 
	/*height: 85vh;*/
	 height: 72vh;
	/*height: calc(100vh - 143px);
	overflow: inherit;
	overflow: clip;*/
}
#home-hero:before {
	position: absolute;
	content: "";
	left: 0;
	height: 10%;
	width: 100%;
  z-index: -1;
  height: 100% !important;
}
@media all and (max-width:500px) {
	#home-hero:before {
		z-index: 99999;
		/*background-image: url(/wp-content/uploads/2023/03/mobile-bkg-v11.jpg); --JP - Spectrum */	
		background-image: url(/wp-content/uploads/2024/11/New-mobile-HERO-Sapience.jpg);
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		transition: 400ms;
		opacity: 1;
	}
}
#home-hero.loaded:before {
	opacity: 0;
	z-index:-1;
}
#home-bg-vid {
  position: absolute;
  z-index: -1;
  /* object-fit: cover; */
  width: 100vw;
  /* height: 85vh; */
  top: 0;
  left: 0;
  margin-bottom: 0;
}
.home-entry-header {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.home-entry-header h1 {
	position: relative;
	font-size: 36px; /* was 50px*/
  	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	margin-top: 0;
  margin-bottom: 7px;
	/*text-shadow: 0px 0px 19px rgb(255 255 255 / 50%);*/
	color:white;
}
.home-entry-header h1 span {
  color: #FF7F30;
  font-weight: 500;
  letter-spacing: -.5px;
	font-size:68px; /* JP - Spectrum updates */
	line-height:1;
}
.home-entry-header p {
	font-size: 26px;
	color: #FF7F30;
	font-weight: 300;
  line-height: 1.3;
  margin-bottom: 15%;
}
.home-entry-header a {
	position: relative;
	color: #092f57;
}
.home-entry-header a:hover {
	color: #FF7F30;
}
.home-entry-header a:after {
  position: absolute;
  content: "";
	top: 4px;
	right: -56px;
	width: 41px;
	height: 25px;
  background-image: url(/wp-content/uploads/2022/12/btn-arrow-icon.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.home-cols {
	gap:4em;
}
.home-cols .wp-block-buttons .wp-block-button:not(:first-of-type) {
  margin-left: 1%;
}
#home-banner-01 .home-cols {
	flex-direction: row-reverse;
}
.home-cols .wp-block-column:nth-of-type(1) {
  padding: 64px 0;
}
.home-cols .wp-block-column:nth-of-type(2) {
	/* background: green; */
}
.home-cols h2 {
	font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 34px;
}
.home-cols h2 span {
  color: #FF7F30;
  font-weight: 500;
  letter-spacing: -.5px;
}
.home-cols p {
  font-size: 20px;
	margin-bottom: 30px
}
#home-banner-01 .home-cols .wp-block-column:nth-of-type(2) .wp-block-image {
  width: 150%;
  margin-left: -50%;
  height: 100%;
  border-top-right-radius: 93px;
  border-bottom-right-radius: 93px;
  background-image: url(/wp-content/uploads/2022/12/home-img-01.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#home-banner-01 .home-cols img {
  border-top-right-radius: 93px;
  display: none;
}
#home-banner-02 {
	position: relative;
}
#home-banner-02:after {
  position: absolute;
  content: "";
  top: calc(-100% + 43px);
  right: 0;
  width: 20%;
  height: 100%;
  background-image: url(/wp-content/uploads/2022/12/body-bkg.png);
  background-size: 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
#home-banner-02 .home-cols .wp-block-column:nth-of-type(2) .wp-block-image {
  width: 150%;
  margin-left: 0%;
  height: 100%;
  border-top-left-radius: 93px;
  border-bottom-left-radius: 93px;
  background-image: url(/wp-content/uploads/2022/12/home-img-02.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#home-banner-02 .home-cols img {
  border-top-right-radius: 93px;
  display: none;
}
#home-banner-03 .safezoneB {
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
}
.news-row {
	display: flex;
	flex-direction: row;
	gap:2em;
}
.news-box {
	/* flex: 0 1 30%; */
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 13px;
  box-shadow: 7px 7px 23px rgb(0 0 0 / 20%);
  padding: 35px;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
}
.news-title {
	font-size: 20px;
	margin-bottom: 34px;
}
.news-date {
	color: #FF7F30;
}
.news-cta {
	text-decoration: none !important;
}
.news-cta:hover {
	color: #FF7F30;
	text-decoration: none !important;
}
.news-meta {
	display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#spears-btn {
	position: relative;
}
#spears-btn a:before {
	position: absolute;
	content: "";
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2022/12/SPEARs-Logo-1.png);
	background-size: 46%;
  background-position: 27% 49%;
  background-repeat: no-repeat;
}
#spears-btn strong {
	visibility: hidden;
}
#about-overview-band {
	color: #fff;
  padding-top: 54px;
  padding-bottom: 0px;
  margin-top: 44px;
	z-index: 0;
}
#about-overview-band h2 {
  text-transform: uppercase;
  line-height: 1.3;
}
#about-overview-band h2 span {
  font-weight: 500;
  color: #FF7F30;
}
#about-overview-band .wp-block-columns {
	gap: 4em;
  margin-bottom: 0;
}
#about-overview-band .wp-block-column:nth-of-type(1) {
	flex: 0 2 60%;
	padding-right: 60px;
  margin-bottom: 54px;
}
#about-overview-band .wp-block-column:nth-of-type(2) {
	position: relative;
	flex: 0 2 40%;
	background-image: url(/wp-content/uploads/2022/12/about-image.jpg);
  background-size: cover;
  background-position: 100% 0%;
  background-repeat: no-repeat;
	border-top-left-radius: 93px;
}
#about-overview-band .wp-block-column:nth-of-type(2):after {
	position: absolute;
	content: "";
	top: -36%;
	right: -38%;
	width: 120%;
	height: 120%;
	background-image: url(/wp-content/uploads/2022/12/dot-bkg-wht.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: -1;
}

.page-template-leadership #main-content {
	background-image: url(/wp-content/uploads/2022/12/dot-bkg.png);
	background-size: 20%;
	background-position: 100% 130%;
	background-repeat: no-repeat;
}
.parent-pageid-15 .content-area {
  padding-bottom: 84px;
}
.parent-pageid-15 #featured_cont:before {
	position: absolute;
	content: "";
	bottom: -50%;
	left: 0px;
	width: 20%;
	height: 60%;
	background-image: url(/wp-content/uploads/2022/12/body-bkg3.png);
	background-position: 100% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}
.bio_box > a {
	display: block;
	/* background: #eee; */
	/* padding-top: 100px;
  padding-bottom: 100px; */
}
.bio_box, .bio_box2, .bio_box3 {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin: 0;
  cursor: pointer;
  padding-bottom: 15px;
	transition: 300ms;
  background-color: #fff;
}
.page-template-adapt .bio_box, .page-template-adapt .bio_box2, .page-template-adapt .bio_box3 {
	padding-bottom:0px;
}
.bio_box {
	border: 1px solid rgba(0,0,0,.2);
  border-radius: 13px;
  box-shadow: 7px 7px 23px rgb(0 0 0 / 20%);
  overflow: auto;
}
.nyb .bio_box:not(:first-of-type) {
  margin-left: .75%;
}
.nyb .bio_box:nth-child(2), .nyb .bio_box2:nth-child(2), .nyb .bio_box3:nth-child(2) {
  /* margin: 0 4.25%; */
}
.bio_box .bio_detail_cont,
.bio_box2 .bio_detail_cont,
.bio_box3 .bio_detail_cont {
  display: none;
  height: 0;
}
.bio_box img,
.bio_box2 img,
.bio_box3 img {
	margin: 0;
  /* border-radius: 50%;
  max-width: 250px; */
	filter: grayscale(0);
	transition: all 300ms ease;
  object-fit: cover;
  width: 100%;
	height: 350px;
	object-position: top;
}
.bio_box img:hover,
.bio_box2 img:hover,
.bio_box3 img:hover {
	filter: grayscale(0);
}
.bio_box.bc_active img,
.bio_box2.bc_active img,
.bio_box3.bc_active img {
	filter: grayscale(0);
}
.bio_box.bc_off img,
.bio_box2.bc_off img,
.bio_box3.bc_off img {
	/* filter: grayscale(1); */
}
.bio_box.bc_off {
  opacity: .5;
}
.bio_box.bc_off:hover img,
.bio_box2.bc_off:hover img,
.bio_box3.bc_off:hover img {
	/* filter: grayscale(0); */
}
.bio_box.bc_off:hover  {
  opacity: 1;
}
.inset_label a {
	color: #9932CC;
	text-decoration: none;
	border-bottom: none;
	transition: all 300ms ease;
}
.inset_label a:hover {
  color: #FF7F30;
	text-decoration: none;
	border-bottom: none;
}
.bio_box:hover .bio-title {
	color:#FF7F30;
}
.bio-title {
	color:#092F57;
	font-size:18px;
	font-style:normal;
	font-weight:500;
  padding:15px 8px 4px;
	margin:0;
	line-height:1.3;
	letter-spacing: -.5px;
}
.bio-title.adapt-pg { font-size: 16px;}

.bmt {
	color:#FF7F30;
	font-size:16px;
	font-style:normal;
	font-weight:400;
	margin:0;
  padding:0 4px;
	line-height:1.3;
}
.read {
	text-decoration: underline;
	padding-bottom: 15px;
}
.bioless, .bioless2, .bioless3 {
	text-decoration: underline;
  display: inline-block;
}
.nyb {
  text-align: center;
	margin-top: 40px;
}
.cellpad {
	text-align: left;
  padding: 30px 20px 0;
}

.footnotes br {
	display: none;
}


.page-id-23 .content-area {
  padding-top: 0;
  padding-bottom: 0;
}
#approach-overview-band {
	color: #fff;
  padding-top: 54px;
  padding-bottom: 20px;
}

#approach-overview-band h2 {
  text-transform: uppercase;
  line-height: 1.3;
}
#approach-overview-band h2 span {
  font-weight: 500;
  color: #FF7F30;
}
#approach-overview-band-2 {
	position: relative;
	background-size: cover;
	background-position: 0% 100%;
	background-repeat: no-repeat;
}
#approach-overview-band-2 .safezoneB {
	max-width: 1700px;
}
#approach-overview-band-2:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background-image: url(/wp-content/uploads/2022/12/body-bkg.png);
  background-size: 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  /* z-index: -1; */
}
.spears-img-cols {
	margin: 44px 0;
}
.spears-data-cols {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
  margin-top: 64px;
}
.spears-data-cols .wp-block-column:nth-of-type(1) {
	flex: 1 0 29%;
}
.spears-data-cols .wp-block-column:nth-of-type(2) {
	flex: 1 0 33%;
}
.spears-data-cols .wp-block-column:nth-of-type(3) {
	flex: 1 0 50%;
}
.spears-data-cols p {
	position: relative;
  display: inline-block;
  font-size: 22px;
	color: #2160a6;
	font-weight: 500;
	text-transform: uppercase;
  margin-bottom: 12px;
}
.spears-data-cols .wp-block-column:nth-of-type(1) p:before {
	position: absolute;
	content: "";
	top: -6px;
	right: -102px;
	width: 94px;
	height: 45px;
	background-image: url(/wp-content/uploads/2023/01/spears-small-mol.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.spears-data-cols .wp-block-column:nth-of-type(2) p:before {
	position: absolute;
	content: "";
	top: -16px;
	right: -62px;
	width: 46px;
	height: 52px;
	background-image: url(/wp-content/uploads/2023/01/spears-antibody.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.spears-data-cols .wp-block-column:nth-of-type(3) p:before {
	position: absolute;
	content: "";
	top: -1px;
  left: -112px;
  width: 100px;
  height: 40px;
	background-image: url(/wp-content/uploads/2023/01/spears-peptide.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.spears-data-cols ul {
  list-style: none;
	margin-left: 27px;
}
.spears-data-cols li {
	position: relative;
	padding-bottom: 4px;
}
.spears-data-cols li:before {
	position: absolute;
	content: "";
	top: 4px;
	left: -31px;
	width: 25px;
	height: 23px;
	background-image: url(/wp-content/uploads/2023/01/ex-blue.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.spears-data-cols .wp-block-column:nth-of-type(1) li:nth-of-type(1):before {
	background-image: url(/wp-content/uploads/2023/01/check-blue.png);
	top: 7px;
	left: -28px;
	width: 20px;
  height: 19px;
}
.spears-data-cols .wp-block-column:nth-of-type(1) li:nth-of-type(4):before {
	background-image: url(/wp-content/uploads/2023/01/check-blue.png);
	top: 7px;
	left: -28px;
	width: 20px;
  height: 19px;
}
.spears-data-cols .wp-block-column:nth-of-type(2) li:nth-of-type(2):before {
	background-image: url(/wp-content/uploads/2023/01/check-blue.png);
	top: 7px;
	left: -28px;
	width: 20px;
  height: 19px;
}
.spears-data-cols .wp-block-column:nth-of-type(3) li:before {
	background-image: url(/wp-content/uploads/2023/01/check-orange.png);
	top: 7px;
	left: -28px;
	width: 20px;
  height: 19px;
}
.spears-logo-text {
	/* font-size: 22px;
	font-weight: 300;
	text-align: center; */
}
.spears-logo-text span strong {
  display: none;
}
.spears-logo-text span {
	display: inline-block;
	background-image: url(/wp-content/uploads/2022/12/SPEARs-Logo-1.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 80px;
	height: 25px;
	margin-bottom: -3px;
}
.footnotes {
	font-size: 12px;
  line-height: 1.4;
  margin-top: 44px;
	text-align: right;
}


.page-id-21 .content-area {
  padding-bottom: 0;
}
.page-id-21 .site-main {
	border-bottom: 2px solid #FF7F30;
}
.spears-logo-cols .wp-block-column:nth-of-type(1) {
	flex-basis: 15%;
	display: flex;
  align-items: flex-end;
}
.spears-logo-cols .wp-block-column:nth-of-type(2) {
	flex-basis: 100%;
}
.spears-logo-cols .wp-block-column:nth-of-type(2) .wp-block-image {
  max-width: 460px;
}
.spears-cols-top .wp-block-column:nth-of-type(1) {
  flex-basis: 65%;
}
.spears-cols-top .wp-block-column:nth-of-type(1) {
  flex-basis: 35%;
}
.spears-cols {
  gap: 100px;
}
.spears-cols .wp-block-column:nth-of-type(1),
.spears-cols .wp-block-column:nth-of-type(2) {
	padding-left: 73px;
}
.spears-cols p {
	position: relative;
  margin-bottom: 30px;
}
.spears-cols p:before {
	position: absolute;
	content: "";
	top: 3px;
  left: -65px;
  width: 50px;
  height: 50px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.spears-cols .wp-block-column:nth-of-type(1) p:nth-of-type(1):before {
	background-image: url(/wp-content/uploads/2022/12/stability-icon.png);
}
.spears-cols .wp-block-column:nth-of-type(1) p:nth-of-type(2):before {
	background-image: url(/wp-content/uploads/2022/12/red-blood-cells-icon.png);
}
.spears-cols .wp-block-column:nth-of-type(1) p:nth-of-type(3):before {
	background-image: url(/wp-content/uploads/2022/12/hourglass-icon.png);
}
.spears-cols .wp-block-column:nth-of-type(2) p:nth-of-type(1):before {
	background-image: url(/wp-content/uploads/2022/12/absorb-icon.png);
}
.spears-cols .wp-block-column:nth-of-type(2) p:nth-of-type(2):before {
	background-image: url(/wp-content/uploads/2022/12/brain-icon.png);
}
.spears-cols.sparcs .wp-block-column:nth-of-type(2) p:nth-of-type(2):before {
	background-image: url(/wp-content/uploads/2024/11/chemistry-icon-2.png);
}
.spears-cols .wp-block-column:nth-of-type(2) .wp-block-image {
	width:80%;
  margin-bottom: 34px;
}
#spears-band {
	position: relative;
  color: #fff;
  padding-top: 54px;
  padding-bottom: 20px;
}
#spears-band:before {
	position: absolute;
	content: "";
	top: -100%;
	right: 0px;
	width: 20%;
	height: 200%;
	background-image: url(/wp-content/uploads/2022/12/dot-bkg.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#spears-band .wp-block-column:nth-of-type(1) {
	display: flex;
	flex-direction: column;
}
#spears-band .wp-block-column:nth-of-type(2) {
	display: flex;
	flex-direction: column;
}
#spears-band .wp-block-column:nth-of-type(1) h2,
#spears-band .wp-block-column:nth-of-type(2) h2 {
	/* flex: 0 1 50% */
}
#spears-band .wp-block-column:nth-of-type(1) p,
#spears-band .wp-block-column:nth-of-type(2) p {
	flex: 0 1 50%
}
/* #spears-band .wp-block-column:nth-of-type(1) div,
#spears-band .wp-block-column:nth-of-type(2) div {
	flex: 0 1 40%
} */
#spears-band h2 {
  text-transform: uppercase;
  line-height: 1.3;
}
#spears-band h2 span {
  font-weight: 500;
  color: #FF7F30;
}

.page-id-22 .content-area, .page-id-1150 .content-area {
  padding-top: 0;
}
.page-id-22 .h2-large, .page-id-1150 .h2-large {
  font-size: 40px;
  margin-bottom: 14px;
}
#pads-band {
	position: relative;
	color: #fff;
	padding-top: 54px;
	padding-bottom: 20px;
}
#pads-band:before {
	position: absolute;
	content: "";
	bottom: -100%;
	right: 0px;
	width: 20%;
	height: 200%;
	background-image: url(/wp-content/uploads/2022/12/dot-bkg.png);
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
#platform-band {
	position: relative;
	color: #fff;
	padding-top: 54px;
	padding-bottom: 20px;
}
/* #platform-band:before {
	position: absolute;
	content: "";
	bottom: -100%;
	right: 0px;
	width: 20%;
	height: 200%;
	background-image: url(/wp-content/uploads/2022/12/dot-bkg.png);
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
} */
#design,
#run,
#develop {
	position: relative;
}
#design:before,
#run:before,
#develop:before {
	position: absolute;
  content: "";
  top: -3px;
  left: -90px;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#design:before {
  background-image: url(/wp-content/uploads/2022/12/design.png);
}
#run:before {
  background-image: url(/wp-content/uploads/2022/12/run.png);
}
#develop:before {
  background-image: url(/wp-content/uploads/2022/12/develop.png);
}

.page-id-26 .content-area {
  padding-bottom: 0;
}
.program-overview-group {
  font-size: 24px;
  color: #FF7F30;
  font-weight: 500;
  margin-bottom: 0;
}
.div-cont {
  /* display: none; */
}
.program-overview-title {
	position: relative;
  margin-top: 0;
}
.program-overview-title:after {
	/* position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  background-image: url(/wp-content/uploads/2022/12/career-arrow-icon.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  transition: 200ms; */
}
.program-overview-title.is-open:after {
  transform: rotate(270deg);
}
.resource-logos-cols {
	gap:3em;
}
.resource-logos-cols .wp-block-column img {
	border-radius: 33px;
}

.page-id-942 .content-area,
.page-id-25 .content-area,
.page-id-26 .content-area {
  padding-top: 0;
}
#trials-band {
	padding: 0;
	margin-bottom: 44px;
}
.trials-cols {
	position: relative;
	background-color: #092F57;
	color: #ffffff;
	margin-bottom: 0;
}
.trials-cols:before {
	position: absolute;
	content: "";
	top:0;
	left:-100vw;
	height: 100%;
	width: 200vw;
	background-color: #092F57;
	z-index: -1;
}
.trials-cols > .wp-block-column:nth-of-type(1) {
	flex-basis: 60%;
	padding: 40px 0 16px;
}
.trials-cols > .wp-block-column:nth-of-type(2) {
	flex-basis: 40%;
	padding: 40px 0 40px 40px;
	border-left: 1.5px solid #ffffff;
}
.trials-cols h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
	text-transform: uppercase;
}
.trials-cols h4 {
  font-size: 24px;
  font-weight: 600;
	text-transform: uppercase;
  line-height: 1.3;
	margin-top: 28px;
	margin-bottom: 0;
}
.trials-cols a {
	/*text-decoration: none; JP - Marisa request to underline links */
}
.trials-cols a:hover {
	color:#ffffff;
	/*text-decoration: none; JP - Marisa request to underline links */
}
.trials-cols a:hover {
	/*text-decoration: none; JP - Marisa request to underline links */
}
.trials-cols .wp-block-column:nth-of-type(1) .wp-block-column:nth-of-type(1) {
	flex-basis: 20%;
}
.trials-cols .wp-block-column:nth-of-type(1) .wp-block-column:nth-of-type(2) {
	flex-basis: 80%;
}
.trials-cols .wp-block-column .wp-block-column p {
	margin-bottom: 14px;
}
.trials-cols .wp-block-column .wp-block-column h3 {
  margin-top: 18px;
}
.trials-cols .wp-block-column .wp-block-column img {
  width: 130px;
}


.page-id-27 h4 {
	color: #FF7F30;
}


#trial-band {
	position: relative;
	padding-top: 0;
	padding-bottom: 250px;
	background-size: cover;
	background-position: 0% 100%;
	background-repeat: no-repeat;
}
#trial-band:after {
	position: absolute;
	content: "";
	bottom:0;
	right:0;
	width: 20%;
	height: 100%;
  background-image: url(/wp-content/uploads/2022/12/body-bkg.png);
  background-size: 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  /* z-index: -1; */
}
.trial-cols {
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
  margin-bottom: 0;
}
.trial-cols .wp-block-column:nth-of-type(1) {
	flex-basis: 25%;
}
.trial-cols .wp-block-column:nth-of-type(2) {
	flex-basis: 75%;
}
.trial-cols .wp-block-column:nth-of-type(1) p {
	position: relative;
	color: #ffffff;
	background-color: #092f57;
	border-bottom-right-radius: 33px;
	padding: 20px 0;
	margin-bottom: 12px;
}
.trial-cols .wp-block-column:nth-of-type(1) p:before {
	position: absolute;
	content: "";
	top: 0px;
  left: -100vw;
  width: 100vw;
  height: 100%;
	background-color: #092f57;
	z-index: 0;
}
.trial-cols .wp-block-column:nth-of-type(2) p {
	padding: 20px 0;
  margin-bottom: 12px;
}
.trial-cols:nth-of-type(3) .wp-block-column:nth-of-type(2) p {
	text-transform: none;
}
.trial-cols:nth-of-type(2) .wp-block-column:nth-of-type(2) {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}


.parent-pageid-28 #main-content {
  background-image: url(/wp-content/uploads/2022/12/body-bkg.png);
  background-size: 20%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.parent-pageid-28 .content-area {

  padding-bottom: 88px;
}
.pipeline-header-cont img {
	width: 270px;
	height: auto;
	vertical-align: middle;
	padding-left: 6px;
  margin-bottom: 12px;
}
.pipeline-header-cont p {
	font-size: 22px;
  font-weight: 300;
	margin-top: 10px;
  margin-bottom: 38px;
}
.pipeline-header-cont a {
	position: relative;
  color: #092f57;
}
.pipeline-header-cont a:after {
  position: absolute;
  content: "";
	top: 2px;
	right: -45px;
  width: 33px;
  height: 20px;
  background-image: url(/wp-content/uploads/2022/12/btn-arrow-icon.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.pipeline-header-cont a:hover {
	color: #FF7F30;
}
.page-id-30 .content-area {
  padding-top: 0 !important;
}
#st101-top-band {
	color:#ffffff;
  padding: 44px 0 44px;
}
#st101-top-band p {
	margin-bottom: 0;
}

#trial-overview-band {
	position: relative;
  padding: 64px 0 0;
}
#trial-overview-band:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 27%;
	height: 100%;
	background-image: url(/wp-content/uploads/2023/04/dot-bkg-103.png);
	background-size: 100%;
	background-position: 100% 0%;
	background-repeat: no-repeat;
}
#trial-overview-band .trials-overview-cols .wp-block-column:nth-of-type(2) .wp-block-image {
	width: 166%;
	margin-left: 0%;
	height: 100%;
	border-top-left-radius: 93px;
	background-image: url(/wp-content/uploads/2023/04/clinical-trials-img.jpg);
	background-size: cover;
	background-position: 80% 30%;
	background-repeat: no-repeat;
}
#trial-overview-band .trials-overview-cols img {
  border-top-right-radius: 93px;
  display: none;
}
.trials-overview-cols {
	margin-bottom: 0;
	gap: 5em;
}
.trials-overview-cols .wp-block-column:nth-of-type(1) {
	flex: 1 0 50%;
	padding: 104px 0;
}
.trials-overview-cols .wp-block-column:nth-of-type(2) {
	flex: 0 1 50%;
}
.trials-overview-cols h2 {
  color: #fff;
}
.trials-overview-cols p {
	font-size: 22px;
  color: #fff;
}
.trials-overview-cols {
	margin-bottom: 0;
}
.trial-overview-btns {
	margin: 84px;
	grid-gap: 8em;
}

.trial-overview-btns .wp-block-column {
	background-color: #ff7f30;
	color: #fff;
	font-size: 25px;
	line-height: 1.4;
	border-radius: 18px;
	box-shadow: 3px 3px 27px rgba(0,0,0,.5);
	display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.trial-overview-btns p {
	font-style: italic;
	font-weight: 300;
}
.trial-overview-btns strong {
	font-style: normal;
	font-weight: 600;
}
.trial-overview-btns .div-cont {
	padding: 40px 40px 0;
}
.trial-overview-btns .wp-block-buttons {
  background: #fff;
	width: calc(100% - 40px);
	padding: 30px 0px 30px 40px;
}

#trials-band {
  margin-bottom: 64px;
}
#trials-band .wp-block-columns:nth-of-type(1) {
	gap:5em;
}
#trials-band .list-cols li {
	position: relative;
	font-size: 20px;
  font-weight: 300;
	margin: 10px 0 14px 30px;
}
#trials-band .wp-block-columns:nth-of-type(2) h2 {
	font-size: 28px;
	font-weight: 500;
	text-transform: uppercase;
}
#trials-band .wp-block-columns:nth-of-type(2) .wp-block-image {
  /* border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  overflow: auto; */
}
#trials-band .wp-block-columns:nth-of-type(2) .wp-block-image {
  margin-bottom: 10px;
}
.page-id-31 .content-area, .page-id-29 .content-area {
  padding-top: 0 !important;
}
#st316-band-01 {
  color: #ffffff;
	padding: 44px 0;
}
#st316-band-01 p {
  margin-bottom: 0;
}
#st316-band-02 {
	margin-bottom: 64px;
}
.page-id-32 .content-area {
  padding-top: 0 !important;
}
#cjun-band-01 {
	color: #ffffff;
	padding: 44px 0;
}
#cjun-band-01 p {
	margin-bottom: 0;
}
#cjun-band-02 {
	margin-bottom: 64px;
}
#cjun-band-02 img {
  mix-blend-mode: multiply;
}
.page-id-33 .content-area {
  padding-top: 0 !important;
}
#foxp3-band-01 {
  color: #ffffff;
	padding: 44px 0
}
#foxp3-band-01 p {
	margin-bottom: 0;
}
#foxp3-band-02 {
	margin-bottom: 64px;
}
#foxp3-band-02 img {
  mix-blend-mode: multiply;
}

#approach-overview-band .wp-block-column:nth-of-type(2) .wp-block-image.sideimage {
	width: 135%;
	margin-left: 0%;
	height: 100%;
	border-top-left-radius: 93px;
	background-image: url(/wp-content/uploads/2024/11/Peptide-getty.jpg);
	background-size: cover;
	background-position: 80% 30%;
	background-repeat: no-repeat;
	position:relative;
	bottom:0;
}
#approach-overview-band .wp-block-column img {
  border-top-right-radius: 93px;
  display: none;
}

#approach-overview-band .wp-block-column .spears-btn img {
	display: inline;
	border: 0;
	border-top-right-radius: 0; /*JP add*/
}

.page-template-publications h2 {
	text-transform: none;
}
.pubs-row {
	display: flex;
	align-items: flex-start;
  flex-direction: column;
	border-bottom: 1px solid #FF7F30;
  padding-bottom: 14px;
  margin-bottom: 34px;
}
.page-id-246 .pubs-row {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.pubs-row .event-content {
	margin-bottom: 0;
}
.pubs-row hr {
	display: none;
}
.pubs-thumb img {
	width: 180px;
  margin: 0 24px 24px 0;
	box-shadow: 5px 8px 21px rgb(0 0 0 / 18%);
}
.pubs-content {
  flex: 1 2 80%;
}
.pub-date {
  font-size: 18px;
  color: #FF7F30;
  font-weight: 500;
  margin-bottom: 0;
}
.pub-title {
  font-size: 24px;
  font-weight: 400;
	margin-top: 0;
	margin-bottom: 6px;
}
.pubs-row a {
	color: #092f57;
	text-decoration: none;
}
.pubs-row a:hover {
	text-decoration: none;
}
.pubs-row hr {
  background-color: #FF7F30;
  margin-top: 24px;
  margin-bottom: 34px;
}
.pubs-row:last-of-type hr {
  display: none;
}
.pr-filter {
	margin-bottom: 34px;
}
.pr-filter select {
  padding: 4px 2px;
}
.pr-filter input[type="submit"] {
	background-color: #FF7F30;
  margin: 0 0 2px 8px;
  font-size: 13px;
  padding: 8px 30px 8px;
  text-transform: unset;
	transition: 300ms
}
.pr-filter input[type="submit"]:hover {
	opacity: .8;
}
.page-template-presentations .pubs-row {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 2em;
	margin-bottom: 34px;
	padding-bottom: 24px;
	border-bottom: 1px solid #FF7F30;
}
.page-template-presentations .pubs-row div:nth-of-type(1) {
	flex: 1 0 14%;
}
.page-template-presentations .pubs-row div:nth-of-type(2) {
	flex: 1 1 80%;
}
.page-template-presentations .pubs-row .pub-date {
  font-size: 20px;
}
.page-template-presentations .pubs-row .pub-title {
  font-size: 22px;
}
.page-template-presentations .pubs-row img {
	width: 200px;
	box-shadow: 7px 7px 17px rgb(0 0 0 / 18%);
	margin-top: 6px;
	transition: 200ms
}
.page-template-presentations .pubs-row img:hover {
	transform: scale(1.05);
}
.page-template-events .pub-date p {
	margin-bottom: 0;
}
.pr-ctrl-links {
	float: right;
}
.pr-go-back {
	font-size: 20px;
}
.pr-download {
	font-size: 22px;
	padding-left: 8px;
}
.pr-go-back,
.pr-download {
  color: #FF7F30;
	text-decoration: none !important;
}
.pr-go-back:hover,
.pr-download:hover {
  color: #092f57;
	text-decoration: none !important;
}

.page-id-35 #main-content {
  background-image: url(/wp-content/uploads/2022/12/body-bkg2.png);
  background-size: 20%;
  background-position: 0% 100%;
  background-repeat: no-repeat;
}
.page-id-35 .content-area {
  padding-top: 0;
}
.page-id-35 h2 {
  margin-top: 64px;
}
#careers-band {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 44px;

}
#careers-band .wp-block-columns {
	margin-bottom: 0;
}
#careers-band .wp-block-image {
	margin-bottom: 0;
}
#careers-band .wp-block-column:nth-of-type(1) {
	flex: 1 0 45%;
}
#careers-band .wp-block-column:nth-of-type(2) {
	flex: 1 0 53%;
  margin-left: 30px;
	margin-top: -1px;
}
#careers-band p {
	color: #ffffff;
  font-weight: 300;
  /*line-height: 1.9;*/
  padding-right: 10%;
  margin-bottom: 0;
  padding: 34px 10% 34px 0;
}
#careers-band img {
	display: none;
}
#careers-band .wp-block-image {
  height: 100%;
  background-image: url(/wp-content/uploads/2022/12/career-img-01.jpg);
  background-size: cover;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
#heart-div {
  margin: 36px 0 48px;
}
#heart-div.div-cont {
  /* display: block !important; */
}
#heart-div p {
	position: relative;
	font-size: 18px;
	font-weight: 400;
  line-height: 1.6;
  margin-left: 60px;
	padding: 8px 0;
	margin-bottom: 7px;
}
#heart-div p strong {
	color: #FF7F30;
}
#heart-div p:before {
	position: absolute;
  top: 1px;
  left: -60px;
  width: 38px;
  height: 38px;
  color: #FF7F30;
  background-color: #092F57;
  border-radius: 50%;
  text-align: center;
  transform: scale(1.5);
	font-size: 24px;
  font-weight: 600;
	line-height: 1.7;
}
#heart-div p:nth-of-type(2n-1):after {
	position: absolute;
  content: "";
  top: -3px;
  left: -100vw;
  width: 200vw;
  height: calc(100% + 6px);
	background-color: #e6eaee;
	z-index: -1;
}
#heart-div p:nth-of-type(1):before {
  content: "H";
}
#heart-div p:nth-of-type(2):before {
  content: "E";
}
#heart-div p:nth-of-type(3):before {
  content: "A";
}
#heart-div p:nth-of-type(4):before {
  content: "R";
}
#heart-div p:nth-of-type(5):before {
  content: "T";
}
.careers-img-cols {
	gap:0;
	margin-bottom: 34px;
}
.careers-img-cols .wp-block-column:nth-of-type(1) img {
	border-top-left-radius: 33px;
	border-bottom-left-radius: 33px;
}
.careers-img-cols .wp-block-column:nth-of-type(3) img {
	border-top-right-radius: 33px;
	border-bottom-right-radius: 33px;
}
#leadership-band {
  margin-top: 64px;
}
#community-band {
  color: #fff;
  padding-top: 54px;
	padding-bottom: 44px;
}
#community-band .wp-block-columns {
  margin: 24px 0 0;
}
#community-band h2 {
  text-transform: uppercase;
  line-height: 1.3;
  margin-top: -4px;
}
#community-band h2 span {
  font-weight: 500;
  color: #FF7F30;
}
#community-band ul {
  margin-bottom: 0;
}
#community-band li {
	position: relative;
  padding: 4px 0;
  margin-bottom: 7px;
  z-index: 999;
}
#community-band li:nth-of-type(2n-1):after {
	position: absolute;
	content: "";
	top: 0;
	left: -10%;
	width: 200%;
	height: 100%;
	background-color: #092F57;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	opacity: .3;
	z-index: -1;
}
.jobs-row p {
  margin-bottom: 18px;
  line-height: 1.5;
}
.jobs-row a {
  /*text-decoration: none; JP - Marisa request to underline links */
}
.jobs-row a:hover {
  text-decoration: none;
}
.jobs-row img {
	padding-left: 18px;
}
.job-name {
	font-size: 24px;
  margin-bottom: 32px;
}
.go-back {
  color: #092f57;
	text-decoration: none !important;
	float: right;
}
.go-back:hover {
  color: #FF7F30;
	text-decoration: none !important;
}

.page-id-36 .content-area {
  /* padding-bottom: 0; */
}
.page-id-36 #main-content {
	background-image: url(/wp-content/uploads/2022/12/body-bkg.png);
  background-size: 20%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.contact-cols {
	gap: 0;
	margin-bottom: 0;
}
.contact-cols .h2-large {
  font-size: 35px;
}
.contact-cols img {
	border-top-right-radius: 93px;
	display: none;
}
.contact-cols .wp-block-image {
  width: 150%;
  margin-left: -50%;
	height: 50%;
	border-top-right-radius: 93px;
	/* background-image: url(/wp-content/uploads/2023/01/mapv3.jpg); */
	background-size: cover;
	background-position: 50% 66%;
	background-repeat: no-repeat;
}
.contact-cols .wp-block-column:nth-of-type(1) {
	flex: 1 0 50%;
	/* overflow-y: clip; */
}
.contact-cols .wp-block-column:nth-of-type(2) {
	flex: 1 0 50%;
	margin-left: 60px;
}
.contact-cols .wp-block-columns .wp-block-column:nth-of-type(2) {
	margin-left: 10px;
	flex: 2 1 50%;
}
.contact-cols p {
	font-size: 20px;
  margin-bottom: 12px;
}

.nf-form-fields-required {
	display: none;
}
.nf-form-content {
  padding: 0 !important;
  max-width: none !important;
}
.nf-form-content label {
  font-weight: 500 !important;
}
.listcheckbox-wrap li label {
	font-weight: 400 !important;
}
.nf-form-content input[type=submit] {
	position: relative;
  font-size: 22px;
  color: #092f57 !important;
  background: transparent !important;
  background: rgb(222,242,252);
  background: linear-gradient(270deg, rgba(222,242,252,0) 0%, rgba(222,242,252,1) 83%, rgba(222,242,252,1) 100%) !important;
  font-weight: 300;
  border-radius: 0;
  border-bottom-left-radius: 33px;
  padding: 10px 78px 10px 25px;
  box-shadow: none;
  text-decoration: none !important;
	height: auto !important;
}
.nf-form-content .submit-container .nf-field-element:after {
  position: absolute;
  content: "";
	top: 13px;
	right: 25px;
  width: 33px;
  height: 20px;
  background-image: url(/wp-content/uploads/2022/12/btn-arrow-icon.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.nf-form-content .submit-container .nf-field-element{
  width: auto;
}
.page-id-37 p strong {
	color: #FF7F30;
}
.category-news .sentry-title {
	font-size:36px;
	line-height: 1.3;
}
.nf-form-content button {
  background: #092F57 !important;
  border: 0;
  color: #ffffff;
  transition: all .5s;
	font-size: 18px !important;
	font-weight: 500;
  text-transform: none;
  border-radius: 8px;
  padding: 8px 25px !important;
	transition: 300ms !important;
}
.nf-form-content button:hover {
  background: #5178a4 !important;
  color: #ffffff !important;
}
.page-id-29 #featured_cont h2 {
	/* dmc 12/04/24 margin-bottom: 10px; */
}
.mobile-page-title {
	display: none
}
.heart-img {
	display: none;
	width: 100vw;
	position: relative;
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
	max-width: 100vw;
}


.news-control-box {
	position: relative;
  text-align: center;
  padding-top: 34px;
}
.news-control-box div:hover, .news-control-box .active {
  background-color: #ff7f30;
}
.news-control-box div {
  display: inline-block;
  width: 5%;
  height: 7px;
  width: 10%;
  border-radius: 8px;
  margin: 0 1%;
  background-color:#092f57;
  cursor:pointer;
}
.news_holder {
  position: relative;
  overflow: hidden;
  /*height: 80vh;*/
}
.nh-left {
  width: 3%;
  position: relative;
  z-index: 1;
	margin-right:1%;
}
.nh-right {
  width: 3%;
  position: relative;
  z-index: 1;
	margin-left:1%;
}
.nh-center {
  width: 92%;
  min-height: 400px;
}
.holder {
  display: inline-block;
  vertical-align: middle;
}
.arrowright {
	text-align:right;
}
.arrow_cont.offline {
	display: none;
}
.tsection {
	opacity: 0;
	position: absolute;
	top:0;
	bottom:5%;
	left: 0;
	right: 0;
	padding: 0 5%;
	-webkit-transition: .8s ease-in-out;
	-moz-transition: .8s ease-in-out;
	-o-transition: .8s ease-in-out;
	transition: .8s ease-in-out;
	height: 100%;
}
.tcenter {
  opacity: 1;
}
.arrowleft img {
  -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tleft {
	left:-110%;
	right:110%;
}
.tright {
	left:110%;
}

.tleft.tcenter {
	right:110%;
}
.tleft.tcenter2 {
	right:0;
	left: 0;
}

.tright.tcenter {
	left:0;
}
.newsitem_cont {
	margin-right:24px;
	height: 100%;
	display: flex;
}
.wp-block-column:last-child .newsitem_cont {
	margin-right:0;
}
#arrow-cont {
	display: none;
  position: absolute;
  bottom: 3%;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 0 0 13px;
}
#arrow-cont p {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: -10px;
}
#arrow-cont img {
	width: 300px;
	opacity: .8;
  filter: drop-shadow(1px 3px 8px rgba(0,0,0,.2));
}
.backarrow_cont {
	/* display: none; */
	position: absolute;
  left: 5%;
  bottom: 43px;
  font-size: 40px;
  z-index: 9999;
  color: #DF643B;
  height: 43px;
  text-align: center;
}
.backarrow_cont p {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: -10px;
}
.backarrow_cont i {
	font-size: 55px;
}
.backarrow_cont a {
  color: #DF643B;
  transition: all 300ms ease;
}
.backarrow_cont a:hover {
  color: #DF643B;
  opacity: .8;
}
.gif01-col figure {
	background-image: url(/wp-content/uploads/2023/01/gif-01-bkg.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.gif02-col figure {
	background-image: url(/wp-content/uploads/2023/01/gif-02-bkg.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.gif03-col figure {
	background-image: url(/wp-content/uploads/2023/01/gif-03-bkg.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.gif-cols img {
  visibility: hidden;
  opacity: 0;
	-webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.gif01-col.aniactive img {
  visibility: visible;
  opacity: 1;
}
.gif02-col.aniactive img {
  visibility: visible;
  opacity: 1;
}
.gif03-col.aniactive img {
  visibility: visible;
  opacity: 1;
}
/* .gif02-col img {
	transition-delay: 10s;
}
.gif03-col img {
	transition-delay: 19s;
} */


.spears-btn img {
	max-height: 35px;
}
.isscrolled #sapience-logo-dark {
	display: none;
}
.isscrolled #sapience-logo {
	display: inline !important;
}

@media (min-width:1081px) and (max-width:1317px) {
	.heart-img {
		display: block;
	}
	#heart-div {
		display: none !important;
	}
}
@media all and (min-width:1921px) {
	#featured_cont h2 br {
    /* display: none; */
	}
}
@media all and (min-width:1367px) {
	#arrow-cont {
	  bottom: 0;
	}
}
@media all and (max-width:1740px) {
	.safezoneA {
    padding-left: 2%;
    padding-right: 2%;
	}
}
@media all and (max-width:1700px) {
	.primary-navigation a,
	.primary-navigation ul ul a {
		font-size: 17px;
    padding: 0 6px;
	}
	#featured_image {
    width: 46%;
	}
	#featured_cont .entry-header {
    margin-left: calc(46% + 3em);
	}
	/* .parent-pageid-28 #featured_cont .entry-header {
    margin-right: 1em;
	}
	.page-id-33 #featured_cont .entry-header {
    margin-right: 6em;
	} */
	#careers-band .wp-block-column:nth-of-type(1) {
    flex: 1 0 38.5%;
	}
}
@media all and (max-width:1530px) {
	/* .parent-pageid-28 #featured_cont h2 {
		font-size: 38px;
	} */
}
@media all and (max-width:1470px) {
	.page-id-22 .safezoneB, .page-id-1150 .safezoneB {
		padding-left: 10%;
		padding-right: 10%;
	}
	#trial-overview-band .trials-overview-cols .wp-block-column:nth-of-type(2) .wp-block-image {
		width: 136%;
	}
}
@media all and (max-width:1445px) {
	.home-entry-header p {
    margin-bottom: 21%;
	}
	#masthead {
		background-color: rgb(255, 255, 255) !important;
    box-shadow: rgb(0 0 0 / 20%) 1px 1px 3px !important;
	}
	#sapience-logo {
		background-color: transparent;
    box-shadow: none;
	}
	.main-content {
    margin-top: 143px;
	}
	.home .main-content {
    margin-top: 0
	}
	#featured_image {
    height: 357px;
	}
	#featured_cont h2 {
    font-size: 45px;
	}
	#sapience-logo-dark {
		display: none;	
	}
	#sapience-logo {
		display: inline !important;	
	}
}
@media all and (max-width:1366px) {
	.home-entry-header h1 {
    /*font-size: 45px;*/
	}
	.home-entry-header h1:before {
		position: absolute;
		content: "";
		bottom: -40%;
		left: 0%;
		height: 140%;
		width: 100%;
		/*background-color: rgba(255,255,255,.5);
		box-shadow: 0 0 30px 30px rgb(255 255 255 / 50%);*/
		z-index: -1;
	}
	.home-entry-header p {
    margin-bottom: 20%;
	}
	#featured_cont h2 {
    font-size: 42px;
	}
}
@media all and (max-width:1340px) {
	.safezoneB {
    padding-left: 2%;
    padding-right: 2%;
	}
}
@media all and (max-width:1312px) {
	#heart-div p:nth-of-type(3):before {
    content: "A";
    top: 22%;
	}
}
@media all and (max-width:1284px) {
	#heart-div p:nth-of-type(5):before {
    content: "T";
    top: 22%;
	}
}
@media all and (max-width:1171px) {
	#heart-div p:nth-of-type(4):before {
    content: "R";
    top: 22%;
	}
}
@media all and (max-width:1085px) {
	#heart-div p:nth-of-type(2):before {
    content: "E";
    top: 22%;
	}
	.news_holder { /*JP*/
	  position: relative;
	  overflow: hidden;
	  height: 120vh;
	}
}
@media all and (max-width:929px) {
	#heart-div p:nth-of-type(1):before {
    content: "H";
    top: 22%;
	}
	.home-entry-header h1 {
		font-size:20px;
	}
	.home-entry-header h1 span {
		font-size:40px;
	}
	
}
@media all and (max-width:698px) {
	#heart-div p:nth-of-type(3):before {
    content: "A";
    top: 32%;
	}
}
@media all and (max-width:673px) {
	#heart-div p:nth-of-type(5):before {
    content: "T";
    top: 32%;
	}
}
@media all and (max-width:628px) {
	#heart-div p:nth-of-type(4):before {
    content: "R";
    top: 32%;
	}
	.news_holder { /*JP*/
	  height: 180vh;
	}
}
@media all and (max-width:580px) {
	#heart-div p:nth-of-type(2):before {
    content: "E";
    top: 32%;
	}
}
@media all and (max-width:500px) {
	#heart-div p:nth-of-type(1):before {
	  top: 19%;
	}
	#heart-div p:nth-of-type(2):before,
	#heart-div p:nth-of-type(3):before,
	#heart-div p:nth-of-type(4):before,
	#heart-div p:nth-of-type(5):before {
	  top: 27%;
	}
}
@media all and (max-width:467px) {
	#heart-div p:nth-of-type(1):before {
	  top: 29%;
	}
}
@media all and (max-width:1285px) {
	.bio_box {
    border: none;
    box-shadow: none;
		background-color: transparent;
	}
	.bio_box img {
    border-radius: 13px;
	}
}
@media all and (max-width:1280px) {
	.home-entry-header h1 {
    font-size: 40px;
		font-size:30px; /* JP- spectrum fix*/
	}
	.home-entry-header p {
    font-size: 22px;
    margin-bottom: 25%;
	}
	.home-entry-header a:after {
    right: -43px;
    width: 33px;
    height: 20px;
	}
}
@media all and (max-width:1279px) {
	#featured_cont h2 {
    font-size: 35px;
	}
	/* .parent-pageid-28 #featured_cont h2 {
    font-size: 35px;
	} */
	.bio_box, .bio_box2, .bio_box3 {
	    width: 23.75%;
		}
	.contact-cols .h2-large {
    font-size: 24px;
	}
	.contact-cols p {
    font-size: 18px;
	}
	.site-info div:first-of-type {
    flex: 1 0 40%;
	}
	.news-meta {
    flex-direction: column;
	}
	.news-cta {
    margin-top: 6px;
	}
}
@media all and (max-width:1121px) {
	#featured_cont h2 {
		font-size: 35px;
	}
	.page-id-16 .entry-content > h2:nth-of-type(1) br,
	.page-id-35 #community-band h2 br {
		display: none;
	}
}
@media all and (max-width:1075px) {
	#sapience-logo, #sapience-logo-dark {
    width: 230px;
		padding-top: 20px;
	}
	#featured_cont .entry-header {
    /* margin-left: calc(46% + 1em);
		margin-right: 1em; */
	}
	#featured_cont h2 {
		font-size: 35px;
	}
	#home-hero {
		height: 82vh;
		overflow: inherit;
	}
	#home-bg-vid {
		object-fit: cover;
		width: 100vw;
		height: 82vh;
	}
	#arrow-cont {
    bottom: 1%;
	}
	/* .parent-pageid-28	#featured_cont h2 {
		font-size: 35px;
	}
	.page-id-31 #featured_cont h2,
	.page-id-32 #featured_cont h2 {
    font-size: 28px;
	}
	.page-id-33 #featured_cont .entry-header {
    margin-right: 1em;
	} */

}

@media all and (max-width:1024px) {
	.home-cols h2 {
    font-size: 40px;
	}
	.home .wp-block-button__link {
    font-size: 20px;
	}
	.home .wp-block-button__link:after {
    top: 17px;
	}
	#arrow-cont {
		bottom: 0;
	}
	#spears-btn a:before {
    background-size: 43%;
	}
	#design, #run, #develop {
    padding-left: 43px;
	}
	#design:before, #run:before, #develop:before {
    top: -18px;
    left: -22px;
		width: 60px;
		height: 60px;
	}
	.page-id-22 .safezoneB, .page-id-1150 .safezoneB {
    padding-left: 4%;
    padding-right: 4%;
	}
	.page-id-22 .h2-large, .page-id-1150 .h2-large {
    font-size: 36px;
	}
	#platform-band {
    padding-top: 34px;
	}
	.spears-cols-2 .large-marge {
		margin-bottom: 44px !important;
	}
	#spears-band h2 {
    font-size: 24px;
	}
	#approach-overview-band,
	#approach-overview-band-2 {
    padding-top: 34px;
	}
	#st101-top-band,
	#st316-band-01,
	#cjun-band-01,
	#foxp3-band-01 {
    padding: 34px 0 34px;
	}
	#trials-band .wp-block-columns:nth-of-type(2) h2 {
    font-size: 24px;
	}
	.primary-navigation a, .primary-navigation ul ul a {
    font-size: 16px;
		padding: 0 8px;
	}
	.trials-cols h3,
	.trials-cols h4 {
    font-size: 20px;
	}
	.pub-title {
    font-size: 20px;
	}
	.page-template-presentations .pubs-row .pub-title {
    font-size: 20px;
	}
	.page-template-presentations .pubs-row .pub-date {
    font-size: 18px;
	}
	.page-template-presentations .pubs-row div:nth-of-type(1) {
    flex: 1 0 18%;
	}
	#community-band h2 br {
    display: none;
	}
	#community-band {
    padding-top: 24px;
	}
	.entry-content h2 br {
		display: none;
	}
	.parent-pageid-28	#featured_cont h2 br {
		display: block;
	}
	#featured_cont .entry-header {
    /* margin-left: calc(48% + 0em);
    margin-right: 1%;
    width: 51%; */
	}
	#featured_cont h2 {
    font-size: 32px;
	}
	h2 {
    font-size: 28px;
	}
	.large-marge {
    margin-bottom: 24px !important;
	}
	.p-large {
    font-size: 18px;
	}
	.jobs-row p {
    margin-bottom: 20px;
	}
	.jobs-row img {
    padding-left: 14px;
    width: 12px;
	}
	.safezoneB {
    padding-left: 4%;
    padding-right: 4%;
	}
	#home-hero {
    height: 82vh;
	}
	#home-bg-vid {
    height: 82vh;
	}
	.home-entry-header h1 {
    font-size: 36px;
		font-size:20px;
	}
	.home-entry-header p {
    margin-bottom: 30%;
	}
	.home .content-area {
		padding-top: 8px;
		padding-bottom: 28px;
	}
	.home #main-content {
    background-size: 50%;
    background-position: -30% 104%;
	}
	#careers-band p {
		padding-right: 15px;
	}
	.larger-text {
		font-size: 18px;
		font-weight: 300;
	}
	.larger-text strong {
		font-weight: 300;
	}
	#trials-band .list-cols li {
    font-size: 18px;
    margin: 10px 0 10px 30px;
	}
	#about-overview-band .wp-block-columns {
    display: block;
	}
	#about-overview-band .wp-block-column:nth-of-type(1) {
    padding-right: 0;
    padding-bottom: 44px;
	}
	.nav-block,
	.contact-block,
	.social-block {
    flex-basis: 5% !important;
	}
	#spears-band:before {
		top: -60%;
		height: 120%;
	}
	/* #heart-div p:first-of-type {
    padding-bottom: 26px;
	} */
	.site-info div:first-of-type {
    flex: 1 0 30%;
	}
	.contact-block {
    flex-basis: 11% !important;
	}
	.bio-title {
    font-size: 16px;
	}
	.bmt {
    font-size: 16px;
	}
	.spears-data-cols .wp-block-column:nth-of-type(1) {
    flex: 1 0 32%;
	}
	.spears-data-cols .wp-block-column:nth-of-type(2) {
    flex: 1 0 26%;
	}
	.spears-data-cols .wp-block-column:nth-of-type(3) {
    flex: 1 0 33%;
	}
	.spears-data-cols .wp-block-column:nth-of-type(3) p:before {
		left: auto;
		right: -112px;
	}
	.trials-overview-cols p {
		font-size: 18px;
	}
	.trial-overview-btns .wp-block-column {
    font-size: 20px;
	}
}

@media all and (max-width:1023px) {
	.safezoneB {
    padding-left: 2%;
    padding-right: 2%;
	}
	.home .site-main {
    margin-top: 61px;
	}
	.home-entry-header h1 {
    /*font-size: 34px;*/
	}
	.h2-large,
	.page-id-22 .h2-large, .page-id-1150 .h2-large{
    font-size: 26px;
	}
	.larger-text {
    font-size: 20px;
	}
	.tsection .wp-block-columns {
		display: block !important;
	}
	.newsitem_cont {
		display: block !important;
    margin-right: 0 !important;
		margin-bottom: 24px;
	}
	.trials-cols {
    display: block !important;
	}
	.trials-cols > .wp-block-column:nth-of-type(2) {
    flex-basis: 40%;
    padding: 0px 0 40px 0px;
    border-left: none;
	}
	.site-info {
    display: block;
	}
	.site-info div {
    margin-bottom: 24px;
	}
	.spears-img-cols {
    display: flex !important;
    justify-content: center;
		gap: 0;
	}
	.spears-img-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex: 2 0 49% !important;
	}
	.spears-img-cols figure {
		width: 100%;
	}
	#careers-band .wp-block-column:nth-of-type(2) {
    flex: 1 0 42%;
    margin-left: 0;
	}
	.nh-right,.nh-left,#tsection-1,#tsection-2 {
		display:none;
	}
	.nh-center {
		display:block;
		width:auto;
	}
	.tsection {
		position:relative;
		top:auto;
		bottom:auto;
	}
	.newsitem_cont {
		margin-right:0;
		margin-bottom:24px;
	}
	.trials-overview-cols {
    display: block !important;
	}
	.trials-overview-cols .wp-block-column:nth-of-type(1) {
    padding: 0;
	}
	#trial-overview-band .trials-overview-cols .wp-block-column:nth-of-type(2) .wp-block-image {
    width: auto;
	}
	#trial-overview-band .trials-overview-cols img {
		display: block;
	}
	.trial-overview-btns {
    margin: 4%;
    display: block !important;
	}
	.trial-overview-btns .wp-block-column {
    margin-bottom: 44px;
	}
}



/* responsive menu styles */
html.wprmenu-body-fixed body.home {
  position: relative !important;
}
html body div#wprmenu_bar {
  height: 103px;
	box-shadow: rgb(0 0 0 / 20%) 1px 1px 3px !important;
}
html body div#wprmenu_bar {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100% !important;
}
#wprmenu_bar .bar_logo {
  height: 84px;
	padding: 0;
}
#wprmenu_bar div.hamburger {
  margin-top: 56px;
}
#mg-wprm-wrap.cbp-spmenu-left {
	top: 103px !important;
}
#mg-wprm-wrap li.menu-item ul.sub-menu li.menu-item span {
  padding: 0;
  line-height: initial;
}
/* responsive menu styles only */
@media all and (max-width:1023px) {
	.main-content {
    margin-top: 0px;
	}
	#featured_image {
    width: 50%;
	}
	#featured_cont h2 {
    font-size: 30px;
    margin-bottom: 12px;
	}
}

@media all and (max-width:940px) {
	/* .page-id-33 #featured_cont h2 {
    font-size: 30px;
	} */
}
@media all and (max-width:900px) {
	#home-banner-01,
	#home-banner-02,
	#home-banner-03 {
    padding: 14px 0 4px;
	}
	#home-banner-01 .home-cols,
	#home-banner-02 .home-cols {
    display: block;
	}
	.home-cols .wp-block-column:nth-of-type(2) {
		height: 500px;
	}
	.home-cols .wp-block-column:nth-of-type(1) {
    padding: 0 0 44px;
	}
	#home-banner-01 .home-cols .wp-block-column:nth-of-type(2) .wp-block-image {
		margin-left: -48%;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		background-position: 50% 30%;
	}
	#home-banner-02 .home-cols .wp-block-column:nth-of-type(2) .wp-block-image {
    margin-left: -10%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-position: 50% 30%;
	}
	.spears-data-cols {
    display: flex !important;
		gap: 1em;
    justify-content: flex-start;
	}
	.spears-data-cols.wp-block-columns:not(.is-not-stacked-on-mobile)> .wp-block-column {
    flex: 1 0 28% !important;
	}
	.spears-data-cols p {
    font-size: 16px;
    line-height: 1.3;
	}
	.spears-data-cols ul {
    font-size: 14px;
	}
	.spears-data-cols .wp-block-column:nth-of-type(1) p:before {
    right: -62px;
    width: 61px;
    height: 30px;
	}
	.spears-data-cols .wp-block-column:nth-of-type(2) p:before {
    right: -32px;
    width: 31px;
    height: 34px;
	}
	.spears-data-cols .wp-block-column:nth-of-type(3) p:before {
    top: -1px;
		left: auto;
    right: -62px;
    width: 55px;
    height: 21px;
	}
	.page-id-32 #featured_cont .entry-header {
    width: 48%;
	}
	#featured_cont .entry-header {
    margin-left: 51.5%;
		margin-right: 1%;
		width: 47%;
	}
	#featured_cont h2 {
    font-size: 25px;
	}
	/* .parent-pageid-28 #featured_cont h2 {
    font-size: 27px;
	}
	.page-id-32 #featured_cont h2 {
    font-size: 24px;
	} */
	.contact-cols .h2-large {
		margin-bottom: 18px;
	}
	.contact-cols .wp-block-column:nth-of-type(1) .wp-block-column:nth-of-type(1) {
		margin-bottom: 36px;
	}
	.contact-cols .wp-block-column:nth-of-type(1) .wp-block-column:nth-of-type(2) .wp-block-spacer {
		display: none;
	}
	#community-band h2 {
		margin-bottom: 24px;
	}
	.news_holder .wp-block-column {
		margin-bottom: 24px;
	}
	#heart-div p:first-of-type {
    padding-bottom: 8px;
	}
	.bio_box {
		border: 1px solid rgba(0,0,0,.2);
    box-shadow: 7px 7px 23px rgb(0 0 0 / 20%);
	}
	.bio_box img {
    border-radius: 0;
	}
	#spears-band:before {
		content: none;
	}
	#about-overview-band h2 br {
		display: none;
	}
	.category-news .sentry-title {
    font-size: 20px;
	}
	.careers-img-cols {
    display: block !important;
	}
	.careers-img-cols .wp-block-column img {
		border-radius: 0 !important;
	}
	#community-band .wp-block-columns {
    display: block;
	}
	#trials-band .wp-block-columns:nth-of-type(1) {
    display: block;
	}
	#trials-band .wp-block-columns:nth-of-type(1) ul {
    margin-bottom: 0;
	}
	#platform-band .safezoneB {
		padding-left: 4%;
		padding-right: 4%;
	}
	.spears-cols {
    display: block !important;
	}
	#spears-band .wp-block-column:nth-of-type(1) {
    margin-bottom: 44px;
	}
	#approach-overview-band {
    /* padding: 24px 0 4px; */
	}
	.page-template-presentations .pubs-row div:nth-of-type(1) {
    flex: 1 0 25%;
	}
	.pub-title {
    font-size: 20px;
	}
	#careers-band .wp-block-columns {
    display: block;
	}
	#careers-band p {
    padding-right: 0;
	}
	.contact-cols,
	.contact-cols .wp-block-columns {
		display: block !important;
	}
	.contact-cols .wp-block-columns {
		margin-bottom: 0 !important;
	}
	.contact-cols .wp-block-column {
		margin-left: 0 !important;
	}
	.bio_box, .bio_box2, .bio_box3,
	.nyb .bio_box:nth-child(2),
		.nyb .bio_box2:nth-child(2),
			.nyb .bio_box3:nth-child(2) {
		width: 100%;
		margin: 0 auto 44px;
		display: block;
	}
	.nyb .bio_box:not(:first-of-type) {
    margin-left: 0;
	}
	.bio_box img, .bio_box2 img, .bio_box3 img {
    height: auto;
		width: 86%;
		padding-top: 26px;
	}
	.bio_box .bio_detail_cont {
		display: none;
		height:0;
	}
	.bio_box.bc_active .bio_detail_cont {
		display: block;
		height:auto;
		padding: 20px 20px 0;
	}
	.bio-info {
		display: none;
	}
	.content-box {
    display: none;
	}
}

@media all and (max-width:768px) {
	#featured_cont .entry-header {
    margin-right: 1em;
	}
	#home-hero {
    height: 53vh;
	}
	#home-bg-vid {
    height: 53vh;
	}
	.home-entry-header {
/*------ JP - Spectrum update */
	height: 70%;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
	}
	#arrow-cont {
    display: none;
	}
	.backarrow_cont {
    display: none;
	}
	.home-entry-header {
		position: relative;
		justify-content: flex-end;
		z-index: 9999;
	}
	.home-entry-header p {
    margin-bottom: 6%;
	}
	.home-cols h2 {
    font-size: 34px;
    margin-bottom: 24px;
	}
	#featured_cont .entry-header {
    margin-left: calc(46% + 43px);
	}
	#featured_cont h2 {
    font-size: 25px;
    margin-bottom: 10px
	}
	.page-template-presentations .pubs-row .pub-title {
		font-size: 20px;
	}


}

@media all and (max-width:767px) {
	#featured_image {
    width: 100%;
		align-items: flex-end;
    background-image: url(/wp-content/uploads/2024/11/New-mobile-HERO-Sapience.jpg) !important;
		background-position: 100% 99%;
	}
	
	.page-id-32 #featured_cont .entry-header,
	#featured_cont .entry-header {
		width: 96%;
    margin-left: 0;
    padding: 0 2%;
	}
	#featured_cont h2 {
    font-size: 28px;
    margin-top: 69px;
    display: none;
	}
	.pubs-row {
    display: block;
	}
	#design, #run, #develop {
    padding-left: 66px;
	}
	#design:before, #run:before, #develop:before {
    top: -21px;
    left: 0px;
	}
	.gif-cols p {
    font-size: 14px;
	}
	.page-id-21 .mobile-page-title {
		text-transform: uppercase !important;
	}
	.page-id-21 .mobile-page-title span {
		text-transform: lowercase !important;
	}
	.mobile-page-title {
		position: relative;
    display: block !important;
		font-weight: 500 !important;
		color: #FF7F2F !important;
		text-transform: none !important;
		margin: 0 0 19% !important;
	}
	.mobile-page-title:before {
    position: absolute;
    content: "";
    bottom: -23%;
    left: 0%;
    height: 130%;
    width: 100%;
    /*background-color: rgba(255,255,255,.43);
    box-shadow: 0 0 30px 30px rgb(255 255 255 / 43%); JP - SPECTRUM UPDATE */
    z-index: -1;
	}
	#featured_cont h2 br {
		display: block;
	}
	h2 {
    font-size: 26px;
	}
	.home-cols h2 {
    font-size: 30px;
    margin-bottom: 26px;
	}
	.home-cols p {
    font-size: 18px;
	}
	.pipeline-header-cont img {
    width: 160px;
		display: none;
	}
	.pipeline-header-cont p {
    font-size: 16px;
    margin-bottom: 0;
	}
	.pipeline-header-cont a:after {
    top: 3px;
    right: -30px;
    width: 23px;
    height: 12px;
	}
	.page-template-presentations .pubs-row {
		display: block;
	}
	.page-template-presentations .pubs-row div:nth-of-type(1) {
    margin-bottom: 14px;
	}
	.gif02-col img {
		transition-delay: 0s;
	}
	.gif03-col img {
		transition-delay: 0s;
	}
}
@media all and (max-width:682px) {
	.spears-data-cols .wp-block-column:nth-of-type(1) p:before {
    right: 90px;
    top: -28px;
	}
	.spears-data-cols .wp-block-column:nth-of-type(3) p:before {
    top: -17px;
    right: 18px;
	}
}
@media all and (max-width:632px) {
	#develop:before {
    top: -2px;
    left: 0px;
	}
}
@media all and (max-width:600px) {
	.gif-cols {
		display: block !important;
		text-align: center;
	}
	#trials-band .wp-block-columns:nth-of-type(2) .wp-block-column{
		margin-bottom: 24px;
	}
	.spears-data-cols.wp-block-columns:not(.is-not-stacked-on-mobile)> .wp-block-column:nth-of-type(1) {
    flex: 1 0 40% !important;
	}
	.spears-data-cols .wp-block-column:nth-of-type(1) p:before {
    right: -63px;
    top: -6px;
	}
	.spears-data-cols.wp-block-columns:not(.is-not-stacked-on-mobile)> .wp-block-column:nth-of-type(2) {
    flex: 1 0 40% !important;
	}
	.spears-data-cols.wp-block-columns:not(.is-not-stacked-on-mobile)> .wp-block-column:nth-of-type(3) {
    flex: 0 0 50% !important;
    margin: auto;
    padding-left: 30px;
	}
	.spears-data-cols p {
    font-size: 18px;
	}
	.spears-data-cols ul {
    font-size: 16px;
	}
}
@media all and (max-width:500px) {
	#featured_image {
    background-position: 66% 99%;
	}
	h2 {
    font-size: 24px;
    line-height: 1.3;
	}
	.footnotes br {
		display: block;
	}
	.page-id-22 .safezoneB, .page-id-1150 .safezoneB {
    padding-left: 2%;
    padding-right: 2%;
	}
	#home-hero {
    height: 86vh;
    height: 71vh;
	}
	#home-bg-vid {
    height: 86vh;
    height: 71vh;
	}
	.home-entry-header p {
    margin-bottom: 14%;
	}
	.home-entry-header {
    justify-content: flex-end;
		height:30%; /*------ JP - Spectrum update */
	}
	/*.home-entry-header h1 {
    font-size: 28px;
	} ------ JP - Spectrum update */
	.home-entry-header p {
    font-size: 20px;
    margin-bottom: 12px;
	}
	.home-entry-header a:after {
    top: 4px;
    right: -45px;
    width: 32px;
    height: 18px;
	}
	.home-cols h2 {
    font-size: 26px;
    margin-bottom: 26px;
	}
	#heart-div p {
    font-size: 16px;
    line-height: 1.4;
		padding-left: 10px;
	}
	#heart-div p:before {
		left: -49px;
	}
	.home #main-content {
    background-size: 69%;
    background-position: -91% 103%;
	}


	.bio_box, .bio_box2, .bio_box3,
	.nyb .bio_box:nth-child(2),
		.nyb .bio_box2:nth-child(2),
			.nyb .bio_box3:nth-child(2) {
		/* width: 92%; */
	}
}
@media all and (max-width:485px) {
	.spears-img-cols {
    margin-left: -6%;
	}
	.spears-data-cols {
    display: block !important;
	}
	.spears-data-cols.wp-block-columns:not(.is-not-stacked-on-mobile)> .wp-block-column:nth-of-type(3) {
		padding-left: 0px;
	}
	.spears-data-cols .wp-block-column:nth-of-type(3) p:before {
    top: -1px;
    right: -62px;
	}
}
@media all and (max-width:400px) {
	.home-entry-header h1 {
    font-size: 26px;
	}
	.home-entry-header p {
    font-size: 18px;
	}
}
@media only screen
	and (min-device-width: 365px)
	and (max-device-width: 1011px)
	/* and (-webkit-min-device-pixel-ratio: 3) */
	and (orientation: landscape) {
		#home-hero {
			height: calc(99vh - 103px);
		}
		#home-bg-vid {
	    height: calc(99vh - 103px);
		}
		.home-entry-header {
	    justify-content: center;
		}
		.home-entry-header h1 {
			font-size: 26px;
		}
		.home-entry-header p {
			margin-bottom: 0;
		}
		.backarrow_cont {
			display: none;
		}
		#featured_image {
			height: 317px;
		}
		.gif-cols p {
	    font-size: 14px;
		}
}
/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}






/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 48px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}



	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}
}