#footer {
	position: relative;
	background: #7e7e7e;
}

#footer strong {
	color: #F7F8FA;
	margin-bottom: 1em;
}

footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #A4D4FF;
}

footer ::-moz-placeholder { /* Firefox 19+ */
  color: #A4D4FF;
}

footer :-ms-input-placeholder { /* IE 10+ */
  color: #A4D4FF;
}

footer :-moz-placeholder { /* Firefox 18- */
  color: #A4D4FF;
}

footer form input {
	width: 70%;
	color: #A4D4FF;
	border-bottom: 1px solid #E3E3E3;
	padding: 0;
	padding-bottom: 0.5em;
}

footer input[name="test-location"] {
	display: none;
}

footer form .ghost-button { 
	float: right;
}

footer form .parsley-errors-list {
	color: #F7F8FA;
}

footer form input.parsley-error {
	border-bottom: 1px solid #E3E3E3;
}

footer li a {
	font-size: 0.9em;
	transition: all 0.5s;
	color: #F7F8FA;
}

footer li a:hover, footer a:hover {
	color: #F7F8Fa;
	text-decoration: none;
}

footer .row .row {
	padding-top: 0;
	padding-bottom: 0;
}

footer li {
	padding-top: 0.5em;
	list-style-type: none;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer .navigation {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	dispaly: -ms-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
}

footer .social-icon img {
	height: 30px;
	width: 30px;
	display: inline;
	margin-right: 1em;
}

#mobile-footer {
	display: none;
}

.copyright {
	font-size: 0.8em;
	color: #F7F8FA;
}

.copyright .row {
	padding-top: 1em;
	padding-bottom: 1em;
}

.copyright a {
	color: #F7F8FA;
	text-decoration: none;
	transition: all 0.5s;
}

.copyright a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 992px) {
	footer {
    		font-size: 0.8em;
    	}
    	
    	footer .teal-button {
    		font-size: 0.8em;
    	}
}

@media only screen and (max-width: 767px) {	
	#desktop-footer {
		display: none;
	}
	
	#mobile-footer {
		display: block;
	}
	
	footer .logo {
		width: 50%;
	}

	footer h3 {
		margin-top: 2em; 
		margin-bottom: 0;
		font-size: 1.4em;
	}
	
	footer li {
		padding-top: 0.2em;
	}
	
	footer .jump {
		position: relative;
		font-size: 0.9em;
		text-align: right;
		margin-top: 0;
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		dispaly: -ms-flex;
		flex-direction: row;
		-ms-flex-direction: row;
		-moz-flex-direction: row;
		-webkit-flex-direction: row;
		align-items: flex-end;
		-ms-align-items: flex-end;
		-moz-align-items: flex-end;
		-webkit-align-items: flex-end;
		align-items: center;
		-ms-align-items: center;
		-moz-align-items: center;
		-webkit-align-items: center;
	}
	
	#mobile-footer .flex {
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		dispaly: -ms-flex;
		align-items: center;
		-ms-align-items: center;
		-moz-align-items: center;
		-webkit-align-items: center;
		margin-bottom: 2em;
	}
	
	footer .jump {
		font-size: 1em;
	}
	
	footer .jump img {
		display: inline-block;
		margin-left: 1em;
		width: 20px;
	}
	
	footer .container .menu {
		margin-top: 0.5em;
	}
	
	footer .teal-button {
		font-size: 1em;
	}
	
	footer li a {
		font-size: 1em;
	}
	
	footer form {
		margin-top: 1em;
	}
	
	footer form input {
		height: 38px !important;
	}
}