/*
Theme Name: Amylyx
Theme URI: http://www.amylyx.com/
Text Domain: amylyx.com
Version: 2.0
Description: Custom theme designed and developed for Amylyx Pharmaceuticals
Requires at least: 4.7
Requires PHP: 5.2.4
Author: FINN Partners
Author URI: https://www.finnpartners.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

               
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Typography
	1.1 Forms
2.0 Layout
3.0 Header
4.0 Footer
5.0 Pages
	5.1 Homepage
	5.2 Contact
	5.3 404 Page
	5.4 News Landing
6.0 Posts
	6.1 Pagination
7.0 Blocks
	7.1 Values
	7.2 Connections
	7.3 Bar Chart
	7.4 Latest Post(s)
	7.5 List Jobs
	7.6 Bios
	7.7 Links Block
	7.8 Side Bubbles Block
	7.9 Wordpress Blocks
8.0 Plugins & Widgets & Sidebars
10.x Specific Screen Size Displays
--------------------------------------------------------------*/

:root {
	--teal: #18a1b3;
	--light-blue: #c5eef4;
	--dark-blue: #0d2b45;
	--orange: #e2890c;
}

html {
	height: 100%;
	min-height: 100vh;
	width: 100%;
	position: relative;
	font-size: 18px;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	overflow: visible !important;
}

body {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	line-height: 1.6;
	font-weight: 300;
	color: #464646;
	background: #fff;
	height: 100%;
	min-height: 100vh;
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	overflow-x: hidden;
    overflow-y: scroll; 
}

* {
	box-sizing: border-box;
}

*::before,
*::after {
	box-sizing: border-box;
}

*:focus {
	outline: 0;
}

.mobileOnly,
.printOnly,
.hide {
	display: none !important;
}

.clear {
	clear: both;
}

/*--------------------------------------------------------------
1.0 Topography
----------------------------------------------------------------*/
pre {
	position: relative;
	z-index: 5000;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #000000;
	margin: 30px 2%;
	padding: 20px 10px;
	font-family: monospace, monospace;
	font-size: .65rem;
	line-height: 1.4em;
	text-align: left;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
	border-style: none;
}

strong {
	font-weight: 600;
}

.flexbox {
	display: flex;
}

.flexbox.align-left::after {
	display: block;
	content: "";
	margin: 0;
	flex: 999 999 auto;
}

a {
	color: var(--color-orange);
	text-decoration: none;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}

.narrative {
	position: relative;
	z-index: 10;
	font-size: 1.05rem;
	line-height: 1.6rem;
	font-weight: 400;
}

.narrative p {
	margin: 0 0 1.5em 0;
}

.narrative ul,
.narrative ol {
	margin: 0 0 2em 1em;
	padding: 0;
}

.narrative li {
	margin: 0 0 .5em 0;
}

.narrative ol li {
	margin: 0 0 1em 0;
}

.narrative a:link,
.narrative a:visited {
	color: inherit;
}

.narrative a:hover {
	color: #CD682B;
}

.narrative h1 {
	font-family: 'Oswald', sans-serif;
	color: var(--dark-blue);
	text-transform: uppercase;
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: -.03em;
	line-height: 1.1;
	padding: .75em 0;
	margin: 0;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}

.narrative h1:first-of-type {
	padding-top: 2em;
	padding-right: 40%;
}

.narrative h2 {
	font-family: 'Oswald', sans-serif;
	color: var(--dark-blue);
	text-transform: uppercase;
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: -.03em;
	line-height: 1.1;
	padding: .75em 0;
	margin: 0;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}

.narrative h3 {
	font-family: 'Oswald', sans-serif;
	color: var(--dark-blue);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 2.5rem;
	letter-spacing: -.03em;
	line-height: 1.25;
	padding: .5em 0;
	margin: 0;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}

.narrative h4 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: var(--dark-blue);
	font-size: 1.5em;
	line-height: 1.25;
	padding: .4em 0;
	margin: 0;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}

.dark-blue .narrative h1,
.dark-blue .narrative h2,
.dark-blue .narrative h3,
.dark-blue .narrative h4 {
	color: #ffffff;
}

section {
	display: block;
}

div {
	position: relative;
}

.boxLink {
	display: inline-block;
	border-width: 4px;
	border-style: solid;
	border-color: #000000;
	color: inherit;
	text-transform: uppercase;
	font-weight: 600;
	padding: .6em 1.75em;
	font-family: 'Oswald', sans-serif;
	font-size: 1.1em;
	line-height: 1.15;
}

.narrative p.has-medium-font-size {
	font-size: 1.75rem;
	line-height: 1.3em
}

.has-text-align-center {
	text-align: center;
	padding-left: 10%;
	padding-right: 10%;
}

.button,
.side-bubbles-block-wrapper a {
	display: inline-block;
	font-family: 'Oswald', sans-serif;	
	font-weight: 600;
	font-size: 1rem;
	border: 2px solid var(--dark-blue);
	text-transform: uppercase;
	padding: .5em 2em;
	text-align: center;
	min-width: 175px;
}   

a.button {
    margin-bottom: 5px;
}

hr.wp-block-separator {
	width: 100vw;
	margin-left: calc(50% - 50vw) !important;
	position: relative;
	z-index: 0;
}


/*--------------------------------------------------------------
1.1 Forms
----------------------------------------------------------------*/
div.wpforms-container-full .wpforms-form select {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 20px auto;
	background-image: url("assets/images/arrow_down_aqua.svg");
}

select::-ms-expand { 
	display: none; /* remove default arrow in IE 10 and 11 */
}

.wpforms-container button.wpforms-submit {
	cursor: pointer;
	margin: .5em 0 0 0 !important;
	text-transform: uppercase;
	background-color: transparent !important;
	color: var(--dark-blue) !important;
	border: 2px solid var(--dark-blue) !important;
	padding: .5em 2em !important;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}

.wpforms-container button.wpforms-submit:hover {
	background-color: var(--dark-blue) !important;
	color: #fff !important;
}

.wpforms-confirmation-scroll {
	background-color: #ffffff !important;
	border: 2px solid var(--teal) !important;
	color: var(--dark-blue) !important;
}

.wpforms-form textarea {
	color: var(--dark-blue);
	font-family: 'Roboto', sans-serif;
}

/*--------------------------------------------------------------
2.0 Layout
----------------------------------------------------------------*/
div#siteContainer {
	min-height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	background-color: var(--light-blue);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,c5eef4+50 */
	background: var(--light-blue); /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #c5eef4 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c5eef4 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#c5eef4 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c5eef4',GradientType=0 ); /* IE6-9 */

}

section#bodyWrapper {
	position: relative;
	z-index: 0;
	padding-bottom: 360px; /* height of footer */
}

section#bodyWrapper.dark-blue {
	background-color: var(--dark-blue);
	color: #ffffff;
}

.siteCenter {
	margin: 0 auto;
	padding: 0 5%;
	width: 100%;
	max-width: 1500px;
	position: relative;
	z-index: 10;
}

.has-bubbles .narrative > * {
	padding-right: 55%;
}

.narrative div.wp-block-group {
	margin: 5em 0;
}

.wp-block-group {
	margin: 0;
	padding: 0;
}

.has-bubbles .narrative .wp-block-group {
	padding-right: 0;
}

.wp-block-group .wp-block-group__inner-container {
	padding-top: 3em;
	padding-bottom: 3em;
	z-index: 1;
}

.wp-block-group.alignfull {
	width: 100vw;
	margin-left: calc(50% - 50vw) !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-right: 0;
}

.wp-block-group.alignfull > .wp-block-group__inner-container {
	margin: 0 auto;
	max-width: 1500px;
	padding-left: 5%;
	padding-right: 5%;
}


/*--------------------------------------------------------------
2.1 Bubble Images
----------------------------------------------------------------*/
div.bubbleImages,
div.bubbleIcons {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	width: 100%;
	z-index: 1;
	overflow: visible;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}

div.bubbleImages {
	right: -3%;
}

.bubble {
	position: relative;
	z-index: 1;
	border-radius: 50%;
	background-color: transparent;
	height: 150px;
	width: 150px;
	margin: 7em 15% 7em auto;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}



div.bubbleImages .bubbleBackground {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	height: 100%;
	width: 50%;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}

div.bubbleImages .bubbleBackground.single {
	background-image: url('assets/images/neurons/bubbles/bg_single_01.svg');
	min-height: 400px;
	max-height: 500px;
	min-width: 750px;
	max-width: 850px;
}

div.bubbleImages.science {
    top: 6em !important;
    background-size: 500px;
    right: -30px;
}

div.bubbleImages[total-images="0"] {
	background-image: url('assets/images/neurons/bubbles/bg_empty_01.svg');
	min-height: 45em;
}


div.bubbleImages[total-images="2"] {
	border: 2px dashed blue;
}

div.bubbleImages[total-images="3"] {
	border: 2px dashed red;
}

div.bubbleImages[total-images="4"] {
	background-image: url('assets/images/neurons/bubbles/bg_quadruple_01.svg');
	right: -7%;
	background-position: 110% top;
}

div.bubbleImages[total-images="4"] div:nth-child(1) {
	height: 210px;
	width: 210px;
	margin: 9em 10% 15em auto;
}

div.bubbleImages[total-images="4"] div:nth-child(2) {
	height: 310px;
	width: 310px;
	margin: 6em 20% 6em auto;
}

div.bubbleImages[total-images="4"] div:nth-child(3) {
	height: 200px;
	width: 200px;
	margin: 0 35% 2em auto;
}

div.bubbleImages[total-images="4"] div:nth-child(4) {
	height: 260px;
	width: 260px;
	margin: -3em 18% 10em auto;
}

div.bubbleIcons {
	background-image: url('assets/images/neurons/bubbles/bg_double_02.svg');
}

div.bubbleIcons > div {
	background-color: #dbddde;
}	

.page-id-19 div.bubbleIcons div:nth-child(1) { height: 100px !important; width: 100px !important; margin: 1em 215px 0 auto; }

.page-id-19 div.bubbleIcons div:nth-child(2) { height: 100px !important; width: 100px !important; }


div.bubbleIcons div:nth-child(1) {
	height: 180px;
	width: 180px;
	margin: 1em 315px 0 auto;
}

div.bubbleIcons div:nth-child(2) {
	height: 180px;
	width: 180px;
	margin: -75px 2% 27em auto;	
}


/*--------------------------------------------------------------
3.0 Header
----------------------------------------------------------------*/
header#masthead {
	background-color: var(--dark-blue);
	color: #ffffff;
	padding: 0px 0 4px 0;
	margin: 0 0 0 -1%;
	width: 102%;
	position: relative;
	z-index: 50;
}

header#masthead.white {
	background-color: #fff;
	color: var(--dark-blue);
}

header#masthead .siteCenter > .flexbox {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center
}

header#masthead > .siteCenter {
    z-index: 20;
}


header#masthead div#logo {
	flex: 0 0 auto;
	background-color: #ffffff;
	text-align: center;
	width: 300px;
	height: 80px;
	margin-right: 25px;
	overflow: hidden;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}

header#masthead div#logo a {
	display: block;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: center center;
	background-image: url('assets/images/amylyx_logo.svg');
}

