.appointment-page {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.563rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }
  @media (min-width: 768px) {
    .appointment-page {
      width: 750px; } }
  @media (min-width: 992px) {
    .appointment-page {
      width: 960px; } }
  @media (min-width: 1200px) {
    .appointment-page {
      width: 1200px; } }
  .appointment-page .title-row {
    margin-bottom: 0.625rem; }
    @media (min-width: 768px) {
      .appointment-page .title-row {
        margin-bottom: 1.25rem; } }
    .appointment-page .title-row h1 {
      border-bottom: 2.5px solid rgba(206, 206, 206, 0.5);
      padding-bottom: 0.9375rem;
      margin-bottom: 0.9375rem;
      font-size: 40px;
      line-height: 60px;
      color: #16384E;
      font-weight: 500; }
  .appointment-page .appointment-steps {
    text-align: center; }
    .appointment-page .appointment-steps .step {
      display: inline-block;
      width: 32%;
      text-align: center;
      position: relative; }
      @media (min-width: 768px) {
        .appointment-page .appointment-steps .step {
          width: 33%; } }
      .appointment-page .appointment-steps .step span {
        display: inline-block;
        text-align: center;
        border: 1px solid #acacac;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        line-height: 46px;
        font-size: 22px;
        color: #919191; }
      .appointment-page .appointment-steps .step.active {
        color: #16384E;
        font-weight: 500; }
        .appointment-page .appointment-steps .step.active span {
          border-color: #00B9CD;
          background-color: #DFEBF0;
          color: #16384E; }
      .appointment-page .appointment-steps .step .appointment-step-name {
        display: block;
        margin-top: 0.5rem;
        line-height: 0.875rem;
        font-size: 0.75rem;
        font-weight: 800;
        color: #919191; }
        @media (min-width: 768px) {
          .appointment-page .appointment-steps .step .appointment-step-name {
            font-size: 18px;
            line-height: 22px;
            margin-top: 0.9375rem; } }
      .appointment-page .appointment-steps .step:not(:last-child):after {
        content: '';
        width: 35%;
        border-bottom: 1px solid #2681C2;
        position: absolute;
        top: 35%;
        left: 85%; }
        @media (min-width: 768px) {
          .appointment-page .appointment-steps .step:not(:last-child):after {
            width: 70%;
            top: 30%;
            left: 65%; } }
    .appointment-page .appointment-steps .step.allowStep {
      cursor: pointer; }
  .appointment-page .appointment-header .header-name {
    margin-top: 0.625rem;
    margin-bottom: 0.9375rem;
    padding: 0.625rem 0.9375rem; }
    .appointment-page .appointment-header .header-name h2 {
      font-weight: 500;
      font-size: 1.75rem;
      margin: 0; }
      @media (min-width: 768px) {
        .appointment-page .appointment-header .header-name h2 {
          font-size: 36px; } }
  .appointment-page .appointment-header .header-appointment-info {
    padding: 0.625rem 0.9375rem;
    font-weight: 500;
    font-size: 18px;
    color: #16384E; }
    @media (min-width: 768px) {
      .appointment-page .appointment-header .header-appointment-info {
        margin-top: 0.625rem;
        margin-bottom: 0.9375rem;
        font-size: 1.438rem; } }
    .appointment-page .appointment-header .header-appointment-info:before {
      content: '\F00C';
      font-family: 'FontAwesome';
      float: left;
      margin-right: 0.625rem;
      color: #00B9CD; }
  .appointment-page .appointment-header .step-header {
    display: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    padding: 1.25rem 1.563rem 1.25rem 1.563rem;
    background-color: #eff5f7; }
    @media (min-width: 768px) {
      .appointment-page .appointment-header .step-header .search-address-field {
        margin-top: 0.9375rem; } }
    .appointment-page .appointment-header .step-header .search-address-field .input-group {
      position: relative;
      border-collapse: separate; }
    .appointment-page .appointment-header .step-header .search-address-field input {
      height: 45px;
      border-color: #00B9CD;
      border-radius: 1.563rem 0 0 1.563rem;
      border-right: none;
      font-size: 1rem; }
    .appointment-page .appointment-header .step-header .search-address-field .store-zip-form-field {
      padding-left: 40px; }
    .appointment-page .appointment-header .step-header .search-address-field button {
      background-color: #FFFFFF;
      border: 1px solid #00B9CD;
      box-shadow: inset 0 1px 1px #ccc;
      border-radius: 0 1.563rem 1.563rem 0;
      border-left: 0px;
      height: 45px;
      padding: 0.375rem 0.75rem; }
      .appointment-page .appointment-header .step-header .search-address-field button:focus {
        outline: 0; }
  .appointment-page .appointment-header .step-header.active {
    display: block; }
  .appointment-page .appointment-body .step-body {
    display: none; }
  .appointment-page .appointment-body .step-body.active {
    display: block; }
  @media (min-width: 768px) {
    .appointment-page .appointment-body .step-1-body .map-canvas {
      height: 640px; } }
  .appointment-page .appointment-body .step-3-body {
    padding: 0 1.25rem; }
  .appointment-page .appointment-body .jumbotron {
    height: 550px;
    margin-bottom: 0.9375rem; }
  @media (max-width: 991.98px) {
    .appointment-page .appointment-body .location-results {
      padding: 0 0.625rem 0 0.625rem; } }
  .appointment-page .appointment-body .location-results .show-more {
    display: block;
    width: 50%;
    margin: 0.9375rem auto 0 auto;
    padding: 1.25rem;
    color: #16384E;
    background-color: #DFEBF0;
    border: 1px solid #DFEBF0;
    border-radius: 0.438rem;
    text-decoration: none; }
  .appointment-page .appointment-body .location-item {
    padding: 0.625rem; }
    .appointment-page .appointment-body .location-item:not(:last-child) {
      border-bottom: 1px dashed; }
    .appointment-page .appointment-body .location-item .location-number {
      display: inline-block;
      height: 29px;
      width: 29px;
      line-height: 1.625rem;
      font-size: 1rem;
      text-align: center;
      background-color: #DFEBF0;
      color: #16384E;
      border: 1px solid #00B9CD;
      border-radius: 50%; }
      @media (min-width: 768px) {
        .appointment-page .appointment-body .location-item .location-number {
          height: 50px;
          width: 50px;
          line-height: 46px;
          font-size: 22px; } }
    .appointment-page .appointment-body .location-item .location-title {
      font-weight: 700;
      font-size: 0.75rem;
      padding-top: 0.3125rem; }
      @media (min-width: 768px) {
        .appointment-page .appointment-body .location-item .location-title {
          font-size: 1rem;
          padding-top: 0.625rem; } }
    .appointment-page .appointment-body .location-item .location-address {
      font-size: 0.75rem; }
      @media (min-width: 768px) {
        .appointment-page .appointment-body .location-item .location-address {
          font-size: 1rem;
          padding-bottom: 0.3125rem; } }
    .appointment-page .appointment-body .location-item .select-location {
      margin-top: 0.9375rem;
      font-size: 0.75rem;
      padding: 0.8em 2em; }
      @media (max-width: 991.98px) {
        .appointment-page .appointment-body .location-item .select-location {
          margin-bottom: 0.3125rem; } }
    .appointment-page .appointment-body .location-item .location-distance {
      font-size: 0.75rem;
      padding-top: 0.3125rem;
      text-align: end;
      font-weight: 700; }
      @media (min-width: 768px) {
        .appointment-page .appointment-body .location-item .location-distance {
          font-size: 1rem;
          padding-top: 0.625rem; } }
  .appointment-page .appointment-body form.schedule-appointment label.form-label {
    font-weight: 700; }
  .appointment-page .appointment-body form.schedule-appointment label.form-checkbox {
    text-indent: -1.7em;
    padding-left: 1.7em;
    text-align: left; }
    .appointment-page .appointment-body form.schedule-appointment label.form-checkbox input {
      margin-right: 0.438rem; }
  .appointment-page .appointment-body form.schedule-appointment .appointment-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-family: "Fira Sans";
    font-size: 1rem;
    font-weight: 500;
    height: 3.75rem;
    margin: 0 auto;
    text-decoration: none;
    width: 14.5rem; }
  .appointment-page .appointment-body form.schedule-appointment .back-button {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    width: 14.5rem;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-decoration: underline; }

.appointment-confirmation {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.563rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }
  @media (min-width: 768px) {
    .appointment-confirmation {
      width: 750px; } }
  @media (min-width: 992px) {
    .appointment-confirmation {
      width: 960px; } }
  @media (min-width: 1200px) {
    .appointment-confirmation {
      width: 1200px; } }
  .appointment-confirmation .title-row {
    margin-bottom: 0.625rem; }
    @media (min-width: 768px) {
      .appointment-confirmation .title-row {
        margin-bottom: 1.25rem; } }
    .appointment-confirmation .title-row h1 {
      border-bottom: 2.5px solid rgba(206, 206, 206, 0.5);
      padding-bottom: 0.9375rem;
      margin-bottom: 0.9375rem;
      font-size: 40px;
      line-height: 60px;
      color: #16384E;
      font-weight: 500; }
  .appointment-confirmation .appointment-confirmation-info {
    text-align: center;
    margin: 0.9375rem 0;
    padding: 1.25rem 1.563rem 1.25rem 1.563rem;
    background-color: #eff5f7; }
    .appointment-confirmation .appointment-confirmation-info h2 {
      margin-top: 1.563rem;
      color: #16384E;
      font-weight: 700;
      font-size: 32px; }
    .appointment-confirmation .appointment-confirmation-info h3 {
      color: #16384E;
      font-weight: 700;
      margin: 0.625rem 0 0 0;
      font-size: 1rem; }
    .appointment-confirmation .appointment-confirmation-info .store-information {
      font-size: 1rem; }
      @media (min-width: 768px) {
        .appointment-confirmation .appointment-confirmation-info .store-information {
          font-size: 1.25rem; } }
      .appointment-confirmation .appointment-confirmation-info .store-information .location-title {
        font-weight: 700; }
    .appointment-confirmation .appointment-confirmation-info .add-to-calendar-btn {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      font-family: "Fira Sans";
      font-size: 1rem;
      font-weight: 500;
      height: 3.75rem;
      margin: 1.25rem auto;
      text-decoration: none;
      width: 14.5rem; }
      .appointment-confirmation .appointment-confirmation-info .add-to-calendar-btn:before {
        content: '\F073';
        font-family: 'FontAwesome';
        float: left;
        margin-right: 0.625rem; }
      .appointment-confirmation .appointment-confirmation-info .add-to-calendar-btn:after {
        content: '\F0D7';
        font-family: 'FontAwesome';
        float: right;
        margin-left: 0.625rem; }
  .appointment-confirmation .appointment-confirmation-footer {
    text-align: center;
    margin: 1.25rem 0; }

@media (max-width: 991.98px) {
  .location-results .maps {
    -ms-flex-order: 1;
        order: 1; }
  .location-results .locations {
    -ms-flex-order: 2;
        order: 2; } }

.sub-heading {
  color: #16384E;
  font-size: 1.375rem;
  font-family: "Fira Sans";
  font-weight: 700;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 1.875rem;
  margin-top: 0.9375rem;
  text-transform: none; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .sub-heading {
      font-size: 20px; } }
  @media (max-width: 767.98px) {
    .sub-heading {
      font-size: 16px; } }

.slot-sub-heading {
  color: #323D48;
  font-size: 12px;
  font-family: "Open Sans";
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  text-transform: none;
  margin-bottom: 0.625rem; }
  @media (max-width: 767.98px) {
    .slot-sub-heading {
      margin-top: 0; } }

.available-slots {
  margin-top: 3rem; }
  @media (max-width: 991.98px) {
    .available-slots {
      margin-top: 1rem; } }

.date-title.select-date-display {
  font-family: "Fira Sans";
  font-weight: 700;
  font-size: 20px;
  line-height: 1.75rem;
  text-align: center;
  color: #16384E;
  margin-bottom: 1.625rem;
  margin-top: 0.3125rem; }

.wrapper {
  margin: 0.9375rem auto;
  max-width: 68.75rem; }
  .wrapper .appointment-calendar {
    background: #fff;
    margin: 0 auto;
    overflow: auto; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .wrapper .appointment-calendar {
        margin: 0 7vw; } }
    .wrapper .appointment-calendar #monthAndYear {
      text-align: center;
      margin: 0;
      font-family: "Fira Sans";
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 1.5rem;
      color: #16384E; }
      @media (max-width: 767.98px) {
        .wrapper .appointment-calendar #monthAndYear {
          font-size: 1rem; } }
    .wrapper .appointment-calendar .button-container-calendar {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -ms-flex-align: center;
          align-items: center;
      position: relative;
      overflow: hidden;
      clear: both;
      border: 0.125rem solid #DFEBF0;
      border-bottom: unset;
      height: 65px; }
      .wrapper .appointment-calendar .button-container-calendar button {
        background: transparent;
        border: 0;
        cursor: pointer;
        color: #000;
        display: inline-block;
        font-size: 1.25rem;
        padding: 0.3125rem; }
        .wrapper .appointment-calendar .button-container-calendar button:focus {
          outline: none; }
        .wrapper .appointment-calendar .button-container-calendar button#previous {
          float: left; }
        .wrapper .appointment-calendar .button-container-calendar button#next {
          float: right; }
    .wrapper .appointment-calendar .table-calendar {
      border-collapse: collapse;
      width: 100%;
      border: 0.125rem solid #DFEBF0; }
      .wrapper .appointment-calendar .table-calendar tr {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
            justify-content: start;
        margin: 3px 0 0.438rem; }
      .wrapper .appointment-calendar .table-calendar #calendar-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        margin: 0 auto;
        max-width: fit-content; }
      .wrapper .appointment-calendar .table-calendar #thead-month {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        margin: 0 auto;
        width: fit-content; }
      .wrapper .appointment-calendar .table-calendar td,
      .wrapper .appointment-calendar .table-calendar th {
        color: #16384E;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        font-size: 20px;
        font-family: "Open Sans";
        font-weight: 700;
        height: 3.5rem;
        letter-spacing: normal;
        line-height: normal;
        margin: 0.375rem;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        width: 3.5rem; }
        @media (max-width: 767.98px) {
          .wrapper .appointment-calendar .table-calendar td,
          .wrapper .appointment-calendar .table-calendar th {
            font-size: 14px; } }
        @media (max-width: 543.98px) {
          .wrapper .appointment-calendar .table-calendar td,
          .wrapper .appointment-calendar .table-calendar th {
            width: 2.2rem;
            height: 2.2rem;
            margin: 4px; } }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          .wrapper .appointment-calendar .table-calendar td,
          .wrapper .appointment-calendar .table-calendar th {
            width: 4.5vw;
            height: 4.5vw; } }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .wrapper .appointment-calendar .table-calendar td,
          .wrapper .appointment-calendar .table-calendar th {
            width: 7vw;
            height: 6vh;
            font-size: 20px; } }
      .wrapper .appointment-calendar .table-calendar td.date-picker:not(.selected):not(.disabled) {
        background-color: #DFEBF0;
        border-radius: 0.3125rem; }
      .wrapper .appointment-calendar .table-calendar .date-picker {
        cursor: pointer; }
        .wrapper .appointment-calendar .table-calendar .date-picker.selected {
          background-color: #0081C6;
          color: #fff;
          border-radius: 0.3125rem;
          border: unset !important; }
      .wrapper .appointment-calendar .table-calendar .date-picker.disabled {
        color: #98a4ae;
        cursor: default; }
    .wrapper .appointment-calendar .footer-container-calendar {
      display: none; }

