h1, h2, h3, h4, h5, h6 {
  font-family: "Georgia", serif;
}

p, ul, form {
  font-family: "Arial", sans-serif;
}

.italic {
  font-style: italic;
}

.btn {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-primary {
  background-color: #5e9732;
  color: #FFFFFF;
}
.btn-primary:hover {
  background-color: rgb(70.1492537313, 112.6865671642, 37.3134328358);
}

.btn-accent {
  background-color: #F7941D;
  color: #FFFFFF;
}
.btn-accent:hover {
  background-color: rgb(217.3076923077, 122.1153846154, 7.6923076923);
}

.btn-success {
  background-color: #39B54A;
  color: #FFFFFF;
}
.btn-success:hover {
  background-color: rgb(44.7857142857, 142.2142857143, 58.1428571429);
}

.btn-danger {
  background-color: #A58A6F;
  color: #FFFFFF;
}
.btn-danger:hover {
  background-color: rgb(138.4615384615, 112.5, 86.5384615385);
}

.btn-light {
  background-color: #E6E6E6;
  color: #333333;
}
.btn-light:hover {
  background-color: rgb(217.25, 217.25, 217.25);
}

.btn-dark {
  background-color: #333333;
  color: #FFFFFF;
}
.btn-dark:hover {
  background-color: rgb(63.75, 63.75, 63.75);
}

.btn-outline {
  background-color: transparent;
  border: 2px solid #333333;
  color: #333333;
}
.btn-outline:hover {
  background-color: #333333;
  color: #FFFFFF;
}

.btn-sm {
  padding: 0.3rem 0.8rem;
  font-size: 0.85rem;
}

.btn-lg {
  padding: 0.8rem 1.6rem;
  font-size: 1.15rem;
}

.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Georgia", serif;
}

p, ul, form {
  font-family: "Arial", sans-serif;
}

.italic {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Georgia", serif;
}

p, ul, form {
  font-family: "Arial", sans-serif;
}

.italic {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Georgia", serif;
}

p, ul, form {
  font-family: "Arial", sans-serif;
}

.italic {
  font-style: italic;
}

.btn {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-primary {
  background-color: #5e9732;
  color: #FFFFFF;
}
.btn-primary:hover {
  background-color: rgb(70.1492537313, 112.6865671642, 37.3134328358);
}

.btn-accent {
  background-color: #F7941D;
  color: #FFFFFF;
}
.btn-accent:hover {
  background-color: rgb(217.3076923077, 122.1153846154, 7.6923076923);
}

.btn-success {
  background-color: #39B54A;
  color: #FFFFFF;
}
.btn-success:hover {
  background-color: rgb(44.7857142857, 142.2142857143, 58.1428571429);
}

.btn-danger {
  background-color: #A58A6F;
  color: #FFFFFF;
}
.btn-danger:hover {
  background-color: rgb(138.4615384615, 112.5, 86.5384615385);
}

.btn-light {
  background-color: #E6E6E6;
  color: #333333;
}
.btn-light:hover {
  background-color: rgb(217.25, 217.25, 217.25);
}

.btn-dark {
  background-color: #333333;
  color: #FFFFFF;
}
.btn-dark:hover {
  background-color: rgb(63.75, 63.75, 63.75);
}

.btn-outline {
  background-color: transparent;
  border: 2px solid #333333;
  color: #333333;
}
.btn-outline:hover {
  background-color: #333333;
  color: #FFFFFF;
}

.btn-sm {
  padding: 0.3rem 0.8rem;
  font-size: 0.85rem;
}

.btn-lg {
  padding: 0.8rem 1.6rem;
  font-size: 1.15rem;
}

.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

form {
  display: grid;
  gap: 1rem;
  max-width: 1000px;
  width: 98% !important;
  margin: auto;
  font-family: "Arial", sans-serif;
}

input, textarea, select {
  padding: 0.5rem;
  border: 1px solid #595959;
  border-radius: 4px;
}

button {
  padding: 0.75rem;
  color: #FFFFFF;
  background: #758E39;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  font-weight: bold;
  font-size: 18px;
}
button:hover {
  background: #5E9732;
  color: #fff;
}

fieldset {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1rem;
}
fieldset legend {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
fieldset .options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1rem;
}
fieldset .options label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  cursor: pointer;
  line-height: 1.3;
}
fieldset .options label input[type=radio],
fieldset .options label input[type=checkbox] {
  margin: 0;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  fieldset .options {
    grid-template-columns: 1fr;
  }
}

