<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*   
Theme Name: kVista23
Theme URI: http://www.theyatesnetwork.com
Description: Theme template -- WordPress v5.2
Author: GS-I
Author URI: http://www.gs-interactive.com
Version: 1.231107
*/

@font-face {
    font-family: 'Albra';
    src: url('fonts/Albra-Black.otf');
    font-style: normal;
	font-weight:900;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

html.wf-loading * {
     opacity: 0;
}

html {
	overflow-y: scroll;
	scroll-behavior: smooth;
}
html.lockScroll {
	overflow: hidden;
}

body {
    padding: 0;
    margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size:20px; 
	color:#40403E;
	line-height:1.5;
	background-color:#fff;
	width: 100%;
  	overflow: hidden;
}

@media(max-width: 1300px) {
	body{
		font-size:18px;
	}
}
@media(max-width: 1200px) {
	body{
		font-size:17px;
	}
}
@media(max-width: 1100px) {
	body{
		font-size:16px;
	}
}
@media(max-width: 750px) {
	body{
		font-size:18px;
	}
}

@media only screen and (max-width : 650px) {
	body {-webkit-text-size-adjust: none;}
}

a {
	text-decoration:none;
	color: #ADCF3B;
	transition: all .3s;
}

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

table {
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}



#alertbar {
	width:100%;
	height:60px;
	background-color:#1c4064;
	background-image: url("images/hp-alert-bg3.png");
	background-position: bottom left;
	background-size: 100% auto;
	display:flex;
	align-items: center;
	position:relative;
	overflow:hidden;
}
@media(max-width: 750px) {
	#alertbar {
		height:80px;
		padding:10px 20px;
		width:auto;
		background-color:#1c4064;
		background-image: none;
		display:block;
		align-items: center;
	}
}
#alertbar .label {
	width:30%;
	color:#333;
	font-weight:700;
	font-size:22px;
	text-align:right;
	padding:0 0 3px 0;
}
@media(max-width: 750px) {
	#alertbar .label {
		width:100%;
		color:#9fba3f;
		font-size:18px;
		text-align:left;
		padding:0;
	}
}
#alertbar .text {
	width:60%;
	margin:0 0 0 6%;
	color:#fff;
	font-weight:400;
	font-size:18px;
	text-align:left;
	padding:0 0 3px 0;
	line-height: 1.2;
}
@media(max-width: 750px) {
	#alertbar .text {
		width:100%;
		margin:0;
		font-size:15px;
	}
}

@keyframes barshine {
  0% {
    left: -50vw;
  }

  30% {
    left: 150vw;
  }
  100% {
    left: 150vw;
  }
}
.flare {
  animation-name: barshine;
  animation-duration: 5s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  left: -50vw;
  top: 0;
  height: 100%;
  width: 10vw;
  transform: skew(45deg);
  position: absolute;
  background: #ffffff20;
  z-index: 1;
}
@media(max-width: 750px) {
	.flare {
	  display: none;
	}
}


#header {
	width:100%;
}

.navbar {
	position: fixed;
	/*top: 60px;*/
	top:0;
	left: 0;
	width:100%;
	height:150px;
	z-index: 999;
	background:none;
	transition: all .3s;
}
@media(max-width: 750px) {
	.navbar {
		/*top: 100px;*/
	}
}
.navbar.scrolled,
#header.inner .navbar {
	top: 0;
	height:80px;
	background-color: #fff;
	border-bottom:1px solid #e5e5e5;
}
.navbar-brand {
	position:absolute;
	top:25px;
	left:50px;
	width:100px;
	transition: all .3s;
}
@media(max-width: 850px) {
.navbar-brand {
	width:70px;
	top:10px;
	left:20px;
}
}
.navbar.scrolled .navbar-brand,
#header.inner .navbar .navbar-brand {
	width:70px;
	top:10px;
	left:20px;
}

.navbar-brand img {
	width:100%;
	height:auto;
	margin:0 0 15px 0;
	transition: all .3s;
}
.navbar.scrolled .navbar-brand img.logotext,
#header.inner .navbar .navbar-brand img.logotext {
	opacity:0;
}
.navwrap {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
	width: 940px;
}
@media(max-width: 1100px) {
	.navwrap {
		width: 830px;
	}
}
@media(max-width: 1000px) {
	.navwrap {
		display:none;
		background-color: #f7f7f7;
		width: 100%;
    	top: 80px;
		max-width: 500px;
		max-height: 70vh;
    	overflow-y: scroll;
	}
	.navwrap .inner {
		display:flex;
		flex-wrap: wrap;
    	flex-direction: column-reverse;
	}
}
.nav {
	position:absolute;
    list-style: none;
	top:40px;
	right:50px;
	margin:0;
	padding:0;
	border-bottom:2px solid #1D4164;
	z-index:9999;
	transition: all .3s;
}
@media(max-width: 1100px) {
	 .nav {
		right:20px;
	}
}
@media(max-width: 1000px) {
	 .nav {
		position:relative;
		top:auto;
		right:auto;
		margin:0;
		padding:0 0 0 25px;
		border-top: 1px solid #e7e7e7; 
	}
}
#header .navbar.scrolled .nav,
#header.inner .navbar .nav {
	top:4px;
}
@media(max-width: 1000px) {
	#header .navbar.scrolled .nav,
	#header.inner .navbar .nav {
		top:auto;
	}
}

#header .nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
@media(max-width: 1000px) {
	#header .nav ul {
		list-style:none;
		margin:0;
		padding:20px 0;
		width: 200px;
	}
}
#header .nav ul li {
	display:inline-block;
	margin:0;
	padding:0;
	
}
#header .nav ul li a {
	color:#5F5F5F;
	font-size:15px;
	line-height:1;
    display: block;
	padding: 5px 10px;
	height:22px;
}
@media(max-width: 1200px) {
	#header .nav ul li a {
		font-size:14px;
		padding: 5px 7px;
	}
}
@media(max-width: 1000px) {
	#header .nav ul li a {
		font-size:16px;
		line-height:1.2;
		padding: 8px 0;
		height:auto;
	}
}

#header .nav ul li.current-page-ancestor &gt; a  {
    color:#ADCF3B;
}
#header .nav ul li.current_page_item &gt; a  {
    color:#ADCF3B;
}
#header .nav ul li a:hover {
	color:#ADCF3B;
    text-decoration: none;
}

#header .nav ul li ul {
	position:absolute;
	left:-3000em;
	width:190px;
	background-color:#f7f7f7;
	border-top: 2px solid #1D4164;
	padding:8px 0;
	z-index:2;
}
@media(max-width: 1000px) {
	#header .nav ul li ul {
		display:none;
	}
}

#header .nav ul li:hover ul {
	left:auto;
}
#header .nav ul ul li {
    display: block;
}

#header .nav ul ul li a {
	font-size:14px;
    display: block;
    padding: 8px 15px;
	line-height:1.2;
	height: auto;
    font-weight: 400;
	color:#1f1f5b;
}

#header .nav ul li ul ul {
	display: none;
}

#header .nav2 {
	position:absolute;
    list-style: none;
	top:82px;
	right:50px;
	margin:0;
	padding:0;
	z-index:9998;
	transition: all .3s;
}
@media(max-width: 1100px) {
	 #header .nav2 {
		right:20px;
	}
}
@media(max-width: 1000px) {
	 #header .nav2 {
		position:relative;
		top:auto;
		right:auto;
		margin:0;
		padding:0 0 0 25px;
	}
}
#header .navbar.scrolled .nav2,
#header.inner .navbar .nav2 {
	top:40px;
}
@media(max-width: 1000px) {
	#header .navbar.scrolled .nav2,
	#header.inner .navbar .nav2 {
		top:auto;
	}
}
#header .nav2 ul {
	list-style:none;
	margin:0;
	padding:0;
}
@media(max-width: 1000px) {
	#header .nav2 ul {
		padding:20px 0;
	}
}
#header .nav2 ul li {
	display:inline-block;
	margin:0;
	padding:0;
}
@media(max-width: 1000px) {
	#header .nav2 ul li {
		display:block;
	}
}
#header .nav2 ul li a {
	color:#094167;
	font-weight:700;
	font-size:22px;
	line-height:1.2;
    display: block;
	padding: 5px 10px 10px;
}
@media(max-width: 1000px) {
	#header .nav2 ul li a {
		padding: 8px 0 8px 0;
	}
}
#header .nav2 ul li a:hover {
	color:#ADCF3B;
}
#header .nav2 ul li.current-page-ancestor &gt; a  {
    color:#ADCF3B;
}
#header .nav2 ul li.current_page_item &gt; a  {
    color:#ADCF3B;
}

#header .nav2 ul li ul {
	position:absolute;
	left:-3000em;
	width:200px;
	background-color:#f7f7f7;
	padding:10px 0;
	z-index:2;
}
@media(max-width: 1000px) {
	#header .nav2 ul li ul {
		position:relative;
		left:auto;
		width:auto;
		padding:0;
		display:none;
	}
}

#header .nav2 ul li:hover ul {
	left:auto;
}
#header .nav2 ul ul li {
    display: block;
}

#header .nav2 ul ul li a {
	font-size:15px;
    display: block;
    padding: 10px 15px;
	line-height:1.2;
	height: auto;
    font-weight: 400;
	color:#094167;
}
@media(max-width: 750px) {
	#header .nav2 ul ul li a {
		padding: 4px 10px 4px 25px;
	}
}

#header .nav2 ul li ul ul {
	display: none;
}


#hamburger {
	position:absolute;
	display:none;
	top:25px;
	right:25px;
	width:40px;
	height:40px;
	z-index:9999;
}
@media(max-width: 1000px) {
	#hamburger {
		display:block;
	}
}

#hamburger:hover {
	cursor:pointer;
}
#hamburger .bar {
	position:absolute;
	left:0;
	top:0;
	fill:#ADCF3B;
	transition:all .4s;
	transform-origin: center;
}
#hamburger.on .bar {
	fill:#094167;
}
#hamburger:hover .bar {
	fill:#094167;
}
#hamburger #bar1 {
	top:0;
}
#hamburger.on #bar1 {
	top:10px;
	transform: rotate(-45deg);
}
#hamburger #bar2 {
	top:10px;
}
#hamburger.on #bar2 {
	opacity:0;
}
#hamburger #bar3 {
	top:20px;
}
#hamburger.on #bar3 {
	top:10px;
	transform: rotate(45deg);
}



.inner-space {
	width:100%;
	height:80px;
}



/* ====================================== Text Style defaults ============================= */

.mobile {
	display:none;
}
@media(max-width: 750px) {
	.mobile {
		display:block;
	}
}

@media(max-width: 750px) {
	.desktop {
		display:none;
	}
}



h1 {
	color:#40403E;
	font-size:40px;
	line-height:1.1;
	font-weight:400;
	font-style: italic;
}
h1 strong {
	font-size:60px;
	font-weight:600;
	font-style: normal;
	text-transform: uppercase;
}
@media only screen and (max-width : 1300px) {
	h1 {
		font-size:36px;
	}
	h1 strong {
		font-size:52px;
	}
}
@media only screen and (max-width : 1200px) {
	h1 {
		font-size:32px;
	}
	h1 strong {
		font-size:46px;
	}
}
@media only screen and (max-width : 1100px) {
	h1 {
		font-size:28px;
	}
	h1 strong {
		font-size:40px;
	}
}
@media only screen and (max-width : 900px) {
	h1 {
		font-size:24px;
	}
	h1 strong {
		font-size:34px;
	}
}
@media only screen and (max-width : 750px) {
	h1 {
		font-size:28px;
	}
	h1 strong {
		font-size:40px;
	}
}
.green {
	color:#ADCF3B;
}
.blue {
	color:#094167;
}
.orange {
	color:#CC4C1F;
}
h2 {
	font-size:28px;
	font-weight:400;
	font-style:italic;
	text-transform: none;
	margin:0;
	line-height: 1.2;
}
h2 strong {
	font-weight:700;
	font-style:normal;
	font-size:40px;
	text-transform: uppercase;
}

h3 {
	font-size:21px;
	font-weight:400;
	font-style:italic;
	text-transform: none;
	margin:0;
	line-height: 1.2;
}
h3 strong {
	font-weight:700;
	font-style:normal;
	font-size:32px;
	text-transform: uppercase;
}
@media(max-width: 750px) {
	h3 {
		font-size:18px;
	}
	h3 strong {
		font-size:28px;
	}
}

.btns {
	margin:20px 0 0 0;
}
.btns a {
	position:relative;
	font-weight:600;
	color:#ADCF3B;
	text-transform: uppercase;
	display:inline-block;
	padding:0 0 0 30px;
	transition:all .3s;
	font-size:21px;
	line-height: 1.2;
}
@media(max-width: 1300px) {
	.btns a {
		font-size:18px;
	}
}
@media(max-width: 750px) {
	.btns a {
		font-size:15px;
	}
}
.btns a:hover {
	color: #094167;
}
.btns.blu a {
	color: #094167;
}
.btns.blu a:hover {
	color:#ADCF3B;
}
.btns a::before {
	content:'';
	height:16px;
	width:16px;
	position:absolute;
	top:5px;
	left:0;
	background-color: #ADCF3B;
	transform: rotate(45deg);
  	outline: 8px #094167 solid;  /* inner stroke */
  	outline-offset: -8px;  /* negative border width + outline width */
	transition:all .3s;
}
@media(max-width: 750px) {
	.btns a::before {
		top:2px;
	}
}
.btns.twoline a::before {
	top:15px;
}
@media(max-width: 750px) {
	.btns.twoline a::before {
		top:10px;
	}
}
.btns a:hover::before {
	outline: 3px #094167 solid;  /* inner stroke */
  	outline-offset: -3px;  /* negative border width + outline width */
}


a.btn2 {
	display:inline-block;
	padding:15px 45px 15px 65px;
	color:#ADCF3B;
	font-size:20px;
	line-height:1.1;
	font-weight:700;
	text-align: left;
	text-transform: uppercase;
	background-color:#ADCF3B;
	background-image: url("images/btn2-swipe.png");
	background-repeat: no-repeat;
	background-position:left 0 top 0;
	transition: all .3s;
}
@media only screen and (max-width : 1200px) {
	a.btn2 {
		padding:15px 25px 15px 50px;
		font-size:18px;
	}
}
@media only screen and (max-width : 750px) {
	a.btn2 {
		padding:10px 15px 10px 50px;
		font-size:14px;
	}
}
a.btn2.mw420 {
	min-width: 305px;
}
@media only screen and (max-width : 1200px) {
	a.btn2.mw420 {
		min-width: 275px;
	}
}
@media only screen and (max-width : 750px) {
	a.btn2.mw420 {
		min-width: 200px;
	}
}

a.btn2:hover {
	color:#094167;
	background-position:left 400px top 0;
}



#fullpagewrap {
	padding:0;
	position:relative;
	margin:0;
	overflow:hidden;
	max-width:2500px;

}
.wrap {
	overflow:hidden;
}



/* ------  HOME PAGE ------ */
	
#hp-1 {
	position:relative;
	width:100%;
	height:73vw;
	margin:0;
	padding:1px;
	z-index: 2;
	overflow:hidden;
}
@media only screen and (max-width : 750px) {
	#hp-1 {
		height:auto;
		padding:0;
	}
}

#hp-1 .bg {
	position:absolute;
	width:100%;
	height:auto;
	top:0;
	left:-100vw;
	opcity:0;
	animation-name: hphero;
   	animation-duration: .7s;
	animation-fill-mode: forwards;
}

/* The animation code */
@keyframes hphero {
  	0%   {
	  	opacity:0;
		left:-100vw;
	}
	2%   {
		opacity:1;
	  	left:-20vw;
	}
  	100% {
		opacity:1;
		left:0;
	}
}

#hp-1 .bg img {
	width:100%;
	height:auto;
}

#hp-1 .bgmob {
	position:relative;
	width:100%;
	height:auto;
	margin-top: -20vw;
}
#hp-1 .bgmob img {
	width:100%;
	height:auto;
}


#hp-1 .mask1,
#hp-1 .mask2,
#hp-1 .mask3 {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#hp-1 .mask1 img,
#hp-1 .mask2 img,
#hp-1 .mask3 img {
	width:100%;
	height:100%;
}

#hp-1 .mask1 {
	left:0;
	animation-name: hp1mask1;
   	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}

/* The animation code */
@keyframes hp1mask1 {
  	0%   {
	  	left:0;
	}
  	100% {
		left:100vw;
	}
}
#hp-1 .mask2 {
	left:-100vw;
	z-index:2;
	animation-name: hp1mask2;
   	animation-duration: 1s;
	animation-delay: .3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}

