@charset "UTF-8";
/**
 Import custom SASS files
*/
/**
 Variable declarations
*/
/*Font Styles*/
/*Mobile - Responsive Sizes*/
/*Primary Badge styles - 2018/09/25 - Onesi*/
body {
  font-weight: 400;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.53846;
  letter-spacing: .1rem;
}

#cosmetic-arrow {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.no-padding {
  padding: 0px;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

/*** PRACTICE INFORMATION PAGE ***/
.row-margin {
  margin: 0px;
}

.container {
  /* iPhone 6 in portrait & landscape */
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container {
    padding: 0px;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .container {
    padding: 0px;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
  .container {
    padding: 0px;
  }
}

@media screen and (max-width: 480px) {
  .container {
    padding: 0px;
  }
}

.container h2.section-heading {
  font-family: "Open Sans Bold", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.container h2.section-heading:after {
  border-bottom: 0px dashed rgba(0, 0, 0, 0.3);
}

.container .logo-store-page {
  width: 130px;
  margin: 0 auto 20px auto;
  height: 45px;
}

.container .logo-store-page img {
  display: block;
  margin: auto;
  width: 130px;
  height: auto;
}

.container .logo-store-page:before {
  display: inline-block;
  height: 1px;
  content: " ";
  text-shadow: none;
  background-color: #999;
  width: 140px;
  position: relative;
  top: 25px;
  left: -160px;
  /* iPhone 6 in portrait & landscape */
  /* iPhone 6 plus in portrait & landscape */
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container .logo-store-page:before {
    width: 80px;
    left: -100px;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .container .logo-store-page:before {
    width: 80px;
    left: -100px;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
  .container .logo-store-page:before {
    width: 80px;
    left: -100px;
  }
}

@media screen and (max-width: 480px) {
  .container .logo-store-page:before {
    width: 80px;
    left: -100px;
  }
}

.container .logo-store-page:after {
  display: inline-block;
  height: 1px;
  content: " ";
  text-shadow: none;
  background-color: #999;
  width: 140px;
  position: relative;
  top: -36px;
  left: 150px;
  /* iPhone 6 in portrait & landscape */
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container .logo-store-page:after {
    width: 80px;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .container .logo-store-page:after {
    width: 80px;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
  .container .logo-store-page:after {
    width: 80px;
  }
}

@media screen and (max-width: 480px) {
  .container .logo-store-page:after {
    width: 80px;
    left: 150px;
  }
}

.container #store-content {
  width: 100%;
  /* iPhone 6 in portrait & landscape */
  /* Desktops and laptops ----------- */
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container #store-content {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .container #store-content {
    width: 375px;
    margin: 0 auto;
    border: solid 0px #000;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
  .container #store-content {
    width: 356px;
    border: solid 0px #000;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .container #store-content {
    width: 100%;
  }
}

@media only screen and (min-width: 1224px) {
  .container #store-content {
    max-width: 960px;
    min-width: 769px;
  }
}

.container #store-content section.practice-detail-top {
  position: relative;
  overflow: hidden;
  padding: 28px 28px 0px 28px;
  /* iPhone 6 in portrait & landscape */
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container #store-content section.practice-detail-top {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .container #store-content section.practice-detail-top {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-top {
    padding: 0px;
  }
}

.container #store-content section.practice-detail-top .location-galery {
  width: 430px;
  overflow: hidden;
  height: 275px;
  margin: 0 auto;
  border: solid 2px #0082ca;
  /* iPhone 6 in portrait & landscape */
  /*Added CSS for ELP2-207 - 07/10/18 - Onesi*/
}

@media screen and (max-width: 800px) {
  .container #store-content section.practice-detail-top .location-galery {
    width: 430px;
    height: 275px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container #store-content section.practice-detail-top .location-galery {
    width: 345px;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .container #store-content section.practice-detail-top .location-galery {
    width: 375px;
    height: 275px;
  }
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-top .location-galery {
    width: 337px;
    height: 220px;
    border: 0;
  }
}

@media screen and (min-width: 959px) {
  .container #store-content section.practice-detail-top .location-galery {
    float: right;
    display: block;
    margin: 0px;
  }
}

.container #store-content section.practice-detail-top .location-galery .location-gallery-map {
  width: 430px;
  overflow: hidden;
  height: 275px;
  margin: 0 auto;
}

.container #store-content section.practice-detail-top .location-galery .swiper-container.location .location_img img {
  width: 427px;
  text-align: right;
  /* iPhone 6 in portrait & landscape */
}

@media screen and (max-width: 800px) {
  .container #store-content section.practice-detail-top .location-galery .swiper-container.location .location_img img {
    width: 100%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container #store-content section.practice-detail-top .location-galery .swiper-container.location .location_img img {
    width: 100%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .container #store-content section.practice-detail-top .location-galery .swiper-container.location .location_img img {
    width: 100%;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
  .container #store-content section.practice-detail-top .location-galery .swiper-container.location .location_img img {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-top .location-galery .swiper-container.location .location_img img {
    width: 100%;
    border: solid 2px #0082ca;
  }
}

.container #store-content section.practice-detail-top .location-galery .swiper-container.location .swiper-button-prev, .container #store-content section.practice-detail-top .location-galery .swiper-container.location .swiper-button-next {
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  top: 90%;
}

@media screen and (max-width: 800px) {
  .container #store-content section.practice-detail-top .location-galery .swiper-container.location .swiper-button-prev, .container #store-content section.practice-detail-top .location-galery .swiper-container.location .swiper-button-next {
    top: 85%;
  }
}

.container #store-content section.practice-detail-top .location-galery .swiper-container.location .swiper-button-prev {
  background-image: url(../images/managesafety/leftArrow_gallery2.png);
  left: 0px;
  margin-left: 82%;
  /* iPhone 6 in portrait & landscape */
}

@media screen and (max-width: 800px) {
  .container #store-content section.practice-detail-top .location-galery .swiper-container.location .swiper-button-prev {
    margin-left: 82%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container #store-content section.practice-detail-top .location-galery .swiper-container.location .swiper-button-prev {
    margin-left: 82%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .container #store-content section.practice-detail-top .location-galery .swiper-container.location .swiper-button-prev {
    margin-left: 80%;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
  .container #store-content section.practice-detail-top .location-galery .swiper-container.location .swiper-button-prev {
    margin-left: 76%;
  }
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-top .location-galery .swiper-container.location .swiper-button-prev {
    margin-left: 75%;
  }
}

.container #store-content section.practice-detail-top .location-galery .swiper-container.location .swiper-button-prev:hover {
  opacity: 0.8;
}

.container #store-content section.practice-detail-top .location-galery .swiper-container.location .swiper-button-next {
  background-image: url(../images/managesafety/rightArrow_gallery2.png);
  right: 20px;
  /* iPhone 6 in portrait & landscape */
}

@media screen and (max-width: 800px) {
  .container #store-content section.practice-detail-top .location-galery .swiper-container.location .swiper-button-next {
    right: 5%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container #store-content section.practice-detail-top .location-galery .swiper-container.location .swiper-button-next {
    right: 12%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .container #store-content section.practice-detail-top .location-galery .swiper-container.location .swiper-button-next {
    right: 3%;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
  .container #store-content section.practice-detail-top .location-galery .swiper-container.location .swiper-button-next {
    right: 8%;
  }
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-top .location-galery .swiper-container.location .swiper-button-next {
    right: 7%;
  }
}

.container #store-content section.practice-detail-top .location-galery .swiper-container.location .swiper-button-next:hover {
  opacity: 0.8;
}

.container #store-content section.practice-detail-top .address-info {
  width: 440px;
  margin: 0 auto 20px auto;
  /* iPhone 6 in portrait & landscape */
}

@media screen and (max-width: 800px) {
  .container #store-content section.practice-detail-top .address-info {
    width: 100%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container #store-content section.practice-detail-top .address-info {
    width: 375px;
    margin: 0 auto 20px auto;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .container #store-content section.practice-detail-top .address-info {
    width: 375px;
  }
}

@media screen and (max-width: 480px) and (min-width: 320px) {
  .container #store-content section.practice-detail-top .address-info {
    width: 100%;
    padding: 0 15px 0 15px;
    margin: 0 auto 15px auto;
  }
}

@media screen and (min-width: 959px) {
  .container #store-content section.practice-detail-top .address-info {
    margin: 0;
    float: left;
  }
}

@media screen and (max-width: 320px) {
  .container #store-content section.practice-detail-top .address-info {
    width: 100%;
    padding: 0 15px 0 15px;
    margin: 0 auto 15px auto;
  }
}

.container #store-content section.practice-detail-top .address-info p {
  width: 100%;
}

.container #store-content section.practice-detail-top .address-info p.practice_name {
  text-transform: uppercase;
  color: #0082ca;
  font-size: 20px;
  font-family: "Open Sans Bold", sans-serif;
}

@media screen and (max-width: 667px) {
  .container #store-content section.practice-detail-top .address-info p.practice_name {
    margin-bottom: 0px;
  }
}

.container #store-content section.practice-detail-top .address-info p.practice_address {
  text-transform: uppercase;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 12.5px;
  margin-bottom: 0px;
}

.container #store-content section.practice-detail-top .address-info p.get_direction {
  margin-top: 20px;
}

.container #store-content section.practice-detail-top .address-info p.get_direction a {
  color: #0082ca;
  text-transform: uppercase;
}

@media screen and (max-width: 667px) {
  .container #store-content section.practice-detail-top .address-info p.get_direction {
    margin-top: 5px;
  }
}

.container #store-content section.practice-detail-top .address-info ul {
  text-transform: uppercase;
  width: 100%;
  margin: 0px;
  padding: 2px 0 0 0;
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-top .address-info ul {
    margin-bottom: 0px;
    margin-top: 10px;
  }
}

.container #store-content section.practice-detail-top .address-info ul li {
  display: inline-block;
  border: solid 0px #000;
  background-repeat: no-repeat;
  height: 40px;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container #store-content section.practice-detail-top .address-info ul li {
    display: block;
    padding-top: 0px;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .container #store-content section.practice-detail-top .address-info ul li {
    display: block;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
  .container #store-content section.practice-detail-top .address-info ul li {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-top .address-info ul li {
    display: block;
  }
}

.container #store-content section.practice-detail-top .address-info ul li a {
  color: #0082ca;
}

.container #store-content section.practice-detail-top .address-info ul li.email {
  width: 35%;
  background-image: url(../images/managesafety/email.png);
  background-size: 25px auto;
  padding-left: 35px;
  margin-right: 15px;
  background-position-y: 6px;
}

@media screen and (max-width: 800px) {
  .container #store-content section.practice-detail-top .address-info ul li.email {
    width: 32%;
    display: inline-block;
    margin-right: 0px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container #store-content section.practice-detail-top .address-info ul li.email {
    display: block;
    width: 100%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .container #store-content section.practice-detail-top .address-info ul li.email {
    display: block;
    width: 100%;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
  .container #store-content section.practice-detail-top .address-info ul li.email {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-top .address-info ul li.email {
    display: block;
    width: 100%;
  }
}

.container #store-content section.practice-detail-top .address-info ul li.view_offers {
  width: 100%;
  background-image: url(../images/managesafety/viewoffers_normal.png);
  background-size: 23px auto;
  padding-left: 36px;
  margin-right: 15px;
  background-position-y: 2px;
}

@media screen and (max-width: 800px) {
  .container #store-content section.practice-detail-top .address-info ul li.view_offers {
    width: 100%;
    display: inline-block;
    margin-right: 0px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container #store-content section.practice-detail-top .address-info ul li.view_offers {
    display: block;
    width: 100%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .container #store-content section.practice-detail-top .address-info ul li.view_offers {
    display: block;
    width: 100%;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
  .container #store-content section.practice-detail-top .address-info ul li.view_offers {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-top .address-info ul li.view_offers {
    display: block;
    width: 100%;
  }
}

.container #store-content section.practice-detail-top .address-info ul li.website {
  width: 32%;
  background-image: url(../images/managesafety/website_normal.png);
  background-size: 24px auto;
  padding-left: 35px;
}

@media screen and (max-width: 800px) {
  .container #store-content section.practice-detail-top .address-info ul li.website {
    width: 32%;
    display: inline-block;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container #store-content section.practice-detail-top .address-info ul li.website {
    display: block;
    width: 100%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .container #store-content section.practice-detail-top .address-info ul li.website {
    display: block;
    width: 100%;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
  .container #store-content section.practice-detail-top .address-info ul li.website {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-top .address-info ul li.website {
    display: block;
    width: 100%;
  }
}

.container #store-content section.practice-detail-top .address-info ul.consumer_actions li {
  width: 40%;
  margin: 0 auto;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container #store-content section.practice-detail-top .address-info ul.consumer_actions li {
    width: 80%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .container #store-content section.practice-detail-top .address-info ul.consumer_actions li {
    width: 80%;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
  .container #store-content section.practice-detail-top .address-info ul.consumer_actions li {
    width: 66%;
  }
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-top .address-info ul.consumer_actions li {
    width: 70%;
    margin: 0 auto 5px auto;
  }
}

.container #store-content section.practice-detail-top .address-info ul.consumer_actions li a {
  height: 35px;
  border: 1px solid #0082ca;
  border-radius: 5px;
  padding: 6px 0 0 0;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container #store-content section.practice-detail-top .address-info ul.consumer_actions li a {
    width: 100%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .container #store-content section.practice-detail-top .address-info ul.consumer_actions li a {
    width: 100%;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
  .container #store-content section.practice-detail-top .address-info ul.consumer_actions li a {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-top .address-info ul.consumer_actions li a {
    width: 100%;
  }
}

.container #store-content section.practice-detail-top .address-info ul.consumer_actions li a:hover {
  cursor: pointer;
}

.container #store-content section.practice-detail-top .address-info ul.consumer_actions li a.call_now_btn {
  color: #fff;
  display: block;
  text-align: center;
  background-color: #0082ca;
  margin-right: 15px;
  font-family: "Open Sans Bold", sans-serif;
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-top .address-info ul.consumer_actions li a.call_now_btn {
    margin-top: -15px;
    margin-left: auto;
  }
}

.container #store-content section.practice-detail-top .address-info ul.consumer_actions li a.call_now_btn:hover {
  background-color: #00a3da;
  color: #fff;
}

.container #store-content section.practice-detail-top .address-info ul.consumer_actions li a.call_now_btn:hover a {
  color: #fff;
  font-family: "Open Sans Bold", sans-serif;
}

.container #store-content section.practice-detail-top .address-info ul.consumer_actions li a.call_now_btn a {
  color: #fff;
  font-family: "Open Sans Bold", sans-serif;
}

@media screen and (max-width: 800px) {
  .container #store-content section.practice-detail-top .address-info ul.consumer_actions li a.call_now_btn {
    margin-left: 120px;
  }
}

@media screen and (max-width: 760px) {
  .container #store-content section.practice-detail-top .address-info ul.consumer_actions li a.call_now_btn {
    margin-left: auto;
  }
}

.container #store-content section.practice-detail-top .address-info ul.consumer_actions li .phone_number {
  display: none;
}

.container #store-content section.practice-detail-top .address-info ul.consumer_actions li .phone_number a {
  color: #fff;
}

.container #store-content section.practice-detail-top .address-info ul.consumer_actions li a.appointment_btn {
  display: block;
  text-align: center;
  text-decoration: none;
  font-family: "Open Sans Bold", sans-serif;
  color: #00a3da;
}

.container #store-content section.practice-detail-top .address-info ul.consumer_actions li a.appointment_btn:hover {
  color: #fff;
  background-color: #00a3da;
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-top .address-info-with-badge {
    margin-top: 30px;
  }
}

.container #store-content section.practice-detail-top .service_info {
  padding: 35px 0 35px 0;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container #store-content section.practice-detail-top .service_info {
    padding: 0px 0 0px 0;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .container #store-content section.practice-detail-top .service_info {
    padding: 0px 0 0px 0;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
  .container #store-content section.practice-detail-top .service_info {
    padding: 0px 0 0px 0;
  }
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-top .service_info {
    padding: 0px 15px;
    margin-top: 15px;
  }
}

@media screen and (min-width: 959px) {
  .container #store-content section.practice-detail-top .service_info {
    height: 270px;
  }
}

.container #store-content section.practice-detail-top .service_info .hours {
  width: 100%;
  min-width: 300px;
  max-width: 450px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .container #store-content section.practice-detail-top .service_info .hours {
    width: 50%;
    margin: 0;
    float: left;
  }
}

@media screen and (min-width: 959px) {
  .container #store-content section.practice-detail-top .service_info .hours {
    width: 50%;
    margin: 0;
    float: left;
  }
}

