@font-face {
	font-family: 'Craft Gothic';
	src: url('../fonts/CraftGothic-Regular.eot');
	src: url('../fonts/CraftGothic-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CraftGothic-Regular.woff2') format('woff2'),
		url('../fonts/CraftGothic-Regular.woff') format('woff'),
		url('../fonts/CraftGothic-Regular.ttf') format('truetype'),
		url('../fonts/CraftGothic-Regular.svg#CraftGothic-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Craft Gothic Demi';
	src: url('../fonts/CraftGothic-DemiBold.eot');
	src: url('../fonts/CraftGothic-DemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CraftGothic-DemiBold.woff2') format('woff2'),
		url('../fonts/CraftGothic-DemiBold.woff') format('woff'),
		url('../fonts/CraftGothic-DemiBold.ttf') format('truetype'),
		url('../fonts/CraftGothic-DemiBold.svg#CraftGothic-DemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Craft Gothic Lt';
	src: url('../fonts/CraftGothic-Light.eot');
	src: url('../fonts/CraftGothic-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CraftGothic-Light.woff2') format('woff2'),
		url('../fonts/CraftGothic-Light.woff') format('woff'),
		url('../fonts/CraftGothic-Light.ttf') format('truetype'),
		url('../fonts/CraftGothic-Light.svg#CraftGothic-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Janson SSi Regular';
	src: url('../fonts/JansonSSi.eot');
	src: url('../fonts/JansonSSi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/JansonSSi.woff2') format('woff2'),
		url('../fonts/JansonSSi.woff') format('woff'),
		url('../fonts/JansonSSi.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Janson SSi Bold Italic';
	src: url('../fonts/JansonSSiBoldItalic.eot');
	src: url('../fonts/JansonSSiBoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/JansonSSiBoldItalic.woff2') format('woff2'),
		url('../fonts/JansonSSiBoldItalic.woff') format('woff'),
		url('../fonts/JansonSSiBoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Janson SSi Bold';
	src: url('../fonts/JansonSSiBold.eot');
	src: url('../fonts/JansonSSiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/JansonSSiBold.woff2') format('woff2'),
		url('../fonts/JansonSSiBold.woff') format('woff'),
		url('../fonts/JansonSSiBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Janson SSi Italic';
	src: url('../fonts/JansonSSiItalic.eot');
	src: url('../fonts/JansonSSiItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/JansonSSiItalic.woff2') format('woff2'),
		url('../fonts/JansonSSiItalic.woff') format('woff'),
		url('../fonts/JansonSSiItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
	}

.o-panel{
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}

.o-panel--team-members-slider{
	padding-bottom: 220px;
	padding-left: 90px;
	padding-right: 90px;
}

.o-wrapper{
	max-width: 1245px;
	margin: 0 auto;
}

.o-wrapper--team-member-slider{
	max-width: 1600px;
}

.c-team-member-slider__heading{
	font-size: 55px;
	margin-bottom: 55px;
}

.c-team-member-slider{
	margin-left: -20px;
	margin-right: -20px;
	position: relative;
}

.c-team-member-slider__slide-inner{
	padding-left: 20px;
	padding-right: 20px;
}

.c-team-member-slider__placeholder{
	display: block;
	margin: 0 !important;
	width: 100%;
	visibility: hidden;
}

.c-team-member-slider__slide-member-wrap{
	background-size: cover;
	background-position: top center;
	position: relative;
}

.c-team-member-slider__bio-link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: flex;
	flex-direction: column;
	padding: 35px;
	justify-content: end;
	text-decoration: none !important;
	background-image: linear-gradient(to bottom, transparent, rgba(75, 124, 164, 0.93));
	opacity: 0;
	transition: .5s;
}

.c-team-member-slider__slide-member-wrap:hover .c-team-member-slider__bio-link{
	opacity: 1;
}

.c-team-member-slider__member-name{
	color: #fff;
	font-size: 34px !important;
}

.c-team-member-slider__member-designation{
	color: #fff;
	font-size: 20px;
}

.c-team-member-slider .slick-arrow {
	background: url(../images/passco-left-arrow.png) no-repeat;
	position: absolute;
	background-size: contain;
	border: none;
	text-indent: -1000px;
	overflow: hidden;
	width: 32px;
	height: 46px;
	left: -40px;
	top: 50%;
	margin-top: -16px;
	cursor: pointer;
}

.c-team-member-slider .slick-next{
	background: url(../images/passco-right-arrow.png) no-repeat;
	background-size: contain;
	left: auto;
	right: -40px;
}

.c-team-member-slider .slick-dots{
	margin: 0;
	padding: 0;
	display: flex;
	position: absolute;
	bottom: -60px;
	left: 20px;
}

.c-team-member-slider .slick-dots li {
	list-style: none;
	margin-right: 10px;
	padding: 6px;
	border: 1px solid transparent;
	border-radius: 50%;
	cursor: pointer;
}

.c-team-member-slider .slick-dots li.slick-active{
	border-color: #173452;
}

.c-team-member-slider .slick-dots li button {
	width: 16px;
	height: 16px;
	border: none;
	overflow: hidden;
	text-indent: -100px;
	background: #173452;
	display: block;
	border-radius: 50%;
	cursor: pointer;
}

.c-team-member-slider .slick-dots li:hover{
	border-color: #173452;
}

.o-panel--team-member-details {
	background: #163353;
	padding-right: 110px;
	padding-left: 40px;
	padding-bottom: 40px;
	display: none;
}

.o-wrapper--team-member-details{
	max-width: 100%;
}

.c-team-member-bio__name-column{
	padding-top: 80px;
	grid-area: member-name;
}

@media screen and (max-width: 1450px){
	.o-panel--team-member-details{
		padding-left: 20px;
	}

	.c-team-member-bio__close-button{
		max-width: 30px;
	}
}

.c-team-member-bio__item {
	display: none;
}

.c-team-member-bio__item-row{
	display: grid;
	grid-template-columns: auto 660px auto;
	grid-template-rows: auto;
	grid-template-areas: "member-name member-photo member-bio";
}

.c-team-member-bio__photo-wrap {
	margin-right: 70px;
	color: #fff;
	padding: 20px;
	position: relative;
	top: -50px;
	margin-left: 60px;
	align-self: flex-start;
	grid-area: member-photo;
	margin-bottom: 40px;
}

.c-team-member-bio__photo-wrap:before {
	content: '';
	width: 140px;
	height: 2px;
	background: #be5d34;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.c-team-member-bio__photo-wrap:after {
	content: '';
	height: 140px;
	width: 2px;
	background: #be5d34;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.c-team-member-bio__photo{
	display: block;
	margin: 0 !important;
}

.c-team-member-bio__photo-wrap-inner:before {
	content: '';
	height: 140px;
	width: 2px;
	background: #be5d34;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.c-team-member-bio__photo-wrap-inner:after {
	content: '';
	width: 140px;
	height: 2px;
	background: #be5d34;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.c-team-member-bio__bio-details {
	flex: 1;
	color: #fff;
	padding-top: 80px;
	font-size: 22px;
	position: relative;
	grid-area: member-bio;
}

.c-team-member-bio__name-wrap{
	border-top: 2px solid #be5d34;
	padding-top: 24px;
	border-left: 2px solid #be5d34;
	padding-bottom: 18px;
	padding-left: 14px;
	position: relative;
}

.c-team-member-bio__name-wrap:before {
	content: '';
	position: absolute;
	width: 80px;
	height: 2px;
	background: #be5d34;
	bottom: 0;
	left: 0;
}

.c-team-member-bio__name-wrap:after {
	height: 18px;
	width: 2px;
	background: #be5d34;
	position: absolute;
	right: 0;
	content: '';
	top: 0;
}

.c-team-member-bio__name{
	font-family: 'Craft Gothic Demi';
	font-size: 45px;
	position: relative;
	left: 16px;
	color: #fff;
	text-transform: uppercase;
	padding-top: 5px;
}

.c-team-member-bio__designation{
	font-family: 'Craft Gothic Demi';
	font-size: 20px;
	line-height: 1.2;
	display: block;
	position: absolute;
	left: 100px;
	width: 235px;
	text-transform: uppercase;
	color: #fff;
}

.c-team-member-bio__close-button{
	display: block;
	max-width: 40px;
	position: absolute;
	top: 40px;
	right: 40px;
}

@media screen and (max-width: 1600px){
	.c-team-member-bio__item-row{
		grid-template-columns: auto 550px auto;
	}
}

@media screen and (max-width: 1300px){
	.c-team-member-bio__photo-wrap{
		margin-right: 60px;
	}

	.c-team-member-bio__name{
		font-size: 32px;
		left: 10px;
	}

	.c-team-member-bio__item-row {
		grid-template-columns: auto 550px auto;
	}

	.c-team-member-bio__photo-wrap{
		margin-right: 55px;
		top: 0;
		margin-left: 0;
	}

	.c-team-member-bio__name-wrap {
		padding-top: 16px;
		border-left: 2px solid #be5d34;
		padding-bottom: 14px;
		padding-left: 14px;
	}

	.c-team-member-bio__item-row{
		grid-template-columns: auto 450px auto;
		grid-template-areas:
		"member-name none"
		"member-photo member-bio";
	}

	.c-team-member-bio__name{
		font-size: 32px !important;
	}

	.c-team-member-bio__bio-details{
		font-size: 18px;
		padding-top: 20px;
	}

	.c-team-member-bio__name-column{
		padding-left: 20px;
		margin-bottom: 30px;
		padding-top: 0;
	}

	.c-team-member-bio__name-wrap{
		float: left;
	}

	.o-panel--team-member-details{
		padding-top: 80px;
	}
}

@media screen and (max-width: 1000px){
	.o-panel--team-member-details{
		padding-left: 110px;
	}

	.c-team-member-bio{
		max-width: 600px;
		margin: 0 auto;
	}

	.c-team-member-bio__photo-wrap{
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}

	.c-team-member-slider__slide-inner{
		padding-left: 10px;
		padding-right: 10px;
	}

	.c-team-member-slider{
		margin-left: -10px;
		margin-right: -10px;
	}

	.c-team-member-bio__item-row{
		display: block;
	}

	.c-team-member-bio__bio-details{
		padding-top: 0;
		font-size: 18px;
	}

	.c-team-member-bio__close-button{
		max-width: 25px;
		top: 30px;
		right: 20px;
	}

	.o-panel--team-member-details{
		padding-left: 70px;
		padding-right: 70px;
	}
}

@media screen and (max-width: 767px) {
	.o-panel--team-members-slider{
		padding-left: 60px;
		padding-right: 60px;
	}

	.c-team-member-slider .slick-arrow{
		width: 24px;
		height: 35px;
	}

	.c-team-member-slider .slick-dots li button{
		width: 12px;
		height: 12px;
	}

	.c-team-member-slider .slick-dots{
		left: 10px;
		bottom: auto;
		top: calc(100% + 22px);
		width: 100%;
		flex-wrap: wrap;
	}

	.o-panel--team-members-slider{
		padding-bottom: 160px;
	}

	.c-team-member-bio__close-button{
		right: 12px;
	}

	.c-team-member-bio__photo-wrap{
		padding: 12px;
	}

	.c-team-member-slider .slick-arrow{
		left: -30px;
	}

	.c-team-member-slider .slick-next{
		right: -30px;
		left: auto;
	}

	.o-panel--team-member-details {
		padding-left: 34px;
		padding-right: 55px;
	}

	.c-team-member-bio__name-wrap{
		left: 0px;
		bottom: 0;
		top: auto;
		padding-top: 7px;
		border-top: 2px solid #be5d34;
		border-left: 2px solid #be5d34;
	}

	.c-team-member-bio__name {
		font-size: 25px !important;
		position: static;
		padding-top: 12px;
		margin-bottom: 0 !important;
	}

	.c-team-member-bio__name-column{
		padding-left: 10px;
		margin-bottom: 24px;
	}

	.o-panel--team-member-details {
		padding-top: 35px;
	}

	.c-team-member-bio__designation {
		font-size: 17px;
		line-height: 1.2;
		display: block;
		position: static;
		width: auto;
	}

	.c-team-member-slider__heading{
		margin-bottom: 25px;
	}

	.c-team-member-bio__photo-wrap-inner:after,
	.c-team-member-bio__photo-wrap:before {
		width: 100px;
	}

	.c-team-member-bio__photo-wrap-inner:before,
	.c-team-member-bio__photo-wrap:after {
		height: 100px;
	}

	.c-team-member-slider .slick-dots li{
		margin-bottom: 5px;
	}
}

.c-passco-hero-timeline{
	max-width: 1250px;
	margin: 0 auto;
	padding-left: 12.5%;
	padding-right: 12.5%;
}

.c-passco-hero-timeline__label-wrap{
	display: block;
	margin-bottom: 32px;
	margin-left: -12.5%;
	margin-right: -12.5%;
}

.c-passco-hero-timeline__labels{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.c-passco-hero-timeline__label{
	position: relative;
	width: 25%;
	text-align: center;
	list-style: none;
	font-family: 'Craft Gothic Demi';
	font-size: 28px;
	color: #002e53;
}

.c-passco-hero-timeline__label-link{
	text-decoration: none !important;
}

.c-passco-hero-timeline__label-link.item-active,
.c-passco-hero-timeline__label-link:hover{
	color: #be5f35 !important;
}

.c-passco-hero-timeline__label:first-child{
	left: -20px;
}

.c-passco-hero-timeline__buttons-wrap{
	position: relative;
}

.c-passco-hero-timeline__buttons{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: -8px;
	width: 100%;
	z-index: 10;
}

.c-passco-hero-timeline__button{
	background: #002e53;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.c-passco-hero-timeline__button.item-active,
.c-passco-hero-timeline__button:first-child,
.c-passco-hero-timeline__button:hover{
	background: #be5f35;
}

.c-passco-hero-timeline__line{
	background: #002e53;
	height: 5px;
	border-radius: 10px;
}

.c-passco-hero-timeline__line-fill{
	position: absolute;
	background: #be5f35;
	height: 100%;
	transition: 1s;
}

@media screen and (max-width: 999px){
	.c-passco-hero-timeline__label{
		font-size: 20px;
		line-height: 1.2;
	}
}


@media screen and (max-width: 767px){
	.c-passco-hero-timeline{
		padding: 0;
		max-width: 310px;
		position: relative;
	}

	.c-passco-hero-timeline__label-wrap {
		display: block;
		margin-left: 0;
		margin-right: 0;
		position: absolute;
		width: 100%;
		left: 32px;
		margin-bottom: 0;
		z-index: 100;
	}

	.c-passco-hero-timeline__labels{
		display: block;
	}

	.c-passco-hero-timeline__label{
		position: static;
		width: 100%;
		font-size: 22px;
		margin-bottom: 65px;
		line-height: 1;
		text-align: left;
	}

	.c-passco-hero-timeline__buttons{
		display: block;
		top: 0;
		left: -7px;
	}

	.c-passco-hero-timeline__button{
		margin-bottom: 68px;
	}

	.c-passco-hero-timeline__line{
		width: 5px;
		overflow: hidden;
		height: 282px;
	}

	.c-passco-hero-timeline__line-fill{
		width: 5px !important;
	}
}

.c-passco-multifamily-investments-criteria {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.c-passco-multifamily-investments-criteria__item {
	width: 33.33%;
	padding: 20px;
}

.c-passco-multifamily-investments-criteria__item-inner{
	background: #f0f1f0;
	position: relative;
	min-height: 150px;
}

.c-passco-multifamily-investments-criteria__placeholder{
	display: block;
	width: 100% !important;
	margin: 0 !important;
}

.c-passco-multifamily-investments-criteria__item-front{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	padding: 30px;
	border-radius: 14px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.c-passco-multifamily-investments-criteria__item-front{
	background: #f0f2f1;
	z-index: 10;
}

.c-passco-multifamily-investments-criteria__item-front-inner {
	text-align: center;
	position: relative;
	z-index: 10;
}

.c-passco-multifamily-investments-criteria__hover-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 14px;
	background-size: cover;
	background-position: top center;
	opacity: 0;
	transition: .4s;
}

.c-passco-multifamily-investments-criteria__heading {
	margin: 0 !important;
	font-size: 28px !important;
	line-height: 1.2 !important;
	font-family: 'Craft Gothic Lt' !important;
	text-align: center;
	position: relative;
	letter-spacing: 1px;
	transition: .4s;
}

.c-passco-multifamily-investments-criteria__item-inner:hover .c-passco-multifamily-investments-criteria__hover-bg{
	opacity: 1;
}

.c-passco-multifamily-investments-criteria__item-inner:hover .c-passco-multifamily-investments-criteria__heading{
	color: #fff;
}

.u-passco-specific-top-round-border{
	background: #be5f35;
	width: 60px;
	height: 60px;
	border-radius: 16px;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	position: absolute;
	top: -2px;
	right: -2px;
	z-index: 2;
}

.u-passco-specific-bottom-round-border{
	background: #be5f35;
	width: 60px;
	height: 60px;
	border-radius: 16px;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	position: absolute;
	bottom: -2px;
	left: -2px;
	z-index: 2;
}

@media screen and (max-width: 1200px){
	.c-passco-multifamily-investments-criteria__item{
		width: 50%;
	}
}

@media screen and (max-width: 999px){
	.c-passco-multifamily-investments-criteria__item{
		width: 100%;
	}

	.c-passco-multifamily-investments-criteria__heading{
		font-size: 24px !important;
	}

	.c-passco-multifamily-investments-criteria__item {
		padding: 15px 0;
	}
}

/* || Other investments considered */

.c-passco-other-investments-considered {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1600px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
}

.c-passco-other-investments-considered__item {
	width: 25%;
	padding: 20px;
}

.c-passco-other-investments-considered__item-inner{
	background: #f0f1f0;
	position: relative;
	transition: transform 0.8s;
	transform-style: preserve-3d;
	min-height: 150px;
}

.c-passco-other-investments-considered__placeholder{
	display: block;
	width: 100% !important;
	margin: 0 !important;
}

.c-passco-other-investments-considered__item:hover .c-passco-other-investments-considered__item-inner{
	transform: rotateY(180deg);
}

.c-passco-other-investments-considered__item-front,
.c-passco-other-investments-considered__item-back{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	top: 0;
	left: 0;
	padding: 30px;
	border-radius: 14px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.c-passco-other-investments-considered__item-front{
	background-color: #be5f35;
	background-repeat: no-repeat;
	background-size: cover;
	justify-content: center;
	z-index: 10;
}

.c-passco-other-investments-considered__item-back{
	z-index: 10;
	background: #f0f2f1;
	transform: rotateY(180deg);
}

.c-passco-other-investments-considered__item-front-inner {
	text-align: center;
}

.c-passco-other-investments-considered__item-back-inner > ul{
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1460px){
	.c-passco-other-investments-considered__item-back-inner > ul{
		font-size: 16px;
	}

	.c-passco-other-investments-considered__item-back-inner > ul li{
		line-height: 1.6;
	}
}

.c-passco-other-investments-considered__item-back-inner ul ul,
.c-passco-other-investments-considered__item-back-inner ul ol{
	margin-right: 0;
	margin-top: 0;
}

.c-passco-other-investments-considered__item-back-inner ul ul li{
	list-style: circle;
}

@media screen and (max-width: 1360px){
	.c-passco-other-investments-considered__item-back-inner ul,
	.c-passco-other-investments-considered__item-back-inner ol{
		font-size: 14px;
	}

	.c-passco-other-investments-considered__item-back-inner li {
		margin-bottom: 0;
		line-height: 1.4;
	}
}

.c-passco-other-investments-considered__heading {
	margin: 0 !important;
	font-size: 40px !important;
	line-height: 1.2 !important;
	font-family: 'Craft Gothic Demi' !important;
	text-align: center;
	position: relative;
	letter-spacing: 1px;
	color: #fff;
}

@media screen and (max-width: 1200px){
	.c-passco-other-investments-considered__item{
		width: 50%;
	}

	.c-passco-other-investments-considered__item-back-inner ul,
	.c-passco-other-investments-considered__item-back-inner ol{
		font-size: 20px;
	}
}

@media screen and (max-width: 999px){
	.c-passco-other-investments-considered__item{
		width: 100%;
	}

	.c-passco-other-investments-considered__heading{
		font-size: 24px !important;
	}

	.c-passco-other-investments-considered__item {
		padding: 15px 0;
	}

	.c-passco-other-investments-considered{
		max-width: 500px;
	}
}

.c-passco-where-we-are-going{
	position: relative;
}

.c-passco-where-we-are-going__item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 120px;
}

.c-passco-where-we-are-going__item:last-child{
	margin-bottom: 0;
}

.c-passco-where-we-are-going__box-contents-wrap{
	width: 47%;
	position: relative;
}

.c-passco-where-we-are-going__item--even .c-passco-where-we-are-going__box-contents-wrap{
	order: 2;
}

.c-passco-where-we-are-going__item--even .c-passco-where-we-are-going__box-contents-inner{
	margin-left: -110px;
}

.c-passco-where-we-are-going__gif-image-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 30px;
}

.c-passco-where-we-are-going__regular-text{
	font-size: 28px !important;
	line-height: 1.3 !important;
	font-family: 'Craft Gothic' !important;
	font-weight: normal;
	line-height: 1;
	padding: 0 20px;
}

.c-passco-where-we-are-going__number-text {
	font-size: 108px;
	color: #be5f35;
	font-family: 'Craft Gothic Demi';
}

.c-passco-where-we-are-going__main-image,
.c-passco-where-we-are-going__gif-image {
	margin: 0 !important;
}

.c-passco-where-we-are-going__heading-wrap{
	flex: 1;
}

.c-passco-where-we-are-going__heading {
	font-size: 28px !important;
	line-height: 1.3 !important;
	font-family: 'Craft Gothic' !important;
	font-weight: normal;
	margin: 0 !important;
}

.c-passco-where-we-are-going__box-contents-inner{
	display: flex;
	width: calc(100% + 110px);
	position: relative;
}

.c-passco-where-we-are-going__box-contents{
	display: flex;
	align-items: center;
	position: relative;
	z-index: 10;
	padding: 40px;
	background: #fff;
	border-radius: 14px;
	min-height: 305px;
	column-gap: 30px;
	width: 100%;
}

.c-passco-where-we-are-going__main-image-wrap{
	width: 53%;
}

.c-passco-where-we-are-going__text-contents {
	display: flex;
	width: 100%;
	column-gap: 30px;
	justify-content: center;
	align-items: center;
}

.c-passco-where-we-are-going__text-contents .passco-text-content {
	font-size: 31px !important;
	line-height: 1.3 !important;
	font-family: 'Craft Gothic' !important;
	font-weight: normal;
	margin: 0 !important;
}

.c-passco-where-we-are-going__text-contents .passco-text-content-number {
	font-size: 115px;
	color: #be5f35;
	font-family: 'Craft Gothic Demi';
	line-height: 1;
}

@media screen and (max-width: 1350px){
	.c-passco-where-we-are-going__box-contents{
		min-height: 250px;
	}

	.c-passco-where-we-are-going__heading {
		font-size: 28px !important;
		line-height: 1.2 !important;
	}
}

@media screen and (max-width: 999px){
	.c-passco-where-we-are-going__item{
		margin-bottom: 50px;
		display: block;
	}

	.c-passco-where-we-are-going__box-contents-wrap{
		width: 100%;
		margin-bottom: 30px;
	}

	.c-passco-where-we-are-going__main-image-wrap,
	.c-passco-where-we-are-going__box-contents-inner{
		width: 100% !important;
		margin-left: 0 !important;
	}
}

@media screen and (max-width: 690px){
	.c-passco-where-we-are-going__box-contents{
		min-height: 0;
		display: block;
		padding: 30px;
	}

	.c-passco-where-we-are-going__box-contents-wrap{
		margin-bottom: 18px;
	}

	.c-passco-where-we-are-going__text-contents{
		text-align: center;
		flex-direction: column;
		column-gap: 0;
		row-gap: 10px
	}

	.c-passco-where-we-are-going__text-contents .passco-text-content {
		font-size: 24px;
	}

	.c-passco-where-we-are-going__text-contents .passco-text-content-number {
		font-size: 95px;
	}
}

.c-passco-our-people-grid{
	position: relative;
}

.c-passco-our-people-grid__item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 120px;
}

.c-passco-our-people-grid__item:last-child{
	margin-bottom: 0;
}

.c-passco-our-people-grid__box-contents-wrap{
	width: 47%;
	position: relative;
}

.c-passco-our-people-grid__item--even .c-passco-our-people-grid__box-contents-wrap{
	order: 2;
}

.c-passco-our-people-grid__item--even .c-passco-our-people-grid__box-contents-inner{
	margin-left: -110px;
}

.c-passco-our-people-grid__gif-image-wrap{
	padding-right: 35px;
	width: 320px;
}

.c-passco-our-people-grid__main-image,
.c-passco-our-people-grid__gif-image {
	margin: 0 !important;
}

.c-passco-our-people-grid__heading-wrap{
	flex: 1;
}

.c-passco-our-people-grid__heading {
	font-size: 31px !important;
	line-height: 1.3 !important;
	font-family: 'Craft Gothic' !important;
	font-weight: normal;
	margin: 0 !important;
}

.c-passco-our-people-grid__box-contents-inner{
	display: flex;
	width: calc(100% + 110px);
	position: relative;
}

.c-passco-our-people-grid__box-contents{
	display: flex;
	align-items: center;
	position: relative;
	z-index: 10;
	padding: 40px;
	background: #fff;
	border-radius: 14px;
	min-height: 305px;
	width: 100%;
}

.c-passco-our-people-grid__text-content{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 50px;
}

.c-passco-our-people-grid__text-content .passco-text-content{
	font-size: 34px !important;
	line-height: 1.3 !important;
	font-family: 'Craft Gothic' !important;
	font-weight: normal;
	line-height: 1;
	flex: 1;
}

.c-passco-our-people-grid__text-content .passco-number-content{
	font-size: 115px;
	color: #be5f35;
	font-family: 'Craft Gothic Demi';
	line-height: 1;
	width: 35%;
	text-align: center;
}

.c-passco-our-people-grid__main-image-wrap{
	width: 53%;
}

@media screen and (max-width: 1350px){
	.c-passco-our-people-grid__box-contents{
		min-height: 250px;
	}

	.c-passco-our-people-grid__heading {
		font-size: 28px !important;
		line-height: 1.2 !important;
	}

	.c-passco-our-people-grid__gif-image-wrap{
		width: 280px;
	}
}

@media screen and (max-width: 999px){
	.c-passco-our-people-grid__item{
		margin-bottom: 50px;
		display: block;
	}

	.c-passco-our-people-grid__box-contents-wrap{
		width: 100%;
		margin-bottom: 30px;
	}

	.c-passco-our-people-grid__main-image-wrap,
	.c-passco-our-people-grid__box-contents-inner{
		width: 100% !important;
		margin-left: 0 !important;
	}
}

@media screen and (max-width: 690px){
	.c-passco-our-people-grid__box-contents{
		min-height: 0;
		display: block;
	}

	.c-passco-our-people-grid__gif-image-wrap {
		width: 100%;
		margin-bottom: 20px;
		padding-right: 0;
	}

	.c-passco-our-people-grid__box-contents{
		padding: 30px;
	}

	.c-passco-our-people-grid__heading{
		font-size: 24px !important;
	}

	.c-passco-our-people-grid__box-contents-wrap{
		margin-bottom: 18px;
	}

	.c-passco-our-people-grid__text-content{
		flex-direction: column;
		text-align: center;
		row-gap: 10px;
		column-gap: 0;
	}

	.c-passco-our-people-grid__text-content .passco-number-content{
		font-size: 80px;
		text-align: center;
		width: 100%;
	}

	.c-passco-our-people-grid__text-content .passco-text-content {
		font-size: 24px !important;
	}
}

.c-passco-story-join-team-box{
	display: inline-block;
	transition: .4s;
	position: relative;
}

.c-passco-story-join-team-box.box-hover-state{
	width: 100%;
}

.c-passco-story-join-team-box__inner {
	border-radius: 14px;
	background: #fff;
	position: relative;
	z-index: 10;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 66px;
	padding-left: 55px;
	border: 2px solid rgba(0, 45, 84, 0.75);
	border-radius: 50px;
	transition: .4s;
	cursor: pointer;
}

.box-hover-state .c-passco-story-join-team-box__inner {
	padding: 60px 40px;
	border-radius: 14px;
	box-shadow: 0px 0px 9px rgba(0,0,0,.1);
	border: none;
}

.row .col .c-passco-story-join-team-box__inner h3{
	text-align: center;
	margin-bottom: 0;
	font-size: 18px;
	font-family: 'Open Sans';
	font-weight: 600;
}

.row .col .box-hover-state .c-passco-story-join-team-box__inner h3{
	font-family: 'Craft Gothic Demi';
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 7px;
}

.row .col .box-hover-state .c-passco-story-join-team-box__inner h4{
	text-align: center;
	display: block;
}

.row .col .c-passco-story-join-team-box__inner h4{
	text-align: center;
	display: none;
}

.c-passco-story-join-team-box .u-passco-specific-top-round-border,
.c-passco-story-join-team-box .u-passco-specific-bottom-round-border{
	display: none;
}

.c-passco-story-join-team-box.box-hover-state .u-passco-specific-top-round-border,
.c-passco-story-join-team-box.box-hover-state .u-passco-specific-bottom-round-border{
	display: block;
}

.passco-story-hover-box-row .vc_column-inner{
	min-height: 250px;
}

.c-passco-story-join-team-box .icon-button-arrow{
	height: 44px;
	width: 44px;
	line-height: 44px;
	color: rgb(255, 255, 255);
	background-color: rgb(0, 45, 84);
	box-shadow: rgba(0, 45, 84, 0.24) 0px 8px 15px;
	border-radius: 50%;
	position: absolute;
	right: 12px;
	top: 10px;
}

.c-passco-story-join-team-box.box-hover-state .icon-button-arrow{
	display: none;
}

/* Homepage slider */

.o-panel--home-slider{
	padding-left: 0;
	padding-right: 0;
}

.c-home-slider{
	position: relative;
}

.c-home-slider__slide{
	padding-top: 180px;
	padding-bottom: 180px;
	background-size: cover;
	min-height: 900px;
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
}

.c-home-slider__slide-inner-wrap {
	max-width: 1630px;
	width: 100%;
	padding-left: 160px;
	padding-right: 160px;
	margin: 0 auto;
	text-align: left;
}

.c-home-slider__sub-heading {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Proxima Nova Rg' !important;
	letter-spacing: 2px;
	font-weight: normal;
	text-shadow: 0px 0px 12px rgba(0,0,0,.3);
}

.c-home-slider__heading {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Craft Gothic Demi';
	font-weight: normal;
	text-shadow: 0px 0px 12px rgba(0,0,0,.3);
	font-size: 85px;
	margin-bottom: 40px;
	line-height: 1;
}

.c-home-slider__horizontal-bar {
	height: 5px;
	background: #cc2027;
	margin-bottom: 25px;
	max-width: 600px;
}

.c-home-slider__button-wrap{
	position: relative;
}

.c-home-slider__button {
	background: #1b2b3f url(../images/homepage-slider-button-arrow-full.png) no-repeat center right 14px;
	padding: 17px 75px 17px 25px;
	font-size: 18px;
	display: inline-block;
	border-radius: 40px;
	background-size: 44px auto;
	color: #fff !important;
	text-decoration: none !important;
	font-family: 'Open Sans';
}

.c-home-slider__button-label {
	display: block;
	position: relative;
	bottom: 0px;
	padding-left: 10px;
	padding-right: 22px;
}

.c-home-slider__button:hover {
	color: #1b2b3f !important;
	background-color: #fff;
}

.c-home-slider__arrows-wrap{
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -87px;
}

.c-home-slider__arrows-wrap-inner{
	max-width: 1570px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-left: 50px;
	padding-right: 50px;
}

.c-home-slider__arrow{
	max-width: 32px;
	display: inline-block;
}

@media screen and (max-width: 1200px){
	.c-home-slider__slide-inner-wrap {
		padding-left: 120px;
		padding-right: 120px;
	}
}

@media screen and (max-width: 1000px){
	.c-home-slider__slide{
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

@media screen and (max-width: 767px){
	.c-home-slider__slide{
		min-height: 450px !important;
	}

	.c-home-slider__arrows-wrap{
		display: none;
	}

	.c-home-slider__slide-inner-wrap {
		padding-left: 30px;
		padding-right: 30px;
	}

	.c-home-slider__slide{
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.c-home-slider__sub-heading {
		font-size: 20px !important;
	}

	.c-home-slider__heading{
		line-height: 1.4 !important;
		font-size: 26px !important;
	}

	.c-home-slider__button {
		background-position: center right 14px;
		padding: 14px 75px 14px 25px;
		font-size: 20px;
	}

	.c-home-slider__button-label {
		padding-left: 0;
		padding-right: 4px;
	}

	.c-home-slider__heading{
		margin-bottom: 15px;
	}
}


/* Our properties featured section */

.c-passco-our-properties-featured-boxes {
	display: flex;
	max-width: 1700px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	margin-bottom: -100px !important;
}

.c-passco-our-properties-featured-box {
	width: 33.33%;
	margin: 0 40px;
	display: flex;
	position: relative;
	border-radius: 14px;
	box-shadow: 0px 0px 24px rgba(0,0,0,.2);
}

.c-passco-our-properties-featured-box__inner {
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	position: relative;
	z-index: 10;
	border-radius: 14px;
}

.c-passco-our-properties-featured-box__gif-wrap {
	height: 200px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 50px 40px 20px 40px;
	text-align: center;
}

.c-passco-our-properties-featured-box__number {
	font-family: 'Craft Gothic Demi';
	font-size: 100px;
	line-height: 1;
}

.c-passco-our-properties-featured-box__image {
	object-fit: contain;
	max-width: 300px !important;
	max-height: 100%;
}

.c-passco-our-properties-featured-box__label-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 0 40px 50px 40px;
	text-align: center;
}

.c-passco-our-properties-featured-box__label{
	text-align: center;
	font-size: 30px;
}

@media screen and (max-width: 1380px) {
	.c-passco-our-properties-featured-box{
		margin: 0 20px;
	}

	.c-passco-our-properties-featured-box__image{
		max-width: 100%;
	}
}

@media screen and (max-width: 999px){
	.c-passco-our-properties-featured-boxes{
		max-width: 480px;
		margin-bottom: 0 !important;
		flex-wrap: wrap;
	}

	.c-passco-our-properties-featured-box{
		margin: 0 0 30px 0;
		width: 100%;
	}

	.c-passco-our-properties-featured-box__label-wrap{
		padding: 0 40px 30px 40px;
	}

	.c-passco-our-properties-featured-box__gif-wrap {
		padding: 30px 40px 20px 40px;
	}
}

@media screen and (max-width: 767px) {
	.c-passco-our-properties-featured-box__number{
		font-size: 80px;
	}

	.c-passco-our-properties-featured-box__gif-wrap{
		height: 160px;
	}
}

.c-passco-gives-back-hero-text{
	border: 2px solid #ae5937;
	border-right: none;
	margin-right: 110px;
	padding: 70px 40px 70px 40px;
	position: relative;
}

.c-passco-gives-back-hero-text:before {
	width: 2px;
	background: #ae5937;
	height: 56px;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
}

.c-passco-gives-back-hero-text:after {
	width: 2px;
	background: #ae5937;
	height: 56px;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
}

.c-passco-gives-back-hero-text__inner{
	margin-right: -120px;
}

/* Featured properties */
.c-passco-featured-properites{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 25px;
	padding: 0 30px;
	max-width: 1600px;
	margin: 0 auto;
	padding-top: 28px;
}

.c-passco-featured-properites__placeholder{
	width: 100% !important;
	margin: 0 !important;
	display: block;
	visibility: hidden;
}

.c-passco-featured-properites__inner{
	position: relative;
	background-size: cover;
	background-position: top center;
}

.c-passco-featured-properites__link{
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 40px;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-end;
	text-decoration: none !important;
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
}

.c-passco-featured-properites__overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(to bottom, transparent, rgba(75, 124, 164, 0.83));
	opacity: 0;
	transition: .4s;
}

.c-passco-featured-properites__link:hover{
	background-image: none;
}

.c-passco-featured-properites__link:hover .c-passco-featured-properites__overlay{
	opacity: 1;
}

.c-passco-featured-properites__content{
	position: relative;
	z-index: 2;
	border-bottom: 3px solid #317fa6;
	padding-bottom: 12px;
	transition: .4s;
}

.c-passco-featured-properites__property-name {
	color: #fff;
	margin-bottom: 0 !important;
}

.c-passco-featured-properites__property-location {
	line-height: 1.2;
	color: #fff;
	margin-bottom: 0 !important;
}

.c-passco-featured-properites__link:hover .c-passco-featured-properites__content{
	border-bottom-color: #fff;
}

.c-passco-featured-properites__overlaid-tag-image {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 240px !important;
}

@media screen and (max-width: 999px) {
	.c-passco-featured-properites{
		grid-template-columns: 1fr;
		gap: 25px 0;
		max-width: 600px;
	}
}

/* Login Popup */

.c-passco-popup {
	position: fixed;
	z-index: 1000;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	padding: 3.75rem 1.25rem 1.875rem 1.25rem;
	display: none;
}

.c-passco-popup__wrap {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-passco-popup__content-box {
	width: 100%;
	position: relative;
	z-index: 2;
	max-width: 1360px;
	background: #fff;
	position: relative;
	border: 0.3125rem solid #003653;
	opacity: 0;
	transform: translate3d(0, 30px, 0);
	transition: .6s;
}

.c-passco-popup--open .c-passco-popup__content-box {
	opacity: 1;
	transform: translate3d(0,0,0);
}

.c-passco-popup__content-box-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.c-passco-popup__overlay {
	background: rgba(0,0,0,.8);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 1;
}

.c-passco-popup__close {
	position: absolute;
	right: 0;
	top: -1px;
	z-index: 100;
	background: #003653;
	border: 1px solid #003653;
	color: #fff!important;
	font-size: 15px;
	display: block;
	padding: 0 0.9375rem 0.25rem 0.9375rem;
	transition: .4s;
}

.c-passco-popup__close:hover{
	color: #003653 !important;
	background: #fff;
}

.c-passco-popup__content{
	padding: 40px 40px 10px 40px;
	height: 100%;
}

.c-login-contents {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 30px;
}

.c-login-contents__heading {
	margin-bottom: 10px;
}

.c-login-contents__description p {
	margin: 0 !important;
	padding: 0;
	font-size: 16px;
	line-height: 1.6;
}

.c-login-contents__column {
	padding: 20px;
}

@media screen and (max-width: 999px) {
	.c-login-contents {
		grid-template-columns: 1fr;
		row-gap: 40px;
	}

	.c-login-contents__column{
		padding: 0;
	}

	.c-passco-popup__content{
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.c-passco-popup__wrap{
		overflow: auto;
		align-items: flex-start;
	}
}

.c-passco-press-slider{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 60px !important;
}

.c-passco-press-slider__item{
	padding: 20px 3px;
	position: relative;
}

.c-passco-press-slider__inner-item{
	position: relative;
}

.c-passco-press-slider__overlay{
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}

.c-passco-press-slider__placeholder{
	display: block;
	width: 100% !important;
	margin: 0 !important;
	visibility: hidden;
}

.c-passco-press-slider__link{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	display: flex;
	padding: 30px;
	align-items: center;
	text-decoration: none !important;
	text-align: center;
	opacity: 0;
	transition: .4s;
}

.slick-active .c-passco-press-slider__link{
	opacity: 1;
}

.c-passco-press-slider__content{
	font-size: 20px !important;
	line-height: 1.4 !important;
	margin-bottom: 0 !important;
}

.c-passco-press-slider__content-wrap {
	text-align: center;
	padding: 25px 20px 20px 20px;
}

.c-passco-press-slider .slick-arrow{
	position: absolute;
	border: none;
	top: 25%;
	margin-top: -30px;
	cursor: pointer;
	z-index: 10;
	overflow: hidden;
	text-indent: -200px;
	width: 125px;
	height: 200px;
}

.c-passco-press-slider .slick-prev{
	background: url(../images/passco-left-arrow.png) no-repeat center center;
	background-size: 32px 60px;
	left: 0;
}

.c-passco-press-slider .slick-next{
	background: url(../images/passco-right-arrow.png) no-repeat center center;
	background-size: 32px 60px;
	right: 0;
}

.c-passco-press-slider .slick-dots {
	margin: 0;
	padding: 0;
	display: flex;
	position: absolute;
	bottom: -70px;
	width: 100%;
	justify-content: center;
}

.c-passco-press-slider .slick-dots li {
	list-style: none;
	margin-right: 10px;
	padding: 6px;
	border: 1px solid transparent;
	border-radius: 50%;
	cursor: pointer;
}

.c-passco-press-slider .slick-dots li.slick-active{
	border-color: #173452;
}

.c-passco-press-slider .slick-dots li button {
	width: 16px;
	height: 16px;
	border: none;
	overflow: hidden;
	text-indent: -100px;
	background: #173452;
	display: block;
	border-radius: 50%;
	cursor: pointer;
}

.c-passco-portfolio-grid-slider .slick-dots li:hover{
	border-color: #173452;
}

@media screen and (max-width: 1300px) {
	.c-passco-press-slider .slick-arrow{
		width: 75px;
		top: 17%;
	}
}

@media screen and (max-width: 999px) {
	.c-passco-press-slider .slick-arrow{
		width: 125px;
		top: 31%;
	}
}

@media screen and (max-width: 600px) {
	.c-passco-press-slider .slick-arrow{
		width: 75px;
		top: 6%;
	}
}

/* Property grid */

.c-passco-portfolio-grid {
	max-width: 1800px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}

.c-passco-portfolio-slide-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 20px;
	row-gap: 50px;
}

.c-passco-portfolio-item{
	position: relative;
	background-size: cover;
}

.c-passco-portfolio-item__placeholder{
	width: 100% !important;
	margin: 0 !important;
	display: block;
	visibility: hidden;
}

.c-passco-portfolio-item__inner{
	position: relative;
	background-size: cover;
	background-position: top center;
}

.c-passco-portfolio-item__link{
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 40px;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-end;
	text-decoration: none !important;
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
}

.c-passco-portfolio-item__overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(to bottom, transparent, rgba(75, 124, 164, 0.83));
	opacity: 0;
	transition: .4s;
}

.c-passco-portfolio-item__link:hover{
	background-image: none;
}

.c-passco-portfolio-item__link:hover .c-passco-portfolio-item__overlay{
	opacity: 1;
}

.c-passco-portfolio-item__content{
	position: relative;
	z-index: 2;
	border-bottom: 3px solid #d0522d;
	padding-bottom: 12px;
	transition: .4s;
}

.c-passco-portfolio-item__property-name {
	color: #fff;
	margin-bottom: 5px !important;
	line-height: 1 !important;
	font-size: 28px;
}

.c-passco-portfolio-item__property-location {
	line-height: 1.2;
	color: #fff;
	margin-bottom: 0 !important;
}

.c-passco-portfolio-item__link:hover .c-passco-portfolio-item__content{
	border-bottom-color: #fff;
}

.c-passco-portfolio-item__overlaid-tag-image {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 240px !important;
}

.c-passco-portfolio-grid-slider{
	margin-bottom: 100px;
	padding-left: 80px;
	padding-right: 80px;
}

.c-passco-portfolio-grid-slider .slick-dots {
	margin: 0;
	padding: 0;
	display: flex;
	position: absolute;
	bottom: -70px;
	left: 0;
	width: 100%;
	justify-content: center;
}

.c-passco-portfolio-grid-slider .slick-dots li {
	list-style: none;
	margin-right: 10px;
	padding: 6px;
	border: 1px solid transparent;
	border-radius: 50%;
	cursor: pointer;
}

.c-passco-portfolio-grid-slider .slick-dots li.slick-active{
	border-color: #173452;
}

.c-passco-portfolio-grid-slider .slick-dots li button {
	width: 16px;
	height: 16px;
	border: none;
	overflow: hidden;
	text-indent: -100px;
	background: #173452;
	display: block;
	border-radius: 50%;
	cursor: pointer;
}

.c-passco-portfolio-grid-slider .slick-dots li:hover{
	border-color: #173452;
}

.c-passco-portfolio-grid-slider .slick-arrow{
	position: absolute;
	border: none;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
	z-index: 10;
	overflow: hidden;
	text-indent: -200px;
	width: 32px;
	height: 60px;
}

.c-passco-portfolio-grid-slider .slick-prev{
	background: url(../images/passco-left-arrow.png) no-repeat center center;
	background-size: cover;
	left: 0;
}

.c-passco-portfolio-grid-slider .slick-next{
	background: url(../images/passco-right-arrow.png) no-repeat center center;
	background-size: cover;
	right: 0;
}

@media screen and (max-width: 1200px){
	.c-passco-portfolio-slide-grid{
		grid-template-columns: 1fr 1fr;
		row-gap: 20px;
	}
}

@media screen and (max-width: 767px){
	.c-passco-portfolio-slide-grid{
		grid-template-columns: 1fr;
		max-width: 440px;
		margin: 0 auto;
	}

	.c-passco-portfolio-grid-slider{
		padding-left: 50px;
		padding-right: 50px;
	}
}

.c-passco-portfolio-grid__filters-wrap{
	padding: 60px 80px;
}

.c-passco-portfolio-grid__form{
	display: flex;
	width: 100%;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	row-gap: 16px;
}

.c-passco-portfolio-grid__filters-field-wrap {
	width: 100%;
	max-width: 320px;
}

.c-passco-portfolio-grid__field-type-select{
	font-family: 'Craft Gothic Demi';
	font-size: 16px !important;
	background: #c1deef url(../images/select-field-bg.png) no-repeat right center;
	background-size: contain;
	border: none !important;
	padding: 5px 20px;
	-webkit-appearance: none;
}

.c-passco-story-timeline-content__item {
	padding: 0 25px;
}

/* Where we have been timeline */

.c-passco-story-timline-year{
	max-width: 2200px;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 100px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 50px !important;
}

.c-passco-story-timline-year:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	border-bottom: 4px solid #d1532f;
	left: 0;
	bottom: 12px;
}

.c-passco-story-timline-year__inner {
	padding: 0 25px;
}

.c-passco-story-timline-year__item-inner {
	text-align: center;
	font-size: 56px;
	font-family: 'Janson SSi Bold';
	line-height: 1;
	position: relative;
	padding-bottom: 50px;
}

.c-passco-story-timline-year__item-inner:after {
	content: '';
	width: 30px;
	height: 30px;
	background: #d1532f;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	border-radius: 50%;
	bottom: 0;
	z-index: 10;
}

.c-passco-story-timeline-content {
	max-width: 2200px;
	padding-left: 80px;
	padding-right: 80px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 200px !important;
}

.c-passco-story-timeline-content__item {
	padding: 0 25px;
}

.c-passco-story-timeline-content__item-inner {
	padding: 20px;
	display: flex;
	border-radius: 14px;
	font-size: 24px !important;
	transition: .4s;
	line-height: 1.4;
	text-align: center;
}

.c-passco-story-timeline-content .slick-arrow{
	position: absolute;
	width: 32px;
	height: 60px;
	border: none;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
	z-index: 10;
	overflow: hidden;
	text-indent: -200px;
}

.c-passco-story-timeline-content .slick-prev{
	background: url(../images/passco-left-arrow.png) no-repeat top center;
	background-size: cover;
	left: -45px;
}

.c-passco-story-timeline-content .slick-next{
	background: url(../images/passco-right-arrow.png) no-repeat top center;
	background-size: cover;
	right: -45px;
}

.c-passco-story-timeline-content .slick-dots {
	margin: 0;
	padding: 0;
	display: flex;
	position: absolute;
	bottom: -90px;
	width: 100%;
	justify-content: center;
}

.c-passco-story-timeline-content .slick-dots li {
	list-style: none;
	margin-right: 10px;
	padding: 6px;
	border: 1px solid transparent;
	border-radius: 50%;
	cursor: pointer;
}

.c-passco-story-timeline-content .slick-dots li.slick-active{
	border-color: #173452;
}

.c-passco-story-timeline-content .slick-dots li button {
	width: 16px;
	height: 16px;
	border: none;
	overflow: hidden;
	text-indent: -100px;
	background: #173452;
	display: block;
	border-radius: 50%;
	cursor: pointer;
}

.c-passco-story-timeline-content .slick-dots li:hover{
	border-color: #173452;
}

@media screen and (max-width: 1400px){
	.c-passco-story-timeline-content__item-inner{
		font-size: 22px !important;
		line-height: 1.4;
	}
}

@media screen and (max-width: 767px){
	.c-passco-story-timeline-content{
		padding-left: 35px;
		padding-right: 35px;
	}

	.c-passco-story-timeline-content .slick-arrow{
		width: 20px;
		height: 37px;
	}

	.c-passco-story-timeline-content .slick-next{
		right: -12px;
	}

	.c-passco-story-timeline-content .slick-prev{
		left: -12px;
	}

	.c-passco-story-timeline-content .slick-dots{
		flex-wrap: wrap;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.c-our-properties-heading{
	display: block;
	padding: 160px 0;
	position: relative;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	font-family: 'Craft Gothic Demi';
}

.c-our-properties-heading:before {
	width: 2px;
	height: 100px;
	background: #d1522f;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.c-our-properties-heading:after {
	width: 2px;
	height: 100px;
	background: #fff;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
}

.c-our-properties-heading__inner:before {
	width: 2px;
	height: 100px;
	background: #d1522f;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
}

.c-our-properties-heading__inner:after {
	width: 2px;
	height: 100px;
	background: #fff;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
}

.c-our-properties-heading__text {
	font-size: 104px !important;
	white-space: nowrap;
	left: -38px;
	color: #fff;
	position: relative;
	margin-right: -64px;
	text-align: right;
	font-family: 'Craft Gothic Demi' !important;
}

@media screen and (max-width: 767px) {
	.c-our-properties-heading__text{
		font-size: 42px !important;
		white-space: pre-wrap;
	}

	.c-our-properties-heading{
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.c-our-properties-heading__inner:after,
	.c-our-properties-heading:after{
		height: 75px;
	}
}

.italic-but-normal-weight{
	font-family: 'Craft Gothic' !important;
}

.c-passco-footer-cities{
	text-align: center;
}

.c-passco-our-people-logo-slider{
	padding-bottom: 50px;
	padding-top: 20px;
	padding-left: 70px;
	padding-right: 70px;
}

.c-passco-our-people-logo-slider__item-wrap{
	padding: 0 10px;
}

.c-passco-our-people-logo-slider .slick-arrow {
	background: url(../images/passco-left-arrow.png) no-repeat;
	position: absolute;
	background-size: contain;
	border: none;
	text-indent: -1000px;
	overflow: hidden;
	width: 43px;
	height: 70px;
	left: -45px;
	top: 50%;
	margin-top: -35px;
	cursor: pointer;
	z-index: 100;
}

.c-passco-our-people-logo-slider .slick-next{
	background: url(../images/passco-right-arrow.png) no-repeat;
	background-size: contain;
	left: auto;
	right: -45px;
}

@media screen and (max-width: 1500px) {
	.c-passco-our-people-logo-slider .slick-arrow{
		width: 40px;
		height: 60px;
	}
}

@media screen and (max-width: 549px) {
	.c-passco-our-people-logo-slider .slick-dots{
		bottom: -100px;
	}
}

.our-people-top-quote-mark{
	position: absolute;
	left: -16px;
	width: 62px !important;
	top: -15px;
}

.our-people-bottom-quote-mark{
	position: absolute;
	right: 0;
	width: 62px !important;
	bottom: -42px
}

.our-people-quote-container{
	padding-top: 40px;
	padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
	body .vc_column-inner .passco-story-w-headings{
		font-size: 40px!important;
		line-height: 52px!important;
	}

	.c-passco-story-timline-year{
		padding-top: 60px;
	}

	.c-passco-story-timline-year__item-inner{
		font-size: 48px;
	}

	.c-passco-story-timeline-content{
		margin-bottom: 150px !important;
	}

	.passco-story-other-investment-row .nectar-split-heading{
		padding-left: 30px;
		padding-right: 30px;
	}

	.our-people-logo-slider-row .nectar-split-heading h1{
		font-size: 34px;
		line-height: 46px;
	}

	.passco-gives-back-lined-area{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.proudly-supporting-text-wrap-row .nectar-split-heading h1{
		font-size: 38px;
		line-height: 1.2;
	}
}