@media screen and (max-width: 768px) {
  .header-title-wrapper {
    padding-top: var(--wp--preset--spacing--30) !important;
  }
}
/* Make post-title smaller on mobile */
@media (max-width: 600px) {
  .wp-block-post-title {
    font-size: 2rem;
  }
}
/* Set sticky position on hero text for non-stacked columns only */
@media (min-width: 782px) {
  body.home:not(.blog) {
    overflow-x: hidden;
  }
  .is-sticky-position {
    position: sticky;
    top: 0;
    left: 0;
  }
}
/* Hero Image /Cover block spacing tweaks */
.is-hero-image {
  margin-bottom: 0 !important;
}

.griffith-bold-wrap label {
  font-weight: bold !important;
}

/* Remove top-margin from footer */
footer {
  margin-top: 0 !important;
}

/* Fix footer top-margin */
.wp-site-blocks > .wp-block-template-part:last-of-type {
  margin-top: 0 !important;
}

/* Fix footer alignment on mobile */
@media (max-width: 768px) {
  .wp-block-group.wp-container-16 {
    justify-content: flex-start;
  }
}
.wp-site-blocks p > a {
  text-decoration: underline;
}

.wp-site-blocks p > a:hover {
  text-decoration: none;
}

.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
  height: 35px;
  width: 35px;
  margin-left: 48px;
}

.wp-block-navigation__responsive-container-open:before {
  content: "Menu";
  font-size: 16px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}

/* Fix mobile menu font sizes */
@media (max-width: 600px) {
  .wp-block-navigation.is-responsive .is-menu-open {
    --wp--preset--font-size--small: 2rem;
  }
}
/* Add Button Hover Styles */
.wp-block-button > .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:hover,
.wp-block-search__button:hover .wp-block-button__link:hover,
.wp-block-search__button:active,
.wp-block-button__link:active,
.wp-block-search__button:focus,
.wp-block-button__link:focus {
  text-decoration: underline;
  text-decoration-color: var(--wp--custom--button--hover--border--color);
}

/* Prevent word breaks in buttons */
.wp-block-button .wp-block-button__link {
  word-break: keep-all !important;
}

/* Fix download button style */
.wp-block-file .wp-block-file__button {
  background-color: var(--wp--custom--button--color--background);
  border-radius: var(--wp--custom--button--border--radius);
  border-color: var(--wp--custom--button--border--color);
  border-width: var(--wp--custom--button--border--width);
  border-style: var(--wp--custom--button--border--style);
  color: var(--wp--preset--color--black);
  font-size: var(--wp--custom--button--typography--font-size);
  font-style: normal;
  font-weight: 900;
  line-height: var(--wp--custom--button--typography--line-height);
  padding-top: 0.5rem;
  padding-right: 2rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  text-transform: uppercase;
  border: 2px solid;
  padding: 0.667em 1.333em;
}

/* Fix Jetpack Search Button styles */
.wp-block-template-part .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button, 
.wp-block-template-part .wp-block-search .wp-block-search__button {
	background: linear-gradient(135deg,rgb(0,78,89) 0%,rgb(0,56,109) 29%,rgb(13,0,41) 100%);
	background-color: var(--wp--custom--button--color--background);border-radius: 4px;border-color: var(--wp--custom--button--border--color);
	border-width: var(--wp--custom--button--border--width);border-style: var(--wp--custom--button--border--style);
	color: var(--wp--preset--color--background);
	font-size: var(--wp--custom--button--typography--font-size);
	font-style: normal;font-weight: 900;
	line-height: var(--wp--custom--button--typography--line-height);
	padding-top: 0.5rem;
	padding-right: 2rem;
	padding-bottom: 0.5rem;
	padding-left: 2rem;
	text-transform: uppercase;
}

/* Fix Text decoration styles for links */
a,
.wp-block-read-more:not([style*=text-decoration]),
.wp-block-read-more:not([style*=text-decoration]):active,
.wp-block-read-more:not([style*=text-decoration]):focus {
  text-decoration: underline;
}

a:hover,
.wp-block-read-more:not([style*=text-decoration]):hover,
.wp-block-site-title a,
.wp-block-site-title a:hover {
  text-decoration: none;
}

a:where(:not(.wp-element-button)):hover {
  color: var(--wp--preset--color--secondary);
}

/* Fix table & calendar text-color */
.wp-block-table.is-style-stripes figcaption,
.wp-block-table figcaption,
.wp-block-calendar table {
  --wp--custom--color--primary: var(--wp--preset--color--foreground);
}

/* Fix footer search */
body .is-layout-constrained > .wp-block-search {
	max-width: 100% !important;
}

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