@charset "UTF-8";
/**
 * @author Sarbodaya Kandel 
 * 
 * @copyright RDA Research 2024
 */
.contact-status {
  padding: 0;
}

/**
 * score-based reCAPTCHA badge is hidden site-wide; the g-recaptcha submit
 * buttons still verify silently (mirrors quickappend).
 */
.grecaptcha-badge {
  display: none;
}

/**
 * single page contact form
 */
.contact-page .font-large {
  font-size: 4rem;
}
.contact-page .item_margin_top {
  margin-top: -1rem;
}
.contact-page .fa-linkedin {
  float: left;
}
.contact-page.banner {
  height: 480px;
  position: relative;
  margin-top: 7rem;
}
.contact-page h6 {
  font-size: 1.6rem;
}
.contact-page .noselect {
  user-select: none;
}
.contact-page .modal-header,
.contact-page .modal-footer {
  border: 0 !important;
}
.contact-page .modal-footer .row {
  width: 100%;
}

/**
 * contact form inside dialog box
 */
#myContactModal {
  /* round the form card — both the in-body contact form AND the Talk-to-us
     popup; beat global .modal-content{border-radius:0 !important} (_custom.scss:459):
     #id selector (1,1,0) outranks the global (0,1,0) */
  /* match the in-body Send button: the inline form sits in .qa-restyle so its
     .rda_btn renders var(--brand) #C4242B (index.scss); the popup lives outside
     .qa-restyle and can't read --brand, so recolour with the literal hex */
  /* symmetric padding centres the label; left lane houses the spinner */
  /* pull spinner out of flow so it neither offsets nor shifts the centred
     label when it toggles on at submit */
}
#myContactModal .modal-content {
  border-radius: 4px !important;
}
#myContactModal .rda_btn {
  position: relative; /* anchor the absolutely-placed spinner */
  background: #C4242B;
  border-color: #C4242B;
  border-radius: 4px; /* match inline Send button (qa-restyle .rda_btn); beats base .rda_btn{border-radius:0} (1,1,0)>(0,1,0) */
  color: #fff !important;
}
#myContactModal .rda_btn:hover {
  background: #A31D24;
  border-color: #A31D24;
  color: #fff !important;
}
#myContactModal .spinner-on-left {
  padding-inline-start: 2.7rem;
  padding-inline-end: 2.7rem;
}
#myContactModal .spinner {
  position: absolute;
  left: 0.3em;
  top: 50%;
  margin-top: -0.5em;
  visibility: hidden;
}
#myContactModal .error,
#myContactModal .success {
  font-size: 1.2rem;
}
#myContactModal .error {
  color: red;
}
#myContactModal .success {
  color: green;
}
#myContactModal .global-message {
  height: 1rem;
  visibility: visible;
}
#myContactModal .local-error {
  font-weight: normal;
  padding-left: 1rem;
}
#myContactModal label {
  font-size: 1.4rem;
  font-weight: bold;
}
#myContactModal .modal-footer {
  text-align: center;
}
#myContactModal .row {
  width: 100%;
  margin: 0;
}
#myContactModal .btn-primary-core {
  color: #ffffff;
  margin: 0.6rem 0;
  font-size: 1.4rem;
  font-weight: 300;
  border-color: #357ebd;
  background-color: #428bca;
}
#myContactModal .modal-header {
  display: flex;
  flex-direction: column;
}
#myContactModal .modal-header .title-row-wrap {
  width: 100%;
  display: flex;
  font-size: 1rem;
  margin-bottom: 1rem;
  flex-direction: row;
  justify-content: space-between;
}
#myContactModal .modal-header .title-row-wrap .modal-title {
  font-size: 2.08rem;
  font-weight: bold;
  margin-inline: auto;
}
#myContactModal .modal-header .title-row-wrap .btn-close {
  margin: unset;
  padding: unset;
}
#myContactModal .modal-header .title-row-wrap .close:hover {
  top: 3px;
  left: auto;
  width: 25px;
  right: 3px;
  color: #777;
  filter: alpha(opacity=100);
  margin: 0;
  padding: 0;
  opacity: 1;
  font-size: 1.75em;
  background: transparent;
}
#myContactModal .modal-header .title-row-wrap .close:hover {
  color: #000;
}
#myContactModal .modal-body textarea {
  min-height: 12rem;
  field-sizing: content;
}
#myContactModal .alert {
  margin: 0;
  padding: 5px;
  font-size: 0.9em;
}
#myContactModal .alert strong {
  font-weight: 600;
}

#myContactModalTrigger {
  margin: 0;
  border: 0 transparent;
  padding: 0;
  background: transparent;
  font-weight: 400;
}