/* Base Styles */

/* Reset */

#mn-content .fa-lg {
  font-size: 1.33333333em;
  line-height: 1.33333333em;
  vertical-align: middle;
}
#mn-content .fa-2x {
  font-size: 2em;
}
#mn-content .mn-heading {
  margin-top: 0;
  padding-top: 0;
  overflow-wrap: break-word;
}
/* Rows/Columns/Blocks */

#mn-content *,
#mn-content *:after,
#mn-content *:before {
  box-sizing: border-box;
}
#mn-content .mn-row {
  margin-left: -10px;
  margin-right: -10px;
}
#mn-content .mn-row:after {
  content: "";
  display: block;
  clear: both;
}
#mn-content .mn-row-inner {
  margin-left: -10px;
  margin-right: -10px;
}
#mn-content .mn-row-inner:after {
  content: "";
  display: block;
  clear: both;
}
#mn-content div[class*="mn-col-"] {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
#mn-content .mn-col-1 {
  width: 100%;
}
#mn-content .mn-col-7-8 {
  width: 87.5%;
}
#mn-content .mn-col-4-5 {
  width: 80%;
}
#mn-content .mn-col-3-4 {
  width: 75%;
}
#mn-content .mn-col-2-3 {
  width: 66.66%;
}
#mn-content .mn-col-5-8 {
  width: 62.5%;
}
#mn-content .mn-col-3-5 {
  width: 60%;
}
#mn-content .mn-col-1-2 {
  width: 50%;
}
#mn-content .mn-col-2-5 {
  width: 40%;
}
#mn-content .mn-col-3-8 {
  width: 37.5%;
}
#mn-content .mn-col-1-3 {
  width: 33.33%;
}
#mn-content .mn-col-1-4 {
  width: 25%;
}
#mn-content .mn-col-1-5 {
  width: 20%;
}
#mn-content .mn-col-1-8 {
  width: 12.5%;
}
#mn-content .mn-block {
  margin-bottom: 10px;
}
#mn-content .mn-block.mn-pane {
  padding: 15px 15px;
  border: 1px solid #dddddd;
  margin-bottom: 15px;
}
#mn-content .mn-block .mn-block:last-of-type {
  margin-bottom: 0;
}
#mn-content .mn-block .mn-block:first-of-type {
  margin-bottom: 10px;
}
#mn-content .mn-clear {
  display: block;
}
#mn-content .mn-clear:after {
  content: "";
  display: block;
  clear: both;
}
#mn-content .mn-img-responsive {
  display: inline;
  max-width: 100%;
  height: auto;
}
#mn-content .mn-form-control {
  display: block;
  width: 100%;
}
#mn-content .mn-hidden-above-break {
  display: none;
}
/* General Styles */

#mn-content {
  margin-bottom: 15px;
}
#mn-content .mn-container {
  margin-left: auto;
  margin-right: auto;
}
#mn-content .mn-main-heading {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.5em;
}
#mn-content .mn-sub-heading {
  font-size: 0.8em;
}
#mn-content .mn-section-head {
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 0.5em;
}
#mn-content .mn-section-body {
  padding-bottom: 0.5em;
}
#mn-content .mn-button {
  display: inline-block;
  text-decoration: none;
  background-color: #ababab;
  color: white;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  border: 0;
}
#mn-content .mn-button + .mn-button {
  background-color: transparent;
  border: 1px solid #ababab;
  color: #ababab;
}
#mn-content .mn-button:hover {
  cursor: pointer;
  text-decoration: none;
}
#mn-content input[type="text"]:not(#gzns input[type="text"]),
#mn-content input[type="password"]:not(#gzns input[type="password"]),
#mn-content select:not(#gzns select),
#mn-content textarea:not(#gzns textarea) {
  display: block;
  width: 100%;
  padding: 5px;
  margin: 0 5px 5px 0;
}
#mn-content textarea {
  min-height: 5em;
  resize: vertical;
}
#mn-content label {
  display: inline-block;
}
#mn-content .mn-form-check {
  display: block;
  margin-bottom: 0.3em;
}
#mn-content .mn-form-note {
  display: block;
  color: #777777;
  font-style: italic;
  margin-bottom: 15px;
}
#mn-content .mn-ad {
  text-align: center;
}
#mn-content .mn-ad img {
  max-width: 100%;
  display: inline;
}
#mn-content .mn-image {
  text-align: left;
}
#mn-content .mn-image img {
  max-width: 100%;
  height: auto;
}
#mn-content .mn-img-placeholder {
  /*height: 0;*/
  /*padding-top: 100%;*/
  background-color: #dddddd;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 50% 0;
  text-align: center;
  font-size: 18px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#mn-content .mn-directory .mn-directory-details-item[contacttype="2"] .mn-img-placeholder,
