/*------------------------------------GENERAL-----------------------------------------*/

body{
	opacity: 0;
}


/*------------------------------------SERVICES-----------------------------------------*/

#servEntrySection{
	margin: 100px 0 0 0;
	min-height:1400px;
}

.indServTitle{
	color:#001f60;
}

.pageTitleLine, .pageTitleText, .pageTitle, .pageDes{
	color:#001f60 !important;
}

.pageTitleLine{
	background-color:#001f60;
}

.servBlock:hover .indServTitle{
	color:#265cc8;
	transform: translateY(2px);
}


/*------------------------------------WORK-----------------------------------------*/

#workEntrySection{
	margin: 100px 0 0 0;
	min-height:1800px;
}


/*------------------------------------WORK-----------------------------------------*/

#abEntrySection{
	margin:0 0 0 0;
	background-image: url(../images/about/aboutAlt01.jpg);
	background-position: bottom;
	background-size: cover;
}

#missionLineCon{
	width:500px;
}

#missionLine{
	width:380px;
}

#missionLineText{
	left:auto;
	right:0;
}

#abAboutTitle{
	color:#001F60;
}

#abMissionSection{
	background-color:#37BB00;
}

#abAboutTitle{
	color:#001F60;
}

#aboutGreenIMG{
	position:absolute;
	width:560px;
	height:auto;
	top:0px;
	bottom:0;
	left:200px;
	right:0;
	margin:auto;
}

#abAboutTitleCon{
	top:280px;
}

#abTeamSection{
	min-height:2200px;
	background-color:rgba(0,0,0,0.0);
}

#abTeamTitleCon{
	top:120px;
}

#abTeamDes{
	position:absolute;
	width: 210px;
    top: 24px;
    left: 520px;
}

#teamCon{
	position:absolute;
	width:970px;
	height:1800px;
	top:260px;
	left:50px;
	margin:auto;
	background-color:rgba(0,0,0,0.0);
}

.tMemberBlock{
	position:relative;
	width:280px;
	height:550px;
	display: inline-block;
	margin:20px 15px;
	background-color:rgba(0,0,0,0.0);
}

.tMemberIMGWrapper{
	position:relative;
	width: 100%;
	height:260px;
	margin:0 0 20px 0;
	overflow: hidden;
	background-color:rgba(0,0,0,0.03);
}

.headshot{
	position:absolute;
	width:100%;
	height:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

.tMemberName{
	position:relative;
	width:100%;
	font-family: neuzeit-grotesk, sans-serif;
	font-size:24px;
    line-height:22px;
	letter-spacing:0px;
	text-align: center;
	color:#001F60;
	margin:0 0 10px 0;
}

.tMemberPos{
	width:100%;
	font-style: italic;
	text-align: center;
	margin:0 0 10px 0;
}

.hoverQuoteBlock{
	position:absolute;
	width:90%;
	height:90%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	background-color:#37BB00;
	opacity:0;
	transition: 500ms;
	transform:scale(0.96,0.96);
}

.hoverQuoteText{
	position:absolute;
	width:70%;
	height:30%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	font-style: italic;
	background-color:rgba(0,0,0,0.05);
	opacity:0;
	transition: 500ms 200ms;
}

.tallQuote{
	height:38%;
}

.hoverQuoteBlock:hover{
	cursor: default;
	opacity:1;
	transform:scale(1.0,1.0);
}

.hoverQuoteBlock:hover .hoverQuoteText{
	opacity:1;
	transform:scale(1.0,1.0);
}

/*----------------------------------linkBlocks---------------------------------------*/


.linkBlockContainer{
	position:relative;
	width:100vw;
	height:500px;
	background-color:rgba(0,0,0,0.07);
	font-size: 0;
}

.linkBlock{
	position:relative;
	width:50%;
	height:500px;
	display: inline-block;
}

#bl1Block{
	background-color:#37BB00;
}

#bl2Block{
	background-color:#B3E5FF;
}

#bl3Block{
	background-color:#265CC8;
}

.linkBlockIMG{
	position:absolute;
	width:80%;
	max-width: 400px;
	height:auto;
	top:40px;
	right:40px;
	margin:auto;
}

.blLinkCon{
	position: absolute;
    height: 268px;
    bottom: 60px;
    left: 20px;
}

.blLinkCon1 {
    width: 290px;
}

.blLinkCon2 {
    width: 310px;
}

.blLinkCon3 {
    width: 420px;
}

#blAboutLinkText{
	color:#265cc8;
}

#blWorkLinkText{
	color:#37bb00;
}

#blServLinkText{
	color:#b3e5ff;
}

.blockLinkDes{
	width: 250px;
    bottom: -20px;
    left: 10px;
    color: #001F60;
}

.bl1, .bl2, .bl3{
	transition:none;
}
