.locator-row .detect-location {
  margin-bottom: 1em; }

.locator-row .store-name {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 22px; }
  .locator-row .store-name a {
    font-size: 22px;
    line-height: 22px; }

@media (min-width: 768px) {
  .locator-row.results .store-name a {
    font-size: 17px;
    line-height: 22px; }
  .locator-row .slick-initialized .slick-slide {
    margin-right: 30px; }
  .locator-row .store-locator .slick-prev,
  .locator-row .store-locator .slick-next {
    top: 80%; }
  .locator-row .slick-slider .slick-dots {
    bottom: 40px; } }

.locator-row .center-number {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px; }

.locator-row .phone-icon {
  padding-bottom: 5px; }

.locator-row .storelocator-phone {
  color: #0081c6;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  display: inline-block; }

.locator-row .address-line-1 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow-x: hidden; }

.locator-row .address-line-2 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px; }

.locator-row .store-directions {
  color: #0081c6;
  background-image: url("../images/directions.svg");
  background-position: 0 -1px;
  background-repeat: no-repeat;
  background-size: 22px auto;
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  padding-left: 25px;
  font-family: 'Arial'; }

.locator-row .store-info {
  color: #0081c6;
  background-image: url("../images/info.svg");
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 19px auto;
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  padding-left: 25px;
  font-family: 'Arial'; }

