:root {

    /*colors*/
    --primary-type: #58595B;
    --primary-blue: #0c6fb0;
    --secondary-blue: #24c1dd;
    --prussian-blue: #030027;
	--white: #FFF;

    /*fonts*/


	/*misc*/
	--transition-standard: ease-in-out .3s;
	--border-radius-lrg: 45px;
	--border-radius-med: 30px;
	--border-radius-sml: 25px;
	--border-radius-xsml: 12px;
	--border-radius-circ: 50%;
	
}

@media screen and (max-width: 768px) {
	:root {	
		/*misc*/
		--border-radius-lrg: 25px;
		--border-radius-med: 25px;		
	}
}

/* ================== GENERAL ================== */

body {
    margin: 0;
    font-family: "alwyn-new-rounded-web", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    line-height: 30px;
    color: var(--primary-type);
    background: url(img/elements/background.jpg) no-repeat 15% 0;
    background-attachment: fixed;
}


.background {
    position: fixed;
	width: 100vw;
	height: 100vh;
	background: url(img/elements/background.jpg) no-repeat 15% 0;
}

.wrapper {
	overflow-x: hidden;
}

main {
    max-width: 1800px;
    margin: 0 auto;
    overflow: hidden;
}

main:not(#landing-page) {
	padding: 175px 0 0 0;
}

@media screen and (max-width: 768px) {
	main:not(#landing-page) {
		padding: 125px 0 0 0;
	}
}

section {
	position: relative;
	width: 100%;
}

.page-body {
	margin: 20px 0 80px 0;
}

@media screen and (max-width: 768px) {
	.page-body {
		margin: 40px 0;
	}
}