header#masthead.white div#logo {
	background-color: var(--dark-blue);
}

header#masthead.white div#logo  a {
	background-image: url('assets/images/amylyx_logo_white.svg');
}


div.menu-main-menu-container {
	position: relative;
	flex: 0 0 auto;
	margin: 0 0 0 25px;
	width: calc(100% - 350px);

}

div.menu-main-menu-container ul {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 1.1rem;
	line-height: 1.15;
	font-weight: 600;
	margin: 0;
	padding: .75em 0 0 0;
	position: relative;
	z-index: 500;
}

div.menu-main-menu-container ul li {
	flex: 0 0 auto;
	list-style: none;
	max-width: 20%;
	text-align: center;
	margin: 0;
	position: relative;
}

div.menu-main-menu-container li span {
	display: none;
}

div.menu-main-menu-container ul li.menu-item-has-children {
	cursor: pointer;
}

div.menu-main-menu-container ul li a {
	display: inline-block;
	padding: 0 10px 5px 10px;
	border-bottom: 2px solid transparent;
	color: inherit;
}

header#masthead a[href="#search"]::after {
	display: inline-block;
	position: relative;
	top: -2px;
	font-family: 'FontAwesome';
	content: "\f002";
	margin: 0 0 0 6px;
}

div.menu-main-menu-container ul li.current-menu-item a,
div.menu-main-menu-container ul li.current-page-ancestor a {
	border-bottom: 2px solid #ffffff;
}

.white div.menu-main-menu-container ul li a {
	color: var(--dark-blue);
}

.white div.menu-main-menu-container ul li.current-menu-item a,
.white div.menu-main-menu-container ul li.current-page-ancestor a {
	border-color: var(--dark-blue);
}

div.menu-main-menu-container li.active ul.sub-menu {
	display: block;
}

div.menu-main-menu-container ul.sub-menu {
	visibility: hidden;
	opacity: 0;
	display: block;
	position: absolute;
	z-index: 500;
	min-width: 250px;
	top: calc(1.25em + 2px);
	left: calc(50% - 125px);
	padding: 1.25em 0 0 0;
	margin: 0;
	-webkit-transition: all ease 250ms;
	-moz-transition: all ease 250ms;
	-o-transition: all ease 250ms;
	transition: all ease 250ms;
}

div.menu-main-menu-container li.menu-item-has-children:hover ul.sub-menu {
	visibility: visible;
	opacity: 1;
	transition: 0 1s;
	transition-delay: .25s;
}

div.menu-main-menu-container ul.sub-menu:hover {
	visibility: visible;
	opacity: 1;
	transition-delay: .25s;	
}




div.menu-main-menu-container ul.sub-menu li {
	background-color: var(--light-blue);
	padding: .5em 20px;
	display: block;
	text-align: center;
	max-width: 100%;
	margin: 0;
}

div.menu-main-menu-container ul.sub-menu li:first-child {
	padding-top: 1.25em;
}

div.menu-main-menu-container ul.sub-menu li:last-child {
	padding-bottom: 1em;
}

div.menu-main-menu-container ul.sub-menu li a {
	color: var(--dark-blue);
	border-bottom: none !important;
	display: block;
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	z-index: 10;
}

div.headerSubmenu {
	background-color: var(--teal);
	text-transform: uppercase;
	color: #ffffff;
	padding: .25rem 0;
	margin: 0;
	text-align: right;
	height: auto;
	-webkit-transition: all ease 250ms;
	-moz-transition: all ease 250ms;
	-o-transition: all ease 250ms;
	transition: all ease 250ms
}

div.headerSubmenu nav {
	margin: 0;
	padding: 0;
}

div.headerSubmenu nav ul {
	margin: 0;
	padding: 0;
}

div.headerSubmenu nav li {
	list-style: none;
	display: inline-block;
	margin: 0 0 0 2rem;
	font-size: .85rem;
	font-weight: 600;
	letter-spacing: -.04rem;
}





/*--------------------------------------------------------------
4.0 Footer
----------------------------------------------------------------*/
footer#siteFooter {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 360px;
	color: #ffffff;
	padding-top: 75px;
	background-color: var(--teal);
}

footer#siteFooter .flexbox {
	flex-wrap: nowrap;
	justify-content: space-between;
}

footer#siteFooter .flexbox > div {
/* 	width: 33%; */
	flex:1 1 auto;
}

/* footer#siteFooter .flexbox > div:nth-child(2) {
	padding: 0 5%;
} */
footer#siteFooter .flexbox > .country-address {
    flex: 1 0 50%;
    padding: 0 10px;
	text-align:center !important;
}
.country-address h4 {
    margin: 0;
    display: flex;
    align-items: center;
	justify-content:center;
    color: var(--dark-blue);
}
.country-address img {
	margin-left:8px;
}

nav#socialFooterMenu {
	font-size: 2rem;
}

nav#socialFooterMenu ul {
	margin: 0;
	padding: 0;
}

nav#socialFooterMenu ul li {
	list-style: none;
	display: inline-block;
	margin: 0 15px;
}

nav#footerMenu ul, nav#footerMenuSecond ul  {
	margin: 0 0 50px 0;
	padding: 0;
}

nav#footerMenu ul li, nav#footerMenuSecond ul li {
	list-style: none;
	margin: 0 0 10px 0;
}


nav#socialFooterMenu a,
nav#footerMenu a,
nav#footerMenuSecond a
{
	color: inherit;
}	

nav#footerMenu a:hover,nav#footerMenuSecond a:hover {
	color: var(--dark-blue);
}

footer#siteFooter address {
	font-style: normal;
	margin: 0 0 25px 0;
}

footer#siteFooter .button {
	border-color: #ffffff;
	color: #ffffff;
}

footer#siteFooter .button:hover {
	background-color: #ffffff;
	color: var(--teal);
}

footer#siteFooter p.copyright {
	text-align: left;
	padding-left: 38.5%;
}

div#globalSearchOverlay {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: var(--dark-blue);
	color: #ffffff;
	
}

div#globalSearchOverlay form {
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	background-color: #fff;
	border: 2px solid #d2d3d5;
}

div#globalSearchOverlay div.searchFormWrapper {
	margin: 40vh auto 0 auto;
	padding: 0 5%;
	text-align: center;
}

div#globalSearchOverlay input[type='search'] {
	border: none;
	border-bottom: 2px solid #ffffff;
	padding: 0 .5em .1em .1em;
	font-size: 1.4rem;
	font-family: 'Roboto', sans-serif;
	background-color: transparent;
	color: var(--dark-blue);
	width: 98%;
}

div#globalSearchOverlay button.search-submit {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 1.1rem;
	line-height: 2.45;
	font-weight: 600;
	cursor: pointer;
	border: none;
	background-color: #d2d3d5;
	color: var(--dark-blue);
	height: 100%;
	padding: 0 15px 0 25px;
}

div#globalSearchOverlay button.search-submit:hover {
	color: var(--teal);
}


div#globalSearchOverlay button.search-submit i.fa {
	display: inline-block;
	position: relative;
	top: -2px;
}

div#globalSearchOverlay span.searchClose {
	position: relative;
	margin: 0 0 0 -2em;
	display: inline-block;
	cursor: pointer;
	height: 1.75em;
	width: 1.75em;
	text-align: center;
	font-weight: 600;
	font-size: 2em;
	text-transform: uppercase;
	color: #d2d3d5;
	-webkit-transition: all ease 250ms;
	-moz-transition: all ease 250ms;
	-o-transition: all ease 250ms;
	transition: all ease 250ms
}

div#globalSearchOverlay span.searchClose:hover {
	color: var(--orange);
}

div#globalSearchOverlay .awesomplete > ul {
	left: -2px;
	color: #777;
	top: 2.25em;
	border-left: 2px solid #d2d3d5;
	border-bottom: 2px solid #d2d3d5;
	border-right: 2px solid #d2d3d5;
}

div#globalSearchOverlay .awesomplete li {
	padding: .5rem 2rem .5rem .5rem;
	-webkit-transition: all ease 250ms;
	-moz-transition: all ease 250ms;
	-o-transition: all ease 250ms;
	transition: all ease 250ms
}

div#globalSearchOverlay .awesomplete li:hover {
	background-color: #d2d3d5;
	color: #000;
}




/*--------------------------------------------------------------
5.0 Pages
----------------------------------------------------------------*/



/*--------------------------------------------------------------
5.1 Homepage
----------------------------------------------------------------*/
.home div#siteContainer {
	background-color: var(--dark-blue);
}

.home .circle {
	background-size: cover;
}


/*--------------------------------------------------------------
5.2 Contact Us
----------------------------------------------------------------*/
.page-template-page-contact hr.wp-block-separator,
.page-template-page-contact hr.wp-block-separator.is-style-wide {
	margin-top: 7em;
	margin-bottom: 5em;
	background-color: var(--dark-blue);
	opacity: .1;
}

.narrative.narrow > h1,
.narrative.narrow > p {
	padding-right: 40%;
}

.page-template-page-contact address {
	color: var(--dark-blue);
	font-style: normal;
	font-weight: 600;
	margin: .5em 0 1em 0;
	line-height: 1.25;
}

.page-template-page-contact .wp-block-columns {
	justify-content: flex-start;
}

.page-template-page-contact .wp-block-columns > div:nth-child(odd) {
	flex-basis: 45%;
	margin-right: 10%;
	flex-grow: 0;
}

.page-template-page-contact .wp-block-columns > div:nth-child(even) {
	flex-basis: 30%;
	margin-left: 0;
	flex-grow: 0;
}

.page-template-page-contact #mapWrapper {
	margin: 2em 0;
}

em.circle {
	font-style: normal;
	background-color: var(--dark-blue);
	color: #ffffff;
	border-radius: 50%;
	padding: 5px;
	display: inline-block;
	height: 30px;
	width: 30px;
	font-weight: 600;
	text-align: center;
	line-height: 1.1;
	margin: 0 5px 8px 0;
}


/*--------------------------------------------------------------
5.3 404 Page
----------------------------------------------------------------*/
.error404 section#bodyWrapper {
	min-height: calc(100vh - 330px);
}

.error404 section#bodyWrapper .siteCenter {
	padding-bottom: 50px;
}

.error404 a.button {
	border-color: #ffffff;
}

.error404 a.button:hover {
	background-color: #fff;
	color: var(--dark-blue);
}

.error404 div.bubbleImages {
	min-height: 20em;
	background-image: url('assets/images/neurons/bubbles/bg_single_01.svg');
}


