/*
Theme Name: SBLA 2026
Author: JAZZatkin
Author URI: https://jazzatkin.com
Description: 
Version: 2026.1
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

:root {
	--yellow: #d0c55f;
	--orange: #c47c47;
	--pink: #ca94aa;
	--green: #799865;
	--beige: #f0ebd8;
	}
html, body {
  	overscroll-behavior: none; 
	}
body{
	background-color: var(--beige);
	font-family: 'Akzidenz-Grotesk BQ', sans-serif;
	font-weight: 300;
	font-size: 16px;
    line-height: 1.3em;
	-webkit-font-smoothing: antialiased;
	}
h1 {
    font-family: 'rotorvfoverlay';
    text-transform: uppercase;
    line-height: 1em;
	}
h2 {
	font-family: 'rotorvfoverlay';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1em;
	margin-bottom: 50px;
	}
@media (max-width: 800px){
	h2{
		font-size: 20px;
		margin-bottom: 30px;
	}
}
h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
	}
strong{
	font-weight: 400;
	}
p + h3{
	margin-top: 20px;
	}
p{
	margin-top: 20px;
	}
p:first-child{
	margin-top: 0px;
	}

img{
	display: block;
}
.container {
	background-color: #f0ebd8;
    padding: 0;
    display: flex;
	flex-direction: row-reverse;
	}
.postWrapper {
    width: calc(100% - ((100vh - 80px) * 69 / 2560 + 40px));
	}
.logoRight {
	position: sticky;
	top: 0;
	height: 100vh;
	width: calc((100vh - 80px) * 69 / 2560 + 40px);
	flex: 0 0 calc((100vh - 80px) * 69 / 2560 + 40px);
	background: var(--beige);
	z-index: 9999;
	position: sticky;
	overflow: hidden;
}

.logoRightInner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-90deg);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 20px;
	width: max-content;
	height: auto;
	    flex-direction: row-reverse;
}

.logoRightInner img {
	width: calc(100vh - 80px);
	height: auto;
	display: block;
}
a.burgerMenu {
   	transform: rotate(90deg);
    color: var(--pink);
    width: 17px;
    display: flex;
    justify-content: center;
    text-decoration: none;
	}
.navSection {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--pink);
    transition: right 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'rotorvfoverlay';
    text-transform: uppercase;
    font-size: 18px;
    padding: 50px 50px 50px 110px;
	
	opacity: 0;
 	visibility: hidden;
  	transition: opacity 0.4s ease, visibility 0.4s ease;
  	z-index: 1000;
	}
.navSection ul {
  	list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
	}

.navSection ul li a {
  	display: block;
  	color: var(--beige);
  	text-decoration: none;
	transition: color 0.2s ease;
	line-height: 1.2em;
	}
.navSection ul li a:hover{
	color: var(--orange);
}
.navSection.active {
  	opacity: 1;
  	visibility: visible;
	}

.header {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    top: 0;
    left: 0;
	background-color: #f0ebd8;
	z-index: 1000;
	width: 50vw;
	transition: padding-top 0.4s ease-in-out, padding-bottom 0.4s ease-in-out;
	}
.header.scrolled {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
	}
img.siteLogo {
   height: 60px;
	}
.header.scrolled .siteLogo {
    height: 30px;
    transition: height 0.4s ease-in-out;
	}
.heroSection {
 	display: flex;
    align-items: start;
	margin-bottom: 200px;
	}
.heroLeft{
	width: 50%;
	padding: 50vh 10rem 0 calc(10rem - 60px);
    text-align: left;
	}
.heroTitle {
    font-family: 'rotorvfoverlay';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1em;
	}
.heroDetails {
    padding: 10px 0 50px 0;
	font-size: 14px;
	font-weight: 400;
    line-height: 1.2em;
	text-transform: uppercase;
	}
.heroDesc {
	text-align: left;
	}
.heroImage {
	width: 50%;
    position: sticky;
    top: 0;
    height: 100vh;
	}
.heroImage img {
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
  	display: block;
	}
.heroMeta{
    position: absolute;
    bottom: 40px;
    right: 40px;
    color: #f0ebd8;
    font-family: 'rotorvfoverlay', sans-serif;
    line-height: 1em;
	text-transform: uppercase;
    font-size: 25px;
	}
.firstImage {
  	width: 100%;
    margin: 200px 0 0 0;
	}
.firstImage img {
    width: 100%;
	}
.firstImage:first-of-type{
	margin-top: 0px;
	}
@media (max-width: 1000px){
	.heroLeft{
		padding: 50vh 50px 100px 50px;
		}
	.firstImage{
		margin: 100px 0 0 0;
		}
	.heroSection {
		margin-bottom: 0px;
		}
	}
@media (max-width: 800px){
	.heroTitle{
			font-size: 20px;
		}
	.firstImage{
		margin: 50px 0 0 0;
		}
	.heroSection {
		flex-direction: column;
		}
	.heroLeft{
		width: 100%;
		padding: 50px 30px;
		}
	.heroImage {
		width: 100%;
		position: static;
		height: unset;
		padding: 0px 30px;
		}
	.heroImage img {
		width: 100%;
		height: auto;
		object-fit: unset;
		}
	.heroDetails{
		padding: 10px 0 30px 0;
	}
	
	}
@media (max-width: 650px){
	.heroLeft{
		padding: 50px 30px 50px 30px;
		}	
	}
.projectGrid {
   	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10rem;
    padding: 200px 10rem 0 10rem;
	}
body.single-project .postWrapper > .projectGrid:last-child, body.single-project .postWrapper > .projectCredits:last-child{
  	padding-bottom: 200px;
	}
.projectCredits {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
	}
.creditItem.recognitionCredit {
    margin-bottom: 20px;
    max-width: 300px;
}
.recognitionTitle {
    margin-bottom: 20px;
}
.creditItem.recognitionCredit p {
    margin: 0px;
		}

.creditItem.creditItem-wysiwyg {
    margin-bottom: 20px;
}
.projectGrid img, .gridItem img{
	width: 100%;
	height: auto;
	}
.projectDescription, .projectCredits {
    padding: 200px 10rem 0 10rem;	
	text-align: right;
	}
@media (max-width: 1000px){
	.projectDescription, .projectCredits {
		padding: 100px 50px 0 50px;		
		}	
	.projectGrid {
		gap: 50px;
		padding: 100px 50px 0 50px;
		}
	}
@media (max-width: 800px){
	.projectDescription, .projectCredits {
		padding: 50px 30px 0 30px;		
		}
	.projectGrid{
		gap: 30px;
		padding: 50px 30px 0 30px;
		}
	body.single-project .postWrapper > .projectGrid:last-child, body.single-project .postWrapper > .projectCredits:last-child{
		padding-bottom: 50px;
		}
	}
.projectDescription p{
    padding-top: 20px;
	}
.projectDescription p:first-of-type{
    padding-top: 0px;
	}
.nextPostSection {
 	display: flex;
    align-items: stretch;
	font-family: 'rotorvfoverlay';
    text-transform: uppercase;
    color: var(--beige);
	}
.nextPostSection a{
	color: var(--beige);
	text-decoration: none;
	}
.nextPostLeft{
	width: 50%;
    padding: 10rem;
    font-size: 18px;
    line-height: 1.1em;
    -webkit-font-smoothing: antialiased;
    background-color: var(--pink);
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	transition: all 0.2s ease;
	}
a.nextPostLeft:hover {
    background-color: var(--green);
	}
svg.nextArrow {
    width: 40px;
    margin-top: 20px;
	}
@media (max-width: 1000px){
	.nextPostLeft{
		padding: 50px;
		font-size: 18px;
		}
	svg.nextArrow {
		width: 30px;
		}
	}
.nextPostImage{
	width: 50%;
    position: relative;
    top: 0;
    height: 50vw;
	overflow: hidden;
	}

.nextPostImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	transition: transform 0.5s ease;
	}
.nextPostImage:hover img {
    transform: scale(1.03); 
	}

.nextPostImage img{
	position: absolute;
	top: 0;
	left: 0;
}
a.nextPostLeft.prev {
    background-color: var(--orange);
}
a.nextPostLeft.prev:hover{
    background-color: var(--green);
}
.nextProjectTitle {
    font-size: 30px;
    line-height: 1.2em;
}
.nextPostSection.prev .nextProjectTitle, .nextPostSection.prev .nextProjectLabel{
		text-align: right;
		}
.nextPostSection.prev svg.nextArrow.prev {
    float: right;
}
.nextProjectLabel {
    font-weight: 400;
    font-family: sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
	line-height: 1em;
}
@media (min-width: 1300px){
	.postNavigationContainer{
		display: flex;
		}
	.nextPostSection{
		width: 50%;
		}
	.nextPostImage{
		height: 25vw;
		}
	.nextPostLeft{
		padding: 50px;
		}
	.nextPostSection.prev {
		flex-direction: row-reverse;
		}
	.nextPostSection.prev svg.nextArrow.prev{
	transform: rotate(0deg) !important;
		}
	.nextPostSection.prev .nextProjectTitle, .nextPostSection.prev .nextProjectLabel{
		text-align: left;
		}
	.nextPostSection.prev svg.nextArrow.prev{
		float: left;
		}
	}
@media (min-width: 2000px){
	.nextPostLeft{
		padding: 10rem;
		}
}
@media (min-width: 1400px){
	
	
}
@media (max-width: 800px){
	.nextPostLeft, .nextPostImage{
		width: 100%;
		}
	.nextPostImage{
		height: 100%;
		min-height: 50vw;
		}
	.nextPostLeft{
		padding: 30px;
		}
	.nextProjectTitle {
		font-size: 18px;
		}
	.nextPostSection {
		flex-direction: column-reverse;
		}
	.nextPostSection.prev {
		flex-direction: column;
		}
	a.nextPostLeft.prev{
		justify-content: flex-end;
		}
	}
/* FOOTER */

