/*   
Theme Name: Damona Pharma
Theme URI: http://damonapharma.com
Author: GS-I
Author URI: http://damonapharma.com
Version: 1.240626
*/
html {
	overflow-y: scroll;
	scroll-behavior: smooth;

}

body {
    padding: 0;
    margin: 0;
	font-family: "inter-tight-variable", sans-serif;
	font-size:20px; 
	font-weight:400;
	font-variation-settings: "wght" 400;
	line-height:1.6;
	color: #000;
}
@media only screen and (max-width : 1250px) {
	body {
		font-size:18px;
	}
}
@media only screen and (max-width : 781px) {
	body {
		-webkit-text-size-adjust: none;	
		font-size:16px;
	}
}
a {
	color:#2c6ed5;
	font-weight:500;
	font-variation-settings: "wght" 500;
	text-decoration: none;
	transition:all .3s;
}
a:hover {
	color:#000;
	text-decoration: none;
}
a:focus { outline: none; }

strong {
	font-variation-settings: "wght" 600;
}

header {
	position:fixed;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,0.2) 100%);
	top: 0;
	left: 0;
	width: 100%;
	height:150px;
	z-index: 1000;
	border-bottom:rgba(255,255,255,.5) solid 1px;
	transition: all .3s;
}
@media only screen and (max-width : 950px) {
	header {
		height:80px;
	}
}
header.scrolled {
	background: linear-gradient(90deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0.7) 100%);
	height:80px;
}
@media only screen and (max-width : 950px) {
	header.scrolled {
		height:80px;
	}
}

header.scrolled:hover {
	height:130px;
}
@media only screen and (max-width : 950px) {
	header.scrolled:hover {
		height:80px;
	}
}
header .logo {
	position:absolute;
	top: 40px;
	left: 60px;
	width: 200px;
	height: auto;
	transition: all .3s;
}
@media only screen and (max-width : 1250px) {
	header .logo {
		top: 45px;
		left: 25px;
		width: 170px;
	}
}
@media only screen and (max-width : 950px) {
	header .logo {
		top: 20px;
	}
}
header.scrolled .logo {
	width: 170px;
	top: 20px;
}


header .logo img {
	width:100%;
	height:auto;
}


#hamburger {
	position:absolute;
	display:none;
	top:30px;
	right:25px;
	width:40px;
	height:40px;
	z-index:9999;
}
@media(max-width: 950px) {
	#hamburger {
		display:block;
	}
}
#hamburger:hover {
	cursor:pointer;
}
#hamburger .bar {
	position:absolute;
	left:0;
	top:0;
	fill:#fff;
	transition:all .4s;
	transform-origin: center;
}
#hamburger.on .bar {
	fill:#fff;
}
#hamburger:hover .bar {
	fill:#dd9a00;
}
#hamburger #bar1 {
	top:0;
}
#hamburger.on #bar1 {
	opacity:0;
}
#hamburger #bar2 {
	top:10px;
}
#hamburger.on #bar2 {
	transform: rotate(-45deg);
	transform-origin: 50% 50%;
}
#hamburger #bar3 {
	top:10px;
}
#hamburger.on #bar3 {
	transform: rotate(45deg);
	transform-origin: 50% 50%;
}
#hamburger #bar4 {
	top:20px;
}
#hamburger.on #bar4 {
	opacity:0;
}




.page-wrap {
	background-image:url("images/ribbon-bottom-60.jpg");
	background-size:100% auto;
	background-position:center bottom 75px;
	background-repeat:no-repeat;
	width: 100%;
  overflow: hidden;
}


/*------------------ MAIN NAV --------------------- */
#main-nav {
	position:absolute;
	left: 400px;
	top: 30px;
	transition:all .5s;
}
header.scrolled #main-nav {
	top: 10px;
}
@media only screen and (max-width : 1250px) {
	#main-nav {
		left: 250px;
	}
}
@media only screen and (max-width : 950px) {
	#main-nav {
		display:none;
		left: auto;
		right:5px;
		top: 86px;
		transition:none;
	}
	header.scrolled #main-nav {
		top: 86px;
	}
}

#main-nav.opened {
	right: 0;
}

#main-nav .menu {
	position:relative;
	padding:0;
	margin:0;
	list-style:none;
}
@media only screen and (max-width : 950px) {
	#main-nav .menu {
		min-width:250px;
		padding: 15px 20px;
    	background-color: #000c;
	}
}

#main-nav .menu li {
	position:relative;
	display:inline-block;
	font-size:15px;
}
@media only screen and (max-width : 950px) {
	#main-nav .menu li {
		display:block;
		font-size:18px;
	}
}
#main-nav .menu li a {
	display:block;
	padding:5px 50px;
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
	transition:all .3s;
}
@media only screen and (max-width : 1150px) {
	#main-nav .menu li a {
		padding:5px 35px;
		
	}
}
@media only screen and (max-width : 950px) {
	#main-nav .menu li a {
		padding:5px 0;
		transition: none;
	}
}
#main-nav .menu li a:hover {
	color:#F9CB78;
}
#main-nav .menu li.current_page_item a {
	color:#F9CB78;
}