.copybox {
	position: relative;
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

.basic-fixed-content {
	width: 80%;
}

.iwrap {
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	top: 0;
	border-bottom-left-radius: var(--border-radius-lrg);
	border-bottom-right-radius: var(--border-radius-lrg);
	overflow: hidden;
	background: var(--primary-type);
}

@media screen and (max-width: 768px) {
	.iwrap {
		border-bottom-left-radius: var(--border-radius-med);
	border-bottom-right-radius: var(--border-radius-med);
	}
}

.iwrap.fullimage img.main-img {
	position: absolute;
	width: 100%;
	height: 110%;
	top: 0;
	object-fit: cover;
}

@media screen and (max-width: 481px) {
	.iwrap.fullimage img.main-img {
		width: auto;
		left: -125%;
	}
}

.iwrap.fullimage img.overlay-img {
	position: absolute;
	width: 50%;
	min-width: 450px;
	bottom: 15%;
	left: 5%;
	z-index: 9;
}

@media screen and (max-width: 481px) {
	.iwrap.fullimage img.overlay-img {
		min-width: initial;
		width: 90%;
		bottom: 20%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

/* ================== /.END GENERAL ================== */


/* ================== ELEMENTS ================== */

a:link {
	color: var(--prussian-blue);
	text-decoration: none;
	transition: var(--transition-standard);
}

a:hover {
	color: var(--primary-blue);
	text-decoration: none;
	transition: var(--transition-standard);
}

h1.page-title {
	position: relative;
	width: 100%;
	margin: 60px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 60px;
	color: var(--primary-blue);
}

@media (max-width: 767px) {  
	h1.page-title {
		margin: 20px 0 30px 0;
		font-size: 38px;
		text-align: center;
		line-height: 40px;
	}	
}

@media (max-width: 481px) {  
	h1.page-title {
		margin: 40px 0 30px 0;
		font-size: 28px;
		line-height: 20px;
	}	
}

.hide {
	position: absolute;
}

.clearfix {
	clear: both;
}

button.theme {
    position: relative;
	display: block;
    margin: 40px auto;
    min-width: 150px;
    padding: 15px 20px;
	border: 0;
	background: var(--prussian-blue);
    border-radius: var(--border-radius-sml);
	color: var(--white);
    text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
    font-size: 16px;
	/* transform: scale(1); */
	cursor: pointer;
	/* transition: 0.3s ease; */
}

.button-anim1 {
	background: var(--prussian-blue);
}

.radial-gradient {
    background: radial-gradient(circle at 50% 50%, rgba(17, 139, 173, 0.3) 29%, rgba(17, 139, 173, 0.5) 60%, rgba(17, 139, 173, 1) 100%);
	background-color: var(--white);
}

.wp-block-embed iframe {
	border-radius: var(--border-radius-med);
    max-width: 100%;
}

/* ------ svg shadows ------ */

.drop-shadow1 {
	filter: url("#drop-shadow1-filter");
	overflow: visible;
}

/* Safari 7.1+ */
_::-webkit-full-page-media, _:future, :root .drop-shadow1 {
	filter: none;
}

.drop-shadow1b {
	filter: url("#drop-shadow1b-filter");
	overflow: visible;
}

/* Safari 7.1+ */
_::-webkit-full-page-media, _:future, :root .drop-shadow1b {
	filter: none;
}

.drop-shadow2 {
	filter: url("#drop-shadow2-filter");
	overflow: visible;
}

/* Safari 7.1+ */
_::-webkit-full-page-media, _:future, :root .drop-shadow2 {
	filter: none;
}

.drop-shadow3 {
	filter: url("#drop-shadow3-filter");
	overflow: visible;
}

/* Safari 7.1+ */
_::-webkit-full-page-media, _:future, :root .drop-shadow3 {
	filter: none;
}

.is-chrome .drop-shadow3 {
	filter: none;
}

.bg-vid {
	position: fixed;
	width: 150vw;
	height: 150vh;
	object-fit: cover;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transform: translateY(-15%);
	opacity: 0.2;
	z-index: -1;
}

@media screen and (max-width: 481px) {
    .bg-vid {
        position: fixed;
        width: 177.78vh;
        height: 100vh;
        top: 0;
    }
}

#player {
	position: fixed!important;
	top: 0!important;
}

#video-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
	opacity: 0.2;
}

#video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero {
	position: relative;
	width: 100%;
	padding: 56.2% 0 0 0;
	border-bottom-left-radius: var(--border-radius-lrg);
	border-bottom-right-radius: var(--border-radius-lrg);
	overflow: hidden;
	background: #CCC;
}

.hero img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
}

.hero iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;	
	border: none;
}

.window {
    margin: 75px 0;
    padding: 20px 40px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: var(--border-radius-med);
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); 
}

.more {
	width: 90px;
	height: 55px;
	background: url(img/elements/arrow-down.svg) no-repeat;
	margin: 0 auto -55px auto;
}

/* ================== /.END ELEMENTS ================== */



/* ================== HEADER ================== */

header {
    position: fixed;
    width: 100%;
	top: 0;
    z-index: 999;
}

.top-bar {
	position: relative;
	width: 82.5%;
	padding: 0 0 0 17.5%;
	display: flex;
	justify-content: right;
	background: var(--primary-blue);
}

.bottom-bar {
	position: relative;
    width: 100%;
	height: 100px;
	background: var(--white);
    border-bottom-left-radius: var(--border-radius-lrg);
	border-bottom-right-radius: var(--border-radius-lrg);
}

/* Safari 7.1+ */
_::-webkit-full-page-media, _:future, :root .bottom-bar {
	border-bottom: 2px solid var(--primary-blue);
	border-left: 2px solid var(--primary-blue);
	border-right: 2px solid var(--primary-blue);
}

@media screen and (max-width: 768px) {
	.bottom-bar {
		height: 60px;
		/* border-bottom-left-radius: var(--border-radius-sml);
		border-bottom-right-radius: var(--border-radius-sml); */
	}
}

@media screen and (max-width: 481px) {
	.bottom-bar {
		height: 70px;
	}
}

/* ------ contact icons ------ */

