/*
 * ---:[ Focus CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: normal; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img,
.left,
.alignleft,
.right,
.alignright {
  display: block; }

.center,
.aligncenter {
  display: block;
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

.clear {
  clear: both; }

button,
input[type=submit] {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

body {
  font-family: system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe, "Helvetica Neue", Tahoma, sans-serif;
  font-size: 21px;
  line-height: 35px;
  color: #0c1e2a;
  background-color: #eeeeee;
  overflow-x: hidden; }

#header {
  background-color: #f2efe7;
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15); }

  #nav {
    background-color: #f2efe7;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.15); }

#content {
  word-break: break-word;
  background-color: #f2efe7;
  padding-top: 6px;
  padding-bottom: 35px; }

#footer {
  color: #828282;
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px dotted rgba(0, 0, 0, 0.15); }

.container {
  box-sizing: border-box;
  padding-left: 22px;
  padding-right: 22px; }
  @media all and (min-width: 688px) {
    .container {
  max-width: 644px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto; } }
  @media all and (min-width: 714px) {
    .container {
  max-width: 100%;
  padding-left: 35px;
  padding-right: 35px;
  margin-left: 0;
  margin-right: 0; } }
  @media all and (min-width: 1110px) {
    .container {
  max-width: 1040px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto; } }

a {
  color: #d50b0b;
  text-decoration: none; }
  p a,
  .post_content a {
    text-decoration: underline; }
      p a.button,
      .post_content a.button {
        text-decoration: none; }

code,
pre,
kbd {
  font-family: Menlo, Consolas, Monaco, "Andale Mono", Courier, Verdana, sans-serif; }

  .grt h1 {
    font-size: 43px;
    line-height: 67px;
    font-weight: bold;
    color: #0c1e2a;
    margin-bottom: 35px; }
  .grt h2 {
    font-size: 34px;
    line-height: 54px;
    font-weight: bold;
    margin-top: 57px;
    margin-bottom: 35px; }
  .grt h3 {
    font-size: 27px;
    line-height: 43px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 22px; }
  .grt h4 {
    font-size: 21px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 14px; }
  .grt h1 + h2,
  .grt h2 + h3,
  .grt h2:first-child,
  .grt h3:first-child {
    margin-top: 0; }

  .grt ul,
  .grt ol {
    margin-left: 35px; }
  .grt li {
    margin-bottom: 14px; }
    .grt li:last-child {
      margin-bottom: 0; }
  .grt blockquote {
    color: #828282;
    padding-left: 22px;
    border-left: 9px solid rgba(0, 0, 0, 0.1); }
  .grt sub,
  .grt sup {
    color: #828282; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 19px; }
  .grt code {
    background-color: rgba(0, 0, 0, 0.08);
    padding: 6px;
    border-radius: 9px;
    margin: 0 1px; }
  .grt pre {
    background-color: #eeeeee;
    padding: 22px; }
  .grt kbd {
    font-size: 17px;
    color: #4e4e4e;
    background-color: #f7f7f7;
    padding: 6px 9px;
    border: 1px solid #cccccc;
    border-radius: 9px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #fafafa inset, 0 0 0 1px white inset;
    margin: 0 1px; }
  .grt p,
  .grt ul,
  .grt ol,
  .grt blockquote,
  .grt pre,
  .grt img {
    margin-bottom: 35px; }
  .grt ul ul,
  .grt ul ol,
  .grt ol ul,
  .grt ol ol {
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 22px; }
    .grt blockquote > :last-child {
      margin-bottom: 0; }
  @media all and (min-width: 688px) {
    body:not(.has-sidebar) .grt h1 {
        font-size: 55px;
        line-height: 84px; }
      body:not(.has-sidebar) .grt h2 {
        font-size: 43px;
        line-height: 67px; }
      body:not(.has-sidebar) .grt h3 {
        font-size: 34px;
        line-height: 54px; }
      body:not(.has-sidebar) .grt h4 {
        font-size: 27px;
        line-height: 43px; }
    .grt .left:not(.bar),
    .grt .alignleft {
      float: left;
      clear: both;
      margin-right: 35px; }
    .grt .right:not(.bar),
    .grt .alignright {
      float: right;
      clear: both;
      margin-left: 35px; } }
      .grt .headline_area .headline a {
        color: #0c1e2a; }
        .grt .headline_area .headline a:hover {
          color: #d50b0b; }
  .grt .byline {
    font-size: 17px;
    line-height: 29px;
    color: #828282;
    margin-top: -30px; }
      .grt .byline .post_author:after,
      .grt .byline .post_date:after,
      .grt .byline .num_comments_link:after,
      .grt .byline .post_edit:after {
        display: block;
        height: 0;
        content: '\a';
        white-space: pre; }
    .grt .byline .avatar {
      width: 58px;
      height: 58px; }
  .grt .drop_cap {
    font-size: 70px;
    line-height: 1em;
    margin-right: 9px;
    float: left; }
  .grt .small {
    font-size: 17px;
    line-height: 29px;
    color: #828282; }
    .grt .alert,
    .grt .note,
    .grt .box {
      padding: 22px; }
    .grt .alert {
      background-color: #ffffdd; }

    .grt .note {
      background-color: #cceeff; }

    .grt .box {
      background-color: #cce8cc; }

  .grt .highlight {
    background-color: #fffb7a;
    padding: 6px 0; }
  .grt .impact {
    font-size: 27px;
    line-height: 43px; }
  .grt .bar {
    color: #828282; }
  .grt .pop {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.4); }
  .grt .wp-caption,
  .grt .frame {
    box-sizing: border-box;
    color: #828282;
    background-color: #eeeeee;
    padding: 22px; }
    .grt .wp-caption img {
      margin-bottom: 22px; }
    .grt .wp-caption.aligncenter img {
      margin-right: auto;
      margin-left: auto; }
    .grt .wp-caption .wp-caption-text {
      margin-bottom: 0; }
  .grt .wp-caption-text,
  .grt .caption,
  .grt .footnotes {
    font-size: 17px;
    line-height: 29px; }
    .grt .wp-caption-text code,
    .grt .caption code,
    .grt .footnotes code {
      font-size: 15px; }
  .grt .caption {
    color: #828282;
    margin-top: -30px; }
  .grt .center + .caption,
  .grt .aligncenter + .caption {
    text-align: center; }
  .grt blockquote + .caption {
    padding-left: 31px; }
  .grt .footnotes {
    color: #828282;
    padding-top: 22px;
    border-top: 1px dotted rgba(0, 0, 0, 0.15); }
    .grt .footnotes p {
      margin-bottom: 14px; }
  .grt .author_description {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 35px; }
    .grt .author_description .avatar {
      float: left;
      width: 105px;
      height: 105px;
      margin-right: 22px; }
  .grt .author_description_intro {
    font-weight: bold; }
  .grt .post_box + .post_box {
    margin-top: 57px; }
    .grt .byline,
    .grt .alert,
    .grt .note,
    .grt .box,
    .grt .wp-caption,
    .grt .caption,
    .grt .footnotes,
    .grt .page-links {
      margin-bottom: 35px; }
      .grt .alert > :last-child,
      .grt .note > :last-child,
      .grt .box > :last-child,
      .grt .footnotes > :last-child,
      .grt .post_list > :last-child {
        margin-bottom: 0; }
  .grt .post_list {
    margin-bottom: 0; }
    .grt .post_box:after,
    .grt .headline_area:after,
    .grt .byline:after,
    .grt .post_content:after,
    .grt .post_list:after,
    .grt .extend:after,
    .grt .author_description:after,
    .grt .query_box:after {
      display: table;
      clear: both;
      content: ''; }
  @media all and (min-width: 425px) {
    .grt .byline .post_author:after,
        .grt .byline .post_date:after,
        .grt .byline .num_comments_link:after {
          display: none; }
        .grt .byline .post_author ~ .post_date_intro:before,
        .grt .byline .post_date_intro ~ .post_date_intro:before,
        .grt .byline .post_author ~ .num_comments_link:before,
        .grt .byline .post_date ~ .num_comments_link:before,
        .grt .byline .post_author ~ .post_edit:before,
        .grt .byline .post_date ~ .post_edit:before,
        .grt .byline .num_comments_link ~ .post_edit:before {
          color: #828282;
          content: '\2022\0020'; } }
  @media all and (min-width: 688px) {
    .grt .headline_area {
      position: relative; }
    .grt .impact {
      font-size: 34px;
      line-height: 54px; } }

label {
  display: block;
  font-weight: bold; }
  label .required {
    font-weight: normal; }

.required {
  color: #dd0000; }

input,
textarea,
select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  padding: 9px;
  border: 1px dotted rgba(0, 0, 0, 0.15); }

input[type=checkbox],
input[type=radio],
input[type=image],
input[type=submit],
select {
  width: auto; }

input[type=checkbox],
input[type=radio] {
  display: inline-block; }
  input[type=checkbox] + label,
  input[type=radio] + label {
    display: inline;
    font-weight: normal;
    margin-left: 14px; }

textarea {
  line-height: inherit; }


  button,
  input[type=submit],
  .button {
    display: inline-block;
    width: auto;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    line-height: 1em;
    vertical-align: top;
    color: #0c1e2a;
    text-decoration: none;
    background-color: #eeeeee;
    padding: 9px 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-width: 4px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    outline: 1px solid rgba(0, 0, 0, 0.1);
    outline-offset: -1px;
    cursor: pointer;
    -webkit-appearance: none; }
  button:hover,
  input[type=submit]:hover,
  .button:hover,
  button:active,
  input[type=submit]:active,
  .button:active {
    text-decoration: none;
    background-color: white;
    transition: background-color 0.3s ease; }
  button:active,
  input[type=submit]:active,
  .button:active {
    border-bottom-width: 2px;
    margin-top: 2px; }

    button.save,
    .button.save {
      color: white;
      background-color: #509b26; }
    button.save:hover,
    .button.save:hover,
    button.save:active,
    .button.save:active {
      background-color: #60ba2e; }
    button.delete,
    .button.delete {
      color: white;
      background-color: #ea7317; }
    button.delete:hover,
    .button.delete:hover,
    button.delete:active,
    .button.delete:active {
      background-color: #ed883a; }
    button.action,
    .button.action {
      color: white;
      background-color: #12a7ff; }
    button.action:hover,
    .button.action:hover,
    button.action:active,
    .button.action:active {
      background-color: #38b5ff; }
    button.update,
    .button.update {
      background-color: #fcfc0d; }
    button.update:hover,
    .button.update:hover,
    button.update:active,
    .button.update:active {
      background-color: #fcfc33; }

/*
 * Beyondie Arts holding site
 */

