#onelambdaFooter{
	background-color:#F6F7F8;
	padding:58px 0;
}

#ol-footer-logo{
	margin-bottom:40px;
}

.ol-social-media-icon{
	display:inline-block;
	width:24px;
}

.ol-social-media-icon + .ol-social-media-icon{
	margin-left:10px;
}

#ol-copyright-text{
	margin-top:18px;
	font-family: HelveticaNeue, sans-serif;
	font-size: 12px;
	color: #555759;
	letter-spacing: 0;
	text-align: center;
	line-height: 18px;
}

#ol-newsletter-signup span{
	cursor:pointer;
	color:var(--onelambda-color);
}

#ol-newsletter-signup span:hover{
	color:var(--onelambda-color-hover);
}

.onelambda-footer-link-wrapper{
	margin-bottom:8px;
}

.onelambda-footer-link{
	font-family: "HelveticaNeue", sans-serif;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0;
	line-height: 18px;
}

.onelambda-footer-link.first{
	font-family:"HelveticaNeueBold", sans-serif;
}

#onelambda-newsletter-box{
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
	border-radius: 8px;
	border-top:11px solid #E7E9ED;
	padding:17px 21px 14px 21px;
	position:relative;
}

#onelambda-newsletter-box::after{
	position:absolute;
	background: var(--onelambda-color);
	border-radius: 100px 100px 0 100px;
	width:27px;
	height:11px;
	top:-11px;
	right:0;
	content:'';
}

#ol-newsletter-head{
	font-family: HelveticaNeueBold, sans-serif;
	font-size: 16px;
	color: #222222;
	letter-spacing: 0;
	line-height: 16px;
	margin-bottom:7px;
}

#ol-newsletter-body{
	font-family: HelveticaNeue;
	font-size: 14px;
	color: #222222;
	letter-spacing: 0;
	line-height: 20px;
	margin-bottom:7px;
}

#ol-newsletter-signup a{
	font-family: "HelveticaNeueBold", sans-serif;
	font-size: 16px;
	color: var(--onelambda-color);
	letter-spacing: 0;
	line-height: 24px;
	text-decoration:none;
}

#ol-newsletter-signup a::after{
	font-family:"icomoon";
	content:'\ed5b';
	font-size:11px;
	margin-left:12px;
}

#ol-social-media-icons a{
	text-decoration:none !important;
}

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

	#onelambdaFooter{
		padding:58px 16px;
	}

	#ol-footer-nav-row {
		margin:42px -15px;
	}
}

@media screen and (max-width:500px) {
	.col-xxs-6{
		width:50%;
	}
}