/* function to convert the calc function in to rem based
$first- should be in % */
/** Slick Carousel Starts **/
/** Slick Carousel Ends **/
/* override default breakpoints */
#sticky-phantom {
  width: 100vw;
  height: 5.125rem;
  display: none; }

.storeSearchMobile {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  background: #fff; }
  .storeSearchMobile .filterBtn {
    color: #707372;
    border: 0;
    height: 3.125rem;
    width: 100%;
    background: transparent; }
  .storeSearchMobile .input-group {
    height: 3.125rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    border: solid 0.0625rem #707372; }
    .storeSearchMobile .input-group input {
      height: 100%;
      border: none;
      border-radius: 0.25rem 0 0 0.25rem !important;
      padding-top: 0.8125rem;
      padding-bottom: 0.8125rem; }
      .storeSearchMobile .input-group input::-webkit-input-placeholder {
        color: #000;
        opacity: 1; }
      .storeSearchMobile .input-group input::-moz-placeholder {
        color: #000;
        opacity: 1; }
      .storeSearchMobile .input-group input:-ms-input-placeholder {
        color: #000;
        opacity: 1; }
      .storeSearchMobile .input-group input::-ms-input-placeholder {
        color: #000;
        opacity: 1; }
      .storeSearchMobile .input-group input::placeholder {
        color: #000;
        opacity: 1; }
  .storeSearchMobile .has-error .input-group {
    border: 0.0625rem solid #d0021b; }
    .storeSearchMobile .has-error .input-group ::-webkit-input-placeholder {
      color: #d0021b; }
    .storeSearchMobile .has-error .input-group ::-moz-placeholder {
      color: #d0021b; }
    .storeSearchMobile .has-error .input-group :-ms-input-placeholder {
      color: #d0021b; }
    .storeSearchMobile .has-error .input-group ::-ms-input-placeholder {
      color: #d0021b; }
    .storeSearchMobile .has-error .input-group ::placeholder {
      color: #d0021b; }
  .storeSearchMobile .input-group-append .btn {
    background-color: #fff;
    border: 0;
    height: 100%;
    z-index: 0; }
    .storeSearchMobile .input-group-append .btn svg {
      fill: #000; }
    .storeSearchMobile .input-group-append .btn:hover {
      color: #222;
      background-color: #6a6c6c; }
      .storeSearchMobile .input-group-append .btn:hover svg {
        fill: #222; }

.storeSearchMobile.sticky {
  position: fixed;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(146, 146, 146, 0.5);
          box-shadow: 0 0.125rem 0.25rem 0 rgba(146, 146, 146, 0.5); }

.pac-container {
  z-index: 1060 !important; }

.noscrollIOS {
  overflow: hidden;
  position: fixed;
  width: 100%; }

.modalDialog .formSelect {
  margin-bottom: 1.5rem;
  max-width: 100%; }

.modalDialog .modal-content .modal-header {
  border: none; }
  .modalDialog .modal-content .modal-header button.close {
    padding-top: 1.75rem;
    opacity: 1;
    font-size: 2.125rem;
    font-weight: lighter;
    line-height: 0; }

.modalDialog .modal-content .modal-body {
  padding: 0 2.25rem 2.25rem 2.25rem; }

@media (max-width: 991.98px) {
  .sMobileView .storeHeight ul li.store {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem; }
  .sMobileView .storeHeight ul li.store.active {
    border: none;
    background-color: #f4f4f4; }
    .sMobileView .storeHeight ul li.store.active .badge {
      color: #222;
      background-color: #b5b2bf; }
  .sMobileView .storeHeight .details {
    float: left;
    text-align: center;
    text-decoration: underline; }
  .sMobileView .storeHeight .storeProcessInfo {
    padding-left: 0; }
  .sMobileView .storeHeight .flyout {
    position: fixed;
    border: 0;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    overflow: scroll; }
  .sMobileView .storeHeight .storeInfo h6, .sMobileView .storeHeight .storeInfo .storeTime {
    font-family: "Roboto-Bold", sans-serif; }
  .storeLocatorWrapper .breadNav .breadcrumb {
    padding-top: 1.25rem; }
  .storeLocatorWrapper .mapHeight {
    height: 15.0625rem; }
  .storeLocatorWrapper .badge {
    line-height: 1.125rem;
    height: 1.875rem;
    min-width: 1.875rem;
    padding: 0.3125rem 0; }
  .storeLocatorWrapper .storeHeight {
    height: 23.4375rem;
    overflow-y: scroll;
    border: 0.0625rem solid #979797;
    border-left: 0;
    border-right: 0; }
  .storeLocatorWrapper .stateStoreList .loadMoreBtn {
    margin-top: 1rem; }
  .storeLocatorWrapper .landingPage .storeSearchMobile .form-group {
    margin-bottom: 0; }
  .storeLocatorWrapper ul.breadcrumb {
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    overflow-x: auto;
    padding: 1rem 0 0.625rem 0 !important; }
  .storeLocatorWrapper .noscroll {
    position: fixed;
    width: 100%; }
  .flyout .flyHours ul li {
    font-size: 0.875rem;
    line-height: 1.25rem; } }

.loader {
  position: fixed;
  background: #000;
  height: 100%;
  width: 100%;
  z-index: 9999999;
  top: 0;
  opacity: 0.5;
  display: none; }

.spinner {
  border: 0.5rem solid #f4f4f4;
  border-top: 0.5rem solid #696158;
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  top: 50vh;
  left: 50vw;
  position: fixed; }
  .spinner:focus {
    outline: none !important; }

.visually-hidden {
  opacity: 0;
  width: 0.0625rem;
  height: 0; }

.nopadd {
  padding: 0;
  margin: 0; }

.aria-offscreen {
  opacity: 0;
  position: absolute;
  left: -625rem;
  top: auto;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden; }

.help-block {
  color: #d0021b; }
  .help-block svg {
    fill: #d0021b; }

.storeLocatorWrapper img {
  width: unset; }

@media (max-width: 1199.98px) {
  .storeLocatorWrapper.landingPage .storeSearchMobile .form-group {
    margin-bottom: 0; } }

.form-group.has-error .labelFloatText.editLabel {
  color: #d0021b; }

.form-group.has-error .labelFloatText {
  color: #d0021b; }

.form-group.has-error .help-block img {
  float: left;
  margin-right: 1rem; }

.form-group.has-error select {
  border: 0.0625rem solid #d0021b; }

.labelFloatText {
  position: absolute;
  pointer-events: none;
  font-size: 0.75rem;
  left: 0.75rem;
  top: 1rem;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all; }
  @media (min-width: 992px) {
    .labelFloatText {
      font-size: 1rem; } }

.labelFloatText.editLabel {
  top: 0.25rem;
  font-size: 0.625rem; }

@media (min-width: 992px) {
  .storeSearch {
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto; } }

.storeSearch .useMyLoc {
  padding-left: 0; }

.storeSearch .findStore {
  padding-right: 0; }

.storeSearch .myLocIcon {
  float: left;
  margin-left: 0.75rem;
  margin-right: 0; }

.storeSearch .myLocTxt {
  margin-right: 0.5rem;
  line-height: 1rem;
  font-size: 0.75rem; }
  @media (min-width: 992px) {
    .storeSearch .myLocTxt {
      font-size: 1rem; } }

.storeSearch input {
  padding-left: 0.625rem; }

.storeSearch button {
  width: 100%;
  height: 3.125rem; }

.storeSearch .row {
  padding-bottom: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .storeSearch .row .useMyLoc button.btn {
    padding: 0; }
  .storeSearch .row .combine {
    padding-left: 0;
    padding-right: 0;
    line-height: 3.125rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
  .storeSearch .row .schRadius {
    padding-left: 0; }
    .storeSearch .row .schRadius .custom-select-wrapper {
      margin-bottom: 0; }
  .storeSearch .row .storeType {
    padding-left: 0;
    padding-right: 0; }
  .storeSearch .row div:last {
    padding-right: 0; }

.storeSearch .help-block {
  color: #d0021b;
  font-size: 0.75rem; }
  .storeSearch .help-block img {
    margin-right: 1rem; }

.store__map--container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.storeLocatorWrapper h1,
.storeLocatorWrapper .header-description span {
  text-transform: capitalize; }

.storeLocatorWrapper .jumpToStoreWrap {
  border-top: 0.0625rem solid #979797;
  border-bottom: 0.0625rem solid #979797;
  display: block;
  margin-bottom: 3.75rem; }
  .storeLocatorWrapper .jumpToStoreWrap.sticky {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 999; }
  .storeLocatorWrapper .jumpToStoreWrap h6 {
    display: inline-block;
    margin-top: 0.9375rem;
    margin-bottom: 0.8125rem;
    margin-right: 6.25rem; }
  .storeLocatorWrapper .jumpToStoreWrap ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0; }
    .storeLocatorWrapper .jumpToStoreWrap ul li {
      float: left;
      margin-right: 3rem; }
      .storeLocatorWrapper .jumpToStoreWrap ul li a {
        color: #222;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 0.8125rem; }
      .storeLocatorWrapper .jumpToStoreWrap ul li.active a {
        color: #6a6c6c;
        border-bottom: 0.1875rem solid #6a6c6c;
        font-weight: 600; }

.storeLocatorWrapper .stateStoreList {
  padding-top: 1.5rem; }
  .storeLocatorWrapper .stateStoreList h3 {
    padding-bottom: 1.9375rem;
    border-bottom: 0.0625rem solid #979797;
    margin-bottom: 2.5625rem; }
  .storeLocatorWrapper .stateStoreList ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .storeLocatorWrapper .stateStoreList ul li {
      height: 15.625rem;
      margin-bottom: 3.75rem; }
      .storeLocatorWrapper .stateStoreList ul li h4 {
        margin-top: 1.25rem;
        margin-bottom: 0.3125rem; }
      .storeLocatorWrapper .stateStoreList ul li .sAddress {
        margin-top: 1.5rem;
        margin-bottom: 0.875rem; }
      .storeLocatorWrapper .stateStoreList ul li .sPhoneNo {
        margin-bottom: 0.3125rem; }
      .storeLocatorWrapper .stateStoreList ul li .sVisitBtn {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 90%;
        height: auto; }
        @media (min-width: 768px) {
          .storeLocatorWrapper .stateStoreList ul li .sVisitBtn {
            padding: 0.75rem 0.625rem; } }

.storeLocatorWrapper .storeSearchMobile {
  padding-bottom: 0;
  background: #f4f4f4; }

