@charset "UTF-8";
/* TEMPORARY */
body {
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

/* MIXINS */
/* GENERAL */
html, body, #lifeworks-map {
  width: 100%;
  height: 100% !important;
  margin: 0;
  padding: 0;
}

html .btn-dashed, body .btn-dashed, #lifeworks-map .btn-dashed {
  color: #E04E39;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  border-bottom: 1px dashed #E04E39;
  padding: 0 0 4px;
}

html #map-loader, body #map-loader, #lifeworks-map #map-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

html #map-loader div, body #map-loader div, #lifeworks-map #map-loader div {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  background-color: white;
  border-radius: 50%;
  text-align: center;
}

html .hide-element, body .hide-element, #lifeworks-map .hide-element {
  display: none;
}

#map-loader div img {
  vertical-align: initial;
}

/* MAP ELEMENT */
.map-wrapper {
  position: relative;
  z-index: 99;
}

.map-wrapper #lifeworks-map {
  height: 900px !important;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.map-wrapper #lifeworks-map.location-detail {
  width: 75%;
  float: left;
}

.map-wrapper .fixed-detail {
  width: 25%;
  display: inline-block;
}

.map-wrapper .fixed-detail .location-image {
  height: 240px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.map-wrapper .fixed-detail .information {
  padding: 38px 98px;
}

.map-wrapper .fixed-detail .information .name {
  display: block;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  color: #E04E39;
  font-weight: 600;
  margin: 0 0 30px;
}

.map-wrapper .fixed-detail .information .name:before {
  content: "";
  display: block;
  background-image: url(../img/marker-red-sma.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 16px;
  float: left;
  margin: 2px 0 0 -35px;
}

.map-wrapper .fixed-detail .information .address, .map-wrapper .fixed-detail .information .phones, .map-wrapper .fixed-detail .information .hours {
  font-size: 16px;
  margin: 0 0 20px;
  display: block;
  white-space: pre;
  font-family: "Raleway", sans-serif;
  color: #333f48;
  font-weight: 400;
  line-height: 1.4em;
}

.map-wrapper .fixed-detail .information .address {
  white-space: normal;
}

.map-wrapper .fixed-detail .information .services {
  display: block;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  color: #B7B09C;
  font-weight: 600;
  text-transform: uppercase;
}

.map-wrapper .fixed-detail .btn-get-directions {
  background: url("../img/btn-get-directions-sma.png") no-repeat center;
  color: #fff;
  display: block;
  width: 181px;
  height: 44px;
  margin: 0 auto 13px auto;
  padding: 10px;
  text-align: center;
  line-height: 22px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.map-wrapper #map-no-result {
  padding-top: 80px;
  display: none;
  text-align: center;
  background-color: #fff;
  width: 456px;
  height: 213px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -106px 0 0 -228px;
  border-radius: 10px;
}

.map-wrapper #map-no-result p {
  color: #E04E39;
  font-size: 20px;
}

.map-wrapper .location-wrapper {
  position: absolute;
  top: 78px;
  right: 68px;
  background-color: #fff;
  border-top: 5px solid #E04E39;
}

.map-wrapper .location-wrapper #search-by-zip {
  width: 365px;
  padding: 25px 20px;
}

.map-wrapper .location-wrapper #search-by-zip .search-field {
  display: inline-block;
  position: relative;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #E04E39;
}

.map-wrapper .location-wrapper #search-by-zip .search-field #txt-zipcode, .map-wrapper .location-wrapper #search-by-zip .search-field #btn-search {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  color: #E04E39;
  background-color: transparent;
}

.map-wrapper .location-wrapper #search-by-zip .search-field #txt-zipcode::-webkit-input-placeholder {
  color: #E04E39;
  opacity: 1;
}

.map-wrapper .location-wrapper #search-by-zip .search-field #txt-zipcode:-ms-input-placeholder {
  color: #E04E39;
  opacity: 1;
}

.map-wrapper .location-wrapper #search-by-zip .search-field #txt-zipcode::-ms-input-placeholder {
  color: #E04E39;
  opacity: 1;
}

.map-wrapper .location-wrapper #search-by-zip .search-field #txt-zipcode::placeholder {
  color: #E04E39;
  opacity: 1;
}

.map-wrapper .location-wrapper #search-by-zip .search-field #txt-zipcode:-ms-input-placeholder {
  color: #E04E39;
}

.map-wrapper .location-wrapper #search-by-zip .search-field #txt-zipcode ::-ms-input-placeholder {
  color: #E04E39;
}

.map-wrapper .location-wrapper #search-by-zip .search-field #btn-search {
  background: url("../img/search.png") no-repeat center;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 0;
}

.map-wrapper .location-wrapper .location-list {
  padding: 30px;
  margin: 0 0 30px;
  list-style-type: none;
  overflow-y: scroll;
  max-height: 645px;
}

.map-wrapper .location-wrapper .location-list li:before {
  background: url("../img/marker-red-sma.png") no-repeat center;
  width: 12px;
  height: 24px;
  padding-left: 30px;
  display: block;
  content: '';
  float: left;
	margin-top: 7px;
}

