/*
Theme Name: Lifordi
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: #102059;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
}
body {
	background: #ffffff;
}
/* body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
} */
a {
	color: #25397F;
	text-decoration: none;
}

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

a:active,
a:hover {
	color: #25397F;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #25397F;
	clear: both;
	font-weight: 800;
	margin: 36px 0 12px;
}

h1 {
	font-family: 'futura-pt', sans-serif;
  font-size: 75px;
  color: transparent;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #F0AF1B;
}

h2 {
	font-family: 'futura-pt', sans-serif;
	font-size: 34px;
  color: #25397F;
 	font-weight: 600;
	text-transform: uppercase;
  line-height: 1.5;
}

h3 {
	font-family: 'futura-pt', sans-serif;
	font-size: 24px;
	color: #F0AF1B;
	font-weight: 900;
	line-height: 1.3;
}
h4 {
	font-size: 20px;
	line-height: 1.5;
}

h5 {
	color: #0C2535;
	font-size: 18px;
	line-height: 1.5;
}

h6 {
	color: #0C2535;
	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: 700;
}

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;
}
/* 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: #F0AF1B;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #F0AF1B;
	color: #fff;
	text-shadow: none;
}


/**
 * 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: #24890d;
	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: #41a62a;
	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 */
}

/* 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: 1740px;
	margin: 0 auto;
	padding-left: 2%;
	padding-right: 2%;
}
.safezoneB {
	max-width: 1600px;
	margin: 0 auto;
}

.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 {
  background-color: transparent;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
  height: 140px;
	z-index: 999;
	top:0;
	position: fixed;
}
.site-header .safezoneA {
  background-color: #fff;
  border-bottom-left-radius: 34px;
  border-bottom-right-radius: 34px;
	box-shadow: 0 0 27px rgba(0, 0, 0, .2);
}
#home-logo {
	width: 200px;
	height: auto;
	padding: 20px 0;
}

/* Search in the header */
.search-toggle {
	background-color: #24890d;
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}
.search-toggle:hover,
.search-toggle.active {
	background-color: #41a62a;
}
.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: #41a62a;
	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 {
	color: #25397f;
	display: block;
}
.site-navigation a:hover {
	/* color: #41a62a; */
}
.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
  /* border-bottom: 2px solid #25397f; */
	text-shadow: 0.25px 0.25px 0px currentColor, -0.25px 0.25px 0px currentColor, 0.25px -0.25px 0px currentColor, -0.25px -0.25px 0px currentColor;

}
.site-navigation .current_page_item > a:before {
	content: "";
	content: none;
	position: absolute;
	right: 10%;
	bottom: 10px;
	width: 80%;
	height: 2px;
	background-color: #25397f;
}
/* 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: #fff; */
}

/* Primary Navigation */
.primary-navigation {
	float: right;
	font-size: 20px;
	margin: 55px -2px 0 -12px;
	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: 46px;
	line-height: 46px;
	position: relative;
}

.primary-navigation a {
	display: inline-block;
  font-weight: 600;
	padding: 0;
  margin: 0 12px;
	white-space: nowrap;
}

.primary-navigation ul ul {
	background-color: #ffffff;
	float: left;
	margin: 0;
	position: absolute;
	top: 46px;
	left: -999em;
	z-index: 99999;
}

.primary-navigation li li {
	border: 0;
	display: block;
	height: auto;
	line-height: 1.0909090909;
}

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

.primary-navigation ul ul a {
	font-size: 18px;
	padding: 18px 12px 14px;
	white-space: normal;
	width: 149px;
}
#menu-item-27 ul li a {
	width: 246px;
}

.primary-navigation li:hover > a,
.primary-navigation li.focus > a {
  /* border-bottom: 2px solid #25397f; */
	text-shadow: 0.25px 0.25px 0px currentColor, -0.25px 0.25px 0px currentColor, 0.25px -0.25px 0px currentColor, -0.25px -0.25px 0px currentColor;
}

.primary-navigation ul ul a:hover,
.primary-navigation ul ul li.focus > a {
	/* background-color: #41a62a; */
}

.primary-navigation ul li:hover > ul,
.primary-navigation ul li.focus > ul {
	left: auto;
	left: -17px;
}

.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 {
	-webkit-font-smoothing: antialiased;
	content: "\f502";
	content: none;
	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;
}



/* 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;
}
#horizontal-nav {
	position: relative;
	z-index: 2;
  background: #F0AF1B;
  height: 71px;
}
#horizontal-nav ul {
	margin:0;
  text-align: left;
}
#horizontal-nav ul:not(.sub-menu) {
  margin: 0;
}
#horizontal-nav ul ul li {
	padding: 20px 10px;
}
#horizontal-nav li {
  position: relative;
  display: none;
}
#horizontal-nav .current_page_ancestor > a {
  display: none;
}
#horizontal-nav li a {
	font-size: 18px;
	color:#ffffff;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	transition: 100ms;
}
#horizontal-nav li:hover > a {
	color:#ffffff;
	transition: 300ms;
}
#horizontal-nav li:hover > a:after {
	position: absolute;
  content: "";
  bottom: -6px;
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
#horizontal-nav .current_page_item > a {
	font-weight: 700;
	/* border-bottom: 2px solid #fff; */
	/* text-shadow: 0.25px 0.25px 0px #1D2945, -0.25px 0.25px 0px #1D2945, 0.25px -0.25px 0px #1D2945, -0.25px -0.25px 0px #1D2945; */
}
#horizontal-nav .current_page_item > a:after {
	position: absolute;
  content: "";
  bottom: -6px;
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
#horizontal-nav .current_page_parent,
#horizontal-nav .current_page_parent > ul li {
  display: inline-block;
}
#horizontal-nav .current_page_item.ir-menu-item > a,
#horizontal-nav .current_page_item.current-menu-ancestor > a {
  display: none;
}
#horizontal-nav .current_page_item.ir-menu-item {
  display: inline-block;
}
#horizontal-nav .ir-menu-item li li {
  display: block;
}
#horizontal-nav .ir-menu-item li {
  display: inline-block;
}
#horizontal-nav ul ul ul {
	display: block;
	white-space: nowrap;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 265px;
  width: auto;
	left: -999em;
}
#horizontal-nav ul li:hover > ul {
  /* left: auto; */
  left: 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: 68px;
}
.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 {
  width: 100%;
	position: relative;
	z-index: 1;
}

