/*Colors --- dpl.optum.com*/
/*Component Level Variables*/
/*Screen Widths*/
#contact-bar div.menu {
  margin: 0;
  text-align: right;
  float: right;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#contact-bar .btn img {
  margin-top: -7px;
  height: 25px;
  width: 20px;
  margin-bottom: -7px;
  margin-left: 2px;
}
#contact-bar hr.without-margin {
  margin: 0px !important;
}
#contact-bar a.call-coach {
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-size: 1em;
  line-height: 1;
  margin-bottom: 15px;
  margin-right: 15px;
  outline: none;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: 0;
  vertical-align: middle;
}
#contact-bar .phn-number {
  font-weight: normal;
}
#contact-bar .phn-icon {
  color: #316bbe;
}
#contact-bar .phn-icon img {
  height: 15px;
}
@media screen and (max-width: 991px) {
  #contact-bar a.call-coach {
    margin-bottom: 0px;
    padding: 15px 0;
  }
  #contact-bar .phn-number {
    font-weight: normal;
    color: #316bbe;
  }
}
.dwc-phone a.call-coach {
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-size: 1em;
  line-height: 1;
  margin-bottom: 15px;
  margin-right: 15px;
  outline: none;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: 0;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .dwc-phone a.call-coach {
    margin-bottom: 0px;
    padding: 15px 0;
  }
}