/* The animation code */
@keyframes hp1mask2 {
  	0%   {
	  	left:-100vw;
	}
  	100% {
		left:0;
	}
}
#hp-1 .mask3 {
	opacity:0;
	z-index:3;
	animation-name: hp1mask3;
   	animation-duration: 1s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}

/* The animation code */
@keyframes hp1mask3 {
  	0%   {
	  	opacity:0;
	}
  	100% {
		opacity:1;
	}
}

#hp-1 .maskmob {
	position:absolute;
	width:100%;
	height:auto;
	top:-80vw;
	left:0;
	animation-name: hp1maskmob;
   	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
@media only screen and (max-width : 450px) {
	#hp-1 .maskmob {
		animation-name: hp1maskmob450;
	}
}
/* The animation code */
@keyframes hp1maskmob {
  	0%   {
	  	top:-80vw;
	}
  	100% {
		top:-25vw;
	}
}
/* The animation code */
@keyframes hp1maskmob450 {
  	0%   {
	  	top:-80vw;
	}
  	100% {
		top:-10vw;
	}
}
#hp-1 .maskmob img {
	width:100%;
	height:auto;
}

#hp-1 .fixed {
	position:absolute;
	top:15vw;
	left:10vw;
	z-index:3;
}
@media only screen and (max-width : 1300px) {
	#hp-1 .fixed {
		top:18vw;
		left:8vw;
	}
}
@media only screen and (max-width : 1200px) {
	#hp-1 .fixed {
		top:20vw;
	}
}
@media only screen and (max-width : 750px) {
	#hp-1 .fixed {
		top:20vw;
		left:0;
		width:100%;
	}
}
@media only screen and (max-width : 650px) {
	#hp-1 .fixed {
		top:25vw;
	}
}
@media only screen and (max-width : 450px) {
	#hp-1 .fixed {
		top:40vw;
	}
}
#hp-1 .fixed .heading {
	position:relative;
	width:32vw;
	height:15vw;
	margin:0 0 0 -3vw;
	padding:1px 0 0 0;
}
@media only screen and (max-width : 750px) {
	#hp-1 .fixed .heading {
		width:70vw;
		height:25vw;
		margin:0 0 0 15vw;
		padding:1px;
	}
}
#hp-1 .fixed .heading .vistas {
	width:0;
	height:0;
	margin: 7.5vw 0  7.5vw 20vw;
	animation-name: vistas;
	animation-delay: 1.4s;
   	animation-duration: .7s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
	overflow:hidden;
}
@media only screen and (max-width : 750px) {
	#hp-1 .fixed .heading .vistas {
		margin: 12.5vw 0  12.5vw 35vw;
		animation-name: vistasmob;
	}
}
/* The animation code */
@keyframes vistas {
  	0%   {
		width:0;
		height:0;
		margin: 7.5vw 0 7.5vw 20vw;
	}
  	100% {
		width:37vw;
		height:15vw;
		margin: 0 0 0 0;
	}
}
/* The animation code */
@keyframes vistasmob {
  	0%   {
		width:0;
		height:0;
		margin: 12.5vw 0 12.5vw 35vw;
	}
  	100% {
		width:70vw;
		height:25vw;
		margin: 0 0 0 0;
	}
}
#hp-1 .fixed .heading .vistas img {
	width:32vw;
	height:15vw;
	margin: -7.5vw 0 0 -20vw;
	animation-name: vistasimg;
	animation-delay: 1.4s;
   	animation-duration: .7s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}
@media only screen and (max-width : 750px) {
	#hp-1 .fixed .heading .vistas img {
		width:70vw;
		height:25vw;
		animation-name: vistasimgmob;
	}
}

/* The animation code */
@keyframes vistasimg {
  	0%   {
		margin: -7.5vw 0 0 -20vw;
	}
  	100% {
		margin: 0 0 -7.5vw 0;
	}
}
/* The animation code */
@keyframes vistasimgmob {
  	0%   {
		margin: -12.5vw 0 0 -35vw;
	}
  	100% {
		margin: 0 0 -12.5vw 0;
	}
}
#hp-1 .fixed .heading .tick1 {
	position:absolute;
	top:30%;
	left:40%;
	opacity:0;
	animation-name: tic1;
   	animation-duration: 1s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}

/* The animation code */
@keyframes tic1 {
  	0%   {
	  	top:30%;
		left:40%;
		opacity:0;
	}
	10%   {
	  	top:30%;
		left:40%;
		opacity:1;
	}
  	100% {
	  	top:0;
		left:0;
		opacity:1;
	}
}
#hp-1 .fixed .heading .tick1 img {
	width:3.5vw;
	height:auto;
}
#hp-1 .fixed .heading .tick2 {
	position:absolute;
	bottom:30%;
	right:40%;
	opacity:0;
	animation-name: tic2;
   	animation-duration: 1s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}

/* The animation code */
@keyframes tic2 {
  	0%   {
	  	bottom:30%;
		right:40%;
		opacity:0;
	}
	10%   {
	  	bottom:30%;
		right:40%;
		opacity:1;
	}
  	100% {
	  	bottom:0;
		right:0;
		opacity:1;
	}
}
#hp-1 .fixed .heading .tick2 img {
	width:3.5vw;
	height:auto;
}

#hp-1 .fixed .text {
	font-size:30px;
	width:35vw;
	opacity:0;
	animation-name: txt1;
   	animation-duration: .9s;
	animation-delay: 1.9s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}
@media only screen and (max-width : 1300px) {
	#hp-1 .fixed .text {
		font-size:26px;
		width:32vw;
	}
}
@media only screen and (max-width : 1200px) {
	#hp-1 .fixed .text {
		font-size:22px;
		width:30vw;
	}
}
@media only screen and (max-width : 1200px) {
	#hp-1 .fixed .text {
		font-size:18px;
		width:28vw;
	}
}
@media only screen and (max-width : 750px) {
	#hp-1 .fixed .text {
    font-size:25px;
	width: auto;
	max-width:450px;
    margin: 20px auto 0;
    line-height: 1.3;
    text-align: center;
	}
}
@media only screen and (max-width : 550px) {
	#hp-1 .fixed .text {
    font-size:22px;
	padding:0 80px;
	}
}
@media only screen and (max-width : 450px) {
	#hp-1 .fixed .text {
    font-size:20px;
	padding:0 50px;
	}
}
@media only screen and (max-width : 400px) {
	#hp-1 .fixed .text {
    	font-size: 15px;
    	padding: 0 35px;
		margin: 0 auto 0;
	}
}
/* The animation code */
@keyframes txt1 {
  	0%   {
		opacity:0;
	}
  	100% {
		opacity:1;
	}
}



#hp-2 {
	position:relative;
	width:100%;
	height:111vw;
	margin:-13vw 0 0 0;

}
@media(max-width: 1000px) {
	#hp-2 {
		height:130vw;
	}
}
@media(max-width: 750px) {
	#hp-2 {
		height:auto;
		margin: 0;
		z-index: 2;
	}
}
#hp-2 .bg {
	position: absolute;
	width: 46vw;
	height: 68.5vw;
	top: 29vw;
	left: 54vw;
	clip-path: polygon(76% 0, 100% 16%, 100% 84.5%, 76% 100%, 0 50%);
}
@media only screen and (max-width : 750px) {
	#hp-2 .bg {
		top: -20vw;
		left: 54vw;
	}
}
#hp-2 .bg img {
	width:100%;
	height:100%;
}
#hp-2 .mask {
	position:absolute;
	width:100%;
	height:auto;
	top:0;
	left:0;
	transition:all 1s cubic-bezier(0.5, 1, 0.89, 1);
}
@media only screen and (max-width : 1200px) {
	#hp-2 .mask#s2m1 {
		top:0;
	}
	#hp-2 .mask#s2m2 {
		top:100vw;
	}
}
#hp-2 .mask img {
	width:100%;
	height:100%;
}

#hp-2 .mobile {
	margin:0 auto 0;
	max-width:500px;
	padding:0 20px;
	
}
#hp-2 .mobile img {
	width:100%;
	height:auto;
	mix-blend-mode: multiply;
}

#hp-2a {
	position:relative;
	width:100%;
	height:68vw;
	margin:0;
}
@media only screen and (max-width : 1200px) {
	#hp-2a {
		height:75vw;
	}
}
@media only screen and (max-width : 750px) {
	#hp-2a {
		height:auto;
	}
}
#hp-2a .fixed {
	position:relative;
	width:600px;
	padding:20vw 650px 0 50px;
	margin:0 auto;
}
@media only screen and (max-width : 1000px) {
	#hp-2a .fixed {
		position:relative;
		width:50%;
		padding:20vw 50px 0 50px;
		margin:0;
	}
}
@media only screen and (max-width : 750px) {
	#hp-2a .fixed {
		width:auto;
		padding:40px 20px 0;
		margin:0;
	}
}
#hp-2a .fixed .animate {
	padding:60px 0 0;
	opacity:0;
	transition:all .8s;
}

#hp-2a .fixed .animate.fadeInUp {
	padding:0 0 60px;
	opacity:1;
}

#hp-2b {
	position:relative;
	width:100%;
	height:43vh;
	margin:0;
}
@media only screen and (max-width : 750px) {
	#hp-2b {
		height:auto;
	}
}
#hp-2b .fixed {
	position:relative;
	width:650px;
	padding:0 700px 0 50px;
	margin:0 auto;
}
@media only screen and (max-width : 1000px) {
	#hp-2b .fixed {
		width:65%;
		padding:0 50px 0 50px;
		margin:0;
	}
}
@media only screen and (max-width : 750px) {
	#hp-2b .fixed {
		width:auto;
		padding:0 20px 0 20px;
		margin:0;
	}
}
#hp-2b .fixed .animate {
	padding:60px 0 0;
	opacity:0;
	transition:all .8s;
}

#hp-2b .fixed .animate.fadeInUp {
	padding:0 0 60px;
	opacity:1;
}
#hp-4 {
	position:relative;
	width:100%;
	height:54vw;
	margin:0;
}
@media(max-width: 1000px) {
	#hp-4 {
		height:64vw;
	}
}
@media(max-width: 750px) {
	#hp-4 {
		height:auto;
	}
}
#hp-4 .bg {	
	position: absolute;
	width: 100vw;
	height: 39vw;
	top: 15vw;
	left: 0;
	clip-path: polygon(0 0, 85% 0, 100% 37%, 100% 100%, 0 100%);
}
@media(max-width: 1000px) {
	#hp-4 .bg {	
		top: 25vw;
	}
}
@media(max-width: 750px) {
	#hp-4 .bg {	
		position: relative;
		top: auto;
	}
}
#hp-4 .bg img {
	width:100%;
	height:auto;
}
#hp-4 .mask {
	position:absolute;
	width:100%;
	height:auto;
	top:0;
	left:0;
	transition:all 1s cubic-bezier(0.5, 1, 0.89, 1);
}
@media only screen and (max-width : 750px) {
	#hp-4 .mask {
		top:-33vw;
	}
}
#hp-4 .mask img {
	width:100%;
	height:auto;
}

#hp-4 .mobile {
	margin:0;
	padding:0;
	position: relative;
  	z-index: 2;
}
#hp-4 .mobile img {
	width:100%;
	height:auto;
}

#hp-4 .fixed {
	position:relative;
	width:600px;
	margin:0 auto;
	padding:5vw 150px 0 550px;
}
@media(max-width: 1200px) {
	#hp-4 .fixed {
		width:50%;
		margin:0;
		padding:5vw 0 0 45%;
	}
}
@media(max-width: 1000px) {
	#hp-4 .fixed {
		padding:20px 0 0 45%;
	}
}
@media(max-width: 750px) {
	#hp-4 .fixed {
		width:auto;
		padding:20px;
	}
}
#hp-4 .fixed .animate {
	padding:60px 0 0;
	opacity:0;
	transition:all .8s;
}

#hp-4 .fixed .animate.fadeInUp {
	padding:0 0 60px;
	opacity:1;
}

#hp-4 .fixed .text {
	color:#094167;
}
#hp-4 .fixed .text .indent {
	margin:50px 0 0 25%;
}
@media(max-width: 750px) {
	#hp-4 .fixed .text .indent {
		margin:20px 0 0 0;
	}
}
#hp-5  {
	position:relative;
	padding:100px 0;
	background-color:#F4F4F4;
	overflow:hidden;
}
@media(max-width: 750px) {
	#hp-5  {
		padding:50px 0;
	}
}
#hp-5 .mask {
	position:absolute;
	width:100%;
	height:auto;
	top:0;
	left:0;
	transition:all 1s cubic-bezier(0.5, 1, 0.89, 1);
}
@media only screen and (max-width : 1200px) {
	#hp-5 .mask {
		top:auto;
		bottom: -80px;
	}
}
#hp-5 .mask img {
	width:100%;
	height:auto;
}
#hp-5 .fixed {
	max-width:1200px;
	margin:0 auto;
	text-align: center;
	padding:0 50px;
	height:auto;
	position:relative;
}
@media(max-width: 750px) {
	#hp-5 .fixed {
		padding:0 20px;
	}
}
#hp-5 .fixed .cols {
	margin: 35px 0 0 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	gap:50px;

}

#hp-5 .fixed .cols .block {
	color:#fff;
	background-color:#094167;
	width:350px;
	height:350px;
	background-image: url("images/green-box-slide-cover.png");
	background-repeat:no-repeat;
	background-size:25% 25%;
	background-position: top left;
	transition:all .3s;
}
@media only screen and (max-width : 1200px) {
	#hp-5 .fixed .cols .block {
		width:300px;
		height:300px;
		font-size: 15px;
	}
}
@media(max-width: 750px) {
	#hp-5 .fixed .cols .block {
		width:250px;
		height:250px;
		font-size: 14px;
	}
}
#hp-5 .fixed .cols .block:hover {
	background-size:250% 250%;
}
	
#hp-5 .fixed .cols .block .block-in {
	padding:75px 25px 25px;
	color:#fff;
	text-align: left;
}
#hp-5 .fixed .cols .block .block-in .date {
	color:#ADCF3C;
	font-style:italic;
}
#hp-5 .fixed .cols .block:hover .block-in .date {
	color:#fff;
}
#hp-5 .fixed .cols .block .block-in a {
	font-size:110%;
	line-height:1.3;
	color:#fff;
	font-style:normal;
	font-weight:700;
	transition: all .3s;
}
#hp-5 .fixed .cols .block:hover .block-in a {
	color:#094167;
}




/* ------  BANNER ANIMATION ------ */
	
.banner {
	position:relative;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	overflow:hidden;
}

.banner .bg {
	position:absolute;
	width:100vw;
	height:41vw;
	overflow:hidden;
	top:0;
	left:20vw;
	animation-name: bannerhero;
   	animation-duration: .7s;
	animation-fill-mode: forwards;
}

/* The animation code */
@keyframes bannerhero {
  	0%   {
	  	left:20vw;
	}
  	100% {
		left:0;
	}
}

.banner .bg img {
	width:100%;
	height:auto;
}

.banner .mask0 {
	position:absolute;
	width:100%;
	height:auto;
	top:0;
	left:0;
	animation-name: bnrmask0;
   	animation-duration: 1.6s;
	animation-fill-mode: forwards;
}

/* The animation code */
@keyframes bnrmask0 {
  	0%   {
	  	left:0;
	}
  	100% {
		left:-100vw;
	}
}
.banner .mask0 img {
	width:100%;
	height:auto;
}

.banner .mask1 {
	position:absolute;
	width:100%;
	height:41vw;
	top:0;
	left:0;
}
@media(max-width: 750px) {
	.banner .mask1 {
		overflow:hidden;
	}
}
.banner .mask1 img {
	width:100%;
	height:auto;
}
.banner .mask2 {
	position:absolute;
	width:100%;
	height:41vw;
	overflow:hidden;
	top:0;
	right:-100vw;
	animation-name: bnrmask2;
   	animation-duration: 1s;
	animation-delay: .3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}

/* The animation code */
@keyframes bnrmask2 {
  	0%   {
	  	right:-100vw;
	}
  	100% {
		right:0;
	}
}
.banner .mask2 img {
	width:100%;
	height:auto;
}

.banner .heading {
	position:absolute;
	top:13vw;
	right:7vw;
	width:40vw;
	height:15vw;
	z-index:3;
}

.banner .heading .title {
	position:relative;
	width:0;
	height:0;
	margin: 5vw 0 0 17vw;
	animation-name: bnrtitle;
   	animation-duration: 2.3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
	overflow:hidden;
}