.entry-title {
	font-family: 'futura-pt', sans-serif;
	font-size: 75px;
	color: transparent;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-text-stroke-width: 4px;
	-webkit-text-stroke-color: #F0AF1B;
	margin: 0 0 -11px 0;
}

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

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

.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: #41a62a;
}

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

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

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

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

.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: #41a62a;
	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: #41a62a;
}

.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 {
	text-decoration: underline;
}

.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 {
	text-decoration: none;
}

.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: #41a62a;
}


/* 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: #41a62a;
	border: 1px solid #41a62a;
	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: #41a62a;
}

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

.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	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: #ffffff;
	color: #102059;
	font-size: 16px;
	position: relative;
	z-index: 3;
	border-top: 1px solid #F0AF1B;
}
.site-info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap:14px;
	padding: 40px 0px;
}
.site-info:before,
.site-info:after {
	content:none;
}
.site-info p {
	margin-bottom: 0;
}
.site-info a {
	transition: 300ms;
}
.site-info a:hover {
	opacity: .8
}
.logo-block {
  flex: 0 1 135px;
}
.logo-block img {
	width: 135px;
	height: auto;
  margin-bottom: 8px;
}
.logo-block a:hover {
	opacity: 1;
}
.copyright-block {
  flex: 0 1 60%;
  text-transform: uppercase;
	display: flex;
	align-items: flex-end;
}
.contact-block {
  flex: 0 1 40%;
  text-align: right;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.follow-block {
  flex: 0 1 28px;
	display: flex;
	align-items: center;
}
.follow-block p {
  margin-top: 12px;
}
.follow-block i {
	font-size: 28px;
	color: #102059;
}
.footer-menu {
	display: block;
	margin: 0;
}
.footer-menu li {
	/* width: 180px; */
	text-transform: uppercase;
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	padding-right: 4px;
}
.footer-menu ul {
	display: block;
	margin: 0;
}
.footer-menu ul li {
	display: block;
	text-transform: none;
}


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


/* Fixed Header */
.admin-bar .site-header {
	top: 32px;
}
.site-main {
	/* margin-top: 48px; */
}

/* begin alden styles */
.dynamic-cols-2 {
  columns: 300px 2;
}
.dynamic-cols-3 {
  columns: 300px 3;
}
.large-marge {
	margin-bottom: 44px;
}
.no-marge {
	margin-bottom: 0;
}
.hide {
	display: none !important;
}
.alignfull {
	padding:24px 0;
}
.alignfull.safezoneB .bandText2 {
	padding: 1px 0 1px;
}
/* hacky to make alignfull brwoser compliant*/
body {overflow-x:hidden; }
.entry-content .alignfull {
	width: 100vw;
	position: relative;
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
	background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.p-special {
	font-family: 'futura-pt', sans-serif;
	font-size: 24px;
	color: #F0AF1B;
	font-weight: 900;
	line-height: 1.3;
}
.h2-special {
	font-size: 50px;
  line-height: 1.1;
}
.h2-special span {
  color: transparent;
	-webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #102059
}
.wp-block-button__link {
	font-family: 'futura-pt', sans-serif;
  background-color: transparent;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 35px 10px 35px;
  text-decoration: none !important;
}
.wp-block-button__link:hover {
  color: #F0AF1B;
}
.wp-block-button {
  background: linear-gradient(to left, #F0AF1B 50%, #ffffff 50%);
  background-size: 201% 101%;
  background-position: 100% 50%;
  border: 3px solid #F0AF1B;
  transition: 300ms;
	border-radius: 999em;
}
.wp-block-button:hover {
	background-position: 0% 50%;
	border: 3px solid #F0AF1B;
}
.wp-block-button:hover .wp-block-button__link  {
	color: #F0AF1B;
}
.tabs-controls {
  gap: 3px;
  /* position: relative;
	z-index: -9; */
}
.tabs-controls > .wp-block-column {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
	background: #fff;
	box-shadow: -10px -14px 17px rgba(0, 0, 0, .1), 10px -14px 17px rgba(0, 0, 0, .1);
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
  padding: 10px 20px;
  opacity: .5;
	cursor: pointer;
}
.tabs-controls > .wp-block-column p {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 0;
}
.tabs-controls > .wp-block-column.active {
  opacity: 1;
	cursor: auto;
}
.tabs-copy {
  background: #fff;
  padding: 40px;
  box-shadow: 0px 0px 37px rgba(0, 0, 0, .3);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.tabs-copy > .wp-block-column {
  display: none;
  flex-direction: column;
}
.tabs-copy > .wp-block-column.active {
  display: flex;
}
.tabs-copy > .wp-block-column > p:nth-of-type(1) {
  display: none;
}

#featured_image {
  display: flex;
  flex: 0 0 100%;
  align-items: flex-end;
  justify-content: flex-start;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 445px;
}
.home-image-cont img {
	position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
	opacity: 0;
  z-index: -1;
	transition: 1000ms;
}
.home-image-cont img.hideMe {
	opacity: 0;
}
.home-image-cont img.showMe {
	opacity: 1;
}

#home_featured_image .home-top {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-top.displaySettings h1 {
	color: transparent;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #F0AF1B;
}
.home-top.displaySettings h1 span {
	color: #F0AF1B;
	-webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
}
.home-top h1 {
  font-size: 95px;
  color: #F0AF1B;
	-webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
	/* text-shadow: 3px 3px 14px #25397F; */
	text-shadow: 0 0 14px #25397F, 0 0 24px #25397F, 0 0 20px #25397F;

	text-shadow: 2px 2px 30px rgba(37, 57, 127, 0.4),
							 2px -2px 30px rgba(37, 57, 127, 0.4),
							 -2px -2px 30px rgba(37, 57, 127, 0.4),
							 -2px 2px 30px rgba(37, 57, 127, 0.4);

	text-shadow: 2px 2px 30px rgba(37, 57, 127, 0.6),
							 2px -2px 30px rgba(37, 57, 127, 0.6),
							 -2px -2px 30px rgba(37, 57, 127, 0.6),
							 -2px 6px 30px rgba(37, 57, 127, 0.6);
	margin: 0;
	margin-top: 24vh;
	transition: 500ms;
}
.home-top h1 span {
  font-size: 65px;
  color: transparent;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #F0AF1B;
}
.home-top h1 > span {
	display: block;
  padding-left: 60px;
}
#home_featured_image .home-bottom {
  height: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30%;
}
.home-bottom h2 {
	font-size: 38px;
	color: #F0AF1B;
	font-weight: 400;
	line-height: 1.3;
  margin: 0;
}