/*--------------------------------------------------------------
5.4 News Landing
----------------------------------------------------------------*/
div.listPosts {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

div.listPosts > article,
div.listPosts > div.post {
	width: calc(33% - 40px);
    margin-right: 40px !important;
}

div.background.nebula {
	width: 30%;
	min-width: 200px;
	height: 150vh;
	position: absolute;
	left: 0;
	top: 5rem;
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url('assets/images/neurons/bg_left_02.svg');
}


/*--------------------------------------------------------------
6.0 Posts
----------------------------------------------------------------*/
div.list-posts {
	margin: 4em 0;
}

.single article {
	margin: 10em 0 5em 0;
}

.single article h1 {
	font-size: 2.25em;
	padding-top: 1em !important;
}

.single .articleHeader {
	margin: 0 0 3em 0;
}

.single .articleHeader h1 {
	padding: 0;
	margin: 0 0 1em 0;
}

.single .articleHeader h2 {
	font-size: 1.5em;
	font-weight: 500;
	padding: 0;
	margin: 0 0 1em 0;
	text-transform: none;
	color: var(--dark-blue);
}

.articleHeaderImage {
	background-color: #fff;
	margin: -2.5em 0 0 -2.5em;
	width: calc(100% + 7.5em);
	height: auto;
	max-height: 650px;
	overflow: hidden;
}

.articleHeaderImage img {
	width: 100% !important;
	height: auto;
}

.single div.bubbleImages {
	top: -10em;
	right: -5%;
}

.single .articleMeta.flexbox {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	margin-bottom: 2em;
}

.shareLinks {
	color: var(--dark-blue);
	font-size: 1rem;
}

.shareLinks ul {
	margin: -.25em 0 0 0;
	padding: 0;
	line-height: 1;
}

.shareLinks li {
	list-style: none;
	display: inline-block;
	margin: 0 0 0 .75em;
}

.shareLinks span {
	display: none;
}

.shareLinks .fa {
	font-size: 1.5em;
}

.is-style-indent {
    padding-left: 35px;
}

/*--------------------------------------------------------------
6.1 Pagination
----------------------------------------------------------------*/
div.pagination {
	margin: 3em 0 5em 0;
	text-align: center;
	color: var(--teal);
}

div.pagination ul,
div.pagination ol {
	margin: 0;
	padding: 0;
}

div.pagination li {
	display: inline-block;
	font-weight: 600;
	list-style: none;
	margin: 0 .5em;
}

div.pagination a:link,
div.pagination a:visited {
	color: var(--dark-blue);
}

div.pagination a:hover {
	color: var(--teal);
}

div.pagination h2 {
	display: none;
}

/*--------------------------------------------------------------
7.0 Blocks
----------------------------------------------------------------*/

hr.wp-block-separator {
	width: 100vw;
	margin-top: 5em;
	margin-bottom: 2em;
	margin-left: calc(50% - 50vw);
	border: none;
	height: 2px;
	opacity: .1;
	background-color: var(--dark-blue);
}

hr.wp-block-separator.padded-top {
	margin-top: 9em;
}

.dark-blue hr.wp-block-separator {
	background-color: #ffffff;
	opacity: .05;
}

figure.wp-block-embed-youtube {
	width: 100vw !important;
	max-width: 100vw !important;
	padding-top: 4em;
	padding-bottom: 4em;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: calc(50% - 50vw);
	background-position: right top;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('assets/images/neurons/bg_right_01.svg');
}

.wp-block-embed__wrapper {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 0 5%;
	width: 100%;
	max-width: 1500px;
	
}

.wp-block-embed__wrapper iframe {
	width: 100% !important;
	max-width: 100% !important;
	height: 700px !important;
}



/*--------------------------------------------------------------
7.1 Values
----------------------------------------------------------------*/
div#valuesWrapper {
	background-color: var(--dark-blue);
	border-top: 2px solid rgba(255,255,255,.05);
	color: #ffffff;
	padding: 5em 0 !important;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-top: 4em;
}

div#valuesWrapper h2 {
	color: #ffffff;
	text-align: center;
	margin: 0 0 1em 0;
}

div#valuesWrapper .flexbox {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	margin: 1.5em auto 0 auto;
	padding: 2em 5% 0 5%;
	border-top: 2px solid rgba(255,255,255,.05);
	width: 100%;
	max-width: 1100px;
}

div#valuesWrapper .values .flexbox:first-child {
	border-top: none;
	margin-top: 0;
}

div#valuesWrapper div.icon {
	width: 30%;
	position: relative;
}

div#valuesWrapper .description {
	width: 50%;
	position: relative;
	z-index: 20;
}

div#valuesWrapper h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--orange);
	margin: 0 0 .75rem 0;
}

div#valuesWrapper .description p {
	margin: 0 0 1em 0;
	line-height: 1.25;
	font-size: 1rem;
}

div#valuesWrapper .values > .flexbox:nth-child(odd) div.icon {
	text-align: left;
	padding-left: 5%;
}  

div#valuesWrapper .values > .flexbox:nth-child(even) div.icon {
	text-align: right;
	padding-left: 23%;
}

div#valuesWrapper span.icon {
	position: relative;
	z-index: 10;
	display: flex;
	align-content: center;
	align-items: center;
	border-radius: 50%;
	height: 110px;
	width: 110px;
	background-color: var(--teal);
	text-align: center;
}

div#valuesWrapper span.icon img {
	margin: 0 auto;
	max-width: 60px;
	max-height: 60px; 
}

div#valuesWrapper .flexbox .background {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 100px;
	border: 1px dashed rgba(255,255,255,.25);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

div#valuesWrapper .flexbox:nth-child(5n+1) .background {
	border-color: transparent;
	width: 450px;
	height: 340px;
	background-image: url('assets/images/neurons/values/bg_01.svg');
	left: 4%;
	bottom: -25%;
}

div#valuesWrapper .flexbox:nth-child(5n+2) .background {
	border-color: transparent;
	width: 500px;
	height: 425px;
	background-image: url('assets/images/neurons/values/bg_02.svg');
	left: -1%;
	bottom: -40%;
}

div#valuesWrapper .flexbox:nth-child(5n+3) .background {
	border-color: transparent;
	width: 400px;
	height: 300px;
	background-image: url('assets/images/neurons/values/bg_03.svg');
	bottom: -30%;
	left: -5%;
}

div#valuesWrapper .flexbox:nth-child(5n+4) .background {
	border-color: transparent;
	width: 445px;
	height: 800px;
	background-image: url('assets/images/neurons/values/bg_04.svg');
	bottom: -70%;
	left: 3%;
}

div#valuesWrapper .flexbox:nth-child(5n+5) .background {
	border-color: transparent;
	width: 410px;
	height: 385px;
	background-image: url('assets/images/neurons/values/bg_05.svg');
	bottom: -20%;
	left: -1%;
}


/*--------------------------------------------------------------
7.2 Connections
----------------------------------------------------------------*/
.logoset-block-wrapper {
	padding: 4em 0 !important;
	margin: 0;
	color: var(--dark-blue);
}

.logoset-block-wrapper h2 {
	color: var(--dark-blue);
}

.logoset-block-wrapper p {
	padding: 0 10%;
	margin: 0 0 2em 0;
}


.logoCollection {
	position: relative;
	display: block;
	max-width: 1050px;
	min-height: 1150px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-image: url('assets/images/neurons/connections/bg_01.svg');
}

.logoCollection.tall {
	background-image: url('assets/images/neurons/connections/bg_02.svg');	
}

.logoCollection .centerBubble {
	position: absolute;
	left: calc(50% - 140px);
	top: 337px;
	z-index: 10;
	border-radius: 50%;
	background-color: var(--teal);
	height: 280px;
	width: 280px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-around;
}

.logoCollection .centerBubble span {
	font-family: 'Oswald', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	font-size: 2.35rem;
	
}

.logoCollection .row {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
}

.logoCollection .row.center {
	justify-content: space-around;
}


.logoCollection .logo {
	position: relative;
	border-radius: 50%;
	height: 200px;
	width: 200px;
	margin: 1em 10px;
	background-color: #fff;
	display: flex;
	justify-content: space-around;
	align-content: center;
	align-items: center;
	-webkit-transition: all ease 250ms;
	-moz-transition: all ease 250ms;
	-o-transition: all ease 250ms;
	transition: all ease 250ms;
}

.logoCollection .logo.dark {
	background-color: var(--dark-blue);
	color: #ffffff;
}

.logoCollection .logo img {
	max-width: 150px;
	max-height: 150px;
}

.logoCollection .logo a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
}

.logoCollection .logo span {
	text-align: center;
	line-height: 1.1;
	font-size: .9em;
	font-weight: 400;
	width: 90%;
	display: inline-block;
}


/*--------------------------------------------------------------
7.3 Bar Chart
----------------------------------------------------------------*/
div.bar-chart-block-wrapper {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-top: 3em;
	margin-bottom: 4em;
	position: relative;
	padding: 0 !important;
}

div.bar-chart-block-wrapper div.chartWrapper {
	border: 2px solid var(--teal);
	background-color: #ffffff;
	padding: 2em;
}

div.chartWrapper .sequence {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-content: stretch;
	align-items: stretch;
}

div.chartWrapper .sequence > div {
	flex: 0 0 auto;
	margin: 0px;
	text-align: center;
	padding: 1em 1em 12em 1em;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}

div.chartWrapper .sequence > div:nth-child(odd) {
	background-color: #f1f2f2;
}

div.chartWrapper .sequence > div:nth-child(even) {
	background-color: #fff;
}

div.chartWrapper span.icon {
	display: flex;
	align-content: space-around;
	align-items: center;
	height: 100px;
	width: 100px;
	margin: 0 auto 1em auto;
	border-radius: 50%;
	background-color: #dcddde;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}

div.chartWrapper span.icon img {
	max-height: 60px;
	max-width: 60px;
	margin: auto;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}

div.chartWrapper span.title {
	display: block;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: var(--dark-blue);
	font-weight: 600;
	line-height: 1.2;
}

div.chartWrapper .bar-chart-items {
	position: absolute;
	bottom: 5%;
	left: 3%;
	width: 94%;
}

div.chartWrapper .bar {
	position: relative;
	width: 100%;
	margin: 0 0 .25em 0;
	padding: .4em .75em;
}

div.chartWrapper .bar .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgb(24,161,179);
	background: linear-gradient(90deg, rgba(24,161,179,1) 20%, rgba(220,137,16,1) 70%);
}

div.chartWrapper .bar .gradient {
	clip-path: inset(0 100% 0 0);
}

div.chartWrapper .bar span {
	display: block;
	position: relative;
	z-index: 1;
	color: #fff;
	font-weight: 600;
}

div.chartWrapper .bar span a {
	color: inherit;
}

div.chartWrapper .bar span a:hover {
	color: var(--dark-blue);
}

/* image card */

.image-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    margin: 0 0 60px 0;
}    

.image-card .img {
    width: 50%;
    line-height: 1;
}

.image-card .img img {
    width: 100%;
    height: auto;
}

.image-card .blurb {
    width: 50%;
    padding: 1.5em 1.5em 0 3em;  
}

.image-card .blurb p {
    color: var(--dark-blue);
    max-width: 400px;
    font-weight: 600;
}

h1 + hr + .side-bubbles-block-wrapper .bubbleImages[total-images="1"] {
    top: -25em;
}


/*--------------------------------------------------------------
7.4 Latest News Post(s)
----------------------------------------------------------------*/
div#recentPostsWrapper {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	position: relative;
	padding: 3em 0 !important;
}


article {
	position: relative;
	z-index: 10;
	background-color: #ffffff;
	color: #464646;
	margin: 1em 0 2em 0;
	padding: 2.5rem 5em 1.5em 2.5em;
}