#mn-content .mn-directory .mn-directory-list-item[contacttype="2"] .mn-img-placeholder {
  background-image: url(/GZContent/Images/public/business.png);
}
#mn-content .mn-directory .mn-directory-details-item[contacttype="1"] .mn-img-placeholder,
#mn-content .mn-directory .mn-directory-list-item[contacttype="1"] .mn-img-placeholder {
  background-image: url(/GZContent/Images/public/member.png);
}
#mn-content .mn-events .mn-img-placeholder {
  background-image: url(/GZContent/Images/public/event.png);
}
#mn-content .mn-discounts .mn-img-placeholder {
  background-image: url(/GZContent/Images/public/discount.png);
}
#mn-content .mn-website,
#mn-content .mn-groups-prim-website {
  text-transform: lowercase;
  word-break: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#mn-content .mn-social {
  display: flex;
  align-items: center;
}
#mn-content .mn-social a,
#mn-content .mn-social span {
  text-decoration: none;
  padding-right: 5px;
}
#mn-content .mn-social .fa-facebook-square {
  color: #3b5998;
}
#mn-content .mn-social .fa-linkedin-square,
#mn-content .mn-social .fa-linkedin {
  color: #007bb5;
}
#mn-content .mn-social .fa-twitter-square {
  color: #55acee;
}
#mn-content .mn-social .fa-youtube-square {
  color: #bb0000;
}
#mn-content .mn-social .fa-google-plus-square {
  color: #dd4b39;
}
#mn-content .mn-social .fa-pinterest-square {
  color: #cb2027;
}
#mn-content .mn-social .fa-rss-square {
  color: #ff6600;
}
#mn-content .mn-social .fa-share-alt-square {
  color: #01bf01;
}
#mn-content .mn-social a {
  border-radius: 50%;
  height: 33px;
  padding: 4px;
  text-align: center;
  width: 33px;
  margin-right: 5px;
}
#mn-content .mn-social i {
  line-height: 1.6;
}
#mn-content .mn-social .mn-social-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: white;
}
#mn-content .mn-social .mn-social-linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: white;
}
#mn-content .mn-social .mn-social-twitter {
  background-color: black;
  border-color: black;
  color: white;
}
#mn-content .mn-twitter-img-placeholder {
  background-image: url(/GZContent/Images/public/twitter-x-logo-white.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
#mn-content .mn-twitter-img-placeholder-black {
  background-image: url(/GZContent/Images/public/twitter-x-logo-black.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 15px;
  display: inline-block;
  height: 16px;
  margin-left: 3px;
  margin-right: 10px;
}
#mn-content .mn-social .mn-social-pinterest {
  background-color: #cb2027;
  border-color: #cb2027;
  color: white;
}
#mn-content .mn-horizontal-list {
  text-align: center;
}
#mn-content .mn-horizontal-list div {
  display: inline;
}
#mn-content .mn-horizontal-list div + div:before {
  content: '\002D\ ';
  color: #cccccc;
}
#mn-content .mn-req-statement {
  font-style: italic;
}
#mn-content .mn-req {
  color: red;
}
#mn-content .mn-field-name {
  padding-right: 5px;
}
#mn-content .field-validation-error {
  color: red;
}
#mn-content .validation-summary-errors {
  color: red;
}
#mn-content .mn-powered-by {
  text-align: center;
}
/* Directory */

#mn-content.mn-directory #filter input,
#mn-content.mn-directory #filter select {
  max-width: 400px;
}
#mn-content .mn-directory-search .mn-directory-keyword {
  display: inline-block;
}
#mn-content .mn-alpha-numeric {
  text-align: left;
}
#mn-content .mn-alpha-numeric a {
  display: inline-block;
}
#mn-content .mn-directory-categories .mn-cat {
  display: inline-block;
  width: 49%;
}
#mn-content .mn-directory-categories .mn-cat > a {
  font-weight: bold;
}
#mn-content .mn-directory-categories .mn-sub-cats {
  display: inline-block;
  width: 100%;
}
#mn-content .mn-directory-categories > div > div:nth-child(odd) {
  clear: both;
}
#mn-content .mn-directory-categories > div > div {
  display: block;
  margin-bottom: 15px;
  width: 50%;
  float: left;
}
#mn-content .mn-directory-categories > div > div > a {
  font-weight: bold;
  display: block;
  font-size: 1.1em;
}
#mn-content .mn-directory-categories > div > div > a:after {
  content: ' \00bb';
}
#mn-content .mn-directory-categories > div > div.mn-image > a:after {
  content: '';
}
#mn-content .mn-directory-categories > div > div > div > div > a {
  display: inline-block;
}
#mn-content .mn-cat,
#mn-content .mn-sub-cat {
  line-height: 25px;
}
#mn-content .mn-sub-cat {
  display: inline-block;
  margin: 0 5px 0 0;
}
/* Listings */

#mn-content #mn-infinite-scroll {
  position: relative;
}
#mn-content #mn-infinite-scroll-loading {
  display: none;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}
#mn-content #mn-infinite-scroll[loading="1"] #mn-infinite-scroll-loading {
  display: block;
}
/* Details Pages */

#mn-content .mn-details .mn-info-action {
  display: flex;
}
#mn-content .mn-details .mn-info-action i {
  min-width: 30px;
  padding-right: 5px;
  text-align: center;
}
#mn-content .mn-details .mn-info-action.mn-pricing-description {
  display: block;
}
/* Member Pages */

#mn-content .mn-details .mn-member-rep-name {
  font-weight: bold;
}
.mn-gallery {
  position: relative;
}
.mn-gallery {
  list-style-type: none;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  height: 242px;
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  max-width: 550px;
}
.mn-gallery h4 {
  font-size: 18px;
  line-height: 1.1;
}
.mn-gallery-item span {
  font-size: 16px;
  line-height: 1.1;
}
.mn-gallery-with-sub-row {
  height: 315px;
}
.mn-gallery-item {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0;
}
.mn-gallery-item.mn-active {
  opacity: 1;
}
.mn-gallery-item.mn-active img {
  display: inline-block;
}
.mn-gallery-item.mn-active .mn-gallery-text {
  display: block;
}
.mn-gallery-item img {
  max-height: 200px;
  max-width: 100%;
  display: none;
}
.mn-gallery-item .mn-gallery-text {
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
}
.mn-gallery-item .mn-gallery-text .mn-gallery-text-back {
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 5px 10px;
}
.mn-gallery-item .mn-gallery-title,
.mn-gallery-item .mn-gallery-caption {
  display: block;
}
.mn-gallery-item .mn-gallery-title {
  font-weight: bold;
}
.mn-gallery-sub-row {
  position: relative;
  top: 242px;
  height: 50px;
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
}
.mn-gallery-item-sub {
  height: 75px;
  width: 75px;
  float: left;
  border: 0;
  display: flex;
  margin: auto 5px;
}
.mn-gallery-item-sub img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 900;
}
.mn-gallery-item-sub img:hover {
  cursor: pointer;
}
.mn-active-sub {
  border: black 1px solid;
}
.mn-gallery-item-sub-hidden {
  display: none;
}
.mn-gallery-controls {
  position: absolute;
  top: 268px;
  width: 100%;
  color: black;
}
.mn-gallery-controls-hidden {
  display: none !important;
}
.mn-gallery-controls .fa {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
  opacity: 0.75;
  font-size: x-large;
}
.mn-gallery-controls .fa:hover {
  opacity: 1;
  cursor: pointer;
}
.mn-gallery-controls-disabled {
  opacity: 0.3 !important;
  cursor: default !important;
}
.mn-gallery-controls .mn-gallery-next {
  float: right;
}
.mn-gallery-controls .mn-gallery-prev {
  float: left;
}
/* Calendar View */

#calendar .week.names .day {
  padding: 5px;
  text-align: center;
}
.week .day {
  text-align: left;
  padding-left: 5px;
}
/* Groups */

