/********************
*
* footer section styles
*
********************/
.bottom-cta {
	background-color: #fff;
	padding: 80px 0;
	text-align: left;
}
.bottom-cta a { color: #fff }
.bottom-cta .text_un p { color:#626262; }
.bottom-cta .text_un a {
	text-decoration: underline;
	color: #121b32;
}
.bottom-cta .btn_green {
	margin-bottom: 18px;
	margin-top: 10px;
}
.bottom-cta h2 {
	font-size: 34px;
	color: #121b32;
	text-align: left;
	line-height: 1.3;
	margin-top: 12px;
	margin-bottom: 10px;
}
.footer-logo {
	width: 35%;
	margin: 0 auto 20px;
}
footer {
	background: #182848;
	color: #fff;
	padding: 40px 20px;
	text-align: center;
}
footer h4 {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
footer ul, footer li {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer li { display:block; }
footer a {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	font-weight: 300;
	padding: 10px 0;
	text-decoration: none;
	text-transform: capitalize
}
footer a:hover, footer a:focus { color:#fff }
footer .menu a:after { content:none; }

.social-nav--footer a {
	color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	display: inline-block;
	padding: 10px;
}
.social-nav--footer a svg { fill:currentColor; }
.social-nav--footer a:hover { color:#fff; }
.social-nav--footer a:hover svg { fill:currentColor; }
.social-nav--footer i.fa { font-size:34px; }
.social-nav--footer { margin:20px 0; }

@media screen and (min-width: 1024px) {
	.bottom-cta {
		padding-top: 70px;
		background: url(../img/image-2.png) no-repeat right bottom;
	}
	.footer-logo {
		width: 15%;
		margin: 0 auto 40px;
	}
	.social-nav--footer { margin:40px 0; }
	footer ul, footer h4 { text-align:left; }
}

@media screen and (min-width: 1281px) {
	.bottom-cta {
		background: url(../img/image-2.png) no-repeat 70% bottom;
	}
}