@charset "UTF-8";
footer ,
footer  *,
footer  *:before,
footer  *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.foot {
  padding: 3.75rem 0;
  background-color: #333;
  color: #fff;
  width: 100%;
  height: 5.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

@media only screen and (max-width: 1000px) {
  .foot {
    height: 70px;
    font-size: 13px;
    padding-top: 30px;
  }
}

.foot .foot-first-section {
  position: relative;
  margin-left: 4.5rem;
}

.foot .foot-first-section:before {
  position: absolute;
  left: -4.5rem;
  content: '';
  display: inline-block;
  width: 3.8rem;
  height: 4.5rem;
  background: url("../img/YD-Care-Vertical-HiRes-A.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.foot .foot-third-section {
  display: none;
}

.foot .foot-message {
  width: 27.875rem;
}

.foot .foot-message p {
  line-height: 1.6rem;
  font-size: 0.875rem;
}

.foot .foot-message .company-name span:first-child, .foot .foot-message .company-contact span:first-child {
  //display: inline-block;
}

.foot .foot-message .company-name span:first-child:after, .foot .foot-message .company-contact span:first-child:after {
  content: '|';
  margin-left: 0.5rem;
}

.foot .foot-message .company-name span:last-child, .foot .foot-message .company-contact span:last-child {
  display: inline-block;
  margin-left: 0.5rem;
}

.foot .foot-message .company-name {
  font-size: 1rem;
  font-weight: bold;
}

.foot .foot-message .company-rights {
  margin-top: 0.375rem;
}

@media only screen and (max-width: 1000px) {
  .foot .foot-first-section, .foot .foot-sec-section {
    display: none;
  }
  .foot .foot-third-section {
    font-size: 13px;
    display: block;
    text-align: center;
  }
  .foot .foot-message {
    width: 100%;
    font-size: 13px;
  }
  .foot .foot-message p{
    font-size: 13px;
    line-height: 20px;
  }
  .foot .foot-message .company-name {
    font-weight: bold;
    font-size: 13px;
  }
  .foot .foot-message .company-name span:first-child:after, .foot .foot-message .company-contact span:first-child:after {
    content: '|';
    margin-left: 6px;
  }

  .foot .foot-message .company-name span:last-child, .foot .foot-message .company-contact span:last-child {
    display: inline-block;
    margin-left: 1px;
  }
}
