.node-21 .page-h2 h2 {
    margin-bottom: 15px;
}
.ph-search h1 {
  font-size: 26px;
}
.ph-search h1 ,
.register span {
  position: relative;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.ph-search h1 {
  color: #7b3649;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: bold;
}
.ph-search h3 {
  color: #5f5f5f;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal !important;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.ph-search h1 img,
.register span img{
  position: absolute;
  width: auto;
  height:20px;
  display: inline;
  left: -20px;
  top:3px;
}
.ph-search h1 img {
  left: -35px;
}
.register span img{
  position: absolute;
  width: auto;
  height:20px;
  display: inline;
  left: -20px;
  top: -3px;
}

.ph-search .form-group,
.show-mobile .form-group {
    margin-top: 0;
    margin-bottom: 16px;
}

.ph-search .form-group label,
.show-mobile .form-group label{

}

.ph-search .err-msg,
.show-mobile .err-msg {
    display: none;
    background: transparent;
    border: 0;
}

.ph-search .err-msg p,
.show-mobile .err-msg p {
    /* padding-left: 15px; */
}

.show-mobile .form-group,
.ph-search .form-group {
    height: 40px;
    display: flex;
}

.show-mobile #zip-code,
.ph-search #zip-code {
    /* line-height: 25px; */
    /* font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif; */
    /* color: #4d4e50; */
    /* padding: 11px; */
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    /* height: 100%; */
    /* width: 200px !important; */
    /* padding: 10px !important; */
    font-size: 16px !important;
    /* border-radius: 0; */
    /* border: 1px solid #bfd7e6 !important; */
    background-color: #FFF !important;
    /* margin-right: 0 !important; */
    /* padding-top: 16px; */
    /* padding: 0; */
    text-indent: 10px;
    /* line-height: 1.4; */
    /* padding-top: 4px; */
}

.show-mobile #zip-code::placeholder,
.ph-search #zip-code::placeholder {
    color: #4d4e50;
}

.remove-yourself {
  max-width: 50%;
  padding: 0 2rem;
}
.remove-yourself p{
  max-width: unset;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: #5f5f5f;
}

.remove-yourself p a{
  font-size: 16px;
  display: inline;
}

@media (min-width: 992px) {
    .show-mobile #zip-code,
    .ph-search #zip-code {
        max-width: 388px;
        margin-right: 15px;
        font-size: 20px;
        line-height: 28px;
    }
}

.show-mobile #zip-code.err,
.ph-search #zip-code.err {
    border: 2px solid #dc3545;
}

.register {
    margin-top: 0;
    background-color: #3a4c58;
    text-align: center;
    border: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    padding: 20px;
    max-width: 100%;
    color: white;
    font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.register a{
  padding: 10px 20px;
  background-color: #26a6b9;
  color: white !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-decoration: none !important;
  font-weight: normal;
}

.search-footer {
  display: flex;
  justify-content: space-around;
}

.show-mobile .search-btn,
.ph-search .search-btn {
    /* height: 100% !important; */
    width: 40px;
    text-align: center;
    color: #fff;
    font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
    background-color: #26a6b9;
    border: 1px solid #26a6b9;
    border-radius: 0px;
    vertical-align: unset;
    padding: 0;
    outline: 0;
}

@media (min-width: 992px) {
    .show-mobile .search-btn,
    .ph-search .search-btn {
        font-size: 20px;
        line-height: 15px !important;
    }
}

@media(max-width:991px) {
    .show-mobile form,
    .ph-search form {
        text-align: center;
    }
    .show-mobile form button,
    .ph-search form button {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .show-mobile .search-btn,
    .ph-search .search-btn {
        padding-top: 3px;
    }
    .field--item .reference {
        font-size: 14px;
    }
}

#mobile-tabs {
    margin-bottom: 0;
    display: none !important;
}

@media (max-width: 768px) {
    #mobile-tabs {
        display: block !important;
    }
}

#mobile-tabs {
  border-bottom: 1px solid #979797;
}

#mobile-tabs.no-search {
    display: none !important;
}

#mobile-tabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*max-width: 240px;*/
}

#mobile-tabs ul li {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #5f5f5f;
    background-color: transparent;
    font-size: 16px;
    font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
    text-align: center;
    cursor: pointer;
    margin-right: 7px;
    border-radius: 0 !important;
    padding: 10px 25px;
    border-bottom: 2px solid transparent;
}

#mobile-tabs ul li:last-child {
    margin-right: 0;
}