.container #store-content section.practice-detail-top .service_info .hours p.subhead {
  text-transform: uppercase;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 20px;
}

.container #store-content section.practice-detail-top .service_info .hours table {
  margin-top: -4px;
}

.container #store-content section.practice-detail-top .service_info .hours td {
  text-transform: uppercase;
  padding: 5px 0 5px 0;
}

@media screen and (max-width: 667px) {
  .container #store-content section.practice-detail-top .service_info .hours td {
    padding: 2px 0 2px 0;
  }
}

.container #store-content section.practice-detail-top .service_info .hours .day {
  padding-right: 30px;
  font-size: 14px;
  font-weight: bold;
  font-size: 12.5px;
}

.container #store-content section.practice-detail-top .service_info .services {
  padding-left: 0px;
  width: 100%;
  min-width: 300px;
  max-width: 450px;
  margin: 20px auto 0 auto;
  padding-right: 15px;
}

@media screen and (max-width: 800px) {
  .container #store-content section.practice-detail-top .service_info .services {
    width: 50%;
    margin: 0;
    float: right;
  }
}

@media screen and (min-width: 959px) {
  .container #store-content section.practice-detail-top .service_info .services {
    width: 50%;
    margin: 0;
    float: right;
    padding-left: 20px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container #store-content section.practice-detail-top .service_info .services {
    display: block;
    width: 100%;
    margin: 0px;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .container #store-content section.practice-detail-top .service_info .services {
    display: block;
    width: 100%;
    margin: 0px;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
  .container #store-content section.practice-detail-top .service_info .services {
    display: block;
    width: 100%;
    margin: 0px;
  }
}

@media screen and (max-width: 699px) {
  .container #store-content section.practice-detail-top .service_info .services {
    display: block;
    width: 100%;
    margin: 8px 0px 0px 0px;
    float: left;
  }
}

.container #store-content section.practice-detail-top .service_info .services ul {
  display: block;
  max-height: 182px;
  padding-left: 20px;
  padding-right: 10px;
  overflow-y: auto;
}

.container #store-content section.practice-detail-top .service_info .services ul .mCSB_container {
  padding-left: 20px;
}

@media screen and (max-width: 677px) {
  .container #store-content section.practice-detail-top .service_info .services ul {
    overflow-y: auto;
    max-height: 182px;
  }
}

.container #store-content section.practice-detail-top .service_info .services ul li {
  padding: 3px 0 3px 5px;
  font-size: 14px;
}

.container #store-content section.practice-detail-top .service_info .services p.subhead {
  text-transform: uppercase;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 20px;
}

.container #store-content section.practice-detail-bottom {
  position: relative;
  overflow: hidden;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container #store-content section.practice-detail-bottom {
    width: 100%;
    padding: 0px;
    margin: 0;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .container #store-content section.practice-detail-bottom {
    width: 100%;
    padding: 0px;
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-bottom {
    width: 100%;
    padding: 0px;
    margin: 0;
  }
}

.container #store-content section.practice-detail-bottom .doctor-galery {
  display: block;
  padding-bottom: 20px;
  padding-top: 30px;
}

@media screen and (max-width: 736px) {
  .container #store-content section.practice-detail-bottom .doctor-galery {
    padding-top: 0px;
    margin-top: -10px;
  }
}

.container #store-content section.practice-detail-bottom .doctor-details-info {
  display: block;
  width: 100%;
  background-color: #EFEFEF;
  margin: 0 auto;
  padding: 15px 0 15px 0;
  /* Desktops and laptops ----------- */
}

@media only screen and (min-width: 1224px) {
  .container #store-content section.practice-detail-bottom .doctor-details-info {
    max-width: 960px;
    min-width: 769px;
  }
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-bottom .doctor-details-info {
    padding: 15px 15px 20px 15px;
  }
}

.container #store-content section.practice-detail-bottom .doctor-details-info ul {
  width: 100%;
  /* Desktops and laptops ----------- */
}

@media only screen and (min-width: 1224px) {
  .container #store-content section.practice-detail-bottom .doctor-details-info ul {
    max-width: 960px;
    min-width: 769px;
    padding: 0 30px 20px 30px;
  }
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-bottom .doctor-details-info ul {
    padding: 0px;
  }
}

.container #store-content section.practice-detail-bottom .doctor-details-info ul li {
  display: inline-block;
  width: 100%;
  background-color: #EFEFEF;
  padding: 20px;
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-bottom .doctor-details-info ul li {
    padding: 0px;
  }
}

.container #store-content section.practice-detail-bottom .doctor-details-info ul li.dr_detail_item {
  display: none;
}

.container #store-content section.practice-detail-bottom .doctor-details-info ul li.dr_detail_item.active {
  display: block;
}

.container #store-content section.practice-detail-bottom .doctor-details-info ul li.dr_detail_item.active p {
  width: 100%;
  margin: 0;
}

.container #store-content section.practice-detail-bottom .doctor-details-info ul li.dr_detail_item.active p.dr_name {
  text-align: center;
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}

.container #store-content section.practice-detail-bottom .doctor-details-info ul li.dr_detail_item.active p.dr_title {
  margin: 0;
  text-align: center;
  font-size: 10px;
}

.container #store-content section.practice-detail-bottom .doctor-details-info ul li.dr_detail_item.active p.dr_detail_subhead {
  text-transform: uppercase;
  font-family: "Open Sans Bold", sans-serif;
  margin: 20px 0 0 0;
  font-size: 14px;
}

.container #store-content section.practice-detail-bottom .frames-offered {
  display: block;
  padding: 10px 15px 30px 15px;
}

@media screen and (max-width: 667px) {
  .container #store-content section.practice-detail-bottom .frames-offered {
    padding: 0px 15px 0px 15px;
  }
}

.container #store-content section.practice-detail-bottom .frames-offered p.subhead {
  text-transform: uppercase;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-bottom .frames-offered p.subhead {
    font-size: 18px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container #store-content section.practice-detail-bottom .frames-offered ul {
    padding-left: 25px;
    margin-bottom: 5px;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .container #store-content section.practice-detail-bottom .frames-offered ul {
    padding-left: 25px;
  }
}

.container #store-content section.practice-detail-bottom .frames-offered ul li {
  padding: 3px 0 3px 5px;
  list-style-type: disc;
  text-transform: capitalize;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container #store-content section.practice-detail-bottom .frames-offered ul li {
    width: 100%;
    padding: 0px 0 5px 5px;
    margin: 0 auto;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .container #store-content section.practice-detail-bottom .frames-offered ul li {
    width: 100%;
    padding: 0px 0 5px 5px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-bottom .frames-offered ul li {
    width: 100%;
  }
}

@media screen and (min-width: 800px), (min-width: 700px) {
  .container #store-content section.practice-detail-bottom .frames-offered ul li {
    width: 45%;
    float: left;
  }
}

@media screen and (min-width: 960px) {
  .container #store-content section.practice-detail-bottom .frames-offered ul li {
    width: 33%;
    float: left;
  }
}

.container #store-content section.practice-detail-bottom .insurance-plans {
  display: block;
  padding: 10px 15px 30px 15px;
}

@media screen and (max-width: 667px) {
  .container #store-content section.practice-detail-bottom .insurance-plans {
    padding: 0px 15px 0px 15px;
  }
}

.container #store-content section.practice-detail-bottom .insurance-plans p.subhead {
  text-transform: uppercase;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-bottom .insurance-plans p.subhead {
    font-size: 18px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container #store-content section.practice-detail-bottom .insurance-plans ul {
    padding-left: 25px;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .container #store-content section.practice-detail-bottom .insurance-plans ul {
    padding-left: 25px;
  }
}

.container #store-content section.practice-detail-bottom .insurance-plans ul li {
  padding: 3px 0 3px 5px;
  list-style-type: disc;
  text-transform: capitalize;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container #store-content section.practice-detail-bottom .insurance-plans ul li {
    width: 100%;
    padding: 0px 0 5px 5px;
    margin: 0 auto;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .container #store-content section.practice-detail-bottom .insurance-plans ul li {
    width: 100%;
    padding: 0px 0 5px 5px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-bottom .insurance-plans ul li {
    width: 100%;
  }
}

@media screen and (min-width: 800px), (min-width: 700px) {
  .container #store-content section.practice-detail-bottom .insurance-plans ul li {
    width: 45%;
    float: left;
  }
}

@media screen and (min-width: 960px) {
  .container #store-content section.practice-detail-bottom .insurance-plans ul li {
    width: 33%;
    float: left;
  }
}

.container #store-content section.practice-detail-bottom .swiper-container.main {
  display: block;
  width: 100%;
  max-width: 960px;
  min-width: 280px;
  padding: 0 30px;
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-bottom .swiper-container.main {
    margin-left: 0px;
  }
}

.container #store-content section.practice-detail-bottom .swiper-container.main .swiper-wrapper .swiper-slide {
  text-align: center;
}

.container #store-content section.practice-detail-bottom .swiper-container.main .swiper-wrapper .swiper-slide img {
  width: 88%;
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container #store-content section.practice-detail-bottom .swiper-container.main .swiper-wrapper .swiper-slide img {
    width: 80%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .container #store-content section.practice-detail-bottom .swiper-container.main .swiper-wrapper .swiper-slide img {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-bottom .swiper-container.main .swiper-wrapper .swiper-slide img {
    width: 250px;
  }
}

.container #store-content section.practice-detail-bottom .swiper-container.main .swiper-wrapper .swiper-slide img.active {
  border: solid 2px #0082ca;
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}

.container #store-content section.practice-detail-bottom .swiper-container.main .swiper-wrapper .swiper-slide img:hover {
  cursor: pointer;
}

.container #store-content section.practice-detail-bottom .swiper-container.main .swiper-wrapper .swiper-slide .dr_name {
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
  margin: 10px 0 0px 0;
  font-size: 16px;
  cursor: pointer;
}

.container #store-content section.practice-detail-bottom .swiper-container.main .swiper-wrapper .swiper-slide .dr_pos {
  text-transform: uppercase;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 10px;
  margin: 0px 0 0px 0;
}

.container #store-content section.practice-detail-bottom .swiper-container.main .swiper-button-prev, .container #store-content section.practice-detail-bottom .swiper-container.main .swiper-button-next {
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  top: 50%;
}

.container #store-content section.practice-detail-bottom .swiper-container.main .swiper-button-prev {
  background-image: url(../images/managesafety/leftArrow_provider.png);
  left: 0px;
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-bottom .swiper-container.main .swiper-button-prev {
    left: 10px;
  }
}

.container #store-content section.practice-detail-bottom .swiper-container.main .swiper-button-next {
  background-image: url(../images/managesafety/rightArrow_provider.png);
  right: 0px;
}

@media screen and (max-width: 480px) {
  .container #store-content section.practice-detail-bottom .swiper-container.main .swiper-button-next {
    right: 10px;
  }
}

.container #store-content section.practice-detail-bottom .swiper-container.main .swiper-button-prev:hover, .container #store-content section.practice-detail-bottom .swiper-container.main .swiper-button-next:hover {
  opacity: .35;
}

.container #store-content .clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 0px;
}

#booking_pop {
  width: 468px;
  height: 600px;
  display: none;
  z-index: 999;
  position: absolute;
  top: 150px;
  left: 0px;
  border: 1px solid #0082ca;
  border-radius: 5px;
  background-color: #fff;
  padding: 50px;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  #booking_pop {
    width: 350px;
    margin: 0 auto;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  #booking_pop {
    width: 350px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  #booking_pop {
    width: 320px;
    margin: 0 auto;
    padding: 20px 10px 20px 10px;
  }
}

#booking_pop h2 {
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 20px;
}

#booking_pop p.note {
  margin: 35px 0 10px 0;
}

#booking_pop .booking_material {
  margin: 0 0 15px 0;
}

#booking_pop .booking_material input {
  font-size: 16px;
}

#booking_pop .booking_material select {
  text-transform: uppercase;
}

#booking_pop .booking_material select option {
  margin-left: 15px;
}

#booking_pop .booking_material label {
  padding: 0;
}

#booking_pop .button {
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: #0082ca;
  width: 190px;
  height: 34px;
  border: 1px solid #0082ca;
  border-radius: 5px;
  font-family: "Open Sans Bold", sans-serif;
}

#booking_pop .button:hover {
  background-color: #0082ca;
}

#booking_pop form label {
  text-transform: uppercase;
  font-size: 12px;
}

#booking_pop form #datetimepicker11 {
  width: 165px;
  float: left;
}

@media screen and (max-width: 480px) {
  #booking_pop form #datetimepicker11 {
    width: 100%;
    float: none;
  }
}

#booking_pop form #datetimepicker3 {
  width: 165px;
  float: right;
}

@media screen and (max-width: 480px) {
  #booking_pop form #datetimepicker3 {
    width: 100%;
    float: none;
  }
}

#booking_pop .close_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 21px;
  height: 20px;
  background-image: url(../images/managesafety/xClose.png);
  background-size: 21px 20px;
  cursor: pointer;
}

#overlay {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 990;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 45px;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 0px;
}

/*Added CSS for Blue Light Promotion*/
.practice-bluelight-badge {
  width: 85px;
  height: 36px;
  display: block;
  background-image: url(../images/managesafety/blue-light-expert_blue@2x.png);
  background-size: 70px auto;
  background-repeat: no-repeat;
  float: right;
  margin-top: -40px;
}

@media screen and (max-width: 800px) {
  .practice-bluelight-badge {
    float: left;
    margin-top: -68px;
  }
}

@media screen and (max-width: 667px) {
  .practice-bluelight-badge {
    margin-top: -58px;
  }
}

@media screen and (max-width: 347px) {
  .practice-bluelight-badge {
    margin-top: -90px;
  }
}

/* width */
ul::-webkit-scrollbar {
  width: 10px;
}

/* Track */
ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
}

/* Handle */
ul::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 8px;
}

/* Handle on hover */
ul::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 8px;
}

/*** PRACTICE PROFILE PAGE ***/
@media screen and (max-width: 959px) {
  .profile_header_banner {
    width: 100%;
  }
}

