:root {
  --container: calc(2.5%);
  --white: #ffffff;
  --peach: #ff9d6c;
  --peach-dark: #fa9563;
  --peach-shadow: rgba(#AC4722, 0.25);
  --navy: #003a5d;
  --green: #46A138;
  --green-dark: rgba(#226217, 0.5);
  --orange: #ff6c37;
  --tan: #f4eeec;
  --text: #534d4a;
  --input-border: #b3afad;
  --input-bg: #f9f7f5;
  --futura: futura-pt, sans-serif;
  --futura-bold: futura-pt-bold, sans-serif;
  --nunito: nunito, sans-serif;
  --regular: 400;
  --medium: 500;
  --bold: 700; }
  @media (min-width: 768px) {
    :root {
      --container: calc(5% - 20px); } }

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--nunito); }

body {
  margin: 0;
  padding-top: 24px;
  background: var(--peach); }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0; }

.grid {
  display: grid;
  overflow: hidden;
  grid-template-columns: var(--container) repeat(12, 1fr) var(--container);
  grid-template-rows: 1fr auto 1fr;
  grid-column-gap: 0px;
  padding-bottom: 48px;
  padding-top: 48px; }
  @media (min-width: 768px) {
    .grid {
      grid-template-columns: var(--container) repeat(24, 1fr) var(--container);
      grid-column-gap: 20px; } }
  @media (min-width: 1024px) {
    .grid {
      min-height: 90vmin; } }

.col--24 {
  grid-column-start: 2;
  grid-column-end: 14; }
  @media (min-width: 768px) {
    .col--24 {
      grid-column-start: 2;
      grid-column-end: 26; } }

.hed {
  display: none; }
  @media (min-width: 1024px) {
    .hed {
      display: block;
      text-align: center;
      font-family: var(--futura-bold);
      color: var(--navy);
      line-height: 1.1;
      grid-column-start: 2;
      letter-spacing: -0.025em;
      grid-column-end: 26;
      font-size: 52px;
      padding-bottom: 24px;
      align-items: center;
      justify-content: center;
      display: flex; } }
  @media (min-width: 1280px) {
    .hed {
      grid-column-start: 2;
      grid-column-end: 8;
      grid-row-start: 2;
      grid-row-end: 3;
      text-align: left;
      justify-content: flex-start; } }

.card {
  background: var(--tan);
  padding: 24px;
  border: 12px solid var(--white);
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .card {
      border: 16px solid var(--white); } }
  .card--bg {
    grid-column-start: 2;
    grid-column-end: 14;
    grid-row-start: 2;
    grid-row-end: 3;
    display: none; }
    @media (min-width: 768px) {
      .card--bg {
        grid-column-start: 2;
        grid-column-end: 26;
        box-shadow: 4px 0 4px #AC4722;
        box-shadow: 0 4px 2px -2px rgba(172, 71, 34, 0.25); } }
    @media (min-width: 1024px) {
      .card--bg {
        display: block;
        transform: rotate(-3deg) translate(-24px, 48px);
        background-size: cover;
        background-position: center center;
        opacity: 0;
        background-image: url("https://assets.codepen.io/78060/LM_15c.jpg"); } }
    @media (min-width: 1280px) {
      .card--bg {
        grid-column-start: 8; } }
  .card--main {
    grid-column-start: 2;
    grid-column-end: 14;
    grid-row-start: 2;
    grid-row-end: 3;
    box-shadow: 0 4px 2px -2px rgba(172, 71, 34, 0.25); }
    @media (min-width: 768px) {
      .card--main {
        grid-column-start: 2;
        grid-column-end: 26; } }
    @media (min-width: 1024px) {
      .card--main {
        min-height: 630px;
        transform: translateX(100vw) rotate(-10deg); } }
    @media (min-width: 1280px) {
      .card--main {
        grid-column-start: 8; } }
    .card--main::after {
      content: '';
      position: absolute;
      top: 20%;
      left: 50%;
      width: 1px;
      height: 60%;
      background: #D9C7BF;
      display: none; }
      @media (min-width: 1024px) {
        .card--main::after {
          display: block; } }

.stamp {
  display: none; }
  @media (min-width: 1024px) {
    .stamp {
      display: block;
      margin: 0;
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 19; } }

.ngp-form {
  max-width: 100% !important;
  text-align: left; }

.at-inner {
  background-color: transparent !important; }

.at {
  overflow: visible !important; }

.at header.at-title {
  padding: 0 !important;
  font-family: var(--futura-bold);
  letter-spacing: -0.025em;
  color: var(--navy);
  font-weight: var(--bold);
  font-size: 32px;
  position: relative;
  margin-bottom: 36px;
  line-height: 1.1; }
  @media (min-width: 1024px) {
    .at header.at-title {
      max-width: 320px;
      margin: 0 auto 36px; } }
  .at header.at-title::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    background: var(--orange);
    width: 96px;
    height: 4px;
    transform: translateX(-50%); }

