.site-footer {
	background-color: #C3CFD4;
}

.site-footer .content {
	color: #006072;
}

.site-footer__top {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.site-footer__top {
		display: grid;
		grid-template-columns: 1fr 1fr;
		justify-content: space-between;
	}
}

/* override base theme */
@media all and (min-width: 560px) {
	.site-footer__top .region {
	  float: none;
	  position: initial;
	  width: initial;
	}
	[dir="rtl"] .site-footer__top .region {
	  float: none;
	}
}

.site-footer .menu li {
  text-transform: uppercase;
  list-style: none;
}
.site-footer .nav-link {
	padding: 0;
}
.site-footer .menu a {
  color: #258C9F;
  text-decoration: none;
}

/* Keep first block in footer from getting margin-top to match menu in first column */
.site-footer .region .block:first-of-type {
	margin-top: 0;
	padding-top: 0;
}

/* Grow image to fill space */
.site-footer img {
	width: 70%;
	height: auto;
}