.inline {
  display: inline-block; }

input, select {
  border-radius: 0 !important; }

#app-wrapper .go-to-location {
  cursor: pointer; }
#app-wrapper #header-wrapper {
  width: 100%;
  background-color: #FBFBFB;
  height: 182px;
  border-bottom: 3px solid #525252;
  border-top: 7px solid #007AA9; }
  #app-wrapper #header-wrapper div {
    padding: 10px; }
  #app-wrapper #header-wrapper .left-image {
    height: 100%;
    width: 175px;
    float: left;
    background-size: cover;
    background-repeat: no-repeat; }
  #app-wrapper #header-wrapper #search-wrapper {
    color: #003778;
    width: calc(100% - 175px);
    height: 100%;
    float: right; }
    #app-wrapper #header-wrapper #search-wrapper .name {
      width: 50%;
      float: left; }
    #app-wrapper #header-wrapper #search-wrapper .address {
      width: 50%;
      float: left; }
    #app-wrapper #header-wrapper #search-wrapper .specialty {
      width: 23%; }
    #app-wrapper #header-wrapper #search-wrapper .insurance {
      width: 23%; }
    #app-wrapper #header-wrapper #search-wrapper .availability {
      width: 23%; }
    #app-wrapper #header-wrapper #search-wrapper .submit {
      position: relative;
      height: 86px;
      margin-left: 10px; }
      #app-wrapper #header-wrapper #search-wrapper .submit button {
        top: 32px;
        position: relative;
        height: 34px;
        border: 0;
        color: white;
        font-weight: 500;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #003778; }
#app-wrapper #map {
  top: 0px;
  left: 1px;
  width: calc(100% - 351px);
  height: calc(100% - 183px);
  min-height: 650px;
  background-color: #CCC; }
  #result-list-wrap {max-height: 650px;} 
  #app-wrapper #map .result {
    position: relative;
    overflow: visible; }
    #app-wrapper #map .result .result-name {
      color: black;
      font-size: 16px;
      font-weight: bold;
      padding: 10px 0px 5px 15px; }
    #app-wrapper #map .result ul {
      list-style-type: none;
      padding: 0; }
      #app-wrapper #map .result ul li {
        padding: 2px 15px;
        color: #003778; }
        #app-wrapper #map .result ul li.distance {
          color: gray; }
        #app-wrapper #map .result ul li.address {
          font-weight: 700; }
        #app-wrapper #map .result ul li.specialties {
          color: rebeccapurple; }
        #app-wrapper #map .result ul li.click-directions {
          cursor: pointer; }
          #app-wrapper #map .result ul li.click-directions span {
            padding: 2px 45px 0 0px;
            border-top: 1px dotted #003778; }
        #app-wrapper #map .result ul li.availability {
          font-weight: 500;
          color: #000;
          padding: 9px 15px;
          text-align: center; }
        #app-wrapper #map .result ul li.description {
          color: #000;
          font-weight: 400; }
    #app-wrapper #map .result .specialty-box {
      border-top: 1px solid black;
      width: 96%;
      margin: auto;
      padding-top: 8px;
      font-size: 12px; }
#app-wrapper #directions-wrap {
  width: 350px;
  height: 100%;
  position: fixed;
  right: -100%;
  top: 182px;
  background: white;
  z-index: 10;
  overflow: auto;
  transition: .5s ease-in-out; }
  #app-wrapper #directions-wrap.active {
    right: 0; }
  #app-wrapper #directions-wrap #directions-header {
    border-bottom: 3px solid #525252; }
    #app-wrapper #directions-wrap #directions-header .btn {
      background-color: #003778;
      color: white;
      width: 85px;
      border-radius: 0;
      margin: 10px auto;
      display: block; }
#app-wrapper #result-list-wrap {
  float: right;
  width: 350px;
  border-left: 4px solid #007AA9;
  height: calc(100% - 182px);
  overflow: auto; }
  #app-wrapper #result-list-wrap #result-header {
    padding: 10px;
    color: Black;
    font-weight: bold;
    font-size: 18px;
    text-align: center; }
  #app-wrapper #result-list-wrap .result {
    position: relative;
    overflow: visible;
    border-bottom: 1px solid gray; }
    #app-wrapper #result-list-wrap .result .result-name {
      color: black;
      font-size: 16px;
      font-weight: bold;
      padding: 10px 0px 5px 15px; }
    #app-wrapper #result-list-wrap .result ul {
      list-style-type: none;
      padding: 0; }
      #app-wrapper #result-list-wrap .result ul li {
        padding: 2px 15px;
        color: #003778; }
        #app-wrapper #result-list-wrap .result ul li.distance {
          color: gray; }
        #app-wrapper #result-list-wrap .result ul li.address {
          font-weight: 700; }
        #app-wrapper #result-list-wrap .result ul li.specialties {
          color: rebeccapurple;
          cursor: pointer; }
        #app-wrapper #result-list-wrap .result ul li.get-directions {
          cursor: pointer; }
  #app-wrapper #result-list-wrap .specialty-box {
    display: none;
    border-top: 1px solid black;
    width: 96%;
    margin: auto;
    padding-top: 8px;
    font-size: 12px; }

.map_loading {
    position: absolute !important;
    background: transparent !important;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
}
.map_loading img {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    top: 37%;
}

@media screen and (max-width: 1310px) {
#app-wrapper #header-wrapper div { padding: 2px;}
#app-wrapper #header-wrapper #search-wrapper .specialty {width: 18%;}
#app-wrapper #header-wrapper #search-wrapper .insurance {width: 17%;}
#app-wrapper #header-wrapper #search-wrapper .availability { width: 18%;}
#app-wrapper #header-wrapper #search-wrapper .submit { margin-left: 0;}
}
/*# sourceMappingURL=styles.css.map */
