.page-wraper {
	overflow: hidden;
}

.whoweare-content-lower {
	margin: 100px 0px;
}

.whoweare-banner-container {
	height: 535px;
	background: url('../img/whoweare-2.jpg') no-repeat center center;
	background-size: cover; 
}

.whoweare-banner-notes {
	font-size: 60pt;
	font-family: mavenlight;
	color: #fff;
	position: relative;
	top: 135;
	width: 900px;
	margin: 0 auto;
	letter-spacing: 2px;
}

.whoweare-banner-notes a {
	vertical-align: middle;
	display: inline-block;
	font-size: 18pt;
	position: relative;
	text-decoration: none;
	top: -8;
	color: #fff;
	font-family: proxima-nova;
	font-weight: 600;

}

.whoweare-banner-notes a div {
	height: 3px;
	width: 99%;
	background: #fff;
	position: relative;
	top: -2;
}

.whoweare-content-txt {
	width: 930px;
	display: block;
	margin: 0 auto;
	font-family: proxima-nova;
	color: #66575f;
	font-size: 13pt;
}

.whoweare-chesz-link {
	color: #ee4f8f;
	font-weight: 600;
	text-decoration: none;
	font-size: 14pt;
}

.whoweare-content-title {
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: 2px;
}


.whoweare-content-txt td:first-child{
	width: 250px;
	vertical-align: top;
}

.whoweare-content-img {
	width: 320px;
	margin-right: 50px;
}

.whoweare-content-title {

}

.Whoweare-blue-bg {
	background: url('../img/whoweare-4.jpg') no-repeat center center;
	font-family: proxima-nova;
	font-size: 15pt;
	letter-spacing: 1px;
	color: #fff;
	overflow: hidden;
}

.Whoweare-blue-bg div{
	width: 900px;
	margin: 0px auto;
	padding: 70px 0px;
}

.whoweare-read-container {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 103;
	background: #2a83d1;
	font-family: proxima-nova;
	color: #fff;
	display: none;
	opacity: 0;
}

.whoweare-read-txt-content {
	width: 500px;
	font-size: 13pt;
	margin-left: 200px;
	margin-top: 50px;
	height: 88%;
	overflow-y: scroll;

}

.whoweare-read-close {
	width: 40px;
	position: absolute;
	right: 30;
	top: 30;
	cursor: pointer;
}

.whoweare-read-title {
	font-family: mavenlight;
	font-size: 55pt;
	letter-spacing: 2px;
	margin-bottom: 40px;
	width: 450px;

}

.whoweare-read-link {
	background: #569cda;
	padding: 13px 15px;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 10px;
	display: inline-block;
}
.whoweare-img-mobile-container {
	display: none;
}

@media screen and (max-width: 768px) {
	
	.whoweare-img-mobile-container {
		display: block;
		margin-bottom: 20px;
	}
	.whoweare-content-img-mobile {
		width: 250px;
		margin-right: 40px;
		vertical-align: middle;
		margin-bottom: 30px;
	}

	.whoweare-banner-notes {
		left: 40;
		font-size: 55pt;x`
	}

	.whoweare-img-mobile-title {
		font-size: 18pt;
		font-family: proxima-nova;
		display: inline-block;
		letter-spacing: 1px;
		font-weight: 600;
		position: relative;
		top: 10;
	}

	.Whoweare-blue-bg div {
		width: 90%;
	}

	.whoweare-img-mobile-title div {
		font-family: proxima-nova;
		border-left: 1px solid #ee4f8f;
		font-weight: 400;
		font-size: 15pt;
		margin-top: 20px;
		padding: 2px 5px;

	}

	.whoweare-content-img {
		display: none;
	}

	.whoweare-content-title {
		display: none;
	}

	.whoweare-content-txt td:first-child {
		display: none;
	}

	.whoweare-content-txt {
		width: 90%;
	}

	.whoweare-read-txt-content {
		margin-left: 40px;
	}

}



@media screen and (max-width: 480px) {


	body, html {
	min-width: 100%;
	max-width: 100%;
	}

	.whoweare-banner-container {
		background-position-x: -550;
	}

	
	.whoweare-banner-notes {
		top: auto;
		position: absolute;
		bottom: 30;
	}

	.whoweare-banner-notes {
		font-size: 40pt;
	}

	.whoweare-banner-notes a {
		
		top: 0;
	}

	.whoweare-img-mobile-title div {
		border: none;
		margin-top: 5px;
	}

	.whoweare-img-mobile-title {
		display: block;
	}

	.whoweare-img-mobile-container {

	}

	.whoweare-img-mobile-container {
		margin-bottom:40px;
	}

	.whoweare-read-txt-content {
		width: 400px;
	}

	.whoweare-read-txt-content {
		margin-left: 20px;
	}

	.whoweare-read-title {
		font-size: 45pt;
		width: 390px;
	}

	.whoweare-banner-notes a div  {
		width: 60px;
		height: 2px;
	}

	

}


@media screen and (max-width: 380px) {

	.whoweare-content-img-mobile {
		width: 230px;
	}

	.whoweare-banner-container {
		background-position-x: -650;
	}
	.whoweare-banner-notes {
		left: 20;
	}

	.whoweare-banner-notes {
		font-size: 35pt;
	}

	.whoweare-banner-notes a {
		font-size: 15pt;
	}

	.whoweare-read-title {
		font-size: 35pt;
		width: 300px;
	}

	.whoweare-read-txt-content {
		width: 300px;
	}

	.whoweare-read-close {
		width: 30px;
	}

	

}


@media screen and (max-width: 320px)  {
	.slideshow-white-mask {
		width: 142%;
		top: -17%;
		left: -21%;
	}

	.slideshow-white-mask {
		width: 191%;
		top: -17%;
		left: -45%;
	}

	.whoweare-gracie-img-minitab img {
		margin-left: -18%;
	}

	


}