#mobile-tabs ul li.active {
    /*color: #fff;
    background-color: #26a6b9;
    background-size: auto 100%;*/
  border-bottom-color: #26a6b9;
}

#mobile-tabs ul li:first-child {
    border-top-left-radius: 4px;
}


/* #mobile-tabs ul li:first-child.active {
    background: #767da2 url(../../../../../sites/default/files/tab-edge.svg) right no-repeat;
} */

#mobile-tabs ul li:first-child.active {
    /*background-color: #26a6b9;*/
}

#mobile-tabs ul li:last-child {
    border-top-right-radius: 4px;
}

#mobile-tabs ul li:last-child.active {
    /*background-color: #26a6b9;*/
}

.after-search {
    /*margin-top: 80px;*/
  padding: 0 2rem;
}

.after-search h1 {
  margin-top: 0;
  color: #1c4e8b;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.after-search .link-modal {
  color: #26a6b9;
  display: block;
  font-size: 16px;
}

#search-view .after-search .note-search {
    max-width: 315px;
}

#search-view .after-search a {
    color: #26a6b9;
    font-size: 14px;
    line-height: 22px;
    font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}

#search-view .get-directions a {
    /* color: #26a6b9 !important; */
    /* text-decoration: none !important; */
}

/* #search-view .get-directions a::after {
    content: "»";
} */

#search-view {
    /* display: -webkit-box; */
    /* display: -ms-flexbox; */
    /* display: flex !important; */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 0 !important;
}

#search-view #map,
#search-view .results {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 768px) {
    #search-view {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #pager ul li {
        cursor: pointer;
        margin: auto;
        margin-right: 5px;
        font-size: 14px;
        font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
    }
}

@media (max-width: 768px) {
    #search-view.map-active .right-section {
        display: none;
    }
}

@media (max-width: 768px) {
  .section.ZIP {
    background-image: linear-gradient(159deg, #f2f4f5, #eae9e9 76%);
  }
    #search-view.map-active .left-section {
        display: block;
    }

    #search-view.map-active .right-section {
      display: none;
    }

    #search-view.result-active .left-section {
        display: none;
    }

    #search-view.result-active .right-section {
      display: block;
    }

  #search-view.no-search .right-section, #search-view.no-search .right-section {
    display: none;
  }
}

/*#search-view .left-section,*/
/*#search-view .right-section {*/
/*    width: 45%;*/
/*}*/

@media (max-width: 768px) {
    #search-view .left-section,
    #search-view .right-section {
        width: 100%;
    }
}

#search-view .bs-callout.updated {
    margin-top: 43.5px;
    padding-right: 15px;
}

#search-view .results {
    opacity: 1;
    height: 590px;
    max-height: 580px;
    overflow-y: auto;
}

#search-view .results .physician-data {
    padding-bottom: 0;
    margin-bottom: 16px;
    border-bottom: 0;
    margin-right: 0;
    position: relative;
    /* max-height: 40px; */
    overflow: hidden;
  -webkit-transition: max-height .3s cubic-bezier(1,0,1,0);
  transition: max-height .3s cubic-bezier(1,0,1,0);
}
#search-view .results .physician-data:after {
  content: url("../img/down-arrow.svg");
  position: absolute;
  right: 15px;
  top: 5px;
  display: block;
  width: 15px;
  height: 10px;
  -webkit-transition: -webkit-transform 250ms ease-out;
  -moz-transition:    -moz-transform 250ms ease-out;
  -o-transition:      -o-transform 250ms ease-out;
  -ms-transition:     -ms-transform 250ms ease-out;
  transition:         transform 250ms ease-out;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
#search-view .results {
  scrollbar-width: auto;
  scrollbar-color: #8697a1 #d8d8d8;
}

/* Chrome, Edge, and Safari */
#search-view .results::-webkit-scrollbar {
  width: 6px;
}

#search-view .results::-webkit-scrollbar-track {
  background: #d8d8d8;
}

#search-view .results::-webkit-scrollbar-thumb {
  background-color: #8697a1;
  border-radius: 10px;
  border: 0px solid #ffffff;
}

#search-view .results .physician-data.expanded {
  height: auto;
  max-height: 100%;
}

#search-view .results .physician-data.expanded:after {
  transform: rotate(180deg);
}

#search-view .results .physician-data.last {
    margin-bottom: 0;
    border-bottom: 0;
}

#search-view .results .physician-data .name, #search-view .results .physician-data .miles-away {
    /* font-size: 16px;
    line-height: 20px;
    font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
    color: #5f5f5f;
    margin-bottom: 0px; */
}