#home-banner-01 {
  padding: 0;
}
#home-banner-01 h2,
#home-banner-01 h3,
#home-banner-01 p,
#home-banner-01 .wp-block-buttons {
	position: relative;
	z-index: 99;
}
#home-banner-01 h2 {
	font-size: 44px;
	line-height: 1.3;
  font-weight: 600;
  margin-bottom: 0;
}
#home-banner-01 h3 {
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.3;
}
#home-banner-01 p {
	font-family: 'futura-pt', sans-serif;
	font-size: 22px;
	color: #fff;
}
#home-banner-01 .wp-block-columns {
  gap: 0;
}
#home-banner-01 .wp-block-column:nth-of-type(1) {
	position: relative;
  text-align: right;
  padding: 80px 80px 80px 0;
}
#home-banner-01 .wp-block-column:nth-of-type(1) h2 {
	color: #F0AF1B;
}
#home-banner-01 .wp-block-column:nth-of-type(1) h3 {
	color: #F0AF1B;
}
#home-banner-01 .wp-block-column:nth-of-type(1) .wp-block-buttons {
  justify-content: flex-end;
}
#home-banner-01 .wp-block-column:nth-of-type(1):before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 100vw;
	height: 100%;
	background-color: #25397F;
	mix-blend-mode: multiply;
	/* opacity: .8; */
}
#home-banner-01 .wp-block-column:nth-of-type(2) {
	position: relative;
	padding: 80px 0 80px 80px;
}
#home-banner-01 .wp-block-column:nth-of-type(2) h2 {
	color: #25397F;
}
#home-banner-01 .wp-block-column:nth-of-type(2) h3 {
	color: #25397F;
}
#home-banner-01 .wp-block-column:nth-of-type(2) .wp-block-button {
	background: linear-gradient(to left, #25397F 50%, #ffffff 50%);
	background-size: 201% 101%;
	background-position: 100% 50%;
	border: 3px solid #25397F;
}
#home-banner-01 .wp-block-column:nth-of-type(2) .wp-block-button:hover {
  background-position: 0% 50%;
}
#home-banner-01 .wp-block-column:nth-of-type(2) .wp-block-button:hover .wp-block-button__link {
  color: #25397F;
}
#home-banner-01 .wp-block-column:nth-of-type(2):before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background-color: #F0AF1B;
	mix-blend-mode: hard-light;
}
#home-banner-01 .wp-block-column:nth-of-type(2):after {
	position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #F0AF1B;
  z-index: 0;
  opacity: .7;
}
#home-banner-02 {
	background-size: cover;
	background-position: 70% -60px;
	background-repeat: no-repeat;
	padding: 64px 0 0;
}
#home-banner-02 h2 {
	font-size: 44px;
  color: #F0AF1B;
  margin-bottom: 44px;
}
#home-banner-02 h3 {
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 34px;
}
#home-banner-02 .wp-block-columns {
	gap: 4em;
}
.news_title {
	font-family: 'futura-pt', sans-serif;
  font-size: 26px;
  color: #25397F;
	font-weight: 700;
  line-height: 1.5;
	margin-bottom: 12px;
}
.news_type {
  font-family: 'futura-pt', sans-serif;
  font-size: 24px;
  font-style: italic;
	line-height: 1.5;
  margin-bottom: 0;
}
.news_cta {
  margin-top: 24px;
}


.investors-logos.wp-block-gallery.has-nested-images figure.wp-block-image img {
  width: 100%;
  max-width: 300px !important;
}
.bio_box, .bio_box2, .bio_box3 {
  display: inline-block;
  vertical-align: top;
  width: 21.5%;
  margin: 0;
  cursor: pointer;
}
.bio_box:not(:first-of-type) {
	margin-left: 4%;
}
.page-id-12 .bio_box:not(:first-of-type) {
	margin-left: 10%;
}
.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;
  width: 100%;
  max-width: 300px;
	transition: all 300ms ease;
}
.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:hover img,
.bio_box2.bc_off:hover img,
.bio_box3.bc_off:hover img {
	filter: grayscale(0);
}
.inset_label a {
	color: #9932CC;
	text-decoration: none;
	border-bottom: none;
	transition: all 300ms ease;
}
.inset_label a:hover {
	text-decoration: none;
	border-bottom: none;
}
.bio_box:hover .bio-title,
.bio_box:hover .bmt {
  color: #F0AF1B;
}
.bio-title {
	color:#25397f;
	font-size:22px;
	font-style:normal;
	font-weight:600;
  padding:30px 0 3px;
	margin:0;
	line-height:1.3;
	transition: all 300ms ease;
}
.bmt {
	color:#151a38;
	font-size:18px;
	font-style:normal;
	font-weight:600;
	margin:0;
  padding:0;
	line-height:1.3;
	transition: all 300ms ease;
}
.read {
	text-decoration: underline;
	padding-bottom: 15px;
}
.bioless, .bioless2, .bioless3 {
	text-decoration: underline;
  display: inline-block;
}
.nyb {
  text-align: center;
	margin-top: 44px;
}
.nyb ~ .nyb {
	margin-top: 84px;
  /* background-color: powderblue; */
}
.content-box {
  max-width: 1400px;
  margin: 24px auto 0;
}
.cellpad {
	font-size: 20px;
	text-align: left;
  padding-top: 25px;
}







