/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/* Agent Details CSS */
.agent-details {
  color: black;
  line-height: 22px;
}

.agent-details .title {
  color: #F37021;
  font-size: 44px;
  line-height: 44px;
}

.agent-details .agent-category {
  color: #2121219D;
  font-size: 16px;
}

.agent-details .agent-address {
  font-size: 18px;
}

.agent-details .contact-number a {
  color: #0092D2;
  text-decoration: none;
  font-size: 18px;
}

.agent-details .contact-number a:hover, .agent-details .contact-number a:active, .agent-details .contact-number a:focus {
  color: #005EA0;
  text-decoration: underline;
}

.agent-details .agent-category-image {
  text-align: left;
}

.agent-details .agent-category-image img {
  max-height: 100px;
  margin: 10px 10px;
  vertical-align: middle;
}

.agent-details .agent-category-image img.coe {
  height: auto;
}

.agent-details .description {
  font-size: 18px;
  color: #212121;
}

.agent-details .agent-hours {
  font-size: 18px;
  color: #212121;
  padding: 10px 0;
}

.agent-details .external-links {
  margin: 10px 0;
  text-align: center;
}

.agent-details .external-links a:nth-child(2n) {
  margin-top: 10px;
}

.agent-details .external-links .website-link, .agent-details .external-links .agent-get-quote-link {
  display: inline-block;
  width: 100%;
  max-width: 360px;
  padding: 13px;
  background: #F37021;
  color: white;
  font-size: 18px;
  border: 1px solid #ECECEC;
  border-radius: 8px;
  text-decoration: none;
}

.agent-details .external-links .website-link:focus, .agent-details .external-links .agent-get-quote-link:focus {
  color: white;
  background: #F37021;
  text-decoration: none;
  outline: none;
}

.agent-details .external-links .website-link:hover, .agent-details .external-links .website-link:active, .agent-details .external-links .agent-get-quote-link:hover, .agent-details .external-links .agent-get-quote-link:active {
  color: white;
  background: #BC4605;
  text-decoration: none;
}

.agent-details .back-link a {
  color: #212121;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

#pracFaMap {
  display: none;
  height: 400px;
}