.profile_header_banner .main-image {
  overflow: hidden;
  max-height: 200px;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@media screen and (max-width: 799px) {
  .profile_header_banner .main-image {
    max-height: 0px;
  }
}

.profile_header_banner .main-image .desktop-image {
  width: 100%;
  display: block;
}

@media screen and (max-width: 959px) {
  .profile_header_banner .main-image .desktop-image {
    display: none;
  }
}

.profile_header_banner .main-image .mobile-image {
  display: none;
}

@media screen and (max-width: 959px) {
  .profile_header_banner .main-image .mobile-image {
    display: block;
  }
}

@media screen and (max-width: 799px) {
  .profile_header_banner .main-image .mobile-image {
    display: none;
  }
}

.profile_header_banner .main-image .header_title {
  width: 600px;
  top: 45%;
  position: absolute;
  left: calc(50% - 300px);
  text-align: center;
}

.profile_header_banner .main-image .header_title .page-heading {
  width: 100%;
  margin: 0 auto;
}

.profile_header_banner .sub_nav {
  height: 46px;
  width: 100%;
  padding-top: 16px;
  background-color: #dbdada;
}

@media screen and (max-width: 959px) {
  .profile_header_banner .sub_nav {
    width: 100%;
  }
}

@media screen and (max-width: 799px) {
  .profile_header_banner .sub_nav {
    background-color: #939393;
    height: 74px;
    padding-top: 25px;
  }
}

.profile_header_banner .sub_nav ul.desktop {
  width: 960px;
  margin: 0 auto;
  list-style-type: none;
  display: block;
}

@media screen and (max-width: 959px) {
  .profile_header_banner .sub_nav ul.desktop {
    width: 100%;
  }
}

@media screen and (max-width: 799px) {
  .profile_header_banner .sub_nav ul.desktop {
    display: none;
  }
}

.profile_header_banner .sub_nav ul.desktop li {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #17212f;
}

.profile_header_banner .sub_nav ul.desktop li:hover {
  color: #0088ce;
}

.profile_header_banner .sub_nav ul.desktop li.left {
  width: 50%;
  float: left;
}

.profile_header_banner .sub_nav ul.desktop li.left ul {
  width: 100%;
}

.profile_header_banner .sub_nav ul.desktop li.left ul li {
  width: 49%;
}

.profile_header_banner .sub_nav ul.desktop li.left ul li a.active {
  color: #17212f;
}

.profile_header_banner .sub_nav ul.desktop li.left ul li a.active:after {
  content: "";
  border-bottom-color: #fff;
  border-width: 0px 15px 15px 15px;
  top: -10px;
  display: block;
  width: 30px;
  height: 30px;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
}

.profile_header_banner .sub_nav ul.desktop li.right {
  width: 40%;
  float: right;
}

.profile_header_banner .sub_nav ul.desktop li.right ul {
  width: 100%;
}

.profile_header_banner .sub_nav ul.desktop li.right ul li {
  width: 49%;
}

.profile_header_banner .sub_nav ul.desktop li.right ul li a.active {
  color: #000;
}

.profile_header_banner .sub_nav ul.mobile {
  display: none;
  list-style-type: none;
}

@media screen and (max-width: 799px) {
  .profile_header_banner .sub_nav ul.mobile {
    display: block;
  }
}

.profile_header_banner .sub_nav ul.mobile li {
  text-transform: uppercase;
}

.profile_header_banner .sub_nav ul.mobile li a {
  color: #fff;
  font-weight: bold;
}

.profile_header_banner .sub_nav .arrow-down {
  position: absolute;
  right: 10px;
  fill: #fff;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 799px) {
  .profile_header_banner .sub_nav .arrow-down {
    display: block;
  }
}

.profile_content {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .profile_content {
    width: 100%;
  }
}

@media screen and (max-width: 799px) {
  .profile_content {
    width: 100%;
    background-image: url(/images/SP_Admin_BackgroundImage.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 40px 0 125px 0;
  }
}

@media screen and (max-width: 414px) {
  .profile_content {
    padding-bottom: 115px;
  }
}

@media screen and (max-width: 375px) {
  .profile_content {
    padding-bottom: 85px;
  }
}

.profile_content .progress_box {
  width: 600px;
  height: 150px;
  margin: 30px auto 0 auto;
  background-color: #dbdada;
  border-radius: 5px;
  border: 1px solid #dbdada;
}

@media screen and (max-width: 667px) {
  .profile_content .progress_box {
    width: 90%;
    height: 184px;
    border-radius: 5px;
    border: 1px solid #dbdada;
  }
}

.profile_content .progress_box .progress_content {
  width: 520px;
  margin: 0 auto;
  position: relative;
  top: 10px;
}

@media screen and (max-width: 667px) {
  .profile_content .progress_box .progress_content {
    width: 90%;
  }
}

.profile_content .progress_box .progress_content h1 {
  text-transform: uppercase;
}

@media screen and (max-width: 667px) {
  .profile_content .progress_box .progress_content h1 {
    width: 90%;
    text-align: left;
    margin: 20px auto 20px auto;
    font-size: 24px;
    font-weight: bold;
  }
}

.profile_content .progress_box .progress_content .progress-bar {
  background-color: #fff;
  height: 24px;
  padding: 5px;
  width: 100%;
  -webkit-box-shadow: 0 1px 5px #fff inset, 0 1px 0 #fff;
          box-shadow: 0 1px 5px #fff inset, 0 1px 0 #fff;
  position: relative;
  top: 10px;
}

.profile_content .progress_box .progress_content .progress-bar span {
  display: inline-block;
  height: 16px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: width .4s ease-in-out;
  transition: width .4s ease-in-out;
  background-color: #0082ca;
}

.profile_content .progress_box .progress_content .progress-bar span .percent_count {
  height: 100%;
  width: 100%;
  min-width: 50px;
  margin: 0px 3px 0 0px;
  float: right;
  color: #fff;
  font-size: 11px;
  text-align: right;
}

@media screen and (max-width: 320px) {
  .profile_content .progress_box .progress_content .progress-bar span .percent_count {
    font-size: 10px;
  }
}

.profile_content .progress_box .progress_content .progress-bar .complete {
  float: right;
  text-transform: uppercase;
  color: #dbdada;
  font-size: 11px;
}

.mobile_secondary_nav {
  display: none;
}

@media screen and (max-width: 799px) {
  .mobile_secondary_nav {
    display: block;
  }
  .mobile_secondary_nav ul {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 799px) and (max-width: 768px) {
  .mobile_secondary_nav ul {
    margin-top: 0px;
  }
}

@media screen and (max-width: 799px) and (max-width: 667px) {
  .mobile_secondary_nav ul {
    margin-top: 0px;
  }
}

@media screen and (max-width: 799px) {
  .mobile_secondary_nav ul li {
    width: 100%;
    height: 64px;
    display: block;
    text-transform: uppercase;
    padding-top: 20px;
    background-color: #dbdada;
    padding-left: 30px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
  }
  .mobile_secondary_nav ul li a {
    color: #000;
  }
  .mobile_secondary_nav ul li a.active {
    font-weight: bold;
  }
  .mobile_secondary_nav ul li .icon {
    margin: 0px 20px 0px 0px;
    float: right;
  }
  .mobile_secondary_nav ul li .icon.arrow-up {
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
  }
}

.container .content-divider__header {
  padding: 20px 0 0px 0;
}

.container .content-divider__header .section-heading {
  margin-bottom: 2px;
}

.container .content-divider__header .no-gutters div .gallery_elements .add_photo_wrapper {
  width: 159px;
  float: left;
  margin-left: 20px;
  /*******
					@media screen  and (max-width : 916px) {
						float:none;
						display:block;
						clear:both;
						margin:0 auto;
						width:24%;
						height: 25vw;
						text-align: center;
					}****/
}

@media screen and (max-width: 934px) {
  .container .content-divider__header .no-gutters div .gallery_elements .add_photo_wrapper {
    float: none;
    display: block;
    clear: both;
    margin: 0 auto;
    width: 24%;
    height: 25vw;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .container .content-divider__header .no-gutters div .gallery_elements .add_photo_wrapper {
    display: block;
    margin: 0 auto 40px auto;
    width: 160px;
    height: 200px;
    float: none;
  }
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .gallery_elements .add_photo_wrapper {
    display: block;
    margin: 0 auto 60px auto;
    width: 76%;
    height: 45vw;
    float: none;
  }
}

.container .content-divider__header .no-gutters div .gallery_elements .add_photo_wrapper .add_photo {
  width: 159px;
  height: 159px;
  display: inline-block;
  border: solid 1px #0082ca;
}

@media screen and (max-width: 900px) {
  .container .content-divider__header .no-gutters div .gallery_elements .add_photo_wrapper .add_photo {
    max-height: 200px;
  }
}

@media screen and (max-width: 677px) {
  .container .content-divider__header .no-gutters div .gallery_elements .add_photo_wrapper .add_photo {
    width: 100%;
    max-height: 300px;
    height: 24vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .gallery_elements .add_photo_wrapper .add_photo {
    height: 40vw;
  }
}

.container .content-divider__header .no-gutters div .gallery_elements .add_photo_wrapper .add_photo img {
  width: 34px;
  height: 34px;
  margin: 33px auto 10px auto;
  display: block;
}

.container .content-divider__header .no-gutters div .gallery_elements .add_photo_wrapper .add_photo p {
  text-align: center;
  text-transform: uppercase;
}

.container .content-divider__header .no-gutters div .gallery_elements .add_photo_wrapper .upload_btn {
  width: 159px;
  height: 30px;
  background-color: #0082ca;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #0082ca;
  border-radius: 5px;
  margin-top: 20px;
  padding-top: 4px;
}

.container .content-divider__header .no-gutters div .gallery_elements .add_photo_wrapper .upload_btn:hover {
  background-color: #00a3da;
}

.container .content-divider__header .no-gutters div .gallery_elements .add_photo_wrapper .upload_btn input[type="file"] {
  display: none;
}

.container .content-divider__header .no-gutters div .gallery_elements .add_photo_wrapper .upload_btn .custom-file-upload {
  width: 159px;
  height: 30px;
  cursor: pointer;
  display: block;
}

.container .content-divider__header .no-gutters div .gallery_elements .add_photo_wrapper .upload_btn label {
  padding: 0;
}

@media screen and (max-width: 677px) {
  .container .content-divider__header .no-gutters div .gallery_elements .add_photo_wrapper .upload_btn {
    margin: 15px auto 0 auto;
  }
}

@media screen and (max-width: 934px) {
  .container .content-divider__header .no-gutters div .gallery_elements .add_photo_wrapper .upload_btn {
    margin: 20px auto 0 auto;
  }
}

.container .content-divider__header .no-gutters div .gallery_elements .loaded_imgs {
  width: 738px;
  height: 159px;
  float: right;
}

@media screen and (max-width: 934px) {
  .container .content-divider__header .no-gutters div .gallery_elements .loaded_imgs {
    width: 75%;
    display: block;
    margin: 0 auto;
    float: none;
  }
}

@media screen and (max-width: 850px) {
  .container .content-divider__header .no-gutters div .gallery_elements .loaded_imgs {
    float: none;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .container .content-divider__header .no-gutters div .gallery_elements .loaded_imgs {
    width: 80%;
    margin: 0 auto;
    float: none;
  }
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .gallery_elements .loaded_imgs {
    display: block;
    margin: 0 auto;
    float: none;
    height: auto;
  }
}

.container .content-divider__header .no-gutters div .gallery_elements .loaded_imgs ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: #f0f0f0;
}

.container .content-divider__header .no-gutters div .gallery_elements .loaded_imgs ul li {
  padding: 0;
  margin: 0 0 0 -5px;
  width: 33.333%;
  display: inline-block;
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .gallery_elements .loaded_imgs ul li {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}

.container .content-divider__header .no-gutters div .gallery_elements .loaded_imgs ul li img.photo {
  width: 100%;
}

.container .content-divider__header .no-gutters div .gallery_elements .loaded_imgs ul li img.adding_img_icon {
  width: 38px;
  height: 38px;
  margin: 0 auto 0 114px;
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .gallery_elements .loaded_imgs ul li img.adding_img_icon {
    margin: 30% auto 0 calc( 50% - 19px);
  }
}

.container .content-divider__header .no-gutters div .gallery_elements .loaded_imgs ul li.none_img {
  cursor: pointer;
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .gallery_elements .loaded_imgs ul li.none_img {
    height: 240px;
  }
}

.container .content-divider__header .no-gutters div .login_elements .profile_material {
  width: 300px;
  margin: 0 auto;
}

.container .content-divider__header .no-gutters div .login_elements .profile_material label {
  height: 10px;
  padding: 10px 0 10px 0;
  cursor: none;
  text-transform: uppercase;
}

.container .content-divider__header .no-gutters div .login_elements .profile_material button {
  width: 153px;
  height: 30px;
  text-transform: uppercase;
  border: 1px solid #0082ca;
  border-radius: 5px;
  margin: 20px auto 0 auto;
}

.container .content-divider__header .no-gutters div .login_elements .profile_material button[type="submit"] {
  background-color: #0082ca;
  color: #fff;
}

.container .content-divider__header .no-gutters div .login_elements .profile_material button[type="submit"]:hover {
  background-color: #00a3da;
}

.container .content-divider__header .no-gutters div .login_elements .profile_material input {
  border: 1px solid #0082ca;
}

.container .content-divider__header .no-gutters div .login_elements .profile_material .login_btn {
  text-align: center;
}

.container .content-divider__header .no-gutters div .individual_profile_elements, .container .content-divider__header .no-gutters div .singular_profile {
  clear: both;
  padding-bottom: 30px;
}

.container .content-divider__header .no-gutters div .individual_profile_elements .desktop_display, .container .content-divider__header .no-gutters div .singular_profile .desktop_display {
  display: block;
}

@media screen and (max-width: 799px) {
  .container .content-divider__header .no-gutters div .individual_profile_elements .desktop_display, .container .content-divider__header .no-gutters div .singular_profile .desktop_display {
    display: none;
  }
}

.container .content-divider__header .no-gutters div .individual_profile_elements .edit_photo_wrapper, .container .content-divider__header .no-gutters div .singular_profile .edit_photo_wrapper {
  width: 159px;
  float: left;
}

@media screen and (max-width: 900px) {
  .container .content-divider__header .no-gutters div .individual_profile_elements .edit_photo_wrapper, .container .content-divider__header .no-gutters div .singular_profile .edit_photo_wrapper {
    width: 18%;
    height: 16vw;
    margin-left: 15px;
  }
}

@media screen and (max-width: 799px) {
  .container .content-divider__header .no-gutters div .individual_profile_elements .edit_photo_wrapper, .container .content-divider__header .no-gutters div .singular_profile .edit_photo_wrapper {
    display: block;
    margin: 0 auto 60px auto;
    width: 74%;
    height: 45vw;
    float: none;
  }
}

.container .content-divider__header .no-gutters div .individual_profile_elements .edit_photo_wrapper .existing_profile_photo, .container .content-divider__header .no-gutters div .singular_profile .edit_photo_wrapper .existing_profile_photo {
  width: 159px;
  height: 159px;
  display: inline-block;
}

@media screen and (max-width: 900px) {
  .container .content-divider__header .no-gutters div .individual_profile_elements .edit_photo_wrapper .existing_profile_photo, .container .content-divider__header .no-gutters div .singular_profile .edit_photo_wrapper .existing_profile_photo {
    width: 24%;
    height: 16vw;
  }
}

@media screen and (max-width: 799px) {
  .container .content-divider__header .no-gutters div .individual_profile_elements .edit_photo_wrapper .existing_profile_photo, .container .content-divider__header .no-gutters div .singular_profile .edit_photo_wrapper .existing_profile_photo {
    display: block;
    margin: 0 auto 60px auto;
    width: 70%;
    height: 45vw;
    float: none;
  }
}

.container .content-divider__header .no-gutters div .individual_profile_elements .edit_photo_wrapper .existing_profile_photo img, .container .content-divider__header .no-gutters div .singular_profile .edit_photo_wrapper .existing_profile_photo img {
  width: 157px;
  height: 157px;
  margin: 0;
  display: block;
  border: solid 1px #0082ca;
}

@media screen and (max-width: 799px) {
  .container .content-divider__header .no-gutters div .individual_profile_elements .edit_photo_wrapper .existing_profile_photo img, .container .content-divider__header .no-gutters div .singular_profile .edit_photo_wrapper .existing_profile_photo img {
    width: 100%;
    height: 100%;
  }
}

.container .content-divider__header .no-gutters div .individual_profile_elements .edit_photo_wrapper .add_photo, .container .content-divider__header .no-gutters div .singular_profile .edit_photo_wrapper .add_photo {
  width: 159px;
  height: 159px;
  display: inline-block;
  border: solid 1px #0082ca;
}

@media screen and (max-width: 900px) {
  .container .content-divider__header .no-gutters div .individual_profile_elements .edit_photo_wrapper .add_photo, .container .content-divider__header .no-gutters div .singular_profile .edit_photo_wrapper .add_photo {
    width: 159px;
    height: 159px;
  }
}

@media screen and (max-width: 799px) {
  .container .content-divider__header .no-gutters div .individual_profile_elements .edit_photo_wrapper .add_photo, .container .content-divider__header .no-gutters div .singular_profile .edit_photo_wrapper .add_photo {
    display: block;
    margin: 0 auto 60px auto;
    width: 70%;
    height: 45vw;
    float: none;
  }
}

.container .content-divider__header .no-gutters div .individual_profile_elements .edit_photo_wrapper .add_photo img, .container .content-divider__header .no-gutters div .singular_profile .edit_photo_wrapper .add_photo img {
  width: 34px;
  height: 34px;
  margin: 33px auto 10px auto;
  display: block;
}

.container .content-divider__header .no-gutters div .individual_profile_elements .edit_photo_wrapper .add_photo p, .container .content-divider__header .no-gutters div .singular_profile .edit_photo_wrapper .add_photo p {
  text-align: center;
  text-transform: uppercase;
}

.container .content-divider__header .no-gutters div .individual_profile_elements .edit_photo_wrapper .upload_btn, .container .content-divider__header .no-gutters div .singular_profile .edit_photo_wrapper .upload_btn {
  width: 159px;
  height: 30px;
  background-color: #0082ca;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #0082ca;
  border-radius: 5px;
  margin-top: 20px;
  padding-top: 4px;
}

@media screen and (max-width: 799px) {
  .container .content-divider__header .no-gutters div .individual_profile_elements .edit_photo_wrapper .upload_btn, .container .content-divider__header .no-gutters div .singular_profile .edit_photo_wrapper .upload_btn {
    margin: -40px auto 0 auto;
  }
}

.container .content-divider__header .no-gutters div .individual_profile_elements .edit_photo_wrapper .upload_btn:hover, .container .content-divider__header .no-gutters div .singular_profile .edit_photo_wrapper .upload_btn:hover {
  background-color: #00a3da;
}

.container .content-divider__header .no-gutters div .individual_profile_elements .edit_photo_wrapper .upload_btn input[type="file"], .container .content-divider__header .no-gutters div .singular_profile .edit_photo_wrapper .upload_btn input[type="file"] {
  display: none;
}

.container .content-divider__header .no-gutters div .individual_profile_elements .edit_photo_wrapper .upload_btn .custom-file-upload, .container .content-divider__header .no-gutters div .singular_profile .edit_photo_wrapper .upload_btn .custom-file-upload {
  width: 159px;
  height: 30px;
  cursor: pointer;
  display: block;
}

.container .content-divider__header .no-gutters div .individual_profile_elements .edit_photo_wrapper .upload_btn label, .container .content-divider__header .no-gutters div .singular_profile .edit_photo_wrapper .upload_btn label {
  padding: 0;
}

.container .content-divider__header .no-gutters div .individual_profile_elements .profile_inputs, .container .content-divider__header .no-gutters div .singular_profile .profile_inputs {
  width: 738px;
  float: right;
  margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
  .container .content-divider__header .no-gutters div .individual_profile_elements .profile_inputs, .container .content-divider__header .no-gutters div .singular_profile .profile_inputs {
    width: 75%;
  }
}

@media screen and (max-width: 799px) {
  .container .content-divider__header .no-gutters div .individual_profile_elements .profile_inputs, .container .content-divider__header .no-gutters div .singular_profile .profile_inputs {
    width: 96%;
    margin: 0 auto;
  }
}

.container .content-divider__header .no-gutters div .individual_profile_elements .profile_inputs .mobile_display, .container .content-divider__header .no-gutters div .singular_profile .profile_inputs .mobile_display {
  display: none;
}

@media screen and (max-width: 799px) {
  .container .content-divider__header .no-gutters div .individual_profile_elements .profile_inputs .mobile_display, .container .content-divider__header .no-gutters div .singular_profile .profile_inputs .mobile_display {
    display: block;
  }
}

.container .content-divider__header .no-gutters div .individual_profile_elements .profile_inputs .profile_material, .container .content-divider__header .no-gutters div .singular_profile .profile_inputs .profile_material {
  width: 700px;
}

@media screen and (max-width: 900px) {
  .container .content-divider__header .no-gutters div .individual_profile_elements .profile_inputs .profile_material, .container .content-divider__header .no-gutters div .singular_profile .profile_inputs .profile_material {
    width: 96%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 799px) {
  .container .content-divider__header .no-gutters div .individual_profile_elements .profile_inputs .profile_material, .container .content-divider__header .no-gutters div .singular_profile .profile_inputs .profile_material {
    width: 96%;
    margin: 0 auto;
  }
}

.container .content-divider__header .no-gutters div .individual_profile_elements .profile_inputs .profile_material .First_name, .container .content-divider__header .no-gutters div .singular_profile .profile_inputs .profile_material .First_name {
  width: 46%;
  display: inline-block;
}

@media screen and (max-width: 375px) {
  .container .content-divider__header .no-gutters div .individual_profile_elements .profile_inputs .profile_material .First_name, .container .content-divider__header .no-gutters div .singular_profile .profile_inputs .profile_material .First_name {
    width: 100%;
    display: block;
  }
}

.container .content-divider__header .no-gutters div .individual_profile_elements .profile_inputs .profile_material .Last_name, .container .content-divider__header .no-gutters div .singular_profile .profile_inputs .profile_material .Last_name {
  width: 46%;
  display: inline-block;
  float: right;
}

@media screen and (max-width: 375px) {
  .container .content-divider__header .no-gutters div .individual_profile_elements .profile_inputs .profile_material .Last_name, .container .content-divider__header .no-gutters div .singular_profile .profile_inputs .profile_material .Last_name {
    width: 100%;
    display: block;
    float: none;
  }
}

.container .content-divider__header .no-gutters div .individual_profile_elements .profile_inputs .profile_material label, .container .content-divider__header .no-gutters div .singular_profile .profile_inputs .profile_material label {
  height: 10px;
  padding: 10px 0 10px 0;
  cursor: none;
  text-transform: uppercase;
  color: #17212f;
}

.container .content-divider__header .no-gutters div .individual_profile_elements .profile_inputs .profile_material input, .container .content-divider__header .no-gutters div .individual_profile_elements .profile_inputs .profile_material textarea, .container .content-divider__header .no-gutters div .singular_profile .profile_inputs .profile_material input, .container .content-divider__header .no-gutters div .singular_profile .profile_inputs .profile_material textarea {
  border: 1px solid #0082ca;
}

.container .content-divider__header .no-gutters div .individual_profile_elements .profile_inputs .profile_material textarea, .container .content-divider__header .no-gutters div .singular_profile .profile_inputs .profile_material textarea {
  width: 100%;
  max-width: 100%;
  min-width: 300px;
}

@media screen and (max-width: 799px) {
  .container .content-divider__header .no-gutters div .individual_profile_elements .profile_inputs .profile_material textarea, .container .content-divider__header .no-gutters div .singular_profile .profile_inputs .profile_material textarea {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    min-width: 300px;
  }
}

.container .content-divider__header .no-gutters div .individual_profile_elements .profile_inputs .profile_material .delete_this, .container .content-divider__header .no-gutters div .singular_profile .profile_inputs .profile_material .delete_this {
  width: 153px;
  height: 30px;
  background-color: #0082ca;
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  text-transform: uppercase;
}

@media screen and (max-width: 799px) {
  .container .content-divider__header .no-gutters div .individual_profile_elements .profile_inputs .profile_material .delete_this, .container .content-divider__header .no-gutters div .singular_profile .profile_inputs .profile_material .delete_this {
    margin-bottom: 40px;
  }
}

.container .content-divider__header .no-gutters div .individual_profile_elements .profile_inputs .profile_material .delete_this:hover, .container .content-divider__header .no-gutters div .singular_profile .profile_inputs .profile_material .delete_this:hover {
  background-color: #00a3da;
}

.container .content-divider__header .no-gutters div .individual_profile_elements.adding_by_bttn, .container .content-divider__header .no-gutters div .singular_profile.adding_by_bttn {
  margin: 30px 0 30px 0;
}

.container .content-divider__header .no-gutters div .adding_new_provider {
  height: 100px;
  width: 100%;
  margin: 30px auto 70px auto;
  background-color: #dbdada;
}

@media screen and (max-width: 799px) {
  .container .content-divider__header .no-gutters div .adding_new_provider {
    width: 96%;
    margin: 0 auto 20px auto;
  }
}

.container .content-divider__header .no-gutters div .adding_new_provider .add_btn {
  background-image: url(/images/plus_blue.png);
  background-size: 38px 38px;
  background-position: calc( 50%) 16px;
  background-repeat: no-repeat;
  width: 180px;
  height: 100px;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
}

.container .content-divider__header .no-gutters div .adding_new_provider .add_btn span {
  color: #00a3da;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  position: relative;
  top: 60px;
}

.container .content-divider__header .no-gutters div .location_info {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 860px) {
  .container .content-divider__header .no-gutters div .location_info {
    width: 80%;
    padding-left: 10px;
  }
}

@media screen and (max-width: 799px) {
  .container .content-divider__header .no-gutters div .location_info {
    width: 96%;
    padding-left: 10px;
  }
}

.container .content-divider__header .no-gutters div .location_info .profile_material {
  width: 650px;
  padding: 10px 0 10px 0;
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .location_info .profile_material {
    width: 90%;
    margin: 10px auto 10px auto;
  }
}

.container .content-divider__header .no-gutters div .location_info .profile_material input, .container .content-divider__header .no-gutters div .location_info .profile_material select {
  border: 1px solid #0082ca;
}

.container .content-divider__header .no-gutters div .location_info .profile_material input.short, .container .content-divider__header .no-gutters div .location_info .profile_material select.short {
  width: 50%;
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .location_info .profile_material input.short, .container .content-divider__header .no-gutters div .location_info .profile_material select.short {
    width: 100%;
  }
}

.container .content-divider__header .no-gutters div .location_info .profile_material select::-ms-expand {
  display: none;
}

.container .content-divider__header .no-gutters div .location_info .profile_material .city {
  width: 220px;
  display: inline-block;
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .location_info .profile_material .city {
    width: 100%;
    display: block;
  }
}

.container .content-divider__header .no-gutters div .location_info .profile_material .state {
  width: 200px;
  display: inline-block;
  margin: 0 15px 0 15px;
}

.container .content-divider__header .no-gutters div .location_info .profile_material .state .form-control {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMDAgMTAwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwMCAxMDAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNNTAwLDY1OC42TDY3LjcsMjI2LjJMMTAsMjgzLjhsNDkwLDQ5MGw0OTAtNDkwbC01Ny43LTU3LjdMNTAwLDY1OC42eiIvPjwvZz48L3N2Zz4=) #fff no-repeat 95% 50%;
  background-size: auto auto;
  background-size: 13px 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .location_info .profile_material .state {
    display: block;
    margin: 20px 0px 30px 0px;
  }
}

.container .content-divider__header .no-gutters div .location_info .profile_material .zipCode {
  width: 100px;
  display: inline-block;
}

.container .content-divider__header .no-gutters div .location_info .profile_material label {
  height: 10px;
  padding: 0px;
  text-transform: uppercase;
}

.container .content-divider__header .no-gutters div .service_hours {
  width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 860px) {
  .container .content-divider__header .no-gutters div .service_hours {
    width: 96%;
  }
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .service_hours {
    width: 98%;
  }
}

.container .content-divider__header .no-gutters div .service_hours table {
  width: 100%;
}

.container .content-divider__header .no-gutters div .service_hours table tr th {
  text-align: left;
  text-transform: uppercase;
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .service_hours table tr th {
    display: none;
  }
}

.container .content-divider__header .no-gutters div .service_hours table tr td {
  padding: 5px 20px 5px 0px;
}

.container .content-divider__header .no-gutters div .service_hours table tr td div {
  width: 100%;
  height: 30px;
  border: 1px solid #0082ca;
  border-radius: 5px;
  padding: 4px 0 0 10px;
  text-transform: uppercase;
}

.container .content-divider__header .no-gutters div .service_hours table tr td div input {
  width: 90%;
  border: none;
  text-transform: uppercase;
  letter-spacing: .1rem;
  height: 20px;
}

.container .content-divider__header .no-gutters div .service_hours table tr td.service_data {
  width: 135px;
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .service_hours table tr td.service_data {
    width: 300px;
    display: block;
    margin: 0 auto;
  }
}

.container .content-divider__header .no-gutters div .service_hours table tr td.delete_bttn {
  width: 153px;
  font-weight: bold;
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .service_hours table tr td.delete_bttn {
    width: 300px;
    display: block;
    margin: 15px auto 30px auto;
  }
}

.container .content-divider__header .no-gutters div .service_hours table tr td.delete_bttn div {
  width: 100%;
  background-color: #0082ca;
  cursor: pointer;
  padding: 0px 0px px 10px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.container .content-divider__header .no-gutters div .service_hours table tr td.delete_bttn div:hover {
  background-color: #00a3da;
}

.container .content-divider__header .no-gutters div .service_hours table tr td.mobile_head {
  display: none;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .service_hours table tr td.mobile_head {
    width: 300px;
    display: block;
    margin: 0 auto;
  }
}

.container .content-divider__header .no-gutters div .service_plans {
  width: 560px;
  margin: 0 auto;
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .service_plans {
    width: 90%;
  }
}

.container .content-divider__header .no-gutters div .service_plans ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow-y: hidden;
}

.container .content-divider__header .no-gutters div .service_plans ul li {
  display: inline-block;
  width: 219px;
  margin: 0 50px 0 0px;
  height: 210px;
  overflow-y: hidden;
  border: 0px solid #0082ca;
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .service_plans ul li {
    width: 60%;
    display: block;
    margin: 0 auto 20px auto;
    min-width: 270px;
  }
}

.container .content-divider__header .no-gutters div .service_plans ul li p.subhead {
  text-transform: uppercase;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 12px;
}

.container .content-divider__header .no-gutters div .service_plans ul li ul {
  height: 180px;
  padding: 0;
  margin: 10px 0 0 0;
  list-style-type: none;
  overflow-y: hidden;
  border: 1px solid #0082ca;
  border-radius: 5px;
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .service_plans ul li ul {
    margin-bottom: 25px;
  }
}

.container .content-divider__header .no-gutters div .service_plans ul li ul li {
  margin: 8px 15px 0 10px;
  height: 20px;
  border: none;
}

.container .content-divider__header .no-gutters div .service_plans ul li ul li label {
  text-transform: uppercase;
  font-weight: normal;
}

.container .content-divider__header .no-gutters div .add_info_to_profile {
  width: 910px;
  margin: 0 auto;
}

@media screen and (max-width: 910px) {
  .container .content-divider__header .no-gutters div .add_info_to_profile {
    width: 90%;
    margin: 0 auto;
  }
}

.container .content-divider__header .no-gutters div .add_info_to_profile ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow-y: hidden;
}

.container .content-divider__header .no-gutters div .add_info_to_profile ul li {
  display: inline-block;
  width: 269px;
  margin: 0;
  height: 280px;
  overflow-y: hidden;
  border: 0px solid #0082ca;
}

@media screen and (max-width: 910px) {
  .container .content-divider__header .no-gutters div .add_info_to_profile ul li {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .add_info_to_profile ul li {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
}

.container .content-divider__header .no-gutters div .add_info_to_profile ul li p.subhead {
  text-transform: uppercase;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 12px;
  height: 40px;
  vertical-align: text-bottom;
}

.container .content-divider__header .no-gutters div .add_info_to_profile ul li:nth-child(2) {
  margin: 0 40px 0 40px;
}

@media screen and (max-width: 910px) {
  .container .content-divider__header .no-gutters div .add_info_to_profile ul li:nth-child(2) {
    margin: 0 auto;
  }
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .add_info_to_profile ul li:nth-child(2) {
    margin: 0 auto;
  }
}

.container .content-divider__header .no-gutters div .add_info_to_profile ul li ul {
  height: 180px;
  padding: 0;
  margin: 10px 0 0 0;
  list-style-type: none;
  overflow-y: hidden;
  border: 1px solid #0082ca;
  border-radius: 5px;
}

.container .content-divider__header .no-gutters div .add_info_to_profile ul li ul li {
  margin: 8px 15px 0 10px;
  height: 20px;
  border: none;
  width: 90%;
}

.container .content-divider__header .no-gutters div .add_info_to_profile ul li ul li label {
  text-transform: uppercase;
  font-weight: normal;
}

.container .content-divider__header .no-gutters div .add_info_to_profile ul li ul li:nth-child(2) {
  margin: 8px 15px 0 10px;
}

.container .cancel_save_btn {
  width: 345px;
  margin: 0 auto;
}

@media screen and (max-width: 320px) {
  .container .cancel_save_btn {
    width: 100%;
  }
}

.container .cancel_save_btn button {
  width: 153px;
  height: 30px;
  text-transform: uppercase;
  border: 1px solid #0082ca;
  border-radius: 5px;
}

@media screen and (max-width: 375px) {
  .container .cancel_save_btn button {
    width: 80%;
  }
}

.container .cancel_save_btn button[type="reset"] {
  margin-right: 30px;
  color: #0082ca;
  background-color: #fff;
  display: inline-block;
}

@media screen and (max-width: 375px) {
  .container .cancel_save_btn button[type="reset"] {
    display: block;
    margin: 0 auto 15px auto;
  }
}

.container .cancel_save_btn button[type="reset"]:hover {
  background-color: #00a3da;
  color: #fff;
}

.container .cancel_save_btn button[type="submit"] {
  background-color: #0082ca;
  color: #fff;
}

@media screen and (max-width: 375px) {
  .container .cancel_save_btn button[type="submit"] {
    display: block;
    margin: 0 auto 15px auto;
  }
}

.container .cancel_save_btn button[type="submit"]:hover {
  background-color: #00a3da;
}

#closing_confirmation_pop {
  width: 468px;
  height: 300px;
  display: none;
  z-index: 999;
  position: absolute;
  top: 150px;
  left: calc( 50% - 234px);
  border: 1px solid #0082ca;
  border-radius: 5px;
  background-color: #fff;
  padding: 50px;
}

@media screen and (max-width: 667px) {
  #closing_confirmation_pop {
    width: 90%;
    min-width: 300px;
    max-width: 414px;
    margin: 0 auto;
    left: 10px;
  }
}

#closing_confirmation_pop h3 {
  text-transform: uppercase;
  font-family: "Open Sans Bold", sans-serif;
}

#closing_confirmation_pop .close_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 21px;
  height: 20px;
  background-image: url("/images/xClose.png");
  background-size: 21px 20px;
  cursor: pointer;
}

#closing_confirmation_pop .dotted_devider {
  width: 100%;
  height: 1px;
  border-top: 1px dotted #000;
  margin: 0 0px 30px -50px;
}

#closing_confirmation_pop .cancel_save_btn {
  width: 345px;
  margin: 0 auto;
}

@media screen and (max-width: 667px) {
  #closing_confirmation_pop .cancel_save_btn {
    width: 100%;
  }
}