#main-nav .menu ul {
	list-style:none;
	position:absolute;
	left:auto;
	padding:0;
	margin:0;
	width:100%;
	transition:all .6s;
	height:1px;
	overflow:hidden;
}
@media only screen and (max-width : 950px) {
	#main-nav .menu ul {
		display:none;
		list-style:none;
		position:relative;
		padding:0 0 0 20px;
		height:auto;
		transition:none;
	}
}
#main-nav .menu ul.open {
	height:110px;
}
@media only screen and (max-width : 950px) {
	#main-nav .menu ul.open {
		height:auto;
	}
}
#main-nav .menu ul li {
	position:relative;
	font-size:14px;
	width:100%;
}
#main-nav .menu ul li a {
	display:block;
	height:auto;
	padding:0 0 7px 0;
	color:#fff;
	text-decoration: none;
	transition:all .3s;
	width:100%;
	text-align:center;
}
@media only screen and (max-width : 950px) {
	#main-nav .menu ul li a {
		padding:0 0 8px 0;
		text-align:left;
		transition:none;
	}
}
/* #main-nav .menu li.menu-item-has-children > a::after {
	content: " ›";
	font-size:18px;
	opacity:.7;
	margin:0 0 0 2px;
} */

main {
	position:relative;
	width: 100%;
	min-height:80vh;
	border-bottom:1px solid #e7e7e7;
}

main .content .breadcrumbs {
  	position: relative;
  	max-width: 1250px;
  	padding: 0 50px;
  	margin: 25px auto;
  	box-sizing: border-box;
	font-size:13px;
	color:#474D53;
}
@media only screen and (max-width : 781px) {
	main .content .breadcrumbs {
		padding: 0 25px;
	}
}
main .content .breadcrumbs a {
	color:#8B8B8B;
}


/*------------------ INSIDE BANNERS --------------------- */

main .banner {
	position:relative;
	width: 100%;
	height:35vw;
	min-height:200px;
	overflow:hidden;
	background-color:#4B4B4B;
	background-size:cover;
	background-position:center;
}
main .banner video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	height: 60vw;
	width: 200vw;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
main .banner .heading {
	position:absolute;
	top:calc(50% - 20px);
	width:1200px;
	left:calc(50% - 600px);
	font-size:55px;
	text-align:center;
	font-weight:300;
	font-variation-settings: "wght" 300;
	line-height:1.1;
	color:#ffffff;
	text-shadow: 0 2px 4px #66666650;
	transform: translateY(30px);
	opacity: 0;
	animation: hFadeUp .5s ease forwards;
}
main .banner .heading span {
	display:block;
}
@media only screen and (max-width : 1250px) {
	main .banner .heading {
		width:80%;
		left:10%;
		font-size:36px;
	}
	main .banner .heading span {
		display:inline;
	}
}
@media only screen and (max-width : 781px) {
	main .banner .heading {
		top:auto;
		bottom:20%;
		width:90%;
		left:5%;
		font-size:28px;
	}
}
@media only screen and (max-width : 550px) {
	main .banner .heading {
		top:auto;
		bottom:15%;
		font-size:25px;
	}
}
@keyframes hFadeUp {
	0% {
		opacity: 0;
		transform: translateY(30px);
		letter-spacing:0;
	}
	100% {
		opacity: 1;
    	transform: none;
		letter-spacing:3px;
	}
}

main .banner .heading .sectn {
	font-size:16px;
	margin-bottom:50px;
	letter-spacing:0;
}
@media only screen and (max-width : 781px) {
	main .banner .heading .sectn {
		margin-bottom:20px;
	}
}



/*------------------ BUTTON GLOBAL --------------------- */

.btn-wrap {
	margin:25px 0;
	text-align: center;
}

a.btn {
	display:inline-block;
	padding:12px 25px 6px;
	border-radius:20px;
	border:1px solid #2853A0;
	text-transform:uppercase;
	color:#000;
	font-size:18px;
	line-height:1;
}
a.btn:hover {
	color:#fff;
	background-color:#2853A0;
}

h2 {
	font-size:30px;
	font-weight:400;
	font-variation-settings: "wght" 400;
	color: #2c6ed5;
}


/*------------------ FRONT PAGE HERO VIDEO --------------------- */
.video-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height:100%;
	z-index:10;
	background-color:#333;
}

