<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display: block; }

table { border-collapse: collapse; border-spacing: 0; } td { vertical-align: top; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

ins { color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }sub { bottom: -0.25em; }
small { font-size: 85%; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; max-width: 100%; height: auto; }

label { cursor: pointer; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; *overflow: visible; }
button, input, select, textarea { font-family: sans-serif; color: #000; font-size: 100%; line-height: inherit; margin: 0; padding: 0; vertical-align: baseline; *vertical-align: middle; }
button:focus, input:focus, select:focus, textarea:focus, a:focus { outline: none; }

::-moz-selection { background: #333; color: #fff; text-shadow: none; }
::selection { background: #333; color: #fff; text-shadow: none; }

ul, ol { list-style: none; }

br, hr { display: block; clear: both; height: 0; margin: 0; padding: 0; font-size: 0; line-height: 0; border: 0; }

a { color: #238a9d; } a:hover { color: #000; text-decoration: none; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.ti { display: block; text-indent: -9999px; }

/* Utility Classes */

body {
  background: #e1ecee;
  color: #555;
  font: normal 14px/24px 'Istok Web', sans-serif;
}

.container {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

#main {
  margin-top: 20px;
  margin-bottom: 20px;
  background: url(bg_main.png) center top repeat-y;
}

#sidebar {
  width: 220px;
  background: #fff;
}

#contents {
  width: 740px;
  background: #fff;
}

/* Top Header */

#top {
  position: relative;
  padding: 20px 0;
  background: #fff;
}

#top .d-flex {
    left: 40px;
    position: relative;
}

#top .logo {
  float: left;
  width: 302px;
  height: 100px;
  background: url(logo.png) center top no-repeat;
  text-indent: -9999px;
}

#top .helpline {
  float: right;
  width: 600px;
  height: 100px;
  box-sizing: border-box;
  padding: 20px 25px 0 150px;
  font-size: 20px;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  text-align: right;
  background-color: #006ba6;
  background-image: url(bg_helpline.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  border-radius: 4px;
}

#top .helpline strong {
  display: inline-block;
  border-radius: 3px;
  background: #94b701;
  color: #fff;
  padding: 3px 7px 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transition: all .3s;
  letter-spacing: .5px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

#top .helpline:hover strong {
  color: #006ba6;
  background: #fff;
  text-shadow: none;
}

#top .d-flex {
    align-items: center;
    display: flex;
    flex-flow: column;
}

#top .d-flex .who_answers {
    margin-top: 5px;
}

/* Main Navigation */

#main_nav {
  background: #238a9d;1
}

#main_nav li,
#main_nav a {
  float: left;
}

#main_nav a {
  height: 35px;
  line-height: 35px;
  color: #fff;
  padding: 0 16px;
  margin: 0 1px 0 0;
  text-decoration: none;
}

#main_nav li:last-child a {
  margin: 0;
}

#main_nav a:hover,
#main_nav .current_page_item a,
#main_nav .current-page-ancestor a,
#main_nav .current-menu-item a {
  background: #1b7080;
}

#main_nav .tinynav {
  width: 100%;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  color: #fff;
  padding: 10px 0;
  background: #238a9d url(arrow_down_white.png) right center no-repeat;
}

/* FIXED CTA */

#cta-fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
  background: #238a9d;
  text-align: center;
  box-shadow: 0 1px 8px rgba(0,0,0,.3);
}

#cta-fixed.sticky {
  display: block;
}

#cta-fixed a {
  display: inline-block;
  color: #fff;
  padding: 0 42px 5px;
  transition: background 0.2s;
  text-transform: uppercase;
  font: 13px/1 arial, sans-serif;
  vertical-align: top;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  letter-spacing: .5px;
  text-decoration: none;
}

#cta-fixed a:hover {
  background: rgba(0,0,0,.1);
}

#cta-fixed i {
  margin: 7px 0 8px;
  width: 23px;
  height: 23px;
  background: rgba(0,0,0,.1);
  border-radius: 50px;
  line-height: 23px;
  text-align: center;
  font-weight: bold;
}

#cta-fixed em {
  display: none;
  font-style: normal;
  font-weight: bold;
  color: #efec32;
}

#cta-fixed span {
  display: block;
  padding: 0 0 5px;
}

#cta-fixed strong {
  display: block;
  padding: 0 0 6px;
  color: #efec32;
}

#cta-fixed .call i {
  margin: 5px 0 4px;
}