#closing_confirmation_pop .cancel_save_btn button {
  width: 153px;
  height: 30px;
  text-transform: uppercase;
  border: 1px solid #0082ca;
  border-radius: 5px;
}

@media screen and (max-width: 667px) {
  #closing_confirmation_pop .cancel_save_btn button {
    width: 80%;
    margin: 0 auto;
  }
}

#closing_confirmation_pop .cancel_save_btn button[type="reset"] {
  margin-right: 30px;
  color: #0082ca;
  background-color: #fff;
  display: inline-block;
}

@media screen and (max-width: 667px) {
  #closing_confirmation_pop .cancel_save_btn button[type="reset"] {
    display: block;
    margin: 0 auto 20px auto;
  }
}

#closing_confirmation_pop .cancel_save_btn button[type="reset"]:hover {
  background-color: #00a3da;
  color: #fff;
}

#closing_confirmation_pop .cancel_save_btn button[type="submit"] {
  background-color: #0082ca;
  color: #fff;
}

@media screen and (max-width: 667px) {
  #closing_confirmation_pop .cancel_save_btn button[type="submit"] {
    display: block;
    margin: 0 auto;
  }
}

#closing_confirmation_pop .cancel_save_btn button[type="submit"]:hover {
  background-color: #00a3da;
}