.locator-row .border-lighter-gray {
  border-color: #c8c8c8 !important; }

.locator-row .map-canvas .border-lighter-gray {
  border: none !important; }

.locator-row .social-list {
  margin-top: 20px; }
  .locator-row .social-list ul {
    list-style-type: none;
    padding-left: 0; }
    .locator-row .social-list ul li {
      margin-right: 5px;
      display: inline-block; }

.locator-row .store-hours {
  margin-top: 20px; }
  .locator-row .store-hours table td:first-child {
    padding-right: 60px;
    text-align: left;
    width: 50%; }
  .locator-row .store-hours table td:last-child {
    text-align: right;
    width: 50%; }
  .locator-row .store-hours .hours-container {
    padding-right: 60px;
    margin-bottom: 20px; }
    .locator-row .store-hours .hours-container p {
      margin-bottom: 11px; }
  @media (max-width: 991.98px) {
    .locator-row .store-hours .hours-container {
      width: 100%; } }
  @media (min-width: 768px) {
    .locator-row .store-hours {
      margin-top: 40px; } }

.locator-row .cta-column .cta-background {
  padding-top: 15px;
  padding-bottom: 15px; }

.locator-row .cta-column .store-loc-btn {
  padding: 10px 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  width: 100%; }

.locator-row .cta-column .store-loc-btn:last-child {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .locator-row .cta-column {
    margin-bottom: 40px; }
    .locator-row .cta-column .cta-background {
      background-color: #dfebf0;
      padding: 50px 20px; }
    .locator-row .cta-column .store-loc-btn {
      width: 300px; }
      .locator-row .cta-column .store-loc-btn.btn-secondary {
        color: #fff;
        background-color: #0074B6;
        border-color: #0074B6; }
        .locator-row .cta-column .store-loc-btn.btn-secondary:hover {
          color: #fff;
          background-color: #1f8ccd;
          border-color: #1581c2; } }

.locator-row .store-details {
  display: block; }

.locator-row .striped > div:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.locator-row .search-form {
  width: 100%;
  margin-bottom: 4rem;
  height: 80px;
  z-index: 999;
  background-color: #DFEBF0;
  margin-bottom: 20px;
  padding-top: 20px; }
  @media (max-width: 767.98px) {
    .locator-row .search-form {
      height: 130px !important; } }

@media (min-width: 544px) {
  .locator-row .select-store {
    margin-top: -3rem; } }

.locator-row .custom-radio .store-details {
  margin-left: 1.125em; }

.locator-row .store-locator-no-results {
  display: none; }

.locator-row.results .form-check {
  padding-left: 0; }
  .locator-row.results .form-check .form-check-label {
    display: block; }

@media (min-width: 768px) {
  .locator-row.results {
    overflow-y: hidden;
    overflow-x: hidden;
    max-height: -webkit-fit-content;
    max-height: fit-content; } }

@media (min-width: 768px) {
  .locator-row {
    position: relative; }
    .locator-row .location-alert-message {
      top: 240px;
      left: 15px; } }

.location-description {
  margin-bottom: 20px; }
  .location-description h1 {
    font-size: 26px;
    line-height: 28px; }
  .location-description .location-text {
    font-size: 14px;
    line-height: 20px;
    font-family: Arial, sans-serif; }
    .location-description .location-text a {
      color: #0081c6;
      text-decoration: none; }
  @media (min-width: 768px) {
    .location-description .location-text {
      font-size: 16px;
      line-height: 22px; } }

@media (min-width: 768px) {
  .on-this-page {
    margin-bottom: 20px; } }

.on-this-page h3 {
  color: #16384E;
  font-size: 18px;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 20px; }

.on-this-page ul.links {
  list-style-type: none;
  padding: 0; }
  .on-this-page ul.links li {
    margin-bottom: 15px;
    margin-right: 15px; }
    @media (min-width: 768px) {
      .on-this-page ul.links li {
        display: inline-block; } }
    .on-this-page ul.links li a {
      color: #0081c6;
      font-size: 16px;
      line-height: 20px;
      font-family: Arial, sans-serif;
      text-decoration: underline; }

.find-by-state {
  margin-bottom: 20px; }
  .find-by-state ul li a {
    color: #0081c6; }

.block-get-max-up-two-box {
  margin-bottom: 20px; }

.nearby-locations {
  margin-bottom: 40px; }

.search-title {
  color: #0070d2;
  font-weight: 600; }

.search-address-field {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0; }
  .search-address-field .location-icon {
    top: 26px; }

.store-zip-form-field {
  color: #707070;
  padding-left: 40px !important; }

.store-zip-form-field.form-control:-ms-input-placeholder {
  color: #707070; }

.store-zip-form-field.form-control::placeholder {
  color: #707070; }

.background-address-search {
  background-color: #DFEBF0; }

.button-search-address {
  padding-top: 20px;
  padding-bottom: 20px; }
  .button-search-address .btn {
    font-size: 18px;
    line-height: 18px;
    padding: 10px 20px; }
    @media (min-width: 768px) {
      .button-search-address .btn {
        padding: 10px 60px; } }

.button-width-search {
  border-radius: 5px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.map-marker {
  float: left;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  border-radius: 0.375em;
  color: #fff;
  background-color: #7ed0ee;
  position: relative; }
  .map-marker::after {
    position: absolute;
    bottom: -0.625em;
    left: 50%;
    transform: translate(-50%, 0);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1em 0.5em 0;
    border-color: #7ed0ee transparent transparent transparent; }

.gm-style-iw .store-details {
  margin-left: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5; }

.gm-style-iw a {
  color: #0070d2; }

.map-canvas {
  width: 100%;
  height: 33.75rem;
  margin: 0 auto; }

.store-name {
  font-weight: 600; }

#changeLocationModal .jumbotron {
  margin: 0 0 0.9375rem 0;
  padding: 0; }

@media (min-width: 768px) {
  #changeLocationModal .modal-lg {
    max-width: 600px; } }

@media (min-width: 992px) {
  #changeLocationModal .modal-lg {
    max-width: 900px; } }

#changeLocationModal .store-name .name-link {
  display: none; }

#changeLocationModal .store-name .name-only {
  display: inline !important; }

#changeLocationModal .store-info, #changeLocationModal .store-directions {
  display: none; }

#changeLocationModal .modal-header {
  padding: 15px;
  border-bottom: 1px solid #eef0f2;
  font-size: 16px; }
  @media (min-width: 544px) {
    #changeLocationModal .modal-header {
      font-size: 20px; } }

#changeLocationModal .form-inline .form-control {
  display: inline-block;
  width: 210px;
  vertical-align: middle; }

#changeLocationModal button.use-my-location {
  width: 240px; }

#changeLocationModal .or-text {
  display: inline-block;
  margin: 10px 0;
  line-height: 32px; }
  @media (min-width: 768px) {
    #changeLocationModal .or-text {
      margin: 0; } }

#changeLocationModal .modal-footer {
  border-top: 1px solid #eef0f2; }

@media (max-width: 768px) {
  .location-results {
    padding: 0 10px 0 10px; } }

.location-results .show-more {
  display: block;
  width: 50%;
  margin: 15px auto 0 auto;
  padding: 20px;
  color: #16384E;
  background-color: #DFEBF0;
  border: 1px solid #DFEBF0;
  border-radius: 7px;
  text-decoration: none; }

