/* Quote Request 26A + Request Samples 25A */

.centercontent .container:has(.rf-page) {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.centercontent .container:has(.rf-page) .leftdefaultimg,
.centercontent .container:has(.rf-page) .weareeverywhere {
  display: none !important;
}

.centercontent .container:has(.rf-page) .rightdefaultinfo {
  width: 100%;
  margin-left: 0;
}

.rf-page,
.rf-page *,
.rf-page *::before,
.rf-page *::after {
  box-sizing: border-box;
}

.rf-page {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #26313a;
}

.rf-page a {
  color: #204e75;
  text-decoration: none;
}

.rf-page a:hover,
.rf-page a:focus {
  color: #163854;
  text-decoration: underline;
}

.rf-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 0 28px;
}

.rf-head h1 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #204e75;
  text-transform: uppercase;
}

.rf-head p {
  margin: 0;
  max-width: 640px;
  font-size: 14px;
  line-height: 1.5;
  color: #55606a;
  text-wrap: pretty;
}

.rf-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 26px;
  align-items: start;
}

.rf-main,
.rf-rail {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
  width: 100%;
}

.rf-page #form-request,
.rf-page form.rf-form {
  width: 100% !important;
  max-width: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.rf-card {
  border: 1px solid #dfe4e8;
  background: #fff;
  width: 100%;
}

.rf-card__head {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 18px;
  background: #204e75;
}

.rf-card__head span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #fff;
  text-transform: uppercase;
}

.rf-card__head svg {
  flex: none;
  display: block;
  stroke: #fff;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rf-card__body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.rf-section {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.rf-eyebrow {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  color: #8a9199;
  text-transform: uppercase;
}

.rf-row {
  display: grid;
  gap: 14px 16px;
}

.rf-row--2 {
  grid-template-columns: 1fr 1fr;
}

.rf-row--date {
  grid-template-columns: 240px 1fr;
  align-items: start;
}

.rf-row--street {
  grid-template-columns: 1fr 200px;
}

.rf-row--csz {
  grid-template-columns: 1.4fr 1fr 0.8fr;
}

.rf-form .form-group {
  margin: 0;
}

.rf-form .form-group.rf-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.rf-form .col-sm-3,
.rf-form .col-sm-6,
.rf-form .col-sm-7,
.rf-form .col-sm-9,
.rf-form .col-xs-12 {
  width: auto;
  float: none;
  padding: 0;
  position: static;
}

.rf-label,
.rf-form .control-label {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  color: #26313a;
  text-align: left;
}

.rf-label .rf-req,
.rf-form .control-label .rf-req {
  color: #c8341c;
  font-weight: 700;
}

.rf-label .rf-opt,
.rf-form .control-label .rf-opt {
  color: #8a9199;
  font-weight: 400;
}

.rf-form input.form-control,
.rf-form select.form-control,
.rf-form textarea.form-control,
.rf-form .rf-select-wrap select,
.rf-form .input-group .form-control {
  box-sizing: border-box;
  width: 100%;
  height: 37px;
  padding: 8px 10px;
  border: 1px solid #c9ced3;
  border-radius: 0;
  font-family: inherit;
  font-size: 13.5px;
  line-height: 1.3;
  color: #26313a;
  background-color: #fff;
  background-image: none !important;
  background-repeat: no-repeat;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.rf-form textarea.form-control {
  height: auto;
  min-height: 96px;
  padding: 9px 10px;
  line-height: 1.5;
  resize: vertical;
}

.rf-form input.form-control::placeholder,
.rf-form textarea.form-control::placeholder {
  color: #9aa3ab;
  opacity: 1;
}

.rf-form input.form-control:focus,
.rf-form select.form-control:focus,
.rf-form textarea.form-control:focus,
.rf-form .rf-select-wrap select:focus,
.rf-form .input-group .form-control:focus {
  border-color: #204e75;
  box-shadow: 0 0 0 2px #eef3f8;
}

.rf-form .help-block {
  margin: 0;
  font-size: 12px;
  color: #c8341c;
}

.rf-form .has-error .form-control,
.rf-form .has-error select {
  border-color: #c8341c;
}

.rf-select-wrap {
  position: relative;
}

.rf-select-wrap select {
  padding-right: 34px;
}

.rf-select-wrap .rf-caret {
  position: absolute;
  right: 10px;
  top: 11px;
  width: 16px;
  height: 16px;
  pointer-events: none;
  color: #6a747d;
}

.rf-select-wrap .rf-caret svg {
  display: block;
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rf-hint {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #8a9199;
}

.rf-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
  padding: 11px 13px;
  border: 1px solid #eef0f2;
  background: #f7f9fb;
}

.rf-note svg {
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  stroke: #204e75;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rf-note p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: #55606a;
}

.rf-sample {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 13px 15px;
  border: 1px solid #c9ced3;
  background: #f7f9fb;
  cursor: pointer;
}

.rf-sample:hover {
  border-color: #204e75;
}

.rf-sample input[type="hidden"] {
  display: none !important;
}

.rf-sample input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 19px;
  height: 19px;
  margin: 0;
  pointer-events: none;
}

