/*!
Theme Name: SDDSS
Theme URI: http://underscores.me/
Author: Chad Rieder
Author URI: https://broadheadco.com
Description: A custom WordPress theme for SDDSS
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sddss
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

SDDSS is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: sans-serif;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

a {
  color: inherit;
}

a:visited {
  color: inherit;
}

a:hover,
a:focus,
a:active {
  color: inherit;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 20px 0 0;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0;
}

* {
  margin: 0;
  box-sizing: border-box;
}

.site-description {
  display: none;
}

.comments-area {
  display: none;
}

@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./fonts/saira-condensed-v5-latin-600.eot");
  src: local("Saira Condensed SemiBold"), local("SairaCondensed-SemiBold"), url("./fonts/saira-condensed-v5-latin-600.eot?#iefix") format("embedded-opentype"), url("./fonts/saira-condensed-v5-latin-600.woff2") format("woff2"), url("./fonts/saira-condensed-v5-latin-600.woff") format("woff"), url("./fonts/saira-condensed-v5-latin-600.ttf") format("truetype"), url("./fonts/saira-condensed-v5-latin-600.svg#SairaCondensed") format("svg");
}
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/saira-condensed-v5-latin-700.eot");
  src: local("Saira Condensed Bold"), local("SairaCondensed-Bold"), url("./fonts/saira-condensed-v5-latin-700.eot?#iefix") format("embedded-opentype"), url("./fonts/saira-condensed-v5-latin-700.woff2") format("woff2"), url("./fonts/saira-condensed-v5-latin-700.woff") format("woff"), url("./fonts/saira-condensed-v5-latin-700.ttf") format("truetype"), url("./fonts/saira-condensed-v5-latin-700.svg#SairaCondensed") format("svg");
}
h1,
h2,
h3,
h4,
h5 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin: 0;
  font-weight: normal;
  font-family: "Saira Condensed", sans-serif;
  text-transform: uppercase;
}

.hdg-1 {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.hero-hdg {
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.hero-hdg br {
  display: none;
}

.hdg-2 {
  font-size: 40px;
  font-weight: bold;
}

.intro-hdg {
  font-size: 24px;
  font-weight: bold;
}

.hdg-3 {
  font-size: 32px;
  font-weight: 700;
}

.hdg-4 {
  font-size: 24px;
  font-weight: bold;
}

.hdg-5 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: bold;
}

.hdg-6 {
  font-size: 18px;
  font-weight: 700;
}

.hdg-7 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 5px;
}

.news-hdg {
  text-align: left;
  margin-bottom: 30px;
}

html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

*:focus {
  outline: none;
}

p a {
  text-decoration: none;
  border-bottom: 1px solid #000;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

p a:hover {
  opacity: 0.8;
}

p a.phone {
  border: 0;
}

.btn {
  font-size: 16px;
  padding: 10px 30px 7px;
  position: relative;
  color: #000;
  text-decoration: none;
  border: 2px solid #000;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 25px;
  display: inline-block;
}

.btn:after {
  position: relative;
  top: -2px;
  left: 15px;
  background-image: url("/wp-content/uploads/2019/10/black-arrow.png");
  background-size: 35px 8px;
  display: inline-block;
  width: 35px;
  height: 8px;
  content: "";
  border: none;
}

.btn:hover:after {
  left: 20px;
  transition: 0.1s ease-out;
}

.btn.white-btn {
  color: #fff;
  border: 2px solid #fff;
}

.btn.white-btn:after {
  background-image: url("/wp-content/uploads/2019/10/white-arrow.png");
}

.page-template-get-help-template .help-link a {
  border-bottom: 3px solid #fff;
  display: inline-block;
}

.page-template-get-help-template .help-link a:hover:after {
  height: 0;
  display: none;
}

.page-template-resources-template .resources-link a {
  border-bottom: 3px solid #fff;
  display: inline-block;
}

.page-template-resources-template .resources-link a:hover:after {
  height: 0;
  display: none;
}

.blog .news-link a,
.single .news-link a {
  border-bottom: 3px solid #fff;
  display: inline-block;
}

.blog .news-link a:hover:after,
.single .news-link a:hover:after {
  height: 0;
  display: none;
}

.inner-pad {
  padding: 7.5% 5%;
}

.sub-pad {
  padding: 2.5% 0;
}

.sub-pad.last {
  padding-bottom: 0;
}

.top-content {
  padding-top: 1%;
}

.top-content p:last-of-type {
  margin-bottom: 0;
}

.resources-section {
  margin-top: 5%;
}

.video-wrap {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-wrap iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

#accordion {
  margin: 20px 0 30px;
}

.accordion-block {
  border-bottom: 2px solid #000;
  background: #E5AE51;
}

.accordion-block:last-of-type {
  border-bottom: none;
}

.accordion-block .accordion-trigger {
  width: 100%;
  position: relative;
}

.accordion-block .accordion-trigger.active .plus-minus.spin:after {
  transform: rotate(0deg);
}

.accordion-block .accordion-trigger.active .plus-minus.spin:before {
  transform: rotate(0deg);
}

.accordion-block .plus-minus {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 0;
}

.accordion-block .plus-minus:before,
.accordion-block .plus-minus:after {
  background: #000;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 31px;
  width: 20px;
  transition: transform 0.5s ease;
  transform: rotate(180deg);
}

.accordion-block .plus-minus:after {
  transform-origin: center;
  transform: rotate(90deg);
}

.accordion-block .hdg-3 {
  cursor: pointer;
  padding: 20px 45px 20px 20px;
  font-size: 24px;
  text-transform: none;
}

.accordion-block .accordion-panel {
  display: none;
  padding: 25px 20px;
  background: #F1D9A7;
}

.accordion-block .accordion-panel.open {
  display: block;
}

.accordion-block .accordion-panel p {
  margin-bottom: 15px;
}

.accordion-block .accordion-panel p:last-of-type {
  margin-bottom: 0;
}

.accordion-block .accordion-panel ul {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}

.accordion-block .accordion-panel ul:last-child {
  margin-bottom: 0;
}

.accordion-block .accordion-panel li a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.accordion-block .accordion-panel li a:hover {
  opacity: 0.8;
}

.accordion-block .accordion-panel li {
  line-height: 1.3;
  margin-bottom: 8px;
}

.accordion-block .accordion-panel li:last-of-type {
  margin-bottom: 0;
}

.accordion-block .accordion-panel h4 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: bold;
  margin: 0 0 10px;
}

.hero-wrap {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 30% 4% 15%;
  position: relative;
  z-index: 0;
  min-height: 250px;
}

.page-template-home-template .hero-wrap {
  background-image: url("/wp-content/uploads/2019/11/home-hero.jpg");
}

.page-id-250 .hero-wrap {
  background-image: url("/wp-content/uploads/2019/11/home-hero.jpg");
}

.page-id-250 .entry-header {
  display: none;
}

.page-id-250 .header-wrap {
  background: #000;
  width: 100%;
  padding: 50px 0;
}

.page-template-get-help-template .hero-wrap {
  background-image: url("/wp-content/uploads/2019/11/get-help-hero.jpg");
}

.page-template-resources-template .hero-wrap {
  background-image: url("/wp-content/uploads/2019/11/resources-hero-m.jpg");
}

.blog .hero-wrap {
  background-image: url("/wp-content/uploads/2019/11/news-hero.jpg");
}

.post-password-form {
  padding: 10% 15%;
}

.intro-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #F1D9A7;
  text-align: center;
}

.intro-section .inner {
  margin: 0 auto;
  width: 100%;
  display: block;
}

.intro-copy {
  margin: 10px 0 0;
}

.intro-copy p {
  margin-bottom: 0;
}

.intro-copy .phone {
  font-size: 21px;
  margin: 20px 0 0;
  line-height: 1.2;
  font-weight: bold;
}

.intro-copy .phone a {
  text-decoration: none;
  white-space: nowrap;
  border: 0;
}

.intro-copy .phone a:hover {
  opacity: 1;
}

.intro-copy .phone span {
  display: block;
}

.two-col {
  background: #E5AE51;
}

.two-col .col {
  width: 100%;
}

.two-col .col.orange {
  background: #E5AE51;
}

.two-col .col.black {
  background: #000;
  color: #fff;
}

.full-img.home-divider {
  background-image: url("/wp-content/uploads/2019/11/home-separator.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  min-height: 150px;
}

.col-intro {
  padding: 20px 0 0;
  margin: 0;
}

.col-intro p {
  margin-bottom: 15px;
}

.col-intro p:last-of-type {
  margin-bottom: 0;
}

.advocacy-image {
  background-image: url("/wp-content/uploads/2019/11/community-help.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 29% 0;
  min-height: 200px;
}

.section-intro {
  padding-top: 25px;
  margin-bottom: 0;
}

.involved-content {
  padding: 25px 0 20px;
  max-width: 1280px;
}

.accordion-section {
  margin-top: 40px;
}

.full-col .col {
  width: 100%;
}

.full-col .col-1 {
  margin-bottom: 40px;
}

.state-col {
  margin-top: 25px;
}

.facility-map {
  margin-top: 20px;
}

.support-section {
  background: #fff;
}

.support-intro-wrap {
  padding-top: 0;
  max-width: 1280px;
}

.recovery-blocks {
  margin-top: 20px;
}

.color-block {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}

.color-block.tip-block {
  margin: 0;
}

.groups-block {
  margin-bottom: 0;
}

.treatment-block {
  margin-top: 25px;
}

.tan-block {
  background: #F1D9A7;
}

.black-block {
  background: #000;
  color: #fff;
}

.black-block .list-item-link {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.black-block .list-item-link:after {
  content: url("/wp-content/uploads/2019/10/white-tri.png");
}

.orange-block {
  background: #E5AE51;
}

.block-list {
  margin: 0 0 0 20px;
  padding: 0;
}

.block-list .list-item {
  margin-top: 25px;
  line-height: 1.2;
}

.list-item-link,
.arrow-link {
  text-decoration: none;
  line-height: 1.4;
  color: #000;
  font-weight: bold;
  position: relative;
  border-bottom: 2px solid #000;
}

.list-item-link:after,
.arrow-link:after {
  content: url("/wp-content/uploads/2019/10/black-tri.png");
  display: inline-block;
  width: 10px;
  height: 9px;
  position: absolute;
  right: -20px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.list-item-link:hover,
.arrow-link:hover {
  opacity: 0.75;
}

.list-item-link:hover:after,
.arrow-link:hover:after {
  right: -27px;
  opacity: 0.75;
}

.block-description {
  margin: 5px 0 0;
  line-height: 1.5 !important;
}

.assistance-block {
  margin: 25px 0 0 0;
}

.assistance-block p {
  margin: 10px 0 0;
}

.assistance-block p a[href^="tel:"] {
  text-decoration: none;
}

.assistance-block p a {
  white-space: nowrap;
  color: #000;
}

aside.widget-area,
.blog .entry-footer {
  display: none;
}

.article-wrap {
  margin: 0 0 5%;
  padding: 5%;
}

.article-wrap:nth-child(odd) {
  background-color: #E5AE51;
}

.article-wrap:nth-child(even) {
  background-color: #F1D9A7;
}

.article-wrap:last-of-type {
  margin-bottom: 0;
}

.article-wrap article .entry-title a {
  text-decoration: none;
}

.article-wrap article .entry-content {
  margin-top: 10px;
}

.single .header-wrap {
  background: #000;
  height: 170px;
}

.single .post-nav-wrap {
  margin-top: 60px;
}

.single .post-nav-wrap .hdg-6 {
  margin-bottom: 20px;
}

.single .article-content {
  margin-top: 20px;
  max-width: 1280px;
}

.single .article-content img {
  margin: 20px 0 0;
}

.single .article-content a {
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.single .post-navigation .nav-previous,
.single .post-navigation .nav-next {
  width: 45%;
}

.single .post-navigation .nav-links a {
  text-decoration: underline;
  color: #000;
  font-weight: bold;
  display: inline-block;
  line-height: 1.1;
}

.single .post-navigation .nav-links a:hover {
  color: #E5AE51;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.posted-on {
  font-size: 14px;
  margin: 0 0 5px;
  display: block;
}

.posted-on a {
  text-decoration: none;
}

.header-wrap {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: block;
}

.header-wrap a {
  cursor: pointer;
}

.site-logo {
  position: absolute;
  left: 15px;
  top: 20px;
  margin: 0;
  z-index: 1;
}

.site-logo .logo {
  width: 104px;
  border: none;
}

.menu-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1000;
  height: 30px;
  background: 0 0;
  border: none;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  transition: transform 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}

.menu-btn.open {
  z-index: 40;
}

.menu-btn.open .menu-btn-icon span {
  background: #fff;
}

.menu-btn.open .menu-btn-icon span:nth-child(1) {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}

.menu-btn.open .menu-btn-icon span:nth-child(2) {
  transform: translate3d(0, 0, 0) scaleX(0);
}

.menu-btn.open .menu-btn-icon span:nth-child(3) {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

.menu-btn-icon {
  position: absolute;
  top: 12px;
  right: 0;
  width: 28px;
  height: 25px;
}

.menu-btn-icon span {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: transform 0.3s ease-in-out;
}

.menu-btn-icon span:nth-child(1) {
  top: 0;
  transform: translate3d(0, 0, 0);
}

.menu-btn-icon span:nth-child(2) {
  top: 7px;
  transform: translate3d(0, 0, 0) scaleX(1);
}

.menu-btn-icon span:nth-child(3) {
  top: 14px;
  transform: translate3d(0, 0, 0);
}

.main-nav {
  font-family: "Saira Condensed", sans-serif;
  position: fixed;
  top: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 20;
  overflow-x: hidden;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: 0.3s ease;
  z-index: 2;
}

.main-nav .nav-wrap {
  padding: 15px;
  margin: 50px 0 0 0;
}

.main-nav .nav-link {
  display: block;
  margin-bottom: 10px;
  text-align: left;
}

.main-nav .nav-link:last-child {
  margin-bottom: 0;
}

.main-nav .nav-link a {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  line-height: 1.1;
}

.main-nav.open {
  height: 295px;
  width: 100%;
}

.sticky-hdg {
  margin: 0;
  line-height: 1;
  font-size: 20px;
  text-transform: none;
}

.sticky-nav {
  width: 100%;
  padding: 20px 10px;
  bottom: 0;
  z-index: 9999;
  background-color: #E5AE51;
  color: #000;
  text-align: center;
}

.sticky-nav .sticky-inner a {
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}

.sticky-nav .sticky-inner span {
  display: block;
}

.sticky-nav .sticky-inner .arrow-link {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  line-height: 1;
}

.sticky-nav .arrow-link {
  font-size: 16px;
}

.footer {
  font-size: 14px;
  color: #fff;
  background: #000;
}

.footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer .link-list li {
  display: inline-block;
  margin: 0;
  position: relative;
}

.footer .link-list li:after {
  content: "|";
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
  text-align: center;
}

.footer .link-list li:last-of-type:after {
  display: none;
}

.footer .link-list li a {
  color: #fff;
  text-decoration: none;
}

.footer .link-list li a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.footer .link-list li a:visited {
  color: #fff;
}

.footer .link-list li a:visited:hover {
  color: #fff;
}

.footer span {
  display: block;
  margin: 20px 0;
}

.footer span a {
  color: #fff;
  text-decoration: none;
}

.footer-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-icons .icon-list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.footer-icons .icon-list.first {
  width: 35%;
}

.footer-icons .icon-list.first .social-icon {
  width: 50%;
  margin: 0 20px 0 0;
}

.footer-icons .icon-list.second {
  width: 60%;
  justify-content: flex-end;
}

.footer-icons .icon-list.second .social-icon {
  width: 35%;
  margin: 0 0 0 20px;
}

.footer-icons .icon-list img {
  border: 0;
  vertical-align: middle;
  width: 100%;
}

.footer-icons .icon-list .yt {
  max-width: 50px;
}

.footer-icons .icon-list .fb {
  max-width: 33px;
}

.footer-icons .icon-list .sddss {
  max-width: 110px;
}

.footer-icons .icon-list .logo-icon {
  display: none;
  max-width: 146px;
}

@media only screen and (min-width: 768px) {
  .page-template-resources-template .hero-wrap {
    background-image: url("/wp-content/uploads/2019/11/resources-hero-t.jpg");
  }

  .hero-hdg {
    font-size: 2.75rem;
  }

  .hero-hdg br {
    display: block;
  }

  .page-hdg {
    font-size: 2rem;
  }

  .intro-hdg {
    font-size: 32px;
  }

  .hdg-2 {
    font-size: 48px;
  }

  .hdg-3 {
    font-size: 40px;
  }

  .hero-wrap {
    display: flex;
    align-content: center;
    flex-direction: column;
    padding: 16% 8%;
    min-height: 380px;
  }

  .main-nav .nav-wrap {
    margin: 15% 0 0 0;
  }

  .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .two-col {
    width: 100%;
  }

  .two-col .col {
    width: 50%;
    min-height: 320px;
  }

  .two-col .col.yellow {
    background-color: yellow;
  }

  .two-col .col.black {
    background-color: #000;
    color: #fff;
  }

  .two-col .col.advocacy-image {
    padding: 26% 0;
  }

  .full-col.video-col {
    display: block;
  }

  .full-col.state-col {
    margin-top: 0;
  }

  .full-col.state-col .col {
    width: 50%;
  }

  .full-col.state-col .col-1 {
    margin: 0;
  }

  .full-col.state-col .col-2 {
    padding: 0 0 0 5%;
  }

  .full-img.home-divider {
    min-height: 220px;
    padding: 12% 0;
  }

  .intro-copy .phone {
    font-size: 24px;
  }

  .color-block {
    display: flex;
    justify-content: center;
  }

  .block-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 15%;
  }

  .block-image.treatment-image {
    background-image: url("/wp-content/uploads/2019/11/treatment-services.jpg");
  }

  .block-image.groups-image {
    background-image: url("/wp-content/uploads/2019/11/recovery-groups.jpg");
  }

  .block-image.prevention-image {
    background-image: url("/wp-content/uploads/2019/11/prevention-coalitions.jpg");
  }

  .block-image.toolkit-image {
    background-image: url("/wp-content/uploads/2019/11/resource-centers.jpg");
  }

  .block-image.tip-image {
    background-image: url("/wp-content/uploads/2019/11/tip-line.jpg");
  }

  .block-list {
    margin: 0;
  }

  .block-copy {
    width: 85%;
  }

  .facility-map {
    margin: 0;
  }

  .article-wrap {
    padding: 5%;
  }

  .inner-pad {
    padding: 5%;
  }

  .inner-pad-2 {
    padding: 6% 5%;
  }

  .intro-section {
    padding: 6% 5%;
  }

  .intro-section .inner {
    max-width: 960px;
  }

  .accordion-block .hdg-3 {
    font-size: 27px;
  }

  .accordion-block .plus-minus:before,
.accordion-block .plus-minus:after {
    top: 33px;
  }

  .footer {
    padding: 2.5% 5%;
  }

  .footer .icon-list {
    max-width: 240px;
  }

  .footer .icon-list .social-icon {
    margin: 0;
    width: 50%;
  }

  .footer .icon-list .youtube-icon {
    margin-right: 15px;
  }

  .footer .icon-list .facebook-icon {
    margin: 0 15px;
  }

  .footer .icon-list .sddss-icon {
    margin: 0 15px;
  }

  .footer .icon-list .logo-icon {
    margin-left: 15px;
  }

  .footer span {
    margin-bottom: 0;
  }

  .footer-inner .col-1 {
    width: 45%;
  }

  .footer-inner .col-2 {
    width: 55%;
  }

  .footer-icons .icon-list {
    display: flex;
  }

  .footer-icons .icon-list.first {
    width: 30%;
    margin-left: 10%;
  }

  .footer-icons .icon-list.second {
    width: 55%;
    max-width: 100%;
  }

  .footer-icons .icon-list.second .social-icon {
    margin: 0 0 0 35px;
    text-align: right;
  }

  .footer-icons .icon-list .fb {
    max-width: 36px;
  }
}
@media only screen and (min-width: 769px) {
  .site-logo {
    left: 30px;
    z-index: 10;
  }

  .page-template-resources-template .hero-wrap {
    background-image: url("/wp-content/uploads/2019/11/resources-hero.jpg");
  }

  .hero-hdg {
    font-size: 5vw;
  }

  .page-hdg {
    margin: 40px 0;
  }

  .hdg-2 {
    font-size: 60px;
  }

  .logo {
    left: inherit;
  }

  .menu-btn {
    display: none;
  }

  .main-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: inherit;
    height: 105px;
    background: transparent;
    -webkit-transition: height 0s ease;
    -moz-transition: height 0s ease;
    -o-transition: height 0s ease;
  }

  .main-nav .nav-wrap {
    padding: 0;
    margin: 35px 30px 0 0;
    float: right;
  }

  .main-nav .nav-link {
    display: inline-block;
    margin: 0 0 0 40px;
  }

  .main-nav .nav-link a {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    text-align: left;
  }

  .main-nav .nav-link:not(.search) a:after {
    display: block;
    content: "";
    margin-top: -3px;
    height: 3px;
    background: #fff;
    transform: scaleX(0);
    transform-origin: 0% 50%;
    transition: transform 0.2s ease-in-out;
    position: relative;
  }

  .main-nav .nav-link a:hover:after {
    transform: scaleX(1);
  }

  .hero-wrap {
    padding: 15% 8%;
  }

  .full-col .col {
    width: 50%;
  }

  .full-col .col-1 {
    margin: 0;
  }

  .full-col .col-2 {
    padding: 0 0 0 5%;
  }

  .full-col.video-col {
    display: flex;
  }

  .two-col .col {
    min-height: 392px;
  }

  .col-intro {
    padding: 25px 0 0;
  }

  .footer {
    padding-bottom: 140px;
  }

  .sticky-nav {
    position: fixed;
    height: 89px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
  }

  .sticky-nav .sticky-inner span {
    display: inline-block;
  }
}
@media only screen and (min-width: 960px) {
  .two-col .col {
    min-height: 365px;
  }

  .two-col .col.advocacy-image {
    padding: 19% 0;
    min-height: 365px;
  }

  .articles-wrap {
    padding: 5% 12%;
    display: block;
  }

  .footer-icons .icon-list.first {
    width: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  .inner-max {
    max-width: 1280px;
  }

  .two-col .col.advocacy-image {
    padding: 12% 0;
  }
}
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.custom-logo-link {
  display: inline-block;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*  google translate */