article .postTitle  {
	display: block;
	font-weight: 600;
	color: var(--dark-blue) !important;
	font-size: 1.3em;
	margin: 0 0 .75em 0;
	line-height: 1.2;
}


article .date {
	display: block;
	margin: 0 0 .5em 0;
	font-size: .9em;
}

.listPosts article p {
	font-size: .95em;
	line-height: 1.4;
}

.listPosts article .button {
	border-color: var(--teal);
	color: var(--teal);
}

.listPosts article .button:hover {
	color: #fff;
	background-color: var(--teal);
}

article h3.entry-title {
	color: var(--dark-blue);
	font-size: 1.3em;
}

div#recentPostsWrapper .background {
	position: absolute;
	top: -1em;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('assets/images/neurons/bg_left_02.svg');
}


/*--------------------------------------------------------------
7.5 List Jobs
----------------------------------------------------------------*/
div#jobsWrapper {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	position: relative;
	padding: 3em 0 !important;
}

div#jobsWrapper .background {
	position: absolute;
	top: 12%;
	left: 0;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('assets/images/neurons/bg_left_01.svg');
	height: 100%;
	max-height: 750px;
	width: 10vw;
	z-index: 0;
}


div#jobsWrapper h2,
div#jobsWrapper h3,
div#jobsWrapper h4 {
	color: #ffffff;
}


div#jobsWrapper .jobGroup {
	margin: 0 0 3em 0;
}

div#jobsWrapper .post {
	position: relative;
	z-index: 1;
	background-color: #ffffff;
	margin: 1em 0;
	padding: 2rem 2.5em 2em 2.5em;
	color: var(--dark-blue);
    display: flex;
    flex-direction: column;
    width: calc(33% - 26.5px);     
    margin-right: 40px !important;
}  

div#jobsWrapper .post:nth-child(3n) {
    margin-right: 0 !important;
}

div#jobsWrapper .post .button {
	width: 100%;
	min-width: 130px;
	padding: .5em 0;
    margin: auto 0 0 0;
}

div#jobsWrapper span.postTitle {
	display: block;
	width: 100%;
	font-weight: 600;
	color: var(--dark-blue);
	font-size: 1.3rem;
	line-height: 1.3;
	margin: 0 0 1.25em 0;
	letter-spacing: -.01em;
}

div#jobsWrapper ul.details {
	margin: 0 0 1.5em 0;
	padding: 0;
}

div#jobsWrapper ul.details li {
	list-style: none;
	display: inline-block;
	margin: 0 0 0 3em;
	padding: 0 0 0 4em;
	border-left: 2px solid var(--orange);
}

div#jobsWrapper ul.details li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

div#jobsWrapper .excerpt {
	font-size: .9em;
	line-height: 1.25;
}

div#jobsWrapper .button {
	border-color: var(--teal);
	color: var(--teal);
	padding: .5em 4em;
}

div#jobsWrapper .button:hover {
	background-color: var(--teal);
	color: #fff;
}



/*--------------------------------------------------------------
7.6 Bios
----------------------------------------------------------------*/
div.bios-block-wrapper {
	background-color: var(--dark-blue);
	width: 100vw;
	margin-left: calc(50% - 50vw);
	position: relative;
	padding: 0em 0 !important;
	text-align: center;
}
.page-id-27 div.bios-block-wrapper { text-align: left; }

.page-id-27 .biosCollection span.postTitle { text-align: center; }
.page-id-27 .biosCollection span.jobTitle { text-align: center; }

.page-id-27 div.bios-block-wrapper .bioExpanded .postTitle .jobTitle { text-align: center; }

.biosCollection {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 2em 0;
	overflow: visible;
}

.biosCollection > div {
	width: 25%;
	margin: 0 0 3em 0;
	padding: 0 2%;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}

.biosCollection div.bioBasics {
	opacity: 1;
	-webkit-transition: all ease 600ms;
	-moz-transition: all ease 600ms;
	-o-transition: all ease 600ms;
	transition: all ease 600ms;
}

/* .biosCollection .active div.bioBasics {
	opacity: 0;
	margin-top: 50px;
	margin-bottom: -50px;
} */

.bioBasics .photoWrapper {
	background-color: rgba(255,255,255,.1);
	border-radius: 50%;
	height: 200px;
	width: 200px;
	overflow: hidden;
	position: relative;
	margin: 0 auto 1em auto;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}
.bioBasics .photoWrapper::after {
    content: "";
    background-color: rgba(233,138,36, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
	-webkit-transition: all ease 200ms;
	-moz-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
}
.bioBasics .photoWrapper:hover::after {
	background-color: rgba(233,138,36, 0.3);
}
.bioBasics .photoWrapper img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center top;
}

.biosCollection span.postTitle {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	font-size: 1.1em;
	
}

.biosCollection span.jobTitle {
	display: block;
	font-size: .9em;
	line-height: 1.25;
	margin: .5em 0;
}
.bioExpandedWrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	display: none;
	z-index: 999;
}
.bioExpandedOverlay{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	z-index: 1;
}
.bioExpandedWrapper .bioExpanded {
	background-color: rgba(255,255,255, 0.95);
	max-width: 960px;
	color: var(--dark-blue);
	margin: 0 auto;
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
	width: 100%;
	border:5px solid;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-backdrop-filter: saturate(180%)blur(20px);
    backdrop-filter: saturate(180%)blur(20px);
	z-index: 2;
}

.bioExpandedWrapper .bioExpanded .flexbox {
	display: flex;
	/* flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start; */
	height: calc(100vh);
	max-height: 600px;
}

.bioExpandedWrapper .bioExpanded .flexbox > div:nth-child(1) {
	width: 25%;
}

.bioExpandedWrapper .bioExpanded .flexbox > div:nth-child(2) {
	width: 75%;
    padding: 30px;
    max-height: calc(100vh);
    text-align: left;
    overflow: auto;
	display: flex;
    flex-flow: column nowrap;
}
.bioExpandedWrapper .photoWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
h3.bioTitle {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    margin: 0;
}
h5.jobTitle {
    text-transform: uppercase;
    margin: 0;
	color: #18A1B3;
}
.bioBasics .moreInfo {
	cursor: pointer;
}
.bioExpandedWrapper .contentWrapper a{
	text-transform: uppercase;
	color: #ef8802;
	font-weight: bold;
	margin-top: auto;
}
.bioExpanded span.close {
	position: absolute;
	top: 10px;
	right: 10px;
	padding:15px;
	cursor: pointer;
	z-index: 999;
}




/*--------------------------------------------------------------
7.7 Links Block
----------------------------------------------------------------*/
div.links-block-wrapper {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	position: relative;
	padding: .5em 0 !important;
}

div.links-block-wrapper h4 {
	color: var(--dark-blue);
	margin: 0 0 1em 0;
}

div.links-block-wrapper .linkWrapper {
	background-color: #ffffff;
	color: var(--dark-blue);
	padding: 1.5em 3em 1.5em 1.5em;
	margin: 0 0 1em 0;
}

div.links-block-wrapper .linkWrapper .button {
	border-color: var(--teal);
	color: var(--teal);
}

div.links-block-wrapper .linkWrapper .button:hover {
	background-color: var(--teal);
	color: #fff;
}


/*--------------------------------------------------------------
7.8 Side Bubbles Block
----------------------------------------------------------------*/
div.side-bubbles-block-wrapper {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	position: relative;
	z-index: -1;
	padding: 0 !important;
}

div.side-bubbles-block-wrapper.narrow div.content {
	width: 50%;
}

div.side-bubbles-block-wrapper div.content

div.side-bubbles-block-wrapper a {
	margin-right: 10px;
}

div.side-bubbles-block-wrapper p.anchor {
	margin: 0;
	padding: 0;
	height: 1px;
}

div.side-bubbles-block-wrapper p.anchor a {
	border: none;
	height: 1px;
	width: 1px;
	overflow: hidden;
	opacity: 0;
}

div.side-bubbles-block-wrapper a:hover {
	background-color: var(--dark-blue);
	color: #fff;
}

div.side-bubbles-block-wrapper .bubbleImages {
	background-position: right center;
}

div.side-bubbles-block-wrapper .bubbleImages[total-images="1"] {
	background-image: url('assets/images/neurons/bubbles/bg_single_02.svg');
	top: -16em;
}

div.side-bubbles-block-wrapper .bubbleImages[total-images="1"] .bubble:nth-child(1) {
	height: 230px;
	width: 230px;
	margin: 13em 22% 17em auto;
}


div.side-bubbles-block-wrapper.short .bubbleImages[total-images="1"] {
	background-image: url('assets/images/neurons/neuron02.png');
	top: -11em;
}

div.side-bubbles-block-wrapper.short .bubbleImages[total-images="1"] .bubble:nth-child(1) {
	height: 200px;
	width: 200px;
	margin: 6em 10% 7em auto;
}


div.side-bubbles-block-wrapper .bubbleImages[total-images="2"] {
	border: none;
	background-image: url('assets/images/neurons/bubbles/bg_double_03.svg');
	top: -4em;
}

div.side-bubbles-block-wrapper .bubbleImages[total-images="2"] .bubble:nth-child(1) {
	margin: 5.5em 6% 0 auto;
	height: 260px;
	width: 260px;
}

div.side-bubbles-block-wrapper .bubbleImages[total-images="2"] .bubble:nth-child(2) {
	margin: 0em 20% 10em auto;
	height: 180px;
	width: 180px;
	background-color: #dbddde;
}

div.side-bubbles-block-wrapper .bubbleImages.alternate[total-images="2"] {
	background-image: url('assets/images/neurons/bubbles/bg_double_04.svg');
}

div.side-bubbles-block-wrapper .bubbleImages.alternate[total-images="2"] .bubble:nth-child(1) {
	height: 160px;
	width: 160px;
	background-color: #dbddde;
	margin: 5em 21% 0 auto;
}

div.side-bubbles-block-wrapper .bubbleImages.alternate[total-images="2"] .bubble:nth-child(2) {
	height: 280px;
	width: 280px;
	margin: 1em 6% 15em auto;
}


div.side-bubbles-block-wrapper .bubbleImages.large[total-images="2"] {
	background-image: url('assets/images/neurons/bubbles/bg_double_01.svg');
	top: -29em;
	right: -7%;
}

div.side-bubbles-block-wrapper .bubbleImages.large[total-images="2"] .bubble:nth-child(1) {
	height: 300px;
	width: 300px;
	margin: 34em 9% 2em auto;
}

div.side-bubbles-block-wrapper .bubbleImages.large[total-images="2"] .bubble:nth-child(2) {
	height: 300px;
	width: 300px;
	margin: 4em 16% 32em auto;
}


div.side-bubbles-block-wrapper.top-border {
	border-top: 2px solid rgba(13,43,69,.1);
	margin-top: 4em;
	padding-top: 2em !important;	
}


div.side-bubbles-block-wrapper blockquote {
	position: absolute;
	top: 2rem;
	right: -50%;
	border: 2px solid var(--orange);
	padding: 1em;
	margin: 0;
	color: var(--orange);
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.5rem;
	width: 45%;
	max-width: 300px;
}