#mn-content .mn-groups .mn-group-listing-item {
  display: flex;
}
#mn-content .mn-groups .mn-group-listing-item > div[class^="mn-col"] {
  display: flex;
}
#mn-content .mn-groups .mn-group-listing-item .mn-block.mn-pane {
  flex-basis: 100%;
}
/* Store */

#mn-content .mn-product-price,
#mn-content .mn-cart-total-price {
  font-weight: bold;
}
#mn-content .mn-product-image img {
  max-height: 200px;
}
#mn-content .mn-cart-labels {
  border-bottom: 1px solid #dddddd;
}
/* Create User */

#mn-content .mn-create-user .row {
  margin-left: 0;
  margin-right: 0;
}
/* Modals */

.mn-modal.loading {
  /*position: relative;*/
  opacity: 0.5;
  pointer-events: none;
}
.mn-modal.loading:before {
  content: '\f021';
  display: inline-block;
  animation: fa-spin 2s infinite linear;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -50px;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 100px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.mn-modal {
  color: black;
  background: white;
  border-radius: 3px;
  margin: 0 auto;
  padding: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.mn-modal .mn-modal-content {
  position: relative;
  min-height: 400px;
}
.mn-modal .mn-modal-title {
  text-align: center;
  margin-top: 5px;
}
.mn-modal .mn-modal-controls {
  position: relative;
  text-align: right;
  border-top: 1px solid #aaaaaa;
}
.mn-modal .mn-modal-controls button {
  margin: 5px;
}
.mn-modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(170, 170, 170, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.mn-modal.opened,
.mn-modal-overlay.opened {
  visibility: visible;
}
.mn-modal-overlay.opened {
  opacity: 1;
}
/* Tell a Friend */

#mn-tell-a-friend .mn-label,
#mn-tell-a-friend .mn-label input,
#mn-tell-a-friend .mn-label textarea {
  width: 100%;
}
#mn-tell-a-friend .mn-required .mn-form-name:after {
  content: '*';
  color: red;
}
#mn-tell-a-friend .mn-label.mn-error .mn-field-name {
  color: red;
}
#mn-tell-a-friend .mn-label.mn-error input {
  border: 1px solid red;
}
/* Print */

iframe.print-iframe {
  visibility: hidden;
  height: 0;
  width: 0;
}
/* Mobile/Tablet */

@media screen and (max-width: 640px) {
  #mn-content .mn-button,
  #mn-content input[type="text"],
  #mn-content input[type="password"],
  #mn-content select,
  #mn-content text-area,
  #mn-content label,
  #mn-content .mn-col-1,
  #mn-content .mn-col-7-8,
  #mn-content .mn-col-4-5,
  #mn-content .mn-col-3-4,
  #mn-content .mn-col-2-3,
  #mn-content .mn-col-5-8,
  #mn-content .mn-col-3-5,
  #mn-content .mn-col-1-2,
  #mn-content .mn-col-2-5,
  #mn-content .mn-col-3-8,
  #mn-content .mn-col-1-3,
  #mn-content .mn-col-1-4,
  #mn-content .mn-col-1-5,
  #mn-content .mn-col-1-8 {
    width: 100%;
  }
  #mn-content .mn-hidden-below-break {
    display: none;
  }
  #mn-content .mn-hidden-above-break {
    display: block;
  }
  #mn-content .mn-button {
    text-align: center;
  }
  #mn-content .mn-button,
  #mn-content input[type="text"],
  #mn-content input[type="password"],
  #mn-content select,
  #mn-content text-area {
    margin-right: 0;
  }
  #mn-content .mn-sub-heading {
    display: block;
  }
  #mn-content .mn-divider-pipe {
    display: none;
  }
  /* Directory */
  
  #mn-content.mn-directory #filter input,
  #mn-content.mn-directory #filter select {
    display: block;
    max-width: 100%;
  }
  #mn-content .mn-alpha-numeric a {
    display: inline-block;
    margin: 5px;
    min-width: 40px;
    padding: 5px;
    text-decoration: none;
    text-align: center;
  }
  #mn-content .mn-alpha-numeric a:hover {
    text-decoration: none;
  }
  #mn-content .mn-directory-categories > div > div:nth-child(odd),
  #mn-content .mn-directory-categories > div > div:nth-child(even) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #mn-content .mn-directory-categories > div > div > a {
    margin-bottom: 20px;
  }
  #mn-content .mn-directory-categories div div {
    display: block;
    margin-left: 1em;
    line-height: 25px;
  }
  #mn-content .mn-directory-categories > div > div > div > div > a {
    margin-bottom: 10px;
  }
  #mn-content .mn-directory-categories .mn-cat,
  #mn-content .mn-directory-categories .mn-sub-cat {
    display: block;
    width: 100%;
  }
  /* Directory 2-Col */
  
  #mn-content .mn-directory-listing-2-col .mn-image.mn-listing-empty .fa {
    font-size: 8em;
  }
  /* Details Page */
  
  #mn-content .mn-details .mn-listing-heading .mn-divider-pipe {
    display: none;
  }
  #mn-content .mn-details .mn-listing-heading .mn-sub-heading {
    display: block;
  }
  #mn-content .mn-details .mn-main-heading {
    display: block;
    text-align: center;
    background-color: #333333;
    color: white;
    padding: 15px;
  }
  #mn-content .mn-details .mn-main-heading:before {
    content: '\002D';
    padding-right: 5px;
  }
  #mn-content .mn-details .mn-main-heading:after {
    content: '\002D';
    padding-left: 5px;
  }
  #mn-content .mn-details .mn-info-action a {
    background-color: #0463ac;
    color: white;
    padding: 15px;
    text-decoration: none;
  }
  #mn-content .mn-details .mn-info-action a:hover {
    color: white;
    text-decoration: none;
  }
  #mn-content .mn-details .mn-info-action .fa.fa-fw {
    width: 1.7412em;
  }
  #mn-content .mn-details .mn-social .fa {
    font-size: 3em;
  }
  /* Groups */
  
  #mn-content .mn-groups .mn-group-listing-item {
    display: block;
  }
  #mn-content .mn-groups .mn-group-listing-item > div[class^="mn-col"] {
    display: block;
  }
}
/* Resets the column width on nested columns for better content display */