.map-wrapper .location-wrapper .location-list li a {
  color: #000;
  font-size: 16px;
}

.map-wrapper .location-wrapper .location-detail {
  width: 285px;
  display: none;
}

.map-wrapper .location-wrapper .location-detail .btn-close-detail {
  background-image: url("../img/btn-close-detail.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 15px;
  display: block;
  position: absolute;
  top: 13px;
  left: 13px;
  text-indent: -9999px;
}

.map-wrapper .location-wrapper .location-detail .location-image {
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.map-wrapper .location-wrapper .location-detail .information {
  padding: 25px 50px;
}

.map-wrapper .location-wrapper .location-detail .information .name {
  display: block;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  color: #E04E39;
  font-weight: 600;
  margin: 0 0 10px;
}

.map-wrapper .location-wrapper .location-detail .information .name:before {
  content: "";
  display: block;
  background-image: url(../img/marker-red-sma.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 16px;
  float: left;
  margin: 6px 0 0 -25px;
}

.map-wrapper .location-wrapper .location-detail .information .address, .map-wrapper .location-wrapper .location-detail .information .phones, .map-wrapper .location-wrapper .location-detail .information .hours {
  font-size: 16px;
  margin: 0 0 13px;
  display: block;
  white-space: pre;
  font-family: "Raleway", sans-serif;
  color: #333f48;
  font-weight: 400;
  line-height: 1.4em;
}

.map-wrapper .location-wrapper .location-detail .information .address {
  white-space: normal;
}

.map-wrapper .location-wrapper .location-detail .information .services {
  display: block;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  color: #B7B09C;
  font-weight: 600;
  text-transform: uppercase;
}

.map-wrapper .location-wrapper .location-detail .btn-get-directions {
  background: url("../img/btn-get-directions-sma.png") no-repeat center;
  color: #fff;
  display: block;
  width: 181px;
  height: 44px;
  margin: 0 auto 13px auto;
  padding: 10px;
  text-align: center;
  line-height: 22px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.map-wrapper .location-wrapper .location-detail .btn-see-details {
  background: url("../img/btn-see-details.png") no-repeat center;
  color: #E04E39;
  display: block;
  width: 181px;
  height: 44px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  line-height: 22px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.map-wrapper .location-wrapper .location-detail .detail-footer {
  text-align: center;
  margin: 30px 0;
}

.map-wrapper .location-wrapper .search-footer {
  text-align: center;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
}

/* SERVICES LIST */
#search-by-service h2 {
  text-align: center;
  font-size: 50px;
  margin: 0 0 15px;
}

#search-by-service .filters {
  text-align: center;
}

#search-by-service .filters a:nth-child(2) {
  margin: 0 0 0 58px;
}

#search-by-service #service-list {
  max-width: 800px;
  margin: 50px auto 0 auto;
  list-style: none;
  -webkit-column-count: 3;
  column-count: 3;
}

#search-by-service #service-list li {
  margin: 0 0 7px;
}

#search-by-service #service-list li label {
  display: block;
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
}

#search-by-service #service-list li label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#search-by-service #service-list li label input:checked ~ .checkmark {
  background-color: #E04E39;
  border-color: #E04E39;
}

#search-by-service #service-list li label .checkmark {
  position: absolute;
  top: 8px;
  left: 0;
  height: 12px;
  width: 12px;
  border: 1px solid #000;
  border-radius: 50%;
}

/* LOCATION LIST */
#location-list {
  max-width: 1116px;
  margin: 50px auto 180px auto;
}

#location-list ul {
  list-style: none;
  margin: 1.5em auto;
  -webkit-column-gap: 1.5em;
          column-gap: 1.5em;
  -webkit-column-count: 3;
  column-count: 3;
}

#location-list ul li {
  background-color: #fff;
  margin: 0 0 1.5em 0;
  padding: 34px 68px;
  -webkit-column-break-inside: avoid;
          break-inside: avoid-column;
  position: relative;
  display: inline-block;
  line-height: 1.3;
  height: 368px;
  width: 100%;
}

#location-list ul li .title {
  font-size: 24px;
  margin: 0 0 13px;
}

#location-list ul li .title:before {
  background: url("../img/marker-red-sma.png") no-repeat center;
  width: 12px;
  height: 24px;
  margin: 9px 0 0 -36px;
  display: block;
  content: '';
  float: left;
}

#location-list ul li .address, #location-list ul li .phones, #location-list ul li .hours {
  font-size: 16px;
  margin: 0 0 13px;
  display: block;
  white-space: pre;
}

#location-list ul li .address {
  white-space: normal;
}

#location-list ul li .btn-get-directions {
  background: url("../img/btn-get-directions.png") no-repeat center;
  color: #fff;
  display: block;
  width: 220px;
  height: 41px;
  margin: 0 auto 13px auto;
  padding: 10px;
  text-align: center;
  line-height: 22px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

