.os_disable-scroll {
  overflow: hidden;
}

.onlinescheduler .ibBooking-popup-box {
  display: none;
}
.onlinescheduler-modalcta__txtBtnWrap {
  display: flex;
}
.onlinescheduler-modalcta__txtBtnWrap.horizontal.ple_12 {
  justify-content: space-between;
  align-items: center;
}
.onlinescheduler-modalcta__txtBtnWrap.horizontal.ple_12 .onlinescheduler-modalcta__text {
  width: 60%;
}
.onlinescheduler-modalcta__txtBtnWrap.horizontal.ple_12 .onlinescheduler-modalcta__btnWrap {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.onlinescheduler-modalcta__txtBtnWrap.horizontal.ple_12 .onlinescheduler-modalcta__btnWrap .cta__button {
  margin: 0;
}
.onlinescheduler-modalcta__txtBtnWrap.horizontal.ple_12.left {
  flex-direction: row-reverse;
  text-align: right;
}
.onlinescheduler-modalcta__txtBtnWrap.horizontal:not(.ple_12) {
  flex-wrap: wrap;
}
.onlinescheduler-modalcta__txtBtnWrap.horizontal:not(.ple_12) .onlinescheduler-modalcta__text {
  width: 100%;
  text-align: center;
}
.onlinescheduler-modalcta__txtBtnWrap.horizontal:not(.ple_12) .onlinescheduler-modalcta__btnWrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
.onlinescheduler-modalcta__txtBtnWrap.vertical {
  flex-wrap: wrap;
}
.onlinescheduler-modalcta__txtBtnWrap.vertical .onlinescheduler-modalcta__text {
  width: 100%;
}
.onlinescheduler-modalcta__txtBtnWrap.vertical .onlinescheduler-modalcta__btnWrap {
  display: flex;
  width: 100%;
}
.onlinescheduler-modalcta__txtBtnWrap.vertical.center .onlinescheduler-modalcta__text {
  text-align: center;
}
.onlinescheduler-modalcta__txtBtnWrap.vertical.center .onlinescheduler-modalcta__btnWrap {
  justify-content: center;
}
.onlinescheduler-modalcta__txtBtnWrap.vertical.right .onlinescheduler-modalcta__text {
  text-align: right;
}
.onlinescheduler-modalcta__txtBtnWrap.vertical.right .onlinescheduler-modalcta__btnWrap {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .onlinescheduler-modalcta__txtBtnWrap {
    flex-wrap: wrap;
  }
  .onlinescheduler-modalcta__txtBtnWrap .onlinescheduler-modalcta__text {
    width: 100% !important;
    text-align: center !important;
  }
  .onlinescheduler-modalcta__txtBtnWrap .onlinescheduler-modalcta__btnWrap {
    width: 100% !important;
    justify-content: center !important;
  }
  .onlinescheduler-modalcta__txtBtnWrap .onlinescheduler-modalcta__btnWrap .cta__button {
    margin-top: 1.25rem !important;
  }
}
.onlinescheduler-modalcta__title {
  margin-bottom: 20px;
}
.onlinescheduler-modalcta__text {
  word-break: break-all;
}
.onlinescheduler-modalcta__btnWrap .cta__button {
  cursor: pointer;
  word-break: break-all;
}
:root.onlinescheduler-modalPopUp {
  /*
      Colorbox Core Style:
      The following CSS is consistent between example themes and should not be altered.
  */
  /* 
      User Style:
      Change the following styles to modify the appearance of Colorbox.  They are
      ordered & tabbed in a way that represents the nesting of the generated HTML.
  */
  /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
  /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
  /*
      END -------------- Colorbox Core Style:
  */
}
:root.onlinescheduler-modalPopUp #ib-booking-app {
  padding: 15px;
}
:root.onlinescheduler-modalPopUp .ib-booking_loading {
  top: -5%;
  height: 105%;
}
:root.onlinescheduler-modalPopUp #colorbox,
:root.onlinescheduler-modalPopUp #cboxOverlay,
:root.onlinescheduler-modalPopUp #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
:root.onlinescheduler-modalPopUp #cboxWrapper {
  max-width: none;
}
:root.onlinescheduler-modalPopUp #cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
:root.onlinescheduler-modalPopUp #cboxMiddleLeft,
:root.onlinescheduler-modalPopUp #cboxBottomLeft {
  clear: left;
}
:root.onlinescheduler-modalPopUp #cboxContent {
  position: relative;
}
:root.onlinescheduler-modalPopUp #cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
:root.onlinescheduler-modalPopUp #cboxTitle {
  margin: 0;
}
:root.onlinescheduler-modalPopUp #cboxLoadingOverlay,
:root.onlinescheduler-modalPopUp #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
:root.onlinescheduler-modalPopUp #cboxPrevious,
:root.onlinescheduler-modalPopUp #cboxNext,
:root.onlinescheduler-modalPopUp #cboxClose,
:root.onlinescheduler-modalPopUp #cboxSlideshow {
  cursor: pointer;
}
:root.onlinescheduler-modalPopUp .cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
:root.onlinescheduler-modalPopUp .cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
:root.onlinescheduler-modalPopUp #colorbox,
:root.onlinescheduler-modalPopUp #cboxContent,
:root.onlinescheduler-modalPopUp #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
:root.onlinescheduler-modalPopUp #cboxOverlay {
  background: black;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