#cta-fixed .call span {
  padding: 0;
}

#cta-fixed .call strong {
  padding: 0;
  font-size: 30px;
}

#cta-fixed .mail i {
  font-size: 12px;
}

/* Contents */

#contents article {
  padding: 20px;
}

.section_title {
  color: #555;
  font: normal 22px/33px 'Arvo', sans-serif;
  border-bottom: 2px solid #e1ecee;
  padding: 5px 5px 5px 20px;
}

h1 {
  font: normal 27px/1 'Arvo', sans-serif;
  padding: 0 0 20px;
}

h2 {
  color: #238a9d;
  font: normal 22px/1.4 'Arvo', sans-serif;
  padding: 0 0 20px;
}

h3 {
  color: #238a9d;
  font: normal 18px/1.4 'Arvo', sans-serif;
  padding: 0 0 5px;
}

h4, h5, h6 {
  color: #238a9d;
  font: bold 16px 'Istok Web', sans-serif;
}

p {
  padding: 0 0 20px;
}

article ul {
  margin: 0 0 15px 5px;
}

article ul li {
  background: url(bullet.png) 0px 7px no-repeat;
  padding: 0 0 5px 18px;
}

article ol {
  list-style: decimal outside;
  margin: 0 0 15px 20px;
}

article ol li {
  padding: 0 0 5px;
}

article ul ul, article ul ol, article ol ol, article ol ul {
  margin: 0 0 0 5px;
}

article blockquote {
  background: #e1ecee;
  padding: 15px 10px 5px 15px;
  margin: 0 0 20px;
  border-radius: 3px;
}

article blockquote p {
  padding: 0 0 10px;
}

.wp-embedded-content {
  display: block;
  width: 100%;
}

.cta {
  clear: both;
  margin: 0;
  background: #b80913;
  text-align: center;
  padding: 10px;
  font-size: 15px;
  line-height: 1.1;
  color: #fff;
  border-radius: 3px;
}

.cta a {
  font-weight: bold;
  font-size: 20px;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
}

.cta_phone {
  font-weight: normal;
  color: #fff;
  background: #b80913;
  text-decoration: none;
  border-radius: 3px;
  padding: 2px 5px 1px;
}

.cta_phone:hover {
  color: #fff;
  background: #238a9d;
}

article img {
  padding: 1px;
  background: #fff;
  border: 1px solid #e1ecee;
  max-width: 696px;
}

article img.noborder {
  padding: 0;
  border: 0;
}

.alignleft {
  float: left;
  margin: 5px 15px 20px 0;
}

.alignright {
  float: right;
  margin: 5px 0 20px 15px;
}

.aligncenter {
  clear: both;
  display: block;
  text-align: center;
  margin: 0 auto 20px;
}

.alignnone {
  display: block;
  margin: 0 0 20px;
}

#contents .banner {
  display: block;
  margin: 0 0 20px;
}

#contents .banner img {
  display: none;
  margin: auto;
  padding: 0;
  max-width: 100%;
  border: 0;
}

#contents .banner .small {
  display: block;
}

@media (min-width: 480px) {

  #contents .banner .small {
    display: none;
  }

  #contents .banner .medium {
    display: block;
  }

}

@media (min-width: 768px) {

  #contents .banner .medium {
    display: none;
  }

  #contents .banner .large {
    display: block;
  }
}

.wp-caption {
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  background: #e1ecee;
  padding: 5px 0 0;
  position: relative;
}

.wp-caption img {
  border: none;
  padding: 0;
}

.wp-caption p {
  padding: 8px 5px;
}

.wp-caption.alignleft {
  padding: 5px 0 30px;
}

.wp-caption.alignright {
  padding: 5px 0 0;
}

.wp-caption.alignleft:after {
  bottom: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.wp-caption.alignright:after {
  top: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.wp-caption:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 28px;
  font-size: 17px;
  text-align: center;
  color: #fff;
  background: #238a9d;
}

#iubenda_policy li {
  background: none;
}

#posts_nav {
  padding: 0 20px 20px;
}

#posts_nav a {
  display: block;
  padding: 5px 10px 4px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  background: #238a9d;
}

#posts_nav a:hover {
  background: #1b7080;
}

#related_articles {
  margin: 0 20px 20px;
}

#related_articles .tab_title {
  background: #238a9d;
  padding: 8px 0 0 8px;
}