#search-view .results {
    opacity: 1;
    /* height: 590px;
    max-height: 360px; */
    overflow-y: auto;
}

.left-section {
  width: 65% !important;
  position: relative;
  background: url("../assets/images/us-map.jpg") no-repeat;
  background-size: cover;
  background-position:center center;
  padding: 0;
  margin: 0;
  min-height: 515px;
}

.right-section {
  width: 50% !important;
  /* padding: 5rem 7.3rem 5rem 3.8rem; */
  padding: 0;
  /* background-image: linear-gradient(135deg, #f2f4f5, #eae9e9 85%); */
}

#search-view .results .physician-data .address,
#search-view .results .physician-data .region,
#search-view .results .physician-data .phone,
#search-view .results .physician-data .direction {
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #4d4e50;
}

#search-view .results .physician-data .address,
#search-view .results .physician-data .region,
#search-view .results .physician-data .phone,
#search-view .results .physician-data .direction {
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #5f5f5f;
}

@media (max-width:768px) {
    #search-view .results .physician-data .name,
    #search-view .results .physician-data .address,
    #search-view .results .physician-data .region,
    #search-view .results .physician-data .phone,
    #search-view .results .physician-data .direction {
        font-size: 14;
    }
}

#search-view .results .physician-data .direction {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#search-view .results .physician-data .direction a {
    color: #1f4388;
    text-decoration: underline;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}

#search-view .results .physician-data .direction .sep {
    margin-right: 5px;
    margin-left: 5px;
}

#search-view #map {
    height: 100%;
    opacity: 1;
}

#search-view.no-search {
    display: block;
}

#search-view.no-search .left-section,
#search-view.no-search .right-section {
    width: 100%;
}

#search-view.no-search .results {
    opacity: 0;
    height: 0;
}

#search-view.no-search #map {
    height: 0;
    opacity: 0;
}

#search-view.no-search .bs-callout.updated {
    margin-top: 20px;
}

#search-view.no-search+#find-ph {
    display: none;
}

#find-ph {
    margin-top: 65px;
    margin-bottom: 34px;
}

#find-ph p {
    font-size: 20px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    line-height: 28px;
    color: #767da2;
}

#find-ph p a {
    color: #003f72;
    text-decoration: none !important;
}

#find-ph p a:hover {
    text-decoration: none !important;
}

#find-ph p a span {
    color: #55565a;
}

#find-ph div p {
    color: #1f4388;
    font-size: 20px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    text-decoration: underline;
}

@media (max-width:768px) {
    #find-ph p,
    #find-ph div p {
        font-size: 18px;
        line-height: 22px;
    }
    .field--item p.reference {
        font-size: 14px;
    }
}

.field--item p.reference {
    font-size: 16px;
    line-height: 22px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    color: #4d4e50;
}

#search-view #pager {
    /*position: absolute;*/
    /*bottom: 110px;*/
  display: none;
}

#pager ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* max-width: 300px; */
    margin: 0 auto;
    flex-wrap: wrap;
}

#search-view #pager {
    /*position: absolute;*/
    bottom: 0;
    margin-top: 2rem;
    top: 360px;
    height: 30px;
}


/* @media(max-width:1199px) { */

#pager ul li {
    margin-right: 0px !important;
    padding: 0 6px;
}


/* } */

@media(max-width:340px) {
    #pager ul li.next,
    #pager ul li.prev {
        background-color: #26a6b9;
        color: #FFF;
        border: 1px solid #26a6b9;
        padding: 1px 3px 0px 2px;
    }
}

#pager ul li {
    cursor: pointer;
    margin: auto;
    margin-right: 10px;
    font-size: 14px;
    font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
    color: #5f5f5f;
}

#pager ul li:hover {
    text-decoration: underline;
    color: #26a6b9;
}

#pager ul li.active {
    cursor: auto;
    text-decoration: underline;
    color: #26a6b9;
}

#pager ul li.active:hover {
    text-decoration: none;
}

.no-search .after-search {
    display: none !important;
}

.show-mobile {
    display: none;
}

.ph-search .hide-mobile {
    display: block;
}

.ph-search label {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #5f5f5f;
  margin-top: 2rem;
}

.right-section .after-search {
    display: none;
}

.results>.physician-data:first-of-type {
    margin-top: -11px;
}

.physician-data.last.hide+.physician-data {
    margin-top: -11px;
}

