@charset "utf-8";
section {
    position: relative;
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

section h1{
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.25rem;
    font-size: 2.2rem;
    font-weight: 700;
	color:#000;
	line-height:2.2rem;
}


.inner-page-banner-section {
    height: 70vh;
}
.inner-page-banner-section { 
    background: url(../images/acquisition/acquisition_header.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
} 
.inner-page-banner-section h1{
    font-size: 4.2rem;
	line-height:4.0rem;
	margin-top: 28vh;
	color:#000;
}
.inner-page-banner-section h1 span{
	font-weight: 400;
}

#ourteam h4{
	padding:0;
	margin:none !important;
	line-height:2rem;
	font-weight:400;	
}
#ourteam h1{
	line-height:2.2rem;
	margin-bottom:10px;
	text-transform:uppercase;
}

#ourteam img, #commission img{ width:60%;}
#ourteam p, #commission p{ 
	width:60%;
	margin:50px auto;
	display:block;
}

.twoup{
	float: left;
    margin:5% auto;
    text-align:center;
	width:50%;
	height:fit-content;
}
.twoup.left{
	/*margin-left:15%;*/
/*	margin-right:7%;*/
}
.twoup.left .button{
	float:right;
	margin-right:7%;
}
.twoup.right{
/*	margin-right:15%;*/
/*	margin-left:7%;*/
}
.twoup.right .button{
	float:left;
		margin-left:7%;
}
.twoup p{
    text-align:justify;
}
 .twoup .button{
	 width:35%;
	 min-width:200px;
	 display:block;
	 line-height:40px;
	 margin:auto;
	 padding:0;
 }


.inbetween-page-first-section{
    height: 50%;
	margin:60px 0;
	color:#fff;
	text-align:center;
    background: url(../images/acquisition/first_section_banner.jpg) no-repeat center center;
    background-size: cover;
	background-attachment:fixed;
}

.inbetween-page-first-section h1 {
	font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.9rem;
	margin-top:22vh;
	letter-spacing:0rem;
    font-weight: 800;
	padding:10px 20%;
	color:#fff;
}
.inbetween-page-first-section hr {
    width: 5%;
    margin: auto;
}

.twoup h5,#commission h5{
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform:uppercase;
	font-weight: 400;
	
}