#related_articles .tab_title strong {
  display: inline-block;
  padding: 8px 15px;
  background: #fff;
  text-transform: uppercase;
}

#related_articles .tab_content {
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 0;
  box-shadow: 0 1px 1px #eee;
}

#related_articles .tab_content a {
  display: block;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
  color: #555;
  text-decoration: none;
}

#related_articles .tab_content li:last-child a {
  margin: 0;
  padding: 0;
  border: 0;
}

#related_articles .tab_content a:hover {
  text-decoration: none;
}

#related_articles .tab_content img {
  float: left;
  margin: 4px 10px 0 0;
  border: 5px solid #eee;
  transition: all 0.3s ease-in-out;
}

#related_articles .tab_content a:hover img {
  border-color: #238a9d;
}

/* Directory */

.listings,
#nearby,
#centers_listing .center,
.submit-center,
.map {
  margin: 0 0 30px;
}

.listings .states {
  float: left;
  width: 50%;
}

.listings ul,
#nearby ul {
  margin: 0;
}

.listings li,
#nearby li {
  background: none;
  padding: 0;
}

.listings li a,
#nearby li a {
  display: block;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 3px;
  color: #555;
}

.listings li a:hover,
#nearby li a:hover {
  background: #eee;
}

#centers_listing .center {
  border: 1px solid #ddd;
  padding: 12px 15px 15px;
}

#centers_listing .center.verified {
  position: relative;
  padding-top: 30px;
}

#centers_listing .center.verified:before {
  position: absolute;
  content: "";
  left: 15px;
  top: 12px;
  width: 5rem;
  height: .9rem;
  background: url(verified-badge.svg) 0 0 no-repeat;
  background-size: contain;
}

#centers_listing .center p {
  padding: 0 0 15px;
}

#centers_listing .center img {
  display: block;
  margin: 0 auto 20px;
  padding: 0;
  border: 0;
  width: 100%;
}

#centers_listing .center .name {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #555;
}

.btn {
  display: inline-block;
  padding: 3px 10px 2px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  background: #238a9d;
}

.btn:hover,
.submit-center:hover {
  color: #fff;
  background: #1b7080;
}

.submit-center {
  display: block;
  padding: 5px 10px 6px;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #238a9d;
}

.map {
  padding: 4px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.map .pgm .canvas {
  width: 100% !important;
}

body.single-rehab-center.verified h1.section_title {
  position: relative;
  padding-top: 1.5rem;
}

body.single-rehab-center.verified h1.section_title:before {
  position: absolute;
  content: "";
  left: 20px;
  top: 8px;
  width: 5rem;
  height: .9rem;
  background: url(verified-badge.svg) 0 0 no-repeat;
  background-size: contain;
}

/* Sidebar */

#sidebar .widget .wrap {
  padding: 10px 10px 3px;
}

#sidebar nav {
  padding: 5px;
}

#sidebar nav a {
  display: block;
  padding: 8px;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}

#sidebar nav a img {
  float: left;
  margin: 0 10px 0 0;
  border-radius: 3px;
}

#sidebar nav a:hover {
  background: #e1ecee;
}

.tinynav {
  display: none;
}

#sidebar .tinynav {
  width: 100%;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  color: #555;
  padding: 8px 20px;
  background: #fff url(arrow_down.png) 97% center no-repeat;
}

/* Footer */

footer {
  text-align: center;
  font-size: 13px;
  padding: 10px 0;
  border-top: 1px solid #ccc;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

footer a {
  color: #555;
}

/* RESPONSIVE MEDIA QUERIES */

@media (min-width: 480px) {

  .listings .cities {
    float: left;
    width: 33.33%;
  }

  #centers_listing .center img {
    float: left;
    max-width: 150px;
    margin: 5px 20px 20px 0;
  }

  #centers_listing .center .txt {
    float: left;
    width: calc(100% - 170px);
  }

}

@media (min-width: 768px) {

  .listings .states {
    width: 25%;
  }

}

@media (min-width: 940px) {

  #main_nav a {
    padding: 0 32px;
  }

}

@media (min-width: 980px) {

  #main_nav a {
    padding: 0 35px;
  }

}

@media (max-width: 979px) {

  .container {
    width: 940px;
  }

  #sidebar {
    width: 200px;
  }

  #contents {
    width: 720px;
  }

}