.appointment-slots-container .time-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .appointment-slots-container .time-list .time-slot {
    max-width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    cursor: pointer; }
    @media (max-width: 767.98px) {
      .appointment-slots-container .time-list .time-slot {
        max-width: 50%;
        flex: 0 0 50%;
        -ms-flex: 0 0 50%; }
        .appointment-slots-container .time-list .time-slot:nth-child(odd) {
          padding-right: 0.625rem; }
        .appointment-slots-container .time-list .time-slot:nth-child(even) {
          padding-left: 0.625rem; } }
    .appointment-slots-container .time-list .time-slot span {
      font-family: "Open Sans";
      font-weight: 400;
      font-size: 14px;
      background: #FFFFFF;
      color: #0081C6;
      display: inline-block;
      letter-spacing: normal;
      line-height: normal;
      margin-bottom: 1.25rem;
      padding: 0.4375rem 0.625rem;
      width: 88%;
      text-align: center;
      border: 1px solid #0081C6;
      border-radius: 0.625rem; }
      @media (max-width: 767.98px) {
        .appointment-slots-container .time-list .time-slot span {
          width: 100%; } }
  .appointment-slots-container .time-list .time-slot.selected {
    border: 0 !important; }
    .appointment-slots-container .time-list .time-slot.selected span {
      background-color: #0081C6;
      color: #FFFFFF; }
  .appointment-slots-container .time-list .time-slot.hidden-slot {
    display: none; }
  .appointment-slots-container .time-list .show-more-slots {
    width: 100%;
    color: #0081C6;
    font-size: 1rem;
    font-family: "Fira Sans";
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 1rem;
    text-decoration: underline;
    text-transform: none;
    text-align: center;
    display: inline-block;
    margin-top: 0.625rem; }
  .appointment-slots-container .time-list .show-less-slots {
    width: 100%;
    color: #0081C6;
    font-family: "Fira Sans";
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 2.1875rem;
    text-decoration: underline;
    text-transform: none;
    text-align: center;
    display: none;
    margin-top: 0.625rem; }

.appointment-slots-container .book-appointment-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Fira Sans";
  font-size: 1rem;
  font-weight: 500;
  height: 3.75rem;
  margin: 0 auto 1.875rem;
  text-decoration: none;
  width: 21rem; }