:root.onlinescheduler-modalPopUp #colorbox {
  outline: 0;
  background: white;
}
:root.onlinescheduler-modalPopUp #cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: white;
}
:root.onlinescheduler-modalPopUp .cboxIframe {
  background: #fff;
}
:root.onlinescheduler-modalPopUp #cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
:root.onlinescheduler-modalPopUp #cboxLoadedContent {
  background: white;
  padding: 1px;
}
:root.onlinescheduler-modalPopUp #cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center;
}
:root.onlinescheduler-modalPopUp #cboxLoadingOverlay {
  background: white;
}
:root.onlinescheduler-modalPopUp #cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: white;
}
:root.onlinescheduler-modalPopUp #cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
:root.onlinescheduler-modalPopUp #cboxPrevious,
:root.onlinescheduler-modalPopUp #cboxNext,
:root.onlinescheduler-modalPopUp #cboxSlideshow,
:root.onlinescheduler-modalPopUp #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../images/controls.png) no-repeat 0 0;
}
:root.onlinescheduler-modalPopUp #cboxPrevious:active,
:root.onlinescheduler-modalPopUp #cboxNext:active,
:root.onlinescheduler-modalPopUp #cboxSlideshow:active,
:root.onlinescheduler-modalPopUp #cboxClose:active {
  outline: 0;
}
:root.onlinescheduler-modalPopUp #cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
:root.onlinescheduler-modalPopUp #cboxPrevious:hover {
  background-position: 0px -25px;
}
:root.onlinescheduler-modalPopUp #cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
:root.onlinescheduler-modalPopUp #cboxNext:hover {
  background-position: -25px -25px;
}
:root.onlinescheduler-modalPopUp #cboxClose {
  background-position: -50px -5px;
  right: 0;
}
:root.onlinescheduler-modalPopUp #cboxClose:hover {
  background-position: -50px -30px;
}
:root.onlinescheduler-modalPopUp #cboxClose:focus {
  outline: 0;
}
:root.onlinescheduler-modalPopUp .cboxSlideshow_on #cboxPrevious,
:root.onlinescheduler-modalPopUp .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
:root.onlinescheduler-modalPopUp .cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
:root.onlinescheduler-modalPopUp .cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
:root.onlinescheduler-modalPopUp .cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
:root.onlinescheduler-modalPopUp .cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
:root.onlinescheduler-root .ib-booking_loading {
  background: black;
  position: absolute;
  left: 0;
}
:root.onlinescheduler-root .ib-booking-app__main .ib-booking_h1 {
  padding: 0 0 30px;
}
:root.onlinescheduler-root .ib-booking-app__main .ib-booking_app-footer {
  height: auto;
  padding-bottom: 0;
}
:root.onlinescheduler-root .ib-booking-app__main .ib-booking_content {
  padding: 0;
}
:root.onlinescheduler-root .ib-booking-app__main .ib-booking_center-footer a {
  margin-bottom: 0;
}
:root.onlinescheduler-root .ib-booking-app__main .ib-booking_app-selected .ib-booking_r-border {
  width: 100%;
}

/*# sourceMappingURL=onlinescheduler.css.map */
