.epap-state-select-wrapper {
  margin-top: 40px;
}
.epap-state-select-wrapper .epap-state-select .epap-state-item {
  cursor: pointer;
}
.epap-state-select-wrapper .epap-state-select .epap-state-item:hover {
  color: #cd1432;
}

.epap-advisor-overlay {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  height: 80vh;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
}
.epap-advisor-overlay .epap-advisor-overlay-close-button {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.epap-advisor-overlay .epap-advisor-overlay-close-button i {
  font-size: 34px;
}
.epap-advisor-overlay .epap-advisor-overlay-close-button:hover i {
  color: #cd1432;
}
.epap-advisor-overlay .epap-advisor-overlay-content {
  padding: 40px;
}
.epap-advisor-overlay .epap-advisor-overlay-content .advisor-card {
  background-color: #ececec;
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
}
.epap-advisor-overlay .epap-advisor-overlay-content .advisor-card .picture {
  padding-right: 15px;
}
.epap-advisor-overlay .epap-advisor-overlay-content .advisor-card .picture img {
  height: 75px;
  width: 75px;
  max-width: inherit;
}
.epap-advisor-overlay .epap-advisor-overlay-content .advisor-card .content {
  line-height: 1.1rem;
  font-size: 0.85rem;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.epap-advisor-overlay .epap-advisor-overlay-content .advisor-card .content a {
  -webkit-hyphens: auto;
          hyphens: auto;
}
.epap-advisor-overlay .epap-advisor-overlay-content .advisor-card .content > span {
  display: block;
}
.epap-advisor-overlay .epap-advisor-overlay-content .advisor-card .content > span.name {
  font-weight: bold;
  color: #cd1432;
}
.epap-advisor-overlay .epap-advisor-overlay-content .advisor-card .content > span.link-advisor-page {
  color: #cd1432;
}
.epap-advisor-overlay .epap-advisor-overlay-content .advisor-card .content > span.link-advisor-page:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 0.5rem;
  margin: 0;
  vertical-align: bottom;
  color: #cd1432;
  width: 0.4rem;
  line-height: 1rem;
}