.at .at-row > [class^="at-"] {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 18px !important; }
  .at .at-row > [class^="at-"].error {
    margin-bottom: 14px !important; }

.at .HeaderHtml {
  color: var(--text);
  font-family: var(--nunito);
  text-align: center;
  line-height: 1.5;
  font-size: 15px;
  margin: 0 auto 30px; }
  @media (min-width: 1024px) {
    .at .HeaderHtml {
      max-width: 90%; } }

.at-legend {
  display: none !important; }

.at .at-fieldset {
  padding: 0 !important; }

.at .at-text {
  margin-bottom: 18px !important; }

.at .at-text span {
  text-transform: uppercase;
  font-family: var(--futura);
  font-size: 10px;
  letter-spacing: 0.025em;
  display: inline-flex;
  position: absolute;
  top: -6px;
  left: 4px;
  padding: 0 6px;
  line-height: 1.2;
  border-radius: 2px;
  background: linear-gradient(to bottom, var(--tan) 40%, var(--input-bg) 50%);
  z-index: 9; }

.at form input[type="text"],
.at form input[type="password"],
.at form input[type="date"],
.at form input[type="datetime"],
.at form input[type="datetime-local"],
.at form input[type="month"],
.at form input[type="week"],
.at form input[type="email"],
.at form input[type="number"],
.at form input[type="search"],
.at form input[type="tel"],
.at form input[type="time"],
.at form input[type="url"],
.at form input[type="color"] {
  margin: 0 !important;
  min-height: 44px;
  border: 1px solid var(--input-border);
  background-color: var(--input-bg);
  font-family: var(--nunito); }

.at form textarea {
  margin: 0 !important;
  border: 1px solid var(--input-border);
  background-color: var(--input-bg); }

.at input[type="file"],
.at input[type="checkbox"],
.at input[type="radio"],
.at select {
  -webkit-appearance: none;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.at .at-text.FirstName {
  width: 100%;
  flex: 0 0 auto; }

.at .at-text.LastName {
  width: 100%;
  flex: 0 0 auto; }

.at .at-form-submit {
  text-align: center;
  padding: 0;
  margin-top: 20px; }

.at input[type="submit"] {
  margin: 0 !important;
  float: none !important;
  display: inline-flex;
  background-color: var(--green);
  font-family: var(--futura-bold);
  font-weight: var(--bold);
  border-color: var(--green);
  font-size: 16px;
  border-radius: 4px;
  padding: 8px 24px;
  min-height: 48px;
  box-shadow: 0px 4px 12px var(--green-dark);
  transition: all 150ms ease-in-out; }

.at .AdditionalInformation .form-unit-radio > label {
  margin: 32px 0 24px;
  text-align: center;
  font-family: var(--futura-bold);
  letter-spacing: -0.01em;
  color: var(--navy);
  font-weight: var(--bold);
  line-height: 1.1;
  font-size: 24px; }
  @media (min-width: 1024px) {
    .at .AdditionalInformation .form-unit-radio > label {
      margin-top: 0; } }

.at .AdditionalInformation .radios {
  margin: 0; }

.at .AdditionalInformation .radios > label:last-child {
  display: block;
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .at .AdditionalInformation .radios > label:last-child {
      display: flex; } }

.at .radios label {
  margin: 0 0 12px !important;
  width: 100%;
  min-height: 72px;
  display: flex !important;
  position: relative;
  justify-content: flex-end; }
  .at .radios label::before {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    border: 2px solid var(--navy);
    content: '';
    border-radius: 50%; }
  .at .radios label::after {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    background-image: url("https://assets.codepen.io/78060/lm-ctv-check.svg");
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: all 150ms ease-in-out; }
  .at .radios label span {
    background-color: var(--white);
    padding: 12px 24px;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: calc(100% - 36px);
    font-family: var(--futura-bold);
    letter-spacing: -0.01em;
    color: var(--navy);
    font-weight: var(--bold);
    font-size: 16px;
    padding-right: 40%;
    line-height: 1.1;
    min-height: 72px;
    border-radius: 4px;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.25);
    transition: all 150ms ease-out; }

.at .radios input + label span {
  background-repeat: no-repeat; }

.at .radios input:nth-of-type(1) + label span {
  background-image: url("https://assets.codepen.io/78060/lm-ctv-box.svg");
  background-size: 71px 52px;
  background-position: 90% bottom; }

.at .radios input:nth-of-type(2) + label span {
  background-image: url("https://assets.codepen.io/78060/lb-ctv-mail.svg");
  background-size: 76px 57px;
  background-position: 90% bottom; }

