body#contact #wrapper {
  background: #fff;
  margin-bottom: 0;
}

body#contact #wrapper > .container > .row {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

body#contact #content-wrapper {
  float: none;
  width: 100% !important;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

body#contact #left-column,
body#contact #right-column {
  display: none !important;
}

body#contact #main,
body#contact #content {
  width: 100%;
}

body#contact #content.page-content {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.cw-contact-page {
  color: #111;
}

.cw-contact-intro {
  max-width: 760px;
  margin: 0 auto;
  padding: 36px 0 30px;
  text-align: center;
}

.cw-contact-eyebrow {
  margin: 0 0 8px;
  color: #555;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.cw-contact-intro h1 {
  max-width: 760px;
  margin: 0;
  color: #111;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.08;
  text-transform: none;
}

.cw-contact-lead {
  max-width: 600px;
  margin: 14px auto 0;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.55;
}

.cw-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 700px) minmax(260px, 320px);
  justify-content: center;
  gap: 60px;
  padding: 32px 0 80px;
  border-top: 1px solid #dedbd4;
}

.contact-form {
  width: 100%;
  margin: 0;
}

.cw-contact-aside {
  align-self: start;
}

.cw-contact-aside-section {
  padding: 24px 0 30px;
  border-top: 2px solid #111;
}

.cw-contact-aside-section + .cw-contact-aside-section {
  margin-top: 26px;
}

.cw-contact-aside-label {
  margin: 0 0 10px;
  color: #5a5a5a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.cw-contact-aside h2 {
  margin: 0;
  color: #111;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.25;
  text-transform: none;
}

.cw-contact-aside-section > p:not(.cw-contact-aside-label) {
  margin: 14px 0 0;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.65;
}

.cw-contact-secondary-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cw-contact-secondary-link:hover {
  text-decoration-thickness: 2px;
}

.cw-contact-socials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.cw-contact-socials li {
  margin: 0;
  border-bottom: 1px solid #d8d8d8;
}

.cw-contact-socials a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.cw-contact-socials a:hover,
.cw-contact-socials a:focus {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cw-contact-socials a:focus,
.cw-contact-secondary-link:focus {
  outline: 3px solid rgba(17, 17, 17, .2);
  outline-offset: 3px;
}

.cw-contact-form-heading {
  margin-bottom: 30px;
}

.cw-contact-form-heading h2 {
  margin: 0;
  color: #111;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.2;
  text-transform: none;
}

.cw-contact-form-heading p {
  margin: 8px 0 0;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.cw-contact-fields {
  display: grid;
  gap: 24px;
}

.cw-contact-field {
  margin: 0;
}

body#contact .cw-contact-field label,
.cw-contact-attachment-content label {
  display: block;
  margin: 0 0 9px;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: none;
}

.cw-contact-optional {
  color: #6d6d6d;
  font-size: 13px;
  font-weight: 500;
}

body#contact .cw-contact-field .form-control {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border: 1px solid #b9b9b9;
  border-radius: 0;
  background: #fff;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  box-shadow: none;
}

body#contact .cw-contact-field select.form-control {
  padding-right: 44px;
  color: #222;
}

body#contact .cw-contact-field textarea.form-control {
  min-height: 180px;
  height: auto;
  padding: 15px 16px;
  line-height: 1.55;
  resize: vertical;
}

body#contact .cw-contact-field .form-control::placeholder {
  color: #666;
  opacity: 1;
}

body#contact .cw-contact-field .form-control:hover {
  border-color: #777;
}

body#contact .cw-contact-field .form-control:focus,
.cw-contact-attachment input[type="file"]:focus,
.cw-contact-attachment summary:focus {
  border-color: #111;
  outline: 3px solid rgba(17, 17, 17, .18);
  outline-offset: 2px;
  box-shadow: none;
}

.cw-contact-attachment {
  border-top: 1px solid #dedbd4;
  border-bottom: 1px solid #dedbd4;
}

.cw-contact-attachment summary {
  position: relative;
  padding: 18px 42px 18px 0;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.cw-contact-attachment summary::-webkit-details-marker {
  display: none;
}

.cw-contact-attachment summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  content: "";
  transform: translateY(-70%) rotate(45deg);
  transition: transform .2s ease;
}

.cw-contact-attachment[open] summary::after {
  transform: translateY(-25%) rotate(225deg);
}

.cw-contact-attachment summary span {
  color: #6d6d6d;
  font-size: 13px;
  font-weight: 500;
}

.cw-contact-attachment-content {
  padding: 2px 0 22px;
}

.cw-contact-attachment input[type="file"] {
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid #b9b9b9;
  background: #fff;
  color: #222;
  font-size: 14px;
}

.cw-contact-attachment-content p {
  margin: 8px 0 0;
  color: #666;
  font-size: 13px;
  line-height: 1.5;
}

.cw-contact-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  margin-top: 30px;
}

.cw-contact-submit {
  min-height: 54px;
  padding: 0 30px;
  border: 2px solid #111;
  border-radius: 0;
  background: #111;
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease;
}

.cw-contact-submit:hover,
.cw-contact-submit:focus {
  background: #fff;
  color: #111 !important;
}

.cw-contact-submit:focus {
  outline: 3px solid rgba(17, 17, 17, .22);
  outline-offset: 3px;
}

.cw-contact-footer > p {
  max-width: 410px;
  margin: 0;
  color: #666;
  font-size: 13px;
  line-height: 1.5;
}

.cw-contact-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.cw-contact-notice {
  margin: 48px 0 0;
  padding: 20px 22px;
  border-left: 4px solid #111;
  background: #f5f5f5;
  color: #111;
  font-size: 15px;
  line-height: 1.55;
}

.cw-contact-notice--success {
  border-left-color: #16734a;
  background: #eef8f3;
}

.cw-contact-notice--error {
  border-left-color: #b42318;
  background: #fff2f0;
}

.cw-contact-notice ul {
  margin: 0;
  padding-left: 20px;
}

@media (max-width: 767px) {
  body#contact #wrapper {
    padding: 0;
  }

  body#contact #content-wrapper {
    padding: 0 20px;
  }

  body#contact #content.page-content {
    padding-bottom: 64px;
  }

  .cw-contact-intro {
    padding: 28px 0 24px;
    text-align: left;
  }

  .cw-contact-intro h1 {
    font-size: 30px;
    line-height: 1.1;
  }

  .cw-contact-lead {
    margin-top: 12px;
    font-size: 15px;
  }

  .cw-contact-layout {
    display: block;
    padding: 26px 0 0;
  }

  .cw-contact-aside {
    margin-top: 54px;
  }

  .cw-contact-aside-section + .cw-contact-aside-section {
    margin-top: 18px;
  }

  .cw-contact-form-heading h2 {
    font-size: 26px;
  }

  .cw-contact-fields {
    gap: 21px;
  }

  .cw-contact-footer {
    display: block;
  }

  .cw-contact-submit {
    width: 100%;
  }

  .cw-contact-footer > p {
    margin-top: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cw-contact-layout {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cw-contact-attachment summary::after,
  .cw-contact-submit {
    transition: none;
  }
}
