html.static {
  overflow: hidden;
}

#napco-modal-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  z-index: 10001;
  border: 1px #e5e5e5 solid;
  margin: auto;
  font-size: 10px;
  border-radius: 10px;
}

#napco-modal-modal,
#napco-modal-content {
  width: 600px;
  height: 323px;
  box-sizing: border-box;
}

#napco-modal-content {
  width: 600px;
  height: 323px;
  background-color: #000;
  color: #fff;
  position: relative;
  padding: 2.5em;
}

#napco-modal-modal.image {
  border-radius: 0;
  width: 600px;
  height: 200px;
}

#napco-modal-modal.image #napco-modal-content {
  padding: 0;
  width: auto;
  height: auto;
}

#napco-modal-modal.image-marketo-form,
#napco-modal-modal.image-marketo-form #napco-modal-content {
  height: 496px;
}

#napco-modal-modal.image-marketo-form #napco-modal-content {
  padding: 1.75em;
}

#napco-modal-modal.white #napco-modal-content {
  background-color: #fff;
  color: #000;
}

#napco-modal-control {
  margin: 8px 0;
  font-size: 14px;
}

#napco-modal-close {
  z-index: 999;
  position: absolute;
  display: block;
  cursor: pointer;
  right: 1em;
  top: 1em;
  padding: 0.75em 1em;
  line-height: 1;
  background-color: #e5e5e5;
  color: #333;
  border-radius: 2em;
}

#napco-modal-close:hover {
  background-color: #1DAFED;
  color: #fff;
}

#napco-modal-counter {
  font-weight: 700;
}

#napco-modal-mask {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  background-color: #fff;
  filter: alpha(opacity=86);
  opacity: .86;
  -moz-opacity: .86;
}

#napco-modal-mask.white {
  background-color: #000;;
}

.invisible {
  visibility: hidden;
}

@media (max-width: 650px) {

  #napco-modal-modal,
  #napco-modal-mask {
    display: none !important;
  }
}

#napco-modal-modal .mktoOffset,
#napco-modal-modal .mktoForm .mktoGutter,
#napco-modal-modal .mktoClear,
#napco-modal-modal .mktoForm .mktoRequiredField label.mktoLabel {
  display: none;
}

#napco-modal-modal .mktoButtonRow .mktoButtonWrap.mktoSimple {
  margin-left: 0 !important;
}

#napco-modal-modal .mktoForm {
  margin: 0 auto;
  width: 100% !important;
  color: #fff !important;
}

#napco-modal-modal.marketo-form .mktoForm {
  display: flex;
  justify-content: center;
}

#napco-modal-modal .mktoForm .mktoFormRow {
  clear: none;
}

#napco-modal-modal .mktoForm .mktoFieldWrap,
#napco-modal-modal .mktoForm .mktoFormCol {
  float: none;
}

#napco-modal-modal .mktoForm .mktoButtonWrap .mktoButton,
#napco-modal-modal .mktoForm input[type=text],
#napco-modal-modal .mktoForm input[type=url],
#napco-modal-modal .mktoForm input[type=email],
#napco-modal-modal .mktoForm input[type=tel],
#napco-modal-modal .mktoForm input[type=number],
#napco-modal-modal .mktoForm input[type=date],
#napco-modal-modal .mktoForm textarea.mktoField,
#napco-modal-modal .mktoForm select.mktoField {
  border: 1px #ccc solid;
  padding: .25em .5em;
  line-height: 1;
  margin: 0;
  font-size: 1em;
  background-color: #fff;
  color: #000;
}

#napco-modal-modal .mktoForm .mktoButtonWrap .mktoButton {
  background-image: none;
  background-color: #1DAFED;
  border: 2px solid #1DAFED;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

#napco-modal-modal .mktoForm .mktoButtonWrap .mktoButton:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1DAFED;
}

.napco-modal-content {
  font-size: 1.5em;
}

.napco-modal-close-row {
  clear: both;
  margin-top: 2em;
}

.napco-modal-close-row input {
  background-color: #000;
  color: #fff;
  border-width: 0;
  cursor: pointer;
}

#napco-modal-modal.white #napco-modal-content .napco-modal-close-row input {
  background-color: #fff;
  color: #000;
}

.napco-modal-close-row input:hover {
  color: #1DAFED;
}

.napco-modal-footer {
  position: absolute;
  width: 100%;
  bottom: 3em;
  left: 0;
  right: 0;
}

.napco-modal-content-header {
  margin-bottom: 1em;
}

.napco-modal-content-header img {
  max-height: 55px;
}

.napco-modal-content-headline {
  color: #1DAFED;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  margin-top: .25em;
}

.napco-modal-content-text {
  max-width: 432px;
  margin: 0 auto;
}

#napco-modal-modal.marketo-form .mktoForm input[type=email] {
  width: 200px !important;
}

.mktoInvalid,
#napco-modal-modal .mktoForm input[type=email].error {
  background-color: #fcc;
  color: #f00;
}

#napco-modal-modal .mktoForm .mktoError {
  display: none !important;
}

#napco-modal-modal .napco-modal-content-flex {
  display: flex;
  gap: 1em;
}

#napco-modal-modal .napco-modal-content-flex > :nth-child(1) {
  width: 280px;
  flex-shrink: 0;
}

#napco-modal-modal .napco-modal-content-flex > :nth-child(2) {
  flex: 1;
}


#napco-modal-modal.white #napco-modal-content .mktoForm {
  color: #000 !important;
}

#napco-modal-modal a {
  color: #fff;
}

#napco-modal-modal.white #napco-modal-content a {
  color: #000;
}


#napco-modal-modal.image-marketo-form .mktoForm select,
#napco-modal-modal.image-marketo-form .mktoForm input[type=text],
#napco-modal-modal.image-marketo-form .mktoForm input[type=url],
#napco-modal-modal.image-marketo-form .mktoForm input[type=email],
#napco-modal-modal.image-marketo-form .mktoForm input[type=tel],
#napco-modal-modal.image-marketo-form .mktoForm input[type=number],
#napco-modal-modal.image-marketo-form .mktoForm input[type=date] {
  width: 100% !important;
}

#napco-modal-modal.image-marketo-form .napco-modal-content-flex {
  text-align: left;
}

#napco-modal-modal.image-marketo-form .napco-modal-content-flex .napco-modal-content-headline {
  margin-bottom: .25em;
}


#napco-modal-modal.image-marketo-form .mktoButtonWrap {
  margin-left: 0 !important;
}