.at .radios input:nth-of-type(3) + label span {
  background-image: url("https://assets.codepen.io/78060/lm-ctv-cal_1.svg");
  background-size: 57px 60px;
  background-position: 90% 8px; }

.at .radios input:checked + label::before {
  background-color: var(--navy); }

.at .radios input:checked + label::after {
  opacity: 1; }

.at .radios input:checked + label span {
  background-color: var(--navy);
  color: var(--white); }

.at .HeaderHtml,
.at .FooterHtml,
.at .MeterHtml {
  padding: 0; }

@media (min-width: 1024px) {
  .at .at-inner {
    /*
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 50px repeat(6, auto) 50px;
    grid-column-gap: 20px;
    */ } }

@media (min-width: 1024px) {
  .at .at-title {
    grid-area: 2 / 1 / 3 / 2; } }

@media (min-width: 1024px) {
  .at .HeaderHtml {
    grid-area: 3 / 1 / 4 / 2; } }

@media (min-width: 1024px) {
  .at form {
    grid-area: 1 / 1 / 7 / 3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 50px repeat(6, auto) 50px;
    grid-column-gap: 40px; } }

@media (min-width: 1024px) {
  .at .ContactInformation {
    grid-area: 4 / 1 / 9 / 2; } }

@media (min-width: 1024px) {
  .at .ContactInformation .at-fields {
    max-width: 80%;
    margin: 0 auto; } }

@media (min-width: 1024px) {
  .at .AdditionalInformation {
    grid-area: 3 / 2 / 7 / 3;
    margin-top: -36px; } }

@media (min-width: 1024px) {
  .at .AdditionalInformation .at-fields {
    max-width: 90%;
    margin: 0 auto; } }

.at .AdditionalInformation small.error {
  text-align: center !important;
  position: relative;
  top: -12px; }

@media (min-width: 1024px) {
  .at .at-form-submit {
    grid-area: 7 / 2 / 8 / 3; } }

.at .error small.error {
  padding: 0 0 0 2px !important;
  margin: 0 !important;
  margin-top: 2px !important; }

.at input[type="text"]::-webkit-input-placeholder,
.at input[type="password"]::-webkit-input-placeholder,
.at input[type="date"]::-webkit-input-placeholder,
.at input[type="datetime"]::-webkit-input-placeholder,
.at input[type="datetime-local"]::-webkit-input-placeholder,
.at input[type="month"]::-webkit-input-placeholder,
.at input[type="week"]::-webkit-input-placeholder,
.at input[type="email"]::-webkit-input-placeholder,
.at input[type="number"]::-webkit-input-placeholder,
.at input[type="search"]::-webkit-input-placeholder,
.at input[type="tel"]::-webkit-input-placeholder,
.at input[type="time"]::-webkit-input-placeholder,
.at input[type="url"]::-webkit-input-placeholder,
.at input[type="color"]::-webkit-input-placeholder,
.at textarea::-webkit-input-placeholder {
  color: var(--text) !important; }

.at input[type="text"]::-moz-placeholder,
.at input[type="password"]::-moz-placeholder,
.at input[type="date"]::-moz-placeholder,
.at input[type="datetime"]::-moz-placeholder,
.at input[type="datetime-local"]::-moz-placeholder,
.at input[type="month"]::-moz-placeholder,
.at input[type="week"]::-moz-placeholder,
.at input[type="email"]::-moz-placeholder,
.at input[type="number"]::-moz-placeholder,
.at input[type="search"]::-moz-placeholder,
.at input[type="tel"]::-moz-placeholder,
.at input[type="time"]::-moz-placeholder,
.at input[type="url"]::-moz-placeholder,
.at input[type="color"]::-moz-placeholder,
.at textarea::-moz-placeholder {
  color: var(--text) !important; }

.at input[type="text"]:-moz-placeholder,
.at input[type="password"]:-moz-placeholder,
.at input[type="date"]:-moz-placeholder,
.at input[type="datetime"]:-moz-placeholder,
.at input[type="datetime-local"]:-moz-placeholder,
.at input[type="month"]:-moz-placeholder,
.at input[type="week"]:-moz-placeholder,
.at input[type="email"]:-moz-placeholder,
.at input[type="number"]:-moz-placeholder,
.at input[type="search"]:-moz-placeholder,
.at input[type="tel"]:-moz-placeholder,
.at input[type="time"]:-moz-placeholder,
.at input[type="url"]:-moz-placeholder,
.at input[type="color"]:-moz-placeholder,
.at textarea:-moz-placeholder {
  color: var(--text) !important; }

