/* Button Element */
.learn-contact-keysight__button {
  background-color: #e90029;
  color: #ffffff;
  padding: 26px 28px;
  border: none;
  border-radius: 13px 13px 0 0;
  z-index: 51;
  display: none;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.11;
}
.learn-contact-keysight__button--show {
  display: flex;
  right: 3%;
  top: 20%;
  transform: rotate(-90deg);
  transform-origin: center right;
}
.learn-contact-keysight__button--hide {
  display: flex;
  right: -158px;
}
/* Icon Element */
.learn-contact-keysight__icon {
  background-image: url("../../../../../../etc/designs/keysight/clientlibs/head/img/contact-sales.svg");
  width: 29px;
  height: 29px;
  display: inline-block;
  margin-right: 10px;
}
/* Content Element */
.learn-contact-keysight__content {
  position: fixed;
  top: 17%;
  right: -700px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-in-out;
  z-index: 100;
  width: 600px;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 30px;
  max-height: 600px;
  overflow: hidden;
}
.learn-contact-keysight__content--show {
  right: 0;
  overflow-y: auto;
  display: block;
}
/* Heading Element */
.learn-contact-keysight__heading {
  font-size: 1.5rem;
  text-align: left;
  font-weight: 600;
}
/* Note Element */
.learn-contact-keysight__note {
  font-size: 1rem;
  margin-left: -5px;
  padding-bottom: 1em;
}
/* Close Element */
.learn-contact-keysight__close {
  color: #e90029;
  text-align: right;
  font-size: 1.75rem;
  font-weight: bold;
  float: right;
}
.learn-contact-keysight__close:hover,
.learn-contact-keysight__close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
/* Spinner Elements */
.learn-contact-keysight__spinner {
  background: url(../../../../../../etc/clientlibs/keysight/head/img/css/loader.gif) no-repeat 50% 50%;
  height: 60px;
  display: none;
}
.learn-contact-keysight__spinner-2 {
  background: url(../../../../../../etc/clientlibs/keysight/head/img/css/loader.gif) no-repeat 50% 50%;
  height: 60px;
}
.learn-contact-keysight__form-fields {
  display: none;
}
.learn-contact-keysight__field-wrapper {
  padding-bottom: 15px;
}
.learn-contact-keysight__field-label {
  font-family: "Graphik LC Web", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
  padding-bottom: 15px;
}
.learn-contact-keysight__field-input {
  width: 100%;
  height: 50px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #80919f;
  border-radius: 52px;
  opacity: 1;
  padding-left: 20px;
}
.learn-contact-keysight__field-input[name='emailAddress']:read-only {
  background-color: #edecee;
}
.learn-contact-keysight__field-input--readonly {
  background-color: #edecee;
}
.learn-contact-keysight__field-input--textarea {
  display: block;
  height: 100px;
  border-radius: 10px;
}
.learn-contact-keysight__field-select {
  width: 100%;
  height: 50px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #80919f;
  border-radius: 52px;
  opacity: 1;
  padding-left: 20px;
  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%;
}
.learn-contact-keysight__field-button {
  font-family: "Graphik LC Web", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.2;
  display: inline-block;
  min-height: 52px;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent !important;
  padding: 13px 20px;
  background-color: #e90029;
  color: #ffffff;
  width: 100% !important;
  margin-top: 30px;
  border-radius: 52px;
}
/* Asterisk Element */
.learn-contact-keysight__asterisk {
  color: #e90029;
  padding-left: 5px;
}
.learn-contact-keysight__asterisk--hidden {
  display: none;
}
/* Error Element */
.learn-contact-keysight__error {
  display: none;
  color: #e90029;
}
.learn-contact-keysight__error--visible {
  display: inline;
}
/* Change Email Element */
.learn-contact-keysight__change-email {
  display: inline;
  cursor: pointer;
  text-decoration: underline;
  float: right;
  color: #e90029;
  font-size: 1rem;
}
/* Privacy Elements */
.learn-contact-keysight__privacy-optin label {
  font-family: "Graphik LC Web", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 24px;
}
.learn-contact-keysight__privacy-optin label input {
  margin-right: 8px;
}
.learn-contact-keysight__privacy {
  font-size: 1rem;
  line-height: 1.5;
}
.learn-contact-keysight__privacy-link {
  color: #1d1e1f;
  text-decoration: underline !important;
}
/* Fieldset Element */
.learn-contact-keysight__fieldset {
  border: 0;
  margin: 0;
  padding: 0.5rem 0 0.5rem 0;
}
/* Thank You Elements */
.learn-contact-keysight__thankyou {
  display: none;
}
.learn-contact-keysight__thankyou--visible {
  display: block;
}
.learn-contact-keysight__thankyou-text {
  font-family: "Graphik LC Web", sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 50px;
  color: #1d1e1f;
}
.learn-contact-keysight__thankyou-subtext {
  padding: 30px 0;
}
/* Hidden Fields Element */
.learn-contact-keysight__hidden-fields {
  display: none;
}
/* Visit Elements */
.learn-contact-keysight__visit-1 {
  display: none;
}
.learn-contact-keysight__visit-1--visible {
  display: block;
}
.learn-contact-keysight__visit-2 {
  display: none;
}
.learn-contact-keysight__visit-2--visible {
  display: block;
}
/* Department Element */
.learn-contact-keysight__department-field {
  display: none;
}
.learn-contact-keysight__department-field--visible {
  display: block;
}
/* Phone Field Element */
.learn-contact-keysight__phone-field {
  width: 35%;
}
/* Continue Button Element */
.learn-contact-keysight__continue {
  font-family: "Graphik LC Web", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.2;
  display: inline-block;
  min-height: 52px;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent !important;
  padding: 13px 20px;
  background-color: #e90029 !important;
  color: #ffffff;
  width: 100% !important;
  margin-top: 30px;
  border-radius: 52px;
}
/* Submit Button Element */
.learn-contact-keysight__submit {
  font-family: "Graphik LC Web", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.2;
  display: inline-block;
  min-height: 52px;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent !important;
  padding: 13px 20px;
  background-color: #e90029;
  color: #ffffff;
  width: 100% !important;
  margin-top: 30px;
  border-radius: 52px;
}
/* Form Close Button Element */
.learn-contact-keysight__form-close {
  font-family: "Graphik LC Web", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.2;
  display: inline-block;
  min-height: 52px;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent !important;
  padding: 13px 20px;
  background-color: #e90029 !important;
  color: #ffffff;
  width: 100% !important;
  margin-top: 30px;
  border-radius: 52px;
}
/* Button Container Element */
.learn-contact-keysight__button-container {
  justify-content: center;
}
.learn-contact-keysight__button-container input {
  width: 100% !important;
}
/* Error State Modifiers */
.learn-contact-keysight__field--error {
  border-color: #e90029;
}
.learn-contact-keysight__label--error {
  color: #e90029;
}
/* Media Queries */
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .learn-contact-keysight__button-text {
    display: none;
  }
  .learn-contact-keysight__button--show {
    transform: none;
    bottom: 17.7%;
    border-radius: 13px 0 0 13px;
    top: auto;
  }
  .learn-contact-keysight__icon {
    margin-right: 0;
  }
  .learn-contact-keysight__content {
    right: 0;
    left: 0;
    margin: 0 auto;
    display: none;
    top: 115px;
    bottom: 20px;
  }
  .learn-contact-keysight__content--show {
    height: 67vh;
    width: 95vw;
    display: block;
  }
  .learn-contact-keysight__modal--show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 11;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .learn-contact-keysight__button {
    padding: 16px 16px;
  }
  .learn-contact-keysight__button--show {
    right: 0;
    bottom: 25%;
  }
  .learn-contact-keysight__phone-field {
    width: 65%;
  }
  .learn-contact-keysight__radio-alignment {
    display: block;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .learn-contact-keysight__button--show {
    bottom: 40%;
    /* your preferred landscape value */
  }
}
@media only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .learn-contact-keysight__button--show {
    right: 0;
    bottom: 40%;
  }
}
/* Legacy Compatibility Selectors */
#contact-sales__btn {
  position: fixed;
  background-color: #e90029;
  color: #ffffff;
  padding: 26px 28px;
  border: none;
  border-radius: 13px 13px 0 0;
  cursor: pointer;
  z-index: 51;
  display: none;
  align-items: center;
  justify-content: center;
}
#contact-sales__content {
  position: fixed;
  top: 17%;
  right: -700px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-in-out;
  z-index: 100;
  width: 600px;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 30px;
  max-height: 600px;
  overflow: hidden;
}
.contact-sales__icon {
  background-image: url("../../../../../../etc/designs/keysight/clientlibs/head/img/contact-sales.svg");
  width: 29px;
  height: 29px;
  display: inline-block;
  margin-right: 10px;
}
