.jquery-modal.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1000;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  background: rgba(0,0,0,0.75);
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0 !important;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.jquery-modal.blocker.is-visible {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1 !important;
}

.jquery-modal.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.o-modal {
  display: inline-block;
  max-width: 1259px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 4;
  vertical-align: middle;
  background: #fff;
  padding: 0;
  position: relative;
  text-align: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0 !important;
  -webkit-transform: scale3d(0.75, 0.75, 1) translateZ(1px);
  -moz-transform: scale3d(0.75, 0.75, 1) translateZ(1px);
  transform: scale3d(0.75, 0.75, 1) translateZ(1px);
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  -o-transition: opacity .4s ease, transform .4s ease;
  -moz-transition: opacity .4s ease, transform .4s ease, -moz-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease;
}

.o-modal--narrow {
  max-width: 629.5px;
}

.o-modal--medium {
  max-width: 839.333333px;
}

.o-modal--small {
  max-width: 419.666667px;
}

.o-modal--fullscreen {
  min-height: -webkit-calc(100% + 20px * 2);
  min-height: -moz-calc(100% + 20px * 2);
  min-height: calc(100% + 20px * 2);
  width: -webkit-calc(100% + 20px * 2);
  width: -moz-calc(100% + 20px * 2);
  width: calc(100% + 20px * 2);
  max-width: none;
  margin: -20px;
}

@media all and (max-width: 767px) {
  .o-modal--fullscreen-mobile {
    width: -webkit-calc(100% + 20px * 2);
    width: -moz-calc(100% + 20px * 2);
    width: calc(100% + 20px * 2);
    margin: -20px;
  }
}

.o-modal.is-visible {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1 !important;
  -webkit-transform: scale3d(1, 1, 1) translateZ(1px);
  -moz-transform: scale3d(1, 1, 1) translateZ(1px);
  transform: scale3d(1, 1, 1) translateZ(1px);
}

.o-modal__close {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 10px;
  line-height: 12px;
  overflow: hidden;
  padding: 10px;
}

.o-modal__close:before,
.o-modal__close:after {
  font-family: 'CustomIcons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  line-height: 1;
  content: "";
}

.o-modal__close:before,
.o-modal__close:after {
  font-size: 12px;
}

.o-modal__close:before {
  display: inline-block;
}

.o-modal__close:after {
  display: none;
}

.o-modal__close span {
  vertical-align: middle;
  padding-left: 10px;
}

.o-modal__full {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 40px;
  line-height: 12px;
  overflow: hidden;
  padding: 10px;
  font-size: 12px;
}

.o-modal__full span:before {
  font-size: 12px;
}

.o-modal .o-modal-content {
  padding: 20px 20px;
}

.o-modal__no-padding .o-modal-content {
  padding: 0 !important;
}

.pac-container {
  z-index: 1001;
}

.o-modal.o-modal__header {
  margin-bottom: 30px;
  margin-right: 30px;
}

.o-modal.opl-form__button-row {
  margin-bottom: 0;
}

.opl-modal--content {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.opl-modal-infobar {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  text-align: center;
}

.opl-modal-infobar--back {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -10px;
  color: #fff;
}

.opl-modal-infobar--back span {
  margin-right: 10px;
}

.opl-modal-infobar--black {
  background: #000;
  color: #fff;
}

.opl-modal-infobar--black .h4 {
  color: #fff;
  margin-bottom: 0;
}

.opl-modal--full-size .o-modal-content {
  padding: 0 !important;
}