@media (max-width: 1061px) {
    #top .d-flex {
        left: 0;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

  #top .helpline {
    padding: 20px 20px 0 100px;
  }


  #cta-fixed a {
    padding: 0 8px 5px;
  }

  #cta-fixed i {
    margin: 6px 0 7px;
  }

  #cta-fixed strong {
    padding: 1px 0 5px;
  }

  #cta-fixed .call i{
    margin: 5px 0 2px;
  }

  #cta-fixed .call strong {
    font-size: 25px;
  }

  .cta .banner_desktop, .cta .banner_mobile {
    display: none;
  }

  .cta .banner_tablet {
    display: block;
  }

}

@media (min-width: 768px) and (max-width: 939px) {

  .container {
    width: 748px;
  }

  #top .helpline {
    width: 420px;
    padding: 22px 20px 0 120px;
    font-size: 17px;
    line-height: 1.7;
  }

  #top .helpline strong {
    padding: 1px 7px 0;
  }

  #main {
    background-position: -40px 0;
  }

  #sidebar {
    width: 180px;
  }

  #contents {
    width: 548px;
  }

}

@media (max-width: 767px) {

  .container {
    width: auto;
    padding: 0 10px;
  }

  #top .logo {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }

  #top .helpline {
    float: none;
    display: block;
    margin: auto;
    width: auto;
    max-width: 600px;
  }

  #main {
    background: none;
  }

  #sidebar, #contents {
    float: none;
    width: auto;
    padding: 0 0 1px;
  }

  #sidebar nav {
    padding: 0;
    border-bottom: 2px solid #e1ecee;
    font-size: 14px;
  }

  #main_nav .tinynav,
  #sidebar .tinynav {
    display: block;
  }

  #nav_main_inner,
  #sidebar nav ul {
    display: none;
  }
  #cta-fixed span.call_now {
    display: none;
  }
  #cta-fixed span.who_answers {
    display: block;
    margin-bottom: 0;
  }
}

@media (max-width: 509px) {

  #top .helpline {
    font-size: 18px;
    line-height: 1.7;
  }

  #top .helpline strong {
    padding: 2px 7px 0;
  }

}

@media only screen and (max-width: 479px) {

  #top .helpline {
    font-size: 16px;
    padding: 22px 20px 0 140px;
  }

  #top .helpline {
    padding: 12px 20px 0 100px;
    font-size: 16px;
    background-position: -15px 0;
  }

  #cta-fixed a {
    padding: 0 10px 5px;
  }

  #cta-fixed i {
    margin: 5px 0;
  }

  #cta-fixed em {
    display: block;
    padding: 0 0 4px;
  }

  #cta-fixed strong {
    display: none;
  }

  #cta-fixed .call i {
    margin: 4px 0 1px;
  }

  #cta-fixed .call strong {
    display: block;
    font-size: 22px;
  }

  .cta .banner_desktop, .cta .banner_tablet {
    display: none;
  }

  .cta .banner_mobile {
    display: block;
  }

}

@media only screen and (max-width: 435px) {

  #top .helpline {
    padding: 22px 20px 0 100px;
    background-position: -15px 0;
  }

}

@media only screen and (max-width: 395px) {

  #top .helpline {
    font-size: 15px;
  }

}

@media only screen and (max-width: 374px) {

  #top .helpline {
    padding: 12px 20px 0 100px;
  }

}

/* End */



/* ========== WHO ANSWERS LIGHTBOX ========== */
#who_answers {
	display: none;
	width: 90%;
	max-width: 500px;
	border-radius: 0.25rem;
	background: #fff;
	padding: 25px 25px 1px;
	font-size: 16px;
	text-align: initial;
  }

  #who_answers .close {
	position: absolute;
	top: 13px;
	right: 16px;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
  }

  #who_answers h2 {
	font-size: 26px;
	margin: 0 0 30px;
	text-transform: uppercase;
  }

  #who_answers ul {
	list-style: disc;
	padding: 0 0 0 40px;
	margin-bottom: 1rem;
  }

  #who_answers p {
	margin: 0;
	padding: 0 0 30px;
  }

  .who_answers {
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
  }

  .who_answers i {
	color: #6699cc;
	margin: 0 3px 0 0;
  }

  header .number-wrapper .who_answers {
	margin-top: 8px;
  }

  .cta-line {
    text-align: center;
    margin: 0 auto 1rem;
  }

  #call-cta {
	text-align: center;
  }

  #cta-fixed .who_answers i {
	background: none;
	margin: 0;
  }
  /* ========== END ========== */
</pre></body></html>