.at input[type="text"]:-ms-input-placeholder,
.at input[type="password"]:-ms-input-placeholder,
.at input[type="date"]:-ms-input-placeholder,
.at input[type="datetime"]:-ms-input-placeholder,
.at input[type="datetime-local"]:-ms-input-placeholder,
.at input[type="month"]:-ms-input-placeholder,
.at input[type="week"]:-ms-input-placeholder,
.at input[type="email"]:-ms-input-placeholder,
.at input[type="number"]:-ms-input-placeholder,
.at input[type="search"]:-ms-input-placeholder,
.at input[type="tel"]:-ms-input-placeholder,
.at input[type="time"]:-ms-input-placeholder,
.at input[type="url"]:-ms-input-placeholder,
.at input[type="color"]:-ms-input-placeholder,
.at textarea:-ms-input-placeholder {
  color: var(--text) !important; }

.at .thankYou {
  background: #f4eeec;
  position: relative;
  z-index: 9;
  text-align: center;
  padding: 50px 0; }
  @media (min-width: 1024px) {
    .at .thankYou {
      min-height: 530px;
      display: flex;
      justify-content: center;
      align-items: center; } }
  .at .thankYou h2 {
    padding: 0 !important;
    font-family: var(--futura-bold);
    letter-spacing: -0.025em;
    color: var(--navy);
    font-weight: var(--bold);
    font-size: 32px;
    position: relative;
    margin-bottom: 36px;
    line-height: 1.1; }
    @media (min-width: 1280px) {
      .at .thankYou h2 {
        margin: 0 auto 36px; } }
    .at .thankYou h2::after {
      display: block;
      content: "";
      position: absolute;
      left: 50%;
      bottom: -16px;
      background: var(--orange);
      width: 96px;
      height: 4px;
      transform: translateX(-50%); }
  .at .thankYou p {
    color: var(--text);
    font-family: var(--nunito);
    text-align: center;
    line-height: 1.5;
    font-size: 15px;
    margin: 0 auto 30px; }
  @media (min-width: 768px) {
    .at .thankYou p.ctv-buttons {
      display: flex;
      justify-content: center; } }
  .at .thankYou p.ctv-buttons a {
    appearance: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    display: block;
    outline: 0;
    position: relative;
    font-size: 14px;
    padding: 12px 24px;
    display: inline-flex;
    color: var(--white);
    margin: 0 8px;
    background-color: var(--green);
    font-family: var(--futura-bold);
    border-color: var(--green);
    font-weight: var(--bold);
    font-size: 16px;
    padding: 8px 24px;
    min-height: 48px;
    box-shadow: 0px 4px 12px var(--green-dark);
    align-items: center;
    justify-content: center;
    transition: all 150ms ease-in-out; }
    @media (min-width: 768px) {
      .at .thankYou p.ctv-buttons a {
        min-width: 150px; } }
    .at .thankYou p.ctv-buttons a:hover {
      background-color: #1c7cd6;
      border-color: #1c7cd6; }
  .at .thankYou p.ctv-social {
    margin: 48px auto 0; }
    .at .thankYou p.ctv-social a {
      margin: 8px;
      transition: all 150ms ease-in-out; }
      .at .thankYou p.ctv-social a:hover svg {
        fill: #1c7cd6; }
    .at .thankYou p.ctv-social span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .at .thankYou p.ctv-social svg {
      width: 40px;
      height: 40px;
      fill: var(--navy); }

.at label.error,
.at .error small.error {
  color: #cb2d2d !important; }

.ftr {
  color: var(--navy);
  text-align: center;
  display: grid;
  grid-template-columns: var(--container) repeat(12, 1fr) var(--container);
  grid-column-gap: 20px; }
  @media (min-width: 768px) {
    .ftr {
      grid-template-columns: var(--container) repeat(24, 1fr) var(--container); } }
  .ftr__logo {
    margin: 0;
    grid-column-start: 2;
    grid-column-end: 14; }
    @media (min-width: 768px) {
      .ftr__logo {
        text-align: left; } }
  .ftr__disclaimer {
    grid-column-start: 2;
    grid-column-end: 14; }
    @media (min-width: 768px) {
      .ftr__disclaimer {
        grid-column-start: 14;
        grid-column-end: 26;
        text-align: right; } }
  .ftr__small {
    display: inline-flex;
    text-align: center;
    padding: 8px 24px;
    font-size: 11px;
    border: 1px solid var(--navy);
    margin-top: 32px; }
  .ftr__nav {
    background-color: var(--peach-dark);
    padding: 12px;
    margin-top: 36px;
    grid-column-start: 1;
    grid-column-end: 15; }
    @media (min-width: 768px) {
      .ftr__nav {
        grid-column-end: 27; } }
  .ftr__link {
    color: var(--navy);
    text-decoration-color: transparent; }
    .ftr__link:hover {
      text-decoration-color: var(--navy); }
    @media (min-width: 768px) {
      .ftr__link {
        font-size: 12px; } }