.subscriber-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 4px 4px 10px 1px rgba(0, 0, 0, 0.45);
  /* Checkboxes & radios inline but flexible */
  /* Full-width rows */
  /* Button row */
}
.subscriber-form .opt-in {
  font-size: 13px;
}
.subscriber-form .form-row-full {
  grid-column: 1/-1;
}
@media (max-width: 768px) {
  .subscriber-form {
    grid-template-columns: 1fr;
  }
}
.subscriber-form input[type=text],
.subscriber-form input[type=tel],
.subscriber-form input[type=email] {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #808080;
  border-radius: 6px;
  font-family: "Arial", sans-serif;
  font-size: 1rem;
}
.subscriber-form input[type=text]:focus,
.subscriber-form input[type=tel]:focus,
.subscriber-form input[type=email]:focus {
  outline: none;
  border-color: #758E39;
}
.subscriber-form label {
  font-weight: 500;
  color: #212121;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.5em;
}
.subscriber-form fieldset {
  grid-column: 1/-1;
  border: 1px solid #808080;
  border-radius: 6px;
  padding: 1rem;
}
.subscriber-form fieldset legend {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #808080;
}
.subscriber-form fieldset label {
  margin-bottom: 0.25rem;
}
.subscriber-form input[type=checkbox],
.subscriber-form input[type=radio] {
  margin-right: 0.5rem;
}
.subscriber-form button {
  grid-column: 1/-1;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 4px 4px 10px 1px rgba(0, 0, 0, 0.45);
  /* Checkboxes & radios inline but flexible */
  /* Full-width rows */
  /* Button row */
}
.contact-form .form-row-full {
  grid-column: 1/-1;
}
@media (max-width: 768px) {
  .contact-form {
    grid-template-columns: 1fr;
  }
}
.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=email] {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #808080;
  border-radius: 6px;
  font-family: "Arial", sans-serif;
  font-size: 1rem;
}
.contact-form input[type=text]:focus,
.contact-form input[type=tel]:focus,
.contact-form input[type=email]:focus {
  outline: none;
  border-color: #758E39;
}
.contact-form label {
  font-weight: 500;
  color: #212121;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contact-form fieldset {
  grid-column: 1/-1;
  border: 1px solid #808080;
  border-radius: 6px;
  padding: 1rem;
}
.contact-form fieldset legend {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #595959;
}
.contact-form fieldset label {
  margin-bottom: 0.25rem;
}
.contact-form input[type=checkbox],
.contact-form input[type=radio] {
  margin-right: 0.5rem;
}
.contact-form textarea {
  height: 150px;
  border: 1px solid #808080;
  border-radius: 6px;
}
.contact-form button {
  grid-column: 1/-1;
}

.review-actions {
  margin: auto;
  display: flex;
  flex-direction: column;
}
.review-actions .btn-primary {
  margin: 0 auto 10px auto;
  display: block;
}
.review-actions .btn-secondary {
  text-align: center;
  font-family: sans-serif;
  color: #000000;
}

.submissionReview {
  margin-top: 10em;
  text-align: center;
}
.submissionReview h1 {
  font-size: 175% !important;
  font-weight: normal !important;
}
.submissionReview h2 {
  font-size: 150% !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Georgia", serif;
}

p, ul, form {
  font-family: "Arial", sans-serif;
}

.italic {
  font-style: italic;
}

h2 {
  text-align: center;
  font-weight: normal;
  color: #5e9732;
  font-size: 40px;
}

#heroShot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 60vh;
  padding: 2rem 1rem;
  color: white;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
  background: url("/css/images/ohi-hero-1.webp") no-repeat center center/cover;
}
#heroShot h1 {
  color: #ffffff;
  font-weight: lighter;
  font-size: 40px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.4);
}
#heroShot h2 {
  color: #FFFFFF;
  font-size: 25px !important;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.4);
}
#heroShot p {
  font-weight: bold;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.4);
}
#heroShot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}
#heroShot .wrap {
  position: relative;
  z-index: 1;
  max-width: 800px;
  width: 100%;
  padding: 1rem;
}
#heroShot .wrap h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #heroShot .wrap h2 {
    font-size: 3rem;
  }
}
#heroShot .wrap p {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #heroShot .wrap p {
    font-size: 1.25rem;
  }
}