.video-wrapper .video-poster {
	width:100%;
	height:100vh;
	display:none;
}
 @media(max-width: 840px) {
	 .video-wrapper .video-poster {

	}
}
.video-wrapper .video-poster img {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.video-wrapper video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	height: 56.25vw;
	width: 177.77777778vh;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
/*@media(max-width: 640px) {
	 .video-wrapper video {
	 	display:none;
	}
}*/
#hpVideo1 {
	display:block;
}

#loader {
	position:absolute;
	top:calc(40% - 25px);
	left:calc(50% - 25px);
	margin:0;
	opacity:1;
}

.spinner{
	width: 50px;
	height: 50px;
	border: 8px solid;
	border-color: #fff transparent #fff transparent;
	border-radius: 50%;
	animation: spin 1.2s linear infinite;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
#hp-1 .video-wrapper .screen {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url("images/hp-1-screen.png");
	background-size: 100% 100%;
	z-index:1;
}

/*------------------ FRONT PAGE --------------------- */

#hp-1 {
	position:relative;
	width:100%;
	padding:0;
	height:100vh;
	min-height:525px;
}
@media(max-width: 1250px) {
	#hp-1{
		height:80vh;
	}
}
@media(max-width: 781px) {
	#hp-1 {
		height:525px;
	}
}

#hp-1 #hp-tag {
	position:absolute;
	bottom: 18vh;
	left:calc(50% - 590px);
	width: 44%;
	z-index:11;
}
@media only screen and (max-width : 1450px) {
	#hp-1 #hp-tag {
		left:160px;
	}
}
@media only screen and (max-width : 1250px) {
	#hp-1 #hp-tag {
		left:100px;
	}
}
@media only screen and (max-width : 781px) {
	#hp-1 #hp-tag {
		bottom: 75px;
		left:25px;
		width: calc(100% - 50px);
		max-width: 500px;
	}
}
#hp-1 #hp-tag img {
	width:100%;
	height:auto;
}

#hp-1 #hp-tag .hp-tag-text {
	color: #fff;
	font-size: 26px;
	line-height: 1.3;
	padding: 35px 0 0 0;
	width: 450px;
}

#hp-1 #hp-tag .hp-tag-2 {
	position:relative;
	margin:20px 0 0;
	overflow:hidden;
}
#hp-1 #hp-tag .hp-tag-2 .hp-tag-2-a {
	position:relative;
	margin:0;
}
#hp-1 #hp-tag .hp-tag-2 .hp-tag-2-b {
	position:absolute;
	margin:0;
	top:0;
	left:0;
	width:100%;
}
#hp-1 #hp-tag .hp-tag-2 .hp-tag-2-b.on {
	transition:all 1s;
}

#hp-2 {
	background-color:#fff;
	color:#000;
	width:100%;
	padding:90px 0 0 0;
}
@media only screen and (max-width : 781px) {
	#hp-2 {
		padding:50px 0 0 0;
	}
}
#hp-2 .boxed {
	margin:0 auto;
	max-width:1400px;
	padding:0 50px;
	font-size:19px;
	line-height:1.5;
	display:flex;
}
@media only screen and (max-width : 950px) {
	#hp-2 .boxed {
		font-size:18px;
	}
}
@media only screen and (max-width : 781px) {
	#hp-2 .boxed {
		padding:0 25px;
		flex-wrap:wrap;
	}
}
#hp-2 .boxed .col {
	position:relative;
	width:50%;
	padding:0 110px 90px;
}
@media only screen and (max-width : 1250px) {
	#hp-2 .boxed .col {
		padding:0 50px 90px;
	}
}
@media only screen and (max-width : 1050px) {
	#hp-2 .boxed .col {
		padding:0 25px 90px;
	}
}
@media only screen and (max-width : 781px) {
	#hp-2 .boxed .col {
		width:100%;
		padding:15px 0 90px;
	}
}
#hp-2 .boxed .col:first-child {
	border-right:1px solid #000;
}
@media only screen and (max-width : 781px) {
	#hp-2 .boxed .col:first-child {
		padding:0 0 90px;
		border-right:none;
		border-bottom:1px solid #000;
	}
}
#hp-2 .boxed .col .top {

}
@media only screen and (max-width : 781px) {
	#hp-2 .boxed .col .top {
	
	}
}
#hp-2 .boxed .col h2 {
	color: #000;
	font-size:26px;
	text-align: center;
	font-weight:500;
	font-variation-settings: "wght" 500;
	text-transform:uppercase;
}

#hp-2 .boxed .col .btn-wrap {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50px;
}


#hp-3 {
	position:relative;
	background-color:#000B3DBF;
	color:#fff;
	width:100%;
	background-image: url("images/bg-hp-3.jpg");
	background-size:cover;
	background-position:center;
}
#hp-3 .screen {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #000B3D;
	opacity:.75;
	z-index:1;
}
#hp-3 .boxed {
	position:relative;
	margin:0 auto;
	max-width:1050px;
	padding:150px 50px;
	font-size:36px;
	text-align: center;
	z-index:2;
}
@media only screen and (max-width : 1050px) {
	#hp-3 .boxed {
		font-size:28px;
	}
}
@media only screen and (max-width : 781px) {
	#hp-3 .boxed {
		padding:50px 25px;
		font-size:22px;
	}
}