.page-id-16 .wp-block-columns:not(.platform-graphic-cols) .wp-block-column:nth-of-type(1),
.page-id-16 .div-cont .wp-block-columns:not(.platform-graphic-cols) .wp-block-column:nth-of-type(1) {
	flex: 0 1 60%;
}
#science-box-02 {
	position: relative;
	color: #ffffff;
	margin: 54px 0 104px;
	padding-left: 44px;
}
#science-box-02:before {
	position: absolute;
	content: "";
	top: -35px;
	left: 0;
	width: 100vw;
	height: calc(100% + 70px);
	background-color: #25397f;
	border-bottom-left-radius: 34px;
	border-top-left-radius: 34px;
	z-index: -1;
}
#science-box-02 p {
	font-family: 'futura-pt';
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}
#science-box-02 .wp-block-image {
	position: absolute;
	width: 556px;
	width: 35%;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.platform-h2-special {
	font-family: 'futura-pt', sans-serif;
	font-size: 28px;
  font-weight: 800;
  text-transform: none;
}
.platform-graphic-cols {
	gap: 2em;
	flex-wrap: wrap !important;
	line-height: 1.3;
	text-align: center;
  margin: 24px 0;
}
.platform-graphic-cols .wp-block-column {
  flex: 1 0 auto !important;
}
.platform-graphic-cols-header {
	font-family: 'futura-pt', sans-serif;
	font-size: 20px;
	color: #F0AF1B;
	font-weight: 700;
}
.platform-graphic-cols .wp-block-image {
	width: 100%;
  max-width: 210px;
	border-radius: 50%;
  border: 12px solid #F0AF1B;
	margin: 0 auto 20px;
  overflow: hidden;
}
#science-box-03 {
  position: relative;
  color: #ffffff;
  margin: 84px 0px 24px 0px;
}
#science-box-03:before {
  position: absolute;
  content: "";
  top: -35px;
  right: 0;
  width: 100vw;
  height: calc(100% + 70px);
  background-color: #25397f;
  border-bottom-right-radius: 34px;
  border-top-right-radius: 34px;
  z-index: -1;
}
#science-box-03 p {
  font-family: 'futura-pt';
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  padding-right: 16%;
}
#science-box-03 a {
  color: #F0AF1B;
}




.page-id-15 .content-area {
  padding-right: 10%;
  box-sizing: border-box;
}
.page-id-15 .alignfull {
	transform: translateX(5%);
}
#science-box-01 {
	position: relative;
	color: #ffffff;
	margin: 84px 0;
	padding-left: 44px;
}
#science-box-01:before {
	position: absolute;
	content: "";
	top: -35px;
	left: 0;
	width: 100vw;
	height: calc(100% + 70px);
	background-color: #25397f;
	border-bottom-left-radius: 34px;
	border-top-left-radius: 34px;
	z-index: -1;
}
#science-box-01 p {
	font-family: 'futura-pt';
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}
#science-banner-01 {
	margin-top: 64px;
	margin-bottom: 84px;
  padding: 0;
}
.accordion-cols .wp-block-column:nth-of-type(1) {
	flex: 0 1 40%;
}
.accordion-cols .wp-block-column:nth-of-type(1) .wp-block-spacer {
	padding-bottom: 61%;
}
.accordion-cols .wp-block-column:nth-of-type(2) {
	position: relative;
	flex: 1 0 62%;
	display: flex;
	flex-direction: column;
  justify-content: space-around;
}

.accordion-cols .div-cont {
	position: relative;
	height: 100%;
  display: flex;
  flex-direction: column;
	justify-content: space-around;
  padding: 10px 0px 10px 50px;
}
.accordion-cols .div-cont:nth-of-type(1):before {
	position: absolute;
	content: "";
	top:0;
	left:0;
	width: 100vw;
	height: 100%;
	background-color:	rgba(37, 57, 127, .8)
}
.accordion-cols .div-cont:nth-of-type(2):before {
	position: absolute;
	content: "";
	top:0;
	left:0;
	width: 100vw;
	height: 100%;
	background-color:	rgba(240, 175, 27, .8)
}
/* .accordion-cols .wp-block-column:nth-of-type(2):before {
	position: absolute;
	content: "";
	top:0;
	left:0;
	width: 100vw;
	height: 100%;
	background: linear-gradient(to bottom,
	rgba(37, 57, 127, .8) 0%,
	rgba(37, 57, 127, .8) 50%,
	rgba(240, 175, 27, .8) 50%,
	rgba(240, 175, 27, .8) 100%
  );
} */
.accordion-cols .wp-block-column:nth-of-type(2) .accordion-control {
	position: relative;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
  line-height: 1.3;
	margin-bottom: 0;
  padding-left: 34px;
}
.accordion-cols .wp-block-column:nth-of-type(2) .accordion-control:before {
	position: absolute;
  content: "\f0fe";
  font-family: 'Font Awesome 6 Pro';
  font-size: 24px;
  font-weight: 300;
  top: -1px;
  left: 0;
  width: 21px;
  height: 31px;
}
.accordion-cols .wp-block-column:nth-of-type(2) .is-open .accordion-control:before {
	content: "\f146";
}
.accordion-cols .wp-block-column:nth-of-type(2) .div-cont:nth-of-type(1) p {
	color: #F0AF1B;
}
.accordion-cols .wp-block-column:nth-of-type(2) .div-cont:nth-of-type(2) p {
	color: #25397F;
}
.accordion-cols ul {
  /* position: absolute; */
	display: none;
	list-style: none;
  margin: 14px 0 4px 35px;
	transition: max-height 1000ms, opacity 1000ms;
	/* opacity: 0;
	max-height: 0; */
}
/* .accordion-cols .div-cont.is-open ul {
  position: relative;
	transition: opacity 10ms, max-height 1000ms;
	opacity: 1;
	max-height: 200px;
} */
.accordion-cols li {
	position: relative;
	color: #fff;
	font-size: 20px;
	padding-left: 32px;
}
.accordion-cols li:before {
	position: absolute;
	content: "\f192";
  font-family: 'Font Awesome 6 Pro';
  font-size: 17px;
  font-weight: 400;
	top:3px;
	left:0;
	width:17px;
	height: 28px;
}

