@charset "UTF-8";
/*
Theme Name: Department of Economic Opportunity
Author: Drew Matamales for HelpGood
Author URI: https://helpgood.com
Description: A custom Block Theme created for the LA County Department of Economic Opportunity. Based on Block Canvas.
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.7
Version: 2.0.33
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: 
Text Domain: deo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
*/
/* Normalize
--------------------------------------------- */
/* WordPress-specific files
--------------------------------------------- */
/* Block Canvas Theme
--------------------------------------------- */
/*
=== Block Canvas ===
Contributors: Automattic
Requires at least: 6.0
Tested up to: 6.0
Requires PHP: 5.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

== Description ==

Block Canvas is a simple theme that supports full-site editing. It comes with a set of minimal templates and design settings that can be manipulated through Global Styles. Use it to build something beautiful.

== Changelog ==

= 0.0.22 =
* Add home.html template to Block Canvas (#6784)

= 0.0.21 =
* Block Canvas: Add self-closing tag to comments pattern in page template (#6764)

= 0.0.20 =
* Block Canvas: small updates (#6705)

= 0.0.19 =
* Make theme available for translation as much as possible (#6484)

= 0.0.18 =
* Update block canvas styles (#6640)

= 0.0.17 =
* Block canvas: clean up templates (#6620)

== Copyright ==

Block Canvas WordPress Theme, (C) 2022 Automattic
Block Canvas is distributed under the terms of the GNU GPL.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

*/
/*
 * Font smoothing
 * https://github.com/WordPress/gutenberg/issues/35934
 */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/**
 * Currently table styles are only available with 'wp-block-styles' 
 * theme support (block css) thus the following needs to be included
 * since 'wp-block-styles' aren't used for this theme.
 * https://github.com/WordPress/gutenberg/issues/45065
 */
.wp-block-table thead {
  border-bottom: 3px solid;
}

.wp-block-table tfoot {
  border-top: 3px solid;
}

.wp-block-table td,
.wp-block-table th {
  padding: var(--wp--preset--spacing--30);
  border: 1px solid;
  word-break: normal;
}

.wp-block-table figcaption {
  font-size: var(--wp--preset--font-size--small);
  text-align: center;
}

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
  text-decoration-thickness: 0.0625em !important;
  text-underline-offset: 0.15em;
}

/* HelpGood WordPress Modifications
--------------------------------------------- */
body:not(.editor-styles-wrapper) {
  background-color: var(--wp--preset--color--primary);
}
body:not(.editor-styles-wrapper) .wp-site-blocks {
  background-color: var(--wp--preset--color--background);
}

/*
 * Style external links
 * https://stackoverflow.com/a/5379820/1709484
**/
a[href]:not(:where([href^="#"],
[href^="tel:"],
[href^="mailto:"],
[href^="http://maps.apple.com/"],
[href^="/"]:not([href^="//"]),
[href*="//opportunity.manta"],
[href*="//opportunity.lacounty.gov"],
.wp-block-social-link-anchor)):after {
  content: " \f35d";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  text-decoration: none !important;
}

a:where(:not(.wp-element-button)):after {
  font-size: 75%;
}

.wp-block-image > a:after {
  display: none;
}

body .is-layout-constrained > * + * {
  margin-block-start: 0;
}

body > .wp-site-blocks {
  padding-top: 0;
  padding-bottom: 0;
}

body > .wp-site-blocks > header + main {
  margin-block-start: 0;
}

li {
  margin-bottom: 0;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
  padding-bottom: 0.5em;
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
  transition: 0.15s all;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  margin-top: -1px;
  transform: scale(0.95);
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook:hover {
  transform: scale(1.05);
}

.wp-site-blocks *[style*="margin-top:0"]:not([style*="margin-top:0."]) {
  margin-top: 0 !important;
}
.wp-site-blocks *[style*="margin-right:0"]:not([style*="margin-right:0."]) {
  margin-right: 0 !important;
}
.wp-site-blocks *[style*="margin-bottom:0"]:not([style*="margin-bottom:0."]) {
  margin-bottom: 0 !important;
}
.wp-site-blocks *[style*="margin-left:0"]:not([style*="margin-left:0."]) {
  margin-left: 0 !important;
}
.wp-site-blocks *[style*="margin:0"]:not([style*="margin:0."]) {
  margin: 0 !important;
}

body.editor-styles-wrapper .wp-block-post-excerpt__more-text {
  display: none;
}

/* Content modifications
--------------------------------------------- */
/* Navigation
--------------------------------------------- */
.main-nav {
  max-width: 700px;
}

.yoast-breadcrumbs a:where(:not(.wp-element-button)) {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  transition: 0.15s all;
}
.yoast-breadcrumbs a:where(:not(.wp-element-button)):hover {
  text-decoration: underline var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--primary);
}
.yoast-breadcrumbs a:where(:not(.wp-element-button)) i {
  padding-right: 0.3em;
}