.footer{
	width: 100%;
	background-color: var(--beige);
}
.footerNav{
	background-color: var(--yellow);
	padding: 10rem;
	font-family: 'rotorvfoverlay';
    color: var(--beige);
	display: flex;
    justify-content: space-between;
	gap: 50px;
	font-size: 18px;
	line-height: 1.2em;
	}
.footerNavList {
    display: flex;
    flex-direction: column;
	text-transform: uppercase;
	}
.footerNavList a{
	color: var(--beige);
	text-decoration: none;
	transition: color 0.2s ease;
	}
.footerNavList a:hover {
    color: var(--green);
	}
.footerNavAddress {
    text-align: right;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 30px;
	}
.footerNavAddress div:first-of-type {
    text-transform: uppercase;
	}
.footerNavAddress a{
	color: var(--green);
	text-decoration: none;
	}
.credit{
	font-size: 15px;
	font-family: 'Akzidenz-Grotesk BQ', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}
.footerLogo{
	background: linear-gradient(90deg, var(--pink) 50%, var(--green) 50%);
}
.footerLogo img{
    width: 100%;
    height: auto;
    max-width: 1500px;
    margin: 0 auto;
	}
@media (max-width: 1000px){
	.footerNav{
		padding: 100px 50px;
		font-size: 18px;
		}
	}