/* The animation code */
@keyframes bnrtitle {
  	0%   {
		width:0;
		height:0;
		margin: 5vw 0 0 17vw;
	}
	75%   {
		width:0;
		height:0;
		margin:5vw 0 0 17vw;
	}
  	100% {
		width:100%;
		height:100%;
		margin: 0 0 0 0;
	}
}
.banner .heading .title img {
	width:100%;
	height:auto;
	margin: -5vw 0 0 -17vw;
	animation-name: bnrtitleimg;
   	animation-duration: 2.3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}

/* The animation code */
@keyframes bnrtitleimg {
  	0%   {
		margin: -5vw 0 0 -17vw;
	}
	75%   {
		margin: -5vw 0 0 -17vw;
	}
  	100% {
		margin: 0 0 0 0;
	}
}

.banner .heading .tick1 {
	position:absolute;
	top:30%;
	left:40%;
	opacity:0;
	animation-name: bnrtic1;
   	animation-duration: 1s;
	animation-delay: 1.2s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}

/* The animation code */
@keyframes bnrtic1 {
  	0%   {
	  	top:30%;
		left:40%;
		opacity:0;
	}
	10%   {
	  	top:30%;
		left:40%;
		opacity:1;
	}
  	100% {
	  	top:0;
		left:0;
		opacity:1;
	}
}
.banner .heading .tick1 img {
	width:3.5vw;
	height:auto;
}
.banner .heading .tick2 {
	position:absolute;
	bottom:30%;
	right:40%;
	opacity:0;
	animation-name: bnrtic2;
   	animation-duration: 1s;
	animation-delay: 1.2s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}

/* The animation code */
@keyframes bnrtic2 {
  	0%   {
	  	bottom:30%;
		right:40%;
		opacity:0;
	}
	10%   {
	  	bottom:30%;
		right:40%;
		opacity:1;
	}
  	100% {
	  	bottom:0;
		right:0;
		opacity:1;
	}
}
.banner .heading .tick2 img {
	width:3.5vw;
	height:auto;
}

.banner .heading .pagename {
	position:absolute;
	top: -30px;
  	left: 0;
  	font-size: 16px;
	font-weight:300;
	text-transform:lowercase;
	color: #ADCF3B;
	opacity:0;
	animation-name: bnrpage1;
   	animation-duration: 1s;
	animation-delay: 2s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}

@media(max-width: 1000px) {
	.banner .heading .pagename {
		top: -25px;
  		left: 0;
		font-size: 14px;
	}
}

@media(max-width: 600px) {
	.banner .heading .pagename {
		font-size: 11px;
		top: -20px;
	}
}

/* The animation code */
@keyframes bnrpage1 {
  	0%   {
		opacity:0;
	}
  	100% {
		opacity:1;
	}
}

.banner .fixed {
	position: relative;
	margin: 41vw 5% 0 21%;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
	padding: 25px 0 28px;
	opacity:0;
	animation-name: bnrtxt1;
   	animation-duration: 1s;
	animation-delay: 2.1s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}
@media(max-width: 1300px) {
	.banner .fixed {
		font-size: 26px;
	}
}
@media(max-width: 1100px) {
	.banner .fixed {
		font-size: 22px;
	}
}
@media(max-width: 900px) {
	.banner .fixed {
		font-size: 18px;
	}
}
@media(max-width: 750px) {
  .banner .fixed {
		font-weight:600;
		line-height:1.7;
    	margin: 41vw 0 0 0;
	  	padding: 25px 20px 35px;
  }
}

/* The animation code */
@keyframes bnrtxt1 {
  	0%   {
		opacity:0;
	}
  	100% {
		opacity:1;
	}
}

.banner .fixed p {
	margin:0;
}

.banner .fixed .spacer {
    float: left;
    width: 100px;
    height: 80px;
    shape-outside: polygon(0 0, 100% 100%, 0 100%);
}
@media(max-width: 750px) {
	.banner .fixed .spacer {
		display:none;
	}
}


/* ------  SUB BANNER ------ */
	
.subbanner {
	position:relative;
	width:100%;
	height:25vw;
	margin:0;
	padding:0;
	overflow:hidden;
}
.subbanner .bg {
	position:absolute;
	width:100vw;
	height:100%;
	top:0;
	left:0;
}

.subbanner .bg img {
	width:100%;
	height:auto;
}

.subbanner .mask {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:2;
}

.subbanner .mask img {
	width:100%;
	height:100%;
}

.subbanner .heading {
	position:absolute;
	top:7vw;
	right:8vw;
	width:40vw;
	height:15vw;
	z-index:3;

}

.subbanner .heading .title {
	position:relative;
	width:40vw;
	height:15vw;
	margin: 0 0 0 0;
}

.subbanner .heading .title img {
	width:40vw;
	height:auto;
	margin: 0 0 -7.5vw 0;
}

.subbanner .heading .tick1 {
	position:absolute;
	top:0;
	left:0;
}

.subbanner .heading .tick1 img {
	width:3.5vw;
	height:auto;
}
.subbanner .heading .tick2 {
	position:absolute;
	bottom:0;
	right:0;
}

.subbanner .heading .tick2 img {
	width:3.5vw;
	height:auto;
}

.subbanner .heading .pagename {
	position:absolute;
	top: -30px;
  	left: 0;
  	font-size: 16px;
	font-weight:300;
	color: #ADCF3B;
}

@media(max-width: 1000px) {
	.subbanner .heading .pagename  {
		top: -25px;
  		left: 0;
		font-size: 14px;
	}
}

@media(max-width: 600px) {
	.subbanner .heading .pagename  {
		font-size: 13px;
	}
}


/*----------------- BLOX NAV  ----------- */
.blox-nav  {
	position:relative;
	background-color:#F4F4F4;
	overflow:hidden;
}

.blox-nav  .fixed {
	max-width:1200px;
	text-align: center;
	margin:80px auto 80px;
	padding:0 50px;
	height:auto;
	position:relative;
}
@media only screen and (max-width : 750px) {
	.blox-nav  .fixed {
		margin:40px auto;
		padding:0 20px;
	}
}
.blox-nav   .fixed .cols {
	margin: 0;
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
	gap:40px;
}

.blox-nav  .fixed .cols .block {
	color:#fff;
	background-color:#094167;
	width:350px;
	height:250px;
	background-image: url("images/green-box-slide-cover.png");
	background-repeat:no-repeat;
	background-size:25% auto;
	background-position: top left;
	transition:all .3s;
}
@media only screen and (max-width : 1300px) {
	.blox-nav  .fixed .cols .block {
		width:270px;
		height:200px;
	}
}
@media only screen and (max-width : 750px) {
	.blox-nav   .fixed .cols .block {
		width:210px;
		height:140px;
	}
}
.blox-nav  .fixed .cols .block.wide {
	background-color:#007f9b;
	width:420px;
}
@media only screen and (max-width : 1300px) {
	.blox-nav  .fixed .cols .block.wide {
		width:340px;
	}
}
@media only screen and (max-width : 750px) {
	.blox-nav   .fixed .cols .block.wide {
		width:250px;
	}
}
.blox-nav  .fixed .cols .block:hover {
	background-size:250% auto;
}
	
.blox-nav  .fixed .cols .block .block-in {
	padding:0;
	color:#fff;
	text-align: left;
	height:100%;
}
.blox-nav  .fixed .cols .block .block-in a {
	display:block;
	font-size:38px;
	height:calc(100% - 75px);
	padding:75px 45px 0;
	line-height:1.1;
	color:#fff;
	font-style:normal;
	font-weight:700;
	transition: all .3s;
}
.blox-nav   .fixed .cols .block.wide .block-in a {
	font-size:30px;
	padding:75px 20px 0;
	text-align: center;
}
@media only screen and (max-width : 1300px) {
	.blox-nav   .fixed .cols .block .block-in a {
		font-size:30px;
		height:calc(100% - 60px);
		padding:60px 25px 0;
	}
	.blox-nav  .fixed .cols .block.wide .block-in a {
		font-size:22px;
		padding:60px 15px 0;
	}
}
@media only screen and (max-width : 750px) {
	.blox-nav .fixed .cols .block .block-in a {
		font-size:20px;
		height:calc(100% - 40px);
		padding:40px 25px 0;
		text-align:center;
	}
	.blox-nav .fixed .cols .block.wide .block-in a {
		font-size:17px;
		padding:40px 10px 0;
	}
}
.blox-nav  .fixed .cols .block .block-in a span {
	color:#ADCF3B;
	font-style:italic;
	font-weight:400;
	transition: all .3s;
}
.blox-nav  .fixed .cols .block:hover .block-in a {
	color:#094167;
}
.blox-nav  .fixed .cols .block:hover .block-in a span {
	color:#fff;
}



/*----------------- ABOUT / TEAM PAGE  ----------- */
#abt-1.banner .heading {
	top:14vw;
	right:10vw;
	width: 33.9vw;
  	height: 11.9vw;
}
#abt-1.banner .heading .title img {
	width:33.9vw;
	height:auto;
}
#abt-2 {
	position:relative;
	width:100vw;
	height:39vw;
}
@media(max-width: 900px) {
	#abt-2 {
		height:45vw;
	}
}
@media(max-width: 750px) {
	#abt-2  {
		height:auto;
	}
}
#abt-2 .bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:39vw;
	overflow: hidden;
}
@media(max-width: 1000px) {
	#abt-2 .bg {
	  left:10%;
	}
}
@media(max-width: 750px) {
	#abt-2 .bg {
	  padding:0;
	  position: relative;
		left:auto;
	  width: 100%;
	  height: 50vw;
	}
}
#abt-2 .bg img {
	width:81%;
	margin-left:19%;
	height:auto;
}
@media(max-width: 750px) {
	#abt-2 .bg img {
		width:100%;
		margin:0;
		height:auto;
	}
}
#abt-2 .mask1 {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
}
@media(max-width: 750px) {
	#abt-2 .mask1 {
		top:0;
		left:-20%;
	}
}
#abt-2 .mask1 img {
	width:100%;
	height:auto;
}
@media(max-width: 1000px) {
	#abt-2 .mask1 img {
		width:120%;
	}
}
@media(max-width: 750px) {
	#abt-2 .mask1 img {
		width:100%;
		height:50vw;
	}
}
#abt-2 .fixed {
	position:relative;
	max-width:1200px;
	height:100%;
	padding:100px 50px 50px 50px;
	margin:0 auto
}
@media(max-width: 1300px) {
	#abt-2 .fixed {
		padding:80px 50px 50px 50px;
	}
}
@media(max-width: 1000px) {
	#abt-2 .fixed {
		padding:30px 50px 50px 50px;
	}
}

@media(max-width: 750px) {
	#abt-2 .fixed {
		width:auto;
		padding:40px 20px;
	}
}
#abt-2 .fixed .spacer {
    float: right;
    width: 82%;
    height: 100%;
    shape-outside: polygon(60% 0, 100% 0, 100% 100%, 0 100%);
}
@media(max-width: 1000px) {
	#abt-2 .fixed .spacer {
		width: 60%;
		shape-outside: polygon(70% 0, 100% 0, 100% 100%, 0 100%);
	}
}
#abt-3 {
	position:relative;
	width:100vw;
	height:auto;
}
@media(max-width: 1300px) {
	#abt-3 {
		margin:80px 0 0 0;
	}
}
@media(max-width: 750px) {
	#abt-3  {
		margin:0;
	}
}
#abt-3 .bg {	
	position: absolute;
	width: 35vw;
	height: 42vw;
	top: 0;
	left: 0;
	clip-path: polygon(40% 0, 100% 50%, 40% 100%, 0 67%, 0 33%);
}
#abt-3 .bg img {
	width:100%;
	height:auto;
}

#abt-3 .mask1 {
	position:absolute;
	top:11vw;
	left:0;
	width:90%;
	height:auto;
}

#abt-3 .mask1 img {
	width:100%;
	height:auto;
}

#abt-3 .mask2 {
	position:absolute;
	width:40%;
	height:auto;
	top:-4vw;
	left:0;
	z-index:2;
	transition:all 1s cubic-bezier(0.5, 1, 0.89, 1);
}
#abt-3 .mask2 img {
	width:100%;
	height:auto;
}

#abt-3 .mobile {
	margin:0 auto;
	max-width:500px;
	padding:0 20px;
}
#abt-3 .mobile img {
	width:100%;
	height:auto;
}

#abt-3 .fixed {
	position:relative;
	max-width:700px;
	padding:150px 50px 50px 550px;
	margin:0 auto
}
@media only screen and (max-width : 1300px) {
	#abt-3 .fixed {
		padding:80px 50px 50px 550px;
	}
}
@media only screen and (max-width : 1300px) {
	#abt-3 .fixed {
		margin:0;
		width:50%;
		padding:0 0 0 45%;
	}
}
@media only screen and (max-width : 750px) {
	#abt-3 .fixed {
		width:auto;
		padding:40px 20px 0;
	}
}
#abt-3 .fixed-2 {
	position:relative;
	max-width:1200px;
	padding:100px 50px 150px 50px;
	margin:0 auto
}
@media(max-width: 1300px) {
	#abt-3 .fixed-2 {
		padding:150px 50px 80px 50px;
	}
}
@media(max-width: 750px) {
	#abt-3 .fixed-2 {
		padding:40px 20px;
	}
}




/*----------------- ABOUT / BOD  ----------- */
#bod-1.subbanner .heading {
	top:8vw;
	right:10vw;
	width: 33.9vw;
  	height: 11.9vw;
}
#bod-1.subbanner .heading .title img {
	width: 33.9vw;
	height:auto;
}
#bod-2 .fixed {
	position:relative;
	max-width:1200px;
	padding:100px 50px 50px 50px;
	margin:0 auto
}
@media(max-width: 750px) {
	#bod-2 .fixed {
		padding:40px 20px;
	}
}
#bod-2 .fixed .list {
	position:relative;
	padding:50px 70px 50px;
	margin:0 auto;
}
@media(max-width: 750px) {
	#bod-2 .fixed .list {
		padding:20px 0;
	}
}
#bod-2 .fixed .list .memb-wrap {
	padding:20px 0;
	border-bottom:2px solid #D9D7D9;
}
#bod-2 .fixed .list .memb-wrap .memb-title {
	position:relative;
	text-transform:uppercase;
	font-size:120%;
	padding:0 70px 0 0;
	transition:all .3s;
}
#bod-2 .fixed .list .memb-wrap .memb-title:hover {
	color:#ADCF3B;
	cursor:pointer;
}
#bod-2 .fixed .list .memb-wrap .memb-title .plus {
	position:absolute;
	right:0;
	top:5px;
	fill:#ADCF3B;
}
#bod-2 .fixed .list .memb-wrap .memb-bio {
	position:relative;
	display:none;
}



/*----------------- ABOUT / MGMT  ----------- */
#mgmt-1.subbanner .heading {
	top:8vw;
	right:10vw;
	width: 33.9vw;
  	height: 11.9vw;
}
#mgmt-1.subbanner .heading .title img {
	width: 33.9vw;
	height:auto;
}
#mgmt-2 .fixed {
	position:relative;
	max-width:1200px;
	padding:100px 50px 50px 50px;
	margin:0 auto
}
@media(max-width: 750px) {
	#mgmt-2 .fixed {
		padding:40px 20px 0;
	}
}
#mgmt-2 .fixed .list {
	position:relative;
	width:100%;
	padding:50px 0 50px;
	margin:0;
	display:flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: center;
	gap:30px;
}
@media(max-width: 750px) {
	#mgmt-2 .fixed .list {
		padding:20px 0 20px;
		gap:4%
	}
}
#mgmt-2 .fixed .list.wide {
	margin:0 -160px;
	width: 1280px;
}


#mgmt-2 .fixed .list .member {
	width:380px;
	margin:0 0 20px 0;
}
@media only screen and (max-width : 1300px) {
	#mgmt-2 .fixed .list .member {
		width:300px;
		margin:0 0 10px 0;
	}
}
@media only screen and (max-width : 1100px) {
	#mgmt-2 .fixed .list .member {
		width:250px;
		margin:0;
	}
}
@media only screen and (max-width : 900px) {
	#mgmt-2 .fixed .list .member {
		width:230px;
	}
}
@media only screen and (max-width : 750px) {
	#mgmt-2 .fixed .list .member {
		width:48%;
		margin: 0 0 25px;
	}
}
#mgmt-2 .fixed .list .member:hover {
	cursor:pointer;
}

#mgmt-2 .fixed .list .half-member {
	width:16.5%;
	margin:0 0 30px 0;
}

#mgmt-2 .fixed .list .member-image {
	width:100%;
	height:auto;
	overflow:hidden;
}

