.disabled {
  opacity: 0.5;
  cursor: no-drop !important;
}

.secure-download-content {
  padding: 20px 0px 60px;
  max-width: 800px;
  margin: auto;
}
.secure-download-content .container {
  padding: 0;
  width: 100%;
}
.secure-download-content .button {
  padding: 2px 20px;
  font-size: 16px;
  line-height: 34px;
}
.secure-download-content .disabled {
  opacity: 0.5;
  cursor: no-drop !important;
}
.secure-download-content iframe {
  border-radius: 0;
}
.secure-download-content .g-recaptcha {
  width: 304px;
  margin-bottom: 15px;
}
.secure-download-content .btn-secure-download {
  margin-top: 20px;
  padding: 4px 22px;
}
.secure-download-content .brochure-cover {
  max-width: 400px;
  margin: 30px auto;
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.36);
  position: relative;
}
.secure-download-content .brochure-cover img {
  width: 100%;
  filter: blur(4px);
  -webkit-filter: blur(4px);
}
.secure-download-content .open-form-wrap {
  text-align: center;
}
.secure-download-content .open-form {
  display: inline-block;
  background: #E95C55;
  white-space: nowrap;
  text-align: center;
  border-radius: 5px;
  padding: 2px 20px 1px;
  font-size: 16px;
  line-height: 36px;
  height: auto;
}
.secure-download-content .form-wrap {
  display: none;
}
.secure-download-content form .label {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.secure-download-content form a {
  font-size: 16px;
  line-height: 20px;
  color: #ed7e78;
}
.secure-download-content form .title {
  color: #000;
  margin-bottom: 10px;
}
.secure-download-content form .input-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.secure-download-content form .input-group input {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 16px;
  background: #eaeaea;
  border: none;
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .secure-download-content form .input-group input {
    width: 100%;
  }
}
.secure-download-content form .checkbox-group {
  margin-bottom: 18px;
}
.secure-download-content .thankyou {
  text-align: center;
}
.secure-download-content .thankyou a {
  font-weight: bold;
  color: #ed7e78;
}

.page-template-template-adt-secure-download-request .thankyou {
  margin-top: 40px;
}

.request-view-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.78);
  z-index: 9999;
  display: none;
}
.request-view-popup .secure-download-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.request-view-popup .secure-download-content .form-wrap {
  display: block;
}
.request-view-popup .secure-download-content .close-request-view-popup {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: red;
  color: white;
  padding: 3px 10px;
  font-size: 21px;
  line-height: 17px;
  border-radius: 50%;
  transform: translate(50%, -50%);
  display: block;
}

/*# sourceMappingURL=secure-download.css.map */
