/* font-size and line-height mixin */
/*** Form styles start here **/
.keysight-eloqua-modal {
  width: 600px;
  background-color: #ffffff;
  padding: 40px 40px;
  border-radius: 30px;
  max-height: 600px;
}
.keysight-eloqua-modal .hide_field {
  display: none;
}
.keysight-eloqua-modal .button_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.keysight-eloqua-modal .eloqua-modal__inner-container {
  height: 31.25rem;
  width: 35rem;
  padding-right: 2.5rem;
  overflow-y: auto;
  margin-right: 0.625;
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .keysight-eloqua-modal .eloqua-modal__inner-container {
    width: auto;
    padding-right: 1.25rem;
    padding-bottom: 2.5rem;
    height: 100%;
  }
}
.keysight-eloqua-modal .eloqua-modal__heading-container {
  padding-bottom: 0.938rem;
}
.keysight-eloqua-modal .eloqua-modal__heading {
  font-size: 2.75rem;
  line-height: 3rem;
  text-align: center;
}
.keysight-eloqua-modal .eloqua-modal__sub-heading {
  text-align: center;
}
.keysight-eloqua-modal .eloqua-modal__note {
  font-size: 1rem;
  margin-left: -5px;
  padding-bottom: 1em;
  padding-left: 0.4em;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .keysight-eloqua-modal {
    padding: 2.5rem 1.25rem 0 1.25rem;
    margin: 0 0.938rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .keysight-eloqua-modal {
    margin: 0 3.75rem;
  }
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .keysight-eloqua-modal {
    height: 67vh;
    width: 95vw;
    top: 115px;
    bottom: 20px;
    position: fixed;
    overflow: hidden;
    padding-right: 0;
  }
}
.keysight-eloqua-modal.close_modal {
  padding: 50px 40px;
}
.keysight-eloqua-modal .form-content-close {
  display: block;
  color: #e90029;
  text-align: right;
  font-size: 1.75rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  bottom: 10px;
  float: right;
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .keysight-eloqua-modal .form-content-close {
    right: 20px;
  }
}
.keysight-eloqua-modal #eloqua_spinner {
  background: url(../../../../../../etc/clientlibs/keysight/head/img/css/loader.gif) no-repeat 50% 50%;
  height: 60px;
}
.keysight-eloqua-modal label {
  font-weight: 600;
  font-size: 1rem;
  line-height: 24px;
  display: block;
  padding-bottom: 15px;
}
.keysight-eloqua-modal input[type=button],
.keysight-eloqua-modal input[type=submit] {
  display: inline-block;
  min-height: 52px;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent !important;
  padding: 13px 20px;
  font-size: 1.125rem;
  line-height: 1.2;
  background-color: #e90029;
  color: #ffffff;
  width: 80% !important;
  margin-top: 0.8rem;
  border-radius: 52px;
}
.keysight-eloqua-modal input[type=text]::placeholder {
  color: #2F3236;
  font-size: 1rem;
  line-height: 24px;
}
.keysight-eloqua-modal input[type=text],
.keysight-eloqua-modal select {
  width: 100%;
  height: 50px;
  /* UI Properties */
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #80919f;
  border-radius: 52px;
  opacity: 1;
  padding-left: 20px;
}
.keysight-eloqua-modal select {
  padding: 15px;
  padding-right: 30px;
  font-size: 0.875rem;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #ffffff url("../../../../../../etc/clientlibs/keysight/head/img/css/select-arrow-down.svg") no-repeat;
  background-position: right 20px top 50%;
}
.keysight-eloqua-modal input#field1:read-only {
  background-color: #edecee;
}
.keysight-eloqua-modal #change_email {
  display: none;
  cursor: pointer;
  text-decoration: underline;
  float: right;
  color: #e90029;
  font-size: 1rem;
}
.keysight-eloqua-modal .privacy a {
  color: #1d1e1f;
  text-decoration: underline;
}
.keysight-eloqua-modal .asterisk {
  color: #e90029;
}
.keysight-eloqua-modal .error_text {
  display: none;
  color: #e90029;
  font-weight: 600;
}
.keysight-eloqua-modal .empty_error {
  display: inline;
}
.keysight-eloqua-modal .field_wrapper {
  padding-bottom: 15px;
}
.keysight-eloqua-modal .privacy_optin {
  padding: 0;
}
.keysight-eloqua-modal .privacy_optin label {
  font-size: 1.125rem;
  line-height: 32px;
  font-weight: normal;
}
.keysight-eloqua-modal .privacy_optin input {
  margin-right: 8px;
}
.keysight-eloqua-modal .talk_to_sales {
  display: none;
  padding-bottom: 0;
}
.keysight-eloqua-modal .talk_to_sales fieldset {
  border: 0;
  margin: 0;
  padding: 0.5rem 0 0.5rem 0;
}
.keysight-eloqua-modal .talk_to_sales legend,
.keysight-eloqua-modal .talk_to_sales label {
  font-size: 1.125rem;
  line-height: 32px;
  font-weight: normal;
}
.keysight-eloqua-modal .talk_to_sales label {
  display: inline-block;
  padding-right: 1rem;
  padding-bottom: 0;
}
.keysight-eloqua-modal .talk_to_sales label[for="field7"] .asterisk,
.keysight-eloqua-modal .talk_to_sales label[for="field7"] .error_text {
  display: none;
}
.keysight-eloqua-modal .talk_to_sales input {
  margin-right: 8px;
}
.keysight-eloqua-modal .talk_to_sales input[name="busPhone"] {
  display: none;
}
.keysight-eloqua-modal .talk_to_sales #preferred_communication {
  display: none;
  padding-bottom: 0;
}
.keysight-eloqua-modal .talk_to_sales .phone_fieldset {
  display: flex;
  align-items: baseline;
}
.keysight-eloqua-modal #thankyoumsg_container {
  display: none;
  padding-top: 25px;
}
.keysight-eloqua-modal .thankyou_text,
.keysight-eloqua-modal .thankyou_subtext {
  color: #1d1e1f;
}
.keysight-eloqua-modal .thankyou_text {
  font-size: 2.75rem;
  line-height: 3.5rem;
}
.keysight-eloqua-modal .thankyou_subtext {
  font-size: 1.688rem;
  line-height: 2.25rem;
  padding: 30px 0;
}
.keysight-eloqua-modal .thankyou_psnote {
  font-size: 1.125rem;
  line-height: 1.563rem;
  margin-top: 3rem;
  font-style: italic;
}
