﻿/* BEGIN EPIC COMMUNITY MEMBER CUSTOM CSS */
.features .icon-faq {
  background-image: url("../images/quicklinks/info.png");
}

.features .icon-proxy {
  background-image: url("../images/add_relationship.png");
}

body.md_estimates_getestimateservices #main .title {
  height: auto;
}

a#disableLink {
  background-color: #D9545B;
  padding: 0.25rem 0.75rem;
  color: #ffffff;
  text-decoration: none;
}

body.isPrelogin .logo {
  height: 8rem;
}

.button.completeworkflow,
.button.completeworkflow:focus,
.button.completeworkflow:hover {
  background-color: #3F6075;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  div.setOfStepsContainer .stepContainer {
    height: 600px !important;
  }
}