div.side-bubbles-block-wrapper blockquote p {
	margin: .25em 0;
}

div.side-bubbles-block-wrapper blockquote span {
	font-weight: 400;
	color: var(--dark-blue);
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	text-transform: none;
}


/*--------------------------------------------------------------
7.9 Wordpress Blocks
----------------------------------------------------------------*/
.wp-block-group.teal {
	background-color: #c5eef4 !important;
	color: #0d2b45 !important;
}

.wp-block-group.teal .button {
	border-color: var(--dark-blue);
}

.wp-block-group.teal .button:hover {
	background-color: var(--dark-blue);
	color: #fff;
}


div.show_more p.wpsm-show, 
div.show_more p.wpsm-hide {
	font-weight: 600;
	color: inherit !important;
	font-size: 1.1rem !important;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

div.show_more p.wpsm-show:hover, 
div.show_more p.wpsm-hide:hover {
	text-decoration: none;
	color: var(--orange) !important;
}

div.show_more p.wpsm-show::after {
	position: relative;
	content: "+";
	margin-left: .25em;
}

div.show_more p.wpsm-hide::after {
	position: relative;
	content: "-";
	margin-left: .25em;
}


/*--------------------------------------------------------------
8.0 Plugins, Widgets & Sidebars
----------------------------------------------------------------*/
div#pageFooterWidgets {
	border-top: 2px solid rgba(24, 161, 179, .1);
	padding-top: 5em;
	padding-bottom: 5em;
	background-repeat: no-repeat;
	background-position: 101% 5%;
	background-size: auto 70%;
	background-image: url('assets/images/neurons/bg_right_01.svg');
}

div#pageFooterWidgets.background_2 {
	background-image: url('assets/images/neurons/bg_right_02.svg');
}


.widgetCollection.flexbox {
	display: flex;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
}

.widgetCollection .widget {
	margin: 0 1.5% 1em 1.5%;
	padding: 0 0 2em 0;
	width: 30%;
	text-align: center;
	color: #ffffff;
	background-color: var(--dark-blue);
}

.widgetCollection .widget.light-blue {
	color: var(--dark-blue);
	background-color: var(--light-blue);
}

.widgetCollection .widget.teal {
	color: var(--dark-blue);
	background-color: var(--teal);
}

.widgetCollection .widget.white {
	color: var(--dark-blue);
	background-color: #ffffff;
}

.widgetCollection .widget h6 {
	font-size: 1.75rem;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	padding: 0 5%;
	margin: 1.25em 0 .75em 0;
	line-height: 1.25;
}

.widgetCollection .widget p {
	margin: 0 0 1em 0;
	font-size: .95em;
	line-height: 1.4;
	padding: 0 5%;
}

.widgetCollection .widget .thumbnailWrapper {
	width: 100%;
	height: 195px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.widgetCollection .widget.white .thumbnailWrapper {
	background-color: #ececec;
}

.widgetCollection .widget .thumbnailWrapper img {
	display: none;
}

.widgetCollection .widget a.button {
	border-color: #ffffff;
}

.widgetCollection .widget a.button:hover {
	background-color: #ffffff;
	color: var(--dark-blue);
}

.widgetCollection .widget.white a.button,
.widgetCollection .widget.light-blue a.button {
	border-color: var(--dark-blue);
	color: var(--dark-blue);
}
	
.widgetCollection .widget.white a.button:hover,
.widgetCollection .widget.light-blue a.button:hover {
	background-color: var(--dark-blue);
	color: #fff;
}

.widgetCollection .widget.teal a.button {
	border-color: #fff;
	color: #fff;
}
	
.widgetCollection .widget.teal a.button:hover {
	background-color: #fff;
	color: var(--teal);
}

.expandable-content {
    margin: 0 42% 0 0 !important;
    padding: 0 !important;
    border-top: 5px solid #fff;
}

.expandable-content > li {
    margin: 0;
    padding: 0;
    border: 5px solid #fff;
    border-top: 0;
    list-style: none;
}

.expandable-content > li:before {
    display: none;
} 

.expandable-content > li.expanded a.title:after {
    content: '\f068';  
} 

.expandable-content > li a.title {
    font-size: 25px;  
    text-transform: uppercase;  
    line-height: 1.1; 
    border: 0;
    padding: 25px 50px;
    display: block;
    position: relative;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
} 

.expandable-content > li a.title:after {
    content: '\f067';
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 35px;
    line-height: 1;
    transform: translateY(-50%);
}
    
.expandable-content > li a.title:hover {
    text-decoration: none;
}

.expandable-content > li .expanded-content {
    padding: 25px 50px 0 50px;  
    display: none;
    border-top: 5px solid #ffffff;
}

.career-selector-wrapper {
    position: relative;
    display: inline-block;
    width: 65%;
}

#career-selector {
   border: 5px solid #fff; 
   background: none;
   height: 60px;
   width: 100%;
   line-height: 60px;
   font-size: 1.3em;
   color: #fff;
   text-transform: uppercase;
   font-weight: bold;
   padding: 0 15px;
}

#career-selector option {
    background: #fff;
    color: var(--dark-blue); 
    text-transform: uppercase;
   font-weight: bold;
   padding: 10px 15px;
}

.career-selector-wrapper:after {
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    right: 5px;
    background: var(--dark-blue);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 40px;
    pointer-events: none;
}

.announcements {
    margin: 0 !important;   
}

.slider-holder.loading {
    padding-bottom: 10%;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;   
    height: 0;
}

.slider-holder.loading .announcements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-holder.loading .slick-list, .slider-holder.loading .slick-track, .slider-holder.loading .slick-slide {
    height: 100% !important;    
}

.slider-holder.loading .announcements {
    opacity: 0;    
}

.announcement {
    background: #18a1b3;
    margin: 4px 0 -4px 1%;
    border-top: 1px solid var(--dark-blue);
    z-index: -1;   
    display: block;
    min-height: 300px;
}

.announcement .slick-track:after {
    content: '';
    width: 1px;
    display: inline-block;
    padding-bottom: 300px;         
}

.announcement .siteCenter {
    display: flex; 
    max-width: 100%;
    height: 100%;
    padding: 40px calc(55% - 750px)  ;
}

.announcement .siteCenter.gradient {
    background: linear-gradient(to bottom, #a8d9e1, #2aaebd);
    align-items: flex-start;
}

.gradient-image-top {
    background: linear-gradient(to bottom, #ffffff, #8cd2da);
    align-items: flex-start;   
    position: relative;                              
}

.announcement .siteCenter.centered-bg {
	background-color:#226091;
	background-position: center;
	background-size: 180px;
	background-repeat: no-repeat;
	padding: 40px calc(51% - 482px) 
}

.announcement .siteCenter.gradient-image-top:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: url('assets/images/neurons/values/bg_02.svg') right bottom no-repeat;
    background-size: contain;
}

.announcement .siteCenter div {
    padding: 0 30px 0 0;
}

.announcement .siteCenter div.img {
    width: 170px;
    padding-left: 0;
}

.announcement .siteCenter.gradient-image-top div.img {
    width: 100%;
    max-width: 200px;  
    padding: 0 0 10px 0; 
}

.announcement .siteCenter.left-logo-right-content div.img {
	width:auto;
	display: flex;
	align-items:center;
}

.announcement .siteCenter.gradient div.img {
    width: 220px;   
}

.announcement .siteCenter div.img img {
    width: 100%;
    height: auto;  
    background: #fff; 
    border-radius: 50%;
}

.announcement .siteCenter.left-logo-right-content div.img img {
	background:none;
	border-radius: 0;
	width:auto;
	max-height: 230px;
}

.announcement .siteCenter.gradient div.img img {
    margin-top: -60px;   
}

.announcement .siteCenter.gradient-image-top div.img img {
    width: 100%;
    height: auto; 
    background: none;
    border-radius: 0; 
}

.announcement .siteCenter .hdr {
    display: flex;
    width: 45%;
    padding: 0;
    position: relative;
    z-index: 10;
}

.announcement .siteCenter.gradient-image-top .hdr {
    display: block;
    width: 35%;
}
.announcement .siteCenter.centered-bg .hdr {
	align-items:center;
    width: 55%;
}
.announcement .siteCenter.left-logo-right-content .hdr {
	align-items:center;
	width:auto;
    max-width: 50%;
}

.announcement .siteCenter div.title {
    width: calc(100% - 170px);   
}

.announcement .siteCenter.gradient div.title {
    width: calc(100% - 220px);       
}

.announcement .siteCenter.gradient-image-top div.title {
    width: 100%;    
}

.announcement .siteCenter div.blurb {
    border-left: 3px solid #0d2b45;
    padding-left: 50px;
    padding-top: 10px;  
    width: 55%;
    position: relative;
    z-index: 10;
}

.announcement .siteCenter.gradient div.blurb {
    border-left: 3px solid #fff;
}

.announcement .centered-bg div.blurb {
	border-left: none;
	color:#fff;
	padding:20px 0 0 0;
	width:45%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-size: 16px;
}

.announcement .siteCenter.left-logo-right-content div.blurb {
	border-left: 2px solid #fff;
	width:auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
}



.announcement .siteCenter div.blurb p {
    line-height: 1.2;
}

.announcement .siteCenter.left-logo-right-content div.blurb h2 {
	color: #fff;
    text-transform: uppercase;
    font-size: 2.7rem;
    line-height: 1.2;
    font-family: Oswald, Arial;
    margin:0;
}

.announcement .siteCenter.left-logo-right-content div.blurb p {
	color: #fff;
}

.announcement > div .button {
    color: #fff;
    border: 2px solid #fff;
    font-size: 16px;
    padding: 5px 15px; 
    margin: 0;
    min-width: 1px;
}

.announcement .gradient > div .button {
    border: 2px solid #0d2b45;   
    color: #0d2b45; 
}

.announcement .gradient-image-top > div .button {
    border: 2px solid #0d2b45;   
    color: #0d2b45; 
}

.announcement > div .button:hover {
    border: 2px solid #0d2b45;
    background: #fff;
}

.announcement h4, .announcement h3 {
    margin: 0;
    font-size: 55px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.announcement h3 {
	margin-bottom: 16px;
}

.announcement .gradient h4 {
    color: #0d2b45; 
    font-size: 40px;   
}

.announcement .gradient-image-top h4 {
    color: #0d2b45;
    font-size: 40px;
}

.announcement .centered-bg div.title {
	width:auto;
}
.announcement .centered-bg h3 {
	font-size: 53px;
}
.announcement .centered-bg h4 {
	font-size: 24px;
}

.announcement p {
    margin: 0;
    padding: 0 0 15px 0;   
}

.announcements .slick-track { 
    display: flex; 
    align-items: stretch; 
    justify-content: center; 
}

.announcements .slick-list {
    position: relative;
    z-index: 0;   
}

.announcements .button {
    position: relative;
    z-index: 100;
}

.announcements .slick-track .slick-slide { 
    height: auto; 
    float: none;
} 

.announcements .slick-dots { 
    bottom: 10px;  
    z-index: 1000000000000000000000; 
}

#bwbodyimg {
    margin: 0 25px 15px 0;
}

.webinars-list {
    margin: 0 0 100px 0;
}

.webinars {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
}

.webinars .webinar {
   width: calc(33.33% - 38px); 
   margin: 0 50px 25px 0;
}  

.webinars .webinar:nth-child(3n) {
    margin: 0;
}

.webinars .webinar p {
    color: var(--dark-blue);
    margin: 0 0 15px 0;
}

.webinars .webinar img {
    width: 100%;
    height: auto;
}

.webinars .webinar h4 {
    text-transform: none;
    font-size: 1.3em;
}

.webinars-list iframe {
   max-width: 1200px !important;
}

.awards {
    padding: 0 0 1px 0 !important;
    background: #0d2b45;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}

.awards h2 {
    text-align: center; 
    color: #fff;  
    margin: 0 0 0.5em 0;  
    font-size: 3rem; 
    text-transform: uppercase; 
    font-family: Oswald, Arial;
}

.awards-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3em;
}

.awards-list > div, .awards-list > a {
    width: 25%;
    text-align: center;
    padding: 0 50px 50px 50px;   
    margin: 0 0 25px 0;
    max-width: 300px;
    border-right: 2px solid rgba(255,255,255, 0.1);   
    color: #fff;  
}

.awards-list a:hover {
    color: #ef8802
}

.awards-list > div:nth-child(4n), .awards-list > a:nth-child(4n) {
    border: 0;
}

.awards-list > div img, .awards-list > a img {
    max-width: 150px;  
    height: auto; 
    border-radius: 50%;
    background: #fff;
}

#custom-subscribe-form form  {
    border: 2px solid #0d2b45 !important;
    background: #f4f6f8 !important;
	width: 550px;
}
#bodyWrapper #custom-subscribe-form form{
	width: 950px;
}
#custom-subscribe-form form h4 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: var(--dark-blue);
    font-size: 1.5em;
    line-height: 1.25;
    padding: 0;
    margin: 0;
}