@media (max-width: 800px){
	.footerNav{
		flex-direction: column;
		padding: 50px 30px;
		
		}
	.footerNavAddress{
		text-align: left;
		}
	.footerNavAddress {
		gap: 50px;
		}
	}
/* Project Page */

ul#projectList {
	padding: 0;
	margin: 0;
	list-style: none;
	}
ul#projectListTwo{
	padding: 0 0 20px 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	}
#projectListTwo .projectItem {
  will-change: opacity, transform;
	}
.projectItem.navItem{
	padding: 0 0 0 calc(10rem - 60px)
	}
.project-filter-nav {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
	padding: 17px 20px;
	background-color: var(--beige);
	}
.project-filter-nav ul {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
	text-transform: uppercase;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	}

@media (max-width: 1000px){

	.project-filter-nav {
		margin-top: 0px;
		}
	.project-filter-nav ul {
		justify-content: center;
		flex-wrap: wrap;
		gap: 5px;
		}
	
	}
@media (max-width: 800px){
	ul#projectList.grid-style-1 {
		display: none;
		}
	li.filterHeader {
		width: 100%;
		text-align: center;
		}
}
.project-filter-nav ul button {
    outline: 0;
    border: 0;
    font-family: 'Akzidenz-Grotesk BQ', sans-serif;
    font-size: 14px;
    border: 1px solid var(--beige);
    padding: 2px 7px;
    text-align: center;
    border-radius: 20px;
    font-weight: 400;
	}