ul.flex-contact {
	position: relative;
	margin: 20px 0;
	display: flex;
	flex-flow: row nowrap;
	column-gap: 20px;
	list-style: none;
	padding: 0;
	/* z-index: 999; */
}

@media screen and (max-width: 768px) {
	ul.flex-contact {
		margin: 10px 0;
		column-gap: 15px;
	}
}

@media screen and (max-width: 481px) {
	ul.flex-contact {
		margin: 15px 0;
	}
}

ul.flex-contact li {
	position: relative;
	width: 35px;
	height: 35px;
	border-radius: var(--border-radius-circ);;
	background-color: var(--prussian-blue);
	transform: scale(1);
	cursor: pointer;
	filter: drop-shadow(0px 1px 3px #666);
	opacity: 0;
	transition: 0.1s ease;
}

@media screen and (max-width: 768px) {
	ul.flex-contact li {
		width: 20px;
		height: 20px;
		transition: 0.1s ease;
	}
}

@media screen and (max-width: 481px) {
	ul.flex-contact li {
		width: 25px;
		height: 25px;
		transition: 0.1s ease;
	}
}
  
ul.flex-contact li:hover {
	background: var(--white);
	transition: 0.1s ease;
}

@media screen and (max-width: 768px) {
	ul.flex-contact li svg {
		position: absolute;
		top: 0;
	}
}
  
.contact-logo {
	width: 100%;
	height: 100%;
	fill: var(--white);
	transition: 0.1s ease;
}
  
ul.flex-contact li:hover .contact-logo {
	fill: var(--prussian-blue);
	transition: 0.1s ease;
}

/* ------ /.END contact icons ------ */

/* ------ logo ------ */

#mainlogo img {
	width: 65%;
	height: 100%;
}

.logo-holder {
    position: absolute;
    display: block;
    width: 245px;
    height: 70px;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s ease;
    cursor: pointer;
    z-index: 99;
}

@media screen and (max-width: 768px) {
	header .logo-holder {
		top: 0;
		left: -20px;
		transform: scale(.5);
		transition: 0.5s ease;
	}
}

@media screen and (max-width: 481px) {
	header .logo-holder {
		top: 50%;
		left: 10px;
		transform: translateY(-50%) scale(.75);
		transition: 0.5s ease;
	}
}

.logo-type1 {
    position: absolute;
    width: 100%;
	left: 0;
    padding: 18% 0 0 0;
    background: url(img/logo/logo-type1.svg) no-repeat center center;
    top: 0;
	opacity: 0;
	transform: scale(1);
	z-index: 9;
}

.logo-type2 {
    position: absolute;
    width: 100%;
	left: 0;
    padding: 14% 0 0 0;
    background: url(img/logo/logo-type2.svg) no-repeat center center;
    top: 56%;
	opacity: 0;
	z-index: 9;
}

/* .logo-icon {
    position: absolute;
    display: block;
    width: 88%;
    padding: 88% 0 0 0;
    background: url(img/logo/logo-icon.svg) no-repeat center center;
    z-index: 9;
    left: -28%;
    top: -115%;
    opacity: 0;
    z-index: 8;
} */

/* ------ /.END logo ------ */

/* ------ menu button ------ */

#menu-btn {
    position: absolute;
    width: 65px;
	height: 65px;
    top: 50%;
    right: 30px;
	border-radius: var(--border-radius-circ);;
    display: block;
	background: var(--prussian-blue) url(img/general/menu-wht.svg) no-repeat center center / 60%;
	cursor: pointer;
	transform-origin: center center;
	transform: translateY(-50%) scale(1);
	transition: 0.5s ease;
}

/* @media screen and (max-width: 768px) {
	#menu-btn {
		position: fixed;
		top: 0;
		right: 0;
	}
} */

@media screen and (max-width: 768px) {
	#menu-btn {
		width: 35px;
		height: 35px;
		transition: 0.5s ease;
	}
}

