.window-container{
  position: absolute;
  width: 100%;
  top:0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-container{
  display: flex;
  position: relative;
  bottom: 0pt;
  left: 0pt;
  width: 100%;
  justify-content: center;
  background-color: #191716;
  color: white;
  text-align: center;
  flex-wrap: wrap;
}

.contact-footer-container{
  width: 50%;
  padding: 20px 10% 20px 10%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}

.find-footer-container{
  width: 50%;
  padding: 20px 10% 20px 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: flex-start;
}

.footer-title{
  height:28px;
  min-width:100%;
  font-size: 20px;
  margin:0;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
}

.phone-footer{
  padding-right: 10px;
}

.email-footer{
  padding-left:10px;
}

.footer-subtitle{
  margin:0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  text-align: left;
}

.footer-text{
  margin:0;
  text-align: right;
  min-height: 21px;
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: left;
}

.copyright-text{
  font-size: 12px;
}

.footer-icon{
  float:left;
  padding-top:3px;
  padding-right: 10px;
}

.footer-text a{
  color: white;
}
.footer-text a:hover,.footer-text a:hover::after {
	color: #848fa5;
}



@media screen and (max-width: 917px) {
  .footer-container{
    flex-direction: column;
  }
  .find-footer-container{
    width: 100%;
    margin:auto;
    padding:10px;
  }
  .contact-footer-container{
    width: 100%;
    margin:auto;
    padding:10px;
  }
  .phone-footer{
    padding-right: 0px;
  }
  .email-footer{
    padding-left:0px;
  }
  .footer-text{
    padding-left: 10px;
  }
  .copyright-container{
    padding-left:5%;
    padding-right:5%;
  }
}