@media screen and (min-width: 300px) and (max-width: 640px) {
  #mn-content div[class^="mn-col"] .mn-col-1 {
    width: 100%;
  }
  #mn-content div[class^="mn-col"] .mn-col-7-8 {
    width: 87.5%;
  }
  #mn-content div[class^="mn-col"] .mn-col-4-5 {
    width: 80%;
  }
  #mn-content div[class^="mn-col"] .mn-col-3-4 {
    width: 75%;
  }
  #mn-content div[class^="mn-col"] .mn-col-2-3 {
    width: 66.66%;
  }
  #mn-content div[class^="mn-col"] .mn-col-5-8 {
    width: 62.5%;
  }
  #mn-content div[class^="mn-col"] .mn-col-3-5 {
    width: 60%;
  }
  #mn-content div[class^="mn-col"] .mn-col-1-2 {
    width: 50%;
  }
  #mn-content div[class^="mn-col"] .mn-col-2-5 {
    width: 40%;
  }
  #mn-content div[class^="mn-col"] .mn-col-3-8 {
    width: 37.5%;
  }
  #mn-content div[class^="mn-col"] .mn-col-1-3 {
    width: 33.33%;
  }
  #mn-content div[class^="mn-col"] .mn-col-1-4 {
    width: 25%;
  }
  #mn-content div[class^="mn-col"] .mn-col-1-5 {
    width: 20%;
  }
  #mn-content div[class^="mn-col"] .mn-col-1-8 {
    width: 12.5%;
  }
}
#mn-content .mn-store-search {
  padding-bottom: 20px;
}
#mn-content .mn-store-category-dd {
  height: 35px;
  margin: 0px;
  border-radius: 0px;
  color: #555555;
  font-size: 16px;
}
#mn-content .mn-store-searchbox {
  background-color: white;
  border-color: darkgray;
  border-radius: 0px;
  height: 35px;
  font-size: 16px;
}
#mn-content .mn-store-searchbox::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
#mn-content .mn-store-searchbox::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
#mn-content .mn-store-searchbox:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
#mn-content .mn-store-searchbox::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
#mn-content .mn-store-searchbox::placeholder {
  color: #6c757d;
  opacity: 1;
}
#mn-content .mn-store-search-btn {
  padding: 8px 15px;
  border-radius: 0px;
  height: 35px;
  font-size: 16px;
}
#mn-content .mn-search-result-term {
  margin-bottom: 10px;
  margin-top: -10px;
}
#mn-scheduled-billings-wrapper .enroll-in-autopay-cb {
  width: unset;
}

/* ==========================================================================
   PA Works — GrowthZone page styles
   --------------------------------------------------------------------------
   Cleaned, deduplicated stylesheet for the hard-coded GrowthZone templates.
   Paste the whole file inside the template's <style> block.

   Consolidated from a paste that had the header stylesheet appended to the
   page stylesheet, which left two :root blocks and four copies of most nav
   rules fighting each other. Notes on what changed are inline.
   ========================================================================== */

/* ==========================================================================
   Design tokens — ONE :root only
   --------------------------------------------------------------------------
   The previous version declared :root four times. Because every :root has
   identical specificity, the LAST declaration won, so --pw-container-width
   resolved to 80vw / 90vw and the earlier 1200px and 85vw were dead code.
   That silent 80vw is kept here (it matches the WordPress theme). To go back
   to the original page width, set --pw-container-width: 1200px below and
   change the 80vw/90vw media rules to 85vw/90vw.
   ========================================================================== */
:root {
    --pw-navy: #252b5d;
    --pw-header-navy: #0c335a;
    --pw-blue: #2b3279;
    --pw-light-blue: #407ec9;
    --pw-sky: #9bd3dd;

    --pw-gold: #f9ad32;
    --pw-orange: #E8913A;

    --pw-gradient-lightblue-navy: linear-gradient(135deg, var(--pw-light-blue) 0%, var(--pw-navy) 100%);
    --pw-gradient-calendar: linear-gradient(160deg, #1d4e86 0%, #0c2c54 100%);

    --pw-white: #FFFFFF;
    --pw-off-white: #F5F7FA;
    --pw-light-gray: #E5E7EB;
    --pw-gray: #9CA3AF;
    --pw-dark-gray: #4B5563;
    --pw-charcoal: #1F2937;

    --pw-font-heading: 'Poppins', sans-serif;
    --pw-font-body: 'Source Sans 3', 'Source Sans Pro', sans-serif;

    /* Desktop container. Mobile override lives in the responsive block. */
    --pw-container-width: 80vw;

    --pw-radius-sm: 4px;
    --pw-radius-md: 8px;
    --pw-radius-lg: 16px;
    --pw-radius-xl: 24px;

    --pw-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
    --pw-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.1);
    --pw-shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* ==========================================================================
   Base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }

html { font-size: 16px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

body {
    margin: 0;
    font-family: var(--pw-font-body);
    font-size: 1rem;
    line-height: 1.6;
    color: var(--pw-charcoal);
    background: var(--pw-white);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

img { max-width: 100%; height: auto; }
a { color: var(--pw-blue); text-decoration: none; transition: color 0.3s ease; }
a:hover { color: var(--pw-navy); }

.pw-btn {
    display: inline-block;
    padding: 14px 32px;
    font-family: var(--pw-font-heading);
    font-size: 1rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.3px;
    color: var(--pw-navy);
    background-color: var(--pw-gold);
    border: none;
    border-radius: var(--pw-radius-sm);
    cursor: pointer;
    transition: all 0.3s ease;
}

.pw-btn:hover {
    color: var(--pw-white);
    background-color: var(--pw-navy);
    transform: translateY(-2px);
    box-shadow: var(--pw-shadow-md);
}

/* ==========================================================================
   Header / Nav — single copy
   ========================================================================== */
.pw-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: var(--pw-header-navy);
    box-shadow: var(--pw-shadow-sm);
}

.pw-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    max-width: var(--pw-container-width);
    margin: 0 auto;
    position: relative;
}

.pw-header__logo img { height: 50px; width: auto; display: block; }

.pw-header__nav { display: flex; align-items: center; gap: 32px; }

.pw-header__nav .menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 4px; }
.pw-header__nav .menu > li { position: relative; }
.pw-header__nav .menu > li > a {
    font-family: var(--pw-font-heading); font-size: 1rem; font-weight: 600;
    color: var(--pw-white); text-decoration: none; padding: 8px 12px;
    display: block; white-space: nowrap; transition: color 0.3s ease;
}
.pw-header__nav .menu > li > a:hover,
.pw-header__nav .menu > li.current-menu-item > a,
.pw-header__nav .menu > li.current-menu-ancestor > a { color: var(--pw-light-blue); }