#mgmt-2 .fixed .list .member-image img {
	width:650px;
	margin-left:-140px;
	height:auto;
}
@media only screen and (max-width : 1300px) {
	#mgmt-2 .fixed .list .member-image img {
		width:520px;
		margin-left:-110px;
	}
}
@media only screen and (max-width : 1100px) {
	#mgmt-2 .fixed .list .member-image img {
		width:450px;
	}
}
@media only screen and (max-width : 550px) {
	#mgmt-2 .fixed .list .member-image img {
		width:200%;
		margin-left:-50%;
	}
}
#mgmt-2 .fixed .list .member .member-info  {
	color: #40403E;
	font-size:16px;
	line-height:1.3;
	font-style: italic;
	font-weight:300;
	padding:10px 5px;
}
#mgmt-2 .fixed .list .member .member-info strong  {
	font-size:24px;
	font-weight:600;
	text-transform: uppercase;
	font-style: normal;
}
@media(max-width: 1300px) {
	#mgmt-2 .fixed .list .member .member-info  {
		font-size:15px;
	}
	#mgmt-2 .fixed .list .member .member-info strong  {
		font-size:20px;
	}
}
@media(max-width: 750px) {
	#mgmt-2 .fixed .list .member .member-info  {
		font-size:15px;
	}
	#mgmt-2 .fixed .list .member .member-info strong  {
		font-size:18px;
	}
}



/* ------  MGMT BIO PAGES ------ */
	
.biobanner {
	position:relative;
	background-color: #b9bcbc;
	width:100%;
	height:400px;
	margin:0;
	padding:0;
	overflow:hidden;
}
@media only screen and (max-width : 1100px) {
	.biobanner {
		height:300px;
	}
}
@media only screen and (max-width : 550px) {
	.biobanner {
		height:auto;
		background-color:#fff;
	}
}
.biobanner .bg {
	position:absolute;
	width:auto;
	height:100%;
	top:0;
	right:0;
}
@media only screen and (max-width: 750px) {
	.biobanner .bg {
		position:absolute;
		width:auto;
		height:300px;
		top:0;
		right:0;
	}
}
@media only screen and (max-width: 550px) {
	.biobanner .bg {
		height:250px;
	}
}
.biobanner .bg img {
	width:auto;
	height:100%;
}
@media only screen and (max-width : 900px) {
	.biobanner .bg img {
		margin-right: -15vw;
	}
}

.biobanner .heading {
	position:relative;
	max-width:1200px;
	margin:0 auto;
	padding:0 50px 0;
	height:100%;
	display:flex;
	align-items: center;
}
.biobanner .heading h2 {
	width:60%;
}
@media only screen and (max-width: 750px) {
	.biobanner .heading {
		padding:0 20px 0;
	}
	.biobanner .heading h2 {
		font-size:20px;
	}
	.biobanner .heading h2 strong {
		font-size:32px;
	}
}
@media only screen and (max-width: 550px) {
	.biobanner .heading {
		position:relative;
		margin:0 auto;
		padding:270px 20px 0;
		display:block;
	}
	.biobanner .heading h2 {
		width:auto;
	}
}
#bio-2  {
	position:relative;
	padding:100px 0;
	overflow:hidden;
}
@media only screen and (max-width : 1100px) {
	#bio-2  {
		padding:70px 0;
	}
}
@media only screen and (max-width : 750px) {
	#bio-2  {
		padding:20px 0 40px;
	}
}
#bio-2 .fixed {
	max-width:1200px;
	margin:0 auto;
	padding:0 50px;
	position:relative;
}
@media(max-width: 750px) {
	#bio-2 .fixed {
		padding:0 20px;
	}
}
#bio-3  {
	position:relative;
	padding:0 0 20px;
	overflow:hidden;
}

#bio-3 .fixed {
	max-width:1200px;
	margin:0 auto;
	padding:0 50px 20px;
	position:relative;
}
@media(max-width: 750px) {
	#bio-3 .fixed {
		padding:0 20px 20px;
	}
}
#bio-3 .slick {
    position: relative;
    overflow: hidden;
	margin:0;
	width:100%;
}
#bio-3 .slick .slick-slide {
	border-right: 5px solid #fff;
}
#bio-3 .slick .slick-slide img {
	width:100%;
	height:auto;
}
#bio-3 .slick .slick-slide .member-info {
	color:#40403E;
	padding:10px 5px;
	font-size:15px;
	line-height:1.3;
	font-weight:300;
	font-style:italic;
}
#bio-3 .slick .slick-slide .member-info strong {
	text-transform:uppercase;
	font-size:18px;
	font-weight:700;
	font-style:normal;
}
@media only screen and (max-width : 1100px) {
	#bio-3 .slick .slick-slide .member-info {
		font-size:13px;
	}
	#bio-3 .slick .slick-slide .member-info strong {
		font-size:15px;
	}
}

#bio-3 .slick-dots {
	position: relative;
	text-align: center;
	width: 100%;	
	list-style: none;
	margin:10px 0 70px 0;
	padding:0;
}

#bio-3 li {
	display: inline-block;
	text-align: center;
	height:16px;
	width:16px;
	margin:0 5px;
	background-color: #ADCF3B;
	border-radius:8px;
	transition:all .3s;
}	
#bio-3 .slick-dots li.slick-active {
	background-color: #094167;
	transform: scale(1.5);
}
#bio-3 .slick-dots li:hover{
	background-color: #094167;
	transform: scale(1.5);
	cursor:pointer;
}	
#bio-3 .slick-dots li button {
  display: none;
}




/*----------------- SCIENCE PAGE  ----------- */
#sci-1.banner .heading {
	top:12vw;
	right:6vw;
	width:42.8vw;
	height:16vw;
}
#sci-1.banner .heading .title img {
	width:42.8vw;
	height:auto;
}

#sci-2 {
	position:relative;
	width:100vw;
	overflow:hidden;
}
#sci-2 .bg {	
	position: absolute;
	width: 35vw;
	height: 45vw;
	top: 8vw;
	left: 65.5vw;
	clip-path: polygon(65% 0, 100% 28%, 100% 75%, 65% 100%, 0 50%);
}
#sci-2 .bg img {
	width:100%;
	height:auto;
}

#sci-2 .mask1 {
	position:absolute;
	top:2vw;
	left:59vw;
	width:41vw;
	height:auto;
}
#sci-2 .mask1 img {
	width:100%;
	height:auto;
}

#sci-2 .mobile {
	margin:40px auto;
	max-width:500px;
	padding:0 20px;
}
#sci-2 .mobile img {
	width:100%;
	height:auto;
}

#sci-2 .fixed {
	position:relative;
	width:600px;
	padding:150px 650px 50px 50px;
	margin:0 auto
}
@media only screen and (max-width : 1100px) {
	#sci-2 .fixed {
		width:52%;
		padding:100px 0 50px 50px;
		margin:0;
	}
}
@media only screen and (max-width : 1000px) {
	#sci-2 .fixed {
		width:50%;
	}
}
@media only screen and (max-width : 750px) {
	#sci-2 .fixed {
		width:auto;
		padding:40px 20px 40px;
	}
}
#sci-2 .fixed2 {
	position:relative;
	width: 900px;
  	padding: 0 350px 50px 50px;
	margin:0 auto
}
@media only screen and (max-width : 1100px) {
	#sci-2 .fixed2 {
		width: 75%;
		padding: 0 50px 0 50px;
		margin:0;
	}
}
@media only screen and (max-width : 750px) {
	#sci-2 .fixed2 {
		width: auto;
		padding:0 20px;
	}
}
#sci-2 .fixed2 .pills {
	display:block;
	color:#094167;
	background-image:url(images/sci-pills-1.png);
	padding:35px 250px 35px 0;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 250px auto;
}
@media only screen and (max-width : 1300px) {
	#sci-2 .fixed2 .pills {
		padding:45px 250px 45px 0;
		background-size: 240px auto;
	}
}
@media only screen and (max-width : 1100px) {
	#sci-2 .fixed2 .pills {
		padding:45px 30% 45px 0;
		background-size: 220px auto;
	}
}
@media only screen and (max-width : 750px) {
	#sci-2 .fixed2 .pills {
		padding:25px 30% 25px 0;
		background-size: 160px auto;
		font-size:20px;
	}
	#sci-2 .fixed2 .pills strong {
		font-size:30px;
	}
}
#sci-3 {
	position:relative;
	width:100vw;
	overflow:hidden;
}
#sci-3 .fixed {
	position:relative;
	max-width:1200px;
	padding:70px 50px 0 50px;
	margin:0 auto
}
@media only screen and (max-width : 750px) {
	#sci-3 .fixed {
		padding:40px 20px;
	}
}

#sci-3 .fixed .cta {
	margin:50px 0 30px;
	text-align: center;
}

#sci-3 .fixed .cta .dots {
	margin:30px 0;
}

#sci-3 .fixed .cta .dots .dot {
	display:inline-block;
	height:16px;
	width:16px;
	margin:0 5px;
	background-color: #ADCF3B;
	border-radius:8px;
	transition:all .3s;
}

#sci-3 .fixed .cta .dots .dot:hover {
	background-color: #094167;
	transform: scale(1.5);
	cursor:pointer;
}
#sci-3 .fixed .cta .dots .dot.on {
	background-color: #094167;
	transform: scale(1.5);
}



#sci-4 {
	position:relative;
	width:100vw;
	overflow:hidden;
}
#sci-4 .slider {
	position:relative;
	width:100%;
	height:650px;
}
@media only screen and (max-width : 1300px) {
	#sci-4 .slider {
		height:650px;
	}
}
@media only screen and (max-width : 1000px) {
	#sci-4 .slider {
		height:600px;
	}
}
@media only screen and (max-width : 700px) {
	#sci-4 .slider {
		height:600px;
	}
}
#sci-4 .slider .track .panel .text2 {
	position:absolute;
	color:#094167;
	width:575px;
	font-size:16px;
	top:365px;
	left:415px;
}
#sci-4 .slider .prev {
	position:absolute;
	width:40px;
	height:auto;
	left:-3px;
	top:calc(50% - 80px);
	opacity:.5;
	transition:all .3s;
}
#sci-4 .slider .prev:hover {
	opacity:.9;
	cursor:pointer;
}
#sci-4 .slider .prev img {
	width:100%;
	height:auto;
}
#sci-4 .slider .next {
	position:absolute;
	width:40px;
	height:auto;
	right:-3px;
	top:calc(50% - 80px);
	opacity:.5;
	transition:all .3s;
}
#sci-4 .slider .next:hover {
	opacity:.9;
	cursor:pointer;
}
#sci-4 .slider .next img {
	width:100%;
	height:auto;
}
#sci-4 .slider .track {
	position:absolute;
	width:3700px;
	height:100%;
	top:0;
	left:calc(50% - 1850px);
	display:flex;
	justify-content:space-between;
}
@media only screen and (max-width : 1300px) {
	#sci-4 .slider .track {
		width:2800px;
		left:calc(50% - 1400px);
	}
}
@media only screen and (max-width : 1000px) {
	#sci-4 .slider .track {
		width:1900px;
		left:calc(50% - 950px);
	}
}
@media only screen and (max-width : 700px) {
	#sci-4 .slider .track {
		width:1000px;
		left:calc(50% - 500px);
	}
}
#sci-4 .slider .track .panel {
	position:relative;
	width:1200px;
	margin: 0;
	background-color:#F1F1F1;
	border-radius:20px;

}
@media only screen and (max-width : 1300px) {
	#sci-4 .slider .track .panel {
		width:900px;
	}
}
@media only screen and (max-width : 1000px) {
	#sci-4 .slider .track .panel {
		width:600px;
	}
	#sci-4 .slider .track .panel h2 strong {
		font-size: 24px;
	}
}
@media only screen and (max-width : 700px) {
	#sci-4 .slider .track .panel {
		width:300px;
		border-radius:10px;
	}
	#sci-4 .slider .track .panel h2 strong {
		font-size: 17px;
	}
}
#sci-4 .slider .track .panel .text {
	position:absolute;
	width:800px;
	font-size:16px;
	top:40px;
	left:80px;
}
@media only screen and (max-width : 1300px) {
	#sci-4 .slider .track .panel .text {
		width:700px;
		font-size:15px;
		top:30px;
		left:60px;
	}
}
@media only screen and (max-width : 1000px) {
	#sci-4 .slider .track .panel .text {
		width:500px;
		font-size:14px;
		top:30px;
		left:40px;
	}
}
@media only screen and (max-width : 700px) {
	#sci-4 .slider .track .panel .text {
		position:absolute;
		width:260px;
		font-size:13px;
		line-height: 1.2;
		top:20px;
		left:20px;
	}

}
#sci-4 .slider .track .panel .text2 {
	position:absolute;
	color:#094167;
	width:565px;
	font-size:16px;
	top:365px;
	left:415px;
}
@media only screen and (max-width : 1300px) {
	#sci-4 .slider .track .panel .text2 {
		width:545px;
		font-size:15px;
		top:365px;
		left:320px;
	}
}
@media only screen and (max-width : 1000px) {
	#sci-4 .slider .track .panel .text2 {
		width:350px;
		font-size:14px;
		top:355px;
		left:244px;
	}
}
@media only screen and (max-width : 700px) {
	#sci-4 .slider .track .panel .text2 {
		width:240px;
		font-size:13px;
		line-height: 1.2;
		top:320px;
		left:20px;
	}
	#sci-4 .slider .track .panel .text2 .cta {
		text-align:right;
	}
}
#sci-4 .slider .track .panel .text2 h2 {
	color:#fff;
}
#sci-4 .slider .track .panel .text2 .btn2 {
	background-color:#d5e3a7;
}
#sci-4 .slider .track .panel .image {
	position:absolute;
	width:365px;
	bottom:0;
	left:0;
}
@media only screen and (max-width : 1300px) {
	#sci-4 .slider .track .panel .image {
		position:absolute;
		width:300px;
	}
}
@media only screen and (max-width : 1000px) {
	#sci-4 .slider .track .panel .image {
		position:absolute;
		width:225px;
	}
}
@media only screen and (max-width : 700px) {
	#sci-4 .slider .track .panel .image {
		position:absolute;
		width:150px;
	}
}
#sci-4 .slider .track .panel .image img {
	width:100%;
	height:auto;
	
}
#sci-4 .slider .track .panel .stripe {
	position:absolute;
	width:90%;
	height:280px;
	background-color:#ADCF3B;
	left:10%;
	bottom:40px;
}
@media only screen and (max-width : 1300px) {
	#sci-4 .slider .track .panel .stripe {
		width:100%;
		height:280px;
		left:0;
		bottom:40px;
	}
}
@media only screen and (max-width : 1000px) {
	#sci-4 .slider .track .panel .stripe {
		height:240px;
		bottom:30px;
	}
}
@media only screen and (max-width : 700px) {
	#sci-4 .slider .track .panel .stripe {
		height:280px;
		bottom:20px;
	}
}

#sci-4 .panel-pop {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	margin:0;
	background-color:#ffffff95;
	z-index:2000;
}
#sci-4 .panel-pop .center {
	position:relative;
	width:100%;
	height:100%;
	display:flex;
	align-items: center;
	justify-content: center;
}
#sci-4 .panel-pop .stage {
	position:relative;
	width:1000px;
	margin:0 20px;
	background-color:#F1F1F1;
	box-shadow: 0 0 10px #999;
	height: 90vh;
  	overflow: scroll;
}
#sci-4 .panel-pop .wrap {
	display:flex;
	height:100%;
}
@media only screen and (max-width : 700px) {
	#sci-4 .panel-pop .wrap {
		display:block;
		height:auto;
	}
}
#sci-4 .panel-pop .left {
	width:50%;
	height:calc(100% - 170px);
	overflow: scroll;
}
@media only screen and (max-width : 700px) {
	#sci-4 .panel-pop .left {
		height:auto;
		width:auto;
	}
}
#sci-4 .panel-pop .left .inner {
	padding:80px 30px 30px;
	font-size:15px;
	line-height:1.3;
}
@media only screen and (max-width : 700px) {
	#sci-4 .panel-pop .left .inner {
		padding:50px 20px 20px;
		font-size:13px;
		line-height:1.2;
	}
}
#sci-4 .panel-pop .right {
	width:50%;
	background-color:#fff;
}
@media only screen and (max-width : 700px) {
	#sci-4 .panel-pop .right {
		width:auto;
	}
}
#sci-4 .panel-pop .right .inner {
	padding:5px;
}
#sci-4 .panel-pop .right img {
	width:100%;
	height:auto;
}
#sci-4 .panel-pop .image {
	position:absolute;
	top:calc(100% - 170px);
	left:calc(50% - 75px);
	width:150px;
}
@media only screen and (max-width : 700px) {
	#sci-4 .panel-pop .image {
		position:relative;
		top:auto;
		left:auto;
		width:100px;
		margin:-20px auto 20px;
	}
}
#sci-4 .panel-pop .image img {
	width:100%;
	height:auto;
}
#sci-4 .panel-pop .close {
	position:absolute;
	top:0;
	left:0;
}
@media only screen and (max-width : 700px) {
	#sci-4 .panel-pop .close svg {
		width:60px;
		height:55px;
	}
}
#sci-4 .panel-pop .close svg .corner {
	fill:#f05a24;
	transition: all .3s;
}
#sci-4 .panel-pop .close:hover svg .corner {
	fill:#ef8126;
	cursor:pointer;
}
#sci-4 .panel-pop .close svg .plus {
	fill:#fff;
}