:root {
  --paper: #f2efe7;
  --paper-soft: #faf7ef;
  --ink: #0c1e2a;
  --muted: #5f665d;
  --line: rgba(12, 30, 42, 0.16);
  --earth: #9d4222;
  --charcoal: #17242b;
  --green: #65735e;
}

body {
  background: #e4dfd3;
}

#header {
  position: sticky;
  top: 0;
  z-index: 10;
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.1;
}

.brand-mark {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(242, 239, 231, 0.9), 0 0 0 3px rgba(12, 30, 42, 0.18);
  flex: 0 0 auto;
}

.site-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 14px;
  font-size: 17px;
  line-height: 29px;
}

.site-nav a {
  color: var(--ink);
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--earth);
  border-bottom-color: var(--earth);
}

.hero {
  position: relative;
  min-height: 74vh;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  background: var(--charcoal);
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero:after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(242, 239, 231, 0.94), rgba(242, 239, 231, 0.72) 45%, rgba(242, 239, 231, 0.12) 82%),
    linear-gradient(0deg, rgba(12, 30, 42, 0.1), transparent 45%);
}

.hero-inner {
  padding-top: 90px;
  padding-bottom: 70px;
}

.eyebrow {
  color: var(--earth);
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.hero h1 {
  max-width: 850px;
  font-size: clamp(37px, 5vw, 67px);
  line-height: 1.08;
  font-weight: 850;
  margin-bottom: 22px;
}

.hero-copy,
.lead {
  max-width: 770px;
  color: #26353a;
  font-size: 24px;
  line-height: 38px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  border-radius: 8px;
}

.button.action {
  background: var(--earth);
}

.button.action:hover,
.button.action:active {
  background: #b6532e;
}

.contact-form .button.action {
  background: #65735e;
}

.contact-form .button.action:hover,
.contact-form .button.action:active {
  background: #73846b;
}

.page-section,
.page-title,
.text-section,
.card-grid,
.contact-layout {
  padding-top: 57px;
  padding-bottom: 57px;
}

.page-title {
  padding-bottom: 22px;
}

.page-title h1 {
  max-width: 920px;
}

.intro-grid,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  gap: 35px;
  align-items: start;
}