section header {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto 3em auto;
}
section header h2 {
  margin-bottom: 0.3em;
}
section header p {
  line-height: 1.75em;
  font-size: 1.1rem;
  font-weight: bold;
  color: #595959;
}

p.note {
  text-align: center;
  margin-top: 3em !important;
  color: #ffffff;
}
p.note a {
  text-decoration: underline;
  color: #ffffff;
}

section#optIn {
  padding: 3em 0;
  background: radial-gradient(circle, #8DC63F, #5e9732);
}
section#optIn h2 {
  color: #FFFFFF;
}
section#optIn header p {
  color: #FFFFFF;
}
section#optIn a {
  color: #FFFFFF;
}

section#about {
  padding: 3em;
}
section#about a {
  text-decoration: none;
  color: #ffffff;
}
section#about a:hover {
  text-decoration: underline;
}
section#about .wrap {
  width: 98%;
  max-width: 1400px;
  margin: auto;
  background-color: #FFFFFF;
  border-radius: 10px;
}
section#about .wrap img {
  border: 1px solid #efefef;
}
section#about .wrap ul {
  list-style-type: none;
  color: #FFFFFF;
  font-size: 90%;
}
@media (min-width: 1000px) {
  section#about .wrap ul {
    font-size: 110% !important;
  }
}
section#about .wrap ul li:first-child {
  font-weight: bold;
}
section#about .wrap ul li {
  margin-bottom: 8px;
}
section#about .austin > div {
  background: radial-gradient(circle, #F7941D, #DE5E01);
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  margin: 2px;
}
@media (max-width: 900px) {
  section#about .austin > div {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }
}
@media (min-width: 900px) {
  section#about .austin > div {
    border-bottom-left-radius: 10px !important;
  }
}
section#about .san-diego > div {
  background: radial-gradient(circle, #8DC63F, #5e9732);
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  margin: 2px;
}
@media (min-width: 900px) {
  section#about .san-diego > div {
    border-top-right-radius: 10px !important;
  }
}
section#about .location {
  display: flex;
  flex-wrap: nowrap;
}
section#about .location > img,
section#about .location > div {
  flex: 1 1 50%;
  max-width: 50%;
}
section#about .location img {
  width: 100%;
  height: auto;
  display: block;
  flex-shrink: 0;
  padding: 2px;
}
section#about .location > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em;
}
@media (max-width: 900px) {
  section#about img.austin-pic {
    border-bottom-right-radius: 0 !important;
  }
  section#about .location {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  section#about .location > img,
  section#about .location > div {
    flex: 1 1 100%;
    max-width: 100%;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  section#about .location > div {
    padding: 1.5em;
  }
  section#about img.sanDiego {
    border-top-right-radius: 10px; /* first image */
  }
  section#about .location.austin > img {
    order: -1;
  }
}
section#about img.sanDiego {
  border-top-left-radius: 10px; /* first image */
}
section#about img.austin-pic {
  border-bottom-right-radius: 10px; /* second image */
}

section#contact {
  padding: 3em 0;
  background: radial-gradient(circle, #F7941D, #DE5E01);
}
section#contact h2 {
  color: #FFFFFF;
}
section#contact header p {
  color: #FFFFFF;
}

section#blog {
  padding: 3em 0;
}
section#blog .image-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
section#blog img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/9;
  transition: transform 0.3s ease-in-out, border-radius 0.3s ease-in-out;
  border-radius: 6px;
}
section#blog .wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}
section#blog article header {
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  text-align: left !important;
}
section#blog article header h3 {
  font-weight: lighter;
  color: #5e9732;
  margin-bottom: 0.5em;
}
section#blog article header .meta {
  font-size: 14px;
  color: #DE5E01;
  margin-bottom: 0.5em;
}
section#blog article header .title {
  font-size: 2rem;
  margin-bottom: 0.5em;
}
section#blog article header .subtitle {
  font-size: 1.2rem;
}
section#blog .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
section#blog article {
  background: white;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: left !important;
}
section#blog article p {
  line-height: 1.7em !important;
  font-size: 90% !important;
  color: #333333;
}
section#blog article.featured {
  border: 2px solid #5e9732;
  background: #8DC63F;
}
section#blog article .article-header .meta, section#blog article .article-header .byline {
  font-size: 0.9rem;
  color: #666;
}
section#blog article .article-header .title {
  font-size: 1.5rem;
  margin: 0.5em 0;
}
section#blog article .excerpt {
  margin-top: 1em;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Georgia", serif;
}

