.physician-finder {
  color: #21204C; }
  .physician-finder .error {
    border: 1px red solid; }
  .physician-finder label.error {
    border: 0;
    color: red; }
  .physician-finder h3 {
    position: relative;
    z-index: 1;
    color: #21204C;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    padding-top: calc(30px + 2vw);
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .physician-finder h3 {
        font-size: 27px; } }
  .physician-finder > div {
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .physician-finder > div {
        padding-left: 15px;
        padding-right: 15px; } }
  .physician-finder__main {
    background: #A2BDDC; }
    .physician-finder__main::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-image: url("../images/pf-bg.svg");
      background-repeat: no-repeat;
      background-position: 0 center;
      z-index: 0; }
  .physician-finder__no-results {
    text-align: center;
    background: #F5F1EB;
    padding-top: 13px; }
    .physician-finder__no-results::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0;
      background-image: url("../images/pf-bg1.svg");
      background-repeat: no-repeat;
      background-position: 0 center; }
      @media only screen and (max-width: 767px) {
        .physician-finder__no-results::after {
          display: none; } }
    .physician-finder__no-results h3 {
      padding-top: 0; }
  .physician-finder__results {
    background: #FCFCFC;
    padding-bottom: 40px; }
    .physician-finder__results form {
      background: #DBC3AD;
      max-width: calc(100% - 80px);
      margin: auto;
      border-radius: 4px; }
      @media only screen and (max-width: 767px) {
        .physician-finder__results form {
          max-width: 100%; } }
      .physician-finder__results form .physician-finder__form-horizontal {
        padding-top: 25px;
        padding-bottom: 25px; }
        .physician-finder__results form .physician-finder__form-horizontal > div:first-child {
          width: 22%; }
          @media only screen and (max-width: 1199px) {
            .physician-finder__results form .physician-finder__form-horizontal > div:first-child {
              width: 50%; } }
          @media only screen and (max-width: 767px) {
            .physician-finder__results form .physician-finder__form-horizontal > div:first-child {
              width: 100%; } }
        .physician-finder__results form .physician-finder__form-horizontal > div:nth-child(2) {
          width: 16%; }
          @media only screen and (max-width: 1199px) {
            .physician-finder__results form .physician-finder__form-horizontal > div:nth-child(2) {
              width: 50%; } }
          @media only screen and (max-width: 767px) {
            .physician-finder__results form .physician-finder__form-horizontal > div:nth-child(2) {
              width: 100%; } }
        .physician-finder__results form .physician-finder__form-horizontal > div:nth-child(3) {
          width: 22%; }
          @media only screen and (max-width: 1199px) {
            .physician-finder__results form .physician-finder__form-horizontal > div:nth-child(3) {
              width: 50%; } }
          @media only screen and (max-width: 767px) {
            .physician-finder__results form .physician-finder__form-horizontal > div:nth-child(3) {
              width: 100%; } }
        .physician-finder__results form .physician-finder__form-horizontal > div:nth-child(4) {
          padding-top: 34px; }
          @media only screen and (max-width: 1199px) {
            .physician-finder__results form .physician-finder__form-horizontal > div:nth-child(4) {
              width: 50%; } }
          @media only screen and (max-width: 767px) {
            .physician-finder__results form .physician-finder__form-horizontal > div:nth-child(4) {
              width: 100%;
              padding-top: 0; } }
    .physician-finder__results .search {
      height: 50px;
      line-height: normal; }
    .physician-finder__results .clear {
      padding: 0;
      background: transparent;
      border: 0;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 600;
      color: #124486;
      margin-left: 16px; }
      .physician-finder__results .clear:hover {
        background: transparent !important; }
      .physician-finder__results .clear:focus {
        background: transparent;
        outline: none; }
  .physician-finder .subtitle {
    position: relative;
    z-index: 1;
    font-size: 20px;
    text-align: center;
    width: 100%;
    max-width: 717px;
    margin: auto;
    margin-bottom: 38px; }
    @media only screen and (max-width: 767px) {
      .physician-finder .subtitle {
        font-size: 16px;
        margin: 20px auto; } }
  .physician-finder__form {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 840px;
    margin: auto; }
    .physician-finder__form-horizontal {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .physician-finder__form-horizontal label {
        display: block;
        font-size: 14px;
        margin-bottom: 10px; }
      .physician-finder__form-horizontal > div {
        padding: 10px; }
        .physician-finder__form-horizontal > div:first-child {
          width: 39%; }
          @media only screen and (max-width: 767px) {
            .physician-finder__form-horizontal > div:first-child {
              width: 100%; } }
        .physician-finder__form-horizontal > div:nth-child(2) {
          width: 22%; }
          @media only screen and (max-width: 767px) {
            .physician-finder__form-horizontal > div:nth-child(2) {
              width: 100%; } }
        .physician-finder__form-horizontal > div:nth-child(3) {
          width: 39%; }
          @media only screen and (max-width: 767px) {
            .physician-finder__form-horizontal > div:nth-child(3) {
              width: 100%; } }
  .physician-finder .jcf-select {
    width: 100%;
    margin-bottom: 0; }
  .physician-finder input {
    width: 100%;
    height: 50px;
    font-size: 16px;
    border: 1px solid #DDDDDD; }
  .physician-finder__btn {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-bottom: calc(30px + 3vw);
    padding-top: 25px; }
    .physician-finder__btn button {
      text-transform: uppercase;
      white-space: inherit;
      position: relative; }
  .physician-finder .button--loading {
    position: relative; }
    .physician-finder .button--loading::after {
      content: "";
      position: absolute;
      width: 16px;
      height: 16px;
      top: 0;
      right: 10px;
      bottom: 0;
      margin: auto;
      border: 4px solid transparent;
      border-top-color: #ffffff;
      border-radius: 50%;
      animation: button-loading-spinner 1s ease infinite; }

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn); }
  to {
    transform: rotate(1turn); } }

.custom-popup .dialog-message {
  max-width: 100%;
  max-height: calc(100vh - 40px); }

.custom-popup .dialog-lightbox-widget-content {
  max-width: calc(100% - 30px); }

.custom-popup .dialog-widget-content {
  overflow: hidden; }

.finder-results {
  width: 100%;
  max-width: 1019px;
  margin: auto;
  padding-top: 32px; }
  .finder-results__item {
    background: #F5F1EB;
    border: 1px solid #DBC3AD;
    border-radius: 4px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.12);
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px; }
  .finder-results__map {
    width: 38%;
    border-radius: 4px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .finder-results__map {
        width: 100%;
        margin-bottom: 10px; } }
    .finder-results__map img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .finder-results__information {
    width: 60%; }
    @media only screen and (max-width: 767px) {
      .finder-results__information {
        width: 100%; } }
    .finder-results__information .title {
      color: #21204C;
      text-transform: inherit; }
    .finder-results__information-list {
      margin-bottom: 20px; }
      .finder-results__information-list p {
        display: flex;
        margin-bottom: 10px; }
        .finder-results__information-list p span:first-child {
          width: 75px;
          font-weight: 600; }
        .finder-results__information-list p span:last-child {
          width: calc(100% - 75px); }
  .finder-results .view-map {
    color: #124486;
    text-transform: uppercase;
    font-weight: 700; }