#location-list ul li .btn-view-details {
  background: url("../img/btn-view-details.png") no-repeat center;
  color: #E04E39;
  display: block;
  width: 220px;
  height: 41px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  line-height: 22px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

#location-list .contact-us {
  background-color: #E04E39;
}

#location-list .contact-us h3 {
  color: #fff;
}

#location-list .contact-us p {
  color: #fff;
  white-space: pre;
}

#location-list .contact-us .btn-reach-out {
  color: #fff;
  background: url("../img/btn-reach-out.png") no-repeat center;
  display: block;
  width: 220px;
  height: 41px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  line-height: 22px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

/* LOCATION DETAIL */
.single-location .hero-header {
  height: 615px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-location .name {
  font-family: "Rooney Regular",Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 1.1em;
  letter-spacing: 1px;
  color: #333f48;
}

.single-location .name:before {
  content: "";
  display: block;
  background-image: url("../img/marker-red-mid.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 35px;
  float: left;
  margin: 0 0 0 -60px;
}

.single-location .location-info {
  color: #E04E39;
  margin: 0;
  font-size: 15px;
  line-height: 1.6em;
  white-space: pre;
	font-weight:700
}

.single-location .location-info.address {
  white-space: normal;
}

.single-location .description {
  font-family: "Rooney Regular",Verdana, Arial, sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 1.6em;
  letter-spacing: 1px;
  color: #333f48;
  text-align: justify;
  white-space: pre-line;
}

.single-location .services strong {
  font-family: "Rooney Regular",Verdana, Arial, sans-serif;
  font-size: 24px;
  color: #333f48;
  font-weight: 500;
  margin: 0 0 25px 0;
  display: block;
}

.single-location .services .service-list {
  font-family: "Rooney Regular",Verdana, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #333f48;
  margin: 0 0 0 20px;
  list-style-position: inside;
  line-height: 1.6em;
}

.single-location .services .service-list li {
  list-style: none;
}

.single-location .services .service-list li:before {
  content: "·";
  font-size: 50px;
  margin: -4px 0 0 -20px;
  position: absolute;
}

.single-location .downloads ul {
  list-style: none;
  margin: 0;
}

.single-location .downloads ul li {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #333f48;
  margin: 0 0 15px 0;
}

.single-location .downloads ul li .file {
  font-family: "Rooney Regular",Verdana, Arial, sans-serif;
  font-size: 24px;
  color: #333f48;
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
}

.single-location .downloads ul li .information_sheet {
  background-image: url("../img/information_icon.png");
}

.single-location .downloads ul li .intake_form {
  background-image: url("../img/intake_icon.png");
}

.single-location .location-detail-sidebar {
  position: relative;
  top: -100px;
}

/* MAP CONTACT FORM */
.map-contact-form-container {
  width: 264px !important;
  margin: 0 auto;
}

.map-contact-form input,
.map-contact-form select,
.map-contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.map-contact-form input[type="text"],
.map-contact-form input[type="email"],
.map-contact-form input[type="text"]:focus,
.map-contact-form input[type="email"]:focus {
  color: #B7B09C;
  background-image: url("../img/bg-text.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  width: 260px;
  height: 39px;
  font-size: 15px;
  font-family: "Rooney Regular",Verdana, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}

.map-contact-form select {
  color: #fff;
  background-image: url("../img/bg-dropdown.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  width: 260px;
  height: 44px;
  font-size: 15px;
  font-family: "Rooney Regular",Verdana, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}

.map-contact-form select:focus {
  color: #B7B09C;
}

.map-contact-form textarea,
.map-contact-form textarea:focus {
  color: #B7B09C;
  background-image: url("../img/bg-textarea.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  width: 260px;
  height: 105px;
  font-size: 15px;
  font-family: "Rooney Regular",Verdana, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}

.map-contact-form input[type="submit"] {
  color: #fff;
  background-image: url("../img/btn-send.png");
  background-repeat: no-repeat;
  background-position: center center;
  text-transform: uppercase;
  float: right;
  border: 0;
  margin: 0;
  background-color: transparent;
}

/* Masonry on small screens */
@media only screen and (max-width: 1160px) and (min-width: 768px) {
  .map-wrapper .fixed-detail .information {
    padding: 38px 38px;
  }
  #search-by-service #service-list {
    -webkit-column-count: 2;
    column-count: 2;
  }
  #location-list ul {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (max-width: 767px) and (min-width: 300px) {
  .map-wrapper #lifeworks-map {
    height: 450px !important;
    width: 100% !important;
  }
  .map-wrapper .fixed-detail {
    display: none;
  }
  #search-by-service #service-list {
    -webkit-column-count: 1;
    column-count: 1;
  }
  #location-list ul {
    -webkit-column-count: 1;
    column-count: 1;
  }
  #location-list ul li {
    height: auto;
  }
  .single-location .hero-header {
    height: 415px;
  }
  .single-location .location-detail-sidebar {
    display: none;
  }
}
/*# sourceMappingURL=geolocation.css.map */