Introduction In recent years, California has faced an escalating crisis that affects individuals, families, and communities alike—the drug addiction and overdose epidemic. This crisis has not only poses significant public health challenges but has also highlighted the urgent need for comprehensive addiction recovery solutions. While California is working to prevent and educate from their end,…
The overdose epidemic has been a growing threat to public health for several years now. With the number of overdose deaths on the rise, it’s essential to consider different ways to combat this crisis. One promising solution is sober living homes. These homes are an excellent option for individuals who are struggling with addiction and…
The current situation regarding overdoses in the United States is drastic and only worsening as time goes on. The Centers for Disease Control states that drug overdose deaths have quadrupled in the United States since 1999. In recent years, over 70% of these deaths are caused by an opioid with an increasing amount being due…
Open Sky Recovery is proud to observe National Recovery Month 2021. Recovery Month is an observance held every September to support the new evidence-based treatment and recovery practices, the surfacing of a strong and proud recovery community, and the selfless dedication of recovery related service providers and community members across the country who make it…
(function () {
// forEach polyfill
if (!NodeList.prototype.forEach) {
NodeList.prototype.forEach = function (callback) {
for (var i = 0; i < this.length; i++) {
callback.call(this, this.item(i));
}
}
}
var navigation = document.querySelector('[data-colibri-navigation-overlap="true"], .h-navigation_overlap');
if (navigation) {
var els = document
.querySelectorAll('.h-navigation-padding');
if (els.length) {
els.forEach(function (item) {
item.style.paddingTop = navigation.offsetHeight + "px";
});
}
}
})();
( function() {
var skipLinkTarget = document.querySelector( 'main' ),
sibling,
skipLinkTargetID,
skipLink;
// Early exit if a skip-link target can't be located.
if ( ! skipLinkTarget ) {
return;
}
/*
* Get the site wrapper.
* The skip-link will be injected in the beginning of it.
*/
sibling = document.querySelector( '.wp-site-blocks' );
// Early exit if the root element was not found.
if ( ! sibling ) {
return;
}
// Get the skip-link target's ID, and generate one if it doesn't exist.
skipLinkTargetID = skipLinkTarget.id;
if ( ! skipLinkTargetID ) {
skipLinkTargetID = 'wp--skip-link--target';
skipLinkTarget.id = skipLinkTargetID;
}
// Create the skip link.
skipLink = document.createElement( 'a' );
skipLink.classList.add( 'skip-link', 'screen-reader-text' );
skipLink.id = 'wp-skip-link';
skipLink.href = '#' + skipLinkTargetID;
skipLink.innerText = 'Skip to content';
// Inject the skip link.
sibling.parentElement.insertBefore( skipLink, sibling );
}() );