.next__arrow {
	-webkit-animation: 4s infinite normal arrowBounce;
	animation: 4s infinite normal arrowBounce;
	padding: 0;
	position: absolute;
	bottom: 25px;
	left: 50%;
	width:50px;
	margin-left: -25px;
	text-align:center;
	z-index:12;
}
@media(max-width: 850px) {
	.next__arrow {
		display:none;
	}
}
@keyframes arrowBounce { 
	0% { 
		-webkit-transform: translateY(0);
		transform: translateY(0);
	} 
	10% { 
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	20% { 
		-webkit-transform: translateY(0);
		transform: translateY(0);
	} 
	30% { 
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	40% { 
		-webkit-transform: translateY(0);
		transform: translateY(0);
	} 
}

/*------------------ // END FRONT PAGE --------------------- */

main .content {
	position:relative;
	width:100%;
	margin:75px 0 15vw;
}
@media only screen and (max-width : 781px) {
	main .content {
		margin:40px 0 70px;
	}
}
main .content .boxed {
	position:relative;
	max-width:1250px;
	padding:0 50px;
	margin:0 auto;
	box-sizing: border-box;
}
@media only screen and (max-width : 781px) {
	main .content .boxed {
		padding:0 25px;
	}
}
main .content .boxed .intro {
	font-family: 'linotype-sabon', sans-serif;
	line-height:1.2;
	font-size:30px;
	width:100%;
}
@media only screen and (max-width : 1250px) {
	main .content .boxed .intro {
		font-size:24px;
	}
}
@media only screen and (max-width : 781px) {
	main .content .boxed .intro {
		font-size:20px;
	}
}

/*------------------ About Page --------------------- */
.p-about-damona #crow3 {
	background-color: #f2f2f2b5;
	margin:50px 0;
	padding:50px 0;
}

/*------------------ Approach Page --------------------- */
.p-background #crow2 {
	background-color: #f2f2f2b5;
	margin:50px 0;
	padding:50px 0;
}



/*------------------ Scroll animation  --------------------- */

main .content .c-row.gray {
    background-color:#f2f2f2;
}

main .content .boxed {
    opacity: 0;
    transform: translateY(30px);
}
main .content .columns.boxed {
	display: flex;
	gap: 4em;
}
@media only screen and (max-width : 781px) {
	main .content .columns.boxed {
		display:block;
		gap:0;
	}
}
@media (prefers-reduced-motion: no-preference) {
  main .content .boxed {
    transition: opacity 1.5s ease, transform 1.5s ease;
  }
}

main .content .boxed.active {
    opacity: 1;
    transform: none;
}

main .content .boxed .c-row-50 {
	flex-basis: 0;
	flex-grow: 1;
}
main .content .boxed .c-row-50 > :first-child {
	margin-top:25px;
}

main .content .boxed .c-row-50.big {
	font-size:110%;
	font-weight:600;
	font-variation-settings: "wght" 600;
}

main .content .boxed.active .fadeLeft {
	animation: fadeLeft 1s ease forwards;
	animation-delay: .5s;
	opacity: 0;
	transform: translateX(-50px);
}
@keyframes fadeLeft {
	0% {
		opacity: 0;
		transform: translateX(-50px);
	}
	100% {
		opacity: 1;
    	transform: none;
	}
}
	
main .content .boxed.active .fadeRight {
	animation: fadeRight 1s ease forwards;
	animation-delay: .5s;
	opacity: 0;
	transform: translateX(50px);
}
@keyframes fadeRight {
	0% {
		opacity: 0;
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
    	transform: none;
	}
}	
/*------------------ Contact Page --------------------- */
.c-row.email h2 {
	color:#000;
	font-weight:400;
	font-variation-settings: "wght" 400;
	text-align: center;
	margin:25px 0 100px 0;
	width:100%;
}	
	

/*------------------ Investors Page --------------------- */

.c-row.investors {
	margin:75px 0 0 0;
}