.moa-cols {
  gap: 84px;
	display: none !important;
}
.moa-cols .wp-block-column:nth-of-type(1) {
	flex: 0 1 43%;
}
.moa-cols .wp-block-column:nth-of-type(2) {
  flex: 1 0 50%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.moa-cols .wp-block-column:nth-of-type(2) .wp-block-image {
  padding: 50px;
}
.moa-cols .wp-block-column:nth-of-type(2) .wp-block-image img {
	width: 120%;
	max-width: 120%;
}
.moa-cols .wp-block-column:nth-of-type(2):before {
	position: absolute;
	content: "";
	top: -4px;
	left: -4px;
	width: 100vw;
	height: calc(100% + 8px);
	background-color: #25397f;
	border-top-left-radius: 108px;
	border-bottom-left-radius: 108px;
	z-index: -2;
}
.moa-cols .wp-block-column:nth-of-type(2):after {
	position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
	border-top-left-radius: 104px;
	border-bottom-left-radius: 104px;
	z-index: -1;
}

/* .page-id-15 .tabs-copy > .wp-block-column p:nth-of-type(1) {
  display: none;
} */
.page-id-15 .tabs-controls p {
	color: #F0AF1B;
	font-weight: 900;
}
.page-id-15 .tabs-copy > .wp-block-column {
	flex-direction: row;
	align-items: center;
  gap: 4em;
}
.page-id-15 .tabs-copy > .wp-block-column:nth-of-type(1) figure {
  flex: 1 0 60%;
}
.page-id-15 .tabs-copy > .wp-block-column:nth-of-type(2) figure {
  flex: 1 0 30%;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}
.page-id-15 .tabs-copy figcaption {
	font-size: 20px;
	font-weight: 700;
}
.page-id-15 .tabs-copy > .wp-block-column:nth-of-type(3) {
	/* background: red */
}

.page-id-15 .tabs-copy > .wp-block-column:nth-of-type(3) .cols-2-third {
	/* background: green;
  margin: 10px; */
}
.page-id-15 .tabs-copy > .wp-block-column:nth-of-type(3) .cols-2-third > .wp-block-column:nth-of-type(1) {
	flex: 1 0 67%;
}
.page-id-15 .tabs-copy > .wp-block-column:nth-of-type(3) .cols-2-third > .wp-block-column:nth-of-type(2) {
	flex: 0 1 33%;
  margin: 40px 0;
}
.page-id-15 .tabs-copy > .wp-block-column:nth-of-type(3) .cols-2-half {
	/* background: pink;
  margin: 10px; */
}
.page-id-15 .tabs-copy > .wp-block-column:nth-of-type(3) .cols-2-half .wp-block-column:nth-of-type(1) {
	flex: 0 2 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px 30px;
  border: 2px solid #F0AF1B;
  border-radius: 16px;
}
.page-id-15 .tabs-copy > .wp-block-column:nth-of-type(3) .cols-2-half:nth-of-type(2) .wp-block-column:nth-of-type(1) {
  border: 2px solid #25397f;
	margin: 70px 30px;
}
.page-id-15 .tabs-copy > .wp-block-column:nth-of-type(3) .cols-2-half .wp-block-column:nth-of-type(2) {
  flex: 1 0 60%;
  margin: 40px 0 20px;
}
.graphic-header {
  font-size: 20px;
	color: #F0AF1B;
	font-weight: 800;
  line-height: 1.1;
  margin-bottom: 3px;
	width: 70%;
}
.cols-2-half:nth-of-type(2) .graphic-header {
	color: #25397f
}
.graphic-copy-1 {
  font-family: 'futura-pt', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0;
	width: 70%;
}
.graphic-copy-2 {
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0;
	width: 70%;
}
.graphic-copy-3 {
  font-family: 'futura-pt', sans-serif;
	font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0;
	width: 70%;
}
.page-id-15 .tabs-copy > .wp-block-column:nth-of-type(3) .cols-2-half .wp-block-column:nth-of-type(2) h3 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.page-id-15 .tabs-copy > .wp-block-column:nth-of-type(3) .cols-2-half:nth-of-type(2) .wp-block-column:nth-of-type(2) h3 {
	color: #25397f;
  margin-bottom: 0px;
}
.page-id-15 .tabs-copy > .wp-block-column:nth-of-type(3) .cols-2-half:nth-of-type(2) .wp-block-column:nth-of-type(2) p {
	font-family: 'futura-pt', sans-serif;
	color: #25397f;
	font-weight: 700;
	text-align: center;
  margin-bottom: 20px;
}
.tabs-footnotes {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 0;
}

.page-id-17 .main-content {
	position: relative;
	background-image: url(/wp-content/uploads/2026/05/ct-bkg-01.jpg);
	background-size: auto;
	background-position: 90% 100%;
	background-repeat: no-repeat;
	z-index: 0;
}
.page-id-17 .wp-block-columns:not(.ct-cols) .wp-block-column:nth-of-type(1),
.page-id-17 .div-cont .wp-block-columns:not(.ct-cols) .wp-block-column:nth-of-type(1) {
  flex: 0 1 65%;
}
#science-box-04 {
	position: relative;
	color: #ffffff;
	margin: 54px 0 104px;
	padding-left: 44px;
}
#science-box-04:before {
	position: absolute;
	content: "";
	top: -35px;
	left: 0;
	width: 100vw;
	height: calc(100% + 70px);
	background-color: #25397f;
	border-bottom-left-radius: 34px;
	border-top-left-radius: 34px;
	z-index: -1;
}
#science-box-04 p {
	font-family: 'futura-pt';
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}
#science-box-04 .wp-block-image {
	position: absolute;
	width: 556px;
	width: 35%;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.ct-cols .wp-block-column:nth-of-type(1) {
  flex: 0 1 60%;
}
#science-box-05 {
  position: relative;
  color: #ffffff;
  margin: 84px 0px 24px 0px;
}
#science-box-05:before {
  position: absolute;
  content: "";
  top: -35px;
  right: 0;
  width: 100vw;
  height: calc(100% + 70px);
  background-color: #25397f;
  border-bottom-right-radius: 34px;
  border-top-right-radius: 34px;
  z-index: -1;
}
#science-box-05 p {
  font-family: 'futura-pt';
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
	padding-right: 2%;
}
#science-box-05 a {
  color: #F0AF1B;
}


