.appointment-page {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  padding-right: 15px;
  padding-left: 15px; }
  @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: 10px; }
    @media (min-width: 768px) {
      .appointment-page .title-row {
        margin-bottom: 20px; } }
    .appointment-page .title-row h1 {
      border-bottom: 2.5px solid rgba(206, 206, 206, 0.5);
      padding-bottom: 15px;
      margin-bottom: 15px;
      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: 8px;
        line-height: 14px;
        font-size: 12px;
        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: 15px; } }
      .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: 10px;
    margin-bottom: 15px;
    padding: 10px 15px; }
    .appointment-page .appointment-header .header-name h2 {
      font-weight: 500;
      font-size: 28px;
      margin: 0; }
      @media (min-width: 768px) {
        .appointment-page .appointment-header .header-name h2 {
          font-size: 36px; } }
  .appointment-page .appointment-header .header-appointment-info {
    padding: 10px 15px;
    font-weight: 500;
    font-size: 18px;
    color: #16384E; }
    @media (min-width: 768px) {
      .appointment-page .appointment-header .header-appointment-info {
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 23px; } }
    .appointment-page .appointment-header .header-appointment-info:before {
      content: "\f00c";
      font-family: "FontAwesome";
      float: left;
      margin-right: 10px;
      color: #00B9CD; }
  .appointment-page .appointment-header .step-header {
    display: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 20px 25px 20px 25px;
    background-color: #EFF5F7; }
    @media (min-width: 768px) {
      .appointment-page .appointment-header .step-header .search-address-field {
        margin-top: 15px; } }
    .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: 25px 0 0 25px;
      border-right: none;
      font-size: 16px; }
    .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: #fff;
      border: 1px solid #00B9CD;
      box-shadow: inset 0 1px 1px #ccc;
      border-radius: 0 25px 25px 0;
      border-left: 0px;
      height: 45px;
      padding: 6px 12px; }
      .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 20px; }
  .appointment-page .appointment-body .jumbotron {
    height: 550px;
    margin-bottom: 15px; }
  @media (max-width: 768px) {
    .appointment-page .appointment-body .location-results {
      padding: 0 10px 0 10px; } }
  .appointment-page .appointment-body .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; }
  .appointment-page .appointment-body .location-item {
    padding: 10px; }
    .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: 26px;
      font-size: 16px;
      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: 12px;
      padding-top: 5px; }
      @media (min-width: 768px) {
        .appointment-page .appointment-body .location-item .location-title {
          font-size: 16px;
          padding-top: 10px; } }
    .appointment-page .appointment-body .location-item .location-address {
      font-size: 12px; }
      @media (min-width: 768px) {
        .appointment-page .appointment-body .location-item .location-address {
          font-size: 16px;
          padding-bottom: 5px; } }
    .appointment-page .appointment-body .location-item .select-location {
      margin-top: 15px;
      font-size: 12px;
      padding: 0.8em 2em; }
      @media (max-width: 768px) {
        .appointment-page .appointment-body .location-item .select-location {
          margin-bottom: 5px; } }
    .appointment-page .appointment-body .location-item .location-distance {
      font-size: 12px;
      padding-top: 5px;
      text-align: end;
      font-weight: 700; }
      @media (min-width: 768px) {
        .appointment-page .appointment-body .location-item .location-distance {
          font-size: 16px;
          padding-top: 10px; } }
  .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: 7px; }
  .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", sans-serif;
    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: 25px;
  padding-right: 15px;
  padding-left: 15px; }
  @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: 10px; }
    @media (min-width: 768px) {
      .appointment-confirmation .title-row {
        margin-bottom: 20px; } }
    .appointment-confirmation .title-row h1 {
      border-bottom: 2.5px solid rgba(206, 206, 206, 0.5);
      padding-bottom: 15px;
      margin-bottom: 15px;
      font-size: 40px;
      line-height: 60px;
      color: #16384E;
      font-weight: 500; }
  .appointment-confirmation .appointment-confirmation-info {
    text-align: center;
    margin: 15px 0;
    padding: 20px 25px 20px 25px;
    background-color: #EFF5F7; }
    .appointment-confirmation .appointment-confirmation-info h2 {
      margin-top: 25px;
      color: #16384E;
      font-weight: 700;
      font-size: 32px; }
    .appointment-confirmation .appointment-confirmation-info h3 {
      color: #16384E;
      font-weight: 700;
      margin: 10px 0 0 0;
      font-size: 16px; }
    .appointment-confirmation .appointment-confirmation-info .store-information {
      font-size: 16px; }
      @media (min-width: 768px) {
        .appointment-confirmation .appointment-confirmation-info .store-information {
          font-size: 20px; } }
      .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", sans-serif;
      font-size: 1rem;
      font-weight: 500;
      height: 3.75rem;
      margin: 20px 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: 10px; }
      .appointment-confirmation .appointment-confirmation-info .add-to-calendar-btn:after {
        content: "\f0d7";
        font-family: "FontAwesome";
        float: right;
        margin-left: 10px; }
  .appointment-confirmation .appointment-confirmation-footer {
    text-align: center;
    margin: 20px 0; }

