.site-footer {
  background: url(../img/footer_shape.svg) no-repeat center center;
    background-position: bottom;
    color: white;
    padding: 25px 0;
    /* height: 80px; */
    bottom: 0px;
    position: relative;
    width: 100%;
    height: 436px;
	background-color: #303030 !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%;
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 {
	background-color: #303030 !important;
}

#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;

}

@media (min-width: 900px) {
  .site-footer {
    padding: 0;
  }
}

@media (max-width: 599px) {
  .site-footer .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

}
@media (max-width: 1000px) {
  .site-footer .container .sitemap {
    margin-top: 250px;
  }
  
  .site-footer .copyright {
	  margin-left:auto;
	  margin-right: auto;
	  margin-bottom: 50px;
  }
}

@media only screen and (max-width: 549px) {
  .site-footer .placeholder {
    width: 300px !important;
	height: 240px !important;
	left: 5px;
  }
  .site-footer .container .sitemap {
    margin-top: 150px;
  }
  
  .gwp-footer {
    width: 200px;
    margin-top: 60px;
	}
	.ada-footer {
    width: 120px;
    margin-left: 130px;
}
}