.google_translate {
  background: #f2f2f2;
  text-align: right;
}

.google_translate .container {
  max-width: 100%;
  padding: 0 20px;
}

#google_translate_element {
  display: inline-block;
}
#google_translate_element .goog-te-gadget {
  font-size: 0pt;
}
#google_translate_element .goog-te-gadget > span {
  display: none;
}
#google_translate_element .goog-te-gadget select {
  padding: 4px;
}

@media print {
  .google_translate {
    display: none;
  }
}
.nav-link.search {
  vertical-align: middle;
}
.nav-link.search a img {
  margin-bottom: -5px;
}

.search-wrapper {
  width: calc( 100% - 40px );
}
.search-wrapper form {
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 2px solid #fff;
  margin-right: 10px;
}
.search-wrapper form input[type=text] {
  background-color: transparent;
  border: none;
  color: white;
  padding: 0.5em 1em;
  width: 100%;
}
.search-wrapper form input[type=submit] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.search-wrapper form input[type=image] {
  display: none;
}
.search-wrapper.desktop {
  display: none;
}
.search-wrapper.mobile {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .search-wrapper {
    width: auto;
  }
  .search-wrapper.desktop {
    display: block;
    position: absolute;
    right: 0;
    top: 95px;
    width: 510px;
    overflow: hidden;
  }
  .search-wrapper.desktop form {
    width: 510px;
    transform: translateX(510px);
    transition: transform 0.4s ease-in-out;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0;
  }
  .search-wrapper.desktop form input[type=text] {
    width: 450px;
    padding: 0.5em 1em 0.5em 25px;
  }
  .search-wrapper.desktop form input[type=image] {
    display: inline-block;
    vertical-align: middle;
  }
  .search-wrapper.desktop.show form {
    transform: translateX(0px);
  }
  .search-wrapper.mobile {
    display: none;
  }
}
.search .site-content {
  background-color: black;
  padding-top: 100px;
}
.search .site-content .content-area {
  background-color: white;
}
.search .site-content .content-area .search-wrapper.mobile {
  padding: 30px 0;
}
.search .site-content .content-area .search-wrapper.mobile form {
  border-color: black;
  background-color: rgba(255, 255, 255, 0.6);
}
.search .site-content .content-area .search-wrapper.mobile form input[type=text] {
  color: black;
}
.search .site-content .content-area .search-wrapper.mobile form input[type=submit] {
  position: absolute;
  opacity: 1;
  visibility: visible;
  display: inline-block;
  pointer-events: all;
  background-image: url("img/search_icon_black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  font-size: 0;
}
.search .site-content .content-area .entry-excerpt {
  max-width: 1280px;
}
@media screen and (min-width: 769px) {
  .search .site-content {
    padding-top: 170px;
  }
}

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