.site-footer {
  bottom: 0px;
position: relative;
width: 100%;
background-color: #008ec6 !important;
}

.site-footer .container {
	padding: 0;
}

.site-footer .placeholder {
width: 400px;
height: 320px;
background-image: url('../img/placeholder.png');
display: block;
background-repeat: no-repeat;
background-size: 100% 100%;
top: -50px;
position: absolute;
text-align: center;
margin-top: 60px;
}

#block-toolbox-footer .link {
	display: block;
}

#block-toolbox-footer .parent .link {
	font-weight: 700 ;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-size: 0.8em;
}

#block-toolbox-footer .child .link {
	font-weight: 500 ;
	margin-bottom: 16px;
	text-transform: none;
	font-size: 1em;
}

.copyright {
	font-weight: 500;
	font-size: 15px;
	margin-top: 50px;
	margin-left: 110px;
}

.copyright-wrapper {
}

#block-toolbox-footer {
	margin-top: 100px !important;
}

.placeholder .funded {
	color: #000;
display: block;
margin-left: 25px;
margin-top: -25px;
font-weight: 500;
}

.gwp-footer {
width: 280px;
position: relative;
display: block;
margin-left: 50px;
margin-top: 100px;
}

.ada-footer {
width: 170px;
display: block;
margin-left: 170px;
}

.site-footer .dropdown-menu > li > a {
  color: #4d4d4d;
}

.site-footer .dropdown-menu > li > a:hover, .site-footer .dropdown-menu > li > a:focus {
  background-color: #f5f5f5;
}

.site-footer .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-footer .container > * {
  padding: 0 1rem;
}

.site-footer .donors {
    border-style: none;
    vertical-align: middle;
    width: 330px;
    left: 0px;
    top: 0px;
    position: absolute;

}

.site-footer {
	background-color: rgb(0, 115, 181) !important; 
	height: 180px !important;
}

.site-footer .container {
	padding-top: 30px !important;
}

.site-footer .funded-by img {
	width:120px;
}

.site-footer .funded-by p {
	margin-top:20px;
	color: #fff;
}

.footer__nav {
display: flex;
flex-wrap: wrap;
row-gap: 0.5em;
justify-content: center;
color: rgba(255,255,255,0.5);	
}

.footer__nav-item .menu__item:not(:last-child):not(:nth-child(3)) .link::after {

    content: '|';
    margin-left: .8em;
    margin-right: .8em;

}

.footer__nav ul.menu {
	display: flex;
	list-style-type: none;
	color: #fff;
}

.site-footer .powered-by {
	position: relative;
}

.site-footer #block-toolbox-sitebranding {
	position: absolute;
	right: 150px;
	top: 55px;
	display: flex;
}

.site-footer .navbar-brand {
	min-width: auto !important;
}

.site-footer .hosted-on {
	display: inline-block;
	padding: 10px;
	width: 80px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
}

.site-footer .main-title {
	text-align: left !important;
}

.site-footer .funded-by {
  color: #fff;
  margin-top: 110px;
  font-size: 15px;
}

.site-footer .funded-by a{
  color: #fff;
  font-size: 15px;
}


@media (max-width: 990px) {
	
  .site-footer {
	  height: 220px !important;
  }
  
  .site-footer .funded-by {
      width: 100%;
    margin-top: 0px !important;
    text-align: center;
  }
  
  .site-footer .powered-by {
	  width: 100%;
    text-align: center;
    margin-left: -10px;
    padding-left: 0px;
  }
  
  .site-footer #block-toolbox-sitebranding {
		position: relative;
		margin-left: 31px;
		right: auto;
		top: auto;
	}
}