<!DOCTYPE html><html><head><meta charSet="UTF-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui"/><meta name="theme-color" content="700"/><meta name="mobile-web-app-capable" content="yes"/><link rel="icon" href="/static/favicon.ico" type="image/x-icon"/><link href="https://cdn.optimizely.com" rel="preconnect" crossorigin="true"/><link href="https://cdn.callrail.com" rel="preconnect" crossorigin="true"/><link href="https://www.googletagmanager.com" rel="preconnect" crossorigin="true"/><link href="https://cdn.jsdelivr.net" rel="preconnect" crossorigin="true"/><link href="https://www.google-analytics.com" rel="preconnect" crossorigin="true"/><link href="https://cdn.krxd.net/" rel="preconnect" crossorigin="true"/><link rel="preload" as="font" href="/static/fonts/roboto-regular.woff2" type="font/woff2" crossorigin="anonymous"/><link rel="preload" as="font" href="/static/fonts/roboto-bold.woff2" type="font/woff2" crossorigin="anonymous"/><link rel="preload" as="font" href="/static/fonts/lora-bold.woff2" type="font/woff2" crossorigin="anonymous"/><style>
	/* latin */
	@font-face {
		font-family: "Roboto";
		font-style: normal;
		font-weight: 400;
		font-display: swap;
		src: local('Roboto Regular'), local('Roboto-Regular'),
		url(/static/fonts/roboto-regular.woff2) format('woff2'),
		url(/static/fonts/roboto-regular.woff) format('woff');
		unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	}
	/* latin */
	@font-face {
		font-family: "Roboto";
		font-style: normal;
		font-weight: 800;
		font-display: swap;
		src: local('Roboto Bold'), local('Roboto-Bold'),
		url(/static/fonts/roboto-bold.woff2) format('woff2'),
		url(/static/fonts/roboto-bold.woff) format('woff');
		unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	}
	@font-face {
		font-family: "Lora-Bold";
		font-style: normal;
		font-weight: 400;
		font-display: swap;
		src: local('Lora Bold'), local('Lora-Bold'),
		url(/static/fonts/lora-bold.woff2) format('woff2'),
		url(/static/fonts/lora-bold.woff) format('woff');
		unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	}
	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	:root {
		--success: #49a147;
		--warning: #ffad0d;
		--error: #e35141;
		--black: #000000;
		--white: #ffffff;

		--primary: #008dc0;
		--primary-100: #ecf9fd;
		--primary-200: #b3e0ef;
		--primary-300: #008dc0;
		--primary-400: #0067a3;

		--secondary: #00457d;

		--interactive: #428807;
		--interactive-100: #f0f9ec;
		--interactive-200: #d3ecc7;
		--interactive-300: #428807;
		--interactive-400: #1d5801;

		--gray-100: #f8f8f8;
		--gray-200: #eeeeee;
		--gray-300: #cccccc;
		--gray-400: #6a6a6a;
		--gray-500: #1a1a1a;

		--box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);

		--title-font: Lora-Bold, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
		--copy-font: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
		--font-base: 16px;
		--font-base-height: 25px;

		--h1-size: 40px;
		--h1-size-mobile: 35px;
		--h2-size: 30px;
		--h3-size: 25px;
		--h4-size: 20px;

		—-breakpoint: 776px;
		—-breakpoint-mobile: 420px;
		—-breakpoint-desktop: 992px;
	}

	html, body {
		font-family: var(--copy-font);
		color: var(--gray-500);
		font-size: var(--font-base);
	}
	html {
		height: 100%;
		width: 100%;
		-webkit-font-smoothing: antialiased;
		overflow-x: hidden;
	}

	h1, .h1, .h1-hero,
	h2, .h2,
	h3, .h3,
	h4, .h4 {
		font-family: var(--title-font);
		margin-bottom: 15px;
	}
	h1, .h1, .h1-hero {
		font-size: var(--h1-size-mobile);
		line-height: 45px;
	}
	@media screen and (min-width: 992px) {
		h1, .h1 {
			font-size: var(--h1-size);
		}.h1-hero {
			font-size: 50px;
			line-height: 60px;
		}
	}
	h2, .h2 {
		font-size: var(--h2-size);
		line-height: 40px;
	}
	h3, .h3 {
		font-size: var(--h3-size);
		line-height: 35px;
	}
	h4, .h4 {
		font-size: var(--h4-size);
		line-height: 30px;
	}

	p {
		font-size: var(--font-base);
		line-height: var(--font-base-height);
		margin: 0 0 25px 0;
		word-break: break-word;
	}
	.text-lg {
		font-size: 25px;
		line-height: 35px;
	}
	.text-md {
		font-size: 20px;
		line-height: 30px;
	}
	.text-sm {
		font-size: 16px;
		line-height: 25px;
	}
	.text-xs {
		font-size: 13px;
		line-height: 20px;
	}
	.text-xxs {
		font-size: 10px;
		line-height: 15px;
	}
	.font-weight-bold {
		font-weight: bold;
	}
	button a {
		text-decoration: none;
		font-family: var(--copy-font);
		margin: 15px 0;
		color: inherit;
	}
	blockquote {
		font-size: 23px;
		letter-spacing: -0.3px;
		line-height: 34px;
	}
	button {
		font-size: 12px;
		letter-spacing: 0;
		line-height: 15px;
		text-align: center;
		padding: 15px 5px;
	}
	input, textarea {
		padding: 5px 10px;
		border: 1px solid var(--gray-400);
		display: block;
	}
	label {
		font-size: 14px;
		display: inline-block;
		padding-bottom: 5px;
	}
	iframe {
		max-width: 100%;
	}
	img {
		vertical-align: middle;
		max-width: 100%;
		height: auto;
		width: auto;
	}
	ul, ol {
		padding: 0 0 0 20px;
		margin: 10px 0;
		line-height: 1.6;
	}

	ol li {
		padding-left: 10px;
	}

	hr {
		margin: 50px 0;
		border: 1px solid #f0f0f0;
	}

	.error-message {
		color: var(--error);
		padding-top: 10px;
		font-size: 13px;
		font-weight: bold;
	}

	/* Make clicks pass-through */
	#nprogress {
		pointer-events: none;
	}

	#nprogress .bar {
		background: var(--primary-400);

		position: fixed;
		z-index: 1031;
		top: 0;
		left: 0;

		width: 100%;
		height: 2px;
	}

	/* Fancy blur effect */
	#nprogress .peg {
		display: block;
		position: absolute;
		right: 0px;
		width: 100px;
		height: 100%;
		box-shadow: 0 0 10px var(--primary-400), 0 0 5px var(--primary-400);
		opacity: 1;

		-webkit-transform: rotate(3deg) translate(0px, -4px);
		-ms-transform: rotate(3deg) translate(0px, -4px);
		transform: rotate(3deg) translate(0px, -4px);
	}

	/* Remove these to get rid of the spinner */
	#nprogress .spinner {
		display: block;
		position: fixed;
		z-index: 1031;
		top: 15px;
		right: 15px;
	}

	#nprogress .spinner-icon {
		width: 18px;
		height: 18px;
		box-sizing: border-box;

		border: solid 2px transparent;
		border-top-color: var(--primary-400);
		border-left-color: var(--primary-400);
		border-radius: 50%;

		-webkit-animation: nprogress-spinner 400ms linear infinite;
		animation: nprogress-spinner 400ms linear infinite;
	}

	.nprogress-custom-parent {
		overflow: hidden;
		position: relative;
	}

	.nprogress-custom-parent #nprogress .spinner,
	.nprogress-custom-parent #nprogress .bar {
		position: absolute;
	}

	@-webkit-keyframes nprogress-spinner {
		0% {
			-webkit-transform: rotate(0deg);
		}
		100% {
			-webkit-transform: rotate(360deg);
		}
	}
	@keyframes nprogress-spinner {
		0% {
			transform: rotate(0deg);
		}
		100% {
			transform: rotate(360deg);
		}
	}

	/* Drift container */
	.drift-frame-controller {
		bottom: 70px !important;
	}