p, ul, form {
  font-family: "Arial", sans-serif;
}

.italic {
  font-style: italic;
}

footer figure {
  margin: auto;
}
footer figure a {
  color: #272b30;
}
footer figure img {
  width: 100%;
  display: inline-block;
  max-width: 200px;
}
footer figure figcaption {
  font-size: 14px;
}
footer address {
  font-style: normal;
  font-family: "Arial", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #000000;
  margin: auto;
  text-align: center;
  padding-top: 1.5rem;
}
@media (min-width: 1200px) {
  footer address {
    text-align: left;
  }
}
footer address strong,
footer address span,
footer address a {
  display: block;
  margin-bottom: 0.25rem;
}
footer address .locality-block {
  display: inline;
  margin-bottom: 0;
}
footer address .locality-block span {
  display: inline;
  margin: 0;
}
footer address strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #000000;
}
footer address span {
  display: block;
  margin-bottom: 0.25rem;
}
footer address a {
  color: #272b30;
  text-decoration: none;
  margin-bottom: 0.25rem;
  display: block;
}
footer address a:hover {
  text-decoration: underline;
}
footer section.container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  footer section.container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
  }
}
footer .socials {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
footer .socials a {
  text-decoration: none;
  cursor: pointer;
}
footer .socials .fab {
  color: #000000;
  font-size: 2rem;
  padding: 10px;
}
footer section.copyright-footer {
  padding: 3em 0;
  text-align: center;
  font-size: 90%;
}

.copyright-footer img {
  vertical-align: middle;
  height: 2.5em; /* optional: scales icon with text */
  padding-bottom: 8px;
}

/* ===========================
   _navigation.scss
   =========================== */
.ribbon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem 1rem 1rem;
  background: #fff;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1010;
}
.ribbon #logo img {
  max-height: 100px;
  display: block;
}
.ribbon .nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ribbon .nav-links li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.2s ease;
}
.ribbon .nav-links li a:hover, .ribbon .nav-links li a:focus {
  color: #00704a;
}
.ribbon .hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.ribbon .hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Hamburger animation */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translateY(7px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-7px);
}

/* Mobile overlay menu */
/*
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 6px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
    padding: 2rem;

    ul {
        list-style: none;
        padding: 0;
        margin: 0;
        flex-grow: 1;

        li {
            margin-bottom: 1.5rem;

            a {
                text-decoration: none;
                font-size: 1.2rem;
                color: #333;
                font-weight: 500;

                &:hover,
                &:focus {
                    color: #00704a;
                }
            }
        }
    }

    .copyright {
        margin-top: auto;
        font-size: 0.875rem;
        color: #888;
    }

    &.active {
        right: 0; // slide-in effect
    }
}

 */
.mobile-menu {
  position: fixed;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  overflow-y: auto;
  z-index: 1000;
}
.mobile-menu.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* ===========================
   Responsive
   =========================== */
@media (max-width: 900px) {
  .ribbon {
    flex-wrap: wrap;
  }
  .ribbon #logo {
    flex-basis: 100%;
    margin-bottom: 1rem;
    text-align: center;
  }
  .ribbon .nav-links {
    flex-basis: 100%;
    justify-content: center;
    gap: 1.5rem;
  }
}
@media (max-width: 600px) {
  .ribbon {
    flex-wrap: nowrap;
  }
  .ribbon #logo {
    margin-bottom: 0;
    text-align: left;
  }
  .ribbon .nav-links {
    display: none;
  }
  .ribbon .hamburger {
    display: flex;
  }
}
main.page-one-column .wrap {
  padding-bottom: 2em;
}
main.page-one-column .wrap article {
  width: 98%;
  max-width: 1400px;
  margin: auto;
}
main.page-one-column .wrap h4 {
  margin-bottom: 10px;
}
main.page-one-column .wrap p {
  margin-bottom: 10px;
}
main.page-one-column .wrap ul {
  list-style-position: inside;
  margin-bottom: 10px;
}

/* Global Reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*# sourceMappingURL=stylesBrochure.css.map */