.location-item {
  padding: 10px; }
  .location-item:not(:last-child) {
    border-bottom: 1px solid #eef0f2; }
  @media (min-width: 768px) {
    .location-item:first-child {
      padding-top: 0; } }
  .location-item .location-number {
    display: inline-block;
    height: 29px;
    width: 29px;
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    background-color: #DFEBF0;
    color: #16384E;
    border: 1px solid #00B9CD;
    border-radius: 50%; }
    @media (min-width: 768px) {
      .location-item .location-number {
        height: 50px;
        width: 50px;
        line-height: 46px;
        font-size: 22px; } }
  .location-item .location-number-svg {
    width: 35px; }
  .location-item .location-title {
    font-weight: 700;
    font-size: 12px; }
    @media (min-width: 768px) {
      .location-item .location-title {
        font-size: 14px; } }
  .location-item .location-address {
    font-size: 12px; }
    @media (min-width: 768px) {
      .location-item .location-address {
        font-size: 14px;
        padding-bottom: 5px; } }
    .location-item .location-address .selectionLocation {
      font-size: 14px;
      margin-top: 5px;
      padding: 8px 12px;
      border-radius: 8px; }
  .location-item .select-location {
    margin-top: 15px;
    font-size: 12px;
    padding: 0.8em 2em; }
    @media (max-width: 768px) {
      .location-item .select-location {
        margin-bottom: 5px; } }
  .location-item .location-distance {
    font-size: 12px;
    padding-top: 30px;
    text-align: center; }

form.changeLocationZipSearch .form-control.search-postal-input,
form.google-places-search .form-control.search-postal-input {
  height: 34px;
  border-right: none;
  border-radius: 0; }

form.changeLocationZipSearch .btn.search-postal-button,
form.google-places-search .btn.search-postal-button {
  border-radius: 0;
  padding: 0.25rem; }
  @media (max-width: 767.98px) {
    form.changeLocationZipSearch .btn.search-postal-button,
    form.google-places-search .btn.search-postal-button {
      margin-left: -5px; } }

form.changeLocationZipSearch .btn.use-my-location,
form.google-places-search .btn.use-my-location {
  height: 2.125rem;
  margin: 0 auto;
  text-decoration: none;
  padding: 4px 15px;
  font-size: 14px;
  border-radius: 8px; }

.store-details {
  display: block; }

.store-locator-no-apiKey {
  display: none; }

.store-locator-no-results {
  display: none; }

.store-locator-hero {
  background-image: url("../images/storelocator.jpg");
  margin-bottom: 0.625em; }
  @media (min-width: 544px) {
    .store-locator-hero {
      display: none; } }

@media (min-width: 768px) {
  .results {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 21.875em;
    margin-right: -0.938em; } }

.jc-stores .card {
  border: none; }
  .jc-stores .card .results {
    max-height: initial; }
    .jc-stores .card .results .card-body {
      border: 1px solid #ccc;
      border-radius: 4px;
      margin-right: 20px; }
      .jc-stores .card .results .card-body .form-check {
        text-align: left;
        float: left;
        padding: 0; }
        .jc-stores .card .results .card-body .form-check .form-check-label .store-details {
          margin-left: 0; }
          .jc-stores .card .results .card-body .form-check .form-check-label .store-details .store-name {
            color: #337ab7;
            font-size: 16px !important;
            font-weight: 700; }
          .jc-stores .card .results .card-body .form-check .form-check-label .store-details .store-subname {
            font-weight: 700;
            font-family: "Open Sans";
            color: #3d4d5c;
            font-size: 14px;
            width: 100%;
            margin-bottom: 10px; }
          .jc-stores .card .results .card-body .form-check .form-check-label .store-details .map-list-links .store-phone {
            margin-bottom: 10px;
            width: 100%;
            margin-top: 10px; }
            .jc-stores .card .results .card-body .form-check .form-check-label .store-details .map-list-links .store-phone img {
              float: left;
              width: 20px;
              margin-right: 10px; }
          .jc-stores .card .results .card-body .form-check .form-check-label .store-details .map-list-links .store-info {
            width: 50%;
            float: left; }
            .jc-stores .card .results .card-body .form-check .form-check-label .store-details .map-list-links .store-info img {
              float: left;
              width: 20px;
              margin-right: 10px; }
          .jc-stores .card .results .card-body .form-check .form-check-label .store-details .map-list-links .store-directions {
            width: 50%;
            float: left; }
            .jc-stores .card .results .card-body .form-check .form-check-label .store-details .map-list-links .store-directions img {
              float: left;
              width: 20px;
              margin-right: 10px; }

.location-icon {
  position: absolute;
  top: 15px;
  left: 20px; }

.inside-walgreens {
  margin-bottom: 5px;
  line-height: 20px;
  color: #333;
  font-style: italic;
  position: absolute;
  top: 42px; }