/* Dropdown arrow indicator (desktop) */
.pw-header__nav .menu-item-has-children > a::after { content: " \25BE"; font-size: 0.7rem; }

/* The in-markup submenu toggle button is mobile-only */
.pw-header__submenu-toggle { display: none; }

/* Dropdown sub-menus — hidden until hover/focus */
.pw-header__nav .sub-menu {
    display: none;
    position: absolute; top: 100%; left: 0;
    background: var(--pw-white); min-width: 200px;
    border-radius: var(--pw-radius-md); box-shadow: var(--pw-shadow-md);
    list-style: none; margin: 0; padding: 8px 0; z-index: 100;
}
.pw-header__nav .menu-item-has-children:hover > .sub-menu,
.pw-header__nav .menu-item-has-children:focus-within > .sub-menu { display: block; }

.pw-header__nav .sub-menu li a {
    display: block; padding: 10px 20px;
    font-family: var(--pw-font-heading); font-size: 1rem; font-weight: 600;
    color: var(--pw-charcoal); text-decoration: none; white-space: nowrap;
    transition: background 0.2s, color 0.2s;
}
.pw-header__nav .sub-menu li a:hover { background: var(--pw-light-gray); color: var(--pw-navy); }

/* Keep the right-most dropdowns inside the viewport */
.pw-header__nav .menu > li:nth-last-child(-n+2) .sub-menu { left: auto; right: 0; }

.pw-header__signin {
    padding: 10px 24px;
    background-color: var(--pw-light-blue);
    color: var(--pw-white) !important;
    border-radius: var(--pw-radius-xl);
    font-size: 1rem;
    font-family: var(--pw-font-heading);
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.3s ease;
}
.pw-header__signin:hover { background-color: var(--pw-gold); color: var(--pw-white) !important; }

.pw-header__toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.pw-header__toggle span {
    display: block; width: 24px; height: 2px;
    background-color: var(--pw-white); margin: 6px 0; transition: all 0.3s ease;
}

/* ==========================================================================
   Hero
   ========================================================================== */
.pw-hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    padding: 60px 0 140px;
    background-image: url('https://pawork.org/wp-content/uploads/2026/06/Capital-Building-interior.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.pw-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(12, 44, 84, 0.92) 0%, rgba(12, 44, 84, 0.70) 55%, rgba(12, 44, 84, 0.45) 100%);
    z-index: 1;
}

.pw-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--pw-container-width);
    margin: 0 auto;
    padding: 0 24px;
}

.pw-hero__label {
    font-family: var(--pw-font-heading);
    font-size: 1rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 2px;
    color: var(--pw-white); margin-bottom: 12px;
}

.pw-hero__title {
    font-family: var(--pw-font-heading);
    font-weight: 700; font-size: 3rem; line-height: 1.1;
    text-transform: uppercase; color: var(--pw-white); margin: 0 0 16px;
}

.pw-hero__body { color: rgba(255, 255, 255, 0.9); font-size: 1rem; line-height: 1.6; margin-bottom: 28px; max-width: 460px; }

/* ==========================================================================
   Section heading
   ========================================================================== */
.pw-section { padding: 48px 0; background: var(--pw-off-white); }
.pw-section__inner { max-width: var(--pw-container-width); margin: 0 auto; padding: 0 24px; }

.pw-section__label {
    font-family: var(--pw-font-heading);
    font-size: 1rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 2px;
    color: var(--pw-light-blue); margin-bottom: 8px;
}

.pw-section__title {
    font-family: var(--pw-font-heading);
    font-weight: 700; font-size: 2.25rem; line-height: 1.2;
    text-transform: uppercase; color: var(--pw-navy); margin: 0 0 8px;
}

.pw-section__title::after {
    content: '';
    display: block; width: 8rem; height: 5px; margin-top: 14px;
    background: linear-gradient(to right, var(--pw-navy), var(--pw-light-blue));
}

/* ==========================================================================
   Calendar shell (navy gradient card)
   ========================================================================== */
.pw-calendar-shell {
    margin-top: 32px;
    background: var(--pw-gradient-calendar);
    border-radius: var(--pw-radius-lg);
    padding: 32px;
    box-shadow: var(--pw-shadow-lg);
    color: var(--pw-white);
}

.pw-calendar-shell .mn-search,
.pw-calendar-shell .mn-event-search,
.pw-calendar-shell .mn-calendar-toolbar { color: var(--pw-white); margin-bottom: 20px; }

.pw-calendar-shell input[type="text"],
.pw-calendar-shell input[type="search"] {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: var(--pw-radius-xl);
    color: var(--pw-white);
    padding: 10px 16px;
    font-family: var(--pw-font-body);
    font-size: 0.95rem;
}
.pw-calendar-shell input::placeholder { color: rgba(255, 255, 255, 0.7); }

.pw-calendar-shell a { color: var(--pw-white); }
.pw-calendar-shell a:hover { color: var(--pw-gold); }

.pw-calendar-shell .mn-calendar,
.pw-calendar-shell .mn-events-calendar,
.pw-calendar-shell .gz-calendar {
    background: var(--pw-white);
    border-radius: var(--pw-radius-md);
    padding: 24px;
    color: var(--pw-charcoal);
}

.pw-calendar-shell .mn-calendar-title,
.pw-calendar-shell caption {
    font-family: var(--pw-font-heading);
    font-weight: 700; font-size: 1.75rem;
    color: var(--pw-light-blue); text-align: center; margin-bottom: 16px;
}

.pw-calendar-shell table { width: 100%; border-collapse: collapse; table-layout: fixed; }

.pw-calendar-shell table th {
    background: var(--pw-light-blue);
    color: var(--pw-white);
    font-family: var(--pw-font-heading);
    font-weight: 600; font-size: 0.95rem;
    text-align: center; padding: 12px 8px;
    border: 1px solid var(--pw-light-blue);
}

.pw-calendar-shell table td {
    vertical-align: top;
    height: 110px;
    padding: 8px 10px;
    border: 1px solid var(--pw-light-gray);
    font-size: 0.9rem;
    color: var(--pw-charcoal);
    background: var(--pw-white);
}

.pw-calendar-shell table td .mn-calendar-day-number,
.pw-calendar-shell table td .gz-day-number { font-weight: 600; color: var(--pw-charcoal); }

