body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

#content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0px;
}
/*----- Static Bar -----*/
.lw_staticbar_spacer_nav_on {
  margin-top: 60px !important;
}
.lw_staticbar_spacer_nav_off {
  margin-top: 0 !important;
}
.lw_staticbar_spacer_home_on {
  margin-top: 60px !important;
}
.lw_staticbar_spacer_home_off {
  margin-top: 60px !important;
}
.lw_staticbar_spacer_sub_on {
  margin-top: 60px !important;
}
.lw_staticbar_spacer_sub_off {
  margin-top: 0 !important;
}

.lw_staticbar {
  width: 100%;
  height: 60px;
  max-height: 60px;
  background-color: #66cccc;
  margin: 0 auto;
  padding: 5px 0 0;
  top: 0;
  z-index: 101;
  color: #0000cc;
  font-size: 18px;
  line-height: 18px;
}

.lw_staticbar p,
.lw_staticbar a,
.lw_staticbar span {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}

@media (max-width: 799.99px) {
  .lw_staticbar {
    font-size: 14px;
    line-height: 18px;
  }
  .lw_staticbar p,
  .lw_staticbar a,
  .lw_staticbar span {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 499.99px) {
  .lw_staticbar {
    font-size: 12px;
    line-height: 12px;
  }
  .lw_staticbar p,
  .lw_staticbar a,
  .lw_staticbar span {
    font-size: 12px;
    line-height: 12px;
  }
}

@media (max-width: 319.99px) {
  .lw_staticbar {
    font-size: 11px;
    line-height: 11px;
  }
  .lw_staticbar p,
  .lw_staticbar a,
  .lw_staticbar span {
    font-size: 11px;
    line-height: 11px;
  }
}

.lw_staticbar p,
.lw_staticbar a,
.lw_staticbar span {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-family: helvetica, sans-serif;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/*======== Modal =========*/
.modalBg {
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
}
.modalContainer {
  border-radius: 5px;
  padding: 2rem;
  max-width: 80vw;
  width: 650px;
  background-color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modalContainer form {
  margin-top: 2rem;
}
.modalContainer form #email,
.modalContainer form label {
  font-size: 1.25rem;
}
.modalContainer .ghost-form {
  display: none;
}