#custom-subscribe-form a, #custom-subscribe-form  a:active, #custom-subscribe-form a:visited{
	text-decoration: underline;
}

#custom-subscribe-form form p {
    font-size: 12px;
    color: #0d2b45 !important;
    margin-top: 0;
}

#custom-subscribe-form form ._form-content {
    padding-top: 10px;
}

#custom-subscribe-form form ._form-label {
     color: #0d2b45 !important; 
     font-size: 12px;  
     white-space: nowrap;
     padding-right: 5px;
     margin: 0 !important;
     width: auto;
}

#custom-subscribe-form form ._form-label span {
    color: #c3092b;
}

#custom-subscribe-form form ._form-label span.select {
    color: #0d2b45 !important;
    font-weight: normal;  
    font-size: 10px;
}

#custom-subscribe-form form .half-width {
    width: 50%;
    float: left;
    padding-right: 15px;
    display: flex;
    align-items: center;
}

#custom-subscribe-form form ._full_width {
    padding-right: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 2px solid #25a1b3;
}

#custom-subscribe-form form input[type="text"] {
    background: #d1dadf;
    height: 25px;
    line-height: 25px;
    border: none;
    border-radius: 0;
    font-size: 12px;
}

#custom-subscribe-form form ._full_width input[type="text"] {
    width: 300px;
    max-width: 100%;   
}

#custom-subscribe-form form ._full_width.no-border-small-padding ._field-wrapper {
    padding-left: 50%;   
    margin-top: -15px; 
}

#custom-subscribe-form form ._row {
    margin: 0;   
}

#custom-subscribe-form form ._full_width_cols {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px;
    padding-top: 10px;
    border-bottom: 2px solid #25a1b3;
}

#custom-subscribe-form form ._full_width_cols ._row {
    width: 100%;   
    margin: 0;
}

#custom-subscribe-form form ._full_width_cols ._row label {
    padding-bottom: 10px !important; 
}

#custom-subscribe-form form ._full_width_cols ._row._checkbox-radio {
    float: left;
    width: 50%;
    margin: 0;
}

#custom-subscribe-form form ._full_width_cols ._row._checkbox-radio ._error-inner,
#custom-subscribe-form form ._full_width_rows ._row._checkbox-radio ._error-inner {
    padding: 8px 12px;
    background-color: #f37c7b;   
    border-radius: 4px;
    font-family: arial, sans-serif;
    color: #fff;
    text-align: center;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100%);
}

#custom-subscribe-form form ._full_width_cols ._row._checkbox-radio label {
    font-size: 12px;
    color: #0d2b45 !important;
}

#custom-subscribe-form form ._full_width_rows {
    padding-top: 10px;  
}

#custom-subscribe-form form ._full_width_rows ._row._checkbox-radio {
    margin: 0;   
}

#custom-subscribe-form form ._full_width_rows ._row label {
    padding-bottom: 10px !important; 
}

#custom-subscribe-form form ._full_width_rows ._row._checkbox-radio label {
    font-size: 12px;
    color: #0d2b45 !important;   
}

#custom-subscribe-form form ._button-wrapper {
    padding-top: 25px;
    border: 0;
}

#custom-subscribe-form form ._submit {
    border: 2px solid #ee8921 !important;
    background: none !important;
    color: #ee8921 !important; 
    text-transform: uppercase;
    font-weight: bold !important;
    border-radius: 0 !important;
    padding: 8px 40px !important;
    font-family: 'Oswald', sans-serif;
    font-size: 15px !important;
    margin: 0 0 15px 0;
}

#custom-subscribe-form form ._error-inner {
    font-size: 12px;   
}


[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked) + span label, [type="checkbox"]:checked + span label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

[type="checkbox"]:not(:checked) + span label:before, [type="checkbox"]:checked + span label:before {
    content: '';
    position: absolute;
    left:0; 
    top: 1px;
    width: 10px; 
    height: 10px;
    background: none;
    border: 1px solid #25a1b3;
}


[type="checkbox"]:checked + span label:before {
    background: none;
    border: 1px solid #25a1b3;
}


[type="checkbox"]:not(:checked) + span label:after, [type="checkbox"]:checked + span label:after {
    content: '\f00c';
    font-family: "FontAwesome";
    position: absolute;
    top: 2px; 
    left: 1px;
    line-height: 100%;
    font-size: 8px;
    transition: all .2s; 
    color: black;
}


[type="checkbox"]:not(:checked) + span label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked + span label:after {
    opacity: 1;
    transform: scale(1);
}

[type="checkbox"]:disabled:not(:checked) + span label:before, [type="checkbox"]:disabled:checked + span label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + span label:after {
    color: #999;
}

[type="checkbox"]:disabled + span label {
    color: #aaa;
}

[type="checkbox"]:checked:focus + span label:before, [type="checkbox"]:not(:checked):focus + span label:before {
    border: 1px solid #25a1b3;
}

#headerSubmenu {
    display: flex;
    justify-content: flex-end;   
    align-items: center; 
}

#headerSubmenu a.subscribe-popup {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
}
.mobile-sub-menu{
	display: none;
}

/* virtual page   */

.page-template-page-conference section#bodyWrapper {
   background: var(--dark-blue) url("assets/images/bg.png") right -100px no-repeat;
   background-size: auto 100%; 
/*    padding-bottom: 100px; */
   padding-top: 150px;
}

.page-template-page-conference header#masthead.white {
    width: 100%;   
}

.page-template-page-conference .narrative > h1 {
    display: none;
}

.page-template-page-conference div.bar-chart-block-wrapper {
    margin-top: 0;   
}

.page-template-page-conference .wp-block-image {
    margin: 0;
}

.page-template-page-conference .wp-block-image img {
    height: auto;  
    width: 100%;   
}

.page-template-page-conference .wp-block-columns {
    margin: 0 0 3em 0;   
}

.page-template-page-conference .narrative .wp-block-column h2 {
    padding-top: 0;
    padding-bottom: 0.5rem;
}  

.page-template-page-conference .narrative h2 {
    padding-bottom: 1rem;
}

.page-template-page-conference.page-child .narrative {
    padding-top: 50px;
}

.page-template-page-conference .narrative > p {
    color: #fff;
}

.page-template-page-conference .wp-block-buttons {
    margin: 0 0 1.5em 0;
}

.page-template-page-conference .wp-block-button.is-style-outline a {
    border: 2px solid #ef8802;
    background-color: none;
    color: #ef8802 !important;
    font-family: Oswald, Arial;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 0;  
}

.page-template-page-conference .wp-block-button.is-style-outline a:hover {
    background: #ef8802;   
    color: #0d2b45 !important; 
}

.page-template-page-conference .has-small-font-size {
    line-height: 1.4;
}

.page-template-page-conference .wp-block-getwid-button-group {
    margin: 0 0 2rem 0;   
}

.page-template-page-conference .wp-block-getwid-button-group__wrapper {
    align-items: stretch; 
}

.page-template-page-conference .wp-block-getwid-button-group .wp-block-button {
    width: 33%;  
    display: flex;
    background: #0d2b45;
}

.page-template-page-conference .wp-block-getwid-button-group .wp-block-button a {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
} 

.page-template-page-conference article.video {
    padding: 1.5em;
    display: flex;
    margin: 3em 0 2em 0;
}

.page-template-page-conference article.video > div {
    flex: 1;
}

.page-template-page-conference article.video> div.blurb {
    padding-left: 1.5em;
}

.page-template-page-conference article.video h2 {
    font-size: 3rem;
    color: #0D2A46;
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 1.1;
    padding: 0 0 .5em 0;
    margin: 0;  
    font-family: 'Oswald', sans-serif;
}  

.page-template-page-conference article.video p {
    font-size: 1.5em;
    color: #0D2A46;
    margin: 0 0 1.5em 0;
} 

.page-template-page-conference article.video> div.blurb p:last-child {
    margin-bottom: 0;
}

.page-template-page-conference .embed-container {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.page-template-page-conference .embed-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.page-template-page-conference .wp-block-embed {
    margin: 0;   
}

.page-template-page-conference .wp-block-embed .wp-block-embed__wrapper {
    padding: 0;   
}

.page-template-page-conference .survey {
    background: #18a2b4;
    margin: 0 0 -4px 0;
    padding: 40px calc(55% - 750px);
    width: 100%;
    display: flex;
}


.page-template-page-conference .survey h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: .3em 1em .7em 0;
    font-family: 'Oswald', sans-serif;
}

.page-template-page-conference .survey .blurb {
    border-left: 3px solid #0D2A46;
    padding-left: 2em;
}

.page-template-page-conference .survey .blurb p {
    font-family: 'Oswald', sans-serif;
    font-size: 1.3em;
}

.page-template-page-conference .survey .blurb .btn {
    background: #0D2A46;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 10px 28px;
    transition: 0.5s;
    border: 2px solid #fff;
}

.page-template-page-conference .survey .blurb .btn:hover {
    background: #fff;
    border: 2px solid #0D2A46;
    color: #0D2A46;    
}

.page-template-page-conference header#masthead {
    margin: 0;   
}

/* .page-template-page-conference #siteFooter {
    height: auto;
    padding-top: 0;
} */

.page-template-page-conference  #siteFooter .copyright {
    font-size: 14px;  
    padding: 25px 0 0 0;
    margin: 0;
    text-align: center; 
}