.project-filter-nav ul button:hover{
	cursor: pointer;
}
button.filter-btn.active{
}
.project-filter-nav ul button[data-filter="all"]{
    background-color: var(--beige);
	color: var(--pink);
	}
.project-filter-nav ul button.filter-btn.active[data-filter="all"]{
    color: var(--beige);
    background-color: var(--pink); 
	}

.project-filter-nav ul button[data-filter="Residential"]{
    color: var(--orange); 
    background-color: var(--beige);
	}
.project-filter-nav ul button.filter-btn.active[data-filter="Residential"], .project-filter-nav ul button[data-filter="Residential"]:hover {
    color: var(--beige);
    background-color: var(--orange); 
	}
.project-filter-nav ul button[data-filter="Commercial"]{
   	color: var(--yellow); 
    background-color: var(--beige);
	}
.project-filter-nav ul button.filter-btn.active[data-filter="Commercial"], .project-filter-nav ul button[data-filter="Commercial"]:hover {
    color: var(--beige);
    background-color: var(--yellow); 
	}
.project-filter-nav ul button[data-filter="Institutional"]{
	color: var(--green); 
	background-color: var(--beige);
	}
.project-filter-nav ul button.filter-btn.active[data-filter="Institutional"], .project-filter-nav ul button[data-filter="Institutional"]:hover {
    color: var(--beige);
    background-color: var(--green); 
	}
.projectItem,
.grid-sizer {
	width: calc(50% - 5rem);
	}
#projectListTwo .projectItem{
	width: calc(50% - 10px);
	}
li.projectItem.introItem {
    padding: 10rem 0 0 calc(10rem - 60px);
	text-align: left;
	}
li.projectItem{
	margin-bottom: 10rem;
	}
#projectListTwo li.projectItem{
	margin-bottom: 0px;
	}
.gutter-sizer {
  	width: 160px;
	}

@media (max-width: 1000px){
	.projectItem, 
	.grid-sizer{
		width: calc(50% - 25px);
		}
	li.projectItem.introItem {
		padding: 100px 50px 50px 50px;
		}
	li.projectItem{
		margin-bottom: 50px;
		}
	li.projectItem:last-of-type{
		margin-bottom: 50px;
		}
	.gutter-sizer {
    	width: 50px;
  		}
	}
@media (max-width: 800px){
	.projectItem, 
	.grid-sizer{
		width: 100%;
		}
	#projectListTwo .projectItem{
		width: 100%;
		}
	li.projectItem{
		margin-bottom: 20px;
		}
	li.projectItem.introItem{
		padding: 50px 30px;
		margin-bottom: 0px;
		}
	    li.projectItem:last-of-type {
        margin-bottom: 20px;
    	}
	
	}
.projectItem a {
    color: black;
    text-decoration: none;
    text-transform: uppercase;
	}
a .projectInfo {
    padding: 20px 20px 0 20px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
	gap: 20px;
	font-weight: 400;
	}
.projectInfo p {
    margin: 0;
    text-transform: capitalize;
	text-align: right;
	}
.projectImage {
    width: 100%;
    height: auto;
    overflow: hidden;
	}
.projectImage img {
	width: 100%;
	height: auto;
	max-height: 100vh;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
	}
#projectListTwo li.projectItem .projectImage{
    height: 0px;
    padding-bottom: 60%;
    position: relative;
	}
#projectListTwo li.projectItem .projectImage img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	}
@media (max-width: 800px){
	#projectListTwo li.projectItem .projectImage{
		height: unset;
		padding-bottom: 0;
		}
	#projectListTwo li.projectItem .projectImage img{
		position: static;
		height: auto;
		object-fit: unset;
		}
	a .projectInfo{
		font-weight: 300;
	}
	}
.projectImage:hover img {
    transform: scale(1.03); 
	}
/* 1. Base styles for all elements waiting to fade in */
.fade-in-element {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: opacity, transform;
}

/* 2. SPECIFIC RULE: Only fade the hero image (no movement) */
.fade-in-element.static-fade {
    opacity: 0;
    transform: none; /* Removes the downward shift */
   transition: opacity 1.5s ease-out, 
                padding-top 0.4s ease-in-out, 
                padding-bottom 0.4s ease-in-out;
}