.c-row.investors .inv-wrap {
	display: flex;
	width:100%;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	gap:10%;
	margin:75px 0 0 0;
}
.c-row.investors .inv-wrap {
	display: flex;
	width:100%;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	gap:10%;
	margin:75px 0 0 0;
}
@media only screen and (max-width : 781px) {
	.c-row.investors .inv-wrap {
		gap:15%;
	}
}
@media only screen and (max-width : 450px) {
	.c-row.investors .inv-wrap {
		gap:20%;
		margin:50px 0 0 0;
	}
}
.c-row.investors .inv-wrap .logo {
	width:17%;
	margin:0 0 75px 0;
}
@media only screen and (max-width : 781px) {
	.c-row.investors .inv-wrap .logo {
		width:23%;
		margin:0 0 50px 0;
	}
}
@media only screen and (max-width : 450px) {
	.c-row.investors .inv-wrap .logo {
		width:40%;
		margin:0 0 50px 0;
	}
}
.c-row.investors .inv-wrap .logo img {
	width:100%;
	height:auto;
	filter: grayscale(1);
	transition:all .3s;
}
.c-row.investors .inv-wrap .logo:hover img {
	filter: grayscale(0);
}
	
	
/*------------------ Pubs Page --------------------- */
.publications {
	font-size:18px;
	margin:0;
	padding:25px 0;
}

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

.publications li {
	width:100%;
	margin:0 0 20px 0;
	padding:0;
}
.publications li p {
	margin:0;
}

.publications li .progtype {
	font-size:14px;
}

.publications li a {
	color: #2c6ed5;
}

.publications li  a:hover {
	color: #2c6ed5;
	text-decoration: underline;
}

.pubbox {
	display:flex;
	margin:0 0 20px 0;
}

.sharing {
	width:60px;
}
.pubtext {
	/*width:calc(100% - 60px);*/
	width:100%;
}

.share-icon {
    display: block;
    position: relative;
    padding:5px;
    z-index: 1;
    cursor: pointer;
}
.share-options {
    cursor: pointer;
    -moz-box-align: center;
    align-items: center;
    background-color:#666;
    border-radius: 4px;
    height: 60px;
    -moz-box-pack: justify;
    justify-content: space-between;
    left: -20px;
    padding: 0px 25px;
    position: absolute;
    top: -65px;
    transition: all 0.3s ease-out 0s;
    width: 160px;
	display:none;
}
.share-options::after {
    bottom: -20px;
    left: 34px;
    content: "";
    border-color: #666 transparent transparent;
    border-style: solid;
    border-width: 10px;
    border-image: none 100% / 1 / 0 stretch;
    display: inline-block;
    position: absolute;
    vertical-align: bottom;
}
.share-icon:hover .share-options {
	display: flex;
}
.share-options-item {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}
.share-options-item:hover {
    opacity: 0.7;
}

	

/*------------------ Pipeline Page --------------------- */
.fullcol {
	width:100%;
	padding:1px 0;
}
	
	
.pipeline .graybox {
	padding:0;
	border:1px solid #ccc;
	margin:70px 0;
	text-align: center;
}
	
.pipeline .graybox img {
	max-width:100%;
	height:auto;
}
	
	
/*------------------ News Page --------------------- */	
.press {
	padding:25px 0;
}

.pr {
	position:relative;
	display: flex;
	flex-wrap:wrap;
	border-bottom: 1px solid #ccc;
	align-items: center;
	padding: 15px 0;
}
@media only screen and (max-width : 781px) {
	.pr {
		padding: 15px 0 15px 35px;
	}
}


.pr .date {
	width:20%;
}	
.pr .sharing {
	width:10%;
}	
.pr .headline {
	width:70%;
}
@media only screen and (max-width : 781px) {
	.pr .date {
		width:100%;
	}	
	.pr .sharing {
		position:absolute;
		top:12px;
		left:-5px; 
	}	
	.pr .headline {
		width:100%;
	}
}	

.pr .headline a {
	color: #2c6ed5;
}

.pr .headline a:hover {
	color: #2c6ed5;
	text-decoration: underline;
}
	
.share-icon {
  position: relative;
  padding: 5px;
  z-index: 1;
  cursor: pointer;
}
@media only screen and (max-width : 781px) {
	.share-icon svg {
	  	width:28px;
		height:28px;
	}
}
.share-options {
    cursor: pointer;
    -moz-box-align: center;
    align-items: center;
    background-color:#666;
    border-radius: 4px;
    height: 60px;
    -moz-box-pack: justify;
    justify-content: space-between;
    left: -20px;
    padding: 0px 25px;
    position: absolute;
    top: -65px;
    transition: all 0.3s ease-out 0s;
    width: 160px;
	display:none;
}
.share-options::after {
    bottom: -20px;
    left: 34px;
    content: "";
    border-color: #666 transparent transparent;
    border-style: solid;
    border-width: 10px;
    border-image: none 100% / 1 / 0 stretch;
    display: inline-block;
    position: absolute;
    vertical-align: bottom;
}
.share-icon:hover .share-options {
	display: flex;
}
.share-options-item {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}
.share-options-item:hover {
    opacity: 0.7;
}

.press .footnote {
	padding:10px 0 10px 30%;
}
	
@media only screen and (max-width : 781px) {
	.press .footnote {
		padding:10px 0 10px 0;
	}
}
/*------------------ // Team --------------------- */	