</style><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
							new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
							j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
							'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
							})(window,document,'script','dataLayer','GTM-5KLL6CM');</script><script src="https://cdn.polyfill.io/v3/polyfill.js?features=default,Array.prototype.includes,Array.prototype.find,String.prototype.includes,NodeList.prototype.forEach,AbortController" nomodule=""></script><script src="https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2" nomodule=""></script><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><meta name="next-head-count" content="2"/><link rel="preload" href="/_next/static/chunks/main-860d554a2fe5e9709018.js" as="script"/><link rel="preload" href="/_next/static/chunks/webpack-a2db5744fee61346eaac.js" as="script"/><link rel="preload" href="/_next/static/chunks/framework.5e03480598ad1120f007.js" as="script"/><link rel="preload" href="/_next/static/chunks/commons.43a6030041f914fd6958.js" as="script"/><link rel="preload" href="/_next/static/chunks/e9e19bca3aae1961266c1054aff2f024635e60e6.d977b5a695b08283b7dd.js" as="script"/><link rel="preload" href="/_next/static/chunks/pages/_app-618e18a1c15500d29a2b.js" as="script"/><link rel="preload" href="/_next/static/chunks/c9bfa8976c369bbbc23079d9221209f87c704285.31b5fed4e7d523adb569.js" as="script"/><link rel="preload" href="/_next/static/chunks/9737fe18ae8f1508cdeae5d9c1fc62e297d3515e.2da1fce5e6a57d7ab472.js" as="script"/><link rel="preload" href="/_next/static/chunks/aecf97b4e1fc1489380783ff805c08f4598c1790.a45549fefeabeb8c44c8.js" as="script"/><link rel="preload" href="/_next/static/chunks/65f64b365e628643e7335f7799f98cfb9e88f828.83e4e2150abf520eb53f.js" as="script"/><link rel="preload" href="/_next/static/chunks/f470e411bd6eb2737afe4ede2f2b00c7c757f7da.9ba08f844440da6d486c.js" as="script"/><link rel="preload" href="/_next/static/chunks/99ab96900ecfcd984bc38fa92a01235045f86832.02d85a32a0e9e78e9175.js" as="script"/><link rel="preload" href="/_next/static/chunks/pages/page-a22ed0aa5a28420e59d2.js" as="script"/><style id="__jsx-2380252942">img.jsx-2380252942{display:inline-block;max-width:100%;vertical-align:top;width:auto;height:auto;background-size:cover;object-fit:cover;}div.jsx-2380252942{background-size:cover;background-repeat:no-repeat;background-image:url(/static/arh-logo.svg);background-position:50%;width:auto;height:auto;}</style><style id="__jsx-2180915035">.mobile-nav.jsx-2180915035{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.menu-btn.jsx-2180915035{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-width:30px;}.menu.jsx-2180915035{background-color:var(--white);box-shadow:var(--box-shadow);position:fixed;overflow-y:auto;overflow-x:hidden;right:0;top:70px;z-index:1;width:100%;max-width:300px;max-height:0;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;-webkit-transition:max-height 0.3s,-webkit-transform 0.3s, -webkit-transform 0.3s;-webkit-transition:max-height 0.3s,transform 0.3s, -webkit-transform 0.3s;transition:max-height 0.3s,transform 0.3s, -webkit-transform 0.3s;}.menu.show.jsx-2180915035{height:100%;max-height:100vh;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);}.menu-heading.jsx-2180915035{background-color:var(--primary);border:0;color:var(--white);padding:10px 15px;height:55px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;outline:none;margin:0;width:100%;text-align:left;}.back-button.jsx-2180915035{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:bold;font-size:14px;}.menu-links.jsx-2180915035{color:var(--primary);list-style-type:none;padding:15px;margin:0;}.menu-links.jsx-2180915035 li.jsx-2180915035{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}.menu-links.jsx-2180915035 a.jsx-2180915035{color:var(--primary);list-style-type:none;-webkit-text-decoration:none;text-decoration:none;}.menu-link-wrapper.jsx-2180915035{display:block;border-bottom:1px solid var(--gray-200);padding:14px 0;}.child-menu.jsx-2180915035{background-color:var(--white);position:fixed;height:100%;width:100%;overflow-y:auto;top:0;right:0;-webkit-transform:translateX(100vw);-ms-transform:translateX(100vw);transform:translateX(100vw);-webkit-transition:all 0.25s ease-in;transition:all 0.25s ease-in;z-index:2;}.child-menu.show.jsx-2180915035{max-height:100vh;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}.child-menu-title.jsx-2180915035{display:block;color:var(--gray-500);-webkit-text-decoration:none;text-decoration:none;padding:15px;margin:0;}.cta.jsx-2180915035{padding:0 15px 85px;text-align:center;width:100%;}</style><style id="__jsx-3173506196">div.jsx-3173506196{display:block;}@media screen and (min-width:992px){div.jsx-3173506196{display:none;}}</style><style id="__jsx-1453808238">.desktop-nav.jsx-1453808238{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;height:100%;}.desktop-nav-ul.jsx-1453808238{list-style-type:none;padding:0;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}.parent-li.jsx-1453808238{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 12.5px;height:100%;}.parent-li.jsx-1453808238:last-child{padding-right:0;}.parent-li.jsx-1453808238:hover{cursor:pointer;}.parent-li.jsx-1453808238:hover .parent-li-link.jsx-1453808238{border-color:var(--primary);}.vert-divider.jsx-1453808238{background-color:var(--gray-300);width:2px;height:25px;margin:0 12.5px;}.parent-li-link.jsx-1453808238{color:var(--primary);font-size:16px;line-height:25px;font-weight:bold;cursor:pointer;-webkit-text-decoration:none;text-decoration:none;border-bottom:2px solid var(--white);}.nav-menu.jsx-1453808238{cursor:auto;background-color:var(--white);position:absolute;z-index:10;width:900px;top:calc(100% + 0px);left:0;right:0;margin:auto;box-shadow:var(--box-shadow);padding:15px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.cta.jsx-1453808238{margin-right:25px;min-height:370px;max-width:250px;text-align:center;}.menu-content.jsx-1453808238{width:100%;}.menu-title.jsx-1453808238{color:var(--gray-500);margin-bottom:5px;-webkit-text-decoration:none;text-decoration:none;}.menu-title.jsx-1453808238:hover{-webkit-text-decoration:underline;text-decoration:underline;}.menu-subtitle.jsx-1453808238{color:var(--primary);font-weight:bold;}.menu-links.jsx-1453808238{list-style-type:none;padding:0;margin:0;-webkit-column-count:1;column-count:1;-webkit-column-gap:50px;column-gap:50px;page-break-inside:avoid;-webkit-break-inside:avoid-column;break-inside:avoid-column;}.menu-links.jsx-1453808238 li.jsx-1453808238{-webkit-break-inside:avoid;break-inside:avoid;-webkit-column-break-inside:avoid;page-break-inside:avoid;}.menu-link.jsx-1453808238{color:var(--gray-500);font-weight:normal;display:block;margin-bottom:15px;-webkit-text-decoration:none;text-decoration:none;}.menu-link.jsx-1453808238:hover{-webkit-text-decoration:underline;text-decoration:underline;}</style><style id="__jsx-2777067476">div.jsx-2777067476{display:none;}@media screen and (min-width:992px){div.jsx-2777067476{display:block;}}</style><style id="__jsx-1477501273">div.jsx-1477501273{margin-right:auto;margin-left:auto;max-width:1200px;padding:0px;}.page-content.jsx-1477501273{height:100%;padding:0 15px;}@media screen and (min-width:992px){.page-content.jsx-1477501273{padding:0 15px;}}</style><style id="__jsx-2889208672">button.jsx-2889208672{background-color:var(--primary);box-shadow:var(--box-shadow);border-radius:5px;border:0;font-weight:bold;font-family:var(--copy-font);font-size:14px;color:var(--white);padding:12px 24px;cursor:pointer;-webkit-transition:all 0.3s;transition:all 0.3s;}button.jsx-2889208672:hover,button.jsx-2889208672:active,button.jsx-2889208672:focus{background-color:var(--primary-400);cursor:pointer;outline:0;}button.secondary.jsx-2889208672{background-color:var(--interactive);}button.secondary.jsx-2889208672:hover,button.secondary.jsx-2889208672:active,button.secondary.jsx-2889208672:focus{background-color:var(--interactive-400);outline:0;}button.rounded.jsx-2889208672{border-radius:36px;}button.ghost.jsx-2889208672,button.ghost.jsx-2889208672:hover,button.ghost.jsx-2889208672:active,button.ghost.jsx-2889208672:focus{color:var(--black);background-color:transparent;box-shadow:none;border:2px solid var(--primary);}button.secondary.ghost.jsx-2889208672{border-color:var(--interactive);}button[disabled].jsx-2889208672{opacity:0.7;}button[disabled].jsx-2889208672:hover{background-color:var(--primary) !important;cursor:default;}.icon.jsx-2889208672{margin-right:5px;}</style><style id="__jsx-569381737">.who-answers.jsx-569381737:hover{cursor:pointer;}</style><style id="__jsx-277009370">.mobile-next-steps-nav.jsx-277009370{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:var(--primary);-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--white);font-weight:bold;width:100%;}.next-steps-btn.jsx-277009370{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:15px;}.next-steps-title.jsx-277009370{font-family:var(--title-font);font-size:18px;}.next-steps-container.jsx-277009370{color:var(--primary);position:fixed;top:115px;background:var(--white);width:100%;text-align:center;margin:unset;box-shadow:0px 5px 20px -5px rgba(0, 0, 0, 0.3);max-height:0;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;-webkit-transition:max-height 0.3s,-webkit-transform 0.3s, -webkit-transform 0.3s;-webkit-transition:max-height 0.3s,transform 0.3s, -webkit-transform 0.3s;transition:max-height 0.3s,transform 0.3s, -webkit-transform 0.3s;*/;}.next-steps-container.active.jsx-277009370{height:100%;max-height:250px;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);}.next-steps-ul.jsx-277009370{list-style-type:none;padding:10px;text-align:left;}.list-item.jsx-277009370{margin-left:25px;}.list-item.jsx-277009370:not(:last-child){margin-bottom:25px;}.link.jsx-277009370{color:inherit;font-size:14px;-webkit-text-decoration:none;text-decoration:none;}</style><style id="__jsx-3039796014">button.jsx-3039796014{background-color:var(--primary);box-shadow:var(--box-shadow);border-radius:5px;border:0;font-weight:bold;font-family:var(--copy-font);font-size:14px;color:var(--white);padding:12px 24px;cursor:pointer;-webkit-transition:all 0.3s;transition:all 0.3s;}button.jsx-3039796014:hover,button.jsx-3039796014:active,button.jsx-3039796014:focus{background-color:var(--primary-400);cursor:pointer;outline:0;}button.secondary.jsx-3039796014{background-color:var(--interactive);}button.secondary.jsx-3039796014:hover,button.secondary.jsx-3039796014:active,button.secondary.jsx-3039796014:focus{background-color:var(--interactive-400);outline:0;}button.rounded.jsx-3039796014{border-radius:36px;}button.ghost.jsx-3039796014,button.ghost.jsx-3039796014:hover,button.ghost.jsx-3039796014:active,button.ghost.jsx-3039796014:focus{color:var(--black);background-color:transparent;box-shadow:none;border:2px solid var(--primary);}button.secondary.ghost.jsx-3039796014{border-color:var(--interactive);}button[disabled].jsx-3039796014{opacity:0.7;}button[disabled].jsx-3039796014:hover{background-color:transparent !important;cursor:default;}.icon.jsx-3039796014{margin-right:5px;}</style><style id="__jsx-3628023012">.desktop-next-steps-nav.jsx-3628023012{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:var(--primary);-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--white);font-weight:bold;padding:8px;}.next-steps-title.jsx-3628023012{font-family:var(--title-font);font-size:18px;}.next-steps-ul.jsx-3628023012{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;list-style-type:none;padding:unset;}.list.jsx-3628023012{margin-left:33px;}.link.jsx-3628023012{color:inherit;font-size:14px;-webkit-text-decoration:none;text-decoration:none;}</style><style id="__jsx-2947996597">header.jsx-2947996597{background-color:var(--white);box-shadow:0px 10px 25px 0px rgba(0,0,0,0.15);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;z-index:1000;}@media screen and (min-width:992px){header.jsx-2947996597{min-height:70px;}}.header-section.jsx-2947996597{background-color:var(--white);position:relative;height:100%;}.header-content.jsx-2947996597{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:10px 0;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:100%;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media screen and (min-width:992px){.header-content.jsx-2947996597{padding:0;height:70px;}}.logo-link.jsx-2947996597{height:40px;}@media screen and (min-width:992px){.logo-link.jsx-2947996597{height:50px;}}</style><style id="__jsx-3418412001">.hero.jsx-3418412001{padding:20px;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:30px 10px;margin-bottom:60px;}@media screen and (min-width:768px){.hero.jsx-3418412001{max-width:75%;}}@media screen and (min-width:992px){.hero.jsx-3418412001{max-width:50%;padding:100px 100px 100px 20px;}}.hero-title.jsx-3418412001{font-weight:bold;color:var(--white);text-shadow:4px 4px 10px rgba(0,0,0,0.38);max-width:16rem;padding-bottom:20px;margin-bottom:0;}@media screen and (min-width:768px){.hero-title.jsx-3418412001{max-width:25rem;}}@media screen and (min-width:992px){.hero-title.jsx-3418412001{max-width:35rem;}}.hero-text.jsx-3418412001{color:var(--white);font-weight:bold;}.hero-link.jsx-3418412001{display:block;margin-top:20px;}</style><style id="__jsx-941000478">img.jsx-941000478{display:inline-block;max-width:100%;vertical-align:top;width:auto;height:auto;background-size:cover;object-fit:cover;}div.jsx-941000478{background-size:cover;background-repeat:no-repeat;background-image:url(/static/hero.jpg);background-position:70% 50%;width:auto;height:auto;}</style><style id="__jsx-3974102493">.error.jsx-3974102493 h1.jsx-3974102493{color:var(--primary);font-weight:normal;font-family:var(--copy-font);}.error.jsx-3974102493{margin:75px auto;text-align:center;}@media screen and (min-width:992px){.error.jsx-3974102493{margin:150px auto;}}.faulty.jsx-3974102493{color:var(--gray-400);font-size:22px;font-weight:bold;line-height:38px;margin:22px 0;}form.jsx-3974102493{background-color:#fafafa;border:1px solid #eaeaea;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:55px;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:370px;margin:auto;}button.jsx-3974102493{background-color:inherit;padding:0 18px;border:none;}button.jsx-3974102493:hover{cursor:pointer;}button.jsx-3974102493:focus{outline:none;}input.jsx-3974102493{background-color:#fafafa;color:#666;font-size:16px;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;border:none;padding:10px 15px;-webkit-transition:all 0.2s linear;transition:all 0.2s linear;}input.jsx-3974102493:focus{color:var(--black);outline:none;}</style><style id="__jsx-120429095">.content.jsx-120429095{padding:0 15px;}</style><style id="__jsx-2346360409">.cards.jsx-2346360409{margin:100px 0;}@media screen and (min-width:768px){.cards.jsx-2346360409{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}}.card.jsx-2346360409{background-color:var(--white);box-shadow:var(--box-shadow);margin:10px;padding:40px 20px;text-align:center;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;}.card-title.jsx-2346360409{color:var(--primary-400);font-size:30px;font-weight:bold;}.card-description.jsx-2346360409{color:#7a7a7a;line-height:27px;margin:20px 0 40px;}</style><style id="__jsx-3990092484">button.jsx-3990092484{background-color:var(--primary);box-shadow:var(--box-shadow);border-radius:5px;border:0;font-weight:bold;font-family:var(--copy-font);font-size:14px;color:var(--white);padding:12px 24px;cursor:pointer;-webkit-transition:all 0.3s;transition:all 0.3s;}button.jsx-3990092484:hover,button.jsx-3990092484:active,button.jsx-3990092484:focus{background-color:var(--primary-400);cursor:pointer;outline:0;}button.secondary.jsx-3990092484{background-color:var(--interactive);}button.secondary.jsx-3990092484:hover,button.secondary.jsx-3990092484:active,button.secondary.jsx-3990092484:focus{background-color:var(--interactive-400);outline:0;}button.rounded.jsx-3990092484{border-radius:36px;}button.ghost.jsx-3990092484,button.ghost.jsx-3990092484:hover,button.ghost.jsx-3990092484:active,button.ghost.jsx-3990092484:focus{color:var(--black);background-color:transparent;box-shadow:none;border:2px solid var(--primary);}button.secondary.ghost.jsx-3990092484{border-color:var(--interactive);}button[disabled].jsx-3990092484{opacity:0.7;}button[disabled].jsx-3990092484:hover{background-color:var(--interactive) !important;cursor:default;}.icon.jsx-3990092484{margin-right:5px;}</style><style id="__jsx-3967467086">img.jsx-3967467086{display:inline-block;max-width:100%;vertical-align:top;width:auto;height:auto;background-size:cover;object-fit:cover;}div.jsx-3967467086{background-size:cover;background-repeat:no-repeat;background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);background-position:50%;width:auto;height:auto;}</style><style id="__jsx-3646265797">.accordion.jsx-3646265797{background:var(--white);border-radius:3px;color:var(--primary-400);-webkit-transition:all 0.25s;transition:all 0.25s;width:100%;}.accordion.active.jsx-3646265797{max-height:800px;-webkit-transition:all 0.25s;transition:all 0.25s;}.accordion-title-wrapper.jsx-3646265797{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:20px 15px;}.accordion.active.jsx-3646265797 .accordion-title-wrapper.jsx-3646265797{background-color:var(--white);border-bottom:0;}.accordion-title-wrapper.jsx-3646265797:hover{cursor:pointer;}.accordion-divider-wrapper.jsx-3646265797{padding:0 15px;}.accordion-divider-wrapper.jsx-3646265797 hr.jsx-3646265797{background-color:var(--gray-300);border:0;height:1px;margin:0;}.accordion-title.jsx-3646265797{color:var(--gray-500);font-size:18px;line-height:25px;-webkit-flex:2;-ms-flex:2;flex:2;text-align:left;padding-right:24px;}@media screen and (min-width:992px){.accordion-title.jsx-3646265797{font-size:20px;}}.accordion-content.jsx-3646265797{color:var(--gray-500);display:block;max-height:0;padding:0px 15px;overflow-y:hidden;-webkit-transition:all 0.25s;transition:all 0.25s;}.accordion-content.active.jsx-3646265797{padding:10px 15px;max-height:600px;overflow-y:scroll;background:var(--white);}.accordion.jsx-3646265797 .accordion-content.jsx-3646265797 p:last-child{margin-bottom:0;}</style><style id="__jsx-3692052619">footer.jsx-3692052619{border-top:2px solid var(--gray-200);color:var(--black);padding-top:48px;margin-top:0px;}.footer-main.jsx-3692052619{padding-bottom:35px;}@media (min-width:992px){.footer-main.jsx-3692052619{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:35px;}}.footer-cta.jsx-3692052619{border-radius:6px;position:relative;max-width:345px;margin:auto;}@media (min-width:992px){.footer-cta.jsx-3692052619{margin:0;}}.footer-cta.jsx-3692052619 .footer-cta-bg{border-radius:6px;}.footer-cta-content.jsx-3692052619{text-align:center;color:var(--white);width:100%;padding:25px;}.footer-cta-title.jsx-3692052619{font-size:20px;font-weight:bold;line-height:30px;margin-bottom:15px;}.footer-nav-accordion.jsx-3692052619 .accordion-title{font-weight:bold;font-size:16px;line-height:25px;}.footer-nav-accordion-content.jsx-3692052619{padding:0 15px;margin-top:-5px;}.footer-nav-accordion-content.jsx-3692052619 a.jsx-3692052619+a.jsx-3692052619{margin-top:15px;}.footer-nav.jsx-3692052619{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}.parent-link.jsx-3692052619{font-weight:bold;padding:0 30px;}.child-links.jsx-3692052619{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.child-links.jsx-3692052619 div.jsx-3692052619{padding:0 30px;}.child-links.jsx-3692052619 a.jsx-3692052619{margin:15px 0;}.footer-link.jsx-3692052619{display:block;color:var(--black);-webkit-text-decoration:none;text-decoration:none;}.footer-link.jsx-3692052619:hover{-webkit-text-decoration:underline;text-decoration:underline;}.providers-section.jsx-3692052619{font-size:20px;font-weight:bold;line-height:25px;text-align:center;margin:0 auto 50px;}.providers.jsx-3692052619{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px;margin-right:7.5px;margin-left:7.5px;}.providers.jsx-3692052619>.provider-logo{margin:7.5px 10px;max-width:95px;}@media (min-width:768px){.providers-section.jsx-3692052619{max-width:600px;}.providers.jsx-3692052619{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.providers.jsx-3692052619>.provider-logo{max-width:none;}}@media (min-width:992px){.providers-section.jsx-3692052619{max-width:1200px;}}@media (min-width:992px){.subsidiary-section.jsx-3692052619{margin-top:0;border-top:2px solid var(--gray-200);}}.subsidiary.jsx-3692052619{padding:75px 0 35px;text-align:center;}@media (min-width:992px){.subsidiary.jsx-3692052619{padding:25px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}}.logo-wrapper.jsx-3692052619{margin:auto;max-width:260px;}@media (min-width:992px){.logo-wrapper.jsx-3692052619{margin:0;}}.accreditations.jsx-3692052619{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:30px 0 25px;}@media (min-width:992px){.accreditations.jsx-3692052619{margin:0 32.5px;}}.subsidiary-text.jsx-3692052619{font-size:13px;line-height:25px;}.copyrights.jsx-3692052619{border-style:solid;border-width:1px 0px 0px 0px;border-color:rgba(255,255,255,0.1);background-color:var(--primary-400);color:var(--white);font-size:13px;line-height:25px;padding:24px;text-align:center;}.copyrights.jsx-3692052619 a.jsx-3692052619{color:var(--white);padding:0 4px;}.copyrights.jsx-3692052619 a.jsx-3692052619:hover{-webkit-text-decoration:none;text-decoration:none;}.site-name.jsx-3692052619{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:10px;}.site-name.jsx-3692052619 span.jsx-3692052619{padding:0 5px;}@media (min-width:768px){.copyrights.jsx-3692052619{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.site-name.jsx-3692052619{margin-bottom:0;margin-right:21px;}}</style><style id="__jsx-970810592">body{padding-bottom:80px;}</style><style id="__jsx-1108669021">.sticky-footer.jsx-1108669021{background:rgb(255,255,255);box-shadow:0px -2px 8px 0px rgba(0,0,0,0.16);height:80px;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:fixed;bottom:0;left:0;right:0;padding:12px 15px 8px;color:var(--black);z-index:900;}.sticky-footer-call.jsx-1108669021{margin-right:15px;text-align:center;}</style><style data-styled="" data-styled-version="5.2.1"></style></head><body><noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5KLL6CM"
							height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><div id="__next"><header class="jsx-2947996597"><section class="jsx-2947996597 header-section"><div style="height:100%" class="jsx-1477501273"><div class="jsx-1477501273 page-content"><div class="jsx-2947996597 header-content"><a class="jsx-2947996597 logo-link" href="/"><img src="/static/arh-logo.svg" style="height:100%" class="jsx-2380252942 "/></a><div class="jsx-3173506196 "><nav class="jsx-2180915035 mobile-nav"><div class="jsx-2180915035 menu-btn"><svg width="30" height="30" viewBox="0 0 25 25"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="SVGs" transform="translate(-827.000000, -118.000000)" fill-rule="nonzero"><g id="icon-menu" transform="translate(827.000000, 118.000000)"><rect id="Rectangle" fill="var(--black)" opacity="0" transform="translate(12.500000, 12.500000) rotate(180.000000) translate(-12.500000, -12.500000) " x="-1.85037171e-15" y="1.85037171e-15" width="25" height="25"></rect><rect id="Rectangle" fill="var(--primary-400)" x="3.125" y="11.4583333" width="18.75" height="2.08333333" rx="0.989583333"></rect><rect id="Rectangle" fill="var(--primary-400)" x="3.125" y="16.6666667" width="18.75" height="2.08333333" rx="0.989583333"></rect><rect id="Rectangle" fill="var(--primary-400)" x="3.125" y="6.25" width="18.75" height="2.08333333" rx="0.989583333"></rect></g></g></g></svg></div><div class="jsx-2180915035 menu "><div class="jsx-2180915035"><div class="jsx-2180915035 menu-heading h4">Main Menu</div></div><ul class="jsx-2180915035 menu-links"><li class="jsx-2180915035 menu-link-wrapper"><a style="flex:0 0 85%;margin:-14px 0;padding:14px 0" class="jsx-2180915035" href="/alcoholism/">Alcoholism</a><div style="margin:-14px -25px;padding:14px 25px" class="jsx-2180915035"><svg xmlns="http://www.w3.org/2000/svg" width="9" height="13" viewBox="0 0 9 13"><g fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><g transform="translate(-886 -364)"><g transform="translate(878 358)"><path fill-rule="nonzero" d="M0 0H25V25H0z"></path><path fill="var(--gray-500)" d="M11.483 8.955l-4.583 5a1.565 1.565 0 000 2.09l.108.107a1.361 1.361 0 001.925-.107l3.567-3.891 3.567 3.891a1.363 1.363 0 002.033 0 1.565 1.565 0 000-2.09l-4.583-5a1.363 1.363 0 00-2.034 0z" transform="rotate(90 12.5 12.5)"></path></g></g></g></svg></div></li><li class="jsx-2180915035 menu-link-wrapper"><a style="flex:0 0 85%;margin:-14px 0;padding:14px 0" class="jsx-2180915035" href="/alcohol-treatment/">Treatment</a><div style="margin:-14px -25px;padding:14px 25px" class="jsx-2180915035"><svg xmlns="http://www.w3.org/2000/svg" width="9" height="13" viewBox="0 0 9 13"><g fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><g transform="translate(-886 -364)"><g transform="translate(878 358)"><path fill-rule="nonzero" d="M0 0H25V25H0z"></path><path fill="var(--gray-500)" d="M11.483 8.955l-4.583 5a1.565 1.565 0 000 2.09l.108.107a1.361 1.361 0 001.925-.107l3.567-3.891 3.567 3.891a1.363 1.363 0 002.033 0 1.565 1.565 0 000-2.09l-4.583-5a1.363 1.363 0 00-2.034 0z" transform="rotate(90 12.5 12.5)"></path></g></g></g></svg></div></li><li class="jsx-2180915035 menu-link-wrapper"><a style="flex:0 0 85%;margin:-14px 0;padding:14px 0" class="jsx-2180915035" href="/alcohol-recovery/">Recovery</a><div style="margin:-14px -25px;padding:14px 25px" class="jsx-2180915035"><svg xmlns="http://www.w3.org/2000/svg" width="9" height="13" viewBox="0 0 9 13"><g fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><g transform="translate(-886 -364)"><g transform="translate(878 358)"><path fill-rule="nonzero" d="M0 0H25V25H0z"></path><path fill="var(--gray-500)" d="M11.483 8.955l-4.583 5a1.565 1.565 0 000 2.09l.108.107a1.361 1.361 0 001.925-.107l3.567-3.891 3.567 3.891a1.363 1.363 0 002.033 0 1.565 1.565 0 000-2.09l-4.583-5a1.363 1.363 0 00-2.034 0z" transform="rotate(90 12.5 12.5)"></path></g></g></g></svg></div></li><li class="jsx-2180915035 menu-link-wrapper"><a style="flex:0 0 85%;margin:-14px 0;padding:14px 0" class="jsx-2180915035" href="/drug-addiction/">Drug Addiction</a><div style="margin:-14px -25px;padding:14px 25px" class="jsx-2180915035"><svg xmlns="http://www.w3.org/2000/svg" width="9" height="13" viewBox="0 0 9 13"><g fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><g transform="translate(-886 -364)"><g transform="translate(878 358)"><path fill-rule="nonzero" d="M0 0H25V25H0z"></path><path fill="var(--gray-500)" d="M11.483 8.955l-4.583 5a1.565 1.565 0 000 2.09l.108.107a1.361 1.361 0 001.925-.107l3.567-3.891 3.567 3.891a1.363 1.363 0 002.033 0 1.565 1.565 0 000-2.09l-4.583-5a1.363 1.363 0 00-2.034 0z" transform="rotate(90 12.5 12.5)"></path></g></g></g></svg></div></li><a class="jsx-2180915035 menu-link-wrapper" href="/about/"><li class="jsx-2180915035">About</li></a><a class="jsx-2180915035 menu-link-wrapper" href="/contact/"><li class="jsx-2180915035">Contact Us</li></a></ul><div class="jsx-2180915035 child-menu "><div class="jsx-2180915035"><button class="jsx-2180915035 menu-heading"><div class="jsx-2180915035 back-button"><svg xmlns="http://www.w3.org/2000/svg" width="9" height="13" viewBox="0 0 9 13"><g fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><g transform="translate(-128 -1108)"><g transform="translate(120 1102)"><path fill-rule="nonzero" d="M0 0H25V25H0z"></path><path fill="var(--white)" d="M11.483 8.955l-4.583 5a1.565 1.565 0 000 2.09l.108.107a1.361 1.361 0 001.925-.107l3.567-3.891 3.567 3.891a1.363 1.363 0 002.033 0 1.565 1.565 0 000-2.09l-4.583-5a1.363 1.363 0 00-2.034 0z" transform="rotate(-90 12.5 12.5)"></path></g></g></g></svg><div style="padding-left:12px" class="jsx-2180915035">Back to Main Menu</div></div></button></div><ul style="padding-top:0" class="jsx-2180915035 menu-links"></ul></div></div></nav></div><div style="height:100%" class="jsx-2777067476 "><nav class="jsx-1453808238 desktop-nav"><ul class="jsx-1453808238 desktop-nav-ul"><li class="jsx-1453808238 parent-li"><a class="jsx-1453808238 parent-li-link" href="/alcoholism/">Alcoholism</a></li><li class="jsx-1453808238 parent-li"><a class="jsx-1453808238 parent-li-link" href="/alcohol-treatment/">Treatment</a></li><li class="jsx-1453808238 parent-li"><a class="jsx-1453808238 parent-li-link" href="/alcohol-recovery/">Recovery</a></li><li class="jsx-1453808238 parent-li"><a class="jsx-1453808238 parent-li-link" href="/drug-addiction/">Drug Addiction</a></li><div class="jsx-1453808238 vert-divider"></div><li class="jsx-1453808238 parent-li"><a class="jsx-1453808238 parent-li-link" href="/about/">About</a></li><li class="jsx-1453808238 parent-li"><a class="jsx-1453808238 parent-li-link" href="/contact/">Contact Us</a></li></ul></nav></div></div></div></div></section><section class="jsx-2947996597 next-steps-section"><div class="jsx-3173506196 "><div><nav class="jsx-277009370 mobile-next-steps-nav"><div class="jsx-277009370 next-steps-btn"><span class="jsx-277009370 next-steps-title"> Next Steps: </span><svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25"><g fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><g transform="translate(-306 -461) translate(306 461)"><path fill-rule="nonzero" d="M0 0H25V25H0z"></path><path fill="var(--white)" d="M11.483 8.955l-4.583 5a1.565 1.565 0 000 2.09l.108.107a1.361 1.361 0 001.925-.107l3.567-3.891 3.567 3.891a1.363 1.363 0 002.033 0 1.565 1.565 0 000-2.09l-4.583-5a1.363 1.363 0 00-2.034 0z" transform="rotate(-180 12.5 12.5)"></path></g></g></svg></div><div class="jsx-277009370 next-steps-container "><ul class="jsx-277009370 next-steps-ul"><li class="jsx-277009370 list-item"><a class="jsx-277009370 link" href="/contact/">Check My Treatment Benefits</a></li><li class="jsx-277009370 list-item"><a class="jsx-277009370 link" href="/alcohol-treatment/americanaddictioncenters/">View Treatment Centers</a></li><li class="jsx-277009370 list-item"><a class="jsx-277009370 link" href="/alcohol-treatment/">Learn about Treatment</a></li></ul><a href="tel:+18668717659"><button style="color:var(--white);width:100%;max-width:325px;margin-bottom:15px" class="jsx-2889208672 "><span class="jsx-2889208672 icon"><svg height="13" viewBox="0 0 50 50" width="13" xmlns="http://www.w3.org/2000/svg"><path d="m48.5732422 35.3320312-10.9375-4.6874999c-.9598382-.4090613-2.0745056-.1343754-2.734375.6738281l-4.84375 5.9179687c-7.6018149-3.5841821-13.7195288-9.701896-17.303711-17.3037109l5.9179688-4.84375c.8099561-.6587599 1.0849569-1.7747049.6738281-2.734375l-4.6875-10.93750001c-.4530458-1.0386855-1.5805419-1.60858353-2.6855469-1.35742188l-10.15624995 2.34375c-1.06346552.2455766-1.81640631 1.19272803-1.81640631 2.28417969 0 25.0488281 20.30273446 45.3125005 45.31250006 45.3125005 1.0918168.0006996 2.0394976-.7525852 2.2851562-1.8164068l2.34375-10.15625c.2495286-1.1103098-.324613-2.241381-1.368164-2.6953125z" fill="var(--white)"></path></svg></span>Talk to a Person Today</button></a><div class="jsx-569381737 who-answers"><svg id="who-answers-icon" xmlns="http://www.w3.org/2000/svg" width="89" height="13" viewBox="0 0 89 13" aria-labelledby="who-answers-title who-answers-description"><title id="who-answers-title">Who Answers?</title><desc id="who-answers-description">Who answers the helpline calls.</desc><g fill="none" fill-rule="evenodd"><rect width="90" height="15"></rect><path fill="var(--black)" fill-rule="nonzero" d="M16.797638,2.89031982 L17.7795411,7.14019776 L17.9910278,8.32351685 L18.20755,7.16537476 L19.0434265,2.89031982 L20.6799317,2.89031982 L21.5611267,7.14019776 L21.7877198,8.32351685 L22.0143128,7.18551636 L23.0062867,2.89031982 L24.5823669,2.89031982 L22.4926758,10.3125 L21.012268,10.3125 L20.1159668,5.97198487 L19.854126,4.53689575 L19.5922852,5.97198487 L18.6959839,10.3125 L17.2558594,10.3125 L15.151062,2.89031982 L16.797638,2.89031982 Z M29.3534088,4.85916138 C29.6303573,4.97665464 29.8577872,5.15624879 30.0357055,5.39794922 C30.1867684,5.60272319 30.2790831,5.81336867 30.3126526,6.02989197 C30.3462221,6.24641527 30.3630066,6.599729 30.3630066,7.08984375 L30.3630066,10.3125 L28.8977051,10.3125 L28.8977051,6.97402954 C28.8977051,6.67861791 28.8473515,6.440278 28.746643,6.25900268 C28.615722,6.00387445 28.3673114,5.87631226 28.0014038,5.87631226 C27.6220684,5.87631226 27.3342143,6.00303523 27.1378327,6.25648498 C26.9414511,6.50993474 26.8432617,6.87164072 26.8432617,7.34161377 L26.8432617,10.3125 L25.413208,10.3125 L25.413208,2.91549682 L26.8432617,2.91549682 L26.8432617,5.53894042 C27.0513926,5.22003014 27.2922503,4.99763552 27.5658417,4.87174987 C27.8394331,4.74586424 28.1272873,4.68292237 28.4294128,4.68292237 C28.7684648,4.68292237 29.0764604,4.74166811 29.3534088,4.85916138 Z M35.1315308,8.85223387 C35.3564465,8.55346528 35.4689026,8.12881745 35.4689026,7.57827758 C35.4689026,7.02773772 35.3564465,6.6039291 35.1315308,6.30683899 C34.9066151,6.00974888 34.5843527,5.86120605 34.1647339,5.86120605 C33.7451151,5.86120605 33.4220135,6.00974888 33.1954193,6.30683899 C32.9688251,6.6039291 32.8555298,7.02773772 32.8555298,7.57827758 C32.8555298,8.12881745 32.9688251,8.55346528 33.1954193,8.85223387 C33.4220135,9.15100247 33.7451151,9.30038456 34.1647339,9.30038456 C34.5843527,9.30038456 34.9066151,9.15100247 35.1315308,8.85223387 Z M36.2796021,9.64530947 C35.8163429,10.2176695 35.1130723,10.5038452 34.1697693,10.5038452 C33.2264662,10.5038452 32.5231957,10.2176695 32.0599365,9.64530947 C31.5966773,9.07294941 31.3650513,8.38394568 31.3650513,7.57827758 C31.3650513,6.7860373 31.5966773,6.09955124 32.0599365,5.51879883 C32.5231957,4.93804642 33.2264662,4.64767456 34.1697693,4.64767456 C35.1130723,4.64767456 35.8163429,4.93804642 36.2796021,5.51879883 C36.7428612,6.09955124 36.9744873,6.7860373 36.9744873,7.57827758 C36.9744873,8.38394568 36.7428612,9.07294941 36.2796021,9.64530947 Z M42.6342773,7.50778198 L44.5175171,7.50778198 L43.5910034,4.58724976 L42.6342773,7.50778198 Z M42.72995,2.89031982 L44.4822693,2.89031982 L47.1107483,10.3125 L45.4289245,10.3125 L44.9505615,8.78677369 L42.2163391,8.78677369 L41.7027283,10.3125 L40.0813294,10.3125 L42.72995,2.89031982 Z M52.370224,5.1386261 C52.7310962,5.43571621 52.9115295,5.92834129 52.9115295,6.61651612 L52.9115295,10.3125 L51.4411927,10.3125 L51.4411927,6.97402954 C51.4411927,6.68533181 51.4025883,6.4637764 51.3253784,6.30935669 C51.1843865,6.02737285 50.9158345,5.88638305 50.5197143,5.88638305 C50.0329566,5.88638305 49.698945,6.09283241 49.5176697,6.5057373 C49.423675,6.72393907 49.3766784,7.00256178 49.3766784,7.34161377 L49.3766784,10.3125 L47.9466247,10.3125 L47.9466247,4.83398437 L49.3313599,4.83398437 L49.3313599,5.63461304 C49.5159922,5.3526292 49.6905509,5.14953675 49.8550415,5.02532959 C50.1504532,4.80377087 50.5247475,4.69299317 50.9779357,4.69299317 C51.5452604,4.69299317 52.0093519,4.84153599 52.370224,5.1386261 Z M55.3536987,8.56018069 C55.3839113,8.81530894 55.4493709,8.9965815 55.5500794,9.10400391 C55.7279978,9.29535009 56.0569739,9.39102169 56.5370178,9.39102169 C56.8190017,9.39102169 57.0430748,9.3490605 57.2092438,9.26513672 C57.3754128,9.18121294 57.4584961,9.05532919 57.4584961,8.88748172 C57.4584961,8.72634806 57.3913581,8.60382122 57.2570801,8.51989744 C57.1228021,8.4359737 56.6243024,8.291627 55.7615662,8.08685302 C55.1405303,7.93243331 54.7024549,7.73941156 54.4473266,7.50778198 C54.1921985,7.27950936 54.0646362,6.95053315 54.0646362,6.52084351 C54.0646362,6.013944 54.2635326,5.57838622 54.6613312,5.21415711 C55.0591298,4.84992799 55.6188929,4.66781617 56.3406372,4.66781617 C57.0254551,4.66781617 57.5835398,4.80460984 58.0149079,5.0782013 C58.446276,5.35179275 58.6938473,5.82427642 58.7576294,6.49566651 L57.3225403,6.49566651 C57.3023986,6.31103423 57.2503666,6.16500908 57.1664429,6.05758667 C57.0086663,5.86288355 56.7401142,5.76553344 56.3607788,5.76553344 C56.0485824,5.76553344 55.8261878,5.8142085 55.6935882,5.91156006 C55.5609887,6.00891162 55.4946899,6.12304622 55.4946899,6.25396729 C55.4946899,6.41845785 55.5651848,6.53762781 55.7061768,6.61148071 C55.8471687,6.68869057 56.3456683,6.82128812 57.2016907,7.00927734 C57.7723722,7.14355536 58.200377,7.34664781 58.4857178,7.61856079 C58.7677016,7.89383072 58.9086914,8.23791297 58.9086914,8.65081791 C58.9086914,9.19464384 58.7064382,9.63859387 58.3019257,9.98268131 C57.8974132,10.3267687 57.2721905,10.4988098 56.426239,10.4988098 C55.5635028,10.4988098 54.926531,10.316698 54.5153046,9.95246887 C54.1040782,9.58823972 53.898468,9.12414834 53.898468,8.56018069 L55.3536987,8.56018069 Z M62.5593567,4.82391357 L64.0145874,4.82391357 L64.8504638,8.77670287 L65.706482,4.82391357 L67.2019958,4.82391357 L65.6108093,10.3125 L64.135437,10.3125 L63.2743836,6.31439209 L62.4032593,10.3125 L60.9127807,10.3125 L59.3719482,4.82391357 L60.9127807,4.82391357 L61.7687989,8.76159666 L62.5593567,4.82391357 Z M69.3848419,6.17340088 C69.2018881,6.38153181 69.0869143,6.66351141 69.039917,7.01934815 L71.2705994,7.01934815 C71.2471007,6.64001275 71.1321269,6.35215857 70.9256744,6.15577698 C70.719222,5.95939538 70.4632583,5.86120605 70.1577758,5.86120605 C69.8254378,5.86120605 69.5677958,5.96526996 69.3848419,6.17340088 Z M71.391449,4.93469239 C71.7573565,5.10589686 72.0594775,5.3761273 72.2978211,5.74539185 C72.5126659,6.07101603 72.6519772,6.44866729 72.7157593,6.87835693 C72.7526857,7.13012821 72.7677918,7.49267342 72.7610779,7.96600342 L69.0046692,7.96600342 C69.0248109,8.51654325 69.1976913,8.90258681 69.5233154,9.12414553 C69.7213755,9.26178047 69.9597154,9.33059691 70.2383422,9.33059691 C70.5337539,9.33059691 70.7737723,9.24667444 70.9584045,9.07882687 C71.0591131,8.98818928 71.1480709,8.86230553 71.2252807,8.70117187 L72.6905823,8.70117187 C72.6536558,9.02679609 72.4841324,9.35745075 72.1820068,9.69314578 C71.7120337,10.2269009 71.0540813,10.4937744 70.2081299,10.4937744 C69.5098842,10.4937744 68.8938931,10.2688621 68.360138,9.81903075 C67.8263828,9.36919941 67.5595093,8.63739525 67.5595093,7.62359619 C67.5595093,6.67357924 67.8003668,5.94513193 68.2820892,5.43823242 C68.7638116,4.93133291 69.3890343,4.67788696 70.1577758,4.67788696 C70.6143211,4.67788696 71.0255414,4.76348791 71.391449,4.93469239 Z M76.7768097,4.69551086 C76.7952729,4.69718934 76.836395,4.69970702 76.900177,4.70306396 L76.900177,6.17340088 C76.8095393,6.16333003 76.7289738,6.15661623 76.6584778,6.15325927 C76.5879818,6.14990233 76.5309145,6.14822388 76.4872742,6.14822388 C75.9098787,6.14822388 75.5221567,6.33621028 75.3240967,6.71218872 C75.2133173,6.92367659 75.1579284,7.2492959 75.1579284,7.6890564 L75.1579284,10.3125 L73.7127685,10.3125 L73.7127685,4.82391357 L75.0823974,4.82391357 L75.0823974,5.78063964 C75.3039562,5.41473205 75.4969779,5.16464301 75.6614685,5.03036499 C75.9300246,4.80544931 76.2791422,4.69299317 76.7088318,4.69299317 C76.7356874,4.69299317 76.7583465,4.69383239 76.7768097,4.69551086 Z M78.8589477,8.56018069 C78.8891603,8.81530894 78.9546199,8.9965815 79.0553284,9.10400391 C79.2332467,9.29535009 79.5622229,9.39102169 80.0422669,9.39102169 C80.3242507,9.39102169 80.5483237,9.3490605 80.7144928,9.26513672 C80.8806619,9.18121294 80.9637451,9.05532919 80.9637451,8.88748172 C80.9637451,8.72634806 80.8966072,8.60382122 80.7623291,8.51989744 C80.6280511,8.4359737 80.1295514,8.291627 79.2668152,8.08685302 C78.6457793,7.93243331 78.2077039,7.73941156 77.9525757,7.50778198 C77.6974475,7.27950936 77.5698852,6.95053315 77.5698852,6.52084351 C77.5698852,6.013944 77.7687816,5.57838622 78.1665802,5.21415711 C78.5643788,4.84992799 79.1241419,4.66781617 79.8458862,4.66781617 C80.5307041,4.66781617 81.0887887,4.80460984 81.5201569,5.0782013 C81.951525,5.35179275 82.1990963,5.82427642 82.2628784,6.49566651 L80.8277893,6.49566651 C80.8076476,6.31103423 80.7556157,6.16500908 80.6716919,6.05758667 C80.5139152,5.86288355 80.2453632,5.76553344 79.8660278,5.76553344 C79.5538314,5.76553344 79.3314368,5.8142085 79.1988373,5.91156006 C79.0662378,6.00891162 78.999939,6.12304622 78.999939,6.25396729 C78.999939,6.41845785 79.0704338,6.53762781 79.2114258,6.61148071 C79.3524177,6.68869057 79.8509173,6.82128812 80.7069397,7.00927734 C81.2776212,7.14355536 81.705626,7.34664781 81.9909667,7.61856079 C82.2729506,7.89383072 82.4139404,8.23791297 82.4139404,8.65081791 C82.4139404,9.19464384 82.2116872,9.63859387 81.8071747,9.98268131 C81.4026622,10.3267687 80.7774396,10.4988098 79.931488,10.4988098 C79.0687518,10.4988098 78.43178,10.316698 78.0205536,9.95246887 C77.6093272,9.58823972 77.403717,9.12414834 77.403717,8.56018069 L78.8589477,8.56018069 Z M85.2639771,8.85726928 L86.7645263,8.85726928 L86.7645263,10.3125 L85.2639771,10.3125 L85.2639771,8.85726928 Z M84.4281006,3.19747925 C84.8242207,2.94235102 85.3109712,2.81478882 85.8883667,2.81478882 C86.6470375,2.81478882 87.2772954,2.99606142 87.7791595,3.35861206 C88.2810236,3.7211627 88.5319519,4.2582667 88.5319519,4.96994018 C88.5319519,5.40634373 88.4228527,5.77392428 88.2046508,6.07269287 C88.0770867,6.25396819 87.832033,6.4855943 87.4694824,6.76757812 L87.111969,7.04452515 C86.9172659,7.19558791 86.7880253,7.37182517 86.7242432,7.57324219 C86.6839597,7.7008063 86.6621399,7.89886341 86.658783,8.16741943 L85.2992248,8.16741943 C85.3193665,7.60009482 85.3730769,7.20817674 85.4603576,6.99165344 C85.5476384,6.77513015 85.7725507,6.52588031 86.1351013,6.24389648 L86.5026855,5.95687867 C86.6235357,5.86624101 86.7208859,5.76721245 86.7947388,5.65979004 C86.9290168,5.47515777 86.9961548,5.27206532 86.9961548,5.05050659 C86.9961548,4.79537836 86.9214638,4.56291304 86.7720795,4.35310364 C86.6226952,4.14329423 86.3499471,4.03839112 85.9538269,4.03839112 C85.5644207,4.03839112 85.2883156,4.16763176 85.1255035,4.42611695 C84.9626915,4.68460212 84.8812867,4.95315412 84.8812867,5.23178101 L83.4260559,5.23178101 C83.4663393,4.27505015 83.8003508,3.59695634 84.4281006,3.19747925 Z"></path><path fill="#ffad0d" fill-rule="nonzero" d="M7.5,10.078125 L7.5,8.90625 C7.5,8.83789031 7.47802756,8.78173847 7.43408203,8.73779297 C7.3901365,8.69384747 7.33398472,8.671875 7.265625,8.671875 L6.5625,8.671875 L6.5625,4.921875 C6.5625,4.85351528 6.54052756,4.7973635 6.49658203,4.75341797 C6.4526365,4.70947244 6.39648472,4.6875 6.328125,4.6875 L3.984375,4.6875 C3.91601528,4.6875 3.8598635,4.70947244 3.81591797,4.75341797 C3.77197244,4.7973635 3.75,4.85351528 3.75,4.921875 L3.75,6.09375 C3.75,6.16210972 3.77197244,6.2182615 3.81591797,6.26220703 C3.8598635,6.30615256 3.91601528,6.328125 3.984375,6.328125 L4.6875,6.328125 L4.6875,8.671875 L3.984375,8.671875 C3.91601528,8.671875 3.8598635,8.69384747 3.81591797,8.73779297 C3.77197244,8.78173847 3.75,8.83789031 3.75,8.90625 L3.75,10.078125 C3.75,10.1464847 3.77197244,10.2026365 3.81591797,10.246582 C3.8598635,10.2905275 3.91601528,10.3125 3.984375,10.3125 L7.265625,10.3125 C7.33398472,10.3125 7.3901365,10.2905275 7.43408203,10.246582 C7.47802756,10.2026365 7.5,10.1464847 7.5,10.078125 Z M6.5625,3.515625 L6.5625,2.34375 C6.5625,2.27539028 6.54052756,2.2192385 6.49658203,2.17529297 C6.4526365,2.13134744 6.39648472,2.109375 6.328125,2.109375 L4.921875,2.109375 C4.85351528,2.109375 4.7973635,2.13134744 4.75341797,2.17529297 C4.70947244,2.2192385 4.6875,2.27539028 4.6875,2.34375 L4.6875,3.515625 C4.6875,3.58398472 4.70947244,3.6401365 4.75341797,3.68408203 C4.7973635,3.72802756 4.85351528,3.75 4.921875,3.75 L6.328125,3.75 C6.39648472,3.75 6.4526365,3.72802756 6.49658203,3.68408203 C6.54052756,3.6401365 6.5625,3.58398472 6.5625,3.515625 Z M11.25,6.5625 C11.25,7.58301292 10.9985377,8.52416559 10.4956055,9.38598628 C9.99267328,10.2478071 9.31030704,10.9301733 8.44848633,11.4331055 C7.58666561,11.9360377 6.64551292,12.1875 5.625,12.1875 C4.60448708,12.1875 3.66333439,11.9360377 2.80151367,11.4331055 C1.93969296,10.9301733 1.25732674,10.2478071 0.754394531,9.38598628 C0.251462329,8.52416559 0,7.58301292 0,6.5625 C0,5.54198708 0.251462329,4.60083439 0.754394531,3.73901367 C1.25732674,2.87719296 1.93969296,2.19482674 2.80151367,1.69189453 C3.66333439,1.18896233 4.60448708,0.9375 5.625,0.9375 C6.64551292,0.9375 7.58666561,1.18896233 8.44848633,1.69189453 C9.31030704,2.19482674 9.99267328,2.87719296 10.4956055,3.73901367 C10.9985377,4.60083439 11.25,5.54198708 11.25,6.5625 Z"></path></g></svg></div></div></nav></div></div><div style="height:100%" class="jsx-2777067476 "><nav class="jsx-3628023012 desktop-next-steps-nav"><span class="jsx-3628023012 next-steps-title"> Next Steps: </span><ul class="jsx-3628023012 next-steps-ul"><li class="jsx-3628023012 list"><a class="jsx-3628023012 link" href="/contact/">Check My Treatment Benefits</a></li><li class="jsx-3628023012 list"><a class="jsx-3628023012 link" href="/alcohol-treatment/americanaddictioncenters/">View Treatment Centers</a></li><li class="jsx-3628023012 list"><a class="jsx-3628023012 link" href="/alcohol-treatment/">Learn about Treatment</a></li></ul><a href="tel:+18668717659"><button style="color:var(--white);font-size:20px" class="jsx-3039796014 ghost"><span class="jsx-3039796014 icon"><svg height="15" viewBox="0 0 50 50" width="15" xmlns="http://www.w3.org/2000/svg"><path d="m48.5732422 35.3320312-10.9375-4.6874999c-.9598382-.4090613-2.0745056-.1343754-2.734375.6738281l-4.84375 5.9179687c-7.6018149-3.5841821-13.7195288-9.701896-17.303711-17.3037109l5.9179688-4.84375c.8099561-.6587599 1.0849569-1.7747049.6738281-2.734375l-4.6875-10.93750001c-.4530458-1.0386855-1.5805419-1.60858353-2.6855469-1.35742188l-10.15624995 2.34375c-1.06346552.2455766-1.81640631 1.19272803-1.81640631 2.28417969 0 25.0488281 20.30273446 45.3125005 45.31250006 45.3125005 1.0918168.0006996 2.0394976-.7525852 2.2851562-1.8164068l2.34375-10.15625c.2495286-1.1103098-.324613-2.241381-1.368164-2.6953125z" fill="var(--white)"></path></svg></span> 866-871-7659</button></a><div class="jsx-569381737 who-answers"><svg id="who-answers-icon" xmlns="http://www.w3.org/2000/svg" width="89" height="13" viewBox="0 0 89 13" aria-labelledby="who-answers-title who-answers-description"><title id="who-answers-title">Who Answers?</title><desc id="who-answers-description">Who answers the helpline calls.</desc><g fill="none" fill-rule="evenodd"><rect width="90" height="15"></rect><path fill="var(--white)" fill-rule="nonzero" d="M16.797638,2.89031982 L17.7795411,7.14019776 L17.9910278,8.32351685 L18.20755,7.16537476 L19.0434265,2.89031982 L20.6799317,2.89031982 L21.5611267,7.14019776 L21.7877198,8.32351685 L22.0143128,7.18551636 L23.0062867,2.89031982 L24.5823669,2.89031982 L22.4926758,10.3125 L21.012268,10.3125 L20.1159668,5.97198487 L19.854126,4.53689575 L19.5922852,5.97198487 L18.6959839,10.3125 L17.2558594,10.3125 L15.151062,2.89031982 L16.797638,2.89031982 Z M29.3534088,4.85916138 C29.6303573,4.97665464 29.8577872,5.15624879 30.0357055,5.39794922 C30.1867684,5.60272319 30.2790831,5.81336867 30.3126526,6.02989197 C30.3462221,6.24641527 30.3630066,6.599729 30.3630066,7.08984375 L30.3630066,10.3125 L28.8977051,10.3125 L28.8977051,6.97402954 C28.8977051,6.67861791 28.8473515,6.440278 28.746643,6.25900268 C28.615722,6.00387445 28.3673114,5.87631226 28.0014038,5.87631226 C27.6220684,5.87631226 27.3342143,6.00303523 27.1378327,6.25648498 C26.9414511,6.50993474 26.8432617,6.87164072 26.8432617,7.34161377 L26.8432617,10.3125 L25.413208,10.3125 L25.413208,2.91549682 L26.8432617,2.91549682 L26.8432617,5.53894042 C27.0513926,5.22003014 27.2922503,4.99763552 27.5658417,4.87174987 C27.8394331,4.74586424 28.1272873,4.68292237 28.4294128,4.68292237 C28.7684648,4.68292237 29.0764604,4.74166811 29.3534088,4.85916138 Z M35.1315308,8.85223387 C35.3564465,8.55346528 35.4689026,8.12881745 35.4689026,7.57827758 C35.4689026,7.02773772 35.3564465,6.6039291 35.1315308,6.30683899 C34.9066151,6.00974888 34.5843527,5.86120605 34.1647339,5.86120605 C33.7451151,5.86120605 33.4220135,6.00974888 33.1954193,6.30683899 C32.9688251,6.6039291 32.8555298,7.02773772 32.8555298,7.57827758 C32.8555298,8.12881745 32.9688251,8.55346528 33.1954193,8.85223387 C33.4220135,9.15100247 33.7451151,9.30038456 34.1647339,9.30038456 C34.5843527,9.30038456 34.9066151,9.15100247 35.1315308,8.85223387 Z M36.2796021,9.64530947 C35.8163429,10.2176695 35.1130723,10.5038452 34.1697693,10.5038452 C33.2264662,10.5038452 32.5231957,10.2176695 32.0599365,9.64530947 C31.5966773,9.07294941 31.3650513,8.38394568 31.3650513,7.57827758 C31.3650513,6.7860373 31.5966773,6.09955124 32.0599365,5.51879883 C32.5231957,4.93804642 33.2264662,4.64767456 34.1697693,4.64767456 C35.1130723,4.64767456 35.8163429,4.93804642 36.2796021,5.51879883 C36.7428612,6.09955124 36.9744873,6.7860373 36.9744873,7.57827758 C36.9744873,8.38394568 36.7428612,9.07294941 36.2796021,9.64530947 Z M42.6342773,7.50778198 L44.5175171,7.50778198 L43.5910034,4.58724976 L42.6342773,7.50778198 Z M42.72995,2.89031982 L44.4822693,2.89031982 L47.1107483,10.3125 L45.4289245,10.3125 L44.9505615,8.78677369 L42.2163391,8.78677369 L41.7027283,10.3125 L40.0813294,10.3125 L42.72995,2.89031982 Z M52.370224,5.1386261 C52.7310962,5.43571621 52.9115295,5.92834129 52.9115295,6.61651612 L52.9115295,10.3125 L51.4411927,10.3125 L51.4411927,6.97402954 C51.4411927,6.68533181 51.4025883,6.4637764 51.3253784,6.30935669 C51.1843865,6.02737285 50.9158345,5.88638305 50.5197143,5.88638305 C50.0329566,5.88638305 49.698945,6.09283241 49.5176697,6.5057373 C49.423675,6.72393907 49.3766784,7.00256178 49.3766784,7.34161377 L49.3766784,10.3125 L47.9466247,10.3125 L47.9466247,4.83398437 L49.3313599,4.83398437 L49.3313599,5.63461304 C49.5159922,5.3526292 49.6905509,5.14953675 49.8550415,5.02532959 C50.1504532,4.80377087 50.5247475,4.69299317 50.9779357,4.69299317 C51.5452604,4.69299317 52.0093519,4.84153599 52.370224,5.1386261 Z M55.3536987,8.56018069 C55.3839113,8.81530894 55.4493709,8.9965815 55.5500794,9.10400391 C55.7279978,9.29535009 56.0569739,9.39102169 56.5370178,9.39102169 C56.8190017,9.39102169 57.0430748,9.3490605 57.2092438,9.26513672 C57.3754128,9.18121294 57.4584961,9.05532919 57.4584961,8.88748172 C57.4584961,8.72634806 57.3913581,8.60382122 57.2570801,8.51989744 C57.1228021,8.4359737 56.6243024,8.291627 55.7615662,8.08685302 C55.1405303,7.93243331 54.7024549,7.73941156 54.4473266,7.50778198 C54.1921985,7.27950936 54.0646362,6.95053315 54.0646362,6.52084351 C54.0646362,6.013944 54.2635326,5.57838622 54.6613312,5.21415711 C55.0591298,4.84992799 55.6188929,4.66781617 56.3406372,4.66781617 C57.0254551,4.66781617 57.5835398,4.80460984 58.0149079,5.0782013 C58.446276,5.35179275 58.6938473,5.82427642 58.7576294,6.49566651 L57.3225403,6.49566651 C57.3023986,6.31103423 57.2503666,6.16500908 57.1664429,6.05758667 C57.0086663,5.86288355 56.7401142,5.76553344 56.3607788,5.76553344 C56.0485824,5.76553344 55.8261878,5.8142085 55.6935882,5.91156006 C55.5609887,6.00891162 55.4946899,6.12304622 55.4946899,6.25396729 C55.4946899,6.41845785 55.5651848,6.53762781 55.7061768,6.61148071 C55.8471687,6.68869057 56.3456683,6.82128812 57.2016907,7.00927734 C57.7723722,7.14355536 58.200377,7.34664781 58.4857178,7.61856079 C58.7677016,7.89383072 58.9086914,8.23791297 58.9086914,8.65081791 C58.9086914,9.19464384 58.7064382,9.63859387 58.3019257,9.98268131 C57.8974132,10.3267687 57.2721905,10.4988098 56.426239,10.4988098 C55.5635028,10.4988098 54.926531,10.316698 54.5153046,9.95246887 C54.1040782,9.58823972 53.898468,9.12414834 53.898468,8.56018069 L55.3536987,8.56018069 Z M62.5593567,4.82391357 L64.0145874,4.82391357 L64.8504638,8.77670287 L65.706482,4.82391357 L67.2019958,4.82391357 L65.6108093,10.3125 L64.135437,10.3125 L63.2743836,6.31439209 L62.4032593,10.3125 L60.9127807,10.3125 L59.3719482,4.82391357 L60.9127807,4.82391357 L61.7687989,8.76159666 L62.5593567,4.82391357 Z M69.3848419,6.17340088 C69.2018881,6.38153181 69.0869143,6.66351141 69.039917,7.01934815 L71.2705994,7.01934815 C71.2471007,6.64001275 71.1321269,6.35215857 70.9256744,6.15577698 C70.719222,5.95939538 70.4632583,5.86120605 70.1577758,5.86120605 C69.8254378,5.86120605 69.5677958,5.96526996 69.3848419,6.17340088 Z M71.391449,4.93469239 C71.7573565,5.10589686 72.0594775,5.3761273 72.2978211,5.74539185 C72.5126659,6.07101603 72.6519772,6.44866729 72.7157593,6.87835693 C72.7526857,7.13012821 72.7677918,7.49267342 72.7610779,7.96600342 L69.0046692,7.96600342 C69.0248109,8.51654325 69.1976913,8.90258681 69.5233154,9.12414553 C69.7213755,9.26178047 69.9597154,9.33059691 70.2383422,9.33059691 C70.5337539,9.33059691 70.7737723,9.24667444 70.9584045,9.07882687 C71.0591131,8.98818928 71.1480709,8.86230553 71.2252807,8.70117187 L72.6905823,8.70117187 C72.6536558,9.02679609 72.4841324,9.35745075 72.1820068,9.69314578 C71.7120337,10.2269009 71.0540813,10.4937744 70.2081299,10.4937744 C69.5098842,10.4937744 68.8938931,10.2688621 68.360138,9.81903075 C67.8263828,9.36919941 67.5595093,8.63739525 67.5595093,7.62359619 C67.5595093,6.67357924 67.8003668,5.94513193 68.2820892,5.43823242 C68.7638116,4.93133291 69.3890343,4.67788696 70.1577758,4.67788696 C70.6143211,4.67788696 71.0255414,4.76348791 71.391449,4.93469239 Z M76.7768097,4.69551086 C76.7952729,4.69718934 76.836395,4.69970702 76.900177,4.70306396 L76.900177,6.17340088 C76.8095393,6.16333003 76.7289738,6.15661623 76.6584778,6.15325927 C76.5879818,6.14990233 76.5309145,6.14822388 76.4872742,6.14822388 C75.9098787,6.14822388 75.5221567,6.33621028 75.3240967,6.71218872 C75.2133173,6.92367659 75.1579284,7.2492959 75.1579284,7.6890564 L75.1579284,10.3125 L73.7127685,10.3125 L73.7127685,4.82391357 L75.0823974,4.82391357 L75.0823974,5.78063964 C75.3039562,5.41473205 75.4969779,5.16464301 75.6614685,5.03036499 C75.9300246,4.80544931 76.2791422,4.69299317 76.7088318,4.69299317 C76.7356874,4.69299317 76.7583465,4.69383239 76.7768097,4.69551086 Z M78.8589477,8.56018069 C78.8891603,8.81530894 78.9546199,8.9965815 79.0553284,9.10400391 C79.2332467,9.29535009 79.5622229,9.39102169 80.0422669,9.39102169 C80.3242507,9.39102169 80.5483237,9.3490605 80.7144928,9.26513672 C80.8806619,9.18121294 80.9637451,9.05532919 80.9637451,8.88748172 C80.9637451,8.72634806 80.8966072,8.60382122 80.7623291,8.51989744 C80.6280511,8.4359737 80.1295514,8.291627 79.2668152,8.08685302 C78.6457793,7.93243331 78.2077039,7.73941156 77.9525757,7.50778198 C77.6974475,7.27950936 77.5698852,6.95053315 77.5698852,6.52084351 C77.5698852,6.013944 77.7687816,5.57838622 78.1665802,5.21415711 C78.5643788,4.84992799 79.1241419,4.66781617 79.8458862,4.66781617 C80.5307041,4.66781617 81.0887887,4.80460984 81.5201569,5.0782013 C81.951525,5.35179275 82.1990963,5.82427642 82.2628784,6.49566651 L80.8277893,6.49566651 C80.8076476,6.31103423 80.7556157,6.16500908 80.6716919,6.05758667 C80.5139152,5.86288355 80.2453632,5.76553344 79.8660278,5.76553344 C79.5538314,5.76553344 79.3314368,5.8142085 79.1988373,5.91156006 C79.0662378,6.00891162 78.999939,6.12304622 78.999939,6.25396729 C78.999939,6.41845785 79.0704338,6.53762781 79.2114258,6.61148071 C79.3524177,6.68869057 79.8509173,6.82128812 80.7069397,7.00927734 C81.2776212,7.14355536 81.705626,7.34664781 81.9909667,7.61856079 C82.2729506,7.89383072 82.4139404,8.23791297 82.4139404,8.65081791 C82.4139404,9.19464384 82.2116872,9.63859387 81.8071747,9.98268131 C81.4026622,10.3267687 80.7774396,10.4988098 79.931488,10.4988098 C79.0687518,10.4988098 78.43178,10.316698 78.0205536,9.95246887 C77.6093272,9.58823972 77.403717,9.12414834 77.403717,8.56018069 L78.8589477,8.56018069 Z M85.2639771,8.85726928 L86.7645263,8.85726928 L86.7645263,10.3125 L85.2639771,10.3125 L85.2639771,8.85726928 Z M84.4281006,3.19747925 C84.8242207,2.94235102 85.3109712,2.81478882 85.8883667,2.81478882 C86.6470375,2.81478882 87.2772954,2.99606142 87.7791595,3.35861206 C88.2810236,3.7211627 88.5319519,4.2582667 88.5319519,4.96994018 C88.5319519,5.40634373 88.4228527,5.77392428 88.2046508,6.07269287 C88.0770867,6.25396819 87.832033,6.4855943 87.4694824,6.76757812 L87.111969,7.04452515 C86.9172659,7.19558791 86.7880253,7.37182517 86.7242432,7.57324219 C86.6839597,7.7008063 86.6621399,7.89886341 86.658783,8.16741943 L85.2992248,8.16741943 C85.3193665,7.60009482 85.3730769,7.20817674 85.4603576,6.99165344 C85.5476384,6.77513015 85.7725507,6.52588031 86.1351013,6.24389648 L86.5026855,5.95687867 C86.6235357,5.86624101 86.7208859,5.76721245 86.7947388,5.65979004 C86.9290168,5.47515777 86.9961548,5.27206532 86.9961548,5.05050659 C86.9961548,4.79537836 86.9214638,4.56291304 86.7720795,4.35310364 C86.6226952,4.14329423 86.3499471,4.03839112 85.9538269,4.03839112 C85.5644207,4.03839112 85.2883156,4.16763176 85.1255035,4.42611695 C84.9626915,4.68460212 84.8812867,4.95315412 84.8812867,5.23178101 L83.4260559,5.23178101 C83.4663393,4.27505015 83.8003508,3.59695634 84.4281006,3.19747925 Z"></path><path fill="#ffad0d" fill-rule="nonzero" d="M7.5,10.078125 L7.5,8.90625 C7.5,8.83789031 7.47802756,8.78173847 7.43408203,8.73779297 C7.3901365,8.69384747 7.33398472,8.671875 7.265625,8.671875 L6.5625,8.671875 L6.5625,4.921875 C6.5625,4.85351528 6.54052756,4.7973635 6.49658203,4.75341797 C6.4526365,4.70947244 6.39648472,4.6875 6.328125,4.6875 L3.984375,4.6875 C3.91601528,4.6875 3.8598635,4.70947244 3.81591797,4.75341797 C3.77197244,4.7973635 3.75,4.85351528 3.75,4.921875 L3.75,6.09375 C3.75,6.16210972 3.77197244,6.2182615 3.81591797,6.26220703 C3.8598635,6.30615256 3.91601528,6.328125 3.984375,6.328125 L4.6875,6.328125 L4.6875,8.671875 L3.984375,8.671875 C3.91601528,8.671875 3.8598635,8.69384747 3.81591797,8.73779297 C3.77197244,8.78173847 3.75,8.83789031 3.75,8.90625 L3.75,10.078125 C3.75,10.1464847 3.77197244,10.2026365 3.81591797,10.246582 C3.8598635,10.2905275 3.91601528,10.3125 3.984375,10.3125 L7.265625,10.3125 C7.33398472,10.3125 7.3901365,10.2905275 7.43408203,10.246582 C7.47802756,10.2026365 7.5,10.1464847 7.5,10.078125 Z M6.5625,3.515625 L6.5625,2.34375 C6.5625,2.27539028 6.54052756,2.2192385 6.49658203,2.17529297 C6.4526365,2.13134744 6.39648472,2.109375 6.328125,2.109375 L4.921875,2.109375 C4.85351528,2.109375 4.7973635,2.13134744 4.75341797,2.17529297 C4.70947244,2.2192385 4.6875,2.27539028 4.6875,2.34375 L4.6875,3.515625 C4.6875,3.58398472 4.70947244,3.6401365 4.75341797,3.68408203 C4.7973635,3.72802756 4.85351528,3.75 4.921875,3.75 L6.328125,3.75 C6.39648472,3.75 6.4526365,3.72802756 6.49658203,3.68408203 C6.54052756,3.6401365 6.5625,3.58398472 6.5625,3.515625 Z M11.25,6.5625 C11.25,7.58301292 10.9985377,8.52416559 10.4956055,9.38598628 C9.99267328,10.2478071 9.31030704,10.9301733 8.44848633,11.4331055 C7.58666561,11.9360377 6.64551292,12.1875 5.625,12.1875 C4.60448708,12.1875 3.66333439,11.9360377 2.80151367,11.4331055 C1.93969296,10.9301733 1.25732674,10.2478071 0.754394531,9.38598628 C0.251462329,8.52416559 0,7.58301292 0,6.5625 C0,5.54198708 0.251462329,4.60083439 0.754394531,3.73901367 C1.25732674,2.87719296 1.93969296,2.19482674 2.80151367,1.69189453 C3.66333439,1.18896233 4.60448708,0.9375 5.625,0.9375 C6.64551292,0.9375 7.58666561,1.18896233 8.44848633,1.69189453 C9.31030704,2.19482674 9.99267328,2.87719296 10.4956055,3.73901367 C10.9985377,4.60083439 11.25,5.54198708 11.25,6.5625 Z"></path></g></svg></div></nav></div></section></header><div class="jsx-941000478 "><div class="jsx-1477501273"><div class="jsx-1477501273 page-content"><div class="jsx-3418412001 hero"><h1 class="jsx-3418412001 hero-title"></h1><a class="jsx-3418412001 hero-link" href="/contact/"><button class="jsx-2889208672 rounded">Get help today!</button></a></div></div></div></div><div class="jsx-1477501273"><div class="jsx-1477501273 page-content"><div class="jsx-120429095 content"><div class="jsx-3974102493 error"><h1 class="jsx-3974102493">This page doesn&#x27;t seem to exist.</h1><p class="jsx-3974102493 faulty">It looks like the link pointing here was faulty. Maybe try searching?</p><form class="jsx-3974102493"><input type="text" placeholder="Search..." class="jsx-3974102493"/><button type="submit" class="jsx-3974102493 searchIconButton"><svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1"><title>search</title><defs></defs><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-1130.000000, -81.000000)" fill="#1C2838" fill-rule="nonzero" stroke="#1C2838"><g transform="translate(0.000000, 40.000000)"><g transform="translate(1131.000000, 42.000000)"><path d="M6.23589744,12.4034188 C7.74017094,12.4034188 9.10769231,11.8700855 10.174359,10.9675214 L14.9606838,15.7538462 C15.0700855,15.8632479 15.2068376,15.9179487 15.357265,15.9179487 C15.5076923,15.9179487 15.6444444,15.8632479 15.7538462,15.7538462 C15.9726496,15.5350427 15.9726496,15.1794872 15.7538462,14.9606838 L10.9675214,10.174359 C11.8564103,9.10769231 12.4034188,7.72649573 12.4034188,6.23589744 C12.4034188,2.83076923 9.64102564,0.0683760684 6.23589744,0.0683760684 C2.84444444,0.0683760684 0.0683760684,2.84444444 0.0683760684,6.23589744 C0.0683760684,9.64102564 2.84444444,12.4034188 6.23589744,12.4034188 Z M6.23589744,1.18974359 C9.02564103,1.18974359 11.2820513,3.45982906 11.2820513,6.23589744 C11.2820513,9.02564103 9.02564103,11.2820513 6.23589744,11.2820513 C3.44615385,11.2820513 1.18974359,9.01196581 1.18974359,6.23589744 C1.18974359,3.45982906 3.45982906,1.18974359 6.23589744,1.18974359 Z"></path></g></g></g></g></svg></button></form></div></div></div></div><div class="jsx-2346360409"><div class="jsx-1477501273"><div class="jsx-1477501273 page-content"><div class="jsx-2346360409 cards"><div class="jsx-2346360409 card"><div class="jsx-2346360409 card-title">How Rehab Works</div><p class="jsx-2346360409 card-description">Drug or alcohol rehabilitation works by taking you away from your daily triggers and stresses that lead to your drug or alcohol use in the first place.</p><a class="jsx-2346360409" href="/drug-addiction/treatment/"><button class="jsx-2889208672 rounded">Learn more</button></a></div><div class="jsx-2346360409 card"><div class="jsx-2346360409 card-title">Make a Decision</div><p class="jsx-2346360409 card-description">Making the decision to change is a brave one. Drinking and drug behavior is extremely habitual – even addictive – and can make you feel helpless – but there is a way out.</p><a class="jsx-2346360409" href="/alcohol-treatment/types-of-treatment/decide-for-rehab/"><button class="jsx-2889208672 rounded">Learn more</button></a></div><div class="jsx-2346360409 card"><div class="jsx-2346360409 card-title">Why Rehab?</div><p class="jsx-2346360409 card-description">Recovery is a difficult process and creating a support network around you – free of normal daily stresses – gives you a huge advantage.</p><a class="jsx-2346360409" href="/drug-addiction/treatment/"><button class="jsx-2889208672 rounded">Learn more</button></a></div></div></div></div></div><footer class="jsx-3692052619"><div class="jsx-1477501273"><div class="jsx-1477501273 page-content"><div class="jsx-3692052619 footer-main"><div class="jsx-2777067476 "><nav class="jsx-3692052619 footer-nav"><div class="jsx-3692052619 footer-nav-section"><div class="jsx-3692052619 parent-link"><a class="jsx-3692052619 footer-link" href="/guides/">Guides</a></div><div class="jsx-3692052619 child-links"><div class="jsx-3692052619"><a class="jsx-3692052619 footer-link" href="/guides/debt-to-buy-alcohol/">Debt to Buy Alcohol</a><a class="jsx-3692052619 footer-link" href="/guides/booze-vs-boredom/">Booze vs. Boredom</a><a class="jsx-3692052619 footer-link" href="/guides/drinking-buddies/">Drinking Buddies</a></div></div></div><div class="jsx-3692052619 footer-nav-section"><div class="jsx-3692052619 parent-link"><a class="jsx-3692052619 footer-link" href="/alcoholism/effects/">Common Effects</a></div><div class="jsx-3692052619 child-links"><div class="jsx-3692052619"><a class="jsx-3692052619 footer-link" href="/alcoholism/effects/smell-of-alcohol-breath-pores/">Smell on Breath and Pores</a><a class="jsx-3692052619 footer-link" href="/alcoholism/effects/dangers-of-drinking-alcohol-in-the-mornings/">Alcohol in the Morning</a><a class="jsx-3692052619 footer-link" href="/alcoholism/effects/alcohol-and-chronic-fatigue-syndrome/">Chronic Fatigue Syndrome</a></div><div style="padding-right:0" class="jsx-3692052619"><a class="jsx-3692052619 footer-link" href="/alcoholism/effects/alcohol-and-hemorrhoids/">Hemorrhoids</a><a class="jsx-3692052619 footer-link" href="/alcoholism/binge-drinking-and-withdrawal-symptoms/">Binges and Withdrawals</a><a class="jsx-3692052619 footer-link" href="/alcohol-recovery/night-sweats-in-recovery/">Night Sweats in Recovery</a></div></div></div></nav></div><div class="jsx-3692052619 footer-cta"><div data-bg="url(/static/footer-vob-cta.jpg)" loading="lazybg" class="jsx-3967467086 footer-cta-bg "><div class="jsx-3692052619 footer-cta-content"><div class="jsx-3692052619 footer-cta-title">Find Your Insurance Provider</div><div class="jsx-3692052619 text-sm">Use our FREE online form to see how your insurance covers you for the nation’s best addiction treatment</div><a class="jsx-3692052619" href="/contact/"><button style="width:100%;margin-top:15px" class="jsx-3990092484 secondary">Check My Insurance Benefits</button></a></div></div></div></div></div></div><div class="jsx-3692052619 providers-section">Popular Providers<div class="jsx-3692052619 providers"><img data-src="/static/providers/aetna-logo.png" loading="lazyel" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Aetna" class="jsx-3967467086 provider-logo "/><img data-src="/static/providers/anthem-logo.png" loading="lazyel" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Anthem" class="jsx-3967467086 provider-logo "/><img data-src="/static/providers/bcbs-logo.png" loading="lazyel" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Blue Cross Blue Shield" class="jsx-3967467086 provider-logo "/><img data-src="/static/providers/cigna-logo.png" loading="lazyel" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Cigna" class="jsx-3967467086 provider-logo "/><img data-src="/static/providers/humana-logo.png" loading="lazyel" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Humana" class="jsx-3967467086 provider-logo "/><img data-src="/static/providers/kaiser-logo.png" loading="lazyel" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Kaiser" class="jsx-3967467086 provider-logo "/><img data-src="/static/providers/uhg-logo.png" loading="lazyel" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="United Health Group" class="jsx-3967467086 provider-logo "/><img data-src="/static/providers/amerigroup-logo.png" loading="lazyel" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Amerigroup" class="jsx-3967467086 provider-logo "/></div></div><div class="jsx-3173506196 "><nav class="jsx-3692052619 footer-nav-accordion"><div class="jsx-3646265797 accordion "><div class="jsx-3646265797 accordion-title-wrapper"><div class="jsx-3646265797 accordion-title">Guides</div><svg width="15" height="15" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M-5-5h25v25H-5z"></path><path d="M8.333 0C8.702 0 9 .24 9 .536V6h5.464c.267 0 .487.242.529.559l.007.108v1.666c0 .369-.24.667-.536.667H9v5.464c0 .267-.242.487-.559.529L8.333 15H6.667C6.298 15 6 14.76 6 14.464V9H.536c-.267 0-.487-.242-.529-.559L0 8.333V6.667C0 6.298.24 6 .536 6H6V.536c0-.267.242-.487.559-.529L6.667 0z" fill="var(--primary)"></path></g></svg></div><div class="jsx-3646265797 accordion-content text-sm "><div class="jsx-3692052619 footer-nav-accordion-content"><a class="jsx-3692052619 footer-link" href="/guides/debt-to-buy-alcohol/">Debt to Buy Alcohol</a><a class="jsx-3692052619 footer-link" href="/guides/booze-vs-boredom/">Booze vs. Boredom</a><a class="jsx-3692052619 footer-link" href="/guides/drinking-buddies/">Drinking Buddies</a></div></div><div class="jsx-3646265797 accordion-divider-wrapper"><hr class="jsx-3646265797"/></div></div><div class="jsx-3646265797 accordion "><div class="jsx-3646265797 accordion-title-wrapper"><div class="jsx-3646265797 accordion-title">Common Effects</div><svg width="15" height="15" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M-5-5h25v25H-5z"></path><path d="M8.333 0C8.702 0 9 .24 9 .536V6h5.464c.267 0 .487.242.529.559l.007.108v1.666c0 .369-.24.667-.536.667H9v5.464c0 .267-.242.487-.559.529L8.333 15H6.667C6.298 15 6 14.76 6 14.464V9H.536c-.267 0-.487-.242-.529-.559L0 8.333V6.667C0 6.298.24 6 .536 6H6V.536c0-.267.242-.487.559-.529L6.667 0z" fill="var(--primary)"></path></g></svg></div><div class="jsx-3646265797 accordion-content text-sm "><div class="jsx-3692052619 footer-nav-accordion-content"><a class="jsx-3692052619 footer-link" href="/alcoholism/effects/smell-of-alcohol-breath-pores/">Smell on Breath and Pores</a><a class="jsx-3692052619 footer-link" href="/alcoholism/effects/dangers-of-drinking-alcohol-in-the-mornings/">Alcohol in the Morning</a><a class="jsx-3692052619 footer-link" href="/alcoholism/effects/alcohol-and-chronic-fatigue-syndrome/">Chronic Fatigue Syndrome</a><a class="jsx-3692052619 footer-link" href="/alcoholism/effects/alcohol-and-hemorrhoids/">Hemorrhoids</a><a class="jsx-3692052619 footer-link" href="/alcoholism/binge-drinking-and-withdrawal-symptoms/">Binges and Withdrawals</a><a class="jsx-3692052619 footer-link" href="/alcohol-recovery/night-sweats-in-recovery/">Night Sweats in Recovery</a></div></div><div class="jsx-3646265797 accordion-divider-wrapper"><hr class="jsx-3646265797"/></div></div></nav></div><div class="jsx-3692052619 subsidiary-section"><div class="jsx-1477501273"><div class="jsx-1477501273 page-content"><div class="jsx-3692052619 subsidiary"><div class="jsx-3692052619 logo-wrapper"><a class="jsx-3692052619" href="/"><img data-src="/static/arh-logo.svg" loading="lazyel" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" style="width:100%" alt="AlcoholRehab.com logo" class="jsx-3967467086 "/></a></div><div class="jsx-3692052619 accreditations"><img data-src="/static/facility/joint-commission-accreditation.svg" loading="lazyel" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" style="padding:0 17.5px" class="jsx-3967467086 "/><img data-src="/static/facility/carf.svg" loading="lazyel" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" style="padding:0 17.5px" class="jsx-3967467086 "/></div><div class="jsx-3692052619 subsidiary-text">AlcoholRehab.com is operated by Recovery Brands LLC, a subsidiary of American Addiction Centers, Inc.</div></div></div></div></div><div class="jsx-3692052619 copyrights"><div class="jsx-3692052619 site-name">© AlcoholRehab.com <!-- -->2021<span class="jsx-3692052619">•</span>All Rights Reserved.</div><div class="jsx-3692052619"><a class="jsx-3692052619" href="/privacy-policy/">Privacy Policy</a> | <a class="jsx-3692052619" href="/terms-of-use/">Terms of Use</a></div></div></footer><div class="jsx-970810592 jsx-1108669021 sticky-footer"><div class="jsx-970810592 jsx-1108669021 sticky-footer-call"><a href="tel:+18668717659"><button class="jsx-3990092484 secondary rounded">Call  866-871-7659</button></a><div class="jsx-569381737 who-answers"><svg id="who-answers-icon" xmlns="http://www.w3.org/2000/svg" width="89" height="13" viewBox="0 0 89 13" aria-labelledby="who-answers-title who-answers-description"><title id="who-answers-title">Who Answers?</title><desc id="who-answers-description">Who answers the helpline calls.</desc><g fill="none" fill-rule="evenodd"><rect width="90" height="15"></rect><path fill="var(--black)" fill-rule="nonzero" d="M16.797638,2.89031982 L17.7795411,7.14019776 L17.9910278,8.32351685 L18.20755,7.16537476 L19.0434265,2.89031982 L20.6799317,2.89031982 L21.5611267,7.14019776 L21.7877198,8.32351685 L22.0143128,7.18551636 L23.0062867,2.89031982 L24.5823669,2.89031982 L22.4926758,10.3125 L21.012268,10.3125 L20.1159668,5.97198487 L19.854126,4.53689575 L19.5922852,5.97198487 L18.6959839,10.3125 L17.2558594,10.3125 L15.151062,2.89031982 L16.797638,2.89031982 Z M29.3534088,4.85916138 C29.6303573,4.97665464 29.8577872,5.15624879 30.0357055,5.39794922 C30.1867684,5.60272319 30.2790831,5.81336867 30.3126526,6.02989197 C30.3462221,6.24641527 30.3630066,6.599729 30.3630066,7.08984375 L30.3630066,10.3125 L28.8977051,10.3125 L28.8977051,6.97402954 C28.8977051,6.67861791 28.8473515,6.440278 28.746643,6.25900268 C28.615722,6.00387445 28.3673114,5.87631226 28.0014038,5.87631226 C27.6220684,5.87631226 27.3342143,6.00303523 27.1378327,6.25648498 C26.9414511,6.50993474 26.8432617,6.87164072 26.8432617,7.34161377 L26.8432617,10.3125 L25.413208,10.3125 L25.413208,2.91549682 L26.8432617,2.91549682 L26.8432617,5.53894042 C27.0513926,5.22003014 27.2922503,4.99763552 27.5658417,4.87174987 C27.8394331,4.74586424 28.1272873,4.68292237 28.4294128,4.68292237 C28.7684648,4.68292237 29.0764604,4.74166811 29.3534088,4.85916138 Z M35.1315308,8.85223387 C35.3564465,8.55346528 35.4689026,8.12881745 35.4689026,7.57827758 C35.4689026,7.02773772 35.3564465,6.6039291 35.1315308,6.30683899 C34.9066151,6.00974888 34.5843527,5.86120605 34.1647339,5.86120605 C33.7451151,5.86120605 33.4220135,6.00974888 33.1954193,6.30683899 C32.9688251,6.6039291 32.8555298,7.02773772 32.8555298,7.57827758 C32.8555298,8.12881745 32.9688251,8.55346528 33.1954193,8.85223387 C33.4220135,9.15100247 33.7451151,9.30038456 34.1647339,9.30038456 C34.5843527,9.30038456 34.9066151,9.15100247 35.1315308,8.85223387 Z M36.2796021,9.64530947 C35.8163429,10.2176695 35.1130723,10.5038452 34.1697693,10.5038452 C33.2264662,10.5038452 32.5231957,10.2176695 32.0599365,9.64530947 C31.5966773,9.07294941 31.3650513,8.38394568 31.3650513,7.57827758 C31.3650513,6.7860373 31.5966773,6.09955124 32.0599365,5.51879883 C32.5231957,4.93804642 33.2264662,4.64767456 34.1697693,4.64767456 C35.1130723,4.64767456 35.8163429,4.93804642 36.2796021,5.51879883 C36.7428612,6.09955124 36.9744873,6.7860373 36.9744873,7.57827758 C36.9744873,8.38394568 36.7428612,9.07294941 36.2796021,9.64530947 Z M42.6342773,7.50778198 L44.5175171,7.50778198 L43.5910034,4.58724976 L42.6342773,7.50778198 Z M42.72995,2.89031982 L44.4822693,2.89031982 L47.1107483,10.3125 L45.4289245,10.3125 L44.9505615,8.78677369 L42.2163391,8.78677369 L41.7027283,10.3125 L40.0813294,10.3125 L42.72995,2.89031982 Z M52.370224,5.1386261 C52.7310962,5.43571621 52.9115295,5.92834129 52.9115295,6.61651612 L52.9115295,10.3125 L51.4411927,10.3125 L51.4411927,6.97402954 C51.4411927,6.68533181 51.4025883,6.4637764 51.3253784,6.30935669 C51.1843865,6.02737285 50.9158345,5.88638305 50.5197143,5.88638305 C50.0329566,5.88638305 49.698945,6.09283241 49.5176697,6.5057373 C49.423675,6.72393907 49.3766784,7.00256178 49.3766784,7.34161377 L49.3766784,10.3125 L47.9466247,10.3125 L47.9466247,4.83398437 L49.3313599,4.83398437 L49.3313599,5.63461304 C49.5159922,5.3526292 49.6905509,5.14953675 49.8550415,5.02532959 C50.1504532,4.80377087 50.5247475,4.69299317 50.9779357,4.69299317 C51.5452604,4.69299317 52.0093519,4.84153599 52.370224,5.1386261 Z M55.3536987,8.56018069 C55.3839113,8.81530894 55.4493709,8.9965815 55.5500794,9.10400391 C55.7279978,9.29535009 56.0569739,9.39102169 56.5370178,9.39102169 C56.8190017,9.39102169 57.0430748,9.3490605 57.2092438,9.26513672 C57.3754128,9.18121294 57.4584961,9.05532919 57.4584961,8.88748172 C57.4584961,8.72634806 57.3913581,8.60382122 57.2570801,8.51989744 C57.1228021,8.4359737 56.6243024,8.291627 55.7615662,8.08685302 C55.1405303,7.93243331 54.7024549,7.73941156 54.4473266,7.50778198 C54.1921985,7.27950936 54.0646362,6.95053315 54.0646362,6.52084351 C54.0646362,6.013944 54.2635326,5.57838622 54.6613312,5.21415711 C55.0591298,4.84992799 55.6188929,4.66781617 56.3406372,4.66781617 C57.0254551,4.66781617 57.5835398,4.80460984 58.0149079,5.0782013 C58.446276,5.35179275 58.6938473,5.82427642 58.7576294,6.49566651 L57.3225403,6.49566651 C57.3023986,6.31103423 57.2503666,6.16500908 57.1664429,6.05758667 C57.0086663,5.86288355 56.7401142,5.76553344 56.3607788,5.76553344 C56.0485824,5.76553344 55.8261878,5.8142085 55.6935882,5.91156006 C55.5609887,6.00891162 55.4946899,6.12304622 55.4946899,6.25396729 C55.4946899,6.41845785 55.5651848,6.53762781 55.7061768,6.61148071 C55.8471687,6.68869057 56.3456683,6.82128812 57.2016907,7.00927734 C57.7723722,7.14355536 58.200377,7.34664781 58.4857178,7.61856079 C58.7677016,7.89383072 58.9086914,8.23791297 58.9086914,8.65081791 C58.9086914,9.19464384 58.7064382,9.63859387 58.3019257,9.98268131 C57.8974132,10.3267687 57.2721905,10.4988098 56.426239,10.4988098 C55.5635028,10.4988098 54.926531,10.316698 54.5153046,9.95246887 C54.1040782,9.58823972 53.898468,9.12414834 53.898468,8.56018069 L55.3536987,8.56018069 Z M62.5593567,4.82391357 L64.0145874,4.82391357 L64.8504638,8.77670287 L65.706482,4.82391357 L67.2019958,4.82391357 L65.6108093,10.3125 L64.135437,10.3125 L63.2743836,6.31439209 L62.4032593,10.3125 L60.9127807,10.3125 L59.3719482,4.82391357 L60.9127807,4.82391357 L61.7687989,8.76159666 L62.5593567,4.82391357 Z M69.3848419,6.17340088 C69.2018881,6.38153181 69.0869143,6.66351141 69.039917,7.01934815 L71.2705994,7.01934815 C71.2471007,6.64001275 71.1321269,6.35215857 70.9256744,6.15577698 C70.719222,5.95939538 70.4632583,5.86120605 70.1577758,5.86120605 C69.8254378,5.86120605 69.5677958,5.96526996 69.3848419,6.17340088 Z M71.391449,4.93469239 C71.7573565,5.10589686 72.0594775,5.3761273 72.2978211,5.74539185 C72.5126659,6.07101603 72.6519772,6.44866729 72.7157593,6.87835693 C72.7526857,7.13012821 72.7677918,7.49267342 72.7610779,7.96600342 L69.0046692,7.96600342 C69.0248109,8.51654325 69.1976913,8.90258681 69.5233154,9.12414553 C69.7213755,9.26178047 69.9597154,9.33059691 70.2383422,9.33059691 C70.5337539,9.33059691 70.7737723,9.24667444 70.9584045,9.07882687 C71.0591131,8.98818928 71.1480709,8.86230553 71.2252807,8.70117187 L72.6905823,8.70117187 C72.6536558,9.02679609 72.4841324,9.35745075 72.1820068,9.69314578 C71.7120337,10.2269009 71.0540813,10.4937744 70.2081299,10.4937744 C69.5098842,10.4937744 68.8938931,10.2688621 68.360138,9.81903075 C67.8263828,9.36919941 67.5595093,8.63739525 67.5595093,7.62359619 C67.5595093,6.67357924 67.8003668,5.94513193 68.2820892,5.43823242 C68.7638116,4.93133291 69.3890343,4.67788696 70.1577758,4.67788696 C70.6143211,4.67788696 71.0255414,4.76348791 71.391449,4.93469239 Z M76.7768097,4.69551086 C76.7952729,4.69718934 76.836395,4.69970702 76.900177,4.70306396 L76.900177,6.17340088 C76.8095393,6.16333003 76.7289738,6.15661623 76.6584778,6.15325927 C76.5879818,6.14990233 76.5309145,6.14822388 76.4872742,6.14822388 C75.9098787,6.14822388 75.5221567,6.33621028 75.3240967,6.71218872 C75.2133173,6.92367659 75.1579284,7.2492959 75.1579284,7.6890564 L75.1579284,10.3125 L73.7127685,10.3125 L73.7127685,4.82391357 L75.0823974,4.82391357 L75.0823974,5.78063964 C75.3039562,5.41473205 75.4969779,5.16464301 75.6614685,5.03036499 C75.9300246,4.80544931 76.2791422,4.69299317 76.7088318,4.69299317 C76.7356874,4.69299317 76.7583465,4.69383239 76.7768097,4.69551086 Z M78.8589477,8.56018069 C78.8891603,8.81530894 78.9546199,8.9965815 79.0553284,9.10400391 C79.2332467,9.29535009 79.5622229,9.39102169 80.0422669,9.39102169 C80.3242507,9.39102169 80.5483237,9.3490605 80.7144928,9.26513672 C80.8806619,9.18121294 80.9637451,9.05532919 80.9637451,8.88748172 C80.9637451,8.72634806 80.8966072,8.60382122 80.7623291,8.51989744 C80.6280511,8.4359737 80.1295514,8.291627 79.2668152,8.08685302 C78.6457793,7.93243331 78.2077039,7.73941156 77.9525757,7.50778198 C77.6974475,7.27950936 77.5698852,6.95053315 77.5698852,6.52084351 C77.5698852,6.013944 77.7687816,5.57838622 78.1665802,5.21415711 C78.5643788,4.84992799 79.1241419,4.66781617 79.8458862,4.66781617 C80.5307041,4.66781617 81.0887887,4.80460984 81.5201569,5.0782013 C81.951525,5.35179275 82.1990963,5.82427642 82.2628784,6.49566651 L80.8277893,6.49566651 C80.8076476,6.31103423 80.7556157,6.16500908 80.6716919,6.05758667 C80.5139152,5.86288355 80.2453632,5.76553344 79.8660278,5.76553344 C79.5538314,5.76553344 79.3314368,5.8142085 79.1988373,5.91156006 C79.0662378,6.00891162 78.999939,6.12304622 78.999939,6.25396729 C78.999939,6.41845785 79.0704338,6.53762781 79.2114258,6.61148071 C79.3524177,6.68869057 79.8509173,6.82128812 80.7069397,7.00927734 C81.2776212,7.14355536 81.705626,7.34664781 81.9909667,7.61856079 C82.2729506,7.89383072 82.4139404,8.23791297 82.4139404,8.65081791 C82.4139404,9.19464384 82.2116872,9.63859387 81.8071747,9.98268131 C81.4026622,10.3267687 80.7774396,10.4988098 79.931488,10.4988098 C79.0687518,10.4988098 78.43178,10.316698 78.0205536,9.95246887 C77.6093272,9.58823972 77.403717,9.12414834 77.403717,8.56018069 L78.8589477,8.56018069 Z M85.2639771,8.85726928 L86.7645263,8.85726928 L86.7645263,10.3125 L85.2639771,10.3125 L85.2639771,8.85726928 Z M84.4281006,3.19747925 C84.8242207,2.94235102 85.3109712,2.81478882 85.8883667,2.81478882 C86.6470375,2.81478882 87.2772954,2.99606142 87.7791595,3.35861206 C88.2810236,3.7211627 88.5319519,4.2582667 88.5319519,4.96994018 C88.5319519,5.40634373 88.4228527,5.77392428 88.2046508,6.07269287 C88.0770867,6.25396819 87.832033,6.4855943 87.4694824,6.76757812 L87.111969,7.04452515 C86.9172659,7.19558791 86.7880253,7.37182517 86.7242432,7.57324219 C86.6839597,7.7008063 86.6621399,7.89886341 86.658783,8.16741943 L85.2992248,8.16741943 C85.3193665,7.60009482 85.3730769,7.20817674 85.4603576,6.99165344 C85.5476384,6.77513015 85.7725507,6.52588031 86.1351013,6.24389648 L86.5026855,5.95687867 C86.6235357,5.86624101 86.7208859,5.76721245 86.7947388,5.65979004 C86.9290168,5.47515777 86.9961548,5.27206532 86.9961548,5.05050659 C86.9961548,4.79537836 86.9214638,4.56291304 86.7720795,4.35310364 C86.6226952,4.14329423 86.3499471,4.03839112 85.9538269,4.03839112 C85.5644207,4.03839112 85.2883156,4.16763176 85.1255035,4.42611695 C84.9626915,4.68460212 84.8812867,4.95315412 84.8812867,5.23178101 L83.4260559,5.23178101 C83.4663393,4.27505015 83.8003508,3.59695634 84.4281006,3.19747925 Z"></path><path fill="var(--interactive)" fill-rule="nonzero" d="M7.5,10.078125 L7.5,8.90625 C7.5,8.83789031 7.47802756,8.78173847 7.43408203,8.73779297 C7.3901365,8.69384747 7.33398472,8.671875 7.265625,8.671875 L6.5625,8.671875 L6.5625,4.921875 C6.5625,4.85351528 6.54052756,4.7973635 6.49658203,4.75341797 C6.4526365,4.70947244 6.39648472,4.6875 6.328125,4.6875 L3.984375,4.6875 C3.91601528,4.6875 3.8598635,4.70947244 3.81591797,4.75341797 C3.77197244,4.7973635 3.75,4.85351528 3.75,4.921875 L3.75,6.09375 C3.75,6.16210972 3.77197244,6.2182615 3.81591797,6.26220703 C3.8598635,6.30615256 3.91601528,6.328125 3.984375,6.328125 L4.6875,6.328125 L4.6875,8.671875 L3.984375,8.671875 C3.91601528,8.671875 3.8598635,8.69384747 3.81591797,8.73779297 C3.77197244,8.78173847 3.75,8.83789031 3.75,8.90625 L3.75,10.078125 C3.75,10.1464847 3.77197244,10.2026365 3.81591797,10.246582 C3.8598635,10.2905275 3.91601528,10.3125 3.984375,10.3125 L7.265625,10.3125 C7.33398472,10.3125 7.3901365,10.2905275 7.43408203,10.246582 C7.47802756,10.2026365 7.5,10.1464847 7.5,10.078125 Z M6.5625,3.515625 L6.5625,2.34375 C6.5625,2.27539028 6.54052756,2.2192385 6.49658203,2.17529297 C6.4526365,2.13134744 6.39648472,2.109375 6.328125,2.109375 L4.921875,2.109375 C4.85351528,2.109375 4.7973635,2.13134744 4.75341797,2.17529297 C4.70947244,2.2192385 4.6875,2.27539028 4.6875,2.34375 L4.6875,3.515625 C4.6875,3.58398472 4.70947244,3.6401365 4.75341797,3.68408203 C4.7973635,3.72802756 4.85351528,3.75 4.921875,3.75 L6.328125,3.75 C6.39648472,3.75 6.4526365,3.72802756 6.49658203,3.68408203 C6.54052756,3.6401365 6.5625,3.58398472 6.5625,3.515625 Z M11.25,6.5625 C11.25,7.58301292 10.9985377,8.52416559 10.4956055,9.38598628 C9.99267328,10.2478071 9.31030704,10.9301733 8.44848633,11.4331055 C7.58666561,11.9360377 6.64551292,12.1875 5.625,12.1875 C4.60448708,12.1875 3.66333439,11.9360377 2.80151367,11.4331055 C1.93969296,10.9301733 1.25732674,10.2478071 0.754394531,9.38598628 C0.251462329,8.52416559 0,7.58301292 0,6.5625 C0,5.54198708 0.251462329,4.60083439 0.754394531,3.73901367 C1.25732674,2.87719296 1.93969296,2.19482674 2.80151367,1.69189453 C3.66333439,1.18896233 4.60448708,0.9375 5.625,0.9375 C6.64551292,0.9375 7.58666561,1.18896233 8.44848633,1.69189453 C9.31030704,2.19482674 9.99267328,2.87719296 10.4956055,3.73901367 C10.9985377,4.60083439 11.25,5.54198708 11.25,6.5625 Z"></path></g></svg></div></div><a class="jsx-970810592 jsx-1108669021" href="/contact/"><button style="padding-top:10px;padding-bottom:10px" class="jsx-3990092484 secondary rounded ghost">Check Benefits</button></a></div></div><script>
let script = document.createElement('script');
script.src =
    'https://cdn.jsdelivr.net/npm/vanilla-lazyload@12.0.0/dist/lazyload.min.js';
// Use vanilla-lazyload
window.lazyLoadOptions = {
    elements_selector: '[loading=lazyel], [loading=lazybg]'
};
window.addEventListener(
    "LazyLoad::Initialized",
    function (event) {
      window.lazyLoadInstance = event.detail.instance;
    },
    false
);

let head = document.getElementsByTagName('head')[0];
head.append(script);
</script><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"pageTemplate":"article","data":[],"relatedArticles":[{"id":14537,"slug":"guides","link":"https://admin.alcoholrehab.com/guides/","title":{"rendered":"Guides"}},{"id":14522,"slug":"shortcodes","link":"https://admin.alcoholrehab.com/shortcodes/","title":{"rendered":"Shortcodes"}},{"id":14494,"slug":"hotline","link":"https://admin.alcoholrehab.com/hotline/","title":{"rendered":"Alcohol Addiction Hotline"}},{"id":8959,"slug":"alcohol-recovery","link":"https://admin.alcoholrehab.com/alcohol-recovery/","title":{"rendered":"Why Aftercare is Essential Following Alcoholism Treatment"}},{"id":8956,"slug":"drug-addiction","link":"https://admin.alcoholrehab.com/drug-addiction/","title":{"rendered":"What is Drug Abuse and Addiction?"}},{"id":2300,"slug":"substance-abuse-recovery-program","link":"https://admin.alcoholrehab.com/substance-abuse-recovery-program/","title":{"rendered":"Substance Abuse Recovery Program"}},{"id":1424,"slug":"terms-of-use","link":"https://admin.alcoholrehab.com/terms-of-use/","title":{"rendered":"Terms and Conditions"}},{"id":1320,"slug":"privacy-policy","link":"https://admin.alcoholrehab.com/privacy-policy/","title":{"rendered":"Privacy Policy"}},{"id":1180,"slug":"gallery","link":"https://admin.alcoholrehab.com/gallery/","title":{"rendered":"Gallery"}},{"id":53,"slug":"about","link":"https://admin.alcoholrehab.com/about/","title":{"rendered":"About American Addiction Centers and AlcoholRehab.com"}},{"id":3073,"slug":"home","link":"https://admin.alcoholrehab.com/","title":{"rendered":"Your Alcoholism Recovery Starts Here"}},{"id":3072,"slug":"contact","link":"https://admin.alcoholrehab.com/contact/","title":{"rendered":"Contact Alcohol Rehab"}},{"id":8958,"slug":"alcohol-treatment","link":"https://admin.alcoholrehab.com/alcohol-treatment/","title":{"rendered":"What is Alcohol Addiction Treatment?"}},{"id":8957,"slug":"alcoholism","link":"https://admin.alcoholrehab.com/alcoholism/","title":{"rendered":"What is Alcohol Abuse \u0026#038; Alcoholism?"}}],"statusCode":200},"menuItems":{"headerMenuItems":[{"ID":13408,"menu_order":1,"menu_item_parent":"0","object_id":"8957","object":"page","type":"post_type","title":"Alcoholism","url":"https://admin.alcoholrehab.com/alcoholism/","target":"","attr_title":"","description":"","classes":[""]},{"ID":15172,"menu_order":2,"menu_item_parent":"13408","object_id":"14508","object":"page","type":"post_type","title":"Can Alcoholism be Cured?","url":"https://admin.alcoholrehab.com/alcoholism/cure/","target":"","attr_title":"","description":"","classes":[""]},{"ID":16220,"menu_order":3,"menu_item_parent":"13408","object_id":"13520","object":"page","type":"post_type","title":"Warning Signs of Alcoholism","url":"https://admin.alcoholrehab.com/alcoholism/signs-of-alcoholism/","target":"","attr_title":"","description":"","classes":[""]},{"ID":15180,"menu_order":4,"menu_item_parent":"13408","object_id":"13514","object":"page","type":"post_type","title":"Effects of Alcoholism","url":"https://admin.alcoholrehab.com/alcoholism/effects/","target":"","attr_title":"","description":"","classes":[""]},{"ID":16439,"menu_order":5,"menu_item_parent":"13408","object_id":"16421","object":"page","type":"post_type","title":"Am I An Alcoholic? Know The Signs","url":"https://admin.alcoholrehab.com/alcoholism/signs-of-alcoholism/am-an-alcoholic/","target":"","attr_title":"","description":"","classes":[""]},{"ID":16438,"menu_order":6,"menu_item_parent":"13408","object_id":"16416","object":"page","type":"post_type","title":"How to Help an Alcoholic","url":"https://admin.alcoholrehab.com/alcoholism/helping-an-alcoholic/","target":"","attr_title":"","description":"","classes":[""]},{"ID":13409,"menu_order":7,"menu_item_parent":"0","object_id":"8958","object":"page","type":"post_type","title":"Treatment","url":"https://admin.alcoholrehab.com/alcohol-treatment/","target":"","attr_title":"","description":"","classes":[""]},{"ID":16452,"menu_order":8,"menu_item_parent":"13409","object_id":"14494","object":"page","type":"post_type","title":"Alcohol Addiction Hotline","url":"https://admin.alcoholrehab.com/hotline/","target":"","attr_title":"","description":"","classes":[""]},{"ID":16453,"menu_order":9,"menu_item_parent":"13409","object_id":"47","object":"page","type":"post_type","title":"Make a Decision for Rehab","url":"https://admin.alcoholrehab.com/alcohol-treatment/types-of-treatment/decide-for-rehab/","target":"","attr_title":"","description":"","classes":[""]},{"ID":16436,"menu_order":10,"menu_item_parent":"13409","object_id":"16404","object":"page","type":"post_type","title":"How to Get Admitted to Rehab","url":"https://admin.alcoholrehab.com/alcohol-treatment/admissions/","target":"","attr_title":"","description":"","classes":[""]},{"ID":16435,"menu_order":11,"menu_item_parent":"13409","object_id":"16425","object":"page","type":"post_type","title":"How to Pay for Drug and Alcohol Rehab","url":"https://admin.alcoholrehab.com/alcohol-treatment/paying-for-treatment/","target":"","attr_title":"","description":"","classes":[""]},{"ID":16450,"menu_order":12,"menu_item_parent":"13409","object_id":"16440","object":"page","type":"post_type","title":"30-Day Rehab Programs","url":"https://admin.alcoholrehab.com/alcohol-treatment/types-of-treatment/30-day-program/","target":"","attr_title":"","description":"","classes":[""]},{"ID":13406,"menu_order":13,"menu_item_parent":"0","object_id":"8959","object":"page","type":"post_type","title":"Recovery","url":"https://admin.alcoholrehab.com/alcohol-recovery/","target":"","attr_title":"","description":"","classes":[""]},{"ID":16437,"menu_order":14,"menu_item_parent":"13406","object_id":"13524","object":"page","type":"post_type","title":"Aftercare","url":"https://admin.alcoholrehab.com/alcohol-recovery/aftercare/","target":"","attr_title":"","description":"","classes":[""]},{"ID":13407,"menu_order":15,"menu_item_parent":"0","object_id":"8956","object":"page","type":"post_type","title":"Drug Addiction","url":"https://admin.alcoholrehab.com/drug-addiction/","target":"","attr_title":"","description":"","classes":[""]},{"ID":15263,"menu_order":16,"menu_item_parent":"13407","object_id":"13547","object":"page","type":"post_type","title":"Effects of Drug Abuse \u0026 Addiction","url":"https://admin.alcoholrehab.com/drug-addiction/effects/","target":"","attr_title":"","description":"","classes":[""]},{"ID":15176,"menu_order":17,"menu_item_parent":"13407","object_id":"13538","object":"page","type":"post_type","title":"Drug Addiction Treatment","url":"https://admin.alcoholrehab.com/drug-addiction/treatment/","target":"","attr_title":"","description":"","classes":[""]},{"ID":15179,"menu_order":18,"menu_item_parent":"13407","object_id":"5151","object":"page","type":"post_type","title":"Withdrawal","url":"https://admin.alcoholrehab.com/drug-addiction/withdrawals/","target":"","attr_title":"","description":"","classes":[""]},{"ID":13411,"menu_order":19,"menu_item_parent":"0","object_id":"53","object":"page","type":"post_type","title":"About","url":"https://admin.alcoholrehab.com/about/","target":"","attr_title":"","description":"","classes":[""]},{"ID":13413,"menu_order":20,"menu_item_parent":"0","object_id":"3072","object":"page","type":"post_type","title":"Contact Us","url":"https://admin.alcoholrehab.com/contact/","target":"","attr_title":"","description":"","classes":[""]}],"footerMenuItems":[{"ID":15048,"menu_order":1,"menu_item_parent":"0","object_id":"14537","object":"page","type":"post_type","title":"Guides","url":"https://admin.alcoholrehab.com/guides/","target":"","attr_title":"","description":"","classes":[""]},{"ID":15050,"menu_order":2,"menu_item_parent":"15048","object_id":"14536","object":"guides","type":"post_type","title":"Debt to Buy Alcohol","url":"https://admin.alcoholrehab.com/guides/debt-to-buy-alcohol/","target":"","attr_title":"","description":"","classes":[""]},{"ID":15049,"menu_order":3,"menu_item_parent":"15048","object_id":"14545","object":"guides","type":"post_type","title":"Booze vs. Boredom","url":"https://admin.alcoholrehab.com/guides/booze-vs-boredom/","target":"","attr_title":"","description":"","classes":[""]},{"ID":16142,"menu_order":4,"menu_item_parent":"15048","object_id":"16117","object":"guides","type":"post_type","title":"Drinking Buddies","url":"https://admin.alcoholrehab.com/guides/drinking-buddies/","target":"","attr_title":"","description":"","classes":[""]},{"ID":15051,"menu_order":5,"menu_item_parent":"0","object_id":"13514","object":"page","type":"post_type","title":"Common Effects","url":"https://admin.alcoholrehab.com/alcoholism/effects/","target":"","attr_title":"","description":"","classes":[""]},{"ID":15053,"menu_order":6,"menu_item_parent":"15051","object_id":"3772","object":"page","type":"post_type","title":"Smell on Breath and Pores","url":"https://admin.alcoholrehab.com/alcoholism/effects/smell-of-alcohol-breath-pores/","target":"","attr_title":"","description":"","classes":[""]},{"ID":15052,"menu_order":7,"menu_item_parent":"15051","object_id":"6994","object":"page","type":"post_type","title":"Alcohol in the Morning","url":"https://admin.alcoholrehab.com/alcoholism/effects/dangers-of-drinking-alcohol-in-the-mornings/","target":"","attr_title":"","description":"","classes":[""]},{"ID":15054,"menu_order":8,"menu_item_parent":"15051","object_id":"7700","object":"page","type":"post_type","title":"Chronic Fatigue Syndrome","url":"https://admin.alcoholrehab.com/alcoholism/effects/alcohol-and-chronic-fatigue-syndrome/","target":"","attr_title":"","description":"","classes":[""]},{"ID":15055,"menu_order":9,"menu_item_parent":"15051","object_id":"6162","object":"page","type":"post_type","title":"Hemorrhoids","url":"https://admin.alcoholrehab.com/alcoholism/effects/alcohol-and-hemorrhoids/","target":"","attr_title":"","description":"","classes":[""]},{"ID":15056,"menu_order":10,"menu_item_parent":"15051","object_id":"7404","object":"page","type":"post_type","title":"Binges and Withdrawals","url":"https://admin.alcoholrehab.com/alcoholism/binge-drinking-and-withdrawal-symptoms/","target":"","attr_title":"","description":"","classes":[""]},{"ID":15057,"menu_order":11,"menu_item_parent":"15051","object_id":"7738","object":"page","type":"post_type","title":"Night Sweats in Recovery","url":"https://admin.alcoholrehab.com/alcohol-recovery/night-sweats-in-recovery/","target":"","attr_title":"","description":"","classes":[""]}]},"isLoggedIn":false,"__N_SSP":true},"page":"/page","query":{"slug":"feed"},"buildId":"CVyMUmRDA1YtnzzQ7zlvl","runtimeConfig":{"SALESFORCE_ORG_ID":"00DG0000000CLl1","APP_ENV":"production","WORDPRESS_URL":"https://admin.alcoholrehab.com","GOOGLE_RECAPTCHA_PUBLIC_KEY":"6Lec2LMZAAAAAMKkaIa4ywLEG-a6cHX517WeCrcK"},"isFallback":false,"gssp":true,"customServer":true,"appGip":true}</script><script nomodule="" src="/_next/static/chunks/polyfills-f832c0f59ed2cbc1e911.js"></script><script src="/_next/static/chunks/main-860d554a2fe5e9709018.js" async=""></script><script src="/_next/static/chunks/webpack-a2db5744fee61346eaac.js" async=""></script><script src="/_next/static/chunks/framework.5e03480598ad1120f007.js" async=""></script><script src="/_next/static/chunks/commons.43a6030041f914fd6958.js" async=""></script><script src="/_next/static/chunks/e9e19bca3aae1961266c1054aff2f024635e60e6.d977b5a695b08283b7dd.js" async=""></script><script src="/_next/static/chunks/pages/_app-618e18a1c15500d29a2b.js" async=""></script><script src="/_next/static/chunks/c9bfa8976c369bbbc23079d9221209f87c704285.31b5fed4e7d523adb569.js" async=""></script><script src="/_next/static/chunks/9737fe18ae8f1508cdeae5d9c1fc62e297d3515e.2da1fce5e6a57d7ab472.js" async=""></script><script src="/_next/static/chunks/aecf97b4e1fc1489380783ff805c08f4598c1790.a45549fefeabeb8c44c8.js" async=""></script><script src="/_next/static/chunks/65f64b365e628643e7335f7799f98cfb9e88f828.83e4e2150abf520eb53f.js" async=""></script><script src="/_next/static/chunks/f470e411bd6eb2737afe4ede2f2b00c7c757f7da.9ba08f844440da6d486c.js" async=""></script><script src="/_next/static/chunks/99ab96900ecfcd984bc38fa92a01235045f86832.02d85a32a0e9e78e9175.js" async=""></script><script src="/_next/static/chunks/pages/page-a22ed0aa5a28420e59d2.js" async=""></script><script src="/_next/static/CVyMUmRDA1YtnzzQ7zlvl/_buildManifest.js" async=""></script><script src="/_next/static/CVyMUmRDA1YtnzzQ7zlvl/_ssgManifest.js" async=""></script></body></html>