/********************
*
* 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;
}

footer {
	background: #182848;
	color: #fff;
	padding: 40px 0;
	text-align: center;
}
.footer {
	background: #fff;
	padding: 0;
	text-align: left;
}
.footer { padding-top: 35px; }
.footer h2, .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-nav ul, .footer-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-nav li { display:block; }
.footer-nav a {
	color: rgba(255, 255, 255, 0.6);
	font-weight: 300;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: capitalize
}
.footer-nav a:hover, .footer-nav a:focus { color:#fff }
.footer-nav .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; }
.footer-nav, .social-nav--footer { margin-bottom:20px; }

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

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