main .content.team .boxed {
    flex-wrap:wrap;
	gap:20px;
}
main .content.team .boxed .section {
    width:100%;
	color: #3F6AB6;
	font-size:30px;
	font-weight:600;
	font-variation-settings: "wght" 600;
	margin-top:50px;
}
main .content.team .boxed .section.first {
	margin-top:25px;
}

.team-group {
	position:relative;
	margin: 0 0 75px;
	display:flex;
	flex-wrap:wrap;
	width:100%;
	gap:50px;
}
@media only screen and (max-width : 850px) {
	.team-group {
		gap:30px;
	}
}
.team-group.full {
	gap:0;
}
@media only screen and (max-width : 650px) {
	.team-group {
		margin: 0;
	}
}
.team-group .team-person {
	position:relative;
	width:calc(33% - 34px);
	margin:0 0 15px;
	overflow:hidden;
	line-height:1.1;
}
@media only screen and (max-width : 850px) {
	.team-group .team-person {
		width:calc(50% - 25px);
		margin:0 5px 10px;
	}
}
@media only screen and (max-width : 450px) {
	.team-group .team-person {
		width:calc(100% - 10px);
	}
}
.team-group .team-person:hover {
	cursor:pointer;
}

.team-group .team-person-row {
	position:relative;
	width:100%;
	padding:0 0 15px 0;
	margin:0 0 15px;
	border-bottom:1px solid #ccc;
	overflow:hidden;
	line-height:1.3;
}
.team-group .team-person-row:hover {
	cursor:pointer;
}
.team-group.nohover .team-person-row:hover {
	cursor:auto;
}

.team-group .team-person .team-image {
	background-color: #e7e7e7;
	overflow:hidden;
	position:relative;
}

.team-group .team-person .team-image img {
	width:100%;
	height:auto;
	
}
.team-group .team-person .team-image-head {
	position:absolute;
	background-size:cover;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition: all 0.5s;
	filter: grayscale(100%);
}
.team-group .team-person:hover .team-image-head {
	transform: scale(1.05);
	filter: grayscale(0);
	cursor:pointer;
}
.team-group .team-person .team-name,
.team-group .team-person-row .team-name {
	
	font-size:22px;
	margin:10px 0 5px;
}
.team-group .team-person .team-title,
.team-group .team-person-row .team-title {
	color: #3F6AB6;
	font-size:17px;
	margin:5px 0 5px;
}
.team-group.nohover .team-person-row .team-title {
	color: #000;
}

.team-person-bio {
	display:none;
	position:fixed;
	width:100%;
	height:100vh;
	top:0;
	left:0;
	z-index:99999;
}
.team-person-stage {
	position:relative;
	width:100%;
	height:100vh;
	background:rgba(0,0,0,.85);
	display:flex;
	flex-wrap:wrap;
	align-items: center;
}