.new-hdr {
    display: flex;
    padding: 0 calc(55% - 750px);
    background: #ffffff;
    position: fixed;
    z-index: 10;
    top: 0;   
    width: 100%;
    display: flex;
    border-top: 40px solid #18a2b4;
    transition: border ease 0.3s;
}

.new-hdr.stuck {
    border-top: 1px solid #fff;
    top: -1px
}

.new-hdr + .survey {
    padding-top: 150px;   
}

.new-hdr .nav-menu {
    width: calc(100% - 180px);    
}

.new-hdr .nav-menu ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.new-hdr .nav-menu ul li {
    list-style: none;
}

.nav-menu ul li a {
    display: block;
    position: relative;
    color: #0d2a46;
    transition: 0.3s;
    font-size: 24px;
    font-family: Oswald, serif;
    padding: 5px 15px;
}

.new-hdr ul li.btn-request {
    margin: 0 0 0 auto;
    cursor: pointer;
    font-family: Oswald, serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 10px 28px;
    transition: 0.5s;
    border: 2px solid #e98a24;
    background-color: #0D2A46;
    color: #e98a24;
}

.new-hdr ul li.btn-request:hover {
   background: #e98a24;  
   color: #0D2A46;  
}
    
.new-hdr ul li.btn-request a {
    color: #e98a24;
    padding: 0;
}

.new-hdr ul li.btn-request a:hover {
    color: #0D2A46;     
}

.new-hdr .logo {
    background: #0D2A46;
    width: 180px;
    padding: 10px 10px 0 10px;
    border: 1px solid #fff;
}

.new-hdr .logo img {
    margin: 0;
    width: 100%;
}

#_form_3_ ._form-thank-you .thankyou-message {
    font-size: 14px;
    text-align: left;
    font-weight: bold;   
}

#_form_3_ ._form-thank-you .thankyou-note {
    text-align: left;
    border-top: 2px solid #18a1b3;
    padding: 1.5em 0 1.5em 0;
    margin-top: 3.5em;  
    color: #18a1b3 !important;
}

#_form_5_ ._form-thank-you .thankyou-message {
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}

#_form_5_ ._form-thank-you .thankyou-note {
    text-align: left;
    border-top: 2px solid #18a1b3;
    padding: 1.5em 0 1.5em 0;
    margin-top: 3.5em;
    color: #18a1b3 !important;
}

.g-recaptcha {
    width: 100%;
    margin-top: 5px;
}

._button-wrapper ._form-inner {       
    width: 100%;
    margin-top: -10px;
    margin-bottom: 15px;
}

._button-wrapper ._form-inner ._error-html {
    margin-bottom: 0 !important;      
}

header#masthead .new-header span#mobileMenuToggle {
    display: none !important;   
}


/*--------------------------------------------------------------
10.0 Specific Screen Size Displays
----------------------------------------------------------------*/

@media all and (min-width: 1400px){
	
	div.bubbleImages {
		right: 0;
	}
	
	div.bubbleImages .bubbleBackground.single {
		margin-right: 5%;
	}
	
	.biosCollection > div {
		width: 25%;
	}
	
	div.side-bubbles-block-wrapper .bubbleImages[total-images="1"] .bubble:nth-child(1) {
		margin-right: 18%;
	}
	
	div.side-bubbles-block-wrapper .bubbleImages[total-images="2"] .bubble:nth-child(1) {
		margin-right: 5%;
	}
	
	div.side-bubbles-block-wrapper .bubbleImages[total-images="2"] .bubble:nth-child(2),
	div.side-bubbles-block-wrapper .bubbleImages.alternate[total-images="2"] .bubble:nth-child(1) {
		margin-right: 21%;
	}
	
	div.side-bubbles-block-wrapper .bubbleImages.large[total-images="2"] {
		right: -3%;
	}

	/* .bioExpandedWrapper .bioExpanded .flexbox > div:nth-child(1) {
		width: 20%;
	} */
	
	/* .bioExpandedWrapper .bioExpanded .flexbox > div:nth-child(2) {
		width: 80%;
		padding: 2em 20% 0 5%;
	} */
	
	/* .bioExpanded span.close {
		right: 24%;
	} */


}



@media all and (min-width: 1700px){

	div.bubbleImages {
		background-position: 92% top;
	}
	
	div.bubbleImages[total-images="0"] {
		background-position: right top;
	}
	
	div.bubbleImages[total-images="4"] {
		right: -4%;
	}
	

	div.bubbleIcons {
		right: 3%;
	}

	div.side-bubbles-block-wrapper .bubbleImages[total-images="1"] .bubble:nth-child(1) {
		margin-right: 15%;
	}
	
	div.side-bubbles-block-wrapper .bubbleImages[total-images="2"] .bubble:nth-child(2),
	div.side-bubbles-block-wrapper .bubbleImages.alternate[total-images="2"] .bubble:nth-child(1) {
		margin-right: 19%;
	}
	
	div.side-bubbles-block-wrapper .bubbleImages.large[total-images="2"] {
		right: 1%;
	}
	
	div.bubbleImages[total-images="4"] div:nth-child(2) {
		margin-right: 15%;
	}
	
	div.bubbleImages[total-images="4"] div:nth-child(3) {
		margin-right: 27%;
	}

	div.bubbleImages[total-images="4"] div:nth-child(4) {
		margin-right: 10%;
	}
	
}

@media all and (max-width: 1200px){
    header#masthead .new-hdr span#mobileMenuToggle {
        display: none !important;   
    }
	.mobile-sub-menu{
		display: block;
	}
	.menu-main-menu-container #headerSubmenu {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		border-top: 1px solid #ccc;
		margin-top: 20px;
	}
	.menu-main-menu-container #headerSubmenu ul {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: none;
    	padding: 0;
	}
	div.menu-main-menu-container ul li {
		max-width: 100%;
		margin: 10px 0;
	}
	.menu-main-menu-container #headerSubmenu li a {
		font-size: 18px;
	}
	.menu-main-menu-container #headerSubmenu a.subscribe-popup {
		padding: 5px 15px;
		font-size: 18px;
		font-family: 'Oswald';
		text-transform: uppercase;
	}
    .nav-menu ul li a {
        font-size: 20px;   
    }
}

@media all and (max-width: 1400px){
    .narrative.narrow .is-style-narrow {
        padding-right: 45%   
    }
    .awards-list > div, .awards-list > a {
        padding: 0 25px 25px 25px;  
        margin: 0;   
    } 
}

@media all and (max-width: 1550px){
   .announcement .siteCenter {
        padding: 20px 5%;
   }  
   .page-template-page-conference .survey {
        padding-left: 5%;
        padding-right: 5%;
    } 
    .new-hdr {
        padding: 0 5%;
    }   
}

@media all and (max-width: 1020px){
    .narrative.narrow .is-style-narrow, .expandable-content {
        padding-right: 0;
        margin-right: 0 !important;   
    }  
    .nav-menu ul li a {
        padding: 5px;
    }  
    .new-hdr ul li.btn-request {
        padding: 13px 10px;   
        
    }
	.new-hdr ul li.btn-request a {
		font-size: 15px;
	}
}

@media all and (max-width: 900px){
    h1 + hr + .side-bubbles-block-wrapper .bubbleImages[total-images="1"] {
        top: auto;
    }
	.page-id-29 .bubbleImages {
		display: none;
	}
    div.bubbleImages.science {
        display: none;   
    }
    div#jobsWrapper .post {
        width: calc(50% - 20px);  
    } 
    div#jobsWrapper .post:nth-child(3n) {
        margin-right: 40px !important;
    }
    div#jobsWrapper .post:nth-child(2n) {
        margin-right: 0 !important;
    }
    .expandable-content {
        margin-right: 0 !important;   
    }
    .career-selector-wrapper {
        width: 100%;   
    }
    .webinars .webinar {
       width: calc(50% - 25px); 
       margin: 0 50px 25px 0;
    }
    .webinars .webinar:nth-child(3n) {
        margin-right: 50px;   
    }
    .webinars .webinar:nth-child(2n) {
        margin-right: 0;   
    }
    .announcement {
        min-height: 420px
    }
    .announcement .slick-track:after {
        padding-bottom: 420px;   
    }
    .announcement .siteCenter div.title {
        width: 45%;   
    }
    .announcement .siteCenter.centered-bg {
    	padding:20px;
    }
    .announcement .siteCenter.centered-bg .hdr {
    	width:100%;
    }
    .announcement .siteCenter.centered-bg div.title {
    	width:auto;
    }
    .announcement .siteCenter div.title h4 {
        font-size: 45px; 
    }
    .announcement .siteCenter.centered-bg div.title h4 {
    	font-size: 20px;
    }
    .announcement .siteCenter div.blurb {
        width: 55%;   
    }
    .awards-list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .awards-list > div, .awards-list > a {
        flex: 0 1 auto;
        width: 50%;
        padding-bottom: 25px;
    }
    .awards-list > div:nth-child(2n), .awards-list > a:nth-child(2n) {
        border: 0;
    }
    .page-template-page-conference article.video {
        display: block;   
    }
    .page-template-page-conference article.video > div.blurb {
        padding: 1.5em 0 0 0;
    }
    .page-template-page-conference section#bodyWrapper {
        background-size: contain;   
        background-position: center top;
    }
    .page-template-page-conference .wp-block-getwid-button-group__wrapper {
        display: block;   
    }
    .page-template-page-conference .wp-block-getwid-button-group .wp-block-button {
        width: 100%;   
    }
    .page-template-page-conference section#bodyWrapper {
        padding-bottom: 50px;   
    }
    .page-template-page-conference.page-child .narrative {
        padding-top: 0;   
    }
    .page-template-page-conference .survey {
        display: block;   
    }
    .page-template-page-conference .survey .title {
        text-align: center;   
    }
    .page-template-page-conference .survey h1 {
        font-size: 28px;
        text-align: center;  
        margin: 0 auto; 
        padding-right: 0;
        position: relative;
    }                      
    .page-template-page-conference .survey h1:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 30%;
        transform: translateX(-50%);
        border-bottom: 3px solid #022b49;
    }
    .page-template-page-conference .survey .blurb {
        text-align: center; 
        border: 0;  
        padding: 0;
    }
    
    
     .new-hdr {
        border: 0;      
    }
    .new-hdr .nav-menu { 
        transform: translateY(-120%);
        position: absolute;
        left: 0;
        top: 38px;
        width: 100%;
        background: #fff; 
        padding-top: 20px; 
        opacity: 0; 
        transition: all ease 0.3s;
    }
    #mobileMenuToggle.active + .nav-menu {
        transform: translateY(0);
        opacity: 1;
    }
    .new-hdr .nav-menu ul {
        display: block;
        margin: 0;
        padding: 0;
    }
    .new-hdr .nav-menu ul li:not(.btn-request) a {
        padding: 10px 5%;
        font-size: 18px;   
        color: #191919; 
        font-family: 'Roboto', sans-serif; 
    }
    .new-hdr .nav-menu li.active a {
        color: #e82d2d;
    }
    .new-hdr .logo {
        width: 130px;
        position: relative;
        z-index: 20;
        display: block;
    }
    .new-hdr ul li.btn-request {
        margin: 5px 0 0 0;
        width: 100%;   
    }
    header#masthead .new-hdr span#mobileMenuToggle {
        display: block !important;
        top: -0px;
        z-index: 20;
        font-size: 1.5rem;
    }
    
    .new-hdr + .survey {
        padding-top: 70px
    }
   
}