.page-id-20 .ddsection_cont,
.page-id-21 .ddsection_cont {
	display: none;
}
.poster-filter-header {
  display: inline-block;
}
.ddsection_cont {
  float: right;
  margin-top: 24px;
}
.ddsection_cont select {
  width: 200px;
  padding: 5px 2px;
}
.pubs_row {
  padding: 30px 0 40px;
  margin-bottom: 20px;
}
.pubs_row:not(:last-of-type) {
  border-bottom: 1px solid #F0AF1B;
}
.pubs_row.hideme {
  display: none;
}
.pubs_date {
  font-size: 22px;
  color: #F0AF1B;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6px;
}
.pubs_type {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4px;
}
.pubs_cta {
  color: #102059;
}
.pubs_cta:hover {
  color: #F0AF1B;
}
.pubs_title {
  display: inline;
  font-size: 20px;
  margin-bottom: 0;
}

#nf-form-1-cont .nf-form-fields-required {
	display:none;
}
#nf-form-1-cont input[type="submit"] {
	font-family: 'futura-pt', sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  padding: 10px 35px 10px 35px;
	background: linear-gradient(to left, #F0AF1B 50%, #ffffff 50%);
	background-size: 201% 101%;
	background-position: 100% 50%;
	border: 3px solid #F0AF1B;
	transition: 300ms;
	border-radius: 999em;
}
#nf-form-1-cont input[type="submit"]:hover {
  color: #F0AF1B;
  background-position: 0% 50%;
}
.contact-cols .wp-block-column:nth-of-type(2) .wp-block-image {
	border-radius: 34px;
	overflow: hidden;
}
.contact-cols .wp-block-column:nth-of-type(2) a {
	transition: 500ms;
}
.contact-cols .wp-block-column:nth-of-type(2) a:hover {
  transform: scale(1.1);
}


/* @media all and (min-width:1921px) {
	#home_featured_image .home-top {
		height: 1000px;
	}
	#home_featured_image .home-bottom {
    height: 200px;
	} */
}
@media all and (max-width:1740px) {
	.safezoneA {
		padding-left: 2%;
		padding-right: 2%;
	}
}
@media all and (max-width:1640px) {
	.safezoneB {
		padding-left: 2% !important;
		padding-right: 2% !important;
	}
	.home-top h1 {
    margin-top: 16vh;
	}
	.home-bottom h2 {
    font-size: 28px;
	}
	.page-id-15 .content-area {
	  padding-right: 2%;
	}
	.page-id-15 .alignfull {
		transform: none;
	}
}
@media all and (max-width:1365px) {
	#featured_image {
    height: 345px;
	}
	.entry-title {
    font-size: 55px;
    -webkit-text-stroke-width: 3px;
    margin: 0 0 -8px 0;
	}
	.h2-special {
    font-size: 34px;
	}
	.page-id-15 .tabs-copy > .wp-block-column {
    flex-direction: row;
    align-items: center;
    gap: 4em;
    align-items: flex-start;
	}
	.tabs-controls > .wp-block-column p {
    font-size: 18px;
	}
	.page-id-15 .tabs-copy figcaption {
    font-size: 18px;
	}
	.page-id-15 .tabs-copy > .wp-block-column:nth-of-type(3) .cols-2-half .wp-block-column:nth-of-type(1) {
    margin-left: 10px !important;
    margin-right: 10px !important;
	}
	.page-id-15 .tabs-copy > .wp-block-column:nth-of-type(3) .cols-2-half .wp-block-column:nth-of-type(2) h3 {
    font-size: 20px;
	}
	.graphic-header {
    font-size: 18px;
	}
	.graphic-copy-1,
	.graphic-copy-2 {
    font-size: 16px;
	}
	.graphic-copy-3 {
    font-size: 14px;
	}
	.page-id-15 .tabs-copy > .wp-block-column:nth-of-type(3) .cols-2-half .wp-block-column:nth-of-type(2) {
    flex: 1 0 55%;
	}
}
@media all and (max-width:1279px) {
	.primary-navigation a {
    margin: 0 8px;
	}
	.home-top h1 {
    font-size: 80px;
	}
	.home-top h1 span {
    font-size: 50px;
	}
	.home-bottom h2 {
		font-size: 26px;
		text-align: right;
	}
	#home-banner-01 h2,
	#home-banner-02 h2 {
    font-size: 32px;
	}
	#home-banner-01 h3 {
    font-size: 24px;
    margin-top: 20px;
	}
	#home-banner-02 h3 {
    font-size: 28px;
    margin-bottom: 24px;
	}
	#home-banner-01 p {
		font-weight: 500;
		margin-bottom: 30px;
	}
	.site-info {
		display: block;
	}
	.contact-block {
		justify-content: flex-start;
		text-align: left;
		margin: 10px 0 0;
	}
}