.team-person-biowrap {
	width:1000px;
	background-color:#fff;
	margin:20px auto;
	overflow:hidden;
	box-shadow: 0px 0px 5px #999;
	position:relative;
	background-image:url(images/bio-bottom-1.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:100% auto;
	padding:0 0 70px 0;
}
@media only screen and (max-width : 1050px) {
	.team-person-biowrap {
		width:800px;
	}
}
@media only screen and (max-width : 850px) {
	.team-person-biowrap {
		width:600px;
		background-image:none
	}
}
@media only screen and (max-width : 650px) {
	.team-person-biowrap {
		width:90%;
		height:auto;
		margin:20px 5%;
		padding:0 0 20px 0;
	}
}
.team-person-biowrap .exxx {;
	position:absolute;
	top:15px;
	right:25px;
	width:25px;
	height:25px;
	opacity:.5;
	transition:all .3s;
}
@media only screen and (max-width : 650px) {
	.team-person-biowrap .exxx {
		right:15px;
	}
}
.team-person-biowrap .exxx:hover {
	cursor:pointer;
	opacity:1;
}
.team-person-biowrap .exxx svg {
	width:25px;
	height:25px;
}

.team-person-biowrap .bio {
	padding:0;
	line-height:1.3;
	text-align:left;
	overflow:hidden;
}

.team-person-biowrap .selfie {
	position:absolute;
	width:240px;
	height:240px;
	top:40px;
	left:25px;
}
@media only screen and (max-width : 650px) {
	.team-person-biowrap .selfie {
		position:relative;
		width:150px;
		height:150px;
		top:auto;
		left:auto;
		margin:15px auto 15px;
	}
}
.team-person-biowrap .selfie img {
	width:100%;
	height:auto;
}
.team-person-biowrap .bio-scroll {
	margin:15px 0 0 280px;
}
@media only screen and (max-width : 650px) {
	.team-person-biowrap .bio-scroll {
		margin:0;
	}
}
.team-person-biowrap .bio-scroll-wide {
	margin:15px 0 0 0;
}
.team-person-biowrap .bio-pad {
	padding:30px 25px 15px 25px;
	overflow-y:scroll;
	min-height:300px;
	max-height:80vh;
	font-size:16px;
}
@media only screen and (max-width : 850px) {
	.team-person-biowrap .bio-pad {
		padding:30px 25px 15px 25px;
	}
}
@media only screen and (max-width : 650px) {
	.team-person-biowrap .bio-pad {
		padding:20px;
		overflow-y:scroll;
		height:300px;
	}
}
.team-person-biowrap .bio-name {
	font-size:24px;
	margin:0 0 5px;
}
.team-person-biowrap .bio-title {
	color: #3F6AB6;
	font-size:18px;
	margin:0 0 15px;
}	
	



/*------------------ Single Page --------------------- */	

.backto a.btn {
  	position:relative;
  	padding: 10px 25px 6px 40px;
  	text-transform:none;
  	font-size: 16px;
}
.backto a.btn #backarrow {
  	position:absolute;
  	left:17px;
	top:8px;
  	width:18px;
	height:18px;
	fill:#000;
	transition:all .3s;
}
.backto a.btn:hover #backarrow {
	fill:#fff;
}
	
	
/*------------------ // Fancybox --------------------- */	
.fancybox__backdrop {
	background:rgba(0, 0, 0,.8)important;
}	
.fancybox__content {
	padding: 100px!important;
	max-width:900px;
	font-size:16px;
}
@media only screen and (max-width : 781px) {
	.fancybox__content {
		padding: 60px 15px 30px!important;
		font-size:14px;
	}
}
#mcmodal .fancybox__content {
	padding: 10px!important;
	max-width:800px;
	height:100%;
}	
.fancybox__content .memberName {
	text-align: center;
	font-weight:700;
	font-variation-settings: "wght" 700;
	margin:0 0 10px;	
	font-size:125%;
}
.fancybox__content .memberTitle {
	text-align: center;
	font-weight:300;
	font-variation-settings: "wght" 300;
	margin:0 0 25px;
	letter-spacing:2px;
	text-transform: uppercase;
}	
.fancybox__content > .carousel__button.is-close {
	top: 15px!important;
	right: 15px!important;
	color: #ccc!important;
	border: 1px solid #ccc;
}	
.fancybox__container {
	--carousel-button-svg-width: 30px!important;
	--carousel-button-svg-height: 30px!important;
	--carousel-button-svg-stroke-width: 1.5!important;
	--carousel-button-svg-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0))!important;
}	


/*------------------ // COOKIE BAR --------------------- */	
#cookie-law-info-bar {
	background-color: rgb(0, 0, 0,.8) !important;
}	
#cookie-law-info-bar .cli-bar-container {
	justify-content: center;
}	
#cookie-law-info-bar .cli-bar-container .cli-bar-message {
	width: auto;
	line-height: 1.2;
}	
#cookie-law-info-bar #wt-cli-accept-all-btn {
	color:#fff;
	font-size:12px;
	letter-spacing: .5px;
	text-decoration: none;
	 background: rgb(0,4,116);