.quiet-panel,
.details-panel,
.program-card {
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.quiet-panel h3,
.details-panel h3,
.program-card h2 {
  margin-top: 0;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.program-card h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 14px;
}

.program-card p:last-child,
.quiet-panel :last-child,
.details-panel :last-child,
.site-footer p {
  margin-bottom: 0;
}

.contact-form {
  max-width: 680px;
  margin-top: 22px;
}

.form-row {
  margin-bottom: 22px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  background: #fffdf7;
  border-style: solid;
  border-color: var(--line);
  border-radius: 8px;
  color: var(--ink);
  margin-top: 6px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form select {
  width: 100%;
}

.bot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.human-check input {
  max-width: 150px;
}

.form-note,
.form-status {
  font-size: 17px;
  line-height: 29px;
  margin-bottom: 14px;
}

.form-note {
  color: var(--muted);
}

.form-status {
  min-height: 29px;
  color: var(--earth);
  font-weight: 700;
}

.phone-reveal {
  margin-bottom: 35px;
}

.phone-reveal button[hidden] {
  display: none;
}

.phone-number {
  font-weight: 800;
  margin-top: 14px;
}

.text-section {
  max-width: 860px;
}

.place-feature-grid {
  display: grid;
  gap: 22px;
  margin-top: 43px;
}

.place-feature {
  overflow: hidden;
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.place-feature img,
.place-feature iframe {
  display: block;
  width: 100%;
}

.place-feature img {
  aspect-ratio: 10 / 7;
  object-fit: cover;
}

.place-feature figcaption {
  color: var(--ink);
  padding: 18px 20px 20px;
}

.place-feature figcaption strong {
  display: block;
  font-size: 19px;
  line-height: 29px;
}

.feature-kicker {
  display: block;
  color: var(--earth);
  font-size: 14px;
  line-height: 22px;
  font-weight: 800;
  text-transform: uppercase;
}

.map-frame {
  aspect-ratio: 1040 / 584;
  background: #ded8c9;
}

.map-frame iframe {
  height: 100%;
}

.map-link {
  font-size: 16px;
  line-height: 26px;
  padding: 16px 20px 20px;
  margin-bottom: 0;
}

.site-footer {
  align-items: flex-start;
  color: var(--muted);
  font-size: 16px;
  line-height: 26px;
}

@media all and (max-width: 820px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero {
    min-height: auto;
  }

  .hero:after {
    background:
      linear-gradient(90deg, rgba(242, 239, 231, 0.9), rgba(242, 239, 231, 0.74) 66%, rgba(242, 239, 231, 0.42)),
      linear-gradient(0deg, rgba(12, 30, 42, 0.08), transparent 55%);
  }

  .hero-inner {
    padding-top: 70px;
    padding-bottom: 57px;
  }

  .intro-grid,
  .contact-layout,
  .card-grid {
    grid-template-columns: 1fr;
  }
}

@media all and (max-width: 520px) {
  body {
    font-size: 19px;
    line-height: 31px;
  }

  .site-nav {
    gap: 2px 11px;
  }

  .hero h1 {
    font-size: 35px;
  }

  .hero-copy,
  .lead {
    font-size: 21px;
    line-height: 34px;
  }
}


  #site_title {
    font-size: 55px;
    line-height: 84px;
    font-weight: bold; }
  #site_title a {
    color: inherit; }

  #site_tagline {
    font-size: 21px;
    line-height: 35px;
    color: #828282; }

  .prev_next {
    border-top: 1px dotted rgba(0, 0, 0, 0.15);
    padding-top: 22px;
    padding-bottom: 22px;
    margin-top: 35px;
    margin-bottom: -35px; }
  .prev_next.blog_nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse; }
    .prev_next .previous_posts:first-child {
      margin-right: auto; }
    .prev_next .previous_posts a:before {
      content: '\2190\0020'; }
    .prev_next .next_posts a:after {
      content: '\0020\2192'; }
  .prev_next .next_post,
  .prev_next .previous_post {
    margin-bottom: 0; }
  .prev_next .next_post + .previous_post {
    margin-top: 22px; }

  #comments .comments_intro {
    margin-top: 57px;
    margin-bottom: 35px; }
    #comments .comments_intro:after {
      content: '\0020\2193'; }
  #comments .num_comments,
  #comments .comments_closed {
    font-weight: bold; }
  #comments .comments_closed {
    font-weight: bold;
    margin-top: 57px; }
  #comments .comment_list {
    list-style: none;
    margin-left: 0; }
    #comments .comment_list > .comment:first-child {
      margin-top: 0; }
  #comments .comment {
    margin-top: 57px; }
    #comments .comment #respond {
      margin-top: 35px; }
  #comments .children {
    list-style: none;
    margin-top: 0;
    margin-left: 22px; }
    #comments .children .comment {
      margin-top: 35px; }
  #comments .comment_header {
    margin-bottom: 14px; }
  #comments .avatar {
    float: right;
    width: 57px;
    height: 57px;
    margin-left: 22px; }
  #comments .comment_author {
    font-weight: bold; }
    #comments .comment_date:before {
      display: block;
      height: 0;
      content: '\a';
      white-space: pre; }
    #comments .comment_text :last-child {
      margin-bottom: 14px; }
  #comments .comment_footer {
    font-size: 17px;
    line-height: 29px; }
    #comments .comment_footer a {
      text-transform: lowercase;
      margin-right: 14px; }
  #comments .comment_nav {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 22px 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.15);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.15); }
    #comments .comment_nav .previous_comments:first-child {
      margin-right: auto; }
  #comments #respond {
    margin-top: 57px; }
    #comments #respond p {
      margin-bottom: 22px; }
    #comments #respond .comment-reply-title {
      font-weight: bold; }
    #comments #respond #cancel-comment-reply-link {
      font-weight: normal;
      margin-left: 14px; }
    #comments #respond .comment-notes,
    #comments #respond .logged-in-as {
      padding: 22px;
      background-color: #cceeff; }
    #comments #respond .comment-form-cookies-consent {
      font-size: 17px;
      line-height: 29px; }
      #comments #respond .comment-form-cookies-consent input {
        vertical-align: -8%; }
      #comments #respond .comment-form-cookies-consent label {
        margin-left: 9px; }
    #comments #respond .submit {
      padding: 14px; }
  @media all and (min-width: 688px) {
    #comments .children {
      margin-left: 35px; }
      #comments .comment_date:before {
        display: inline;
        height: auto;
        content: '\2022\0020';
        white-space: normal; } }

      .readability .text .byline .avatar {
        float: right;
        margin-left: 22px;
        margin-bottom: 0; }
      .focus .text .byline .avatar {
        margin-bottom: 9px; }
      @media all and (min-width: 688px) {
        .readability .text .byline .avatar {
          float: left;
          margin-left: 0;
          margin-right: 22px; }
        .focus .text .byline .avatar {
          margin-bottom: 14px; } }
    .focus .text .breakout {
      margin-left: auto;
      margin-right: auto; }
    .text .breakout.left {
      float: none;
      margin-left: 0;
      margin-right: 0; }
    .text .pullout.left {
      float: none;
      margin-right: 0; }

