.footer {
	background: #00909B;
	color: white !important;
	border-top: 0px solid #95c21f;
	padding: 0 0 25px;
}

@media screen and (min-width: 1024px) {
	.footer {
		padding: 35px 0;
	}
}

.footer a {
	color: inherit;
	text-decoration: none;
	    font-size: 16px;
    font-weight: 600 !important;
padding:2px 0px !important;
}
@media screen and (max-width: 1024px) {
.footer__inner {

		  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */



    display: flex;
	-webkit-align-items: flex-start;

       align-items: flex-start;
	-webkit-flex-direction: column-reverse;

    flex-direction: column-reverse;
    padding-top: 10px;
}
.footer__right, .footer__left{width:100%;}
.footer__sml{margin:10px 0 !important;}
.footer__social img{height:20px !important;}
.footer__title {margin-top:5px !important;}
.linebreak{margin-top:8px !important;}
.footer a{padding:8px 0px !important;}
}


@media screen and (min-width: 1024px) {
	.footer__inner {
		  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
}

.footer__left {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 1024px) {
	.footer__left {
		flex-direction: column;
		margin-top:20px;
	}
}

.footer__right {
}

.footer__title {
	font-size: 1.8rem;
	color: #95c21f;
	font-weight: 700;
	margin: 2em 0 0;
}

@media screen and (min-width: 1024px) {
	.footer__title {
		font-size: 2rem;
		margin: 0;
	}
}

.footer__menu {
	padding: 0;
	margin: 10px 0px;
}

@media screen and (min-width: 1024px) {
	.footer__menu {
		margin: 0 -30px;
	}
}

@media screen and (min-width: 1024px) {
	.footer__menu {
		margin: 20px 0 0;
		display: flex;
    flex-direction: column;
	}
}

.footer__menu li {
	display: block;
	border-bottom: 1px solid #00a19a;
}

@media screen and (min-width: 1024px) {
	.footer__menu li {
		border-bottom: none;
		margin: 0 30px 0 0;
	}

	.footer__menu li.mobile {
		display: none;
	}
}

.footer__menu a {
	display: block;
	padding: 6px 15px;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.footer__menu a {
		padding: 6px 30px;
	}
}

@media screen and (min-width: 1024px) {
	.footer__menu a {
		padding: 0;
	}
}

.footer__details {
	font-size: 1.4rem;
	max-width: 450px;
	font-weight: 600;
}

.footer__details a {
	color: inherit;
	text-decoration: none;
}

.footer__logo {
	display: none;
}

footer .linebreak{margin-top:15px;}
@media screen and (min-width: 1024px) {
	.footer__logo {
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
	}
}

.footer__logo img {
	display: block;
	width: 262px;
}

.footer__sml {
	font-size: 1.2rem;
	margin: 50px 0 0;
	display: flex;
	flex-direction: column-reverse;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.footer__sml {
		flex-direction: row;
		margin: 15px 0 0;
		text-align: right;
	}

	.footer__sml br {
		display: none;
	}
}

.footer__sml a.desktop {
	display: none;
}

@media screen and (min-width: 1024px) {
	.footer__sml a.desktop {
		display: inline-block;
	}
}

.footer__social {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 30px;
}

@media screen and (min-width: 1024px) {
	.footer__social {
		justify-content: flex-end;
		margin: 0;
	}
}

.footer__social a {
	text-decoration: none;
	margin: 0 25px;
}

@media screen and (min-width: 1024px) {
	.footer__social a {
		margin: 0 0 0 20px;
	}
}

.footer__social img {
	display: block;
	width: auto;
	height: 35px;
}

@media screen and (min-width: 1024px) {
	.footer__social img {
		height: 17px;
	}
}