background: transparent linear-gradient(90deg, var(--unnamed-color-0d1295) 0%, var(---2047ea-text-hyperlinks-lhover-active-) 49%, var(--unnamed-color-00bcf1) 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(90deg, #0D1295 0%, #2047EA 49%, #00BCF1 100%) 0% 0% no-repeat padding-box;
	border-radius:30px;
	padding:10px 25px 8px;
}	
	
/*------------------ // Privacy Page --------------------- */	
	
.privacy {
	font-size: 85%;
}	
	
.privacy h2 {
	font-family: 'linotype-sabon', sans-serif;
	font-size: 36px;
	text-align: center;
}
.pptable tr td {
	vertical-align: top;
	padding:20px;
}	
.privacy li {
	padding:0 0 15px 0;
}	

/*------------------ // FOOTER --------------------- */
footer {
	position:relative;
	padding:50px 50px 40px;
	display:flex;
	align-items: flex-end;
}
@media only screen and (max-width : 781px) {
	footer {
		padding:30px 25px 30px;
		flex-wrap: wrap;
	}
}	

footer .left {
	position:relative;
	width:35%;
	padding: 0;
}
@media only screen and (max-width : 781px) {
	footer .left {
		padding:25px 0 15px;
		width:100%;
		text-align: center;
	}
}	
footer .left .tag {
	position:relative;
	width:330px;
	max-width:100%;
	margin:0 0 20px 0;
}
@media only screen and (max-width : 781px) {
	footer .left .tag {
		margin: 0 auto 20px;
	}
}
footer .left .tag img {
	width:100%;
	height:auto;
}		
footer .left .logo {
	position:relative;
	width:230px;
	max-width:100%;
	margin: 0 50px 0 0;
}
@media only screen and (max-width : 781px) {
	footer .left .logo {
		margin: 0 auto;
	}
}
footer .left .logo img {
	width:100%;
	height:auto;
}
footer .center {
	position:relative;
	width:30%;
	text-align: center;
	font-size:14px;
}
@media only screen and (max-width : 781px) {
	footer .center {
		width:100%;
		margin:0 0 40px 0;
	}
}
footer .center a {
	font-weight: 400;
  	font-variation-settings: "wght" 400;
	color:#000;
	transition:all .3s;
}
footer .center a:hover {
	color:#2c6ed5;
}
footer .center a img {
	fill:#000;
	transition:all .3s;
}
footer .center a:hover img {
	fill:#2c6ed5;
}

footer .right {
	position:relative;
	width:35%;
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-end;
}
@media only screen and (max-width : 781px) {
	footer .right {
		width:100%;
	}
}	
footer .right .damona {
	position:relative;
	display:flex;
	justify-content: flex-end;
	align-items: center;
	margin:0 0 20px 0;
	overflow:hidden;
}
@media only screen and (max-width : 781px) {
	footer .right .damona {
		margin:0 auto 35px;
	}
}
footer .right .damona .graphic {
	position:relative;
	width:55px;
	height:auto;
	text-align: center;
	line-height:100px;
}
footer .right .damona .graphic img {
	position:relative;
	width:100%;
	height:auto;
	margin:0 10px 0 0;
}	
footer .right .damona .text {
	position:relative;
	text-align: left;
	width:230px;
	margin:0 40px 0 10px;
	font-size:11px;
	line-height:1.4;
}
footer .right .copyright {
	position:relative;
	text-align: right;
	font-size:12px;
	width:100%;
	margin:0 40px 0 0;
}
@media only screen and (max-width : 781px) {
	footer .right .copyright {
		text-align: center;
		font-size:12px;
		margin:0 40px;
	}
}		
footer .right .copyright a {
	color:#000;
}
footer .right .copyright a:hover {
	color: #386EF6;
}	
	

#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	display: block;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index:800;
}




/*---------------------- ninja forms -------------------- */
main .content  .formgray {
	margin:-75px 0 0 0;
	padding:35px 0;	
}
main .content  .formgray .boxed {
	max-width:1000px;
	margin:0 auto;
	padding:0 50px;
}
@media only screen and (max-width : 781px) {
	main .content  .formgray .boxed {
		padding:0 25px;
	}
}
#njaform  {
	width:100%;
}
#njaform .nf-form-content {
	padding: 0;
	margin: 0 auto;
}
#njaform .nf-form-fields-required {
	display:none;
}
#njaform .ninja-forms-req-symbol

#njaform .nf-field-label,
#njaform .nf-form-content .label-above .nf-field-label{
	margin-bottom: 5px!important;
	font-size:14px;
}
#njaform .nf-field-label label {
	font-size:14px;
	font-weight:500;
	font-variation-settings: "wght" 500;
}
#njaform input:not([type="button"]), #njaform textarea {
	background: #fff;
	border: 1px solid #ccc;
	color: #787878;
}
#njaform .nf-field-container {
	margin-bottom: 10px;
}
#njaform .nf-error.field-wrap .nf-field-element::after {
	background: #2c6ed5;
}
#njaform .nf-error .ninja-forms-field {
	border-color: #2c6ed5 !important;
}
#njaform .nf-error .nf-error-msg {
    color: #2c6ed5;
	font-size:14px;
}
#njaform .nf-error-msg, 
#njaform .ninja-forms-req-symbol {
    color: #2c6ed5;
}

#nf-field-10, #nf-field-3 {
	height: 305px;
}
#njaform #nf-field-29-wrap .nf-field-label,
#njaform #nf-field-33-wrap .nf-field-label {
	padding-left: 30px;
}
#njaform .nf-field-container .checkbox-wrap .nf-field-label label::after {
	left: -28px;
	bottom: auto;
}
#njaform .nf-field-container .checkbox-wrap .nf-field-label label::before {
	left: -30px;
	bottom: auto;
}

/*--- submit button ---*/
#njaform #nf-field-13, #njaform #nf-field-4 {
	background: #fff;
    transition: all .3s;
	height:auto;
	margin: 0 auto;
	text-align:center;
	display:block;
	padding:10px 25px 10px;
	border-radius:20px;
	border:1px solid #2c6ed5;
	text-transform:uppercase;
	color:#000;
	font-size:18px;
	line-height:1;
}
#njaform #nf-field-13:hover, #njaform #nf-field-4:hover {
	color:#fff;
	background-color:#2c6ed5;
	cursor:pointer;
}

#njaform #nf-field-5-wrap {
	width:50%;
	margin:0 auto;
}
#njaform #njaform .nf-form-content .list-select-wrap > div select {
	background: #fff; 
	border: 1px solid #ccc;
}


	
	
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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