.pw-calendar-shell table td a {
    display: block; margin-top: 6px;
    font-size: 0.8rem; line-height: 1.3;
    color: var(--pw-light-blue); font-weight: 600;
}
.pw-calendar-shell table td a:hover { color: var(--pw-gold); }

.pw-calendar-shell table td.mn-today,
.pw-calendar-shell table td.today,
.pw-calendar-shell table td.gz-today { background: rgba(64, 126, 201, 0.08); }

/* ==========================================================================
   GrowthZone events module — list & grid card views (.gz-*)
   ========================================================================== */
.pw-calendar-shell .gz-pagetitle,
.pw-calendar-shell .gz-subtitle { color: var(--pw-white); font-family: var(--pw-font-heading); }
.pw-calendar-shell .gz-subtitle { font-weight: 700; }

.pw-calendar-shell .form-control,
.pw-calendar-shell .gz-search-keyword,
.pw-calendar-shell .custom-select { color: var(--pw-charcoal); }

.pw-calendar-shell .gz-search-btn {
    background: var(--pw-gold); color: var(--pw-navy); border: none;
    font-family: var(--pw-font-heading); font-weight: 700;
}
.pw-calendar-shell .gz-search-btn:hover { background: var(--pw-navy); color: var(--pw-white); }

.pw-calendar-shell .gz-view-btn { color: rgba(255, 255, 255, 0.7); }
.pw-calendar-shell .gz-view-btn:hover,
.pw-calendar-shell .gz-view-btn.active { color: var(--pw-gold); }

.pw-calendar-shell .gz-search-pill { background: var(--pw-white); color: var(--pw-navy) !important; font-weight: 600; }

.pw-calendar-shell .gz-events-card {
    background: var(--pw-white);
    border: 1px solid var(--pw-light-gray);
    border-radius: var(--pw-radius-md);
    overflow: hidden;
    color: var(--pw-charcoal);
    box-shadow: var(--pw-shadow-sm);
}

.pw-calendar-shell .gz-events-card,
.pw-calendar-shell .gz-events-card p,
.pw-calendar-shell .gz-events-card h5,
.pw-calendar-shell .gz-events-card-body { color: var(--pw-charcoal); }

.pw-calendar-shell .gz-events-card .card-header { background: var(--pw-white); border: none; }
.pw-calendar-shell .gz-card-wkday-wrap { background: var(--pw-header-navy); }
.pw-calendar-shell .gz-card-wkday { color: var(--pw-white); font-family: var(--pw-font-heading); font-weight: 700; }
.pw-calendar-shell .gz-card-month span { color: var(--pw-dark-gray); }
.pw-calendar-shell .gz-card-dday span { color: var(--pw-navy); font-family: var(--pw-font-heading); font-weight: 700; }

.pw-calendar-shell .gz-card-head-img img { display: block; }

.pw-calendar-shell .gz-card-title,
.pw-calendar-shell .gz-event-card-title {
    color: var(--pw-navy) !important;
    font-family: var(--pw-font-heading);
    font-weight: 700;
}
.pw-calendar-shell .gz-card-title:hover,
.pw-calendar-shell .gz-event-card-title:hover { color: var(--pw-light-blue) !important; }

.pw-calendar-shell .gz-event-card-time { color: var(--pw-light-blue); font-family: var(--pw-font-heading); font-weight: 600; }

.pw-calendar-shell .gz-description,
.pw-calendar-shell .gz-events-description { color: var(--pw-dark-gray); }

.pw-calendar-shell .gz-events-card .card-footer { background: var(--pw-white); border-top: 1px solid var(--pw-light-gray); }

.pw-calendar-shell .gz-register-btn {
    background: var(--pw-gold);
    color: var(--pw-navy) !important;
    border: none;
    border-radius: var(--pw-radius-sm);
    font-family: var(--pw-font-heading);
    font-weight: 700;
    padding: 12px 20px;
    transition: all 0.3s ease;
}
.pw-calendar-shell .gz-register-btn:hover { background: var(--pw-navy); color: var(--pw-white) !important; }
.pw-calendar-shell .gz-register-btn.disabled { background: var(--pw-light-gray); color: var(--pw-dark-gray) !important; }

/* GrowthZone calendar view (.gz-calendar divs) */
.pw-calendar-shell .gz-calendar-month .gz-heading,
.pw-calendar-shell .gz-calendar-month-text { color: var(--pw-white); font-family: var(--pw-font-heading); }

.pw-calendar-shell #gz-calendar {
    background: var(--pw-white);
    border-radius: var(--pw-radius-md);
    padding: 16px;
    color: var(--pw-charcoal);
}
.pw-calendar-shell .gz-week { display: flex; }
.pw-calendar-shell .gz-week.gz-names .gz-day {
    background: var(--pw-light-blue);
    color: var(--pw-white);
    font-family: var(--pw-font-heading);
    font-weight: 600;
    text-align: center;
}
.pw-calendar-shell .gz-day {
    flex: 1 1 0;
    min-height: 96px;
    padding: 6px 8px;
    border: 1px solid var(--pw-light-gray);
    color: var(--pw-charcoal);
    font-size: 0.9rem;
}
.pw-calendar-shell .gz-names .gz-day { min-height: 0; }
.pw-calendar-shell .gz-event-link a,
.pw-calendar-shell .gz-day-link { color: var(--pw-light-blue); font-weight: 600; font-size: 0.8rem; }
.pw-calendar-shell .gz-event-link a:hover,
.pw-calendar-shell .gz-day-link:hover { color: var(--pw-gold); }

.pw-calendar-shell .gz-powered-by { color: rgba(255, 255, 255, 0.7); font-size: 0.8rem; }

/* ==========================================================================
   Featured event card
   ========================================================================== */
.pw-event-feature {
    margin-top: 28px;
    background: var(--pw-white);
    border-radius: var(--pw-radius-md);
    padding: 28px 32px;
    color: var(--pw-charcoal);
    box-shadow: var(--pw-shadow-md);
}

.pw-event-feature__title {
    font-family: var(--pw-font-heading);
    font-weight: 700; font-size: 1.4rem; line-height: 1.3;
    color: var(--pw-light-blue); margin: 0 0 10px;
}

.pw-event-feature__meta { font-weight: 700; color: var(--pw-charcoal); margin: 0 0 8px; }
.pw-event-feature__presenter { margin: 0 0 14px; color: var(--pw-dark-gray); }
.pw-event-feature__body { margin: 0 0 20px; color: var(--pw-charcoal); }
.pw-event-feature .pw-btn { display: block; width: max-content; margin: 0 auto; }

