.ventures-home-main .carousel-multi-card .carousel-item {
	background: #fff !important;
	padding: 20px;
}
.ventures-home-main .carousel-multi-card .carousel-item a {
	pointer-events: none;
	cursor: default;
}
.ventures-home-main .carousel-multi-card .carousel-controls {
	bottom: -10px;
}
.ventures-home-main .carousel-multi-card .carousel-item .card .pad-2 {
	display: none;
}
.ventures-home-main .carousel-multi-card .carousel-item .card hr {
	display: none;
}
.anniversay-banner .row {
	display: flex;
    align-items: center;
}
.ventures-footer img {
	width: 30px;
}
.ventures-footer .row {
	display: flex;
    align-items: center;
}
.stay-connected-linkedin-carousel .carousel-inner {
	background-color: #006fcf!important;
}
.stay-connected-linkedin-carousel .carousel-item {
	background-color: transparent !important;
}
.ventures-diversity-banner .row {
    display: flex;
    align-items: center;
}
.ventures-diversity-banner .border-dark {
	border: 0.0625rem solid #016fd0 !important;
}
.ventures-portfolio-tabs .grid.section {
    margin-bottom: 20px;
}
.ventures-team-hero-top img {
	position: relative;
    z-index: 1;
}
.ventures-team-bio-img {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.ventures-home-hero-mobile img {
	width: 100%;
}
.stay-connected-linkedin-carousel p:last-of-type {
	text-align: center;
}
.stay-connected-linkedin-carousel p:last-of-type::after {
	content: "Read more";
	color: #016fd0;
	display: block;
    margin-top: 10px;
    text-decoration: underline;
}
.ventures-team-bios h2 {
	font-size: 1.575rem;
}
.ventures-portfolio-tabs img {
	background-color: #00175a;
}
.ventures-portfolio-tabs img:hover  {
	background-color: #016fd0;
}
@media (min-width:1024px) {
	.ventures-home-hero {
		min-height: 715px;
	}
	.ventures-buckets h1 {
		font-size: 4rem;
	}
	.ventures-home-hero h1 {
		font-size: 4rem;
		line-height: 1.2;
		width: 90%;
	}
	.ventures-team-hero-bottom {
		margin-top: -50px;
		position: relative;
	}
	.ventures-team-bios .container .container {
		padding: 0;
	}
	.ventures-home-hero h1, .ventures-team-hero-top h1, .ventures-portfolio-hero h1, .ventures-contact-hero h1 {
		font-size: 3rem;
	}
	.ventures-home-hero .container .container {
		padding-left: 0;
	}
}
@media (min-width:1500px) {
	.ventures-home-hero {
		min-height: 900px;
	}
}
@media (max-width:1023px) {
	.ventures-buckets .border, .ventures-buckets .border-dark {
		margin-bottom: 20px;
	}
	.ventures-team-bios {
		padding: 0 20px;
    	margin-top: -10px;
	}
	.ventures-home-main .carousel-multi-card [class*=" col-"], .ventures-home-main .carousel-multi-card [class^=col-] {
		padding-left: 0;
		padding-right: 0;
	}
	.ventures-footer p {
		text-align: left !important;
	}
}
@media (max-width:767px) {
	.ventures-header .image:first-of-type {
		width: 60%;
		display: inline-block;
	}
	.ventures-header .image:last-of-type {
		width: 38%;
		display: inline-block;
		text-align: right !important;
	}
	.ventures-header .image:last-of-type div {
		text-align: right !important;
		display: inline-block;
	}
	.ventures-mobile-nav {
		height: 0;
	    overflow-y: hidden;
	}
	.ventures-mobile-nav.active {
		height: auto;
	}
}