/* Logo and footer menu */

.above-footer-wrapper {
	background: #e6e6e6;
	padding: 50px 0;
}

.row.region-above-footer {
	display: block;
	width: 100%;
}

.region-above-footer .left {
	float: left;
	width: 20%;
}

.region-above-footer .right {
	float: right;
	width: 70%;
}

.region-above-footer .footer-social {
	clear: left;
}

.footer-social ul {
    display: table;
	margin: 25px auto 0;
    padding: 0;
}

.footer-social li {
	display: inline-block;
	font-size: 32px;
	list-style: none;
	margin: 0 10px;
}

/*.footer-social li a {
	color: #6fb1c8;
}

.footer-social li a:hover {
	color: #00558c;
}*/

.region-above-footer nav {
	column-count: 3;
}

.region-above-footer nav li.nav-item a {
	color: #444;
	font-size: 1rem;	
	font-weight: 700;
	text-transform: uppercase;
}

.region-above-footer nav li.nav-item ul {
	margin-top: -5px;
	padding: 0;
}

.region-above-footer nav li.nav-item li.nav-item {
	list-style: none;
	margin-bottom: 3px;
}

.region-above-footer nav li.nav-item li.nav-item a {
	font-weight: 500;
	padding: 0;
	text-transform: none;
}

.region-above-footer nav li.nav-item a:hover {
	color: #000;
}

/* Copyright */

.footer-wrapper {
	background-color: #fff;
  	margin-top: auto;
	padding: 25px;
}

.footer-wrapper .footer {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}

.footer-wrapper .footer section.region-footer {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.footer-wrapper .footer section.region-footer div[id$=-copyright] {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0;
	text-align: center;
}

.fontyourface .copyright div {
	font-family: "Work Sans", sans-serif;
	font-size: 14px;
}

.fontyourface .copyright a {
	color: #444;
}

.footer-wrapper .footer section.region-footer .menu--footer {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 1rem 0;
  font-size: 0.75rem;
}
.footer-wrapper .footer section.region-footer .menu--footer ul.nav {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem 1rem 0 1rem;
}

.footer-wrapper .footer section.region-footer .menu--footer ul.nav li {
  padding: 0 1rem;
}

@media screen and (min-width: 992px) {
  .footer-wrapper .footer section.region-footer {
    flex-flow: row;
  }
}

@media screen and (max-width: 1100px) {
	.tertiary-wrapper {
		margin-top: 6rem;
	}
}
	
@media screen and (max-width: 1024px) {
	.region-above-footer .left {
		width: 25%;
	}
	
	.footer-social li {
		font-size: 24px;
		margin: 0 8px;
	}
}

@media screen and (max-width: 767px) {
	
	.region-above-footer nav {
		column-count: unset;
	}
	
	.region-above-footer .navbar-nav li {
		text-align: center;
		width: 100%;
	}
	
	.region-above-footer nav li.nav-item a {
		padding: .25rem;
	}
	
	.region-above-footer nav li.nav-item ul {
		display: none;
	}
}

@media screen and (max-width: 575px) {
	.tertiary-wrapper {
		margin-top: 2rem;
	}
	
	.path-frontpage .tertiary-wrapper {
		margin-top: 6rem;
	}
	
	.region-tertiary {
		margin: 30px auto;
	}
	
	.region-tertiary h2 {
		font-size: 26px;
	}
	
	.region-tertiary p {
		font-size: 18px;
		margin-bottom: 0;
	}
	
	.region-tertiary input {
		font-size: 16px;
		padding: 10px;
	}
	
	.region-tertiary input[type="submit"] {
		font-size: 16px;	
		padding: 12px;
	}
	
	.above-footer-wrapper {
		padding: 2rem 0;
	}
	
	.row.region-above-footer {
		margin: 0;
	}
	
	.region-above-footer .left, 
	.region-above-footer .right {
		float: none;
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	
	.region-above-footer .footer-logo {
	    margin: 2rem auto;	
		max-width: 200px;
	}

	
}