/*
Theme Name: NS Child Theme
Author: WD, LLC
Author URI: http://westwarddesign.com/
Description: WD
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.gform_wrapper input,
.gform_wrapper textarea {
  border: 1px solid rgba(27,77,62,0.2);
  background: #FBFCF8;
  padding: 14px;
  font-size: 15px;
}

.gform_wrapper input:focus,
.gform_wrapper textarea:focus {
  border-color: #1B4D3E;
  outline: none;
}

.gform_wrapper .gfield_label {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1B4D3E;
}

.gform_wrapper .gform_button {
  background: #D35400;
  color: white;
  padding: 14px 22px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

.gform_wrapper .gform_button:hover {
  background: #b84300;
}



.nb-transferability-page {
  background: #fbfcf8;
  color: #1f2a24;
  font-family: "Inter", sans-serif;
}

.nb-container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.nb-narrow {
  width: min(820px, 92%);
}

.nb-hero {
  padding: 110px 0 80px;
  border-bottom: 1px solid rgba(27, 77, 62, 0.12);
}

.nb-eyebrow,
.nb-section-label,
.nb-tier-number {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1b4d3e;
  margin-bottom: 16px;
  font-weight: 600;
}

.nb-hero h1,
.nb-section h2,
.nb-boundaries h2,
.nb-capture h2 {
  font-family: "Libre Baskerville", serif;
  color: #18352c;
  line-height: 1.15;
}

.nb-hero h1 {
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  max-width: 900px;
  margin: 0 0 24px;
}

.nb-lead {
  font-size: 1.1rem;
  line-height: 1.75;
  max-width: 760px;
  color: #46534c;
}

.nb-section {
  padding: 90px 0;
}

.nb-alt {
  background: #f4f7f1;
}

.nb-section h2,
.nb-boundaries h2,
.nb-capture h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  margin: 0 0 22px;
}

.nb-section p,
.nb-boundaries p,
.nb-capture p,
.nb-tier-card p,
.nb-tier-card li {
  font-size: 1rem;
  line-height: 1.8;
  color: #4a564f;
}

.nb-doctrine {
  padding: 90px 0;
  text-align: center;
  border-top: 1px solid rgba(27, 77, 62, 0.08);
  border-bottom: 1px solid rgba(27, 77, 62, 0.08);
}

.nb-doctrine blockquote {
  margin: 0 0 14px;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.25;
  color: #18352c;
}

.nb-doctrine-sub {
  margin: 0;
  font-size: 1rem;
  color: #5c6862;
}

.nb-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.nb-logic-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 36px;
}

.nb-logic-card {
  padding: 28px 24px;
  border: 1px solid rgba(27, 77, 62, 0.12);
  background: #fff;
}

.nb-logic-card span {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1b4d3e;
  margin-bottom: 14px;
  font-weight: 600;
}

.nb-logic-card h3 {
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 1.15rem;
  line-height: 1.45;
  color: #18352c;
}

.nb-principles {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(27, 77, 62, 0.1);
}

.nb-principles p {
  margin: 0;
  color: #18352c;
}

.nb-tier-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  margin-top: 38px;
}

.nb-tier-card {
  padding: 34px 30px;
  background: #fff;
  border: 1px solid rgba(27, 77, 62, 0.12);
}

.nb-tier-featured {
  border-color: rgba(211, 84, 0, 0.35);
}

.nb-tier-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: baseline;
}

.nb-tier-price {
  font-size: 0.9rem;
  color: #d35400;
  font-weight: 600;
  margin: 0 0 12px;
}

.nb-tier-card h3 {
  margin: 0 0 16px;
  font-family: "Libre Baskerville", serif;
  font-size: 1.4rem;
  color: #18352c;
}

.nb-tier-card ul,
.nb-boundary-list {
  padding-left: 18px;
  margin: 18px 0 0;
}

.nb-tier-output {
  margin-top: 18px;
}

.nb-boundaries {
  background: #f8faf6;
}

.nb-capture {
  border-top: 1px solid rgba(27, 77, 62, 0.08);
}

.nb-capture-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.nb-small-note {
  font-size: 0.9rem;
  color: #18352c;
  margin-top: 24px;
}

.nb-form-shell {
  background: #fff;
  border: 1px solid rgba(27, 77, 62, 0.12);
  padding: 34px 30px;
}

.nb-form-row {
  margin-bottom: 18px;
}

.nb-form-row label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: #18352c;
  font-weight: 600;
}

.nb-form-row input,
.nb-form-row select,
.nb-form-row textarea {
  width: 100%;
  padding: 14px 0;
  border: none;
  border-bottom: 1px solid rgba(27, 77, 62, 0.2);
  background: transparent;
  font-size: 1rem;
  color: #1f2a24;
  outline: none;
}

.nb-form-row button {
  display: inline-block;
  border: none;
  background: #d35400;
  color: #fff;
  padding: 14px 24px;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 980px) {
  .nb-two-col,
  .nb-capture-grid,
  .nb-tier-grid,
  .nb-logic-grid {
    grid-template-columns: 1fr;
  }

  .nb-tier-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .nb-hero {
    padding: 84px 0 60px;
  }

  .nb-section,
  .nb-doctrine {
    padding: 70px 0;
  }
}