#sci-5 {
	position:relative;
	width:100vw;
	overflow:hidden;
}
#sci-5 .fixed {
	position:relative;
	max-width:1200px;
	padding:150px 50px 50px 50px;
	margin:0 auto
}
@media only screen and (max-width : 750px) {
	#sci-5 .fixed {
		padding:80px 20px;
	}
}
#sci-5 .fixed .boxes {
	position:relative;
	padding:50px 0;
}
#sci-5 .fixed .boxes .box {
	font-size:16px;
	line-height:1.3;
	position:relative;
	padding:20px 80px;
	height:120px;
	margin:0 0 10px;
	background-color:#EBF5F8;
	display:flex;
	align-items: center;
	clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
}
@media only screen and (max-width : 900px) {
	#sci-5 .fixed .boxes .box {
		font-size:15px;
		padding:20px 40px;
	}
}
@media only screen and (max-width : 700px) {
	#sci-5 .fixed .boxes .box {
		font-size:14px;
	}
}
@media only screen and (max-width : 650px) {
	#sci-5 .fixed .boxes .box {
		height:auto;
		display:block;
	}
}
#sci-5 .fixed .boxes .box1 {
	margin:0 0 10px 4%;
}
#sci-5 .fixed .boxes .box2 {
	margin:0 2% 10px;
}
#sci-5 .fixed .boxes .box3 {
	margin:0 4% 10px 0;
}


#sci-5 .fixed .boxes .box .heading {
	color:#094167;
	font-size:26px;
	line-height:1;
	font-weight:700;
	text-transform:uppercase;
	width:25%;
}
@media only screen and (max-width : 1200px) {
	#sci-5 .fixed .boxes .box .heading {
		font-size:22px;
	}
}
@media only screen and (max-width : 900px) {
	#sci-5 .fixed .boxes .box .heading {
		font-size:20px;
	}
}
@media only screen and (max-width : 750px) {
	#sci-5 .fixed .boxes .box .heading {
		font-size:18px;
	}
}
@media only screen and (max-width : 650px) {
	#sci-5 .fixed .boxes .box .heading {
		width:auto;
		margin:0 0 5px 0;
	}
}
#sci-5 .fixed .boxes .box .arrow {
	width:7%;
	margin:0 1%;
}
@media only screen and (max-width : 650px) {
	#sci-5 .fixed .boxes .box .arrow {
		display:none;
	}
}
#sci-5 .fixed .boxes .box .arrow img {
	max-width:100%;
	height:auto;
}
#sci-5 .fixed .boxes .box .text {
	width:63%;
}
@media only screen and (max-width : 650px) {
	#sci-5 .fixed .boxes .box .text {
		width:auto;
	}
}

#sci-5 .fixed .cta {
	margin:50px 0 70px;
	text-align: center;
}
@media only screen and (max-width : 750px) {
	#sci-5 .fixed .cta {
		margin:20px 0 20px;
	}
}


/*----------------- PATIENTS PAGE  ----------- */
#pat-1.banner .heading {
	top:14vw;
	right:9vw;
	width: 38.7vw;
  	height: 11.9vw;
}
#pat-1.banner .heading .title img {
	width:38.7vw;
	height:auto;
}
#pat-2 {
	position:relative;
	width:100vw;
	height:auto;
	margin:75px 0;
}
@media(max-width: 750px) {
	#pat-2 {
		margin:40px 0;
	}
}
#pat-2 .fixed {
	max-width:1200px;
	margin:0 auto;
	padding:0 50px;
}
@media(max-width: 750px) {
	#pat-2 .fixed {
		padding:0 20px;
	}
}
#pat-2 .fixed .cntrbtn {
	text-align: center;
  	margin: 50px 0;
}

/* -------------- HAE LETTER -------------- */

#hae-letter {
	position:relative;
	height:auto;
	margin:75px 0;
	padding:50px 0;
	background-color: #a4d000;
	background-image: url("images/hae letter-bg.png");
	background-size: cover;
	background-position: center center;
}
@media(max-width: 750px) {
	#hae-letter {
		margin:40px 0;
		padding:25px;
	}
}
#hae-letter .fixed {
	position:relative;
	max-width:620px;
	margin:0 auto;
	padding:40px 25px 25px 40px;
}
@media(max-width: 750px) {
	#hae-letter .fixed {
		max-width:465px;
		padding:25px 15px 15px 25px;
	}
}
#hae-letter .fixed h2 strong {
	font-size:70px;
}
@media(max-width: 750px) {
	#hae-letter .fixed h2 strong {
		font-size:40px;
	}
}
#hae-letter .fixed .btns {
	margin: 40px 50px 0 0;
  	text-align: center;
}
#hae-letter .fixed .btns a {
	color:#fff;
}
#hae-letter .fixed .tick1 {
	position:absolute;
	top:0;
	left:0;
}

#hae-letter .fixed .tick1 img {
	width:32px;
	height:auto;
}
#hae-letter .fixed .tick2 {
	position:absolute;
	bottom:0;
	right:0;
}

#hae-letter .fixed .tick2 img {
	width:32px;
	height:auto;
}


#hae-letter-pop {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	margin:0;
	background-color:#ffffff95;
	z-index:2000;
}
#hae-letter-pop .center {
	position:relative;
	width:100%;
	height:100%;
	display:flex;
	align-items: center;
	justify-content: center;
}
#hae-letter-pop .stage {
	position:relative;
	width:1000px;
	margin:0 20px;
	background-color:#ffffff;
	box-shadow: 0 0 10px #999;
	height: 90vh;
  	overflow: scroll;
}
#hae-letter-pop .wrap {
	position:relative;
	padding:180px 100px 100px 150px;
}
@media(max-width: 750px) {
	#hae-letter-pop .wrap {
		padding:180px 20px 30px 20px;
	}
}
#hae-letter-pop .wrap .inner {
	position:relative;
	padding:10px 40px;
}
@media(max-width: 750px) {
	#hae-letter-pop .wrap .inner {
		padding:1px 25px;
	}
}
#hae-letter-pop .wrap .logo {
	position:absolute;
	top:25px;
	left:25px;
	width:100px;
}
#hae-letter-pop .wrap .logo img {
	width:100%;
	height:auto;
}
#hae-letter-pop .wrap .corner1 {
	position:absolute;
	top:0;
	right:0;
	width:40%;
}
#hae-letter-pop .wrap .corner1 img {
	width:100%;
	height:auto;
}
#hae-letter-pop .wrap .corner2 {
	position:absolute;
	bottom:0;
	left:0;
	width:12%;
}

#hae-letter-pop .wrap .corner2 img {
	width:100%;
	height:auto;
}

#hae-letter-pop .wrap .inner .tick1 {
	position:absolute;
	top:0;
	left:0;
}
#hae-letter-pop .wrap .inner .tick1 img {
	width:32px;
	height:auto;
}
#hae-letter-pop .wrap .inner .tick2 {
	position:absolute;
	bottom:0;
	right:0;
}

#hae-letter-pop .wrap .inner .tick2 img {
	width:32px;
	height:auto;
}

/* -------------- HAE LETTER -------------- */

#pat-3 {
	position:relative;
	width:100vw;
	height:auto;
	margin:75px 0 50px;
}
@media(max-width: 750px) {
	#pat-3 {
		margin:40px 0 20px;
	}
}
#pat-3 .fixed {
	max-width:1200px;
	margin:0 auto;
	padding:0 50px;
}
@media(max-width: 750px) {
	#pat-3 .fixed {
		padding:0 20px;
	}
}
#pat-3 .fixed .icons {
	display:flex;
	gap:6%;
	margin:40px 0;
}
#pat-3 .fixed .icons .col {
	width:20%;
	color:#094167;
	font-size:16px;
	text-align: center;
	font-style: italic;
	max-width: 250px;
}
@media(max-width: 750px) {
	#pat-3 .fixed .icons {
		gap:25px;
		flex-wrap:wrap;
		justify-content: center;
	}
	#pat-3 .fixed .icons .col {
		width:80%;
	}
}
#pat-3 .fixed .icons .icon {
	padding: 0 20px 10px;
}
#pat-3 .fixed .icons .icon img {
	width:80%;
	margin:0 10%;
	height:auto;
}
#pat-3 .fixed .cntrbtn {
	text-align:center;
	margin:30px 0 0;
}

#pat-4 {
	position:relative;
	width:100vw;
	height:auto;
	
}
#pat-4 .full {
	width:100%;
	display:flex;
	background-color: #F4F4F4;
	margin:0;
}
@media only screen and (max-width : 750px) {
	#pat-4 .full {
		display:block;
		margin:0;
	}
}
#pat-4 .full .half {
	position:relative;
	width:50%;
}
@media only screen and (max-width : 750px) {
	#pat-4 .full .half {
		width:100%;
	}
}
#pat-4 .full .half .bg {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}
#pat-4 .full .half .bg img {
	width: 100%;
  	min-height: 100%;
  	object-fit: cover;
}
#pat-4 .full .half .mask {
	position:absolute;
	width:20%;
	height:auto;
	bottom:0;
	left:0;
}
#pat-4 .full .half .mask img {
	width:100%;
	height:auto;
}
#pat-4 .full .half .fixed {
	position:relative;
	max-width:550px;
	padding:50px 50px;
}
@media(max-width: 1300px) {
	#pat-4 .full .half .fixed {
		padding:30px 30px;
	}
}
@media only screen and (max-width : 750px) {
	#pat-4 .full .half .fixed {
		width:auto;
		padding:40px 20px;
		margin-left:0;
	}
}
#pat-4 .fixed h2 + p {
	margin-top:15px;
}
#pat-4 .cntrbtn {
	position:relative;
	margin:30px 0 100px 0;
	text-align: center;
	z-index:2;
}


#pat-5 {
	position:relative;
	width:100vw;
	height:auto;
	
}
#pat-5 .full {
	width:100%;
	display:flex;
	background-color: #F4F4F4;
	margin:70px 0 0 0;
}
@media only screen and (max-width : 750px) {
	#pat-5 .full  {
		display:block;
		margin:40px 0 0 0;
	}
}
#pat-5 .full .half {
	position:relative;
	width:50%;
}
@media only screen and (max-width : 750px) {
	#pat-5 .full .half {
		width:100%;
	}
}
#pat-5 .full .half .bg {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}
#pat-5 .full .half .bg img {
	width: 100%;
  	min-height: 100%;
  	object-fit: cover;
}
#pat-5 .full .half .mask {
	position:absolute;
	width:20%;
	height:auto;
	bottom:0;
	left:0;
}
#pat-5 .full .half .mask img {
	width:100%;
	height:auto;
}
#pat-5 .full .half .fixed {
	max-width:550px;
	padding:50px 50px;
}
@media(max-width: 1300px) {
	#pat-5 .full .half .fixed {
		padding:30px 30px;
	}
}

@media only screen and (max-width : 750px) {
	#pat-5 .full .half .fixed {
		padding:40px 20px;
	}
}
#pat-5 .fixed h2 + p {
	margin-top:15px;
}
#pat-5 .cntrbtn {
	position:relative;
	margin:30px 0 100px 0;
	text-align: center;
	z-index:2;
}

#pat-7 {
	position:relative;
	width:100vw;
	height:auto;
	margin:75px 0;
}
@media only screen and (max-width : 750px) {
	#pat-7 {
		margin:40px 0;
	}
}
#pat-7 .fixed {
	max-width:1200px;
	padding:0 50px;
	margin:0 auto;
}
@media only screen and (max-width : 750px) {
	#pat-7 .fixed {
		padding:0 20px;
	}
}
#pat-7 .fixed .social {
	display:flex;
	justify-content: flex-start;
	margin:0;
}

#pat-7 .fixed .social .col {
	width:300px;
	font-style:italic;
	font-size:24px;
	font-weight:300;
}
@media only screen and (max-width : 1100px) {
	#pat-7 .fixed .social .col {
		width:200px;
		font-size:20px;
	}
}
@media only screen and (max-width : 450px) {
	#pat-7 .fixed .social .col {
		width:150px;
		font-size:17px;
	}
}
#pat-7 .fixed .social .col a {
	display:inline-block;
	border-radius:4px;
	overflow: hidden;
	transition: all .3s;
}
#pat-7 .fixed .social .col a:hover {
	fill:#094167;
}


/*----------------- PATIENTS :: HAE PAGE  ----------- */
#hae-1.subbanner .heading {
	top:8vw;
	right:9vw;
	width: 38.7vw;
  	height: 11.9vw;
}
#hae-1.subbanner .heading .title img {
	width:38.7vw;
	height:auto;
}
#hae-2 .fixed {
	position:relative;
	max-width: 1000px;
  	padding: 80px 50px 80px;
	margin:0 auto
}
@media only screen and (max-width : 750px) {
	#hae-2 .fixed {
		width: auto;
		padding:40px 20px 20px;
	}
}
#hae-3 .fixed {
	position:relative;
	max-width: 1000px;
  	padding: 20px 50px 20px;
	margin:0 auto
}
@media only screen and (max-width : 750px) {
	#hae-3 .fixed {
				width: auto;
		padding:20px 20px 20px;
	}
}
#hae-3 .fixed h2 {
	color:#ADCF3B;
	line-height:1;
	padding:20px 0 20px 120px;
	background-size: 100px auto;
	background-position:left center;
	background-repeat:no-repeat;
	text-transform: none;
}
@media only screen and (max-width : 1000px) {
	#hae-3 .fixed h2 {
		padding:20px 0 20px 100px;
		background-size: 80px auto;
	}
}
#hae-3 .fixed h2 strong {
	text-transform: none;
}
#hae-3 .fixed h2.one {
	background-image:url("images/hae-icon-1.jpg");
}
#hae-3 .fixed h2.two {
	background-image:url("images/hae-icon-2.jpg");
}
#hae-3 .fixed h2.three {
	background-image:url("images/hae-icon-3.jpg");
}
#hae-3 .fixed h2.four {
	background-image:url("images/hae-icon-4.png");
}

#hae-3 .fixed p {
	margin-top:10px;
}

/*----------------- HEALTHCARE PROS PAGE  ----------- */

#hcp-1.banner .heading {
	top:12vw;
	right:8vw;
	width: 39.2vw;
  	height: 16vw;
}
#hcp-1.banner .heading .title img {
	width:39.2vw;
	height:auto;
}

#hcp-2 {
	position:relative;
	width:100vw;
	height:auto;
	margin:100px 0 0 0;
}
@media only screen and (max-width : 750px) {
	#hcp-2 {
		margin:40px 0 0 0;
	}
}
#hcp-2 .full {
	width:100%;
	display:flex;
	background-color: #F4F4F4;
}
@media only screen and (max-width : 750px) {
	#hcp-2 .full {
		display:block;
	}
}
#hcp-2 .full .half {
	position:relative;
	width:50%;
}
@media only screen and (max-width : 750px) {
	#hcp-2 .full .half {
		width:100%;
	}
}
#hcp-2 .full .half .bg {
	position:relative;
	width:100%;
	height:100%;
	oveflow:hidden;
}
@media only screen and (max-width : 750px) {
	#hcp-2 .full .half .bg {
		width:auto;
		padding:0;
	}
}
#hcp-2 .full .half .bg img {
	width: 100%;
  	min-height: 100%;
  	object-fit: cover;
}
#hcp-2 .full .half .mask {
	position:absolute;
	width:20%;
	height:auto;
	bottom:0;
	left:0;
}

#hcp-2 .full .half .mask img {
	width:100%;
	height:auto;
}
#hcp-2 .full .half .fixed {
	max-width:550px;
	padding:50px 50px;
}
@media(max-width: 1300px) {
	#hcp-2 .full .half .fixed {
		padding:30px 30px;
	}
}

@media only screen and (max-width : 750px) {
	#hcp-2 .full .half .fixed {
		padding:40px 20px;	
	}
}
#hcp-2 .fixed h2 + p {
	margin-top:5px;
}