/* ==========================================================================
   Membership CTA
   ========================================================================== */
.pw-cta { background: var(--pw-off-white); padding: 8px 0 56px; text-align: center; }
.pw-cta .pw-btn { padding: 16px 40px; }

/* ==========================================================================
   GrowthZone module content (.mn-*)
   ========================================================================== */
#mn-content { font-family: var(--pw-font-body); color: var(--pw-charcoal); max-width: 100%; }

#mn-content img,
#mn-content table,
#mn-content iframe { max-width: 100%; height: auto; }

#mn-content .mn-container { width: 100%; margin: 0 auto; }

#mn-content a { color: var(--pw-blue); }
#mn-content a:hover { color: var(--pw-navy); }

#mn-content h1, #mn-content h2, #mn-content h3, #mn-content h4 {
    font-family: var(--pw-font-heading);
    font-weight: 700;
    line-height: 1.2;
    color: var(--pw-navy);
}

/* The page-title band above already shows the page name, so hide the
   module's duplicate heading. Remove this rule to show it instead. */
#mn-content .mn-page-heading { display: none; }

#mn-content .mn-intro .mn-text {
    font-size: 1.125rem;
    color: var(--pw-dark-gray);
    margin-bottom: 8px;
}

#mn-content .mn-intro .mn-text p { margin: 0 0 16px; }

/* Rows & columns. gap must match the amount subtracted in the column
   flex-basis below, or the two columns leave a dead strip at the row end. */
#mn-content .mn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 24px;
}

#mn-content .mn-col-1 { flex: 1 1 100%; min-width: 0; }
#mn-content .mn-col-1-2 { flex: 1 1 calc(50% - 20px); min-width: 0; }

#mn-content .mn-block { margin-bottom: 24px; }

/* Form */
#mn-content .mn-contact-form {
    min-height: 100%;
    background: var(--pw-off-white);
    border: 1px solid var(--pw-light-gray);
    border-radius: var(--pw-radius-lg);
    padding: 32px;
    box-shadow: var(--pw-shadow-sm);
}

#mn-content .mn-label { display: block; width: 100%; margin-bottom: 18px; }

#mn-content .mn-field-label,
#mn-content .mn-field-name {
    display: block;
    font-family: var(--pw-font-heading);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--pw-navy);
    margin-bottom: 6px;
}

#mn-content .mn-field input,
#mn-content .mn-field textarea,
#mn-content .mn-field select {
    display: block;
    width: 100%;
    padding: 12px 14px;
    font-family: var(--pw-font-body);
    font-size: 1rem;
    color: var(--pw-charcoal);
    background: var(--pw-white);
    border: 1px solid var(--pw-light-gray);
    border-radius: var(--pw-radius-sm);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#mn-content .mn-field input:focus,
#mn-content .mn-field textarea:focus,
#mn-content .mn-field select:focus {
    outline: none;
    border-color: var(--pw-light-blue);
    box-shadow: 0 0 0 3px rgba(64, 126, 201, 0.15);
}

#mn-content .mn-field textarea { min-height: 120px; resize: vertical; }

#mn-content .mn-required:after { content: ' *'; color: var(--pw-orange); }

#mn-content .mn-label.mn-error input,
#mn-content .mn-label.mn-error textarea,
#mn-content .mn-label.mn-error select { border-color: #d9342b; }

#mn-content .mn-label.mn-error .mn-field-name { color: #d9342b; }

#mn-content .validation-summary-errors ul li,
#mn-content .recaptcha-error { color: #d9342b; }

/* Buttons — matched to .pw-btn so both button styles on a page agree */
#mn-content .mn-button,
#mn-content .mn-submit,
#mn-content button.mn-submit {
    display: inline-block;
    padding: 14px 32px;
    font-family: var(--pw-font-heading);
    font-size: 1rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.3px;
    color: var(--pw-navy);
    background-color: var(--pw-gold);
    border: none;
    border-radius: var(--pw-radius-sm);
    cursor: pointer;
    transition: all 0.3s ease;
}

#mn-content .mn-button:hover,
#mn-content .mn-submit:hover,
#mn-content button.mn-submit:hover {
    color: var(--pw-white);
    background-color: var(--pw-navy);
    transform: translateY(-2px);
    box-shadow: var(--pw-shadow-md);
}

#mn-content .mn-contact-map iframe {
    display: block;
    width: 100%;
    border: 0;
    border-radius: var(--pw-radius-md);
    box-shadow: var(--pw-shadow-sm);
}

#mn-content .mn-contact-info {
    background: var(--pw-gradient-lightblue-navy);
    color: var(--pw-white);
    border-radius: var(--pw-radius-lg);
    padding: 32px;
    box-shadow: var(--pw-shadow-md);
}

#mn-content .mn-contact-info .mn-section-head { margin-bottom: 16px; }

#mn-content .mn-contact-info .mn-section-head-text {
    font-family: var(--pw-font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    color: var(--pw-white);
}

#mn-content .mn-contact-info .mn-section-body { font-size: 1rem; line-height: 1.7; }

#mn-content .mn-contact-info .mn-street,
#mn-content .mn-contact-info .mn-po-box,
#mn-content .mn-contact-info .mn-city-state-zip,
#mn-content .mn-contact-info .mn-phone { color: var(--pw-white); }

#mn-content .mn-contact-info a { color: var(--pw-gold); font-weight: 600; }
#mn-content .mn-contact-info a:hover { color: var(--pw-white); text-decoration: underline; }

#mn-content .mn-powered-by {
    margin-top: 24px;
    text-align: center;
    font-size: 0.85rem;
    color: var(--pw-gray);
}

#mn-content .mn-powered-by a { color: var(--pw-dark-gray); font-weight: 600; }

/* ==========================================================================
   Footer
   ========================================================================== */
.pw-footer { position: relative; background: var(--pw-header-navy); color: var(--pw-white); padding: 48px 0 32px; flex-shrink: 0; }

.pw-footer__inner {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    max-width: var(--pw-container-width); margin: 0 auto; padding: 0 24px;
}

