.residential .text-overlay {
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%);
    padding: 20px 30px;
}

.residential .web-intro .text-overlay h1{
	/* font-family: "Archer"; */
	font-size: 35px;
	margin-top: 0;
}

.residential .intro-content{
	padding: 0 30px;
}


.residential .buttonRow{
	display: flex;
    align-items: flex-start;
}

.residential .buttonRow button{
	font-size: 13px;
	text-transform: capitalize;
	min-height: 26px;
	margin-right: 15px;
	height: 50px;
}
.residential .buttonRow button:nth-child(2){
	background-color: #B5D1C0;
	color: #456a63;
}

.residential h2{
	font-family: UniversLTStd-light, Helvetica, Arial, sans-serif;
	font-size: 40px;
	text-transform: capitalize;
	border-bottom: 0;
	font-weight: 100;
}

.residential .content-sect{
	text-align: center;
	color: #3c5956;
}

.residential .content-sect h2{
	margin-bottom: 0px;
}

.residential .content-sect h4{
	font-family: UniversLTStd, Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 13px;
    margin: 30px 0px 0px 0px;
}

.residential .content-sect .contact{
	font-size: 13px;
}

.residential .content-sect p{
	width: 83%;
}

.residential .inspoRow{
	display: flex;
	margin-bottom: 15px;
}

.residential .inspoRow img{
	width: auto;
	pointer-events: none;
}

.residential .inspoRow .galImg:nth-child(1) {
    margin-right: 1%;
}

.residential .inspoRow .galImg{
	position: relative;
}

.residential .inspoRow .galImg div{
    position: absolute;
    top: 93%;
    left: 2%;
    text-align: left;
    font-size: x-small;
    color: white;
}

.residential .boxGrid{
	display: flex;
	flex-flow: row wrap;
}

.residential .boxGrid .box {
    background-color: #3c5956;
    width: 30%;
    padding: 5%;
    margin: 0% 2% 2% 0%;
    text-align: center;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.residential .boxGrid .box a{
	color: white;
}

.residential .question{
	font-weight: 900;
    font-family: UniversLTStd, Helvetica, Arial, sans-serif;
    color: #3c5956;
}

.residential .answer{
	margin-bottom: 15px;
	color: #3c5956;
}

.residential .answer a, .application p a{
	text-decoration: underline;
}
.residential .answer a:hover, .residential .answer a:visited, .application p a:hover, .application p a: visited{
	color: #3c5956;
}
.application{
	background-color: #e4eadc;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.application form{
	text-align: left;
}
.residential .contact-info label{
	max-width: 800px;
	font-size: 15px;
}

.residential .application .text-feild, .residential .application .names, .residential .application legend, .residential .application .attachCopy, .residential .application textarea{
	max-width: 400px;
	margin: auto;
}
.residential .application .text-feild input, .residential .application #email, .residential .application #company, .residential .application #phone{
	max-width: 400px;
}

.residential .application #phone, .residential .application textarea{
	width: 400px;
}

.residential .application textarea{
	min-height: 120px;
	margin: 15px 0;
	padding: 15px;
}

.residential .application legend{
	font-size: 19px;
    font-weight: 900;
    font-family: UniversLTStd, Helvetica, Arial, sans-serif;
}

.residential .application #firstname, .application #lastname{
	width: 190px;
}
 .residential .application ul{
 	margin-bottom: 30px !important;
 }

 .residential .application .attachCopy{
 	margin-top: 50px;
 	font-weight: 900;
    font-family: UniversLTStd, Helvetica, Arial, sans-serif;
 }

 .residential .application input[type="file"]{
 	border: unset;
 }

.residential .application .form-submit input[type="submit"]{
	font-size: 15px;
	height: 45px;
	width: 140px;
	margin-bottom: 30px;
}

.residential .text-feild li{
	margin-bottom: 15px;
}

.selector .splitter{
	width: unset !important;
	margin-right: 0 !important;
}