#hcp-3 {
	position:relative;
	width:100vw;
	height:auto;
	
}
#hcp-3 .full {
	width:100%;
	display:flex;
	background-color: #F4F4F4;
	margin:70px 0 0 0;
}
@media only screen and (max-width : 750px) {
	#hcp-3 .full {
		display:block;
		margin:40px 0 0 0;
	}
}
#hcp-3 .full .half {
	position:relative;
	width:50%;
}
@media only screen and (max-width : 750px) {
	#hcp-3 .full .half {
		width:100%;
	}
}
#hcp-3 .full .half .bg {
	position:relative;
	width:100%;
	height:auto;
}
@media only screen and (max-width : 750px) {
	#hcp-3 .full .half .bg {
		width:auto;
		padding:0;
	}
}
#hcp-3 .full .half .bg img {
	width:100%;
	height:auto;
}
#hcp-3 .full .half .fixed {
	width:550px;
	padding:50px 0 0 0;
	margin-left:calc(50vw - 600px);
	font-size:24px;
}
@media(max-width: 1300px) {
	#hcp-3 .full .half .fixed {
		width:auto;
		margin:0;
		padding:30px 30px;
		font-size:20px;
	}
}
@media only screen and (max-width : 750px) {
	#hcp-3 .full .half .fixed {
		width:auto;
		padding:40px 20px 0;
		font-size:20px;
	}
}

#hcp-3 .fixed h2 + p {
	margin-top:5px;
}
#hcp-3 .cntrbtn {
	position:relative;
	margin:30px 0 100px 0;
	text-align: center;
	z-index:2;
}


#hcp-4 {
	position:relative;
	width:100vw;
	height:auto;
	
}
#hcp-4 .full {
	width:100%;
	display:flex;
	background-color: #F4F4F4;
	margin:70px 0 0 0;
}
@media only screen and (max-width : 750px) {
	#hcp-4 .full {
		display:block;
		margin:40px 0 0 0;
	}
}
#hcp-4 .full .half {
	position:relative;
	width:50%;
}
@media only screen and (max-width : 750px) {
	#hcp-4 .full .half {
		width:100%;
	}
}
#hcp-4 .full .half .bg {
	position:relative;
	width:100%;
	height:100%;
	overflow: hidden;
}
@media only screen and (max-width : 750px) {
	#hcp-4 .full .half .bg {
		padding:0;
	}
}
#hcp-4 .full .half .bg img {
	width: 100%;
  	min-height: 100%;
  	object-fit: cover;
}
#hcp-4 .full .half .mask {
	position:absolute;
	width:20%;
	height:auto;
	bottom:0;
	left:0;
}

#hcp-4 .full .half .mask img {
	width:100%;
	height:auto;
}
#hcp-4 .full .half .fixed {
	max-width:550px;
	padding:50px 50px;
	font-size:24px;
}
@media(max-width: 1300px) {
	#hcp-4 .full .half .fixed {
		padding:30px 30px;
		font-size:20px;
	}
}
@media only screen and (max-width : 750px) {
	#hcp-4 .full .half .fixed {
		padding:40px 20px;
		font-size:16px;
	}
}
#hcp-4 .fixed h2 + p {
	margin-top:15px;
}
#hcp-4 .cntrbtn {
	position:relative;
	margin:30px 0 100px 0;
	text-align: center;
	z-index:2;
}

#hcp-5 {
	position:relative;
	width:100vw;
	height:auto;
	
}
#hcp-5 .mask {
	position:absolute;
	width:55%;
	height:auto;
	top:30vw;
	right:0;
	z-index:-1;
}
#hcp-5 .mask img {
	width:100%;
	height:auto;
}
#hcp-5 .full {
	width:100%;
	display:flex;
	background-color: #F4F4F4;
	margin:70px 0 0 0;
}
@media only screen and (max-width : 750px) {
	#hcp-5 .full {
		display:block;
		margin:40px 0 0 0;
	}
}
#hcp-5 .full .half {
	position:relative;
	width:50%;
}
@media only screen and (max-width : 750px) {
	#hcp-5 .full .half {
		width:100%;
	}
}
#hcp-5 .full .half .bg {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}
@media only screen and (max-width : 750px) {
	#hcp-5 .full .half .bg {
		width:auto;
		padding:0;
	}
}
#hcp-5 .full .half .bg img {
	width: 100%;
  	min-height: 100%;
  	object-fit: cover;
}
#hcp-5 .full .half .mask {
	position:absolute;
	width:20%;
	height:auto;
	bottom:0;
	left:0;
}

#hcp-5 .full .half .mask img {
	width:100%;
	height:auto;
}
#hcp-5 .full .half .fixed {
	max-width:550px;
	padding:50px 50px;
}
@media(max-width: 1300px) {
	#hcp-5 .full .half .fixed {
		padding:30px 30px;
	}
}
@media only screen and (max-width : 750px) {
	#hcp-5 .full .half .fixed {
		padding:40px 20px;
	}
}
#hcp-5 .cntrbtn {
	position:relative;
	margin:30px 0 0 0;
	text-align: center;
	z-index:2;
}

#hcp-6 {
	position:relative;
	width:100vw;
	height:auto;
}
#hcp-6 .fixed {
	max-width:1200px;
	padding:50px 50px 100px;
	margin:0 auto;
}
@media(max-width: 750px) {
	#hcp-6 .fixed {
		padding:40px 20px;
	}
}
#hcp-6 .fixed h2 + p {
	margin-top:5px;
}
#hcp-6 .fixed .medinfo-wrap {
	display: flex;
	gap:75px;
	justify-content: space-between;
}
@media only screen and (max-width : 1150px) {
	#hcp-6 .fixed .medinfo-wrap h3 strong {
		font-size:27px;
	}
}
@media only screen and (max-width : 950px) {
	#hcp-6 .fixed .medinfo-wrap {
		display: block;
	}
	#hcp-6 .fixed .medinfo-wrap div {
		margin:0 0 50px 0;
	}
	#hcp-6 .fixed .medinfo-wrap h3 strong {
		font-size:23px;
	}
}

/*----------------- CLINICAL TRIALS PAGE  ----------- */
#ct-1.banner .heading {
	top:14vw;
	right:8vw;
	width: 38.1vw;
  	height: 11.9vw;
}
#ct-1.banner .heading .title img {
	width:38.1vw;
	height:auto;
}


#ct-2 {
	position:relative;
	width:100vw;
	height:auto;
	margin:75px 0;
}
@media only screen and (max-width : 750px) {
	#ct-2 {
		margin:40px 0;
	}
}
#ct-2 .fixed {
	max-width:1200px;
	margin:0 auto;
	padding:0 50px;
	font-size:32px;
	line-height:1.2;
}
@media(max-width: 1300px) {
	#ct-2 .fixed {
		font-size:28px;
	}
}
@media(max-width: 1100px) {
	#ct-2 .fixed {
		font-size:21px;
	}
}
@media only screen and (max-width : 750px) {
	#ct-2 .fixed {
		padding:0 20px;
		font-size:18px;
	}
}
#ct-3 {
	position:relative;
	width:100vw;
	height:auto;
	margin:75px 0 100px 0;
}
@media(max-width: 1100px) {
	#ct-3 {
		margin:50px 0 70px 0;
	}
}
@media(max-width: 750px) {
	#ct-3 {
		margin:40px 0 40px 0;
	}
}
#ct-3 .fixed {
	max-width:1200px;
	margin:0 auto;
	padding:0 50px;
	display:flex;
	justify-content: space-between;
}
@media(max-width: 750px) {
	#ct-3 .fixed {
		padding:0 20px;
		display:block;
		justify-content: space-between;
	}
}
#ct-3 .fixed .half {
	position:relative;
	width:45%;
}
@media(max-width: 750px) {
	#ct-3 .fixed .half {
		width:auto;
		padding:0 0 40px;
	}
}
#ct-3 .fixed .half img {
	width:100%;
	max-width: 400px;
	height:auto;
}
#ct-3 .fixed .third {
	position:relative;
	width:30%;
}
@media(max-width: 750px) {
	#ct-3 .fixed .third {
		width:auto;
		padding:0 0 40px;
	}
}
#ct-3 .fixed .third img {
	width:100%;
	max-width: 400px;
	height:auto;
}


/*----------------- PRESENTATIONS / PUBLICATIONS PAGE  ----------- */
#pnp-1.banner .heading {
	top:14vw;
	right:11vw;
	width: 33.9vw;
  	height: 16vw;
}
#pnp-1.banner .heading .title img {
	width:33.9vw;
	height:auto;
}
#pnp-2 {
	position:relative;
	width:100vw;
	height:auto;
	margin:75px 0;
}
@media only screen and (max-width : 750px) {
	#pnp-2 {
		margin:40px 0 80px;
	}
}
#pnp-2 .fixed {
	max-width:1200px;
	margin:0 auto;
	padding:0 50px;
	line-height:1.2;
}
@media only screen and (max-width : 750px) {
	#pnp-2 .fixed {
		padding:0 20px;
	}
}
#pnp-2 .fixed .cntrbtn {
  position: relative;
  margin: 80px 0 80px 0;
  text-align: center;
  z-index: 2;
}

#pnp-2 .fixed .columns {
	display:flex;
	gap:70px;
}
@media only screen and (max-width : 750px) {
	#pnp-2 .fixed .columns {
		display:block;
	}
}

#pnp-2 .fixed .columns .pubby {
	margin:0 0 25px;
	font-size:18px;
}
@media only screen and (max-width : 750px) {
	#pnp-2 .fixed .columns .pubby {
		font-size:15px;
	}
}
#pnp-2 .fixed .columns .pubby p {
	margin:5px 0;
}

#pnp-2 .fixed .columns .pubby a {
	display:inline-block;
	margin:15px 0 0 0;
	padding:12px 25px 12px 45px;
	color:#ADCF3B;
	font-size:15px;
	line-height:1.1;
	font-weight:700;
	text-align: left;
	text-transform: uppercase;
	background-color:#ADCF3B;
	background-image: url("images/btn2-swipe.png");
	background-repeat: no-repeat;
	background-position:left 0 top 0;
	transition: all .6s;
}
#pnp-2 .fixed .columns .pubby a:hover {
	color:#094167;
	background-position:left 800px top 0;
}

#samples {
	padding:0;
	margin:-15px 0 5px;
	color:#999;
	font-size:80%;
}
#pnp-2 .fixed .columns .filters #samples ul {
	margin:5px 0;
}

#pnp-2 .fixed .biblio {
	margin:60px 0 30px;
}

#pnp-2 .fixed .wpc-edit-filter-set {
	display: none;
}

#pnp-2 .fixed .contact {
	text-transform: uppercase;
	margin: 75px 0 0 0;
	color:#094167;
}
#pnp-2 .fixed .contact  a {
	color:#ADCF3B;
	transition: all .3s;
}
#pnp-2 .fixed .contact  a:hover {
	
	color:#094167;
}

#pnp-2 .fixed .columns .pubby1 {
	margin:0 0 30px;
	font-size:18px;
}
@media only screen and (max-width : 750px) {
	#pnp-2 .fixed .columns .pubby1 {
		font-size:16px;
	}
}
#pnp-2 .fixed .columns .pubby1 p {
	margin:5px 0;
}

#pnp-2 .fixed .columns .pubby1 a {
	color:#094167;
	transition: all .3s;
}
#pnp-2 .fixed .columns .pubby1 a:hover {
	color:#ADCF3B;
}
#pnp-2 .fixed .columns .pubby1 .info {
	font-size:95%;
	margin:5px 0 0 0;
}
#pnp-2 .fixed .columns .pubby1 .info em {
	display:block;
	font-size:75%;
	font-style: normal;
	color:#999;
	margin:5px 0 0 0;
}
#pnp-2 .fixed .columns .pubby1 .authors {
	font-size:95%;
	margin:5px 0 0 0;
}
#pnp-2 .fixed .columns .pubby1 .presented {
	font-size:75%;
	color:#999;
	margin:5px 0 0 0;
}
#pnp-2 .fixed .columns .pubby1 .temp {
	font-size:75%;
	color:darkgoldenrod;
	margin:5px 0 0 0;
}



#pnp-2 .fixed .columns .filters {
	width:25%;
	font-size:16px;
}
@media only screen and (max-width : 750px) {
	#pnp-2 .fixed .columns .filters {
		display:none;
	}
}
#pnp-2 .fixed .columns .filters .widget a {
	color: #40403E;
}
#pnp-2 .fixed .columns .filters .widget ul {
	margin-top:0;
}
#pnp-2 .fixed .columns .filters .wpc-filters-main-wrap .wpc-term-item-content-wrapper {
	align-items: flex-start;
}
#pnp-2 .fixed .columns .filters .wpc-filters-main-wrap li.wpc-term-item input[type="checkbox"], 
#pnp-2 .fixed .columns .filters .wpc-filters-main-wrap li.wpc-term-item input[type="radio"] {

	margin-top: 5px;
}

#pnp-2 .fixed .columns .filters .wpc-filters-main-wrap .wpc-filters-widget-controls-container a.wpc-filters-apply-button, 
#pnp-2 .fixed .columns .filters .wpc-filters-main-wrap a.wpc-filters-submit-button {
	border-color: #ADCF3B;
	background-color: #ADCF3B;
	color: #ffffff;margin-left:5px;
}

#pnp-2 a.btn2 {
  padding: 15px 25px 15px 45px;
  font-size: 16px;
	margin:0 0 20px;
}

#pnp-2 .fixed .columns .filters .wpc-filter-title {
	font-size:18px;
	font-weight:700;
	margin:0 0 5px 0;
}
#pnp-2 .fixed .columns .filters .wpc-filters-main-wrap li.wpc-term-item {
  margin-bottom: 8px;
}

#pnp-2 .fixed .columns .publisting {
	width:calc(75% - 70px);
}
@media only screen and (max-width : 750px) {
	#pnp-2 .fixed .columns .publisting {
		width:auto;
	}
}

#pnp-2 .fixed .columns .publisting .titlewrap {
	display:flex;
	width: 100%;
  justify-content: space-between;
	margin:0 0 20px 0;
}

#pnp-2 .fixed .columns .publisting h1 {
	font-size: 38px;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	color: #ADCF3B;
	margin-top:0;
}

#pnp-2 .fixed .columns .publisting .pagenav {
	margin:0 0 25px 0;
	font-size:16px;
}
@media only screen and (max-width : 750px) {
	#pnp-2 .fixed .columns .publisting .pagenav {
		margin:0 0 25px 0;
		font-size:12px;
		width: 430px;
	}
	
	#pnp-2 .fixed .columns .publisting .wp-pagenavi a, 
	#pnp-2 .fixed .columns .publisting .wp-pagenavi span {
		padding: 3px 3px;
		margin: 1px;
	}
}


#pnp-2 .fixed .columns .publisting .pagenav p {
	margin:0 0 15px 0;
}


#pnp-2 .fixed #publist {
	margin:0;
	padding:0;
	border:0;
}
#pnp-2 .fixed #publist td {
	vertical-align: top;
	font-size:18px;
}


#pnp-2 .fixed #publist td.pubby p {
	margin:5px 0;
}

#pnp-2 .fixed #publist td.pubby a {
	display:inline-block;
	margin:15px 0 0 0;
	padding:12px 25px 12px 45px;
	color:#ADCF3B;
	font-size:17px;
	line-height:1.1;
	font-weight:700;
	text-align: left;
	text-transform: uppercase;
	background-color:#ADCF3B;
	background-image: url("images/btn2-swipe.png");
	background-repeat: no-repeat;
	background-position:left 0 top 0;
	transition: all .3s;
}
#pnp-2 .fixed #publist td.pubby a:hover {
	color:#094167;
	background-position:left 400px top 0;
}
#pnp-2 .fixed #publist .pubby {
	padding:15px 40px 15px 0;
}
#pnp-2 .fixed #publist .pubtopic {
	padding:15px 30px 15px 0;
	font-size:16px;
}
#pnp-2 .fixed #publist .pubforum {
	padding:15px 30px 15px 0;
	font-size:16px;
}
#pnp-2 .fixed #publist .pubdate {
	padding:15px 0 15px 0;
	font-size:16px;
}



/*----------------- PIPELINE PAGE  ----------- */

#pl-1.banner .heading {
	top:12vw;
	right:10vw;
	width:35.1vw;
	height:16vw;
}
#pl-1.banner .heading .title img {
	width:35.1vw;
	height:auto;
}

