.footer-container {
  min-height: 41px;
  background: white;
  border-top: 1px solid #d0d0d0;
  z-index: 9;
  position: fixed; /* Fixes the footer to the bottom */
  left: 0; /* Aligns to the left */
  bottom: 0; /* Aligns to the bottom */
  width: 100%; /* Full width */
}

.footer-container .d-flex {
    flex-wrap: wrap;
}

.footer-container a {
    color: #303030 !important;
}

.footer-container a:hover {
    text-decoration: underline;
}

.footer-content__bottom-link {
  margin-left: 1rem;
  border-left: 1px solid #d0d0d0;
  line-height: 15px;
  font-size: 14px;
  padding-left: 1rem;
}

.footer-content__privacy_options_icon {
  display: inline-block;
  width: 29px;
  height: 14px;
  background: transparent url("../images/privacyoptions.png") no-repeat center 0;
  background-size: cover;
  margin-left: 10px;
  vertical-align: middle;
}

.d-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}

.d-flex div:first-child {
  margin-left: 1rem;
}

.d-flex div:last-child {
  margin-right: 1rem;
}

.foot_content {
  display: flex;
  min-height: calc(100vh - 91px);
  flex-direction: column;
  justify-content: flex-start;
}

.honeywell-dark-theme .footer-container {
  background: #000000;
  border-top-color: #707070;
}

 .honeywell-dark-theme .footer-container a {
    color: #e0e0e0 !important;
 }

.honeywell-dark-theme .footer-content__bottom-link {
  border-left-color: #707070;
}
