footer {
	position: relative;
	background-color: #00497B;
	color: #FFF;
	z-index: 2;
}

.footer-cta {
	position: relative;
	text-align: center;
	border-bottom: 2px solid #042740;
	padding: 50px 0;
}


.footer-cta-headline {
	width: 100%;
	text-align: left;
	float: left;	
}
	@media (min-width: 600px) {.footer-cta-headline {margin-top: 0;}}
	@media (min-width: 1024px) {
		.footer-cta-headline {
			width: 300px;
		    margin-top: 0;
		}	
	}
	@media (min-width: 1200px) {
		.footer-cta-headline {
			width: 300px;
			text-align: left;
		    margin-top: 0;
		}
	}


.footer-cta h4 {
	text-align: left;
	margin-bottom: 25px;
	line-height: 1.5;
	font-size: 24px;
}
	@media (min-width: 500px)  {.footer-cta h4 {font-size: 26px;}}
	@media (min-width: 600px)  {.footer-cta h4 {font-size: 30px;}}


footer .footer-emailsignup {position: relative;}
	@media (min-width: 1024px) {
		footer .footer-emailsignup {
		    /*width: calc(100% - 400px);*/
		    width: 100%;
		    /*margin-left: 100px;*/
		    position: relative;
		    float: left;
		}
	}

footer .fui-field {padding-left: 0;}

footer .footer-emailsignup .fui-label {font-size: 14px !important;}

footer .footer-emailsignup .fui-type-email-address {padding-right: 0 !important;}

footer .footer-emailsignup .fui-row {margin: 0;}

footer div.fui-page-container {
	float: left !important;
	width: 100%;
}
	@media (min-width: 768px) {footer div.fui-page-container {width: 65%;}}

footer .fui-field:not(.fui-type-hidden-field) {margin-bottom: 0 !important;}

footer button.fui-submit {
	width: 100% !important;
	margin-top: 0 !important;
	height: 72px !important;
	border: 2px solid #00A89E !important;
	background-color: #00A89E !important;
}
	@media (min-width: 768px) {footer button.fui-submit {margin-left: 15px !important;}}

footer button.fui-submit:hover {
	background-color: #263640 !important;
	border: 2px solid #263640 !important;
}

footer div.fui-btn-container {padding-top: 0 !important;}

footer .fui-error-message {
    font-size: 16px !important;
    font-family: 'franklin-gothic-atf' !important;
    color: #FFF !important;
}

footer .fui-input.fui-error {color: red;}

footer .fui-alert-error {
	background: red !important;
    color: #FFF !important;
    font-size: 16px !important;
    font-family: 'franklin-gothic-atf' !important;
    border-radius: 0 !important;
}

footer .fui-alert-success {
    background-color: rgb(99, 187, 225) !important;
    color: #FFF !important;
    font-size: 16px !important;
    font-family: 'franklin-gothic-atf' !important;
    border-radius: 0 !important;
}
/*.footer-emailsignup .fui-btn-right {margin-top: -50px;}*/
















/* FOOTER - MAIN */
.footer-main {
	position: relative;
	padding: 75px 0;
}

	.footer-main nav {
		position: relative;
		text-align: left;
		width: 200px;
	}

		.footer-main nav a {
			color: #FFF !important;
			font-size: 24px;
			display: block;
			margin-bottom: 10px;
			margin-left: 0;
		}
			@media (min-width: 500px)  {.footer-main nav a {font-size: 26px;}}
			@media (min-width: 600px)  {.footer-main nav a {font-size: 30px;}}
			@media (min-width: 1024px) {.footer-main nav a {margin-left: 0}}
			.footer-main a:hover {color: var(--teal) !important;}


	/* LOGO */
	.logo-footer {
		position: relative;
		display: block;
		margin: 75px auto 0;
	}
		@media (min-width: 350px) {
			.logo-footer {
				position: absolute;
				width: 100px;
				top: 4px;
				right: 0;
			}
		}
		@media (min-width: 500px)  {.logo-footer {width: 150px;}}
		@media (min-width: 600px)  {.logo-footer {width: 200px;}}
		@media (min-width: 1024px) {.logo-footer {width: 250px;}}
	/* LOGO */


	/* COPYRIGHT, SOCIAL LINKS */
	.footer-copyright {
		position: relative;
		font-size: 12px;
		margin-top: 80px;
		padding-top: 30px;
		border-top: 1px solid #FFF;
	}
		@media (min-width: 768px)  {
			.footer-copyright {
				text-align: left;
			}
		}

	.footer-copyright a.imagecredit {
		color: #FFF;
		display: inline-block;
		padding-bottom: 10px;
	}

	.footer-copyright a.imagecredit:hover {
		color: var(--teal)
	}


	.footer-nav-sociallinks {
		position: relative;
		margin: 20px auto;
	}
		@media (min-width: 768px)  {
			.footer-nav-sociallinks {
				position: absolute;
			    top: 30px;
			    right: 0;
			    margin-top: 0;
			}
		}
	
	.socialmedia-icon {margin-left: 15px;}

	.socialmedia-icon svg {width: 26px;}

	.socialmedia-icon:hover svg path {
		-moz-transition: all 0.2s ease-in,all 0.25s ease-out;
		-o-transition: all 0.2s ease-in,all 0.25s ease-out;
		-webkit-transition: all 0.2s ease-in,all 0.25s ease-out;
		transition: all 0.2s ease-in,all 0.25s ease-out;
	}
	.socialmedia-icon:hover svg path {fill: var(--teal);}


	.socialmedia-icon-twitter {}
	.socialmedia-icon-facebook {}
	.socialmedia-icon-youtube svg {width: 32px;}
	.socialmedia-icon-instagram {}
	.socialmedia-icon-linkedin {}

	.footer-nav-sociallinks svg path {fill: #FFF;}
	/* COPYRIGHT, SOCIAL LINKS */


/* FOOTER - MAIN */