#doctor {
  padding-bottom: 60px; }
  #doctor .doctors-wrapper {
    display: block; }
    #doctor .doctors-wrapper .doctors-sidebar {
      width: 260px;
      float: left;
      background-color: #f7f7f7;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        #doctor .doctors-wrapper .doctors-sidebar {
          float: none;
          width: 100%; } }
      #doctor .doctors-wrapper .doctors-sidebar .doc-location .doc-location-meta .doc-location-container {
        padding: 10px 15px 0; }
        #doctor .doctors-wrapper .doctors-sidebar .doc-location .doc-location-meta .doc-location-container .location-name .location-name-copy {
          color: #007770;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          text-transform: uppercase;
          line-height: 1.5em; }
          @media (min-width: 768px) {
            #doctor .doctors-wrapper .doctors-sidebar .doc-location .doc-location-meta .doc-location-container .location-name .location-name-copy {
              font-size: 13px; } }
        #doctor .doctors-wrapper .doctors-sidebar .doc-location .doc-location-meta .doc-location-container .location-line-one .location-street {
          color: #282828;
          font-size: 13px;
          font-style: normal;
          font-weight: 400;
          margin: 0;
          line-height: 1.5em; }
          @media (min-width: 768px) {
            #doctor .doctors-wrapper .doctors-sidebar .doc-location .doc-location-meta .doc-location-container .location-line-one .location-street {
              font-size: 12px; } }
        #doctor .doctors-wrapper .doctors-sidebar .doc-location .doc-location-meta .doc-location-container .location-line-two .location-city-state-zip {
          color: #282828;
          font-size: 13px;
          font-style: normal;
          font-weight: 400;
          margin: 0;
          line-height: 1.5em; }
          @media (min-width: 768px) {
            #doctor .doctors-wrapper .doctors-sidebar .doc-location .doc-location-meta .doc-location-container .location-line-two .location-city-state-zip {
              font-size: 12px; } }
      #doctor .doctors-wrapper .doctors-sidebar .doc-title .doc-title-container {
        padding: 10px 15px 5px; }
        #doctor .doctors-wrapper .doctors-sidebar .doc-title .doc-title-container .doc-title-copy {
          color: #3bafbf;
          font-size: 25px;
          font-style: normal;
          font-weight: 400;
          border-bottom: 1px solid #e5e5e5;
          margin: 0;
          padding-bottom: 5px; }
          @media (min-width: 768px) {
            #doctor .doctors-wrapper .doctors-sidebar .doc-title .doc-title-container .doc-title-copy {
              font-size: 18px; } }
      #doctor .doctors-wrapper .doctors-sidebar .doc-featured-image {
        overflow: hidden;
        width: 100%; }
        #doctor .doctors-wrapper .doctors-sidebar .doc-featured-image .doc-featured-image-container img {
          margin: 0;
          padding: 0;
          width: 100%;
          max-width: none; }
    #doctor .doctors-wrapper .doctors-content {
      margin-left: 290px; }
      #doctor .doctors-wrapper .doctors-content p {
        line-height: 26px; }
      @media (max-width: 767px) {
        #doctor .doctors-wrapper .doctors-content {
          margin-left: 0; } }