.rf-sample__box {
  flex: none;
  width: 19px;
  height: 19px;
  margin-top: 1px;
  border: 1px solid #9aa3ab;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rf-sample__box svg {
  display: none;
  width: 12px;
  height: 12px;
  stroke: #fff;
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rf-sample input[type="checkbox"]:checked + .rf-sample__box {
  border-color: #204e75;
  background: #204e75;
}

.rf-sample input[type="checkbox"]:checked + .rf-sample__box svg {
  display: block;
}

.rf-sample__copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.rf-sample__copy strong {
  font-size: 13px;
  font-weight: 700;
  color: #26313a;
}

.rf-sample__copy span {
  font-size: 12.5px;
  color: #8a9199;
  line-height: 1.4;
}

.rf-submit {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid #eef0f2;
  padding-top: 20px;
}

.rf-submit__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.rf-captcha {
  flex: 1;
  min-width: 220px;
}

.rf-captcha .form-group {
  margin: 0;
}

.rf-captcha .control-label {
  display: none;
}

.rf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 14px 26px;
  border: 0;
  border-radius: 0;
  background: #c4470c;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none !important;
}

.rf-btn:hover,
.rf-btn:focus {
  background: #a13908;
  color: #fff;
  outline: none;
  text-decoration: none !important;
}

.rf-btn:focus-visible {
  outline: 2px solid #204e75;
  outline-offset: 2px;
}

.rf-btn svg {
  flex: none;
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rf-privacy {
  margin: 0;
  font-size: 12px;
  color: #8a9199;
}

.rf-privacy a {
  font-weight: 700;
}

.rf-rail-card {
  border: 1px solid #dfe4e8;
  background: #fff;
}

.rf-rail-card .rf-card__body {
  padding: 16px 18px 18px;
  gap: 14px;
}

.rf-steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rf-steps li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.rf-steps__num {
  flex: none;
  width: 22px;
  height: 22px;
  border: 1px solid #c9ced3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11.5px;
  font-weight: 700;
  color: #204e75;
}

.rf-steps p,
.rf-rail-copy,
.rf-reasons li {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #55606a;
}

.rf-tint {
  padding: 12px 13px;
  border: 1px solid #eef0f2;
  background: #f7f9fb;
  font-size: 13px;
  line-height: 1.5;
  color: #55606a;
}

.rf-tint strong a,
.rf-tint a {
  font-weight: 700;
}

.rf-reasons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rf-reasons li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.rf-reasons svg {
  flex: none;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  stroke: #204e75;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rf-phone {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.rf-phone a {
  color: #204e75;
}

.rf-hours {
  margin: 0;
  font-size: 12px;
  color: #8a9199;
}

.rf-side-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.rf-side-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 11px 10px;
  border: 1px solid #c9ced3;
  background: #fff;
  color: #204e75 !important;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.rf-side-btn:hover,
.rf-side-btn:focus {
  background: #204e75;
  border-color: #204e75;
  color: #fff !important;
  text-decoration: none !important;
}

.rf-side-btn:focus-visible {
  outline: 2px solid #204e75;
  outline-offset: 2px;
}

.rf-side-btn svg {
  flex: none;
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Datepicker bootstrap addon */
.rf-form .input-group-addon {
  border-radius: 0;
  border-color: #c9ced3;
  background: #f7f9fb;
}

@media (max-width: 991px) {
  .rf-grid {
    grid-template-columns: 1fr;
  }

  .rf-rail {
    order: -1;
  }

  .rf-row--date,
  .rf-row--street,
  .rf-row--csz {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .rf-row--2 {
    grid-template-columns: 1fr;
  }

  .rf-submit__row {
    flex-direction: column;
    align-items: stretch;
  }

  .rf-btn {
    width: 100%;
  }
}
