.emu_download {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 9999999;
  background-color: rgba(35, 35, 40, 0.85);
  color: #e5e5e5;
  /* Safari 4.0 - 8.0 */
}
.emu_download.show {
  top: 0;
}
.emu_download_scroll {
  overflow: auto;
  height: 100%;
  max-height: 95%;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.emu_download_scroll::-webkit-scrollbar {
  display: none;
}
.emu_download_container {
  max-width: 768px;
  padding: 32px 16px;
  position: relative;
  right: -4000px;
  opacity: 0;
  margin-left: auto;
  background-color: #2D2E33;
  height: 100%;
  -webkit-transition: right 1s, opacity 1s;
  transition: right 1s, opacity 1s;
  animation: light 15s infinite;
}
@media (min-width: 480px) {
  .emu_download_container {
    padding: 64px 24px;
  }
}
@media (min-width: 768px) {
  .emu_download_container {
    padding: 64px 32px;
  }
}
@media (min-width: 1280px) {
  .emu_download_container {
    max-width: 960px;
    padding: 64px 10% 64px 48px;
  }
}
.emu_download_container.active {
  right: 0;
  opacity: 1;
  -webkit-transition: right 1s, opacity 1s;
  transition: right 1s, opacity 1s;
}
.emu_download_top {
  display: flex;
  width: 100%;
  margin-bottom: 1.5em;
}
.emu_download_top h2 {
  margin: 0 auto 0 0;
  padding: 0;
  color: #e5e5e5;
}
.emu_download_close {
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.emu_download_close:hover {
  opacity: 1;
}
.emu_download_close:before, .emu_download_close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.emu_download_close:before {
  transform: rotate(45deg);
}
.emu_download_close:after {
  transform: rotate(-45deg);
}
.emu_download_close_button {
  transition: all 0.3s;
  display: block;
  line-height: 2em !important;
  width: 100%;
  padding: 8px 2.5em;
  background-color: #2D67B2 !important;
  color: white;
  font-weight: 700;
  border-radius: 4px;
  opacity: 0.8;
  margin-bottom: 24px;
  text-align: center;
}
.emu_download_close_button:hover {
  opacity: 1;
  color: white;
}
@media (min-width: 640px) {
  .emu_download_close_button {
    display: inline-block;
    width: auto;
  }
}
.emu_download_text {
  margin-bottom: 24px;
}
.emu_download_form {
  padding-bottom: 32px;
  position: relative;
}
.emu_download_form:after {
  content: "";
  opacity: 0;
  display: block;
  height: 125px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("images/EMU_logo_trans.png");
  transition: opacity 2s;
  transition-delay: 1s;
}
@media (min-width: 640px) {
  .emu_download_form:after {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 40%;
  }
}
.emu_download .emu_download_container.active .emu_download_form:after {
  opacity: 1 !important;
}
.emu_download .gform_title,
.emu_download .gform_heading {
  display: none !important;
}
.emu_download .gfield_label {
  color: #B7BAD6;
  font-weight: 400 !important;
  font-size: 14px !important;
  margin-bottom: 4px !important;
}
.emu_download .gfield_label .gfield_required {
  color: #9D7DF8;
}
.emu_download .gfield_error label,
.emu_download .gfield_error legend {
  color: #B7BAD6;
}
.emu_download .gfield input,
.emu_download .gfield select {
  background-color: rgba(229, 229, 229, 0.1);
  border-radius: 4px;
  outline: none;
  border: 1px solid #516176;
  line-height: 1.2 !important;
  padding: 0.8em 1em !important;
  color: white !important;
}
.emu_download .gfield input:focus,
.emu_download .gfield select:focus {
  border: 1px solid #15a6df;
}
.emu_download .gfield input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.emu_download .gfield input[type=checkbox] + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.emu_download .gfield input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 4px;
  margin-right: 0.75em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  border: 1px solid #516176;
}
.emu_download .gfield input[type=checkbox]:checked + label:before {
  border-color: #0b76ef;
  background-color: #2D67B2;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.emu_download .gform_wrapper .gfield_error [aria-invalid=true] {
  border: 1px solid #9D7DF8 !important;
}
.emu_download .validation_message {
  font-size: 13px !important;
  background: transparent;
  border: 0;
  padding: 0 !important;
  color: #9D7DF8;
}
.emu_download .gform_wrapper input[type=button],
.emu_download .gform_wrapper input[type=submit] {
  line-height: 2em !important;
  width: 100%;
  padding: 8px 2.5em;
  background-color: #2D67B2 !important;
  color: white;
}
.emu_download .gform_wrapper input[type=button]:hover,
.emu_download .gform_wrapper input[type=submit]:hover {
  color: white !important;
}
@media (min-width: 640px) {
  .emu_download .gform_wrapper input[type=button],
  .emu_download .gform_wrapper input[type=submit] {
    width: auto;
  }
}
.emu_download .gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
  font-size: 15px;
  padding: 0.8em 1em !important;
  border-radius: 4px !important;
  height: auto !important;
  background-image: none;
  background-color: rgba(229, 229, 229, 0.1);
  outline: none;
  border: 1px solid #516176;
  box-shadow: none !important;
  color: white;
}
.emu_download .gform_wrapper.gravity-theme .chosen-container-single .chosen-single span {
  padding: 0;
  line-height: 1.2em !important;
  margin-bottom: 0 !important;
}
.emu_download .gform_wrapper.gravity-theme .chosen-container-single.chosen-container-active .chosen-single {
  box-shadow: none !important;
  border: 1px solid #15a6df;
}
.emu_download .gform_wrapper.gravity-theme .chosen-container-single .chosen-drop {
  margin-top: 4px;
  border: 0 !important;
  border-radius: 4px !important;
  background-color: #23282d;
}
.emu_download .gform_wrapper.gravity-theme .chosen-container-single .chosen-search {
  padding: 8px !important;
}
.emu_download .gform_wrapper.gravity-theme .chosen-container-single .chosen-search input {
  padding: 0.5em 1em !important;
  background-color: white;
  background-image: none !important;
  border: 1px solid #516176;
  border-radius: 4px;
  background-color: rgba(229, 229, 229, 0.1);
}
.emu_download .gform_wrapper.gravity-theme .chosen-container-single .chosen-results {
  max-height: 200px !important;
}
.emu_download .gform_wrapper.gravity-theme .chosen-container-single .chosen-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}
.emu_download .gform_wrapper.gravity-theme .chosen-container-single .chosen-results::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
  margin-left: 4px;
}
.emu_download .gform_wrapper.gravity-theme .chosen-container-single .chosen-results::-webkit-scrollbar-thumb {
  background-color: #15a6df;
}
.emu_download .gform_wrapper.gravity-theme .chosen-container-single .chosen-results li {
  font-size: 14px;
  line-height: 2em;
  margin-right: 4px;
  color: rgba(255, 255, 255, 0.5);
}
.emu_download .gform_wrapper.gravity-theme .chosen-container-single .chosen-results li.highlighted {
  border-radius: 4px;
  background-image: none;
  background-color: #0b76ef;
  color: white;
}
.emu_download .emu_download_region .chosen-search {
  display: none;
}
@media (min-width: 640px) {
  .emu_download .gform_confirmation_message_13 {
    max-width: 55%;
  }
}
.emu_download .gform_submission_error {
  color: #fff !important;
  font-weight: 400 !important;
}
.emu_download .gform_validation_errors {
  background: #ff6a6a;
  border: 1px solid #c35137;
  padding: 4px 16px 4px 48px;
  margin-bottom: 24px;
}
.emu_download input:-webkit-autofill,
.emu_download input:-webkit-autofill:hover,
.emu_download input:-webkit-autofill:focus,
.emu_download input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
@-webkit-keyframes light {
  0% {
    -webkit-box-shadow: -100px 0px 60px 100px rgba(37, 107, 144, 0.15);
  }
  15% {
    -webkit-box-shadow: -100px 0px 100px 100px rgba(217, 27, 145, 0.15);
  }
  45% {
    -webkit-box-shadow: -100px 0px 100px 100px rgba(86, 37, 144, 0.15);
  }
  65% {
    -webkit-box-shadow: -100px 0px 75px 100px rgba(129, 37, 144, 0.15);
  }
  85% {
    -webkit-box-shadow: -100px 0px 150px 100px rgba(10, 79, 171, 0.15);
  }
  100% {
    -webkit-box-shadow: -100px 0px 60px 100px rgba(37, 107, 144, 0.15);
  }
}
@keyframes light {
  0% {
    box-shadow: -100px 0px 100px 100px rgba(37, 107, 144, 0.15);
  }
  15% {
    box-shadow: -100px 0px 100px 100px rgba(217, 27, 145, 0.15);
  }
  45% {
    box-shadow: -100px 0px 100px 100px rgba(86, 37, 144, 0.15);
  }
  65% {
    box-shadow: -100px 0px 75px 100px rgba(129, 37, 144, 0.15);
  }
  85% {
    box-shadow: -100px 0px 150px 100px rgba(10, 79, 171, 0.15);
  }
  100% {
    box-shadow: -100px 0px 100px 100px rgba(37, 107, 144, 0.15);
  }
}

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