/* The global set up of custom check box */
label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
/*
label input {
position: absolute;
opacity: 0;
}*/
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #0082ca;
  border-radius: 5px;
}

/* On mouse-over, add dark blue background color */
label:hover input ~ .checkmark {
  background-color: #00a3da;
}

/* When the checkbox is checked, add dark blue background */
label input:checked ~ .checkmark {
  background-color: #00a3da;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
label .checkmark:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*** EYECARE SEARCHING PAGE ***/
/*Mixin and Extend CSS for serach-input*/
.ultimate_search {
  top: 7% !important;
}

.ultimate_result {
  top: 2% !important;
}

.find-professional-form .input-wrapper input, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper input, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper input, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper input, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper input {
  text-transform: uppercase;
  height: 26px;
  font-size: 13px;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 749px) {
  .find-professional-form .input-wrapper input, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper input, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper input, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper input, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper input {
    height: 36px;
  }
}

.find-professional-form .input-wrapper .zipCode_and_button_wrap, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .zipCode_and_button_wrap, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .zipCode_and_button_wrap, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .zipCode_and_button_wrap, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .zipCode_and_button_wrap {
  display: inline-block;
  height: 36px;
  width: 310px;
  float: left;
}

@media screen and (max-width: 749px) {
  .find-professional-form .input-wrapper .zipCode_and_button_wrap, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .zipCode_and_button_wrap, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .zipCode_and_button_wrap, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .zipCode_and_button_wrap, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .zipCode_and_button_wrap {
    width: 300px;
    float: none;
    display: block;
    margin-left: calc((100% - 300px) / 2);
  }
}

.find-professional-form .input-wrapper .zipCode_and_button_wrap input.zipCodeBox, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .zipCode_and_button_wrap input.zipCodeBox, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .zipCode_and_button_wrap input.zipCodeBox, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .zipCode_and_button_wrap input.zipCodeBox, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .zipCode_and_button_wrap input.zipCodeBox {
  width: 249px;
  border-top: none;
  border-left: none;
  border-bottom: none;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  padding-left: 15px;
  float: left;
  border: solid 1px darkgray;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 749px) {
  .find-professional-form .input-wrapper .zipCode_and_button_wrap input.zipCodeBox, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .zipCode_and_button_wrap input.zipCodeBox, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .zipCode_and_button_wrap input.zipCodeBox, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .zipCode_and_button_wrap input.zipCodeBox, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .zipCode_and_button_wrap input.zipCodeBox {
    margin-left: calc((100% - 300px) / 2);
    width: 239px;
  }
}

@media screen and (max-width: 749px) {
  .find-professional-form .input-wrapper .zipCode_and_button_wrap input.zipCodeBox, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .zipCode_and_button_wrap input.zipCodeBox, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .zipCode_and_button_wrap input.zipCodeBox, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .zipCode_and_button_wrap input.zipCodeBox, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .zipCode_and_button_wrap input.zipCodeBox {
    margin-left: calc((100% - 300px) / 2);
    width: 239px;
    height: 36px;
  }
}

.find-professional-form .input-wrapper .zipCode_and_button_wrap input.zipCodeGeolocator, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .zipCode_and_button_wrap input.zipCodeGeolocator, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .zipCode_and_button_wrap input.zipCodeGeolocator, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .zipCode_and_button_wrap input.zipCodeGeolocator, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .zipCode_and_button_wrap input.zipCodeGeolocator {
  width: 60px;
  background-color: #007ebd;
  background-image: url(../images/managesafety/DirectionSearch_icon.png);
  background-size: 15px 15px;
  background-position: 22px 5px;
  background-repeat: no-repeat;
  border: solid 1px #007ebd;
  height: 26px;
  padding: 0px;
  margin-right: 1px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  float: right;
  /*****
				@media screen and (-webkit-min-device-pixel-ratio:0) {									
					top:8px;
				}
			
				@media screen  and (min-width:320px)  {								 
					top:15px;								
				}
				@media screen  and (min-width : 668px) {								 
					top:8px;								
				}
			
				@media screen  and (min-width : 959px) {
					top:8px;
				} *****/
}

@media only screen and (min-device-width: 375px) and (max-device-width: 749px) {
  .find-professional-form .input-wrapper .zipCode_and_button_wrap input.zipCodeGeolocator, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .zipCode_and_button_wrap input.zipCodeGeolocator, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .zipCode_and_button_wrap input.zipCodeGeolocator, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .zipCode_and_button_wrap input.zipCodeGeolocator, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .zipCode_and_button_wrap input.zipCodeGeolocator {
    height: 36px;
    background-size: 20px 20px;
    background-position: 18px 6px;
    left: -1px;
  }
}

@media screen and (max-width: 749px) {
  .find-professional-form .input-wrapper .zipCode_and_button_wrap input.zipCodeGeolocator, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .zipCode_and_button_wrap input.zipCodeGeolocator, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .zipCode_and_button_wrap input.zipCodeGeolocator, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .zipCode_and_button_wrap input.zipCodeGeolocator, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .zipCode_and_button_wrap input.zipCodeGeolocator {
    height: 36px;
    background-size: 20px 20px;
    background-position: 18px 6px;
  }
}

.find-professional-form .input-wrapper select, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper select, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper select, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper select, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-transform: uppercase;
  height: 26px;
  margin-left: 15px;
  padding-left: 15px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMDAgMTAwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwMCAxMDAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNNTAwLDY1OC42TDY3LjcsMjI2LjJMMTAsMjgzLjhsNDkwLDQ5MGw0OTAtNDkwbC01Ny43LTU3LjdMNTAwLDY1OC42eiIvPjwvZz48L3N2Zz4=) #fff no-repeat 95% 50%;
  background-size: auto auto;
  background-size: 13px 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.find-professional-form .input-wrapper select option, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper select option, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper select option, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper select option, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper select option {
  border: none;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 749px) {
  .find-professional-form .input-wrapper select, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper select, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper select, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper select, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper select {
    height: 36px;
    display: block;
    margin: 20px auto;
  }
}

@media screen and (max-width: 749px) {
  .find-professional-form .input-wrapper select, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper select, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper select, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper select, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper select {
    height: 36px;
    display: block;
    margin: 20px auto;
  }
}

.find-professional-form .input-wrapper select::-ms-expand, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper select::-ms-expand, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper select::-ms-expand, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper select::-ms-expand, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper select::-ms-expand {
  display: none;
}

.find-professional-form .input-wrapper select.distance_miles, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper select.distance_miles, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper select.distance_miles, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper select.distance_miles, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper select.distance_miles {
  width: 120px;
  border: solid 1px darkgray;
  border-radius: 5px;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 749px) {
  .find-professional-form .input-wrapper select.distance_miles, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper select.distance_miles, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper select.distance_miles, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper select.distance_miles, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper select.distance_miles {
    width: 300px;
    display: block;
    margin: 20px auto 20px;
  }
}

@media screen and (max-width: 749px) {
  .find-professional-form .input-wrapper select.distance_miles, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper select.distance_miles, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper select.distance_miles, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper select.distance_miles, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper select.distance_miles {
    width: 300px;
    display: block;
    margin: 20px auto 20px;
  }
}

@media screen and (max-width: 749px) {
  .find-professional-form .input-wrapper .addressEmpty, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .addressEmpty, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .addressEmpty, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .addressEmpty, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .addressEmpty {
    margin: 40px auto 20px !important;
  }
}

.find-professional-form .input-wrapper .insurance_wrap, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .insurance_wrap, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .insurance_wrap, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .insurance_wrap, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .insurance_wrap {
  float: right;
}

@media screen and (max-width: 749px) {
  .find-professional-form .input-wrapper .insurance_wrap, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .insurance_wrap, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .insurance_wrap, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .insurance_wrap, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .insurance_wrap {
    float: none;
  }
}