@media screen and (max-width: 450px) {
	#menu-btn {
		width: 45px;
		height: 45px;
		transition: 0.5s ease;
	}
}

#menu-btn:hover {
	background-color: var(--primary-blue);
	transform: translateY(-50%) scale(1.2);
	transition: 0.5s ease;
}

/* ------ /.END menu button ------ */

/* ------ menu ------ */

ul#header-nav {
    position: fixed;
	top: 20px;
    right: -150%;
    list-style: none;
    text-align: right;
    padding: 20px 10px 20px 30px;
    background: var(--prussian-blue);
    margin: 0;
    border-top-left-radius: var(--border-radius-med);
	border-bottom-left-radius: var(--border-radius-med);
	line-height: 40px;
	z-index: 9999;
	transition: 1s ease;
}

#header-shadow {
    position: fixed;
	top: 20px;
    right: -150%;
    padding: 20px 0 20px 30px;
	z-index: 99;
	background: #F00;
}

ul#header-nav.active {
    right: 0;
	transition: 0.5s ease;
}

ul#header-nav li {
	position: relative;
    display: inline;
	margin: 0;
}

ul#header-nav li:after {
    content: '\A';
    white-space: pre;
	margin: 10px 0;
}

ul#header-nav li a {
    text-decoration: none;
    color: var(--white);
    padding: 10px;
	transition: 0.5s ease;
}

.is-chrome ul#header-nav li a:hover,
.is-chrome ul#header-nav li.current-menu-item a {
    color: var(--primary-blue);
}

.link-effect {
	position: absolute;
	width: 0%;
	height: 100%;
	top: -8px;
	right: -40px;
	padding: 8px 0 8px 10px;
	border-top-left-radius: var(--border-radius-sml);;
    border-bottom-left-radius: var(--border-radius-sml);
	background: var(--primary-blue);
	z-index: -1;
	transition: 0.5s ease;
}

.is-chrome .link-effect {
	display: none;
}

ul#header-nav li a:hover + .link-effect {
	width: calc(100% + 20px);
	right: -20px;
	transition: 0.5s ease;
}

#menu-close {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 10px;
	left: 10px;
	border-radius: var(--border-radius-circ);;
	background: var(--primary-blue) url(img/general/menu-close.svg) no-repeat center center / 60%;
	transform: rotate(0deg);
	transition: 0.5s ease;
	cursor: pointer;
}

#menu-close:hover {
	transform: rotate(180deg);
	transition: 0.5s ease;
}

/* ------ /.END menu ------ */

/* ================== /.END HEADER ================== */



/* ================== LANDING PAGE ================== */

#landing-page section {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100vh;
	background: var(--white);
}

#landing-page .header-wrap {
	position: relative;
	width: 100%;
	text-align: center;
}

#landing-page h2 {
    position: relative;
    display: inline-block;
    margin: 0 0 -20px 0;
    padding: 80px;
    font-size: 50px;
	line-height: 45px;
    color: var(--primary-blue);
/*     background-image: url(img/logo/logo-icon.svg);
    background-size: 190px;
    background-repeat: no-repeat;
    background-position: 0 0; */
}

@media screen and (max-width: 481px) {
	#landing-page h2 {
		padding: 40px 20px;
		font-size: 36px;
		background-size: 160px;
		background-position: -20px center;
	}
}

#LP1 {
	min-height: calc(100vh + 30px);
	margin: 0;
	border-bottom-left-radius: var(--border-radius-lrg);
	border-bottom-right-radius: var(--border-radius-lrg);
	z-index: 9;
}

/* @media screen and (max-width: 768px) {
	#LP1 {
		border-bottom-left-radius: var(--border-radius-lrg);
		border-bottom-right-radius: var(--border-radius-lrg);
	}
} */

#LP2 {
	/* margin: -100vh 0 0 0; */
	overflow: hidden;
	z-index: 7;
}

.backboard {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--prussian-blue);
}