@media all and (max-width: 768px){
    .image-card {
        flex-wrap: wrap;
    }
    .image-card .img, .image-card .blurb {
        width: 100%;
    }
    .image-card .blurb {
        padding: 20px 20px 0 20px;   
    }
    .expandable-content {
        margin-right: 0 !important;   
    }  
    div#jobsWrapper .post {
        width: 100%;
        margin-right: 0 !important;
    } 
    div#jobsWrapper .post:nth-child(3n) {
        margin-right: 0 !important;
    }
    .expandable-content > li a.title {
        font-size: 20px;
        padding: 15px 50px 15px 15px;   
    }
    .expandable-content > li .expanded-content {
        padding: 15px 15px 0 15px;   
    }
    #career-selector {
        height: 45px;
        line-height: 35px;
        padding: 0 15px;
        font-size: 1em;   
        line-height: 1;
    }
    .career-selector-wrapper:after {
        height: 35px;
        line-height: 35px;
        font-size: 35px;   
    } 
    .announcement {
        padding: 0;
    }
    .announcement .siteCenter {
        flex-wrap: wrap;
        padding-top: 0;
        padding-bottom: 25px; 
        justify-content: center;
    }  
    .announcement .siteCenter p, .announcement > .siteCenter h4 {
        text-align: center;    
    }
    .announcement .siteCenter div.title h4 {
        font-size: 40px;   
    }
    .announcement .siteCenter.gradient-image-top div.title h4 {
        font-size: 35px;   
        max-width: 400px;
        margin: 0 auto;
    }
    .announcement .siteCenter.gradient-image-top:after {
        display: none;
    }   
    .announcement .siteCenter > div, .announcement .siteCenter .hdr > div {
        padding: 0;
    }
    .announcement .siteCenter div.img {
        max-width: 100%;  
        text-align: center;
        margin: 10px auto; 
    }         
    .announcement .siteCenter div.img img {
        max-width: 100px;   
        margin: 0 auto;
    }
    .announcement .siteCenter.gradient div.img img {
        margin-top: -20px;   
    }
    .announcement .siteCenter.gradient-image-top div.img {
        padding: 0;
    }
    .announcement .siteCenter.gradient-image-top div.img img {
        max-width: 150px;  
        margin: 20px auto 0 auto; 
    }
    .announcement .siteCenter .hdr {
        width: 100%;   
        display: block;
    }
    .announcement .siteCenter.gradient-image-top .hdr {
        width: 100%;   
        display: block;
    }
    .announcement .siteCenter div.title {
        width: 100%;
        text-align: center;
    }
    .announcement .siteCenter.gradient div.title {
        width: 100%;   
    }
    .announcement .siteCenter div.blurb {
        border: 0 !important;
        padding: 10px 0 0 0;    
        width: 100%;
    }
    #bwbodyimg {
        width: 100% !important;   
    }
    #bwbodyimg img {
        max-width: 100%;
        height: auto;   
    }
	.bioExpandedWrapper .bioExpanded {
		margin:0;
	}
	.bioExpandedWrapper .bioExpanded .flexbox{
		flex-wrap: wrap;
		overflow: auto;
		height: calc(100vh - 10px);
	}
	.bioExpandedWrapper .photoWrapper img {
		width: 50%;
		height: auto;
		margin: auto;
		max-width: 100%;
		display: block;
	}
	.bioExpandedWrapper .bioExpanded .flexbox > div:nth-child(1) {
		width: 100%;
	}
	
	.bioExpandedWrapper .bioExpanded .flexbox > div:nth-child(2) {
		width: 100%;
		max-height: none;
		overflow: visible;
		padding: 15px;
	}
}

@media all and (max-width: 600px){
    .webinars .webinar {
       width: 100%; 
       margin: 0 0 25px 0;
    }
    .webinars .webinar:nth-child(3n) {
        margin-right: 0;   
    }
    .awards-list > div, .awards-list > a {
        width: 100%;
        border-right: 0;   
    }
    #custom-subscribe-form form ._full_width {
        float: none;
        width: 100%;
        display: block;
        margin: 0 !important;
        padding: 0 0 15px 0 !important;
    }   
    #custom-subscribe-form form ._full_width_cols, #custom-subscribe-form form ._full_width_rows {
        padding: 15px 0 15px 0 !important;    
        margin: 0 !important;
    }
    #custom-subscribe-form form .half-width {
        float: none;
        width: 100%;
        display: block;
        margin: 0 !important;
        padding: 0 0 5px 0 !important;
    }
    #custom-subscribe-form form ._full_width input[type="text"], #custom-subscribe-form form .half-width input[type="text"] {
         width: 100%;
     }
     #custom-subscribe-form form ._full_width_cols ._row._checkbox-radio {
        width: 100%;   
        float: none;
     } 
     #custom-subscribe-form form ._full_width.no-border-small-padding ._field-wrapper {
        padding-left: 0;   
     }
}
/* Careers page */
.page-id-3889 section#bodyWrapper, .page-id-3836 section#bodyWrapper, .page-id-3513 section#bodyWrapper {
    background-color: var(--dark-blue);
    color: #ffffff;
}
.page-id-3889 .narrative h1, .page-id-3889 .narrative h2, .page-id-3889 .narrative h3, .page-id-3889 .narrative h4,
.page-id-3513 .narrative h1, .page-id-3513 .narrative h2, .page-id-3513 .narrative h3, .page-id-3513 .narrative h4{
	color: #ffffff;
}
.page-id-3889 .narrative .has-background h2, .page-id-3889 .narrative .has-background h4,
.page-id-3513 .narrative .has-background h2, .page-id-3513 .narrative .has-background h4{
	color: var(--dark-blue);
}
.page-id-3889 .expandable-content, .page-id-3889 .expandable-content,
.page-id-3513 .expandable-content, .page-id-3513 .expandable-content{
	margin:0 !important;
}
.page-id-3889 #values2Wrapper h4, .page-id-3513 #values2Wrapper h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--orange);
    margin: 0 0 .75rem 0;
}
.page-id-3889 #values2Wrapper .description p, .page-id-3513 #values2Wrapper .description p {
    margin: 0 0 1em 0;
    line-height: 1.25;
    font-size: 1rem;
}

.podcast-btn, .orange-button {
    border: 2px solid #ef8802;
    background-color: #0e2a46;
    color: #ef8802 !important;
    font-family: Oswald, Arial;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    padding: 10px 30px;
	display:inline-flex;
	align-items:center;
}

.podcast-btn:hover, .orange-button:hover {
    background: #ef8802;
    color: #0e2a46 !important;
}
#values2Wrapper h2 {
    padding: 0.25em 0;
}
.quote-item{
	display:none;
}
.quote-list-dots {
    margin: 12px 0;
	text-align: center;
}
.quote-list-dots .item-dot {
    width: 6px;
    height: 6px;
    background: #fff;
    display: inline-block;
    margin: 4px;
    border-radius: 8px;
    opacity: 0.3;
	cursor:pointer;
}
.quote-list-dots .item-dot.active{
	opacity:1;
}
.quote-item p {
    padding: 0 15px;
    margin: 0;
}
.mb-negative-40{
	margin-bottom:-40px;
}
/*  New Home page*/
.page-id-3835 .narrative h1,
.home .narrative h1 {
	display:none;
}
.page-id-3835 #bodyWrapper,
.home #bodyWrapper{
	background: var(--dark-blue) url(https://dev-amylyx.pantheonsite.io/wp-content/uploads/2021/06/AMY_BG_1920x1080.png);
    background-position: top center;
    background-size: 100%;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.page-id-3835 .narrative .button,
.home .narrative .button {
    border: 2px solid #ef8802;
    background-color: #0e2a46;
    color: #ef8802;
    font-family: Oswald, Arial;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    padding: 10px 30px;
    display: inline-block;
}

.page-id-3835 .narrative .button:hover,
.home .narrative .button:hover {
    background: #ef8802;
    color: #0e2a46;
}

.page-id-3835 .narrative p,
.home .narrative p {
    color: #fff;  
    font-size: 1rem;
}

.page-id-3835 .narrative h2,
.home .narrative h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 1.2;
    max-width: 800px;
    font-family: Oswald, Arial;
    margin: 30px 0;
    padding: 0;
	margin-top: 0px !important;
}

.page-id-3835 .narrative h3,
.home .narrative h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.2;
    max-width: 800px;
    font-family: Oswald, Arial;
    margin: 0 0 25px 0;
}

.page-id-3835 .sections,
.home .sections {
    display: flex; 
    flex-wrap: wrap;
    margin: 0 0 50px 0;
}

.page-id-3835 .sections > div,
.home .sections > div {
    background: #18a1b3;
	flex: 1 1 calc(50% - 12.5px);
    padding: 50px 25px 25px 25px;
   /*  max-width: calc(50% - 12.5px); */
}

.page-id-3835 .sections > div:nth-child(2n),
.home .sections > div:nth-child(2n) {
     margin-left: 25px;
}

.page-id-3835 .textwidget a:link,
.home .textwidget a:link,
.page-id-3835 .textwidget a:visited,
.home .textwidget a:visited  {
    border: 2px solid #0e2a46;
    color: #0e2a46;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	text-transform: uppercase;
	padding: .5em 2em;
	text-align: center;
	min-width: 175px;
}

.page-id-3835 .textwidget a:hover,
.home .textwidget a:hover,
.page-id-3835 .textwidget a:active,
.home .textwidget a:active {
	background-color: #0e2a46;
	color: #ffffff;
}

.page-id-3835 .rounded-image,
.home .rounded-image{
	width: 65%;
    height: 0;
    padding-bottom: 65%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-wrapper .testimonials-item {
    width: 50%;
    display: inline-flex;
    flex-flow: column;
	padding: 0 16px;
}
.testimonials-wrapper {
	border: 2px solid #fff;
    padding: 2rem;
    color: #fff;
	display: flex;
    flex-flow: row wrap;
}
.testimonials-wrapper h2 {
    flex: 1 0 100%;
}
@media screen and (max-width:900px){
	.page-id-3835 .sections > div,
	.home .sections > div {
		max-width: 100%;
		flex:1 0 100%;
		margin-bottom:20px;
	}

	.page-id-3835 .sections > div:nth-child(2n),
	.home .sections > div:nth-child(2n) {
		 margin-left: 0;
	}
	.testimonials-wrapper {
		padding: 1rem;
	}
	.testimonials-wrapper .testimonials-item {
		width: 100%;
	}
}


.rounded-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    margin-left: 0;
}

.rounded-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50% !important;
}

.careers-page-img.rounded-image {
    width: 65%;
    height: 0;
	padding-bottom: 65%;
	margin:auto;
}
.page-id-29 section#bodyWrapper, .page-id-3947 section#bodyWrapper {
    background-color: var(--teal);
}