#pl-2 {
	position:relative;
	width:100vw;
	height:39vw;
	overflow:hidden;
}
@media only screen and (max-width : 1000px) {
	#pl-2 {
		height:45vw;
	}
}
@media only screen and (max-width : 750px) {
	#pl-2 {
		height:auto;
	}
}
#pl-2 .bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
}
@media only screen and (max-width : 750px) {
	#pl-2 .bg {
		position:relative;;
	}
}
#pl-2 .bg img {
	width:81%;
	margin-left:19%;
	height:auto;
}
@media only screen and (max-width : 1000px) {
	#pl-2 .bg img {
		width:100%;
		margin-left:5%;
	}
}
#pl-2 .mask1 {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
}
#pl-2 .mask1 img {
	width:100%;
	height:auto;
}
@media only screen and (max-width : 1000px) {
	#pl-2 .mask1 {
		height:45vw;
	}
	#pl-2 .mask1 img {
		height:100%;
	}
}
@media only screen and (max-width : 750px) {
	#pl-2 .mask1 {
		height:42vw;
	}
}

#pl-2 .mobile {
	margin:40px auto 0;
	width:100%;
	padding:0;
}
#pl-2 .mobile img {
	width:100%;
	height:auto;
}

#pl-2 .fixed {
	position:relative;
	max-width:1200px;
	height:100%;
	padding:100px 50px 50px 50px;
	margin:0 auto
}
@media(max-width: 1450px) {
	#pl-2 .fixed {
		padding:50px 50px 50px 50px;
	}
	#pl-2 .fixed h1 strong {
		font-size:50px;
	}
}
@media(max-width: 1300px) {
	#pl-2 .fixed {
		margin:0;
	}
	#pl-2 .fixed h1 strong {
		font-size:40px;
	}
}
@media(max-width: 1000px) {
	#pl-2 .fixed {
		padding:30px 50px 50px 50px;
	}
}
@media(max-width: 850px) {
	#pl-2 .fixed h1 {
		font-size:18px;
	}
	#pl-2 .fixed h1 strong {
		font-size:28px;
	}
}
@media(max-width: 750px) {
	#pl-2 .fixed {
		width:auto;
		padding:20px;
		font-size: 20px
  		line-height: 1.5;
	}
	#pl-2 .fixed h1 {
		font-size:28px;
	}
	#pl-2 .fixed h1 strong {
		font-size:40px;
	}
}
#pl-2 .fixed .spacer {
  float: right;
  width: 57%;
  height: 100%;
  shape-outside: polygon(50% 0, 100% 0, 100% 100%, 0 100%);
}



#pl-3 .fixed {
	position:relative;
	max-width:1200px;
	padding:80px 50px 100px 50px;
	margin:0 auto
}
@media only screen and (max-width : 750px) {
	#pl-3 .fixed {
		padding:40px 20px;
	}
}
#pl-3 .fixed img {
	width:100%;
	height:auto;
}


/*----------------- PIPELINE :: Sebetralstat PAGE  ----------- */
#seb-1.subbanner .heading {
	top:6vw;
	right:10vw;
	width:35.1vw;
	height:16vw;
}
#seb-1.subbanner .heading .title img {
	width:35.1vw;
	height:auto;
}

#seb-2 {
	position:relative;
	width:100vw;
}
#seb-2 .bg {	
	position: absolute;
	width: 35vw;
	height: 45vw;
	top: 8vw;
	left: 65vw;
	clip-path: polygon(65% 0, 100% 28%, 100% 75%, 65% 100%, 0 50%);
}
#seb-2 .bg img {
	width:100%;
	height:auto;
}

#seb-2 .mask1 {
	position:absolute;
	top:2vw;
	left:59vw;
	width:41vw;
	height:auto;
}
#seb-2 .mask1 img {
	width:100%;
	height:auto;
}

#seb-2 .mobile {
	margin: -40px auto 0;
	max-width:500px;
	padding:0 20px;
}
#seb-2 .mobile img {
	width:100%;
	height:auto;
}

#seb-2 .fixed {
	position:relative;
	width:600px;
	padding:150px 650px 40px 50px;
	margin:0 auto;
	font-size:130%;
}
@media only screen and (max-width : 1300px) {
	#seb-2 .fixed {
		width:50%;
		padding:80px 0 40px 50px;
		margin:0;
	}
}
@media only screen and (max-width : 750px) {
	#seb-2 .fixed {
		width:auto;
		padding:40px 20px;
	}
}
#seb-3 .fixed {
	position:relative;
	width: 700px;
  	padding: 0 550px 50px 50px;
	margin:0 auto
}
@media only screen and (max-width : 1300px) {
	#seb-3 .fixed {
		width: 50%;
		padding: 0 50px 0 50px;
		margin:0;
	}
}
@media only screen and (max-width : 750px) {
	#seb-3 .fixed {
		width: auto;
		padding:0 20px;
	}
}


#seb-4 .fixed {
	max-width:1200px;
	margin:0 auto;
	padding:80px 50px;
	position:relative;
	text-align: center;
}
@media(max-width: 750px) {
	#seb-4 .fixed {
		padding:40px 20px;
	}
}
#seb-4 .fixed img {
	width:100%;
	max-width:1000px;
	height:auto;
}

#seb-5 .fixed {
	max-width:1200px;
	margin:0 auto;
	padding:40px 50px 80px;
	position:relative;
}
@media(max-width: 750px) {
	#seb-5 .fixed {
		padding:40px 20px;
	}
}



/*----------------- PIPELINE :: ORAL FACTOR PAGE  ----------- */
#ofx-1.subbanner .heading {
	top:6vw;
	right:10vw;
	width:35.1vw;
	height:16vw;
}
#ofx-1.subbanner .heading .title img {
	width:35.1vw;
	height:auto;
}
#ofx-2 {
	position:relative;
	width:100vw;
}
#ofx-2 .bg {	
	position: absolute;
	width: 35vw;
	height: 45vw;
	top: 8vw;
	left: 65vw;
	clip-path: polygon(65% 0, 100% 28%, 100% 75%, 65% 100%, 0 50%);
}
#ofx-2 .bg img {
	width:100%;
	height:auto;
}

#ofx-2 .mask1 {
	position:absolute;
	top:2vw;
	left:59vw;
	width:41vw;
	height:auto;
}
#ofx-2 .mask1 img {
	width:100%;
	height:auto;
}
#ofx-2 .mobile {
	margin:0 auto;
	max-width:500px;
	padding:0 20px;
}
#ofx-2 .mobile img {
	width:100%;
	height:auto;
}
#ofx-2 .fixed {
	position:relative;
	width:600px;
	padding:150px 650px 50px 50px;
	margin:0 auto;
	font-size:130%;
}
@media only screen and (max-width : 1200px) {
	#ofx-2 .fixed {
		width:55%;
		padding:100px 0 50px 50px;
		margin:0;
	}
}
@media only screen and (max-width : 1000px) {
	#ofx-2 .fixed {
		width:50%;
	}
}
@media only screen and (max-width : 750px) {
	#ofx-2 .fixed {
		width:auto;
		padding:80px 20px 40px;
	}
}
#ofx-3 .fixed {
	position:relative;
	width: 700px;
  	padding: 0 550px 50px 50px;
	margin:0 auto
}
@media only screen and (max-width : 1300px) {
	#ofx-3 .fixed {
		width: 55%;
		padding: 0 50px 0 50px;
		margin:0;
	}
}
@media only screen and (max-width : 1000px) {
	#ofx-3 .fixed {
		width: 62%;
	}
}
@media only screen and (max-width : 750px) {
	#ofx-3 .fixed {
		width:auto;
		padding:0 20px;
	}
}

#ofx-4 .fixed {
	position:relative;
	max-width: 1200px;
  	padding: 30px 50px 80px;
	margin:0 auto
}
@media only screen and (max-width : 750px) {
	#ofx-4 .fixed {
		width: auto;
		padding:20px 20px 40px;
	}
}

#ofx-4 .fixed .columns {
	position:relative;
	display:flex;
	gap:50px;
}
#ofx-4 .fixed .columns .half {
	width: 50%;
}
@media only screen and (max-width : 750px) {
	#ofx-4 .fixed .columns {
		flex-wrap:wrap;
		gap:0;
	}
	#ofx-4 .fixed .columns .half {
		width: 100%;
	}
}


/*----------------- CULTURE PAGE  ----------- */

#cul-1.banner .heading {
	top:12vw;
	right:8vw;
	width:39.5vw;
	height:16vw;
}
#cul-1.banner .heading .title img {
	width:39.5vw;
	height:auto;
}

#cul-2 {
	position:relative;
	width:100vw;
	height:auto;
	background-color: #fff;
}
#cul-2 .bg {	
	position: absolute;
	width: 35vw;
	height: 45vw;
	top: 8vw;
	left: 65vw;
	clip-path: polygon(65% 0, 100% 28%, 100% 75%, 65% 100%, 0 50%);
}
#cul-2 .bg img {
	width:100%;
	height:auto;
}

#cul-2 .mask1 {
	position:absolute;
	top:2vw;
	left:59vw;
	width:41vw;
	height:auto;
}
#cul-2 .mask1 img {
	width:100%;
	height:auto;
}

#cul-2 .mobile {
	margin:40px auto;
	max-width:500px;
	padding:0 20px;
}
#cul-2 .mobile img {
	width:100%;
	height:auto;
}

#cul-2 .fixed {
	position:relative;
	width:700px;
	padding:150px 550px 0 50px;
	margin:0 auto
}
@media(max-width: 1300px) {
	#cul-2 .fixed {
		width:50%;
		padding:80px 0 0 50px;
		margin:0;
	}
}
@media(max-width: 750px) {
	#cul-2 .fixed {
		width:auto;
		padding:40px 20px;
	}
}
#cul-2 .fixed .indent {
	position:relative;
	padding:60px 0 40px 0;
}
@media(max-width: 750px) {
	#cul-2 .fixed .indent {
		position:relative;
		padding:0;
	}
}
#cul-2 .fixed-2 {
	position:relative;
	width:700px;
	padding:0 550px 100px 50px;
	margin:0 auto;
	text-align: center;
}
@media(max-width: 1300px) {
	#cul-2 .fixed-2 {
		width:55%;
		padding:0 0 70px 50px;
		margin:0;
	}
}
@media(max-width: 950px) {
	#cul-2 .fixed-2 {
		width:auto;
		padding:0 20px 20px;
	}
}
#cul-3 {
	position:relative;
	width:100vw;
	height:23vw;
	margin:4vw 0;
	background-color: #EBF5F8;
}
@media(max-width: 950px) {
	#cul-3 {
		width:auto;
		height:auto;
		margin:40px 0;
	}
}
#cul-3 .bg {	
	position: absolute;
	width: 42vw;
	top: -1.6vw;
	left: 0;
	overflow:hidden;
	z-index:2;
}
@media(max-width: 950px) {
	#cul-3 .bg {	
		position: relative;
		width: auto;
		top: auto;
		left: auto;
	}
}
#cul-3 .bg img {
	width:100%;
	height:auto;
}

#cul-3 .fixed {
	position:absolute;
	width: 57vw;
	top:0;
	height:100%;
	left:48vw;
	display:flex;
	justify-content: flex-start; 
	align-items: center;
}
@media(max-width: 1300px) {
	#cul-3 .fixed {
		width: 54vw;
		left:45vw;
	}
}
@media(max-width: 950px) {
	#cul-3 .fixed {
		position:relative;
		width: auto;
		height:auto;
		left:auto;
		display:block;
		padding:1px;
	}
}
#cul-3 .fixed .inner {
	position:relative;
	max-width: 530px;
	padding:50px 30px 30px 50px;
}
@media(max-width: 1200px) {
	#cul-3 .fixed .inner {
		position:relative;
		max-width: 500px;
		padding:30px 10px 10px 30px;
	}
}
@media(max-width: 950px) {
	#cul-3 .fixed .inner {
		max-width: 750px;
		padding:20px 20px 20px 20px;
		text-align: center;
		margin: 60px 40px;
	}
}
#cul-3 .fixed h2 {
	color:#00839F;
	font-weight:400;
	font-style:italic;
	font-size:24px;
	line-height:1.1;
	text-transform: none;
}
#cul-3 .fixed h2 strong {
	color:#00839F;
	font-weight:700;
	font-style:normal;
	font-size:50px;
	text-transform: uppercase;
}
@media(max-width: 1300px) {
	#cul-3 .fixed h2 {
		font-size:21px;
		text-transform: none;
	}
	#cul-3 .fixed h2 strong {
		font-size:40px;
	}
}
@media(max-width: 950px) {
	#cul-3 .fixed h2 {
		font-size:28px;
		text-transform: none;
	}
	#cul-3 .fixed h2 strong {
		font-size:40px;
	}
}
#cul-3 .fixed .tick1 {
	position:absolute;
	top:0;
	left:0;
}

#cul-3 .fixed .tick1 img {
	width:28px;
	height:auto;
}
#cul-3 .fixed .tick2 {
	position:absolute;
	bottom:0;
	right:0;
}

#cul-3 .fixed .tick2 img {
	width:28px;
	height:auto;
}




#cul-4 {
	position:relative;
	margin:-4vw 0 0 0;
	height: 35vw;
	overflow:hidden;
}
@media(max-width: 950px) {
	#cul-4 {
		margin:0;
		height: auto;
	}
}
#cul-4 .bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
}
#cul-4 .bg img {
	width:62%;
	margin-left:45%;
	height:auto;
}
@media(max-width: 950px) {
	#cul-4 .bg {
		position:relative;
		width:auto;
		margin:0;
	}
	#cul-4 .bg img {
		width:100%;
		margin-left:0;
	}
}

#cul-4 .mask1 {
	position:absolute;
	top:0;
	left: 0;
	width:100%;
	height:auto;
}
@media(max-width: 950px) {
	#cul-4 .mask1 {
		display:none;
	}
}
#cul-4 .mask1 img {
	width:100%;
	height:auto;
}

#cul-4 .fixed {
	position:relative;
	width: 600px;
	padding:5vw 650px 3vw 50px;
	margin:0 auto;
    height: 29vw;
	display:flex;
	align-items: center;
	line-height:1.3;
}
@media(max-width: 1300px) {
	#cul-4 .fixed {
		margin:0;
		width: 55%;
		padding:5vw 0 0 50px;
	}
}

@media(max-width: 950px) {
	#cul-4 .fixed {
		width: auto;
		padding:40px 20px 40px;
		height: auto;
		display:block;
	}
}
#cul-4 .fixed h2 {
	font-weight:400;
	font-style:italic;
	font-size:26px;
	line-height:1.1;
	text-transform: none;
	margin:0;
}
#cul-4 .fixed h2 strong {
	color:#ADCF3B;
	font-weight:700;
	font-style:normal;
	font-size:32px;
	text-transform: uppercase;
}
@media(max-width: 1300px) {
	#cul-4 .fixed h2 {
		font-size:18px;
	}
	#cul-4 .fixed h2 strong {
		font-size:28px;
	}
}

@media(max-width: 950px) {
	#cul-4 .fixed h2 {
		font-size:28px;
	}
	#cul-4 .fixed h2 strong {
		font-size:40px;
	}
}
#cul-4 .fixed h2 + p {
	margin-top:5px;
}

#cul-5 {
	position:relative;
	height: 33vw;
	overflow:hidden;
}
@media(max-width: 950px) {
	#cul-5 {
		height: auto;
		background-color: #094167;
	}
}
#cul-5 .bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
}
@media(max-width: 950px) {
	#cul-5 .bg {
		position:relative;
		width:auto;
		margin:0;
	}
}
#cul-5 .bg img {
	width:50%;
	margin-left:0;
	height:auto;
}
@media(max-width: 950px) {
	#cul-5 .bg img {
		width:100%;
	}
}
#cul-5 .mask1 {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
}
@media(max-width: 950px) {
	#cul-5 .mask1 {
		display:none;
	}
}
#cul-5 .mask1 img {
	width:100%;
	height:auto;
}

#cul-5 .fixed {
	position:relative;
	color:#fff;
	max-width: 600px;
	padding:3vw 50px 3vw 650px;
	margin:0 auto;
    height: 27vw;
	line-height:1.3;
	display:flex;
	align-items: center;
}
@media(max-width: 1300px) {
	#cul-5 .fixed {
		padding:3vw 100px 3vw 600px;
	}
}
@media(max-width: 1200px) {
	#cul-5 .fixed {
		margin:0;
		width: 45%;
		padding:3vw 0 3vw 48%;
	}
}

@media(max-width: 950px) {
	#cul-5 .fixed {
		width: auto;
		padding:40px 20px;
		height: auto;
		display:block;
	}
}
#cul-5 .fixed h2 {
	color:#fff;
	font-weight:400;
	font-style:italic;
	font-size:28px;
	line-height:1.1;
	text-transform: none;
	margin:0;
}
#cul-5 .fixed h2 strong {
	color:#ADCF3B;
	font-weight:700;
	font-style:normal;
	font-size:32px;
	text-transform: uppercase;
}
@media(max-width: 1300px) {
	#cul-5 .fixed h2 {
		font-size:18px;
	}
	#cul-5 .fixed h2 strong {
		font-size:28px;
	}
}
@media(max-width: 950px) {
	#cul-5 .fixed h2 {
		font-size:28px;
	}
	#cul-5 .fixed h2 strong {
		font-size:40px;
	}
}
#cul-5 .fixed h2 + p {
	margin-top:5px;
}



