@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:wght@300;400;500;700");
/**************************
@yellow			: #dbbd40;
@black          : #000;
**************************/
/*****************************************************************************************
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
.hms-footer-container {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  color: #797979;
  background: #ebebeb;
  padding: 30px 20px;
}
.hms-footer-container .footer-left {
  font-size: 13px;
}
.hms-footer-container .footer-left p {
  font-family: "IBM Plex Sans", Aria, san-serif;
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 25px;
}
.hms-footer-container .footer-left p b,
.hms-footer-container .footer-left p strong {
  font-family: "IBM Plex Sans", Arial, san-serif;
  font-weight: 700;
}
.hms-footer-container .footer-right {
  font-family: "IBM Plex Sans", Aria, san-serif;
}
.hms-footer-container .footer-right ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 25px;
}
.hms-footer-container .footer-right ul li {
  margin-right: 15px;
}
.hms-footer-container .footer-right ul li:last-of-type {
  margin-right: 0;
}
.hms-footer-container .footer-right ul li a,
.hms-footer-container .footer-right ul li #ot-sdk-btn.ot-sdk-show-settings,
.hms-footer-container .footer-right ul li #ot-sdk-btn.optanon-show-settings {
  color: #797979;
  text-decoration: none;
}
.hms-footer-container .footer-right img {
  width: 56px;
}
@media screen and (max-width: 768px) {
  .hms-footer-container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