/* ------ our mission ------ */

#LP2-marker {
	position: absolute;
	width: 100px;
	height: 10px;
	top: 20%;
	background: #F00;
}

#LP2 .window {
    width: 80%;
}

@media screen and (max-width: 481px) {
	#LP2 .window {
		width: 65%;
		margin: 75px auto;
	}
}

#LP2 .textblock {
	position: relative;
	display: block;
}

#LP2 .textblock img {
    position: relative;
    width: 350px;
    height: auto;
	float: right;
	margin: 0 0 20px 20px;
	border-radius: var(--border-radius-sml);
    object-fit: cover;
	border-radius: var(--border-radius-lrg);
}

@media screen and (max-width: 481px) {
	#LP2 .textblock img {
		width: 100%;
		border-radius: var(--border-radius-sml);
	}
} 

@media screen and (max-width: 481px) {
	#LP2 .player.player-bbb9cf35-71c8-4ef3-a601-b4a75822b1a6 {
		position: fixed!important;
		top: -15vh!important;
		width: 200vw!important;
	}
} 

/* ------ /.END our mission ------ */

/* ------ our team ------ */

section#LP3 {
	min-height: 0;
	background: var(--prussian-blue);
}

#LP3 {
	width: calc(100% - 100px)!important;
	min-height: auto;
	z-index: 7;
	padding: 50px;
	background: var(--prussian-blue);
}

@media screen and (max-width: 481px) {
	#LP3 {
		width: calc(100% - 60px)!important;
		padding: 30px;
	}
} 

#LP3 h2 {
	margin: 0 0 -60px 0; 
}

#LP3 .gridwrap {
	position: relative;
	margin: 50px auto;
	padding: 30px 0;
	display: grid;
	grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
	border-radius: var(--border-radius-lrg);
}
  
ul.slidewrap {
	position: relative;
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	list-style: none;
	padding: 0 80px;
	display: flex;
	justify-content: center;
	align-items: stretch;
}

@media screen and (max-width: 481px) {
	ul.slidewrap {
		padding: 0 0 30px 0;
	}
} 
  
ul.slidewrap li.slide {
	flex: 1;
	width: 350px;
	/* background-color: #ccc; */
	margin: 0 10px;
	display: flex;
	flex-direction: column;
}

.bio-pic {
	position: relative;
	width: 75%;
	margin: 20px auto;
	padding: 75% 0 0 0;
	border-radius: var(--border-radius-circ);
	/* transform: scale(1);
	transition: 0.3s ease; */
	cursor: pointer;
	background: var(--prussian-blue);
}

@media screen and (max-width: 481px) {
	.bio-pic {
		position: relative;
		width: 65%;
		padding: 65% 0 0 0;
	}
} 

img.pic,
img.bio-pic {
	background-position: top center!important;
}
  
.bio-title {
	margin: 20px 0 0 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.bio-title {
		margin: 0;
		font-size: 16px;
		line-height: 21px;
	}
} 

ul.responsive li.slide {
	position: relative;
	width: 300px;
}

.slick-list {
    margin: 0 0 50px 0;
}

ul.slick-dots li {
	background: var(--primary-blue);
	border-radius:var(--border-radius-circ);
}

ul.slick-dots li.slick-active {
	background: var(--prussian-blue);
}

.slick-dots li.slick-active button::before {
    opacity: 0;
}

.slick-dots li button::before {
    opacity: 0;
}

ul.responsive .slick-next {
	right: 0;
    background: url(img/elements/arrow-next.svg) no-repeat center center;
    width: 60px;
    height: 60px;
    min-width: auto;
    top: 38%;
	cursor: pointer;
}

ul.responsive .slick-prev {
	left: 0;
    background: url(img/elements/arrow-prev.svg) no-repeat center center;
    width: 60px;
    height: 60px;
    min-width: auto;
    top: 38%;
	cursor: pointer;
}