.yoast-breadcrumbs {
  border-bottom: 2px solid var(--wp--preset--color--light-gray);
  padding-top: var(--wp--preset--spacing--30);
  padding-bottom: var(--wp--preset--spacing--30);
  margin-bottom: var(--wp--preset--spacing--70) !important;
}
.yoast-breadcrumbs [aria-current=page] {
  font-weight: 700;
}

.wp-block-site-logo a,
.hg-clickable-logo a {
  transition: 0.15s all;
  transform: scale(1);
  transform-origin: top left;
}
.wp-block-site-logo a:hover,
.hg-clickable-logo a:hover {
  transform: scale(1.07);
}
.wp-block-site-logo a:active,
.hg-clickable-logo a:active {
  transform: scale(1.05);
}

.hg-clickable-logo a {
  display: block;
}

body.home .wp-site-blocks > header .wp-block-site-logo img,
body .wp-site-blocks > footer .wp-block-site-logo img {
  filter: brightness(6);
}

body .wp-site-blocks > footer .wp-block-site-logo a,
body.editor-styles-wrapper .wp-site-blocks .footer-main .wp-block-site-logo a {
  transform-origin: left;
}
body .wp-site-blocks > footer .hg-clickable-logo a,
body.editor-styles-wrapper .wp-site-blocks .footer-main .hg-clickable-logo a {
  transform-origin: center;
}
body .wp-site-blocks > footer a:where(:not(.wp-element-button)),
body.editor-styles-wrapper .wp-site-blocks .footer-main a:where(:not(.wp-element-button)) {
  font-weight: inherit;
  text-decoration: none;
}
body .wp-site-blocks > footer a:where(:not(.wp-element-button)):hover,
body.editor-styles-wrapper .wp-site-blocks .footer-main a:where(:not(.wp-element-button)):hover {
  text-decoration: underline var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--secondary);
}

@media screen and (max-width: 1000px) {
  .wp-site-blocks > header .wp-block-group {
    border-bottom-color: transparent !important;
  }
}

.wp-block-site-logo a img {
  transition: 0.2s all;
}
@media screen and (max-width: 700px) {
  .wp-block-site-logo a img {
    width: 120px;
  }
}

@media screen and (max-width: 400px) {
  nav[aria-label="Header Quick Links"] {
    display: none;
  }
}

body.home .wp-site-blocks > header {
  position: absolute;
  z-index: 10;
  width: 100%;
}
body.home .wp-site-blocks > header .wp-block-navigation__responsive-container-open {
  color: white;
}
body.home .wp-site-blocks > header nav > div:not(.has-modal-open),
body.home .wp-site-blocks > header nav > ul {
  color: white;
}
body.home .wp-site-blocks > header nav > div:not(.has-modal-open) a:where(:not(.wp-element-button)),
body.home .wp-site-blocks > header nav > ul a:where(:not(.wp-element-button)) {
  color: white;
}
body.home .wp-site-blocks > header nav > div:not(.has-modal-open) a:where(:not(.wp-element-button)):hover, body.home .wp-site-blocks > header nav > div:not(.has-modal-open) a:where(:not(.wp-element-button)):hover + .wp-block-navigation__submenu-icon,
body.home .wp-site-blocks > header nav > ul a:where(:not(.wp-element-button)):hover,
body.home .wp-site-blocks > header nav > ul a:where(:not(.wp-element-button)):hover + .wp-block-navigation__submenu-icon {
  color: var(--wp--preset--color--secondary);
}
body.home .wp-site-blocks > header nav > div:not(.has-modal-open) .wp-block-navigation__submenu-icon,
body.home .wp-site-blocks > header nav > ul .wp-block-navigation__submenu-icon {
  color: white;
}