/* mobile menu styles only */
@media all and (max-width:1023px) {
	.site-main {
    margin-top: 27px;
	}
	#wprmenu_bar {
    width: 100%;
	  padding-top: 10.5px !important;
		box-shadow: 0 0 27px rgba(0, 0, 0, .2);
	}
	#wprmenu_bar .bar_logo {
    height: 55px;
	}
	#wprmenu_bar div.hamburger {
    margin-top: 9px;
	}
}


@media all and (max-width:1023px) {
	#featured_image {
		height: 220px;
		background-position: 80% 30%;
	}
	.entry-title {
		font-size: 34px;
		-webkit-text-stroke-width: 1.5px;
		margin: 0 0 -5px 0;
	}
	#horizontal-nav {
    height: 13px;
	}
	.secondary-nav-menu {
		display: none;
	}
	h2,
	.h2-special {
		font-size: 28px;
	}
	.h2-special span {
    -webkit-text-stroke-width: 1px;
	}
	h3 {
	  font-size: 22px;
	}
	.p-special {
	  font-size: 22px;
	}
	.home-top h1 {
		font-size: 65px;
    margin-top: 0;
	}
	.home-top h1 span {
		font-size: 35px;
		-webkit-text-stroke-width: 1.5px;
	}
	#home-banner-01 .wp-block-columns {
    display: block;
	}
	#home-banner-01 .wp-block-column:nth-of-type(1) {
    text-align: left;
    padding: 50px 0 60px 0px;
	}
	#home-banner-01 .wp-block-column:nth-of-type(1):before {
    right: -50vw;
    width: 200vw;
	}
	#home-banner-01 .wp-block-column:nth-of-type(1) h3 {
    font-weight: 500;
	}
	#home-banner-01 .wp-block-column:nth-of-type(1) .wp-block-buttons {
    justify-content: flex-start;
	}
	#home-banner-01 .wp-block-column:nth-of-type(2) {
    padding: 50px 0 60px 0px;
	}
	#home-banner-01 .wp-block-column:nth-of-type(2):before,
	#home-banner-01 .wp-block-column:nth-of-type(2):after {
    left: -50vw;
    width: 200vw;
	}
	#home-banner-01 .wp-block-column:nth-of-type(2) h3 {
    font-weight: 500;
	}
	#home-banner-02 {
		background-position: 62% -171px;
		background-size: auto;
	}
	#home-banner-02 .wp-block-columns {
    display: block;
	}
	.news_row {
    margin-bottom: 44px;
	}
	.news_title {
    font-size: 24px;
	}
	.news_type {
    font-size: 22px;
    margin-bottom: 20px;
	}
	.bio_box, .bio_box2, .bio_box3 {
		width: 100%;
		margin: 0 auto 34px !important;
		display: block;
	}
	.nyb ~ .nyb {
		margin-top: 0;
	}
	.bio_box .bio_detail_cont,
	.bio_box2 .bio_detail_cont,
	.bio_box3 .bio_detail_cont {
		display: none;
		height:0;
		text-align: left;
		padding-top: 20px;
	}
	.bio_box.bc_active .bio_detail_cont,
	.bio_box2.bc_active .bio_detail_cont,
	.bio_box3.bc_active .bio_detail_cont {
		display: block;
		height:auto;
	}
	.bio-info {
		display: none !important;
	}
	.page-id-16 h3 br {
		display: none;
	}
	.page-id-16 .wp-block-columns:not(.pipeline-cols, .platform-graphic-cols) .wp-block-column:nth-of-type(1),
	.page-id-16 .div-cont .wp-block-columns:not(.pipeline-cols, .platform-graphic-cols) .wp-block-column:nth-of-type(1) {
		flex: 0 1 91%;
	}
	.page-id-17 h2 br {
		display:none;
	}
	.page-id-17 .wp-block-columns:not(.ct-cols) .wp-block-column:nth-of-type(1),
	.page-id-17 .div-cont .wp-block-columns:not(.ct-cols) .wp-block-column:nth-of-type(1) {
		flex: 0 1 100%;
	}
	#science-box-05 p br {
		display: none;
	}
	.page-id-17 .main-content {
		background-position: 0% 100%;

	}


}