.doctor-form {
  background-color: #007770;
  background-image: url("../img/finddoc-overlay.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto; }
  .doctor-form form {
    background-image: url("../img/find-a-doc-pattern.jpg");
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 80px 20px 110px 20px;
    position: relative; }
    .doctor-form form button {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      color: #fff;
      font-size: 28px;
      line-height: 28px;
      font-style: normal;
      font-weight: 400;
      background: #fbde42 url(../img/search-btn-arrow.png) 93% center no-repeat;
      border: 0;
      max-width: 400px;
      right: 20px;
      padding: 16px 20px 16px 15px;
      position: absolute;
      bottom: 0;
      text-align: left;
      text-shadow: 0 1px 2px #c2ac33;
      text-transform: uppercase;
      width: 100%; }
      @media (max-width: 767px) {
        .doctor-form form button {
          font-size: 20px;
          line-height: 20px;
          right: 0;
          max-width: 100%; } }
  .doctor-form .doctor-form-title {
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    text-align: right;
    padding-right: 20px;
    padding-top: 10px; }
  .doctor-form select {
    width: 100%;
    background-color: #fff; }

.doctor-or {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  position: relative; }
  .doctor-or:before {
    content: " ";
    position: absolute;
    top: 50%;
    height: 10px;
    width: 100%;
    left: 0;
    background-color: #f7f7f7;
    z-index: 9; }
  .doctor-or span {
    color: #282828;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    background: #fff;
    display: inline-block;
    line-height: 1em;
    padding: 17px 15px 9px;
    text-transform: uppercase;
    position: relative;
    z-index: 10; }

.doctor-already form input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #282828;
  font-size: 20px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  background: #dedede;
  border: 0;
  outline: 0;
  padding: 12px 20px 12px 10px;
  width: 100%;
  margin-bottom: 20px; }
  .doctor-already form input::-webkit-input-placeholder {
    color: #fff; }
  .doctor-already form input:-ms-input-placeholder {
    color: #fff; }
  .doctor-already form input::-moz-placeholder {
    color: #fff; }
  .doctor-already form input:-moz-placeholder {
    color: #fff; }
.doctor-already form button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  background: #3bafbf url(../img/submit-arrow-noshad.png) 94% center no-repeat;
  border: 0;
  padding: 5px 20px 5px 10px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear; }
  .doctor-already form button:hover {
    background-color: #2a7b89; }
  @media (max-width: 767px) {
    .doctor-already form button {
      font-size: 18px; } }
.doctor-already .doctor-locations {
  -webkit-column-count: 2;
  -ms-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  -ms-column-gap: 0;
  -moz-column-gap: 0;
  -o-column-gap: 0;
  column-gap: 0;
  list-style: none;
  padding: 0; }
.doctor-already .doctor-popular-specilties {
  list-style: none;
  padding: 0; }
.doctor-already .doctor-popular-specilties li, .doctor-already .doctor-locations li {
  color: #282828;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 4px;
  line-height: 16px; }
  .doctor-already .doctor-popular-specilties li a, .doctor-already .doctor-locations li a {
    font-size: 17px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    font-style: normal;
    color: #282828;
    cursor: pointer;
    list-style: none;
    margin: 0;
    padding: 4px;
    line-height: 16px;
    text-decoration: none; }
    .doctor-already .doctor-popular-specilties li a:hover, .doctor-already .doctor-locations li a:hover {
      color: #3bafbf; }
.doctor-already h3 {
  color: #3bafbf;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 8px; }
.doctor-already h5 {
  color: #007770;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
  text-transform: none; }

.return-container {
  background: #fff url(../img/icon_finddoc.png) left center no-repeat;
  background-size: 60px;
  position: relative;
  border: 1px solid #e8e8e8;
  padding: 15px 13px 25px 100px;
  background-position: 15px center;
  margin-top: 30px; }
  .return-container .return {
    padding-top: 10px; }
    .return-container .return .return-content a {
      color: #007770;
      text-decoration: none;
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 10; }
    .return-container .return .return-content h4.info-header {
      color: #3bafbf;
      font-style: normal;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 14px; }
      .return-container .return .return-content h4.info-header span {
        font-size: 22px;
        color: #007770;
        display: block;
        line-height: 0;
        margin-left: 5px; }

#doctorResult a.doctors-back {
  background-color: #3bafbf;
  color: #fff;
  padding: 2px 10px 2px 30px;
  display: table;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  position: relative; }
  #doctorResult a.doctors-back:hover {
    text-decoration: none;
    background-color: #2a7b89; }
  #doctorResult a.doctors-back:before {
    content: "\21A9";
    color: #fff;
    position: absolute;
    left: 10px; }
#doctorResult .doctors-result {
  margin-top: 20px;
  margin-bottom: 30px; }
#doctorResult .docjs-result-image-container {
  position: relative; }
  #doctorResult .docjs-result-image-container .image {
    overflow: hidden;
    max-height: 200px; }
    #doctorResult .docjs-result-image-container .image img {
      margin: 0;
      padding: 0;
      width: 100%;
      max-width: none; }
  #doctorResult .docjs-result-image-container:hover > a {
    text-decoration: none;
    background-color: #2a7b89; }
  #doctorResult .docjs-result-image-container > a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    background: #3bafbf url(../img/submit-arrow-noshad.png) 94% center no-repeat;
    display: block;
    padding: 4px 15px 4px 7px;
    text-transform: uppercase;
    bottom: 0;
    left: 0;
    width: 100%; }
    #doctorResult .docjs-result-image-container > a:hover {
      text-decoration: none;
      background-color: #2a7b89; }
#doctorResult .docjs-title {
  color: #3bafbf;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  margin: 0; }
#doctorResult .docjs-specialty {
  color: #b3b3b3;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .065em;
  margin: 0 0 10px 0; }
#doctorResult .docjs-result-content p {
  color: #282828;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .065em;
  margin: 0;
  line-height: 18px; }
  #doctorResult .docjs-result-content p.docjs-location-title {
    font-weight: 600; }