.footer-col-3-stack {
  justify-content: space-between;
  height: 100%;
}
.footer-col-3-stack .wp-block-social-links.is-style-logos-only .wp-social-link {
  color: var(--wp--preset--color--primary) !important;
}
.footer-col-3-stack .wp-block-social-links.is-style-logos-only .wp-social-link a:hover {
  color: var(--wp--preset--color--secondary) !important;
}

.featured-numbers a {
  text-decoration: none;
}
.featured-numbers a:hover {
  text-decoration: underline;
}
.featured-numbers a:after {
  display: none;
}

.wp-block-navigation:not(.has-background) > div:not(.has-modal-open) .wp-block-navigation__submenu-container,
.wp-block-navigation:not(.has-background) > ul .wp-block-navigation__submenu-container {
  background-color: transparent;
  border: 0 none transparent;
  flex-direction: row;
  width: auto;
  justify-content: flex-end;
  font-weight: normal;
  transition: all 0.2s ease-out !important;
}

body:not(.editor-styles-wrapper) .wp-block-navigation:not(.has-background) > div:not(.has-modal-open) .has-child .wp-block-navigation__submenu-container,
body:not(.editor-styles-wrapper) .wp-block-navigation:not(.has-background) > ul .has-child .wp-block-navigation__submenu-container {
  transform: translateX(-75%);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  gap: 3em;
}

nav > div:not(.has-modal-open) .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container,
nav > ul .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
  min-width: 0 !important;
  flex-shrink: 0;
  align-content: flex-end !important;
}
body:not(.editor-styles-wrapper) nav > div:not(.has-modal-open) .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container,
body:not(.editor-styles-wrapper) nav > ul .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
  transform: translateX(0);
}
nav > div:not(.has-modal-open) .wp-block-navigation__submenu-container .wp-block-navigation-item,
nav > ul .wp-block-navigation__submenu-container .wp-block-navigation-item {
  flex-shrink: 0;
}
nav > div:not(.has-modal-open) .wp-block-navigation__submenu-container .wp-block-navigation-item:last-of-type a:not(.wp-element-button),
nav > ul .wp-block-navigation__submenu-container .wp-block-navigation-item:last-of-type a:not(.wp-element-button) {
  padding-right: 0;
}
nav > div:not(.has-modal-open) .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button),
nav > ul .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button) {
  font-weight: normal;
  padding-top: 0;
}
nav > div:not(.has-modal-open) .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button),
nav > ul .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button) {
  flex-shrink: 0;
}
nav > div:not(.has-modal-open) .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button) span,
nav > ul .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button) span {
  flex-shrink: 0;
}

/* Posts and Pages
--------------------------------------------- */
/* Elements
--------------------------------------------- */
h1.is-style-yellow-underline span,
h2.is-style-yellow-underline span,
h3.is-style-yellow-underline span,
h4.is-style-yellow-underline span,
h5.is-style-yellow-underline span,
h6.is-style-yellow-underline span {
  display: inline-block;
  padding-bottom: 0.1em;
  border-bottom: 2px solid var(--wp--preset--color--secondary);
}

a:where(:not(.wp-element-button)):has(br) {
  display: inline-block;
}

.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) {
  transition: 0.15s all;
}

/*
 * Control the hover stylings of outline block style.
 * Unnecessary once block styles are configurable via theme.json
 * https://github.com/WordPress/gutenberg/issues/42794
 */
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background):hover, .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background):focus {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background) !important;
  border-color: var(--wp--preset--color--primary);
}

.wp-block-button.is-style-outline:not(.wp-block-button__width-100) > .wp-block-button__link:not(.has-background):hover, .wp-block-button.is-style-outline:not(.wp-block-button__width-100) > .wp-block-button__link:not(.has-background):focus {
  padding-left: 3em;
  padding-right: 3em;
}

.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background):focus {
  border-color: var(--wp--preset--color--dark-blue);
  border-style: dashed;
}