.find-professional-form .input-wrapper select.insurance_brands, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper select.insurance_brands, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper select.insurance_brands, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper select.insurance_brands, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper select.insurance_brands {
  width: 270px;
  border: solid 1px darkgray;
  border-radius: 5px;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 749px) {
  .find-professional-form .input-wrapper select.insurance_brands, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper select.insurance_brands, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper select.insurance_brands, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper select.insurance_brands, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper select.insurance_brands {
    width: 300px;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 749px) {
  .find-professional-form .input-wrapper select.insurance_brands, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper select.insurance_brands, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper select.insurance_brands, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper select.insurance_brands, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper select.insurance_brands {
    width: 300px;
    display: block;
    margin: 0 auto;
  }
}

.find-professional-form .input-wrapper .multiselect, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .multiselect, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .multiselect, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .multiselect, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .multiselect {
  width: 270px !important;
  display: inline-block !important;
  border: solid 0px darkgray !important;
  border-radius: 5px;
}

.find-professional-form .input-wrapper .multiselect .multiselect__tags, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .multiselect .multiselect__tags, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .multiselect .multiselect__tags, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .multiselect .multiselect__tags, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .multiselect .multiselect__tags {
  padding: 2px 40px 0 8px;
  height: 26px !important;
  font-size: 12.5px;
  min-height: 26px;
  border: solid 1px darkgray;
}

@media screen and (max-width: 749px) {
  .find-professional-form .input-wrapper .multiselect .multiselect__tags, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .multiselect .multiselect__tags, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .multiselect .multiselect__tags, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .multiselect .multiselect__tags, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .multiselect .multiselect__tags {
    width: 300px !important;
    display: block !important;
    margin: 0 auto !important;
    height: 36px !important;
    padding-top: 5px !important;
  }
}

.find-professional-form .input-wrapper .multiselect .multiselect__tags .multiselect__placeholder, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .multiselect .multiselect__tags .multiselect__placeholder, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .multiselect .multiselect__tags .multiselect__placeholder, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .multiselect .multiselect__tags .multiselect__placeholder, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .multiselect .multiselect__tags .multiselect__placeholder {
  padding-top: 0;
}

.find-professional-form .input-wrapper .multiselect .multiselect__input, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .multiselect .multiselect__input, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .multiselect .multiselect__input, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .multiselect .multiselect__input, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .multiselect .multiselect__input,
.find-professional-form .input-wrapper .multiselect .multiselect__single,
.search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .multiselect .multiselect__single,
.search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .multiselect .multiselect__single,
.search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .multiselect .multiselect__single,
.search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .multiselect .multiselect__single {
  font-size: 11.5px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 230px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0px;
  display: block !important;
}

.find-professional-form .input-wrapper .multiselect .multiselect__option--highlight, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .multiselect .multiselect__option--highlight, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .multiselect .multiselect__option--highlight, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .multiselect .multiselect__option--highlight, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .multiselect .multiselect__option--highlight {
  background: #0082ca;
}

.find-professional-form .input-wrapper .multiselect .multiselect__option--selected.multiselect__option--highlight, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .multiselect .multiselect__option--selected.multiselect__option--highlight, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .multiselect .multiselect__option--selected.multiselect__option--highlight, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .multiselect .multiselect__option--selected.multiselect__option--highlight, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .multiselect .multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.find-professional-form .input-wrapper .multiselect .multiselect__option, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .multiselect .multiselect__option, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .multiselect .multiselect__option, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .multiselect .multiselect__option, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .multiselect .multiselect__option {
  font-size: 11px;
  text-transform: uppercase;
}

.find-professional-form .input-wrapper .multiselect .multiselect__select, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .multiselect .multiselect__select, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .multiselect .multiselect__select, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .multiselect .multiselect__select, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .multiselect .multiselect__select {
  height: 26px;
}

@media screen and (max-width: 749px) {
  .find-professional-form .input-wrapper .multiselect .multiselect__select, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .multiselect .multiselect__select, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .multiselect .multiselect__select, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .multiselect .multiselect__select, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .multiselect .multiselect__select {
    height: 31px !important;
  }
}

.find-professional-form .input-wrapper .multiselect .multiselect__content-wrapper, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .multiselect .multiselect__content-wrapper, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .multiselect .multiselect__content-wrapper, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .multiselect .multiselect__content-wrapper, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .multiselect .multiselect__content-wrapper {
  width: 100% !important;
  max-height: 250px !important;
  overflow-x: hidden;
}

.find-professional-form .input-wrapper .multiselect .multiselect__content-wrapper li:first-of-type > span.multiselect__option.multiselect__option--group.multiselect__option--disabled, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .multiselect .multiselect__content-wrapper li:first-of-type > span.multiselect__option.multiselect__option--group.multiselect__option--disabled, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .multiselect .multiselect__content-wrapper li:first-of-type > span.multiselect__option.multiselect__option--group.multiselect__option--disabled, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .multiselect .multiselect__content-wrapper li:first-of-type > span.multiselect__option.multiselect__option--group.multiselect__option--disabled, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .multiselect .multiselect__content-wrapper li:first-of-type > span.multiselect__option.multiselect__option--group.multiselect__option--disabled {
  display: none;
}

@media screen and (max-width: 749px) {
  .find-professional-form .input-wrapper .multiselect .multiselect__content-wrapper, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .multiselect .multiselect__content-wrapper, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .multiselect .multiselect__content-wrapper, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .multiselect .multiselect__content-wrapper, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .multiselect .multiselect__content-wrapper {
    width: 300px !important;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 749px) {
  .find-professional-form .input-wrapper .multiselect, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .multiselect, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .multiselect, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .multiselect, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .multiselect {
    width: 300px !important;
    display: block !important;
    margin: 0 auto !important;
    height: 36px !important;
  }
}

@media screen and (max-width: 749px) {
  .find-professional-form .input-wrapper .multiselect, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper .multiselect, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper .multiselect, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper .multiselect, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper .multiselect {
    width: 300px !important;
    display: block !important;
    margin: 0 auto !important;
    height: 36px !important;
    float: none !important;
  }
}

.find-professional-form .input-wrapper button.search-btn-style, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper button.search-btn-style, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper button.search-btn-style, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper button.search-btn-style, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper button.search-btn-style {
  width: 153px;
  margin: 50px 0 0 calc(50% - 77px);
  background-color: #007ebd;
  border: 1px solid #007ebd;
  height: 30px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  font-family: "Open Sans Bold", sans-serif;
  letter-spacing: 0.1rem;
}

.find-professional-form .input-wrapper button.search-btn-style:hover, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper button.search-btn-style:hover, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper button.search-btn-style:hover, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper button.search-btn-style:hover, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper button.search-btn-style:hover {
  background-color: #085fa2;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 749px) {
  .find-professional-form .input-wrapper button.search-btn-style, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper button.search-btn-style, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper button.search-btn-style, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper button.search-btn-style, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper button.search-btn-style {
    height: 36px;
    width: 300px;
    display: block;
    margin: 20px 0 0 calc((100% - 300px) / 2);
  }
}

@media screen and (max-width: 749px) {
  .find-professional-form .input-wrapper button.search-btn-style, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper button.search-btn-style, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper button.search-btn-style, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper button.search-btn-style, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper button.search-btn-style {
    height: 36px;
    width: 300px;
    display: block;
    margin: 20px 0 0 calc((100% - 300px) / 2);
  }
}

.find-professional-form .input-wrapper button.search-btn-style-minimal, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper button.search-btn-style-minimal, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper button.search-btn-style-minimal, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper button.search-btn-style-minimal, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper button.search-btn-style-minimal {
  width: 153px;
  background-color: #007ebd;
  border: 1px solid #007ebd;
  height: 27px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  margin-left: 14px;
  font-family: "Open Sans Bold", sans-serif;
  letter-spacing: 0.1rem;
}

.find-professional-form .input-wrapper button.search-btn-style-minimal:hover, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper button.search-btn-style-minimal:hover, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper button.search-btn-style-minimal:hover, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper button.search-btn-style-minimal:hover, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper button.search-btn-style-minimal:hover {
  background-color: #085fa2;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 749px) {
  .find-professional-form .input-wrapper button.search-btn-style-minimal, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper button.search-btn-style-minimal, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper button.search-btn-style-minimal, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper button.search-btn-style-minimal, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper button.search-btn-style-minimal {
    height: 36px;
    width: 300px;
    display: block;
    margin: 20px 0 0 calc((100% - 300px) / 2);
  }
}

@media screen and (max-width: 749px) {
  .find-professional-form .input-wrapper button.search-btn-style-minimal, .search_header_banner .main-image .locations-search-input .locations-search .input-wrapper button.search-btn-style-minimal, .search_header_banner .main-image .locations-search-input .locations-search-minimal .input-wrapper button.search-btn-style-minimal, .search_header_banner .main-image .locations-search-input-result .locations-search .input-wrapper button.search-btn-style-minimal, .search_header_banner .main-image .locations-search-input-result .locations-search-minimal .input-wrapper button.search-btn-style-minimal {
    height: 36px;
    width: 300px;
    display: block;
    margin: 20px 0 0 calc((100% - 300px) / 2);
  }
}

.search_header_banner .main-image {
  overflow: hidden;
  max-height: 500px;
  -webkit-transform-origin: center;
  transform-origin: center;
  position: static;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .search_header_banner .main-image {
    max-height: 700px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .search_header_banner .main-image {
    height: 515px;
  }
}

.search_header_banner .main-image .desktop-image {
  width: 100%;
  display: block;
}

@media screen and (max-width: 959px) {
  .search_header_banner .main-image .desktop-image {
    display: none;
  }
}

.search_header_banner .main-image .mobile-image {
  display: none;
}

@media screen and (max-width: 959px) {
  .search_header_banner .main-image .mobile-image {
    display: block;
  }
}

.search_header_banner .main-image .locations-search-input {
  width: 730px;
  top: 20px;
  position: absolute;
  left: calc(50% - 366px);
}

@media only screen and (min-device-width: 960px) and (max-device-width: 1200px) {
  .search_header_banner .main-image .locations-search-input {
    width: 100%;
    top: 7%;
  }
}

@media screen and (max-width: 749px) {
  .search_header_banner .main-image .locations-search-input {
    width: 100%;
    left: 0;
    top: 180px;
  }
}

@media only screen and (max-device-width: 375px) and (max-device-width: 667px) {
  .search_header_banner .main-image .locations-search-input {
    width: 100%;
    left: 0;
    top: 100px;
  }
}

.search_header_banner .main-image .locations-search-input .header_title {
  margin-bottom: 20px;
}

@media screen and (max-width: 959px) {
  .search_header_banner .main-image .locations-search-input .header_title {
    width: 100%;
    left: 0px;
    top: 27%;
  }
}

@media screen and (max-width: 667px) {
  .search_header_banner .main-image .locations-search-input .header_title {
    width: 100%;
    left: 0;
    top: 7%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .search_header_banner .main-image .locations-search-input .header_title {
    width: 100%;
    left: 0;
    top: 7%;
  }
}

.search_header_banner .main-image .locations-search-input .header_title .page-heading {
  text-align: center;
}

@media screen and (max-width: 320px) {
  .search_header_banner .main-image .locations-search-input .header_title .page-heading {
    font-size: 24px;
  }
}

.search_header_banner .main-image .locations-search-input .locations-search {
  border: solid 0px #000;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 749px) {
  .search_header_banner .main-image .locations-search-input .locations-search {
    width: 100%;
    top: 30%;
    left: 0;
  }
}

@media screen and (max-width: 749px) {
  .search_header_banner .main-image .locations-search-input .locations-search {
    width: 100%;
    top: 30%;
    left: 0;
  }
}

@media screen and (max-width: 568px) {
  .search_header_banner .main-image .locations-search-input .locations-search {
    top: 40%;
  }
}

.search_header_banner .main-image .locations-search-input .locations-search-minimal {
  border: solid 0px #000;
  width: 650px;
  position: absolute;
  left: calc(50% - 320px);
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .search_header_banner .main-image .locations-search-input .locations-search-minimal {
    width: 100%;
    top: 40px;
    left: 0;
  }
}

@media screen and (max-width: 667px) {
  .search_header_banner .main-image .locations-search-input .locations-search-minimal {
    width: 100%;
    top: 40px;
    left: 0;
  }
}

@media screen and (max-width: 568px) {
  .search_header_banner .main-image .locations-search-input .locations-search-minimal {
    top: 50px;
  }
}

.search_header_banner .main-image .locations-search-input-result {
  width: 730px;
  top: 20px;
  position: absolute;
  left: calc(50% - 366px);
}

@media only screen and (min-device-width: 960px) and (max-device-width: 1200px) {
  .search_header_banner .main-image .locations-search-input-result {
    width: 100%;
    top: 7%;
  }
}

@media screen and (max-width: 749px) {
  .search_header_banner .main-image .locations-search-input-result {
    width: 100%;
    left: 0;
    top: 130px;
  }
}

@media only screen and (max-device-width: 375px) and (max-device-width: 667px) {
  .search_header_banner .main-image .locations-search-input-result {
    width: 100%;
    left: 0;
    top: 100px;
  }
}

.search_header_banner .main-image .locations-search-input-result .header_title {
  margin-bottom: 20px;
}

@media screen and (max-width: 959px) {
  .search_header_banner .main-image .locations-search-input-result .header_title {
    width: 100%;
    left: 0px;
    top: 27%;
  }
}

@media screen and (max-width: 667px) {
  .search_header_banner .main-image .locations-search-input-result .header_title {
    width: 100%;
    left: 0;
    top: 7%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .search_header_banner .main-image .locations-search-input-result .header_title {
    width: 100%;
    left: 0;
    top: 7%;
  }
}

.search_header_banner .main-image .locations-search-input-result .header_title .page-heading {
  text-align: center;
}

@media screen and (max-width: 320px) {
  .search_header_banner .main-image .locations-search-input-result .header_title .page-heading {
    font-size: 24px;
  }
}

.search_header_banner .main-image .locations-search-input-result .locations-search {
  border: solid 0px #000;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 749px) {
  .search_header_banner .main-image .locations-search-input-result .locations-search {
    width: 100%;
    top: 30%;
    left: 0;
  }
}

@media screen and (max-width: 749px) {
  .search_header_banner .main-image .locations-search-input-result .locations-search {
    width: 100%;
    top: 30%;
    left: 0;
  }
}

@media screen and (max-width: 568px) {
  .search_header_banner .main-image .locations-search-input-result .locations-search {
    top: 40%;
  }
}

.search_header_banner .main-image .locations-search-input-result .locations-search-minimal {
  border: solid 0px #000;
  width: 650px;
  position: absolute;
  left: calc(50% - 320px);
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .search_header_banner .main-image .locations-search-input-result .locations-search-minimal {
    width: 100%;
    top: 40px;
    left: 0;
  }
}

@media screen and (max-width: 667px) {
  .search_header_banner .main-image .locations-search-input-result .locations-search-minimal {
    width: 100%;
    top: 40px;
    left: 0;
  }
}

@media screen and (max-width: 568px) {
  .search_header_banner .main-image .locations-search-input-result .locations-search-minimal {
    top: 50px;
  }
}

.search_header_banner .main-image .search-arrow {
  position: relative;
  bottom: 32px;
}

.search_header_banner .main-image #geo_error {
  width: 730px;
  top: 17%;
  position: absolute;
  left: calc(50% - 328px);
  text-align: center;
  color: red;
}

.container .content-divider__header .no-gutters div h2 .desktop_txt {
  display: block;
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div h2 .desktop_txt {
    display: none;
  }
}

.container .content-divider__header .no-gutters div h2 .mobile_txt {
  display: none;
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div h2 .mobile_txt {
    display: block;
  }
}

.container .content-divider__header .no-gutters div .search_result_content {
  width: 100%;
  margin: 0 auto;
}

.container .content-divider__header .no-gutters div .search_result_content .search_options {
  margin-bottom: 15px;
}

.container .content-divider__header .no-gutters div .search_result_content .search_options .more_filters {
  margin: 10px auto 20px auto;
  text-align: center;
  text-transform: uppercase;
  color: #00a3da;
}

.container .content-divider__header .no-gutters div .search_result_content .search_options .more_filters .button {
  background-color: #fff;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}

.container .content-divider__header .no-gutters div .search_result_content .search_options .more_filters .button .arrow-down {
  fill: #0082ca;
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .search_options .more_filters .button {
    display: none;
  }
}

.container .content-divider__header .no-gutters div .search_result_content .search_options .mobile_filters {
  width: 200px;
  margin: 0 auto;
}

.container .content-divider__header .no-gutters div .search_result_content .search_options .mobile_filters button {
  width: 100%;
  height: 36px;
  text-transform: uppercase;
  border: 1px solid #0082ca;
  border-radius: 5px;
  color: #fff;
  background-color: #0082ca;
  font-family: "Open Sans Bold", sans-serif;
  letter-spacing: 0.1rem;
}

.container .content-divider__header .no-gutters div .search_result_content .search_options .change_search {
  width: 200px;
  margin: 0 auto;
  display: none;
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .search_options .change_search {
    display: block;
  }
}

.container .content-divider__header .no-gutters div .search_result_content .search_options .change_search button {
  width: 100%;
  height: 36px;
  text-transform: uppercase;
  border: 1px solid #0082ca;
  border-radius: 5px;
  color: #fff;
  background-color: #0082ca;
  font-family: "Open Sans Bold", sans-serif;
  letter-spacing: 0.1rem;
  font-size: 11px;
}

.container .content-divider__header .no-gutters div .search_result_content .search_options .mobile_search {
  margin-top: 20px;
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .search_options .filter-clearDiv {
    text-align: center;
    margin-top: 20px;
  }
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details {
  height: 642px;
  margin-bottom: 30px;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details_modal {
  overflow-y: hidden !important;
  height: auto !important;
  margin-top: -20px;
  border: 0 !important;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details_modal .each_location_detail_modal {
  border-bottom: 0 !important;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details {
  width: 366px;
  display: inline-block;
  float: left;
  border: solid 1px #dbdada;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 610px;
}

@media screen and (max-width: 959px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details {
    width: 40%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details {
    width: 44%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details {
    width: 100%;
    float: none;
    display: block;
  }
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details {
    width: 100%;
    float: none;
    display: block;
  }
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail {
  width: 353px;
  border-bottom: solid 1px #dbdada;
  /*font-size:$font-stack-size;*/
  padding-bottom: 20px;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail {
    width: 100%;
    max-width: 360px;
    min-width: 300px;
  }
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail {
    width: 100%;
    max-width: 667px;
  }
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail div.close_btn {
  float: right;
  margin-right: 20px;
  margin-top: -45px;
  width: 21px;
  height: 20px;
  background-image: url(../images/managesafety/xClose.png);
  background-size: 21px 20px;
  cursor: pointer;
}

@media screen and (min-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail div.close_btn {
    display: none;
  }
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .spotlight-badge {
  width: 85px;
  height: 26px;
  display: block;
  background-image: url(../images/managesafety/PrimaryBadge.png);
  background-size: 85px auto;
  display: none;
  float: right;
  margin: -75px 15px 0px 0px;
  cursor: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .spotlight-badge {
    margin: -50px 0 0 250px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .spotlight-badge {
    width: 100px;
    height: 33px;
    background-size: 100px auto;
    margin: -60px 0 0 23px;
    clear: all;
  }
}

@media screen and (max-width: 877px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .spotlight-badge {
    float: left;
    margin: -50px 0 0 23px;
  }
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .spotlight-badge {
    width: 100px;
    height: 33px;
    background-size: 100px auto;
    margin: -50px 0 0 23px;
    float: left;
  }
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .link-pointer {
  cursor: pointer;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .result_count_background {
  display: block;
  width: 30px;
  height: 30px;
  border-top: 30px solid #0082ca;
  border-right: 30px solid transparent;
  display: inline-block;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .result_count_background {
    width: 40px;
    height: 40px;
    border-top: 40px solid #0082ca;
    border-right: 40px solid transparent;
  }
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .count_num {
  width: 30px;
  height: 30px;
  position: relative;
  top: -35px;
  left: 5px;
  color: #fff;
  font-size: 10.5px;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .count_num {
    font-size: 12.5px;
  }
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail p {
  width: 80%;
  /*margin-left:30px;
								text-transform: uppercase;*/
  font-size: 12.5px;
  line-height: 16px;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail p.p_name {
  margin: 0px 0 0px 30px;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 15px;
  color: #00a3da;
  text-transform: uppercase;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail p.p_name {
    margin: -40px 0 0 30px;
    width: 86%;
  }
}

@media screen and (min-width: 876px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail p.p_name {
    margin: -40px 0 0px 30px;
  }
}

@media screen and (max-width: 877px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail p.p_name {
    width: 80%;
    margin-top: -40px;
  }
}

@media screen and (max-width: 719px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail p.p_name {
    width: 70%;
    max-width: 300px;
  }
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail p.p_name {
    margin: -40px 0 0px 30px;
    width: 90%;
  }
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail p.p_address {
  margin: 5px 0px 5px 30px;
  width: 90%;
  text-transform: uppercase;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail p.p_direction {
  margin: 10px 0px 10px 30px;
  background-image: url(../images/managesafety/directions.png);
  background-size: 16px auto;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-left: 20px;
  color: #0082ca;
  text-transform: uppercase;
  cursor: pointer;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail ul {
  padding: 0;
  margin: 10px 0 0 30px;
  list-style-type: none;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail ul li {
  display: inline-block;
  text-transform: uppercase;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail ul li {
    width: 100%;
    display: block;
    margin: 10px 30px 10px 0px;
  }
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail ul li.practice_details {
  background-image: url(../images/managesafety/practicedetails_normal.png);
  background-size: 15px auto;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  margin-right: 30px;
  padding-left: 20px;
  color: #0082ca;
  font-size: 12.5px;
}

@media screen and (max-width: 877px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail ul li.practice_details {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail ul li.offers {
  background-image: url(../images/managesafety/viewoffers_normal.png);
  background-size: 15px auto;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-left: 20px;
  color: #0082ca;
  font-size: 12.5px;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .call_now_btn {
  background-color: #0082ca;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 15px;
  margin: 16px 15px 10px 30px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 12.5px;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .call_now_btn:hover {
  background-color: #00a3da;
  color: #fff;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .call_now_btn {
    width: 70%;
    display: block;
    margin: 16px auto 10px auto;
  }
}

@media screen and (max-width: 877px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .call_now_btn {
    width: 60%;
    display: block;
    margin: 16px 0 10px 30px;
    max-width: 250px;
    min-width: 200px;
  }
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .call_now_btn {
    margin: 16px auto 10px auto;
  }
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .call_now_btn .number {
  display: none;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .book_appt_btn {
  display: inline-block;
  border: 1px solid #0082ca;
  width: 175px;
  height: 24px;
  color: #0082ca;
  border-radius: 5px;
  text-transform: uppercase;
  padding-top: 2px;
  text-align: center;
  cursor: pointer;
  margin-left: 30px;
  font-size: 12.5px;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .book_appt_btn {
    width: 70%;
    display: block;
    margin: 16px auto 10px auto;
  }
}

@media screen and (max-width: 877px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .book_appt_btn {
    width: 60%;
    display: block;
    margin: 16px 0 10px 30px;
    max-width: 250px;
    min-width: 200px;
  }
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .book_appt_btn {
    margin: 16px auto 10px auto;
  }
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .book_appt_btn a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #0082ca;
  font-size: 12.5px;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .book_appt_btn a:hover {
  color: #fff;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .book_appt_btn:hover {
  background-color: #00a3da;
  color: #fff;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .hours_info {
  margin: 5px 0 0px 30px;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .hours_info {
    width: 70%;
    margin: 0 auto;
    text-align: left;
  }
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .hours_info .arrow-down {
  fill: #0082ca;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .hours_info .arrow-up {
  fill: #0082ca;
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .hours_info .info_button {
  text-transform: uppercase;
  cursor: pointer;
  margin: 5px 0 5px;
  font-size: 12.5px;
}

@media screen and (max-width: 877px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .hours_info .info_button {
    width: 60%;
    display: block;
    margin: 16px 0 10px 0px;
    max-width: 250px;
    min-width: 200px;
  }
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .hours_info .info_button {
    margin: 16px auto 10px auto;
    text-align: center;
  }
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .hours_info .subhead {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .hours_info .subhead_language {
  margin-top: 10px;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .hours_info ul {
  margin: 0;
  width: 100%;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .hours_info ul li {
  display: block !important;
  font-size: 12.5px;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .hours_info ul li .date {
  font-weight: bold;
  margin-right: 20px;
  width: 50px;
  display: inline-block;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .hours_info p {
  margin: 0 0 15px 0;
  text-transform: none;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .hours_info ul.detail_gallery {
  margin: 10px 0 15px 0;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .hours_info ul.detail_gallery li {
  display: block;
  width: 90%;
  margin: 0 0 2px 0;
  padding: 0;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .hours_info ul.detail_gallery li img {
  width: 262px;
  height: 168px;
  display: block;
  margin: 0 auto;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .hours_info .brand_link {
  text-transform: uppercase;
  background-image: url(../images/managesafety/website_normal.png);
  background-size: 24px auto;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position-y: 0px;
  height: 24px;
  display: block;
  color: #0082ca;
  margin-bottom: 10px;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .hours_info .brand_content {
  padding-right: 20px;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail:hover {
  background-color: linear-gradient(#bbdefb, white);
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight {
  background-color: #00a3da;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .p_direction {
  background-image: url(../images/managesafety/directions_spotlight.png) !important;
  color: #fff !important;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .p_name {
  margin-top: -20px !important;
  color: #fff !important;
}

@media screen and (min-width: 876px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .p_name {
    width: 200px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .p_name {
    margin-top: 10px;
    width: 86%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .p_name {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .p_name {
    margin: 0px 0 0px 30px !important;
  }
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .p_address {
  color: #fff !important;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight ul li.practice_details {
  background-image: url(../images/managesafety/practicedetails_spotlight.png);
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight ul li.practice_details a {
  color: #fff;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight ul li.offers {
  background-image: url(../images/managesafety/viewoffers_spotlight.png);
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight ul li.offers a {
  color: #fff;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .call_now_btn {
  background-color: #0082ca;
  color: #0082ca;
  color: #fff;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .call_now_btn:hover {
  background-color: #fff;
  color: #0082ca;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .book_appt_btn {
  background-color: #fff;
  border: 1px solid #fff;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .book_appt_btn:hover {
  background-color: #0082ca;
  color: #fff;
  border: 1px solid #0082ca;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .hours_info .arrow-down {
  fill: #fff;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .hours_info .arrow-up {
  fill: #fff;
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .hours_info .info_button {
  color: #fff;
  cursor: pointer;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .hours_info .subhead {
  color: #fff;
  text-transform: uppercase;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .hours_info ul {
  margin: 0;
  color: #fff;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .hours_info p {
  margin: 0 0 15px 0;
  text-transform: none;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .hours_info ul.detail_gallery {
  margin: 10px 0 15px 0;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .hours_info ul.detail_gallery li {
  display: block;
  width: 90%;
  margin: 0 0 2px 0;
  padding: 0;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .hours_info ul.detail_gallery li img {
  width: 262px;
  height: 168px;
  display: block;
  margin: 0 auto;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .hours_info .brand_link {
  color: #fff;
  background-image: url(../images/managesafety/website_spotlight.png);
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .hours_info .brand-text-style {
  color: #fff;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .hours_info p.language-spotlight {
  color: #fff;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .hours_info .language-text-style {
  color: #fff;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .spotlight-badge {
  display: block;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight:hover {
  background-color: #0860a2;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details #more {
  width: 366px;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: none;
  margin-top: 0px;
  position: relative;
  top: -20px;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details #more {
    width: 38%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details #more {
    width: 44%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details #more {
    display: none;
  }
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details #more {
    display: none;
  }
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details #more .arrow-right {
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  margin-left: 20px;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details #more .arrow-left {
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  margin-right: 20px;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .show_more_mobile {
  text-align: center;
  display: none;
  width: 100%;
  background-color: #dbdada;
  padding: 20px;
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .show_more_mobile {
    height: auto;
    display: block;
  }
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .show_more_mobile #next_mobile {
  width: 150px;
  height: 30px;
  background-color: #0082ca;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #0082ca;
  border-radius: 5px;
  margin: 10px auto;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .show_more_mobile #next_mobile:hover {
  background-color: #00a3da;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .show_more_mobile #back_mobile {
  width: 150px;
  height: 30px;
  background-color: #0082ca;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #0082ca;
  border-radius: 5px;
  margin: 10px auto;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .show_more_mobile #back_mobile:hover {
  background-color: #00a3da;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .show_more_mobile #back_mobile:disabled {
  display: none;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .show_more_mobile #next_mobile:disabled {
  display: none;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .show_more_mobile .result-list-page {
  text-transform: uppercase;
  margin: 0px;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .locatormap {
  width: 592px;
  height: 642px;
  float: right;
  letter-spacing: 0;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .locatormap .details_popout {
  width: 245px;
  padding: 8px 15px;
  color: #00a3da;
  letter-spacing: 0.1rem;
}

@media screen and (min-width: 400px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .locatormap .details_popout {
    padding: 8px 15px 0 20px;
    width: 260px;
  }
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .locatormap .details_popout p {
  text-transform: uppercase;
  font-size: 12px;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .locatormap .details_popout p.location_name {
  font-weight: bold;
  font-size: 12px;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .locatormap .details_popout p.phone_icon {
  background-image: url(../images/managesafety/phone_popup.png);
  background-size: 10px auto;
  background-position: 2px 0px;
  background-repeat: no-repeat;
  padding-left: 17px;
  height: 20px;
  padding-top: 2px;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .locatormap .details_popout p.phone_icon a {
  color: #00a3da;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .locatormap .details_popout p.direction_icon {
  background-image: url(../images/managesafety/directions_popup.png);
  background-size: 14px auto;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-left: 18px;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .locatormap .details_popout p.direction_icon a {
  color: #00a3da;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .locatormap .details_popout .button_link {
  width: 160px;
  height: 28px;
  background-color: #fff;
  color: #00a3da;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #0082ca;
  border-radius: 5px;
  padding-top: 5px;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .locatormap .details_popout .button_link:hover {
  background-color: #00a3da;
  color: #fff;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .locatormap .gm-style > div:first-child div:last-child > div:last-child > div > div[style] .gm-style-iw + div {
  /* * The close button of pop out in the map ** */
  left: 280px !important;
  right: unset !important;
  top: 15px !important;
  height: 13px !important;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .locatormap .gm-style > div:first-child div:last-child > div:last-child > div > div[style] .gm-style-iw {
  /*top: 0 !important;
                          left: 0 !important;
                          width: 100% !important;
                          padding-top: 10px;
                          padding-bottom: 0px;
                          display: block !important;*/
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .locatormap .gm-style > div:first-child div:last-child > div:last-child > div > div[style] .gm-style-iw div div div.poi-info-window {
  width: 260px;
  padding-left: 10px;
  color: #00a3da;
}

@media screen and (max-width: 959px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .locatormap {
    width: 60%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .locatormap {
    width: 54%;
  }
}

@media screen and (max-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .locatormap {
    width: 100%;
    float: none;
    height: 375px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .locatormap {
    width: 100%;
    float: none;
    height: 650px;
  }
}

.container .content-divider__header .no-gutters div div .main_page_services .main_page_info .button_back {
  width: 200px;
  margin-bottom: 20px;
}

.container .content-divider__header .no-gutters div div .main_page_services .main_page_info .button_back button {
  width: 100%;
  height: 36px;
  text-transform: uppercase;
  border: 1px solid #0082ca;
  border-radius: 5px;
  color: #fff;
  background-color: #0082ca;
  font-family: "Open Sans Bold", sans-serif;
  letter-spacing: 0.1rem;
}

.container .content-divider__header .no-gutters div #emptyResult .no-result-title {
  overflow-wrap: break-word;
}

.container #booking_pop {
  width: 468px;
  height: 600px;
  display: none;
  z-index: 999;
  position: absolute;
  top: 150px;
  left: 0px;
  border: 1px solid #0082ca;
  border-radius: 5px;
  background-color: #fff;
  padding: 50px;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container #booking_pop {
    width: 350px;
    margin: 0 auto;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .container #booking_pop {
    width: 350px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .container #booking_pop {
    width: 320px;
    margin: 0 auto;
    padding: 20px 10px 20px 10px;
  }
}

.container #booking_pop h2 {
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 20px;
}

.container #booking_pop p.note {
  margin: 35px 0 10px 0;
}

.container #booking_pop .booking_material {
  margin: 0 0 15px 0;
}

.container #booking_pop .booking_material input {
  font-size: 16px;
}

.container #booking_pop .booking_material select {
  text-transform: uppercase;
}

.container #booking_pop .booking_material select option {
  margin-left: 15px;
}

.container #booking_pop .booking_material label {
  padding: 0;
}

.container #booking_pop .button {
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: #0082ca;
  width: 190px;
  height: 34px;
  border: 1px solid #0082ca;
  border-radius: 5px;
  font-family: "Open Sans Bold", sans-serif;
}

.container #booking_pop .button:hover {
  background-color: #00a3da;
}

.container #booking_pop form label {
  text-transform: uppercase;
  font-size: 12.5px;
}

.container #booking_pop form #datetimepicker11 {
  width: 165px;
  float: left;
}

@media screen and (max-width: 480px) {
  .container #booking_pop form #datetimepicker11 {
    width: 100%;
    float: none;
  }
}

.container #booking_pop form #datetimepicker3 {
  width: 165px;
  float: right;
}

@media screen and (max-width: 480px) {
  .container #booking_pop form #datetimepicker3 {
    width: 100%;
    float: none;
  }
}

.container #booking_pop .close_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 21px;
  height: 20px;
  background-image: url(../images/managesafety/xClose.png);
  background-size: 21px 20px;
  cursor: pointer;
}

/* Added CSS for Search Insurance - Onesi - 05/29/18 */
.ui.fluid.dropdown[data-v-3a0c7bea] {
  display: inline-block !important;
  width: 270px !important;
  margin-left: 10px;
  height: 26px;
  padding-top: 5px !important;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .ui.fluid.dropdown[data-v-3a0c7bea] {
    width: 300px !important;
    display: block !important;
    margin: 0 auto !important;
    height: 36px !important;
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 667px) {
  .ui.fluid.dropdown[data-v-3a0c7bea] {
    width: 300px !important;
    display: block !important;
    margin: 0 auto !important;
    height: 36px !important;
    padding-top: 10px !important;
  }
}

/* Added CSS for Blue Light Promotion */
.bluelight-badge {
  width: 85px;
  height: 26px;
  display: block;
  background-image: url(../images/managesafety/blue-light-expert_white@2x.png);
  background-size: 60px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media screen and (min-width: 1366px) {
  .bluelight-badge {
    display: inline;
    float: right;
    margin: -20px 0px 0px 0px;
  }
}

@media screen and (max-width: 1366px) and (min-width: 877px) {
  .bluelight-badge {
    display: inline;
    float: right;
    margin: -20px 0px 0px 0px;
  }
}

@media screen and (max-width: 877px) and (min-width: 667px) {
  .bluelight-badge {
    margin: -50px 0px 26px 110px;
  }
}

@media screen and (max-width: 667px) {
  .bluelight-badge {
    margin: -47px 0px 26px 122px;
  }
}

.bluelight-badge-notexpert {
  width: 85px;
  height: 26px;
  display: block;
  background-image: url(../images/managesafety/blue-light-expert_blue@2x.png);
  background-size: 60px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media screen and (min-width: 1366px) {
  .bluelight-badge-notexpert {
    display: inline;
    float: right !important;
    margin: -46px 0px 0px 0px;
  }
}

@media screen and (max-width: 1366px) and (min-width: 959px) {
  .bluelight-badge-notexpert {
    display: inline;
    float: right;
    margin: -46px 0px 0px 0px;
  }
}

@media screen and (max-width: 959px) and (min-width: 877px) {
  .bluelight-badge-notexpert {
    margin: -50px 0px 47px 30px;
  }
}

@media screen and (max-width: 877px) {
  .bluelight-badge-notexpert {
    margin: -50px 0px 47px 30px;
  }
}

/* width */
div.location_details::-webkit-scrollbar {
  width: 10px;
}

/* Track */
div.location_details::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
}

/* Handle */
div.location_details::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 8px;
}

/* Handle on hover */
div.location_details::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 8px;
}

.filter-div .column__filter {
  display: inline-block;
  margin: 7px;
}

.filter-div .select > button[data-v-2ff54540] {
  border: 1px solid #0082ca;
}

.filter-div .select .helperContainer[data-v-2ff54540] {
  display: none;
}

.filter-div .select .checkboxLayer[data-v-2ff54540] {
  border: 1px solid #0082ca;
}

.filter-div .select .selectGroup[data-v-2ff54540]:hover,
.filter-div .select .selectItem[data-v-2ff54540]:hover {
  background-color: silver;
}

.filter-div .select .checkBoxContainer[data-v-2ff54540] {
  padding-top: 0px;
  min-height: 32px;
  width: 300px;
}

.filter-div .select .checkBoxContainer[data-v-2ff54540] .margin-left-20[data-v-2ff54540] {
  margin-left: 0px;
  text-transform: capitalize;
}

.filter-div .select .selectItem[data-v-2ff54540],
.filter-div .select .selectItemDeactive[data-v-2ff54540] {
  word-break: break-word;
  white-space: normal;
  /* border-bottom: 1px solid #dcdcdc;*/
}

.filter-div [data-v-2ff54540]::-webkit-scrollbar-thumb {
  background: #888;
}

.filter-div .filter-label {
  word-break: break-word;
  display: inline-block;
  position: absolute;
  z-index: 2;
  margin-left: 92px;
  width: 170px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-top: 5px;
  pointer-events: none;
}

@media screen and (max-width: 959px) and (min-width: 820px) {
  .filter-div {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 820px) and (min-width: 667px) {
  .filter-div {
    width: 416px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 667px) and (min-width: 365px) {
  .filter-div {
    width: 347px;
    margin-left: auto;
    margin-right: auto;
  }
  .filter-div .btn-select {
    width: 300px;
  }
  .filter-div .filter-label {
    width: 295px;
    margin-left: 155px;
  }
}

@media screen and (max-width: 365px) {
  .filter-div {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .filter-div .btn-select {
    width: 202px;
  }
  .filter-div .select .selectItem[data-v-2ff54540],
  .filter-div .select .selectItemDeactive[data-v-2ff54540] {
    min-width: 200px;
    width: 200px;
  }
  .filter-div .checkboxLayer {
    min-width: 202px !important;
    width: 202px !important;
  }
  .filter-div .filter-label {
    margin-left: 105px;
    width: 195px;
  }
}

.filter-dropdown {
  width: 13px;
  margin-right: 10px;
  margin-top: 4px;
  float: right;
}

.filter-selected.select > button[data-v-2ff54540] {
  background-color: #e4f6ff;
}

.btn-select {
  width: 178px;
}

.center {
  text-align: center;
}

.select .helperButton {
  display: none !important;
}

.filter-clear {
  float: right;
  margin-right: 30px;
  text-decoration: underline;
  cursor: pointer;
}

@media only screen and (max-width: 667px) {
  .filter-clear {
    float: none;
    margin-right: 0px;
  }
}

.selected-fiter {
  background-color: #0082ca;
}

@media only screen and (max-width: 455px) {
  .selectList {
    overflow-x: auto;
  }
  .checkBoxContainer {
    overflow-y: hidden;
    max-height: 100% !important;
    z-index: 99999;
  }
}

.buttonLabel {
  display: none !important;
}

.no-result-height {
  height: 100px;
}

@media only screen and (min-width: 668px) {
  .mobile_view_toggle {
    display: none;
  }
}

.vue-tooltip.tooltip-custom {
  background-color: #fff;
  color: #545454;
  border: 1px solid #545454;
  letter-spacing: 0;
}

.vue-tooltip.tooltip-custom .tooltip-arrow {
  border-bottom-color: transparent !important;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .multiselect__input, .multiselect__single {
    display: inline !important;
  }
}

.body-overflow {
  overflow: hidden;
}

.disclaimer-text {
  font-size: 0.8em;
  margin-bottom: 10px;
}

.bookAppointment-close-icon {
  width: 16px;
}

.modal-body-padding {
  padding: 5px 30px 15px;
}

.requestAppointment-textArea {
  width: 100%;
  height: 60px;
  color: #000;
}

.sched-padding-left {
  padding-left: 0px;
}

.modal-footer-padding-left {
  padding-left: 0px;
}

@media screen and (max-width: 991px) {
  .modal {
    overflow-y: auto;
  }
  .modal-body-style {
    width: 100%;
  }
  .book-schedule-style {
    width: 350px;
  }
}

@media screen and (max-width: 480px) {
  .book-schedule-style {
    width: 100%;
  }
}

.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.modal-open {
  overflow: hidden;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.modal-button {
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: #0082ca;
  width: 190px;
  height: 34px;
  border: 1px solid #0082ca;
  border-radius: 5px;
  font-family: "Open Sans Bold", sans-serif;
  margin-top: 10px;
}

.modal-button:hover {
  color: #fff;
  background-color: #00a3da;
}

.modal-button:focus {
  color: #fff;
}

.modal-practice-name {
  font-family: "Open Sans Bold", sans-serif;
  color: #0082ca;
  letter-spacing: 0.2em;
  font-style: normal;
  text-align: center;
  opacity: 1;
}

.success_button_center {
  margin-left: auto;
  margin-right: auto;
}

.modal-text {
  font-family: "Open Sans Bold", sans-serif;
  font-size: 12px;
  color: #17212f;
  font-style: normal;
  text-align: left;
  letter-spacing: 0.1em;
  opacity: 1;
}

.modal-label {
  font-family: "Open Sans Bold", sans-serif;
  font-size: 10px;
  color: #17212f;
  font-style: normal;
  text-align: left;
  letter-spacing: 0.2em;
  opacity: 1;
  font-weight: normal;
  padding: 0px;
}

.validation-style {
  color: red;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 12px;
  text-align: center;
}

.appointment_header {
  color: #17212f;
}

.modal .modal-dialog .modal-content .modal-body .modal-body-padding .row .col-md-4 .row .col-md-12 .row .col-md-12 .hours {
  color: #000;
  margin-bottom: 30px;
  font-size: 12px;
}

.modal .modal-dialog .modal-content .modal-body .modal-body-padding .row .col-md-4 .row .col-md-12 .row .col-md-12 .hours .subhead {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}

.modal .modal-dialog .modal-content .modal-body .modal-body-padding .row .col-md-4 .row .col-md-12 .row .col-md-12 .hours table tr td.day {
  text-transform: uppercase;
  font-weight: bold;
}

.modal .modal-dialog .modal-content .modal-body .close_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 21px;
  height: 20px;
  background-image: url(../images/managesafety/xClose.png);
  background-size: 21px 20px;
  cursor: pointer;
}

/* .modal .modal-dialog .modal-content {
    margin-top: 50px !important;
  }*/
/*Added CSS for vueJs-datepicker - 01/30/18 - Onesi*/
.vdp-datepicker__calendar header {
  position: unset;
}

.vdp-datepicker__calendar .cell.day-header {
  text-transform: uppercase;
}

.vdp-datepicker div input, .vdp-datepicker__calendar {
  width: 100% !important;
}

/*Added CSS for Request Appointment Modal - 01/03/18 - Onesi*/
div div.subhead {
  text-transform: uppercase;
  font-weight: bold;
}

div ul.appointment_hours {
  margin: 10px 0 0 0 !important;
}

.modal_success_message {
  font-family: "Open Sans Bold", sans-serif;
  font-size: 13px;
  color: #17212f;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.1em;
  opacity: 1;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail div ul.appointment_hours li {
  display: block;
  text-transform: uppercase;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail div ul.appointment_hours li .date {
  font-weight: bold;
  margin-right: 20px;
  width: 50px;
  display: inline-block;
}

.resultgallery-picture {
  border-width: 0px;
  left: 0px;
  top: 0px;
  width: 86px;
  height: 55px;
}

/*Added CSS for Level 3 Data - 01/04/18 - Onesi*/
.container #store-content section.practice-detail-top .address-info ul.appointment_hours li {
  height: 15px;
}

.container #store-content section.practice-detail-top .address-info ul.appointment_hours li .date {
  font-weight: bold;
  margin-right: 20px;
  width: 50px;
  display: inline-block;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .hours_info .info_details .swiper-container.location .swiper-wrapper .swiper-container.swiper-container-horizontal .swiper-wrapper .swiper-slide {
  margin-top: 10px;
  width: 87.6667px;
  margin-right: 10px;
  overflow: hidden;
}

/* Modal Content (Image) */
.gallery-modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* The Close Button */
.gallery-close {
  position: absolute;
  top: 25px;
  right: 35px;
  color: #f1f1f1;
  font-size: 35px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .gallery-modal-content {
    width: 100%;
    margin-top: 30px;
  }
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

@media screen and (max-width: 959px) {
  #mobile-navs-wrapper .swiper-slide {
    overflow-y: hidden;
  }
}

@media screen and (max-width: 733px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details {
    height: auto;
  }
}

@media screen and (max-width: 1054px) {
  .search_header_banner .main-image .header_title .page-heading {
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
  }
}

@media screen and (max-width: 968px) {
  .search_header_banner .main-image .header_title .page-heading {
    font-size: 26px;
  }
}

/*.info-window-height{
  height:400px;
}*/
.ecp-text-validate {
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .form_padding, .modal-body-style {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.ui.selection.dropdown {
  min-height: 0px !important;
}

.ui.dropdown .menu > .item {
  font-family: ProximaNova-Regular !important;
  font-size: 12px !important;
  color: #17212f !important;
  letter-spacing: 0.20em;
  border-radius: 8px;
  width: 100%;
  height: 30px;
}

.insurance-class {
  width: 176px !important;
  border: solid 1px darkgray !important;
  border-radius: 5px !important;
  text-transform: uppercase !important;
  height: 26px !important;
  margin-left: 15px !important;
  padding-left: 15px !important;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…gzLjhsNDkwLDQ5MGw0OTAtNDkwbC01Ny43LTU3LjdMNTAwLDY1OC42eiIvPjwvZz48L3N2Zz4=) #fff no-repeat 95% 50%;
  background-size: auto auto;
  background-size: 13px 13px;
  -webkit-appearance: none;
}

.show-button {
  width: 200px;
  margin: 0 auto;
  display: none;
  margin-bottom: 20px;
}

@media screen and (max-width: 667px) {
  .show-button {
    display: block;
  }
}

.show-button button {
  width: 100%;
  height: 36px;
  text-transform: uppercase;
  border: 1px solid #0082ca;
  border-radius: 5px;
  color: #fff;
  background-color: #0082ca;
  font-family: "Open Sans Bold", sans-serif;
  letter-spacing: .1rem;
}

@media screen and (max-width: 667px) {
  input[type='text'],
  input[type='number'],
  select:focus,
  select,
  .multiselect, .multiselect__input, .multiselect__single {
    font-size: 16px !important;
  }
}

/*Modal CSS style - Added by Onesi - 11/07/18*/
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.modal-mask .overlay-mask {
  overflow-y: auto;
  height: 100vh;
}

.modal-mask .overlay-mask .modal-dialog .modal-content {
  background-color: #ececec;
  border-radius: 0px;
  z-index: 10000;
  border: 0px;
}

.modal-mask .overlay-mask .modal-dialog .modal-content .close_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 21px;
  height: 20px;
  background-image: url(../images/managesafety/xClose.png);
  background-size: 21px 20px;
  cursor: pointer;
}

.hide_item {
  visibility: hidden;
}

body {
  font-family: "Open Sans Bold", sans-serif;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #fff !important;
  letter-spacing: normal;
  overflow-x: hidden;
}

@media screen and (max-width: 667px) {
  #home .page-heading {
    margin-top: 50px;
  }
}

.distance_miles, .insurance_brands, .zipCodeBox, #search_address {
  border-width: 1px !important;
  border-style: solid;
}

.search-btn-style, .search-btn-style-minimal, .mobile_filters, .mobile_search, .show-button {
  font-weight: bold;
}

.ecp-container-no-padding {
  padding: 0px;
}

.desktop-image {
  position: relative;
}

.desktop-image:before {
  content: "" !important;
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  background-color: red !important;
  background-size: 100% 100%;
}

.page-heading {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 28px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

.row-margin-aav-specific {
  margin: 0px;
}

.container h2.section-heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

a:hover {
  text-decoration: none;
}

.minimal-main-image img {
  visibility: hidden !important;
  height: 130px !important;
}

@media screen and (max-width: 749px) {
  .minimal-main-image img {
    height: 400px !important;
  }
}

.change_page_heading {
  color: #17212f;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(white));
  background: linear-gradient(#f3f3f3, white);
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#bbdefb), to(white));
  background: linear-gradient(#bbdefb, white);
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail p.p_name {
  font-weight: bold;
  margin-top: -68px;
  width: 90%;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .hours_info .info_button {
  margin: 15px 0 5px;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .result_count_background {
  background-image: url(../MANAGE_SAFETY/images/map-marker.png);
  background-size: 20px;
  height: 35px;
  border-top: 0px !important;
  background-repeat: no-repeat;
  margin-top: 22px;
  margin-left: 5px;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .count_num {
  width: 30px;
  left: 0px !important;
  color: #fff;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  top: -35px !important;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .count_num {
    font-size: 12.5px;
  }
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail .call_now_btn {
  padding-top: 4px;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight {
  background: #00a3da !important;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .result_count_background {
  background-image: url(../MANAGE_SAFETY/images/map-marker-hover.png);
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .count_num {
  color: #00a3da !important;
  width: 30px;
  left: 0px;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight p.p_name {
  margin-top: -68px !important;
  width: 200px;
}

.container .content-divider__header .no-gutters div .search_result_content .map_and_location_details .location_details .each_location_detail-spotlight .call_now_btn {
  background-color: #f99d25;
  color: white;
}

.search_header_banner .managed-main-image img {
  visibility: hidden !important;
  height: 130px !important;
}

@media screen and (max-width: 749px) {
  .search_header_banner .managed-main-image img {
    height: 225px !important;
  }
}

/*Added CSS in Level 2 Data - 01/04/18 - Onesi*/
.container #store-content section.practice-detail-bottom .doctor-details-info ul li.dr_detail_item.active p.dr_detail_subhead {
  font-weight: bold;
  font-size: 13px;
}

.search_header_banner .main-image .ecp-text-validate {
  color: black;
}

/*Added CSS for Result Page (Mobile-responsive) - 01/08/18 - Onesi*/
@media screen and (max-width: 667px) {
  .search_header_banner .main-image .header_title {
    top: 170px !important;
  }
  .search_header_banner .main-image .locations-search {
    top: 140px;
  }
}

@media screen and (max-width: 553px) {
  .logo {
    margin: 0;
  }
}

/*Added CSS style for Mobile-Responsiveness AAV logo and AAV links*/
@media screen and (max-width: 375px) {
  .aav_logo {
    width: 170px;
    float: left;
    height: 90%;
  }
}

/*Added CSS for AAV Media mobile-responsive*/
.search_header_banner .main-image .header_title {
  top: 200px;
}

.search_header_banner .main-image .locations-search {
  top: 150px;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------*/
/*ELP2-146*/
.search_options .mobile_search {
  margin-top: 0px !important;
}

@media screen and (max-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) {
  .search_header_banner .main-image-result {
    max-height: 500px;
  }
  .container .content-divider__header {
    padding: 0;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .search_header_banner .main-image-result {
    max-height: 600px;
  }
  .container .content-divider__header {
    padding: 0;
  }
}

@media screen and (max-width: 699px) {
  .container #store-content section.practice-detail-top .service_info .services {
    margin: 10px 0px 0px 0px;
  }
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------*/
/*Apple iPhone 6, iPhone 7- Portrait*/
@media screen and (max-width: 375px) and (max-height: 667px) {
  .container .h-container-result {
    margin-top: 0px;
  }
}

/*Apple iPhone SE - Landscape*/
@media screen and (max-width: 568px) and (max-height: 320px) {
  .container .h-container-result {
    margin-top: 0px;
  }
}

/*Google Nexus 4, Nexus 5, Nexus 6 - Landscape*/
@media screen and (max-width: 640px) and (max-height: 384px) {
  .container .h-container-result {
    margin-top: 250px;
  }
}

/*Google Nexus 7 - Portrait*/
@media screen and (max-width: 600px) and (max-height: 960px) {
  .container .h-container-result {
    margin-top: 250px;
  }
}

/*Nokia Lumia 520 - Portrait*/
@media screen and (max-width: 320px) and (max-height: 533px) {
  .container .h-container-result {
    margin-top: 0px;
  }
}

/*Nokia Lumia 520 - Landscape*/
@media screen and (max-width: 533px) and (max-height: 320px) {
  .container .h-container-result {
    margin-top: 0px;
  }
}

/*Nokia N9 - Portrait*/
@media screen and (max-width: 360px) and (max-height: 640px) {
  .container .h-container-result {
    margin-top: 0px;
  }
}

/*Samsung Galaxy S8 - Portrait*/
@media screen and (max-width: 360px) and (max-height: 740px) {
  .container .h-container-result {
    margin-top: 0px;
  }
}

/*Nexus 5X - Portrait*/
@media screen and (max-width: 412px) and (max-height: 732px) {
  .container .h-container-result {
    margin-top: 0px;
  }
}

/*iPhone 5 - Landscape*/
@media screen and (max-width: 568px) and (max-height: 320px) {
  .container .h-container-result {
    margin-top: 0px;
  }
}

.email_link {
  text-transform: uppercase;
  background-image: url(../images/managesafety/email.png);
  background-size: 24px auto;
  margin-top: 7px;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position-y: 0px;
  height: 24px;
  display: block;
  color: #0082ca;
}

/*Added Style for QA Site only (100% height causes the provider container wider) - Onesi - 08/23/18*/
.container #store-content section.practice-detail-bottom .swiper-container.main {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.search_header_banner .main-image .locations-search .find-professional-form .input-wrapper .insurance_wrap, .search_header_banner .main-image .locations-search .locations-search-input .locations-search .input-wrapper .insurance_wrap, .search_header_banner .main-image .locations-search-input .locations-search .locations-search .input-wrapper .insurance_wrap, .search_header_banner .main-image .locations-search .locations-search-input .locations-search-minimal .input-wrapper .insurance_wrap, .search_header_banner .main-image .locations-search-input .locations-search .locations-search-minimal .input-wrapper .insurance_wrap, .search_header_banner .main-image .locations-search .locations-search-input-result .locations-search .input-wrapper .insurance_wrap, .search_header_banner .main-image .locations-search-input-result .locations-search .locations-search .input-wrapper .insurance_wrap, .search_header_banner .main-image .locations-search .locations-search-input-result .locations-search-minimal .input-wrapper .insurance_wrap, .search_header_banner .main-image .locations-search-input-result .locations-search .locations-search-minimal .input-wrapper .insurance_wrap {
  width: 313px;
  margin-top: 0px;
}

@media screen and (max-width: 667px) {
  .search_header_banner .main-image .locations-search .find-professional-form .input-wrapper .insurance_wrap, .search_header_banner .main-image .locations-search .locations-search-input .locations-search .input-wrapper .insurance_wrap, .search_header_banner .main-image .locations-search-input .locations-search .locations-search .input-wrapper .insurance_wrap, .search_header_banner .main-image .locations-search .locations-search-input .locations-search-minimal .input-wrapper .insurance_wrap, .search_header_banner .main-image .locations-search-input .locations-search .locations-search-minimal .input-wrapper .insurance_wrap, .search_header_banner .main-image .locations-search .locations-search-input-result .locations-search .input-wrapper .insurance_wrap, .search_header_banner .main-image .locations-search-input-result .locations-search .locations-search .input-wrapper .insurance_wrap, .search_header_banner .main-image .locations-search .locations-search-input-result .locations-search-minimal .input-wrapper .insurance_wrap, .search_header_banner .main-image .locations-search-input-result .locations-search .locations-search-minimal .input-wrapper .insurance_wrap {
    width: 100%;
  }
}