@media all and (min-width: 714px) {
  .readability .text,
    .focus .text {
      max-width: 644px; }
      .readability .text .extend,
      .focus .text .extend {
        box-sizing: border-box;
        max-width: calc(100vw - 70px); }
      .readability .text .wp-caption img,
      .focus .text .wp-caption img {
        max-width: 100%; }
      .readability .text .headline_area,
      .readability .text .post_content > h1,
      .readability .text .post_content > h2,
      .readability .text .post_content > h3,
      .readability .text .post_content > h4,
      .readability .text .post_content > .impact,
      .readability .text .extend,
      .readability .text .extend + .caption {
        margin-right: calc(714px - 100vw); }
    .focus .text {
      margin-left: auto;
      margin-right: auto; }
      .focus .text .headline_area,
      .focus .text .post_content > h1,
      .focus .text .post_content > h2,
      .focus .text .post_content > h3,
      .focus .text .post_content > .impact,
      .focus .text .extend,
      .focus .text .extend + .caption {
        margin-left: calc(357px - (100vw / 2));
        margin-right: calc(357px - (100vw / 2)); }
        .focus .text .extend.right {
          margin-left: 35px; }
        .focus .text .extend.left {
          margin-right: 35px; } }

@media all and (min-width: 1110px) {
  .readability .text .pullout,
      .focus .text .pullout {
        float: right;
        box-sizing: border-box; }
      .readability .text .extend,
      .focus .text .extend {
        max-width: 1040px; }
        .readability .text .extend .pullout,
        .focus .text .extend .pullout {
          float: none;
          max-width: 100%; }
      .readability .text .headline_area,
      .readability .text .post_content > h1,
      .readability .text .post_content > h2,
      .readability .text .post_content > h3,
      .readability .text .post_content > h4,
      .readability .text .post_content > .impact,
      .readability .text .extend,
      .readability .text .extend + .caption {
        margin-right: -396px; }
      .readability .text .breakout {
        max-width: calc(700.5px + (100vw - 1040px) / 2);
        margin-right: calc(-396px - (100vw - 1040px) / 2); }
      .readability .text .pullout {
        max-width: calc(100vw - (100vw - 1040px) / 2 - 701px);
        margin-right: calc(-396px - (100vw - 1040px) / 2); }
        .readability .text .extend .pullout {
          margin-left: 0;
          margin-right: 0; }
      .focus .text .headline_area,
      .focus .text .post_content > h1,
      .focus .text .post_content > h2,
      .focus .text .post_content > h3,
      .focus .text .post_content > .impact,
      .focus .text .extend,
      .focus .text .extend + .caption {
        margin-left: -198px;
        margin-right: -198px; }
      .focus .text .breakout {
        max-width: calc(502.5px + (100vw - 1040px) / 2);
        margin-left: 35px;
        margin-right: calc(322px - (100vw / 2)); }
        .focus .text .breakout.left {
          margin-left: calc(322px - (100vw / 2));
          margin-right: 35px; }
      .focus .text .pullout {
        max-width: calc(100vw - (100vw - 1040px) / 2 - 877px);
        margin-right: calc(-198px - (100vw - 1040px) / 2); }
        .focus .text .pullout.left {
          float: left;
          margin-left: calc(-198px - (100vw - 1040px) / 2);
          margin-right: 0; }
        .focus .text .extend .pullout {
          margin-left: auto;
          margin-right: auto; }
    .text .breakout,
    .text .extend .breakout {
      float: right;
      box-sizing: border-box;
      max-width: calc(502.5px + (100vw - 1040px) / 2);
      margin-left: 35px;
      margin-right: calc((1040px - 100vw) / 2); }
      .text .breakout.left,
      .text .extend .breakout.left {
        float: left;
        margin-left: calc((1040px - 100vw) / 2);
        margin-right: 35px; }
      .has-sidebar .text .breakout,
      .has-sidebar .text .extend .breakout {
        float: none;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0; } }

  @media all and (min-width: 688px) {
    .mode-focus #header,
      .mode-focus #nav,
      .mode-focus #nav-secondary,
      .mode-focus #footer {
        text-align: center; }
        .mode-focus #header_image,
        .mode-focus #logo {
          margin-left: auto;
          margin-right: auto; } }

  @media all and (min-width: 688px) {
    .focus .text .headline_area,
        .focus .text .featured_image_wrap,
        .focus .text .post_content h1,
        .focus .text h2,
        .focus .text h3,
        .focus .text h1 + .caption,
        .focus .text h2 + .caption,
        .focus .text h3 + .caption,
        .focus .text .impact,
        .focus .text .extend + .caption,
        .focus .text .extend .caption {
          text-align: center; }
          .focus .text .byline .avatar {
            margin-left: auto;
            margin-right: auto; }
      .focus .archive_title {
        text-align: center; } }

      @media all and (min-width: 714px) {
        .readability .text .wp-post-image,
        .focus .text .wp-post-image {
          max-width: calc(100vw - 70px); }
        .focus .text .wp-post-image {
          margin-left: auto;
          margin-right: auto; } }
      @media all and (min-width: 1110px) {
        .readability .text .wp-post-image,
        .focus .text .wp-post-image {
          max-width: 1040px; } }

  .featured_image_link {
    display: inline-block;
    vertical-align: top; }