.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background):active {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

main ul > li::marker {
  color: var(--wp--preset--color--primary);
}

.hg-home-hero-cover a:where(:not(.wp-element-button)) {
  text-decoration: none;
  font-weight: 800;
}
.hg-home-hero-cover a:where(:not(.wp-element-button)):hover {
  text-decoration: underline;
}
.hg-home-hero-cover > .wp-block-cover__background {
  mix-blend-mode: multiply;
}
.hg-home-hero-cover h2 a:where(:not(.wp-element-button)):after {
  font-size: 1rem;
  vertical-align: super;
}
.hg-home-hero-cover h2 a:where(:not(.wp-element-button)):last-of-type:after {
  margin-right: -1em;
}
@media screen and (max-height: 600px) {
  .hg-home-hero-cover h2 {
    font-size: var(--wp--preset--font-size--large) !important;
  }
}
@media screen and (max-width: 600px) {
  .hg-home-hero-cover h2 {
    font-size: var(--wp--preset--font-size--large) !important;
  }
}

.hg-hero-cover:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(35, 172, 158, 0.59);
  z-index: 1;
}

.hg-hero-cover > .wp-block-cover__background {
  mix-blend-mode: multiply;
  z-index: 1;
}

.hg-hero-cover:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(35, 172, 158, 0.59);
  z-index: 1;
}

.hg-home-bbb-hero-cover:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(35, 172, 158) 84%, rgb(35, 172, 158) 100%);
  z-index: 1;
  mix-blend-mode: multiply;
}

.hg-home-bbb-hero-cover:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(35, 172, 158, 0.59);
  z-index: 0;
}

.hg-home-bbb-hero-cover > .wp-block-cover__background {
  mix-blend-mode: multiply;
  z-index: 1;
}

.hg-hero-cover {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
  transition: 0.15s color;
  text-decoration-color: var(--wp--preset--color--secondary) !important;
}

.hg-columns-align-buttons .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.is-style-bleed-off-heading {
  margin-top: -2em !important;
  display: inline-block;
  position: absolute;
}
.is-style-bleed-off-heading.has-background {
  padding: 0.7em 1em 0.7em 0;
}
.is-style-bleed-off-heading:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 50vw;
}
.is-style-bleed-off-heading.has-primary-background-color:before {
  background-color: var(--wp--preset--color--primary);
}
.is-style-bleed-off-heading.has-secondary-background-color:before {
  background-color: var(--wp--preset--color--secondary);
}
.is-style-bleed-off-heading.has-tertiary-background-color:before {
  background-color: var(--wp--preset--color--tertiary);
}
.is-style-bleed-off-heading.has-foreground-background-color:before {
  background-color: var(--wp--preset--color--foreground);
}
.is-style-bleed-off-heading.has-dark-blue-background-color:before {
  background-color: var(--wp--preset--color--dark-blue);
}

.hg-offset-contained-image img {
  margin-top: -6.76rem;
}

.hg-expandable-container:last-child .hg-expandable-heading {
  border-bottom: 0 none transparent;
}
.hg-expandable-container .hg-expandable-heading {
  position: relative;
  z-index: 1;
}
.hg-expandable-container .hg-expandable-heading .hg-expand-control {
  position: absolute;
  bottom: var(--wp--preset--spacing--30);
  right: 0;
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--wp--preset--color--light-gray);
  font-size: 1.25rem;
  transition: 0.15s all;
}
.hg-expandable-container .hg-expandable-heading .hg-expand-control[aria-expanded=true] {
  transform: rotate(180deg);
}
.hg-expandable-container .hg-expandable-heading h3,
.hg-expandable-container .hg-expandable-heading .hg-expand-control {
  cursor: pointer;
}
.hg-expandable-container .hg-expandable-heading h3:hover,
.hg-expandable-container .hg-expandable-heading .hg-expand-control:hover {
  color: var(--wp--preset--color--primary);
}
.hg-expandable-container .hg-expandable-heading p:last-of-type:after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  float: right;
}
.hg-expandable-container .hg-expandable-content {
  display: block;
  visibility: visible;
  opacity: 1;
  max-height: 500rem;
  transform: scaleY(1);
  transform-origin: top;
}
.hg-expandable-container .hg-expandable-content,
.hg-expandable-container .hg-expandable-content * {
  transition: 0.15s all;
}
.hg-expandable-container .hg-expandable-content[hidden] {
  display: block;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transform: scaleY(0.5);
}
.hg-expandable-container .hg-expandable-content[hidden],
.hg-expandable-container .hg-expandable-content[hidden] * {
  margin: 0 !important;
  padding: 0 !important;
}

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