/* 3. The class JS appends to trigger the animations */
.fade-in-element.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* 4. Triggers the internal hero image fade alongside the section container */
.fade-in-element.is-visible.static-fade {
    opacity: 1;
}


/* TEAM PAGE */

#teamList{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-bottom: 10rem;
}
.teamMember {
    width: 100%;
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
	gap: 0
	}
.teamMeta {
    margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
}
li.teamMember:nth-child(even) {
    flex-direction: row-reverse;
	}
.teamMemberBio, .teamMemberImageContainer{
	width: 50%;
	}
.teamMemberBio{
	padding: 10rem 5rem 0 calc(15rem - 60px);
	}
.teamMember:first-of-type .teamMemberBio{
	padding: 50vh 10rem 10rem calc(10rem - 60px);
	}
li.teamMember:nth-child(even) .teamMemberBio{
	padding: 10rem calc(15rem - 60px) 0rem 5rem;
	}

.teamMemberImageContainer{
	padding: 0 0 0 5rem;
	}
li.teamMember:nth-child(even) .teamMemberImageContainer{
	padding: 0 5rem 0 0;
}
.teamMember:first-of-type .teamMemberImageContainer{
	padding: 0 0 0 0;
	}
.teamMemberImage{
    position: sticky;
    top: 10rem;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 20rem);
    object-fit: contain;
    margin: 10rem 0 0 0;
	object-position: left;
	}
.teamMemberImageContainer.full img.teamMemberImage {
    height: 100vh;
    object-fit: cover;
    max-height: unset;
    top: 0;
    margin: 0;
	}
li.teamMember:nth-child(even) .teamMemberImage{
	object-position: right;
}

@media (max-width: 1000px){
	.teamMember:first-of-type .teamMemberBio{
		padding: 50vh 50px 100px 50px;
		}
	li.teamMember:nth-child(even) .teamMemberBio, .teamMemberBio{
		padding: 100px 50px;
		}
	.teamMemberImageContainer{
		padding: 0 0 0 50px;
		}
	li.teamMember:nth-child(even) .teamMemberImageContainer{
		padding: 0 50px 0 0;
		}
	#teamList{
		margin-bottom: 100px;
	}
	}
@media (max-width: 800px){
	.teamMemberImageContainer.full img.teamMemberImage{
		height: unset;
		width: 100%;
	}
	.teamMemberBio, .teamMemberImageContainer{
		width: 100%;
		}
	.teamMember:first-of-type .teamMemberImageContainer{
		padding: 0px;
		}
	.teamMember:first-of-type .teamMemberBio, .teamMemberBio, li.teamMember:nth-child(even) .teamMemberBio{
		padding: 50px 30px;
		}
	.teamMemberImageContainer, li.teamMember:nth-child(even) .teamMemberImageContainer{
		padding: 0px;
		} 
	.teamMemberImage, li.teamMember:nth-child(even) .teamMemberImage{
		margin: 0px;
		max-height: unset;		
		object-position: center;
		position: static;
		top: 0px;
		padding: 0;
		width: 100%;
		}
	.teamMember:first-of-type .teamMemberImage{
		padding: 0px;
		}
	#teamList {
        margin-bottom: 0;
    }
	
	}

/* Press Page */

ul#pressList {
	padding: 0;
	margin: 0;
	list-style: none;
	}

.pressArticle, .gridSizer {
    width: calc((100% - (160px * 2)) / 3);
	}
.gutterSizer{
	width: 160px;
}
@media (max-width: 1000px){
	.pressArticle, .gridSizer {
		width: calc((100% - (50px * 1)) / 2);
		}	
	.gutterSizer{
		width: 50px;
		}
	}
@media (max-width: 800px){
	.pressArticle, .gridSizer {
		width: calc((100% - (160px * 0)) / 1);
		}	
	.gutterSizer{
		width: 50px;
		}
	}
.pressImageContainer img{
	width: 100%;
	height: auto;
	}

.pressMeta{
	padding: 20px 20px 0 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	}
.pressInfo{
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	}
.pressPublication{
	text-align: right;
	}
.pressDetails{
	margin-bottom: 10rem;
	}
@media (max-width: 1000px){
	.pressDetails{
		margin-bottom: 100px;
		}
	}
@media (max-width: 700px){
	.pressArticle, .gridSizer {
		width: calc((100% - (160px * 0)) / 1);
		}
	.pressArticle{
		margin-bottom: 20px;
	}
	.pressDetails{
		margin-bottom: 0px;
		}
	}