@media all and (max-width:900px) {
	#science-box-01 {
    margin: 74px 0;
	}
	#science-box-01 p {
    font-size: 22px;
    margin-bottom: 0;
	}
	#science-banner-01 {
    margin-top: 44px;
    margin-bottom: 44px;
    /* background-image: none !important; */
	}
	.accordion-cols {
    display: block !important;
	}
	.accordion-cols .div-cont {
		padding: 20px 0px 20px 0;
	}
	.accordion-cols .wp-block-column:nth-of-type(1) .wp-block-spacer {
		height: 0 !important;
    padding-bottom: 0;
	}
	.accordion-cols .div-cont:nth-of-type(1):before,
	.accordion-cols .div-cont:nth-of-type(2):before {
    left: -50%;
    width: 200%;
	}
	.accordion-control {
    pointer-events: none;
	}
	.accordion-cols ul {
		display: block;
	}
	.tabs-controls {
    display: none !important;
	}
	.tabs-copy {
		display: block !important;
    padding: 20px;
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	}
	.page-id-15 .tabs-copy > .wp-block-column {
		display: block;
    margin-bottom: 44px;
	}
	.tabs-copy > .wp-block-column > p:nth-of-type(1) {
    display: block;
    color: #F0AF1B;
    font-weight: 900;
    font-size: 22px;
		line-height: 1.3;
    text-align: center;
	}
	.tabs-copy > .wp-block-column:nth-of-type(1) .wp-block-image {
		width: 90%;
		max-width: 500px;
		margin: 0 auto 24px;
	}
	.tabs-copy > .wp-block-column:nth-of-type(2) .wp-block-image {
		display: inline-block !important;
    width: 40%;
    margin: 0 4%;
	}
	.tabs-copy figcaption {
    text-align: center;
	}
	.tabs-copy > .wp-block-column:nth-of-type(3) p br {
		display: none;
	}
	/* #science-box-02 {
    margin: 64px 0 64px;
	} */
	/* .page-id-16 .wp-block-columns:not(.platform-graphic-cols) {
		display: block;
	}
	.page-id-16 .div-cont .wp-block-columns:not(.platform-graphic-cols) .wp-block-column:nth-of-type(1) {
		flex: 0 1 100%;
	} */
	.platform-graphic-cols {
    display: block !important;
	}
	#science-box-03 p {
    padding-right: 2%;
	}



	.contact-cols {
    display: block !important;
	}
}
@media all and (max-width:782px) {
	.cols-2-third {
    display: block !important;
		/* background: pink; */
	}
	.cols-2-third > .wp-block-column:nth-of-type(1) .wp-block-column {
    display: flex !important;
	}
	.page-id-15 .tabs-copy > .wp-block-column:nth-of-type(3) .cols-2-half .wp-block-column:nth-of-type(1) {
    flex: 0 2 40% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px 30px;
    border: 2px solid #F0AF1B;
    border-radius: 16px;
	}
	.page-id-15 .tabs-copy > .wp-block-column:nth-of-type(3) .cols-2-half .wp-block-column:nth-of-type(2) {
		flex: 1 0 45% !important;
		display: flex !important;
		flex-direction: column;
		/* background: green; */
	}
	.page-id-15 .tabs-copy > .wp-block-column:nth-of-type(3) .cols-2-half:nth-of-type(2) .wp-block-column:nth-of-type(2) p {
    line-height: 1.2;
    padding-top: 10px;
	}
	.page-id-16 .wp-block-columns:not(.pipeline-cols) {
		display: block;
	}
	#science-box-02 {
		margin: 84px 0 104px;
		padding-left: 26px;
	}
	#science-box-02 p {
		font-size: 22px;
	}
	#science-box-03 p {
		font-size: 22px;
	}
	.page-id-17 .wp-block-columns:not(.ct-cols),
	.page-id-17 .div-cont .wp-block-columns:not(.ct-cols) {
		display: block;
	}
	#science-box-04 {
    margin: 84px 0 104px;
		padding-left: 26px;
	}
	#science-box-04 p {
    font-size: 22px;
	}
	#science-box-05 p {
    font-size: 22px;
	}


}
@media all and (max-width:767px) {
	#home_featured_image {
		position: relative;
		height: 67vh;
	}
	.home-image-cont img {
		width: auto;
		height: 100%;
		max-width: none;
	}
	#home_featured_image .home-top {
		position: absolute;
		top: 0;
    height: 65%;
		width: 100%;
		align-items: flex-end;
		/* background: rgba(0,0,0,.5); */
	}
	#home_featured_image .home-bottom {
		position: absolute;
		top: 67%;
		height: 32%;
		align-items: flex-end;
		padding-left: 2%;
		/* background: rgba(0,0,0,.5); */
	}
	.home-top h1 {
		font-size: 32px;
		padding-bottom: 5%;
	}
	.home-top.displaySettings h1 {
    -webkit-text-stroke-width: 1.5px;
	}
	.home-top h1 span {
		font-size: 23px;
	}
	.home-top h1 > span {
		font-size: 23px;
	}
	.home-top h1 span span {
    display: block;
    padding-left: 26px;
	}
	.home-bottom h2 {
		font-size: 20px;
		padding-bottom: 20px;
		padding-left: 20%;
	}
	.home .content-area {
		padding-top: 0;
		padding-bottom: 28px;
	}
	#science-box-02 .pipeline-cols {
		display: block;
	}
	#science-box-02 .wp-block-image {
		display: none;
	}
	#science-box-04 .ct-cols {
		display: block;
	}
	#science-box-04 .wp-block-image {
    display: none;
	}

}
@media all and (max-width:500px) {
	.home-image-cont img {
		transform: translateX(-34vw);
	}
	.home-top h1 {
    font-size: 32px;
    padding-bottom: 8%;
	}
	.home-bottom h2 {
		font-size: 16px;
		padding-left: 12%;
	}
	.investors-logos.wp-block-gallery.has-nested-images {
    flex-direction: column;
    align-items: center;
	}
	.cols-2-half {
    display: block !important;
	}
	.page-id-15 .tabs-copy > .wp-block-column:nth-of-type(3) .cols-2-half .wp-block-column:nth-of-type(1) {
		border: none !important;
    margin: 30px 30px !important;
	}
	.graphic-header,
	.graphic-copy-1,
	.graphic-copy-2,
	.graphic-copy-3 {
		width: auto;
	  text-align: center;
	}
	.ddsection_cont {
    float: none;
	}

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