.pw-footer__logo img { height: 60px; width: auto; margin-bottom: 20px; display: block; }
.pw-footer__contact { display: flex; flex-direction: column; gap: 8px; font-size: 1rem; }
.pw-footer__contact a { color: var(--pw-white); }
.pw-footer__contact a:hover { color: var(--pw-gold); }
.pw-footer__contact svg { display: inline-block; vertical-align: middle; margin-right: 6px; }

.pw-footer__right { text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: 16px; }
.pw-footer__social { display: flex; gap: 12px; }
.pw-footer__social a {
    display: flex; align-items: center; justify-content: center; width: 40px; height: 40px;
    background-color: rgba(255, 255, 255, 0.15); border-radius: var(--pw-radius-md);
    color: var(--pw-white); transition: background-color 0.3s ease;
}
.pw-footer__social a:hover { background-color: var(--pw-gold); color: var(--pw-navy); }
.pw-footer__social a svg { width: 20px; height: 20px; }

.pw-footer__search { display: flex; align-items: center; background: var(--pw-white); border-radius: var(--pw-radius-sm); overflow: hidden; }
.pw-footer__search input { background: transparent; border: none; color: var(--pw-navy); padding: 8px 12px; font-size: 1rem; outline: none; }
.pw-footer__search input::placeholder { color: var(--pw-dark-gray); }
.pw-footer__search button { background: var(--pw-white); border: none; padding: 8px 12px; cursor: pointer; color: var(--pw-light-blue); display: flex; align-items: center; }

.pw-footer__bottom {
    display: flex; justify-content: space-between; align-items: center;
    max-width: var(--pw-container-width); margin: 32px auto 0; padding: 16px 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15); font-size: 0.8rem; color: rgba(255, 255, 255, 0.7);
}
.pw-footer__bottom a { color: rgba(255, 255, 255, 0.7); }
.pw-footer__bottom a:hover { color: var(--pw-gold); }

/* ==========================================================================
   Responsive — single block
   ========================================================================== */
@media (max-width: 768px) {
    :root { --pw-container-width: 90vw; }

    .pw-header__toggle { display: block; }

    .pw-header__nav {
        display: none; position: absolute; top: 100%; left: 0; right: 0;
        background: var(--pw-header-navy); flex-direction: column; align-items: flex-start;
        padding: 24px; box-shadow: var(--pw-shadow-md); gap: 16px;
    }
    .pw-header__nav.is-open { display: flex; }

    .pw-header__nav .menu { flex-direction: column; align-items: flex-start; width: 100%; gap: 4px; }
    .pw-header__nav .menu > li { width: 100%; }
    .pw-header__nav .menu > li > a { color: var(--pw-white); padding: 10px 0; }

    .pw-header__nav .menu > li.menu-item-has-children {
        display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
    }
    .pw-header__nav .menu > li.menu-item-has-children > a { flex: 1; }
    .pw-header__nav .menu-item-has-children > a::after { display: none; }

    .pw-header__submenu-toggle {
        display: flex; align-items: center; justify-content: center;
        background: none; border: none; color: var(--pw-white);
        font-size: 1.75rem; line-height: 1; padding: 4px 12px; cursor: pointer;
    }

    /* Hover must not open sub-menus on touch — the toggle button drives it */
    .pw-header__nav .sub-menu,
    .pw-header__nav .menu-item-has-children:hover > .sub-menu,
    .pw-header__nav .menu-item-has-children:focus-within > .sub-menu { display: none; }

    .pw-header__nav .sub-menu {
        flex: 0 0 100%; position: static;
        background: rgba(255, 255, 255, 0.1);
        box-shadow: none; border-radius: 0; padding: 0 0 0 16px;
    }
    .pw-header__nav .menu-item-has-children.is-open > .sub-menu { display: block; }
    .pw-header__nav .menu-item-has-children.is-open > .pw-header__submenu-toggle { transform: rotate(180deg); }
    .pw-header__nav .sub-menu li a { color: var(--pw-white); padding: 8px 0; }
    .pw-header__nav .sub-menu li a:hover { background: transparent; color: var(--pw-light-blue); }

    .pw-hero { min-height: auto; padding: 40px 0; }
    .pw-hero__title { font-size: 2.25rem; }
    .pw-hero__body { max-width: 100%; }

    .pw-section__title { font-size: 1.75rem; }
    .pw-calendar-shell { padding: 20px; }

    /* Stack the month grid on small screens so cells stay legible */
    .pw-calendar-shell table,
    .pw-calendar-shell table tbody,
    .pw-calendar-shell table tr { display: block; width: 100%; }
    .pw-calendar-shell table thead { display: none; }
    .pw-calendar-shell table td { height: auto; display: block; width: 100%; border-top: none; }
    .pw-calendar-shell table tr { margin-bottom: 8px; border: 1px solid var(--pw-light-gray); }

    #mn-content .mn-row { gap: 24px; }
    #mn-content .mn-col-1-2 { flex: 1 1 100%; }

    .pw-footer__inner { grid-template-columns: 1fr; }
    .pw-footer__right { text-align: left; align-items: flex-start; }
    .pw-footer__bottom { flex-direction: column; gap: 8px; text-align: center; }
}

/* ==========================================================================
   OVERRIDE GUARD — keep LAST
   --------------------------------------------------------------------------
   GrowthZone's own stylesheets load after this block. If any of them carries
   an !important rule touching .sub-menu, normal cascade rules cannot win and
   every dropdown is forced open. These repeat the critical declarations with
   element+class selectors and !important of their own. Drop this section if
   the header already behaves — it is defensive, not required.
   ========================================================================== */
nav.pw-header__nav ul.menu ul.sub-menu {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    list-style: none !important;
}

nav.pw-header__nav ul.menu li.menu-item-has-children:hover > ul.sub-menu,
nav.pw-header__nav ul.menu li.menu-item-has-children:focus-within > ul.sub-menu {
    display: block !important;
}

nav.pw-header__nav ul.menu > li:nth-last-child(-n+2) ul.sub-menu {
    left: auto !important;
    right: 0 !important;
}

@media (max-width: 768px) {
    nav.pw-header__nav ul.menu ul.sub-menu,
    nav.pw-header__nav ul.menu li.menu-item-has-children:hover > ul.sub-menu,
    nav.pw-header__nav ul.menu li.menu-item-has-children:focus-within > ul.sub-menu {
        display: none !important;
        position: static !important;
    }

    nav.pw-header__nav ul.menu li.menu-item-has-children.is-open > ul.sub-menu {
        display: block !important;
    }
}