#doctorResult .docjs-result-content.hospitals {
  margin-bottom: 20px; }
#doctorResult .docjs-contact {
  margin-top: 15px; }
  #doctorResult .docjs-contact .docjs-contact-phone:before {
    content: "p. "; }
  #doctorResult .docjs-contact .docjs-contact-fax:before {
    content: "f. "; }

#doctorResult .docjs-wrapper p {
  display: inline; }
#doctorResult .doctor-result-loc {
  display: inline;
  position: relative;
  margin-right: 10px; }
  #doctorResult .doctor-result-loc input {
    background: url(../img/edit-icon.png) right 0 no-repeat;
    border: 0;
    min-width: 90px;
    max-width: 145px;
    border-bottom: 1px dashed #b8b8b8;
    font-family: Times, serif;
    padding: 0 20px 0 5px;
    position: relative;
    text-align: left; }
  #doctorResult .doctor-result-loc span {
    background: 0 0;
    border-bottom: 1px dashed #b8b8b8;
    font-family: Times, serif;
    min-width: 100px;
    padding: 0 25px 0 5px;
    position: relative;
    text-align: left; }
    #doctorResult .doctor-result-loc span:after {
      content: url(../img/edit-icon.png);
      cursor: pointer;
      display: block;
      position: absolute;
      right: 0;
      top: -8px;
      height: 24px; }
  #doctorResult .doctor-result-loc ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #3bafbf;
    width: 160px;
    position: absolute;
    left: 0;
    z-index: 10;
    max-height: 200px;
    overflow: auto;
    display: none; }
    #doctorResult .doctor-result-loc ul::-webkit-scrollbar {
      width: 3px;
      height: 3px; }
    #doctorResult .doctor-result-loc ul::-webkit-scrollbar-button {
      background-color: #297a87; }
    #doctorResult .doctor-result-loc ul::-webkit-scrollbar-track {
      background-color: #297a87; }
    #doctorResult .doctor-result-loc ul::-webkit-scrollbar-track-piece {
      background-color: #3bafbf; }
    #doctorResult .doctor-result-loc ul::-webkit-scrollbar-thumb {
      height: 50px;
      background-color: #297a87;
      border-radius: 3px; }
    #doctorResult .doctor-result-loc ul::-webkit-scrollbar-corner {
      background-color: #297a87; }
    #doctorResult .doctor-result-loc ul::-webkit-resizer {
      background-color: #297a87; }
    #doctorResult .doctor-result-loc ul li {
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 12px; }
      #doctorResult .doctor-result-loc ul li a {
        color: #fff;
        font-size: 12px;
        line-height: 14px;
        padding: 5px 10px;
        display: block; }

#doc .doctor-select-ul ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #bfeae7;
  width: 100%;
  left: 0;
  z-index: 10;
  max-height: 200px;
  overflow: auto;
  display: none; }
  #doc .doctor-select-ul ul::-webkit-scrollbar {
    width: 3px;
    height: 3px; }
  #doc .doctor-select-ul ul::-webkit-scrollbar-button {
    background-color: #297a87; }
  #doc .doctor-select-ul ul::-webkit-scrollbar-track {
    background-color: #297a87; }
  #doc .doctor-select-ul ul::-webkit-scrollbar-track-piece {
    background-color: #3bafbf; }
  #doc .doctor-select-ul ul::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #297a87;
    border-radius: 3px; }
  #doc .doctor-select-ul ul::-webkit-scrollbar-corner {
    background-color: #297a87; }
  #doc .doctor-select-ul ul::-webkit-resizer {
    background-color: #297a87; }
  #doc .doctor-select-ul ul li {
    font-size: 17px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    font-style: normal;
    list-style: none;
    padding: 2px 20px;
    margin: 0;
    background-color: #bfeae7;
    color: #007770; }
    #doc .doctor-select-ul ul li:nth-child(even) {
      background: #d2f0ee; }
    #doc .doctor-select-ul ul li a {
      color: #fff;
      font-size: 12px;
      line-height: 14px;
      padding: 5px 10px;
      display: block; }
#doc .doctor-select span {
  font-size: 17px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  font-style: normal;
  position: relative;
  padding: 10px 30px 6px 15px;
  color: #93fff4;
  background: #00aaa0;
  text-align: left;
  display: block; }
  #doc .doctor-select span:after {
    background: url(../img/select-arrow-teal.png) no-repeat;
    content: "";
    display: block;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 13px; }

/*# sourceMappingURL=doctors.css.map */