ul.responsive .slick-prev::before,
ul.responsive .slick-next::before {
	display: none;
}

.slick-dots {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: -10px;
	z-index: 99999;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
	flex-wrap: wrap;
	gap: 10px 0;
	
		li button {
			width: 15px;
			height: 15px;
		}
	
		.slick-dots button {
			display: block;
			width: 1rem;
			height: 1rem;
			padding: 0;
			border: none;
			border-radius: var(--border-radius-circ);			
			text-indent: -9999px;
		}
	
		li.slick-active button {
			background-color: var(--prussian-blue);
			border-radius: var(--border-radius-circ);
		}
	
}

/* ------ /.END our team ------ */

/* ================== /.END LANDING PAGE ================== */



/* ================== STANDARD HERO ================== */

section.page-hero {
	margin: 0 0 60px 0;
	border-bottom-left-radius: var(--border-radius-lrg);
	border-bottom-right-radius: var(--border-radius-lrg);
	overflow: hidden;
}

@media screen and (max-width: 481px) {
	section.page-hero {
		margin: 0 0 30px 0;
	}
}

.hero-pic {
	border-bottom-left-radius: var(--border-radius-lrg);
	border-bottom-right-radius: var(--border-radius-lrg);
}

.hero-pic img {
	border-bottom-left-radius: var(--border-radius-lrg);
	border-bottom-right-radius: var(--border-radius-lrg);
}

/* ================== /.END STANDARD HERO ================== */



/* ================== OUR TEAM ================== */

#our_team-page .page-body {
	margin: 75px 0;
}

@media screen and (max-width: 768px) {
	#our_team-page .page-body {
		margin: 45px 0;
	}
}

#our_team-page h2.page-subhead {
	font-size: 42px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#our_team-page h2.page-subhead {
		margin: 0;
		font-size: 32px;
	}
}

@media screen and (max-width: 481px) {
	#our_team-page h2.page-subhead {
		font-size: 22px;
	}
}

ul.team-row {
	position: relative;
	width: 96%;
	margin: 50px auto;
	padding: 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
	ul.team-row {
		margin: 10px auto 30px;
	}
}

ul.team-row li.thumb {
	position: relative;
	width: 340px;
	height: 450px;
	margin: 25px;
	display: inline-block;
	padding: 20px;
    border: 3px solid rgba(0, 0, 0, 0.05);
    border-radius: var(--border-radius-med);
    /* background: rgba(255, 255, 255, 0.1); */
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

@media screen and (max-width: 768px) {
	ul.team-row li.thumb {
		width: 250px;
		height: 359px;
	}
}

ul.team-row li.thumb .holder {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	/* background: #CCC; */
}

ul.team-row li.thumb .holder .pic {
	position: relative;
	width: 70%;
	height: 52.8%;
	margin: 0 auto 15px;
	border-radius: var(--border-radius-circ);
	overflow: hidden;
}

ul.team-row li.thumb .holder .info {
	flex: 1;
	font-size: 16px;
	line-height: 21px;
}

@media screen and (max-width: 768px) {
	ul.team-row li.thumb .holder .info {
		font-size: 14px;
		line-height: 16px;
	}
}

ul.team-row li.thumb .holder .info h2 {
    font-size: 16px;
    line-height: 20px;
}

@media screen and (max-width: 768px) {
	ul.team-row li.thumb .holder .info h2 {
		margin: 0 0 5px 0;
	}
}

ul.team-row li.thumb .holder button {
    position: relative;
	width: 200px;
	margin: 0 auto;
	display: block;
    padding: 10px 15px;
	border: 0;
	background: var(--prussian-blue);
    border-radius: var(--border-radius-xsml);
	color: var(--white);
    text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
    font-size: 14px;
	cursor: pointer;
}

/* ================== /.END OUR TEAM ================== */



/* ================== TEAM MEMBER ================== */

#team_member-page .window {
	width: 80%;
	margin: 60px auto;
}

