/* line 3, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
.modal-active {
  overflow-y: hidden;
}

/* line 7, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
.news-modal.sign-up-marketo {
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
}

@media screen and (max-width: 659px) {
  /* line 7, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
  .news-modal.sign-up-marketo {
    background-color: #000000;
  }
}

/* line 24, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
.news-modal.sign-up-marketo .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 33, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
.news-modal.sign-up-marketo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

/* line 44, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
.news-modal.sign-up-marketo .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 659px) {
  /* line 44, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
  .news-modal.sign-up-marketo .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* line 60, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
.news-modal.sign-up-marketo .container-wrap {
  width: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 76, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
.news-modal.sign-up-marketo .modal-wrapper {
  width: 100%;
  max-width: 800px;
  background-color: #000000;
  position: relative;
  top: 30%;
  margin: auto;
}

@media screen and (max-width: 659px) {
  /* line 76, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
  .news-modal.sign-up-marketo .modal-wrapper {
    height: 100vh;
    top: 15%;
    margin: 10%;
    width: 80%;
  }
}

/* line 92, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
.news-modal.sign-up-marketo .modal-wrapper .modal-content {
  padding: 0;
}

/* line 95, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
.news-modal.sign-up-marketo .modal-wrapper .modal-content .content {
  background-color: #fff;
}

/* line 99, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
.news-modal.sign-up-marketo .modal-wrapper .modal-content .content h2 {
  color: #222222;
  font-size: 28px;
  padding: 0;
  margin: 0;
}

/* line 106, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
.news-modal.sign-up-marketo .modal-wrapper .modal-content .content p, .news-modal.sign-up-marketo .modal-wrapper .modal-content .content label {
  color: #222222;
  font-size: 15px;
  padding: 0;
  margin: 8px 0;
}

/* line 113, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
.news-modal.sign-up-marketo .modal-wrapper .modal-content .content label {
  text-align: left;
}

/* line 120, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
.news-modal.sign-up-marketo .modal-wrapper .modal-content .content .form-email input {
  width: 100%;
  border: none;
  border-radius: 16px;
}

/* line 125, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
.news-modal.sign-up-marketo .modal-wrapper .modal-content .content .form-email input:nth-of-type(n+2) {
  margin-top: 10px;
}

/* line 130, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
.news-modal.sign-up-marketo .modal-wrapper .modal-content .content .form-email input[type="email"] {
  height: 44px;
  font-size: 15px;
  padding: 16px 16px 13px;
  background-color: #fff;
}

/* line 137, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
.news-modal.sign-up-marketo .modal-wrapper .modal-content .content .form-email input[type="submit"] {
  height: 44px;
  color: #fff;
  cursor: pointer;
  padding: 6px 16px;
  transition: all .2s;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #8dc63f;
  margin: 8px 0;
}

/* line 148, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
.news-modal.sign-up-marketo .modal-wrapper .modal-content .content .form-email input[type="submit"]:hover, .news-modal.sign-up-marketo .modal-wrapper .modal-content .content .form-email input[type="submit"]:focus {
  background-color: #7bad36 !important;
}

/* line 154, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
.news-modal.sign-up-marketo .modal-wrapper .modal-content .content .modal-newsletter {
  margin-top: 16px;
  margin-bottom: 8px;
}

/* line 159, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
.news-modal.sign-up-marketo .modal-wrapper .modal-content .content .modal-disclaimer {
  margin-top: 16;
  font-size: 12px;
}

/* line 164, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
.news-modal.sign-up-marketo .modal-wrapper .modal-content .content .close {
  color: #fff;
  line-height: 1em;
  border-radius: 100px;
  background-color: #00aeef;
  transition: all .2s;
  padding: 12px 15px;
  position: absolute;
  top: -15px;
  right: -32px;
}

/* line 175, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
.news-modal.sign-up-marketo .modal-wrapper .modal-content .content .close:hover, .news-modal.sign-up-marketo .modal-wrapper .modal-content .content .close:focus {
  color: #fff;
  background-color: #008abf;
}

/* line 183, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
.news-modal.sign-up-marketo .modal-wrapper .modal-content .image {
  background: #000 url("../img/signup/signupbg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
}

@media screen and (max-width: 659px) {
  /* line 195, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
  .news-modal.sign-up-marketo .modal-wrapper .modal-content .content, .news-modal.sign-up-marketo .modal-wrapper .modal-content .image {
    width: 100%;
  }
  /* line 199, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
  .news-modal.sign-up-marketo .modal-wrapper .modal-content .content {
    padding: 20px 30px;
  }
  /* line 203, ../../../../../Users/ksikora/Local Sites/duplicolor/app/public/wp-content/themes/duplicolor2019/assets/scss/marketo.scss */
  .news-modal.sign-up-marketo .modal-wrapper .modal-content .image {
    height: 300px;
  }
}

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