@media (max-width: 768px) {
  .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", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 1.875rem;
  margin-top: 0.9375rem;
  text-transform: none; }

.date-title {
  color: #1581C2;
  font-size: 1.125rem;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 0.625rem;
  text-transform: none;
  text-align: center; }

.date-title.select-date-display {
  margin-bottom: 1.625rem; }

.wrapper {
  margin: 0.9375rem auto;
  max-width: 68.75rem; }
  .wrapper .appointment-calendar {
    background: #fff;
    padding: 0 0.9375rem;
    max-width: 29.6875rem;
    margin: 0 auto;
    overflow: auto; }
    @media (max-width: 767.98px) {
      .wrapper .appointment-calendar {
        max-width: 100%;
        overflow: hidden;
        padding: 0; } }
    .wrapper .appointment-calendar #monthAndYear {
      text-align: center;
      margin-top: 0; }
    .wrapper .appointment-calendar .button-container-calendar {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      position: relative;
      overflow: hidden;
      clear: both; }
      .wrapper .appointment-calendar .button-container-calendar button {
        background: transparent;
        border: 0;
        cursor: pointer;
        color: #000;
        display: inline-block;
        font-size: 20px;
        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%; }
      .wrapper .appointment-calendar .table-calendar tr {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
            justify-content: start; }
      .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: 1rem;
        font-family: "Fira Sans", sans-serif;
        font-weight: 700;
        height: 2.5rem;
        letter-spacing: normal;
        line-height: normal;
        margin: 0.6875rem;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        width: 2.5rem; }
      .wrapper .appointment-calendar .table-calendar .date-picker {
        cursor: pointer; }
        .wrapper .appointment-calendar .table-calendar .date-picker.selected {
          background-color: #1581C2;
          color: #fff; }
      .wrapper .appointment-calendar .table-calendar .date-picker.disabled {
        color: #ddd;
        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: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    cursor: pointer; }
    .appointment-slots-container .time-list .time-slot span {
      background: #DAE9EE;
      border: 0.0625rem solid #1581C2;
      border-radius: 0.3125rem;
      color: #16384E;
      display: inline-block;
      font-size: 1rem;
      font-family: "Fira Sans", sans-serif;
      font-weight: 700;
      letter-spacing: normal;
      line-height: normal;
      margin-bottom: 1.25rem;
      padding: 0.4375rem 0.625rem;
      width: 93%;
      text-align: center; }
  .appointment-slots-container .time-list .time-slot.selected span {
    background-color: #1581C2;
    color: #ffffff !important; }
  .appointment-slots-container .time-list .time-slot.hidden-slot {
    display: none; }
  .appointment-slots-container .time-list .show-more-slots {
    width: 100%;
    color: #1581C2;
    font-size: 1rem;
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 2.1875rem;
    text-decoration: underline;
    text-transform: none;
    text-align: center;
    display: inline-block;
    margin-top: 10px; }
  .appointment-slots-container .time-list .show-less-slots {
    width: 100%;
    color: #1581C2;
    font-size: 1rem;
    font-family: "Fira Sans", sans-serif;
    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: 10px; }

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

.scheduler-messages {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 20%;
  left: 50%; }
  @media (min-width: 768px) {
    .scheduler-messages {
      top: 30%; } }

.scheduler-alert {
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em; }

@keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .scheduler-alert.show {
    display: block; }

.service-error-msg p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  color: red; }