@media all and (min-width: 714px) {
  .readability .text .featured_image_wrap {
        margin-right: calc(714px - 100vw); }
      .focus .text .featured_image_wrap {
        margin-left: calc(357px - (100vw / 2));
        margin-right: calc(357px - (100vw / 2)); } }

@media all and (min-width: 1110px) {
  .readability .text .featured_image_wrap {
        margin-right: -396px; }
      .focus .text .featured_image_wrap {
        margin-left: -198px;
        margin-right: -198px; } }

  .menu {
    list-style: none;
    display: flex;
    align-items: baseline;
    white-space: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .menu::-webkit-scrollbar {
    display: none; }
  .menu li {
    margin-right: 35px; }
    .menu li:last-child {
      margin-right: 0; }
  .menu a {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px; }
  .menu:before {
    content: '\2194';
    color: #828282;
    margin-right: 22px; }
  @media all and (min-width: 688px) {
    .mode-focus .menu {
      justify-content: center; }
    .menu:before {
      display: none; } }

  .bar {
    color: #828282; }
  @media all and (min-width: 1110px) {
    .text .bar {
      width: 100%; }
      .text .bar code {
        font-size: 15px; }
      .readability .text .bar,
      .focus .text .bar {
        box-sizing: border-box;
        float: right;
        clear: right;
        font-size: 17px;
        line-height: 29px;
        margin-bottom: 22px; }
      .readability .text .bar {
        max-width: 339px;
        margin-right: -396px; }
      .focus .text .bar {
        max-width: 163px;
        margin-right: -198px; }
        .focus .text .bar.left {
          float: left;
          clear: left;
          margin-left: -198px; } }

  .bleed {
    position: relative;
    width: 100vw;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 57px;
    margin-bottom: 57px;
    margin-left: -22px; }
  .bleed + .bleed {
    margin-top: -57px; }
  .content > .post_box:last-child .bleed:last-child {
    border-bottom: 0;
    margin-bottom: -35px; }
  .bleed:after {
    display: table;
    clear: both;
    content: ''; }
  @media all and (min-width: 688px) {
    .bleed {
    margin-left: calc(calc(644px - 100vw) / 2); } }
  @media all and (min-width: 714px) {
    .bleed {
    margin-left: -35px; } }
  @media all and (min-width: 1110px) {
    .bleed {
    margin-left: calc(calc(1040px - 100vw) / 2); } }
  .focus .bleed {
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }
  .bleed .container {
    padding-top: 35px;
    padding-bottom: 22px; }
  .bleed pre,
  .bleed .wp-caption,
  .bleed .frame {
    background-color: rgba(0, 0, 0, 0.1); }
  .bleed.no-border {
    border-top: none; }
  .bleed.red {
    background-color: #ffcccc; }
    .bleed.red blockquote,
    .bleed.red .post_content > .small,
    .bleed.red .caption,
    .bleed.red .bar,
    .bleed.red .wp-caption {
      color: maroon; }
  .bleed.salmon {
    background-color: #ffddcc; }
    .bleed.salmon blockquote,
    .bleed.salmon .post_content > .small,
    .bleed.salmon .caption,
    .bleed.salmon .bar,
    .bleed.salmon .wp-caption {
      color: #802b00; }
  .bleed.orange {
    background-color: #ffeecc; }
    .bleed.orange blockquote,
    .bleed.orange .post_content > .small,
    .bleed.orange .caption,
    .bleed.orange .bar,
    .bleed.orange .wp-caption {
      color: #805500; }
  .bleed.yellow {
    background-color: #ffffcc; }
    .bleed.yellow blockquote,
    .bleed.yellow .post_content > .small,
    .bleed.yellow .caption,
    .bleed.yellow .bar,
    .bleed.yellow .wp-caption {
      color: olive; }
  .bleed.chartreuse {
    background-color: #eeffcc; }
    .bleed.chartreuse blockquote,
    .bleed.chartreuse .post_content > .small,
    .bleed.chartreuse .caption,
    .bleed.chartreuse .bar,
    .bleed.chartreuse .wp-caption {
      color: #558000; }
  .bleed.lime {
    background-color: #ddffcc; }
    .bleed.lime blockquote,
    .bleed.lime .post_content > .small,
    .bleed.lime .caption,
    .bleed.lime .bar,
    .bleed.lime .wp-caption {
      color: #2a8000; }
  .bleed.green {
    background-color: #ccffcc; }
    .bleed.green blockquote,
    .bleed.green .post_content > .small,
    .bleed.green .caption,
    .bleed.green .bar,
    .bleed.green .wp-caption {
      color: green; }
  .bleed.aquamarine {
    background-color: #ccffdd; }
    .bleed.aquamarine blockquote,
    .bleed.aquamarine .post_content > .small,
    .bleed.aquamarine .caption,
    .bleed.aquamarine .bar,
    .bleed.aquamarine .wp-caption {
      color: #00802b; }
  .bleed.turquoise {
    background-color: #ccffee; }
    .bleed.turquoise blockquote,
    .bleed.turquoise .post_content > .small,
    .bleed.turquoise .caption,
    .bleed.turquoise .bar,
    .bleed.turquoise .wp-caption {
      color: #008055; }
  .bleed.cyan {
    background-color: #ccffff; }
    .bleed.cyan blockquote,
    .bleed.cyan .post_content > .small,
    .bleed.cyan .caption,
    .bleed.cyan .bar,
    .bleed.cyan .wp-caption {
      color: teal; }
  .bleed.blue {
    background-color: #cceeff; }
    .bleed.blue blockquote,
    .bleed.blue .post_content > .small,
    .bleed.blue .caption,
    .bleed.blue .bar,
    .bleed.blue .wp-caption {
      color: #005580; }
  .bleed.steel {
    background-color: #ccddff; }
    .bleed.steel blockquote,
    .bleed.steel .post_content > .small,
    .bleed.steel .caption,
    .bleed.steel .bar,
    .bleed.steel .wp-caption {
      color: #002a80; }
  .bleed.lavender {
    background-color: #ccccff; }
    .bleed.lavender blockquote,
    .bleed.lavender .post_content > .small,
    .bleed.lavender .caption,
    .bleed.lavender .bar,
    .bleed.lavender .wp-caption {
      color: navy; }
  .bleed.purple {
    background-color: #ddccff; }
    .bleed.purple blockquote,
    .bleed.purple .post_content > .small,
    .bleed.purple .caption,
    .bleed.purple .bar,
    .bleed.purple .wp-caption {
      color: #2b0080; }
  .bleed.orchid {
    background-color: #eeccff; }
    .bleed.orchid blockquote,
    .bleed.orchid .post_content > .small,
    .bleed.orchid .caption,
    .bleed.orchid .bar,
    .bleed.orchid .wp-caption {
      color: #550080; }
  .bleed.magenta {
    background-color: #ffccff; }
    .bleed.magenta blockquote,
    .bleed.magenta .post_content > .small,
    .bleed.magenta .caption,
    .bleed.magenta .bar,
    .bleed.magenta .wp-caption {
      color: purple; }
  .bleed.pink {
    background-color: #ffccee; }
    .bleed.pink blockquote,
    .bleed.pink .post_content > .small,
    .bleed.pink .caption,
    .bleed.pink .bar,
    .bleed.pink .wp-caption {
      color: #800055; }
  .bleed.rose {
    background-color: #ffccdd; }
    .bleed.rose blockquote,
    .bleed.rose .post_content > .small,
    .bleed.rose .caption,
    .bleed.rose .bar,
    .bleed.rose .wp-caption {
      color: #80002a; }

.grt h1:has(+.caption),
.grt h2:has(+.caption),
.grt h3:has(+.caption),
.grt h4:has(+.caption) {
  margin-bottom: 0; }

    .grt h1 + .caption,
    .grt h2 + .caption,
    .grt h3 + .caption,
    .grt h4 + .caption {
      margin-top: 0; }
  .grt h3 + .caption {
    margin-bottom: 22px; }
  .grt h4 + .caption {
    margin-bottom: 14px; }

      .content > .post_box:first-child > .post_content:first-child > .bleed:first-child {
        border-top: 0;
        margin-top: -6px; }

.bleed:has(+.bleed) {
  border-bottom: 0; }

.card {
  box-sizing: border-box;
  color: #f2efe7;
  background-color: #0c1e2a;
  border-radius: 9px;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.3);
  margin-bottom: 35px;
  overflow: hidden; }
  .card .card-body {
    padding: 25px 22px 22px 22px; }
  .card .card-text:first-child {
    margin-top: 3px; }
  .card .card-title,
  .card .card-subtitle {
    text-align: center; }
    .card .card-title:last-child,
    .card .card-subtitle:last-child {
      margin-bottom: 0; }
  .card .card-title {
    font-size: 27px;
    line-height: 43px;
    font-weight: bold;
    margin-bottom: 18px; }
    .card .card-title a {
      text-decoration: none; }
  .card .card-subtitle {
    font-size: 17px;
    line-height: 29px;
    color: #828282;
    margin-top: -18px;
    margin-bottom: 22px; }
  .card.card-centered .card-text {
    text-align: center; }
  .card .card-text > :last-child {
    margin-bottom: 0; }
  @media all and (min-width: 468px) {
    .card .card-body {
      padding: 25px 35px 35px 35px; }
    .card .card-title {
      font-size: 34px;
      line-height: 54px; } }

  .grt .card {
    display: block;
    text-decoration: none; }
  .grt .card .card-image {
    max-width: 100%;
    margin-bottom: 0; }

.card-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start; }
    .card-flex.card-flex-2 > .card,
    .card-flex.card-flex-3 > .card,
    .card-flex.card-flex-2 > .card-link,
    .card-flex.card-flex-3 > .card-link {
      max-width: 502.5px; }
    @media all and (min-width: 714px) {
      .card-flex.card-flex-2,
  .card-flex.card-flex-3 {
    justify-content: space-between; }
      .card-flex.card-flex-2 > .card,
      .card-flex.card-flex-3 > .card,
      .card-flex.card-flex-2 > .card-link,
      .card-flex.card-flex-3 > .card-link {
        max-width: calc(50% - 17.5px); }
      .card-flex.card-flex-2 .card-body,
      .card-flex.card-flex-3 .card-body {
        padding: 25px 22px 22px 22px; }
      .card-flex.card-flex-2 .card-title,
      .card-flex.card-flex-3 .card-title {
        font-size: 27px;
        line-height: 43px; } }
    @media all and (min-width: 953px) {
      .card-flex.card-flex-2 .card-body,
      .card-flex.card-flex-3 .card-body {
        padding: 25px 35px 35px 35px; }
      .card-flex.card-flex-2 .card-title,
      .card-flex.card-flex-3 .card-title {
        font-size: 34px;
        line-height: 54px; } }
    @media all and (min-width: 1110px) {
      .card-flex.card-flex-3 > .card,
      .card-flex.card-flex-3 > .card-link {
        max-width: calc(33.333% - 23.335px); }
      .card-flex.card-flex-3 .card-body {
        padding: 25px 22px 22px 22px; }
      .card-flex.card-flex-3 .card-title {
        font-size: 27px;
        line-height: 43px; } }
    .card-flex.card-flex-4 > .card,
    .card-flex.card-flex-4 > .card-link {
      max-width: 350.625px; }
    @media all and (min-width: 468px) {
      .card-flex.card-flex-4 .card-body {
        padding: 25px 22px 22px 22px; }
      .card-flex.card-flex-4 .card-title {
        font-size: 27px;
        line-height: 43px; } }
    @media all and (min-width: 546.5px) {
      .card-flex.card-flex-4 {
    justify-content: space-between; }
      .card-flex.card-flex-4 > .card,
      .card-flex.card-flex-4 > .card-link {
        max-width: calc(50% - 17.5px); } }
    @media all and (min-width: 841.25px) {
      .card-flex.card-flex-4 > .card,
      .card-flex.card-flex-4 > .card-link {
        max-width: calc(33.333% - 23.335px); } }
    @media all and (min-width: 1110px) {
      .card-flex.card-flex-4 > .card,
      .card-flex.card-flex-4 > .card-link {
        max-width: calc(25% - 26.25px); } }

  .icon-social svg {
    width: auto;
    height: 27px;
    fill: #d50b0b; }
  .icon-social + .icon-social {
    margin-left: 6px; }

.youtube {
  position: relative;
  background-color: black;
  padding-top: 56.25%;
  margin-bottom: 35px;
  overflow: hidden;
  cursor: pointer; }
  .youtube img,
  .youtube iframe,
  .youtube .play,
  .youtube .play:before {
    position: absolute; }
  .youtube img {
    width: 100%;
    top: -16.67%;
    left: 0;
    opacity: 0.7; }
  .youtube.custom-thumb img {
    top: 0; }
  .youtube iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .youtube .play,
  .youtube .play:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }
  .youtube .play {
    width: 90px;
    height: 60px;
    background-color: #ff1616;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px; }
  .youtube .play:before {
    content: '';
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent white; }

/*
 * ---:[ Custom CSS ]:---
 */
#logo {
  width: 15%;
  height: auto; }

.logo-focus {
  font-family: focus, sans-serif;
  line-height: 1em;
  text-transform: uppercase; }

.logo-focus.shadow {
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1); }

.logo-focus.highlight {
  padding-left: 4px;
  padding-right: 4px; }

.button {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }

a.button .logo-focus {
  font-size: 23px;
  line-height: 18px;
  vertical-align: bottom;
  margin: 0 2px; }

.crumbs {
  color: #828282; }

.crumbs a {
  color: #111111; }

.crumbs a.crumbs-home {
  font-weight: bold;
  text-transform: lowercase;
  color: #de0404; }

.crumbs a:hover {
  text-decoration: underline; }

.bg-yellow {
  background: #ffffdd; }

.bg-lightgray {
  background: #eeeeee; }

.bg-blue {
  background: #cceeff; }

.bg-brightyellow {
  background: #ffe91f; }

.bg-white {
  background: white; }

.smallcard {
  width: 75%; }

.crumbs {
  padding-top: 5px;
  padding-bottom: 5px; }

#footer {
  color: #828282;
    /*
   * Set icon color to gray
   */
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  margin-right: 15px; }

.footer-images {
  display: flex;
    /*
   * Use flexbox layout
   */
  justify-content: center;
    /*
   * Center the images horizontally
   */
  align-items: center;
    /*
   * Align them vertically
   */
  margin-bottom: 20px;
    /*
   * Add some space below the images
   */
  margin-top: 20px;
    /*
   * Add some space above the images
   */ }

.footer-images img.footer-logo {
  width: auto;
    /*
   * Adjust width as needed
   */
  height: 40px;
    /*
   * Maintain aspect ratio
   */
  margin: 0 10px;
    /*
   * Add spacing between the images
   */ }

.grt ul.checklist {
  list-style-type: none;
  margin-left: 0; }

.grt ul.checklist li {
  padding-left: 26px; }

.grt ul.checklist li:before {
  content: '\2713';
  color: #12a7ff;
  display: inline-block;
  width: 26px;
  margin-left: -26px;
  font-family: inherit;
  font-weight: normal; }

.grt ul.checklist.red li:before {
  color: #d50b0b; }

.grt ul.checklist.green li:before {
  color: #509b26; }

.grt ul.checklist.arrow li:before {
  content: '\27a0'; }

.grt ul.checklist.emoji-check li:before {
  content: '\2705'; }

.grt ul.checklist.emoji-point li:before {
  content: '\1f449'; }

.grt .alert,
.grt .note,
.grt .box {
  padding: 21px 21px;
  margin-left: -21px;
  margin-right: -21px; }

.grt .notification {
  padding-left: 13px;
  border-left: 8px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 13px 13px 0; }

.grt .notification a {
  text-decoration: underline; }

.grt pre {
  background-color: rgba(50, 50, 150, 0.08);
  padding-left: 13px;
  border-left: 8px solid rgba(0, 0, 0, 0.1); }

.grt h2 + ul {
  margin-top: -21px; }

.grt .footnotes p a:last-child {
  text-decoration: none; }

.grt .figure p {
  font-size: 16px;
  line-height: 28px;
  color: #828282; }

.grt .figure p span {
  font-weight: bold; }

.grt .figure p:last-child {
  margin-top: -21px; }

.grt .figure p:last-child code {
  font-size: 12px; }

.grt .byline .post_edit {
  text-decoration: underline; }

.grt ul.tight {
  margin-top: -13px; }

.grt hr {
  color: #828282;
  border: none;
  margin-bottom: 34px; }

.grt hr:after {
  content: "â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢â€¢"; }

.grt .post_list,
.grt .query_list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 34px; }

.grt .post_list li {
  display: flex; }

.grt .post_list li .icon-blog {
  margin-right: 8px; }

.grt #post-2651 .wp-post-image {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.4); }

.grt .bar.inwood {
  color: #111111;
  padding-left: 13px; }

.grt .flex-mobile {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  row-gap: 0; }

@media all and (min-width: 688px) {
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 21px;
    margin-left: 0;
    margin-right: 0; } }

@media all and (min-width: 1108px) {
  .grt .byline,
  .template-single .grt .byline {
    position: absolute;
    right: 0;
    text-align: right;
    margin-top: 0; }

  .grt .byline .post_date_intro ~ .post_date_intro:before,
  .grt .byline .post_edit:before,
  .grt .byline .post_date ~ .post_edit:before,
  .template-single .grt .byline .post_date_intro ~ .post_date_intro:before,
  .template-single .grt .byline .post_edit:before,
  .template-single .grt .byline .post_date ~ .post_edit:before {
    display: block;
    height: 0;
    content: '\a';
    white-space: pre; } }

/*
 * All our woo CSS goes here
 */
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
    /*
   * 3 products per row
   */
  gap: 20px;
    /*
   * Space between products
   */
  margin: 0 auto;
  padding: 20px; }

.products-grid .product {
  background: white;
    /*
   * Optional styling
   */
  border: 1px solid #dddddd;
  padding: 15px;
  border-radius: 5px;
  text-align: center; }

@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
        /*
     * 2 products per row
     */ } }

@media (max-width: 480px) {
  .products-grid {
    grid-template-columns: 1fr;
        /*
     * 1 product per row
     */ } }

#footer .social-profiles {
  margin-top: 19px; }

#footer .social-profiles a {
  display: inline-block;
  margin-right: 10px; }

#footer .social-profiles a:last-child {
  margin-right: 0; }

#footer .social-profiles a:hover svg {
  fill: #bb0303; }

#footer .social-profiles svg {
  width: auto;
  height: 20px;
  fill: #828282; }

/*
 * General Form Styling
 */
#mc_embed_signup {
  text-align: left;
    /*
   * Ensures all text aligns to the left
   */ }

/*
 * Apply styles to Mailchimp's input fields
 */
#mc_embed_signup input[type="email"],
#mc_embed_signup input[type="text"] {
  text-align: left;
    /*
   * Align input text to the left
   */
  font-size: 20px;
  color: #111111;
  background-color: #ffffb0;
    /*
   * Light yellow input background
   */
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0;
    /*
   * Matches your specified style
   */
  border-radius: 4px;
  width: 80%;
    /*
   * Adjusted to be narrower
   */
  max-width: 400px;
    /*
   * Ensures it doesn't stretch too wide
   */
  box-sizing: border-box;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25), inset 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
    /*
   * Adds space between fields
   */ }

/*
 * Placeholder Text Styling
 */
#mc_embed_signup input::placeholder {
  color: #828282;
    /*
   * Subtle gray for placeholders
   */
  font-size: 18px;
  font-weight: normal;
  opacity: 1;
  text-align: left;
    /*
   * Align placeholder text to the left
   */ }

/*
 * Submit Button
 */
#mc_embed_signup .form-button {
  display: inline-block;
  margin-top: 10px;
    /*
   * Adds space between the second input field & the button
   */
  text-align: left; }

/*
 * Success & Error Messages
 */
#mc_embed_signup .success-message {
  color: #509b26;
    /*
   * Green success text
   */
  font-size: 16px;
  margin-top: 5px;
  text-align: left; }

#mc_embed_signup .error-message {
  color: #d50b0b;
    /*
   * Red error message
   */
  font-size: 16px;
  font-weight: bold;
  background-color: #ffeeee;
  padding: 5px 10px;
  border-left: 4px solid #d50b0b;
  margin-top: 5px;
  text-align: left; }

/*
 * Align Input Fields to the Left
 */
#mc_embed_signup .mc-field-group {
  display: flex;
  justify-content: flex-start;
    /*
   * Aligns form fields to the left
   */
  width: 100%;
  flex-direction: column;
    /*
   * Ensures fields stack vertically
   */ }

/*
 * Mautic styles
 */
button.btn.btn-ghost.mauticform-button {
  display: inline-block;
  width: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: 1em;
  vertical-align: top;
  color: white;
  text-decoration: none;
  background-color: #509b26;
  padding: 7px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 4px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.3s ease; }

button.btn.btn-ghost.mauticform-button:hover,
button.btn.btn-ghost.mauticform-button:active {
  background-color: #60ba2e; }

/*
 * Form container
 */
.mauticform_wrapper {
  max-width: 600px;
  margin: 20px auto;
  color: #111111;
  font-family: system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe, "Helvetica Neue", Tahoma, sans-serif;
  font-size: 20px; }

/*
 * Arrange label and input side-by-side except for the button row
 */
.mauticform-row:not(.mauticform-button-wrapper) {
  display: flex;
  align-items: center;
  margin-bottom: 5px; }

/*
 * Label on the left
 */
.mauticform-label {
  flex: 0 0 150px;
  text-align: right;
  margin-right: 10px;
  font-weight: bold; }

/*
 * Input fields take remaining space
 */
.mauticform-input,
.mauticform-selectbox,
.mauticform-textarea {
  flex: 1;
  padding: 7px;
  border: 1px dotted rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: border-box; }

/*
 * Error message styling
 */
.mauticform-errormsg {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  color: #d50b0b; }

/*
 * Button row remains centered
 */
.mauticform-button-wrapper {
  display: block;
  text-align: center; }

/*
 * Form container
 */
.mauticform_wrapper {
  max-width: 600px;
  margin: 10px auto;
  color: #111111;
  font-family: system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe, "Helvetica Neue", Tahoma, sans-serif;
  font-size: 20px; }

/*
 * Arrange label and input side-by-side (except button row)
 */
.mauticform-row:not(.mauticform-button-wrapper) {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }

/*
 * Label on the left with reduced width
 */
.mauticform-label {
  flex: 0 0 100px;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
  white-space: nowrap; }

/*
 * Input fields take remaining space
 */
.mauticform-input,
.mauticform-selectbox,
.mauticform-textarea {
  flex: 1;
  padding: 7px;
  border: 1px dotted rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: border-box; }

/*
 * Error message styling
 */
.mauticform-errormsg {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  color: #d50b0b; }

/*
 * Button row centered
 */
.mauticform-button-wrapper {
  display: block;
  text-align: center; }

/*
 * Wider container for the form
 */
#mauticform_wrapper_newslettersignup,
.mauticform_wrapper {
  width: 370px !important;
  max-width: 370px !important;
  margin: 10px auto !important;
    /*
   * Apply red asterisk only on required field labels
   */
    /*
   * Reduce vertical spacing between form rows
   */ }
  #mauticform_wrapper_newslettersignup .mauticform-row.mauticform-required .mauticform-label,
  .mauticform_wrapper .mauticform-row.mauticform-required .mauticform-label {
    position: relative; }
  #mauticform_wrapper_newslettersignup .mauticform-row.mauticform-required .mauticform-label::after,
  .mauticform_wrapper .mauticform-row.mauticform-required .mauticform-label::after {
    content: "*";
    color: #de0404;
    position: absolute;
    top: 0;
    right: 2;
    font-size: 100%; }
  #mauticform_wrapper_newslettersignup .mauticform-row,
  .mauticform_wrapper .mauticform-row {
    margin-bottom: 8px; }
  #mauticform_wrapper_newslettersignup .mauticform-input,
  #mauticform_wrapper_newslettersignup .mauticform-selectbox,
  #mauticform_wrapper_newslettersignup .mauticform-textarea,
  .mauticform_wrapper .mauticform-input,
  .mauticform_wrapper .mauticform-selectbox,
  .mauticform_wrapper .mauticform-textarea {
    background-color: #ffffb0; }
  #mauticform_wrapper_newslettersignup .form-field input,
  .mauticform_wrapper .form-field input {
    text-align: center;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 0;
    border-radius: 4px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25), inset 0 1px 2px rgba(0, 0, 0, 0.2); }
  #mauticform_wrapper_newslettersignup .mauticform-message,
  .mauticform_wrapper .mauticform-message {
    color: #509b26; }