@media (max-width:768px) {
  #pager {
    display: none;
  }
  .ph-search h1, .ph-search h3 {
    display: none;
  }
   #mobile-search {
     background: url("../img/us-map.jpg") no-repeat center center;
     background-size: cover;
     padding: 3rem;
     margin-left: -20px;
     margin-right: -20px;
     min-height: 500px;
   }

   #mobile-search.results-active {
     background: transparent;
     min-height: unset;
     padding: 0;
   }

  #mobile-search label {
    font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #5f5f5f;
    margin-top: 2rem;
  }
  #mobile-search h1 {
    color: #7b3649;
    font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    position: relative;
  }

  #mobile-search h1 img {
    position: absolute;
    width: 12px;
    display: inline;
    left: -20px;
    top: -5px;
  }

  #mobile-search  h3 {
    color: #5f5f5f;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal !important;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  }

  #mobile-search .container{
    background: #FFF;
    padding: 2rem 3rem;
  }
  .search-footer {
    flex-direction: column;
    background: #FFF;
    margin-left:-20px;
    margin-right:-20px;
  }

  .search-footer div {
    width: 100%;
    max-width: 100% !important;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .search-footer div:last-child {

  }

    #search-view .left-section,  #search-view .right-section{
        max-width: 100% !important;
        width: 100% !important;
        margin: 0;
        display: none;
        background: transparent;
        padding: 0;
    }

  #search-view .left-section {
    height: 500px;
  }
    .show-mobile form,
    .ph-search form {
        text-align: left;
    }
    .show-mobile form button,
    .ph-search form button {
        margin-top: 0;
    }
    /***************/
    #search-view {
        margin-top: 0;
        /*max-height: 580px;*/
    }
    #search-view .results {
        margin-top: 20px;
        padding: 12px 20px 0 20px;
        max-height: unset;
        margin-bottom: 30px;
      overflow-y: visible;
      height: auto;
    }
    #search-view #map {
        height: 100%;
        /*margin-top: 20px;*/
    }
    .ph-search form {
        text-align: left;
        display: none;
    }
    /************/
    .ph-search .hide-mobile {
        display: none !important;
    }
    .show-mobile {
        display: block !important;
        /*margin-top: 18px;*/
        padding-bottom: 13px;
    }
    #pager ul li {
        margin-right: 5px;
    }
    .section-physician .paragraph--type--red-title-with-arrow-image h3 {
        margin-top: 12px;
    }
    .ZIP-section .register {
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      min-height: 170px;
      padding: 3rem 4rem;
      text-align: left;
      max-width: unset !important;
      width: 100 vw !important;
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: 0;
    }
    .register span {
      font-size: 22px !important;
      line-height: 28px;
    }

  .register span img{
    top: 2px;
  }
    #search-view {
        margin-bottom: 60px;
    }
    .right-section .after-search {
        display: none;
    }
    .right-section .after-search.after-active {
        display: block !important;
        margin-top: 20px
    }
    .results>.physician-data:first-of-type {
        margin-top: -22px;
    }
    .physician-data.last.hide+.physician-data {
        margin-top: -22px;
    }
    #search-view #pager {
        position: absolute;
        bottom: 0;
        top: 308px !important;
    }
}
@media (min-width:376px) and (max-width:768px) {
  #mobile-search {
    min-height: 800px;
    display: flex !important;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  #mobile-search .container {
    margin: 3rem auto;
    padding: 4rem;
  }

  #mobile-search.results-active .container {
    padding: 0;
    background: transparent;
  }

  #mobile-tabs {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #mobile-search h3, #mobile-search label {
    font-size: 20px;
  }
  #mobile-search h1 {
    font-size: 26px;
    font-weight: bold;
  }

  #mobile-search h1 img {
    top: 0;
  }
  #search-view.no-search {
    display: none !important;
  }

  #search-view {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #mobile-tabs ul li {
    flex: unset;
    padding: 1rem 4rem;
  }

  .register {
    flex-direction: row !important;
    min-height: unset !important;
    padding: 3rem 8rem !important;
  }

  .register span{
    font-size: 26px !important;
  }

  .search-footer {
    margin-left: 0;
    margin-right: 0;
  }
}

/*@media(max-width:991px) and (min-width:768px) {*/
/*    #pager ul li.next,*/
/*    #pager ul li.prev {*/
/*        background-color: #26a6b9;*/
/*        color: #FFF;*/
/*        border: 1px solid #26a6b9;*/
/*        padding: 1px 3px 0px 2px;*/
/*    }*/
/*}*/