#cul-6 {
	position:relative;
	overflow:hidden;
}
#cul-6 .bg {
	position:absolute;
	bottom:0;
	right:0;
	width:200px;
	height:auto;
}
@media(max-width: 750px) {
	#cul-6 .bg {
		width:100px;
	}
}
#cul-6 .bg img {
	width:100%;
	margin-left:0;
	height:auto;
}

#cul-6 .fixed {
	position:relative;
	max-width: 1200px;
	padding:0 50px;
	text-align: center;
	margin:80px auto;
}
@media(max-width: 750px) {
	#cul-6 .fixed {
		margin:80px auto;
		padding:0 20px;
	}
}


/*----------------- ABOUT / BOD  ----------- */

#job-1.subbanner .heading {
	top:6vw;
	right:8vw;
	width:39.5vw;
	height:16vw;
}
#job-1.subbanner .heading .title img {
	width:39.5vw;
	height:auto;
}

#job-2 .fixed {
	position:relative;
	max-width:1200px;
	padding:100px 50px 50px 50px;
	margin:0 auto
}
@media(max-width: 750px) {
	#job-2 .fixed {
		padding:40px 20px;
	}
}

#job-2 .fixed .alertbox {
	position: relative;
	padding: 30px 50px;
	margin: 0 0 70px;
	background-color: #EBF5F8;
	clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
	color: #094167;
  	font-size: 28px;
	text-align: center;
  	line-height: 1.2;
  	font-weight: 400;
}




#job-2 .fixed .list-head {
	position:relative;
	padding:50px 0 0;
	font-weight: 700;
  	font-style: normal;
	color: #ADCF3B;
  	font-size: 40px;
  	text-transform: uppercase;
}
@media(max-width: 750px) {
	#job-2 .fixed .list-head {
		font-size: 32px;
		padding:20px 0 0;
	}
}
#job-2 .fixed .list {
	position:relative;
	padding:10px 50px 0;
	margin:0 auto;
}
@media(max-width: 750px) {
	#job-2 .fixed .list {
		padding:5px 0 0;
	}
}

#job-2 .fixed .list .job {
	margin:0 0 25px;
	font-size:21px;
	font-style: italic;
	line-height:1.3;
	font-weight:300;
}
#job-2 .fixed .list .job strong {
	font-size:30px;
	font-style:normal;
	font-weight:700;
}
@media only screen and (max-width : 750px) {
	#job-2 .fixed .list .job {
		font-size:15px;
	}
}
#job-2 .fixed .list .job p {
	margin:0;
}

#job-2 .fixed .list .job a {
	display:inline-block;
	margin:15px 0 0 0;
	padding:12px 25px 12px 45px;
	color:#ADCF3B;
	font-size:15px;
	line-height:1.1;
	font-weight:700;
	text-align: left;
	text-transform: uppercase;
	background-color:#ADCF3B;
	background-image: url("images/btn2-swipe.png");
	background-repeat: no-repeat;
	background-position:left 0 top 0;
	transition: all .3s;
}
#job-2 .fixed .list .job a:hover {
	color:#094167;
	background-position:left 400px top 0;
}

#job-2 .fixed .cntrbtn {
  position: relative;
  margin: 30px 0 100px 0;
  text-align: center;
  z-index: 2;
}

#job-2 .fixed .notice {
	position: relative;
	padding: 20px 30px;
	margin:50px 0;
	background-color: #EBF5F8;
	color: #094167;
  	font-size: 15px;
  	line-height: 1.3;
}




/* ---------------- greenhouse jobs 4/30/2025 ------------------------ */


#job-2 .fixed .list-gh {
	position:relative;
	padding:10px 0 0;
	margin:0 auto;
}
@media(max-width: 750px) {
	#job-2 .fixed .list-gh {
		padding:5px 0 0;
	}
}

#job-2 .fixed .list-gh .job {
	padding:0 0 25px 0;
	border-bottom:1px solid #ebebeb;
	margin:0 0 25px;
	font-size:21px;
	font-style: italic;
	line-height:1.3;
	font-weight:300;
	display:flex;
	justify-content: space-between;
	gap:50px;
}
#job-2 .fixed .list-gh .job strong {
	font-size:26px;
	font-style:normal;
	font-weight:700;
}
@media only screen and (max-width : 750px) {
	#job-2 .fixed .list-gh .job {
		font-size:15px;
	}
	#job-2 .fixed .list-gh .job strong {
		font-size:20px;
	}
}
#job-2 .fixed .list-gh .job p {
	margin:0;
}

#job-2 .fixed .list-gh .job a {
	display:inline-block;
	margin:0;
	padding:12px 25px 12px 45px;
	color:#ADCF3B;
	font-size:15px;
	line-height:1.1;
	font-weight:700;
	text-align: left;
	text-transform: uppercase;
	background-color:#ADCF3B;
	background-image: url("images/btn2-swipe.png");
	background-repeat: no-repeat;
	background-position:left 0 top 0;
	transition: all .3s;
}
#job-2 .fixed .list-gh .job a:hover {
	color:#094167;
	background-position:left 400px top 0;
}

#job-2 .fixed .job-desc-gh {
	margin:60px 0;
}

#job-2 .fixed .job-desc-gh .title {
	display:flex;
	justify-content: space-between;
	gap:50px;
	margin:0 0 60px 0;
}
#job-2 .fixed .job-desc-gh .title h2 strong {
	font-size:36px;
	margin:0;
}
#job-2 .fixed .job-desc-gh .title p{
	margin:5px 0 0 0;
}

#job-2 .fixed .job-desc-gh .title a {
	display:inline-block;
	margin:5px 0 0 0;
	padding:12px 25px 12px 45px;
	color:#ADCF3B;
	font-size:15px;
	line-height:1.1;
	font-weight:700;
	text-align: left;
	text-transform: uppercase;
	background-color:#ADCF3B;
	background-image: url("images/btn2-swipe.png");
	background-repeat: no-repeat;
	background-position:left 0 top 0;
	transition: all .3s;
}
#job-2 .fixed .job-desc-gh .title a:hover {
	color:#094167;
	background-position:left 400px top 0;
}


/* -------- end greenhouse ------------------ */





/*----------------- CONTACT US PAGE  ----------- */

#cu-1.banner .heading {
	top:14vw;
	right:16vw;
	width:22.2vw;
	height:11.9vw;
}
#cu-1.banner .heading .title img {
	width:22vw;
	height:auto;
}

#cu-2 {
	position:relative;
	width:100vw;
	height:auto;
	background-color: #fff;
}

#cu-2 .fixed {
	position:relative;
	max-width: 1200px;
	padding:5vw 50px 0 50px;
	margin:0 auto;
	font-size:24px;
	font-weight:700;
}
@media(max-width: 1300px) {
	#cu-2 .fixed {
		font-size:20px;
	}
}
@media(max-width: 1100px) {
	#cu-2 .fixed {
		font-size:18px;
	}
}
@media only screen and (max-width : 750px) {
	#cu-2 .fixed {
		padding:20px 20px 0 20px;
		font-size:16px;
	}
}
#cu-2 .fixed .cols {
	position:relative;
	display:flex;
	padding:50px 0;
}
@media only screen and (max-width : 750px) {
	#cu-2 .fixed .cols {
		display:block;
		padding:0;
	}
}
#cu-2 .fixed .cols .one {
	width:50%;
}
@media only screen and (max-width : 750px) {
	#cu-2 .fixed .cols .one {
		width:auto;
	}
}
#cu-2 .fixed .cols .two {
	width:25%;
}
@media only screen and (max-width : 750px) {
	#cu-2 .fixed .cols .two {
		width:auto;
	}
}
#cu-2 .fixed .cols .three {
	width:25%;
}
@media only screen and (max-width : 750px) {
	#cu-2 .fixed .cols .three {
		width:auto;
	}
}
#cu-2 .fixed h2 + p {
	margin-top:5px;
}

#cu-3 {
	position:relative;
	width:100vw;
	height:auto;
	background-color: #F4F4F4;
}

#cu-3 .fixed {
	position:relative;
	padding:80px 50px 40px;
	max-width:1200px;
	margin:0 auto;
}
@media only screen and (max-width : 750px) {
	#cu-3 .fixed {
		padding:50px 20px;
	}
}
#cu-3 .fixed h2 {
	padding:0 0 35px;
}
@media only screen and (max-width : 750px) {
	#cu-3 .fixed h2 {
		padding:0 0 25px;
	}
}
#cu-3 .fixed .row {
	display:flex;
	flex-wrap:wrap;
}
@media only screen and (max-width : 750px) {
	#cu-3 .fixed .row {
		flex-wrap:wrap;
	}
}
#cu-3 .fixed .cols {
	position:relative;
	width:calc(29% - 2px);
	padding:0 1% 0 0;
	margin:0 3% 40px 0;
	border-right:2px solid #ffffff80;
}
#cu-3 .fixed .cols:nth-child(3n),
#cu-3 .fixed .cols:last-child {
	border-right:2px solid #F4F4F4;
}

@media only screen and (max-width : 750px) {
	#cu-3 .fixed .cols {
		width:calc(46% - 2px);
	}
	#cu-3 .fixed .cols:nth-child(3n) {
		border-right:2px solid #ffffff80;
	}
	#cu-3 .fixed .cols:nth-child(2n),
	#cu-3 .fixed .cols:last-child {
		border-right:2px solid #F4F4F4;
	}
}
@media only screen and (max-width : 400px) {
	#cu-3 .fixed .cols {
		width:100%;
		margin:0 3% 20px 0;
		border-right:2px solid #F4F4F4;
	}
	#cu-3 .fixed .cols:nth-child(3n) {
		border-right:2px solid #F4F4F4;
	}
}
#cu-3 .fixed .cols .address {
	font-size:90%;
}
#cu-3 .fixed .cols .address h3 {
	color:#0A4167;
	font-weight:700;
	font-style:normal;
	font-size:115%;
}
#cu-3 .fixed .cols .address strong {
	font-weight:600;
}

/* ====================================== default page/post styles ============================= */

#default {
	padding:0;
	margin:0;
}
#default .fixed {
	max-width:960px;
	margin:0 auto;
	padding:250px 0 60px;
	min-height:100vh;
	
}
@media(max-width: 1000px) {
	#default .fixed {
		padding:150px 25px 50px;
	}
}
#default .fixed h2 {
	font-family: 'Dinot', sans-serif;
	font-size:40px;
	font-weight:700;
	margin:0;
}
@media(max-width: 1000px) {
	#default .fixed h2 {
		font-size:30px;
	}
}



/* ====================================== ============================= */


.backto {
	text-align:left;
	font-size:14px;
}




/*----------------- DEFAULT PAGE  ----------- */

#pg-1 {
	position:relative;
	width:100vw;
	height:auto;
	background-color: #fff;
}

#pg-1 .mask {
	position:absolute;
	width:100%;
	height:auto;
	top:0;
	left:0;
}

#pg-1 .mask img {
	width:100%;
	height:auto;
}

#pg-1 .fixed {
	position:relative;
	max-width: 1200px;
	padding:80px 50px;
	margin:0 auto;
}
@media only screen and (max-width : 750px) {
	#pg-1 .fixed {
		padding:40px 20px;
	}
}



/*----------------- JOTFORM  ----------- */

#jotf-1 {
	position:relative;
	width:100vw;
	min-height:100vh;
	background-color: #f3f3fe;
}

.stay-utd {
	position:relative;
	text-align: center;
  	margin: 0;
  	padding: 75px 50px;
}
@media(max-width: 1000px) {
	.stay-utd {
		padding: 50px 50px;
	}
}
.stay-utd .blue-corner1 {
	position:absolute;
	top:0;
	left:0;
	width:14vw;
	height:auto;
}
.stay-utd .blue-corner1 img {
	width:100%;
	height:auto;
}
.stay-utd .blue-corner2 {
	position:absolute;
	bottom:0;
	right:0;
	width:6vw;
	height:auto;
}
.stay-utd .blue-corner2 img {
	width:100%;
	height:auto;
}
.stay-utd .call {
	position:relative;
	display:inline-block;
	padding:0 80px;
	font-weight: 700;
  	font-style: normal;
  	font-size: 44px;
	line-height:1.1;
  	text-transform: uppercase;
}
@media(max-width: 1000px) {
	.stay-utd .call {
		font-size: 30px;
	}
}
.stay-utd .call .call-arws {
	position:absolute;
	top:5px;
	left:0;
	width:60px;
	height:auto;
}
.stay-utd .call .call-arws img {
	width:100%;
	height:auto;
}
.stay-utd .call span {
	color:#ADCF3B;
}
.stay-utd .btns {
	margin: 10px 0 0 0;
}


/* ====================================== footer ============================= */

.footer {
	position:relative;
	width:100%;
	background-color:#094167;
	background-image: url("images/footer-bg.png");
	background-size:cover;
	background-position:center bottom;
	color:#fff;
	padding:0;
	font-size:18px;
}
@media(max-width: 1000px) {
	.footer {
		font-size:15px;
	}
}
.footer a svg {
	transition:all .3s;
}
.footer a:hover svg {
	fill: #ADCF3B;
}
.footer-in {
	position:relative;
	max-width:1200px;
	margin:0 auto;
	padding:40px 20px 20px; 
	overflow:hidden;
}
@media(max-width: 1000px) {
	.footer-in {
		padding:20px 20px 20px; 
	}
}
.footer-in .logo {
	position:relative;
	width:125px;
	margin:0 auto 60px;
}
@media(max-width: 1000px) {
	.footer-in .logo {
		position:relative;
		width:85px;
		margin:20px auto 30px;
	}
}
.footer-in .logo img {
	width:100%;
	height:auto;
}

.footer-in .columns {
	position:relative;
	display:flex;
	margin:20px auto 60px;
	justify-content:center;
	gap:3%;
}
@media(max-width: 1000px) {
	.footer-in .columns {
		margin:20px auto 30px;
	}
}
@media(max-width: 750px) {
	.footer-in .columns {
		display:none;
	}
}
.footer-in .columns &gt; div {
	width:17%;
}
.footer-in .columns &gt; div:last-child {
	width:10%;
}
.footer-in .columns &gt; div h2 {
	font-style:normal;
	font-weight:700;
	color:#ADCF3B;
	margin:0 0 12px 0;
	font-size:22px;
}
@media(max-width: 1000px) {
	.footer-in .columns &gt; div h2 {
		margin:0 0 8px 0;
		font-size:18px;
	}
}
.footer-in .columns &gt; div h2 a {
	color:#ADCF3B;
}
.footer-in .columns &gt; div p {
	margin:6px 0;
}
@media(max-width: 1000px) {
	.footer-in .columns &gt; div p {
		margin:0;
	}
}
.footer-in .columns &gt; div p a {
	color:#fff;
	transition:all .3s;
}
.footer-in .columns &gt; div p a:hover {
	color:#ADCF3B;
}
.footer-in .terms {
	font-size:13px;
	text-align:center;
	margin:0;
}
.footer-in .terms a {
	margin:0 7px;
	color:#ADCF3B;
	transition:all .3s;
}
.footer-in .terms a:hover {
	color:#00839F;
}
.footer-in .copyright {
	font-size:13px;
	text-align:center;
	margin:0;
	color:#fff;
}


#return-to-top {
    bottom: 15px;
    display: none;
    position: fixed;
    right:15px;
	margin:0;
    transition: all 0.3s ease 0s;
    width: 30px;
	height: 30px;
    z-index: 1000;
	overflow:hidden;
	background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='100%' height='100%' viewBox='0 0 211 212' enable-background='new 0 0 211 212' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Ccircle fill='%23ADCF3B' fill-opacity='70%25' cx='105.986' cy='105.986' r='105.986'/%3E%3Cpolygon fill='%23ffffff' points='175.208,129.635 105.986,60.413 36.765,129.635 42.337,135.207 105.986,71.558 169.636,135.207 '/%3E%3C/svg%3E");
}
#return-to-top:hover {
	cursor:pointer;
	background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='100%' height='100%' viewBox='0 0 211 212' enable-background='new 0 0 211 212' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Ccircle fill='%23ADCF3B' fill-opacity='70%25' cx='105.986' cy='105.986' r='105.986'/%3E%3Cpolygon fill='%23094167' points='175.208,129.635 105.986,60.413 36.765,129.635 42.337,135.207 105.986,71.558 169.636,135.207 '/%3E%3C/svg%3E");
}











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


</pre></body></html>