#team_member-page .window .container {
	margin: 0 auto;
	display: flex;
	flex-direction: row;
}

@media screen and (max-width: 550px) {
	#team_member-page .window .container {
		flex-direction: column;
		text-align: center;
	}
} 

#team_member-page .window .container .box {
	display: flex;
	align-items: center;
	justify-content: center;
	/* border: 1px solid #000; */
}

@media screen and (max-width: 550px) {
	#team_member-page .window .container .box {
		margin: 0 auto;
	}
} 

#team_member-page .pic {
	width: 300px;
}

#team_member-page .info {
	flex: min-content;
}

#team_member-page .info h1 {
	font-size: 28px;
}

#team_member-page .info h2 {
	margin: 0;
	font-size: 21px;
	font-weight: normal;
}

/* ================== /.END TEAM MEMBER ================== */



/* ================== PUBS & MEDIA ================== */

#pubs_and_media-page article {
	margin: 0 0 80px 0;
}

#pubs_and_media-page h2.page-subhead {
	font-size: 42px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#pubs_and_media-page h2.page-subhead {
		margin: 0;
		font-size: 32px;
	}
}

@media screen and (max-width: 481px) {
	#pubs_and_media-page h2.page-subhead {
		font-size: 22px;
	}
}

ul.list {
    width: 90%;
    padding: 0;
    margin: 20px auto;
}

li.list-item {
    position: relative;
	margin: 20px auto;
	display: flex;
	flex-direction: row;
	gap: 10px;
}

li.list-item .box {
	border-radius: var(--border-radius-med);
}

li.list-item .main {
    flex: 1;
	padding: 20px 30px;
	background: var(--primary-blue);
	color: var(--white);
	font-size: 16px;
}

li.list-item .main p {
    margin: 0;
	line-height: 24px;
}

li.list-item .main h2 {
    margin: 0 0 8px 0;
	font-size: 26px;
	line-height: 32px;
}

li.list-item .main h3 {
    margin: 0;
	font-size: 16px;
	font-weight: normal;
}

li.list-item .button {
	display: flex;
	align-items: center;
	padding: 10px;
}

li.list-item .button a {
	text-decoration: none;
	color: var(--white);
}

/* ================== /.END PUBS & MEDIA ================== */



/* ================== HUB ================== */

.hub-icons {
	width: 80%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px;
	margin: 50px auto;
}

.hub-icons .icon {
	position: relative;
	width: 225px;
	text-align: center;
}

.hub-icons .icon .image {
	position: relative;
	width: 100%;
	padding: 100% 0 0 0;
	border-radius: var(--border-radius-circ);
	background-color: var(--prussian-blue);
	background-size: contain;
	background-repeat: no-repeat;
}

.hub-icons .icon .image.theranostics {
	background-image: url(img/icons/hub-theranostics.svg);	
}

.hub-icons .icon .image.prostate {
	background-image: url(img/icons/hub-prostate.svg);	
}

.hub-icons .icon .image.lung {
	background-image: url(img/icons/hub-lung.svg);	
}

.hub-icons .icon h2 {
	color: var(--primary-blue);
}

/* ================== /.END HUB ================== */

/* button[type=button] {
	border-radius: var(--border-radius-xsml);
	background-color: var(--primary-blue)!important;
	transition: 0.3s;
} */

/* ================== FOOTER ================== */

footer {
	position: relative;
	z-index: 99;
}

footer .container {
	position: relative;
	width: calc(100% - 40px);
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--white);
	font-size: 14px;
	background: var(--primary-blue);
}

/* ------ connect ------ */

footer ul.flex-contact li {
	opacity: 1;
	flex-direction: column;
}

/* ------ /.END connect ------ */


/* ================== /.END FOOTER ================== */



/* ================== /LENIS ================== */

html.lenis {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-scrolling iframe {
	pointer-events: none;
}

/* ================== /.END LENIS ================== */