.pressDetails a {
    color: black;
    text-decoration: none;
    border-bottom: 1px solid black;
	}

/* SWAG */

.fancybox__backdrop{
	background: rgba(0,0,0,0.7) !important;
	}

.fancybox__content {
    padding: 80px 80px 80px 140px !important;
    width: 100% !important;
    height: 100% !important;
	}

.fancybox__caption {
    padding: 0 0 40px 0 !important;
    line-height: 1em !important;
    color: var(--beige) !important;
    text-transform: uppercase;
    font-weight: 400 !important;
}
.f-button{
	color: var(--beige) !important;
	background: var(--pink) !important;
}
.f-button:hover:not([disabled]){
	background: var(--green) !important;
}
.fancybox__nav .f-button{
	background: transparent !important;
	}
.fancybox__nav .f-button:hover:not([disabled]){
	background: transparent !important;
	opacity: 0.8 !important;
}
.f-button svg{
	filter: unset !important;
}

/* SWAG */

.opportunityWrapper{
	display: flex;
	}
ul#opportunityList{
	width: 50%;
	display: flex;
	padding: 50vh 10rem 10rem calc(10rem - 60px);
	flex-direction: column;
	gap: 50px;
	}
.opportunityImage{
	width: 50%;
	height: 100vh;
	position: sticky;
	top: 0;
	right: 0;
	}
.opportunityImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	}
.opportunityTitle {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1em;
    border-bottom: 1px solid;
    display: inline-block;
	}
.opportunity a{
	text-decoration: none;
	border-bottom: 1px solid black;
	color: black;
	}
.opportunity ul {
  	list-style: none; 
  	padding-left: 0; 
 	margin-left: 0;
	margin-top: 20px;
	}
.opportunity ul li {
  	position: relative;
  	padding-left: 1.25rem;
	}

.opportunity ul li::before {
  	content: "";
  	position: absolute;
  	left: 0;
  	top: 0.6em; /* Vertically aligns bullet with the first line of text */
  	transform: translateY(-50%);
  	width: 6px;  /* Size of the circle */
  	height: 6px;
  	background-color: var(--green);
  	border-radius: 50%;
	}
@media (max-width: 1000px){
	ul#opportunityList{
		padding: 50vh 50px 100px 50px;
		gap: 50px;
		}
	ul#opportunityList li{
		margin-bottom: 50px;
		}
	ul#opportunityList li.opportunity ul li {
		margin-bottom: 0px;
		}
	ul#opportunityList li.heroTitle{
		margin-bottom: 0px;
		}
	}
@media (max-width: 800px){
	ul#opportunityList{
		width: 100%;
		padding: 50px 30px;
		gap: 30px;
	}
	ul#opportunityList li{
		margin-bottom: 30px;
	}
	ul#opportunityList li:last-of-type {
    margin-bottom: 0px;
}
	.opportunityWrapper{
		flex-direction: column;
		}
	.opportunityImage{
		width: 100%;
		height: unset !important;
		position: static;
		}
	.opportunityImage img {
		height: auto;
		}
	}
/* CONTACT */

.contactWrapper{
	display: flex;
	}
.contactDetails{
	width: 50%;
	display: flex;
	padding: 50vh 10rem 10rem calc(10rem - 60px);
	flex-direction: column;
	gap: 50px;
	min-height: 100vh !important;
	justify-content: flex-end;
	}
.contactWrapper a{
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
	}
@media (max-width: 1000px){
	.contactDetails{
		padding: 50vh 50px 50px 50px;
	}
}
@media (max-width: 800px){
	.contactWrapper{
		flex-direction: column;
		
		}
	.contactDetails{
		padding: 50px 30px;
		width: 100%;
		min-height: unset !important;
		flex: 1;
		justify-content: flex-start;
	}
}

.fourOh {
    width: 100%;
    height: 100%;
    background-color: var(--green);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'rotorvfoverlay';
    color: var(--beige);
    text-transform: uppercase;
	font-size: 18px;
	line-height: 1.2em;
}
.fourOh a{
	color: var(--yellow);
	text-decoration: none;
}
@media (max-width: 1000px){
	.fourOh{
		font-size: 16px;
	}
}