.tradeProgramModal{
		margin: auto;
		display: flex;
		flex-flow: row nowrap;
		width: 95%;
		height: 300px;
	}

	.tradeProgramModal .logIn{
		display: flex;
		flex-flow: column;
		width: 50%;
		border-right: 1px solid #e4ebeb;
		padding: 0 15px;
		justify-content: space-around;
	}

	.logIn input{
		width: 100%;
    		border: 1px solid #58595b;
    		border-radius: 3px;
    		padding-left: 10px;
    		margin-bottom: 15px;
	}

	.logIn input[type=submit]{
		background-color: #3c5956;
		border: 1px solid #3c5956;
		height: 30px;
		line-height: 28px;
		width: 50%;
		margin-bottom: 30px;
		text-transform: uppercase;
		-o-transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
		text-align: center;
		font-size: 0.733333em;
		cursor: pointer;
		color: #fff;
	}

	.tradeProgramModal .logInImg{
		width: 50%;
		padding: 0 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.tradeProgramModal .logInImg img{
		max-width: 200px;
	}

	.otherOptions{
		font-size: 13px;
	}
	.otherOptions p{
		padding: 0;
		margin: 0;
	}

	.otherOptions	li{
		list-style-type: none;
	}

	.otherOptions .nav-mini-item:last-of-type{
		float: none;
	}
	.portalLoggedIn h2, .portalLoggedIn  p{
		text-align: center;
	}

	.portalLoggedIn .userInformation p{
		text-align: left;
	}

	.portalLoggedIn h3{
		font-size: 20px;
	}
	
	.signedInInfo{
		width: 50%;
	}

	.signedInInfo #memberName{
		font-family: UniversLTStd, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: 900;
		font-size: 25px;
		padding-left: 30px ;		
	}

	.signedInInfo .userInfo{
		display: flex;
		flex-flow: row nowrap;
		padding: 15px 30px;
	}

	.signedInInfo .userInfo:nth-child(even){
		background: #e4eadc;
	}
	
	.signedInInfo .userInfo .userInfoCat{
		width: 60%;
		font-family: UniversLTStd, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: 900;
	}
	
	.signedInInfo .userInfo .userInfoData{
		width: 40%;
		text-align: right;
	}

	.portalLoggedIn .resTerms{
		padding: 0 15px;
	}	

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

		.signedInInfo{
			width: 100%;
		}		
	}	

@media screen and (max-width:  790px) {
	.residential .intro-content h2, .residential .intro-content p{
		width: 100%;
	}
}


@media screen and (max-width: 770px) {
	.tradeProgramModal{
		flex-flow: column reverse;	
	}

	.residential .text-overlay {
	    top: 0;
	    left: 0;
	    transform: translate(0, 0);
	}

	.residential .application #firstname, .application #lastname{
		width: 100%;
	}
	.residential .boxGrid .box  {
		font-size: 15px;
	}

	.residential .buttonRow{
		align-items: center;
		justify-content: center;
	}

	.residential .selector{
		margin-bottom: 30px;
	}

	.residential .tradeProgram{
		flex-direction: column-reverse;
	}
	.residential .office-example p {
    	margin-left: 0px;
    }

}


@media screen and (max-width: 650px){
.social-landing .selector a {
    margin-bottom: 7px;
    width: 100%;
    height: 15px;
    }
}

@media screen and (max-width: 550px) {
	.residential h2{
		font-size: 30px;
	}
	.residential .boxGrid .box  {
		font-size: 15px;
	}
	.residential .boxGrid .box  span{
		font-size: 11px;
	}
}

@media screen and (max-width: 500px) {
	.logInImg{
		display: none !important;
	}
	
	.tradeProgramModal .logIn{
		display: flex;
		flex-flow: column;
		width: 100%;
		border-right: none;
		padding: 0 15px;
		align-items: center;
	}		
	
}

@media screen and (max-width: 450px) {
.residential .application .text-feild, .residential .application .names, .residential .application legend, .residential .application .attachCopy, .residential .application textarea,.residential .application #phone {
    max-width: 300px;
}