@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");

/* body {
  background: #FEFDF4;
  color: #193D2E;
  font-family: 'paralucent', sans-serif;
  padding: 0;
  margin: 0;
}
nav.navbar {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #F7F6F2!important;
} */
/* header {
  background: #FEFDF4;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
h2,
.h2 {
  font-size: 2.5rem;
}

iframe,
video {
  max-width: 100%;
  border-radius: 10px;
  border-radius: 0;
}
img {
  max-width: 100%;
}

header .nav-link,
header .media-library-view--widget .view-header a {
  color: #231f20;
  font-weight: 700;
  margin-left: 12px !important;
  margin-right: 12px !important;
  transition: all 0.1s;
  font-size: 20px;
  padding-top: 15px;
  font-family: "paralucent-condensed";
}
header .nav-link:hover,
header .media-library-view--widget .view-header a:hover,
header .nav-link:hover,
header .media-library-view--widget .view-header a:focus,
header .nav-link.is-active,
header .media-library-view--widget .view-header a.is-active {
  color: #231f20 !important;
  background: url("../images/hover.svg");
  background-repeat: no-repeat;
  background-position: 4px top;
}

header .recovery.nav-link:hover,
header .recovery.nav-link:focus,
header .recovery.nav-link.is-active,
header .recovery.is-active {
  color: #231f20 !important;
  background: url("../images/recovery.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 4px top !important;
}
header .fs.nav-link:hover,
header .fs.nav-link:focus,
header .fs.nav-link.is-active,
header .fs.is-active {
  color: #231f20 !important;
  background: url("../images/fs.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 4px top !important;
}
header .treatment.nav-link:hover,
header .treatment.nav-link:focus,
header .treatment.nav-link.is-active,
header .treatment.is-active {
  color: #231f20 !important;
  background: url("../images/treatment.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 4px top !important;
}
header .overdose.nav-link:hover,
header .overdose.nav-link:focus,
header .overdose.nav-link.is-active,
header .overdose.is-active {
  color: #231f20 !important;
  background: url("../images/green.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 4px top !important;
}
header .toolkit.nav-link:hover,
header .toolkit.nav-link:focus,
header .toolkit.nav-link.is-active,
header .toolkit.is-active {
  color: #231f20 !important;
  background: url("../images/toolkit.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 4px top !important;
}
header .support.nav-link:hover,
header .support.nav-link:focus,
header .support.nav-link.is-active,
header .support.is-active {
  color: #231f20 !important;
  background: url("../images/bluemenu.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 4px top !important;
}
header .youth.nav-link:hover,
header .youth.nav-link:focus,
header .youth.nav-link.is-active,
header .youth.is-active {
  color: #231f20 !important;
  background: url("../images/Purplemenu.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 4px top !important;
}
header .od.nav-link:hover,
header .od.nav-link:focus,
header .od.nav-link.is-active,
header .od.is-active {
  color: #231f20 !important;
  background: url("../images/red1hover.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 4px top !important;
}
header a.nav-link:before {
  content: " ";
  height: 1px;
  display: block;
  width: 100%;
  background: transparent;
}
header a.nav-link:hover:before {
  content: " ";
  height: 1px;
  display: block;
  width: 100%;
  background: url("../images/hover.svg");
  background-repeat: no-repeat;
  background-position: 4px top;
}
header a.nav-link.active:before {
  content: " ";
  height: 1px;
  display: block;
  width: 100%;
  background: url("../images/hover.svg");
  background-repeat: no-repeat;
  background-position: 4px top;
}

.page-node-2 header a.nav-link.active:before {
  background: url("../images/recovery.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 4px top !important;
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.nav-link:hover,
.media-library-view--widget .view-header a:hover,
.nav-link.active,
.media-library-view--widget .view-header a.active {
  transition: all ease-in-out 0.2s;
}
#block-headerhelp {
  background: rgba(33, 20, 41, 0.9);
  text-align: center;
  color: #fefdf4;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}
#block-headerhelp .field--name-body a {
  color: #fefdf4;
  text-decoration: none;
}
#block-headerhelp p {
  margin: 0;
}
.textcontainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0px;
  background: linear-gradient(
    to right,
    rgba(183, 110, 9, 0.75) 0%,
    rgba(183, 110, 9, 0.75) 50%,
    transparent 50%,
    transparent 100%
  );
  color: #fefdf4;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  transition-delay: 1s;
}

.slick-prev:focus-visible:before,
.slick-prev:focus-visible:before,
.slick-next:focus-visible:focus-visible,
.slick-next:focus:before {
  outline: 2px solid white;
}

.slideshow .textcontainer {
  bottom: 8px;
}

.slide__description .views-field-field-block-color,
.slide__description .views-field-field-border-color {
  display: none;
}

.slideshow .slick__arrow {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  padding: 0px 15px;
}

.slideshow .slick-dots {
  bottom: 10px;
}

.slideshow .slick-dots li button {
  display: none;
}

.slideshow .slick-dots li {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.7;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.slideshow .slick-dots li:hover,
.slideshow .slick-dots li.slick-active {
  opacity: 1;
}

.slideshow .slick__arrow button {
  position: unset;
}

.header_sider_button,
.header_sider_button:hover,
.header_sider_button:focus {
  color: #fff;
  font-weight: 700;
  transition: all 0.1s;
  font-size: 20px;
  display: inline-block;
  margin-top: 25px;
  font-family: "paralucent-condensed";
}

.border-bottom {
  height: 8px;
  background: #f0b243;
}

.textcontainer.right .headinside {
  float: right;
}

.textcontainer.fade {
  opacity: 1;
}
.page-node-4 .textcontainer {
  background: linear-gradient(
    to right,
    rgba(68, 90, 63, 0.75) 0%,
    rgba(68, 90, 63, 0.75) 50%,
    transparent 50%,
    transparent 100%
  );
}
.page-node-5 .textcontainer {
  background: linear-gradient(
    to right,
    transparent 0%,
    transparent 50%,
    rgba(129, 40, 18, 0.75) 50%,
    rgba(129, 40, 18, 0.75) 100%
  );
}
.page-node-2 .textcontainer {
  background: linear-gradient(
    to right,
    rgba(145, 31, 56, 0.75) 0%,
    rgba(145, 31, 56, 0.75) 50%,
    transparent 50%,
    transparent 100%
  );
}
.page-node-5 .headinside {
  float: right;
}
.textcontainer .views-field-fieldset {
  height: 100%;
}
.textcontainerinner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
/* .page-node-3 .headinside {
  float: right;
} */
/* .page-node-3 .textcontainer {
  background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(129,19,14,0.75) 50%, rgba(129,19,14,0.75) 100%);
} */
/* TODO */
/* Rework hero sections so that it's re-uasble and not dependent on hardcoded css */
/* Because this was hardcoded - this is my fix for treament/MOUD page */
.page-node-3 .headinside {
  float: left;
}
.page-node-3 .textcontainer {
  background: linear-gradient(
    to left,
    transparent 0%,
    transparent 50%,
    rgba(68, 73, 38, 0.75) 50%,
    rgba(68, 73, 38, 0.75) 100%
  );
}
.homeslide {
  position: relative;
}
.homeslide .views-field-field-title {
  font-size: 45px;
  padding-right: 4%;
  line-height: 54px;
  font-weight: 600;
  transition: all 0.5s;
}
.homeslide .views-field-field-media-image img {
  width: 100%;
}
.headinside .views-field-field-title::before {
  content: " ";
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  background: url(../images/topq.svg);
  background-repeat: no-repeat;
  background-position: top left;
  margin-bottom: 1%;
  background-size: contain;
  transition: all 0.5s;
}
.headinside .views-field-field-title::after {
  content: " ";
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  background: url(../images/bottomq.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  margin-top: 0;
  background-size: contain;
  transition: all 0.5s;
  display: none;
}
.homeslide .views-field-field-credit {
  font-weight: 400;
  font-size: 22px;
  margin-top: 2.5em;
}
.homeslide .views-field-field-credit i {
  font-weight: 500;
}
/* .page-node-3 .homeslide .views-field-field-credit {

} */
.content-list {
  background-repeat: no-repeat;
  background-position: top right;
}
.content-wrap-Left .content-list {
  background-repeat: no-repeat;
  background-position: top left !important;
}
.content-wrap-Right .content-list {
  background-repeat: no-repeat;
  background-position: top right !important;
}

.content-wrap-Right .content-list {
  background-position: 100% 50% !important;
}
.content-wrap-Left .content-list {
  background-position: 0 50% !important;
}
.bg-imagebg .content-list {
  background-position: 0 50% !important;
}

.bg-imagebg .content-list {
  background-position: 0 40% !important;
}
.content-wrap-Right.bg-imagebg .content-list {
  background-position: 100% 40% !important;
}
.content-wrap-Left .content-list-inside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.content-wrap h2 {
  line-height: 70px;
  font-size: 56px;
  margin-bottom: 30px;
}
.content-wrap h3 {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 34px;
}
.content-wrap h5 {
  line-height: 28px;
  margin-bottom: 30px;
  color: #0f0c0c;
  font-size: 24px;
}

.content-wrap h6 {
  line-height: 28px;
  margin-bottom: 30px;
  color: #0f0c0c;
  font-size: 24px;
}
.content-wrap .font20 {
  line-height: 27px;
  margin-bottom: 30px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
.content-wrap h4 {
  font-family: "freight-sans-pro-ultra", sans-serif;
  font-size: 32px;
  margin-bottom: 30px;
  color: #0f0c0c;
}

.imagetop {
  display: inline-block;
  width: 100%;
  margin-top: 3em;
}
.content-list .h-title {
  font-weight: 700;
  font-size: 75px;
  color: #231f20;
  line-height: 80px;
  margin-bottom: 50px;
}
.bighead .content-list .h-title {
  font-weight: 700;
  font-size: 75px;
  color: #231f20;
  line-height: 80px;
  margin-bottom: 50px;
}

.content-list .h-title span {
  font-weight: 900;
}
.h-title-big {
  font-size: 75px;
  line-height: 80px;
}
.h-description {
  color: #231f20;
  font-size: 18px;
}
.h-description strong {
  font-weight: 900;
}
.orangebg {
  color: #e2952b;
}
.h-video {
  margin-top: 4em;
}
.h-videotitle {
  font-family: "freight-sans-pro-ultra", sans-serif;
  color: #e2952b;
  font-weight: 900;
  font-size: 73px;
  text-align: right;
  line-height: 80px;
  margin-top: 30px;
}
.page-node-2 .h-videotitle {
  color: #e36073;
}
.h-videdesc {
  text-align: right;
  font-weight: 600;
  font-size: 35px;
  color: #231f20;
}
.content-wrap {
  padding-top: 6em;
  padding-bottom: 6em;
}
@media (min-width: 576px) {
  .content-wrap.bighead {
    padding-top: 8em;
  }
}
/* .content-wrap-2-top {
  padding-top: 2em;
} */
/* .content-wrap-2-bottom {
  padding-bottom: 2em;
} */
b,
strong {
  font-weight: 900;
}
.redbg {
  color: #db443d;
}
.image-list-wrap {
  position: relative;
  padding-top: 6em;
  padding-bottom: 2em;
}

.page-node-5 .view-content .content-wrap:nth-child(4) .image-list-wrap,
.page-node-5 .view-content .content-wrap:nth-child(5) .image-list-wrap,
.page-node-6 .view-content .content-wrap:first-child .image-list-wrap {
  padding-top: 0 !important;
}

@media (min-width: 768px) {
  .page-node-5 .view-content .content-wrap:nth-child(4),
  .page-node-5 .view-content .content-wrap:nth-child(5) {
    padding-top: 3em !important;
  }

  .page-node-6 .view-content .content-wrap:first-child {
    padding-top: 0 !important;
  }
}

.image-list-wrap-paddingb0 {
  padding-bottom: 0em;
}
.image-list-wrap.nomargin {
  margin-top: -8px;
  padding-top: 0;
}
.image-list-wrap img {
  border-top: 8px solid #e2952b;
  border-bottom: 8px solid #e2952b;
  width: 100%;
}
.image-list-credit {
  background: rgba(183, 110, 9, 0.75);
  font-size: 22px;
  text-align: center;
  position: absolute;
  bottom: 8px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 9px;
  color: #fefdf4;
  padding-left: 7%;
  padding-right: 7%;
}
.pinkbg {
  color: #e36073;
}
.pinkbg span {
  color: #e36073;
}
.pinkbg a {
  color: #e36073;
}
.content-wrap-Left .image-list-wrap-content {
  float: right;
}
.image-list-wrap-content {
  margin-bottom: 3em;
}
blockquote {
  font-weight: bold;
  font-size: 24px;
}
blockquote:before {
  content: " ";
  height: 73px;
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  /* background: url(../images/top.svg); */
  background: url(/sites/default/files/2025-09/TopQuote.svg);
  background-repeat: no-repeat;
  background-position: 30% 0;
  margin-bottom: -30px;
}
blockquote:after {
  content: " ";
  height: 73px;
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  /* background: url(../images/bottom.svg); */
  background: url(/sites/default/files/2025-09/BottomQuote.svg);
  background-repeat: no-repeat;
  background-position: 70% 0;
  margin-top: -30px;
}

.upperfooter-cover {
  content: " ";
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  background: url(../images/faq.svg);
  background-repeat: no-repeat;
  color: #fefdf4;
  background-size: cover;
  padding-top: 15em;
  padding-bottom: 15px;
}

@media screen and (max-width: 800px) {
  .upperfooter-cover .region-upperfooter {
    padding-top: 100px;
  }
}

.faqblock h2 {
  text-align: center;
  font-family: "freight-sans-pro-ultra";
  font-weight: bold;
  font-size: 74px;
  line-height: 80px;
}
.faqwrap {
  display: flex;
  align-items: center;
}
.faqwrapin {
  font-size: 18px;
}
.faqwrap .views-field-field-media-svg {
  margin-right: 2em;
  width: 15%;
  text-align: center;
}
.faqwrap .views-field-fieldset-1 {
  width: 90%;
}
.faqwrap .views-field-field-title {
  color: #f0b243;
  font-weight: 900;
  font-size: 24px;
}
/* .faqwrap .views-field-field-description {

} */
.faqc {
  margin: 0 auto;
  width: 700px;
  max-width: 100%;
}
.faqc .views-row {
  margin-top: 3em;
  margin-bottom: 3em;
}
.faqc .views-field-id {
  display: none;
}
footer {
  border-top: 7px solid #f0b243;
  background: #372b3d !important;
  color: #fefdf4 !important;
  padding: 5rem 0;
  padding-bottom: 4rem;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
footer .container .region {
  flex: 1;
}
/* .footermenu {

} */
#block-footer .text-formatted {
  width: 90%;
}
.footermenu ul {
  display: flex;
  flex-direction: row;
  justify-content: normal !important;
}
.footermenu ul li {
  width: auto;
  margin-right: 6%;
  color: #000000;
}
.footermenu ul li a,
.footermenu ul li a:focus {
  color: #f0b243;
  font-weight: 600;
  font-size: 20px;
}
.hcalogo {
  width: 130px;
}
.hcalogo1 {
  width: 200px;
}
body .logo1 {
  margin-right: 10px;
}
body .logo2 {
  height: 50px;
}

#block-footer embed {
  display: block;
}

/* #block-footer embed:last-child {
	
} */

@media (min-width: 576px) {
  #block-footer embed,
  #block-footer embed:last-child {
    display: inline-block;
    margin: 0 40px 0 0;
  }
}

@media (min-width: 800px) {
  #block-footer embed {
    display: block;
  }
}

@media (min-width: 992px) {
  .toolkit-tabs-view-wrapper .view-header::after {
    bottom: -7.5em;
  }
  #block-footer embed,
  #block-footer embed:last-child {
    display: inline-block;
    margin: 0 40px 0 0;
  }
}

.footerbottom-cover {
  background: #211429;
  color: #fefdf4;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footerbottom-cover p {
  margin: 0;
}
.bluebg {
  color: #73a3de;
}
/* .show-desktop {

} */
.show-mobile {
  display: none;
}
main .region-content {
  padding: 0;
}
.bluecolor img {
  border-top: 8px solid #73a3de;
  border-bottom: 8px solid #73a3de;
}
.bluecolor .image-list-credit {
  background: rgba(60, 108, 167, 0.75);
  color: #fefdf4;
}

.orangebg1 span {
  color: #e2952b;
}
.orangebg1 .image-list-credit {
  background: rgba(129, 40, 18, 0.75);
  color: #fefdf4;
}
/* Seriously..  */
/* .page-node-3 .bluecolor .image-list-credit {
  background: none;
} */

.page-node-3 .bluecolor .image-list-credit {
  background: rgba(46, 81, 73, 0.75);
  color: #fefdf4;
}

footer .region-footeright {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#block-footerlogo {
  padding: 15px;
}
#block-views-block-float-button-block-1 {
  position: fixed;
  bottom: 0;
  right: 15px;
  z-index: 1;
  transition: all 0.5s;
  margin-bottom: -2px;
}
#block-views-block-float-button-block-1
  .views-field-field-float-button-title
  a {
  background: url(../images/whatwedo.svg);
  background-repeat: no-repeat;
  font-family: "freight-sans-pro-ultra";
  font-weight: bold;
  color: #fefdf4;
  padding: 41px 32px;
  font-size: 23px;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 12px;
  display: block;
}
.hideclass #block-views-block-float-button-block-1 {
  margin-bottom: -6em;
}
.yesborder {
  border-top: 8px solid #e2952b;
  border-bottom: 8px solid #e2952b;
}
.content-list ul {
  position: relative;
}
.content-list a {
  font-weight: 900;
}
.content-list ul li {
  list-style: none;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 18px;
}
.content-list ul li::before {
  background: url(../images/dot.svg);
  content: " ";
  width: 13px;
  position: absolute;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 10px;
  left: 0;
  margin-top: 7px;
}
/* .content-list ul li::marker {

} */
.text-redbg1 span {
  color: #f06f4f;
}
.text-redbg1 ul li::before {
  background: url(../images/dotred1.svg);
  background-repeat: no-repeat;
}
.text-pinkbg span {
  color: #e36073;
}
.text-pinkbg ul li::before {
  background: url(../images/pinkdot.svg);
  background-repeat: no-repeat;
}
.pinkbg .image-list-credit {
  background: linear-gradient(
    90deg,
    rgba(227, 127, 134, 1) 0%,
    rgba(227, 127, 134, 0.5) 0%
  );
  color: #fefdf4;
}
.image-list-wrap.text-redbg1 img {
  border-color: #f06f4f;
}
.text-redbg1 .image-list-wrap img {
  border-color: #f06f4f;
}
.image-list-wrap.text-pinkbg img {
  border-color: #e36073;
}
.text-pinkbg .image-list-wrap img {
  border-color: #e36073;
}
.extrapadding .content-list,
.text-extrapadding .content-list {
  padding-top: 3em;
  padding-bottom: 3em;
}
.extrapadding .content-list,
.text-extrapadding .content-list {
  padding-top: 3em;
  padding-bottom: 3em;
}

.image-list-wrap.text-redbg img {
  border-color: #db443d;
}
.text-redbg .image-list-wrap img {
  border-color: #db443d;
}
.text-redbg span,
.text-redbg .h-videotitle {
  color: #db443d;
}

.image-list-wrap.text-redbg3 img {
  border-color: #db443d;
}
.text-redbg3 .image-list-wrap img {
  border-color: #db443d;
}
.text-redbg3 span,
.text-redbg3 .h-videotitle {
  color: #db443d;
}
.text-redbg3 a {
  text-decoration-color: #db443d;
  color: #db443d;
}

.text-redbg ul li::before {
  background: url(../images/reddot.svg);
  background-repeat: no-repeat;
}
.orangebgcolor ul li::before {
  background: url(../images/orangedots.svg);
  background-repeat: no-repeat;
}
.orangebgcolordot ul li::before {
  background: url(../images/orangedots.svg);
  background-repeat: no-repeat;
}
.text-redbg .image-list-credit {
  background: rgba(160, 40, 35, 0.75);
}

.image-list-wrap.text-yellowbg img {
  border-color: #e2952b;
}
.text-yellowbg .image-list-wrap img {
  border-color: #e2952b;
}
.text-yellowbg span,
.text-yellowbg .h-videotitle {
  color: #e2952b;
  font-weight: 900;
}

.text-yellowbg2 span,
.text-yellowbg2 .h-videotitle {
  color: #f0b243 !important;
  font-weight: 900;
}

.text-pinkbg a {
  color: #e36073;
}

.text-yellowbg2 a {
  color: #f0b243;
}
.text-yellowbg2 ul li::before {
  background: url(../images/yellow2.svg);
  background-repeat: no-repeat;
}

.image-list-wrap.text-yellowbg1 img {
  border-color: #f0b243;
}
.text-yellowbg1 .image-list-wrap img {
  border-color: #f0b243;
}
.text-yellowbg1 span,
.text-yellowbg1 .h-videotitle {
  color: #f0b243;
  font-weight: 900;
}
.text-yellowbg1 a {
  text-decoration-color: #f0b243;
}
.text-yellowbg ul li::before {
  background: url(../images/yellowdot.svg);
  background-repeat: no-repeat;
}

.image-list-wrap.text-greenbg img {
  border-color: #8aaf83;
}
.text-list-wrap {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  margin-top: 6em;
}
.text-list-wrap.text-violabg.yesborder,
.text-list-wrap.text-greenbg.yesborder,
.text-list-wrap.text-greenbg2.yesborder,
.text-list-wrap.text-bluebg2.yesborder {
  margin-top: 0em;
}
.text-list-wrap.text-greenbg {
  border-color: #8aaf83;
  background: rgba(138, 175, 131, 0.2);
  color: #000000;
}
.text-greenbg a {
  color: #8aaf83;
  text-decoration-color: #8aaf83;
}
.text-greenbg .image-list-wrap img {
  border-color: #8aaf83;
}

.text-list-wrap.text-greenbg1 {
  border-color: #7c9d85;
  background: #f4f5eb;
}
.text-greenbg1 .image-list-wrap img {
  border-color: #7c9d85;
}

.text-greenbg .image-list-credit {
  background: rgba(68, 90, 63, 0.75);
  color: #fefdf4;
}

.text-pinkbg .image-list-credit {
  background: rgba(145, 31, 56, 0.75);
  color: #fefdf4;
}
.text-greenbg1 .image-list-credit {
  background: rgba(124, 157, 133, 0.75);
  color: #fefdf4;
}

.text-greenbg1 span,
.text-greenbg1 .h-videotitle {
  color: #7c9d85;
}

.text-greenbg1 ul {
  position: relative;
}
.text-greenbg1 ul li {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}
.text-greenbg1 ul li::before {
  background: url(../images/dot.svg);
  content: " ";
  width: 13px;
  position: absolute;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 10px;
  left: 0;
  margin-top: 7px;
}
.text-greenbg1 ul li::before {
  background: url(../images/greendot.svg);
  background-repeat: no-repeat;
}

.text-list-wrap.text-violabg {
  border-color: #7a5a7f;
  background: rgba(122, 90, 127, 0.2);
}

.text-list-wrap.text-greenbg2 {
  border-color: #8c9845;
  background: rgba(140, 152, 69, 0.2);
}
.text-greenbg2 .image-list-wrap img {
  border-color: #8c9845;
}
.text-greenbg2 .image-list-credit {
  background: rgba(59, 64, 36, 0.75);
  color: #fefdf4;
}
.greenbg2 .image-list-wrap img {
  border-color: #8c9845;
}
.image-list-wrap.text-greenbg2 img {
  border-color: #8c9845;
}
.text-greenbg2 span,
.text-greenbg2 .h-videotitle {
  color: #8c9845;
}

.text-greenbg2 ul {
  position: relative;
}
.text-violabg ul {
  position: relative;
}
.text-greenbg2 ul li {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #000;
}
.text-greenbg2 ul li::before {
  background: url(../images/dot.svg);
  content: " ";
  width: 13px;
  position: absolute;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 10px;
  left: 0;
  margin-top: 7px;
}
.text-greenbg2 ul li::before {
  background: url(../images/green2dot.svg);
  background-repeat: no-repeat;
}

.text-violabg ul li::before {
  background: url(../images/dot.svg);
  content: " ";
  width: 13px;
  position: absolute;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 10px;
  left: 0;
  margin-top: 7px;
}
.text-violabg ul li::before {
  background: url(../images/purpledot.svg);
  background-repeat: no-repeat;
}

.text-darkgreenbg ul li::before {
  background: url(../images/greendot.svg);
  background-repeat: no-repeat;
}

.text-list-wrap.text-redbg {
  border-color: #db443d;
}
.text-redbg .image-list-wrap img {
  border-color: #db443d;
}
.orangebgcolor {
  background-color: #fdf4ec;
}

.text-orangebfcolor a {
  text-decoration-color: #e2952b;
}

.text-greenbg span,
.text-greenbg .h-videotitle {
  color: #8aaf83;
}

.text-greenbg ul {
  position: relative;
}
.text-greenbg ul li {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}
.text-greenbg ul li::before {
  background: url(../images/dot.svg);
  content: " ";
  width: 13px;
  position: absolute;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 10px;
  left: 0;
  margin-top: 7px;
}

.text-greenbg ul li::before {
  background: url(../images/greendot.svg);
  background-repeat: no-repeat;
}

.image-list-wrap.text-bluebg img {
  border-color: #4ab3bf;
}
.text-bluebg .image-list-wrap img {
  border-color: #4ab3bf;
}
.text-bluebg span,
.text-bluebg .h-videotitle {
  color: #4ab3bf;
}
.text-bluebg ul li::before {
  background: url(../images/bluedot.svg);
  background-repeat: no-repeat;
}
.noimageborder img {
  border: 0 !important;
}

.small-container {
  margin: 0 auto;
  width: 800px;
  max-width: 100%;
}
.small-container .text-list-text h3 {
  font-size: 56px;
  margin-top: 1em;
  line-height: 65px;
  text-align: center;
  margin-bottom: 1em;
  color: #0f0c0c;
  font-weight: 700;
}
.small-container .text-list-text h3 span {
  color: #db443d;
  font-weight: 900;
}
.text-col-text {
  flex: 0 0 auto;
  width: 50%;
  padding: 4%;
}
.text-col-text h3 {
  font-family: "freight-sans-pro-ultra", sans-serif;
  margin-bottom: 15px;
  font-size: 32px;
}
.text-col-text h5 {
  font-size: 24px;
  color: #000;
}
.text-col-text ul {
  font-size: 18px;
  color: #000;
}
.text-col-text1:after {
  content: " ";
}
.text-col-wrap {
  background: url(../images/seperator.svg);
  background-repeat: no-repeat;
  background-position: center;
  color: #0f0c0c;
}

ol li::marker {
  background: red;
}

.yellowdots .content-list ol {
  position: relative;
  counter-reset: myOrderedListItemsCounter;
  padding-left: 8rem;
}
.yellowdots .content-list ol li {
  list-style: none;
  margin-top: 8px;
  margin-bottom: 3em;
}
.yellowdots .content-list ol li::before {
  counter-increment: myOrderedListItemsCounter;
  content: counter(myOrderedListItemsCounter) "";
  background: url(../images/dotbgyellow.svg);
  width: 100px;
  position: absolute;
  height: 100px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 10px;
  left: 0;
  background-size: contain;
  margin-top: -3px;
  font-size: 45px;
  background-position: center;
  text-align: center;
  font-weight: 900;
  color: #fff;
  padding-top: 18px;
}
.yellowdots h5 {
  font-family: "freight-sans-pro-ultra", sans-serif;
  margin-bottom: 15px;
  font-size: 32px;
}

header.sticky-top1 {
  position: fixed;
  width: 100%;
  z-index: 99;
}

header.sticky-top1 + div,
header.sticky-top1 + main {
  margin-top: 136px;
}

/* .showdesktop {

} */
.showmobile {
  display: none;
}
#block-views-block-home-header-block-1 .views-field-field-media-image-1 {
  display: none;
}
#block-views-block-home-header-block-1 .views-field-field-media-image {
  display: block;
}

.slideshow .views-field-field-media-image-1 {
  display: none;
}
.slideshow .views-field-field-media-image {
  display: block;
}

.image-list-inner {
  position: relative;
}
.slick-initialized .slick-slide {
  position: relative;
}
.slide__caption {
  padding: 0 !important;
}
.slide__media {
  display: none;
}
.text-list-wrap.text-redbg4 {
  border-color: #db443d;
  background: #f4f5eb;
}
.text-redbg4 .image-list-wrap img {
  border-color: #f06f4f;
}
.text-redbg4 .image-list-credit {
  background: linear-gradient(
    90deg,
    rgba(140, 152, 69, 0.5) 0%,
    rgba(140, 152, 69, 0.5) 0%
  );
  color: #fefdf4;
}
.redbg4 .image-list-wrap img {
  border-color: #f06f4f;
}
.image-list-wrap.text-redbg4 img {
  border-color: #f06f4f;
}
.text-redbg4 span,
.text-greredbg3enbg2 .h-videotitle {
  color: #f06f4f;
}

.text-redbg4 ul {
  position: relative;
}
.text-redbg4 ul li {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}
.text-redbg4 ul li::before {
  background: url(../images/dot.svg);
  content: " ";
  width: 13px;
  position: absolute;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 10px;
  left: 0;
  margin-top: 7px;
}
.text-redbg4 ul li::before {
  background: url(../images/greendot.svg);
  background-repeat: no-repeat;
}
.text-redbg4 .h-videotitle {
  color: #f06f4f;
}

.text-list-wrap.text-purple {
  border-color: #a16ac4;
  background: #f4f5eb;
}
.text-purple .image-list-wrap img {
  border-color: #a16ac4;
}
.text-purple .image-list-credit {
  background: rgba(88, 49, 113, 0.75);
  color: #fefdf4;
}
.purple .image-list-wrap img {
  border-color: #a571b1;
}
.image-list-wrap.text-purple img {
  border-color: #a571b1;
}
.text-purple span,
.text-purple .h-videotitle {
  color: #a571b1;
}
.text-purple a {
  color: #a571b1;
}

.text-purple2 span,
.text-purple2 .h-videotitle {
  color: #a16ac4;
}
.text-purple2 a {
  color: #a16ac4;
}

.text-purple2 .image-list-credit {
  background: rgba(88, 49, 113, 0.75);
  color: #fefdf4;
}
.purple2 .image-list-wrap img {
  border-color: #a16ac4;
}
.image-list-wrap.text-purple2 img {
  border-color: #a16ac4;
}

.text-purple ul {
  position: relative;
}
.text-purple ul li {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}
.text-purple ul li::before {
  background: url(../images/dot.svg);
  content: " ";
  width: 13px;
  position: absolute;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 10px;
  left: 0;
  margin-top: 7px;
}
.text-purple ul li::before {
  background: url(../images/purpledot.svg);
  background-repeat: no-repeat;
}
.text-purple .h-videotitle {
  color: #a16ac4;
}

.text-list-wrap.text-redbg2 {
  border-color: #c10c4b;
  background: #f4f5eb;
}
.text-redbg2 .image-list-wrap img {
  border-color: #c10c4b;
}
.text-redbg2 .image-list-credit {
  background: rgba(113, 5, 43, 0.75);
  color: #fefdf4;
}
.redbg2 .image-list-wrap img {
  border-color: #c10c4b;
}
.image-list-wrap.text-redbg2 img {
  border-color: #c10c4b;
}
.text-redbg2 span,
.text-redbg2 .h-videotitle {
  color: #c10c4b;
}
.text-redbg2 a {
  color: #c10c4b;
}

.text-redbg2 ul {
  position: relative;
}
.text-redbg2 ul li {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}
.text-redbg2 ul li::before {
  background: url(../images/dot.svg);
  content: " ";
  width: 13px;
  position: absolute;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 10px;
  left: 0;
  margin-top: 7px;
}
.text-redbg2 ul li::before {
  background: url(../images/greendot.svg);
  background-repeat: no-repeat;
}

.text-list-wrap.text-bluebg2 {
  border-color: #73a3de;
  background: rgba(103, 149, 201, 0.2);
  color: #000;
}
.text-bluebg2 .image-list-wrap img {
  border-color: #6795c9;
}
.text-bluebg2 .image-list-credit {
  background: linear-gradient(
    90deg,
    rgba(103, 149, 201, 0.5) 0%,
    rgba(103, 149, 201, 0.5) 0%
  );
  color: #fefdf4;
}
.bluebg2 .image-list-wrap img {
  border-color: #6795c9;
}
.image-list-wrap.text-bluebg2 img {
  border-color: #6795c9;
}
.text-bluebg2 span,
.text-bluebg2 .h-videotitle {
  color: #6795c9;
}

.text-bluebg4 span,
.text-bluebg4 .h-videotitle {
  color: #5c96c4;
}
.text-bluebg4 a {
  color: #5c96c4;
  text-decoration: none;
  text-decoration: underline;
  text-decoration-color: #6795c9;
}

.text-bluebg2 ul {
  position: relative;
}
.text-bluebg2 ul li {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}
.text-bluebg2 ul li::before {
  background: url(../images/bluedot1.svg);
  content: " ";
  width: 13px;
  position: absolute;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 10px;
  left: 0;
  margin-top: 7px;
}
.text-bluebg2 ul li::before {
  background: url(../images/bluedot1.svg);
  background-repeat: no-repeat;
}
.text-bluebg2 a {
  color: #6795c9;
  text-decoration: none;
  text-decoration: underline;
  text-decoration-color: #6795c9;
  font-weight: 900;
}

.text-bluebg4 ul li::before {
  background: url(../images/bluedot1.svg);
  content: " ";
  width: 13px;
  position: absolute;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 10px;
  left: 0;
  margin-top: 7px;
}
.text-bluebg4 ul li::before {
  background: url(../images/bluedot1.svg);
  background-repeat: no-repeat;
}

.rightaligned {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

.page-node-6 .image-list-wrap {
  text-align: center;
}
.page-node-6 .image-list-wrap img {
  border: 0;
  width: 400px;
}
.page-node-6 .image-list-credit {
  display: none;
}
#block-toolkittitle {
  text-align: center;
  color: #000;
}
.fw500 {
  font-weight: 500;
  color: #fefdf4 !important;
}

.page-node-1 .region-slider {
  border-bottom: 8px solid #e2952b;
}
.page-node-2 .region-slider {
  border-bottom: 8px solid #e36073;
}
.page-node-3 .region-slider {
  border-bottom: 8px solid #8c9845;
}
.page-node-4 .region-slider {
  border-bottom: 8px solid #8aaf83;
}
.page-node-5 .region-slider {
  border-bottom: 8px solid #f06f4f;
}

#block-views-block-bootom-text-block-1 {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-bottom: 2em;
  margin-top: 6em;
}
#block-views-block-bootom-text-block-1 p a {
  color: #fff;
}
.bottomfooter {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-bottom: 2em;
  margin-top: 6em;
}
footer #block-mainnavigation a.is-active {
  color: #fefdf4 !important;
}

.region-content-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.toolkitclass {
  flex: 1;
}

#views-bootstrap-toolkit-content-slideshow-block-1 img {
  width: 100%;
}
ol.carousel-indicators {
  margin-bottom: -2em;
}
ol.carousel-indicators li {
  background: #e8e7de !important;
  border-radius: 50%;
  width: 19px !important;
  height: 0px !important;
}
ol.carousel-indicators li.active {
  background: #c4c3bd !important;
}
#block-views-block-toolkit-content-slideshow-block-1 .view-footer {
  margin-top: 4em;
  text-align: center;
  color: #4ab3bf;
  font-size: 18px;
}
#block-toolkit {
  text-align: center;
  color: #000;
  font-size: 18px;
  margin-bottom: 2em;
}
#block-toolkit .field--name-body a {
  color: #4ab3bf;
  font-weight: 600;
}

.content_bottom2 {
  border-top: 8px solid #4ab3bf;
  border-bottom: 8px solid #4ab3bf;
  padding-top: 2em;
  padding-bottom: 2em;
  background: rgba(74, 179, 191, 0.2);
}

@media (min-width: 576px) {
  .content_bottom2 {
    padding-top: 4em;
    padding-bottom: 3em;
  }
}

.content_bottom2 .region-content-bottom2 {
  display: flex;
  gap: 5%;
}
.content_bottom2 .bluecol {
  width: 47%;
}
.content_bottom2 h2 {
  font-family: "freight-sans-pro-ultra", sans-serif;
  font-size: 32px;
  margin-bottom: 30px;
  color: #000;
}
.content_bottom2 h3 {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 34px;
}
.page-node-type-tookkit h1,
#block-toolkittitle h4 {
  text-align: center;
  color: #000;
  text-align: center;
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 2em;
  font-size: 40px;
  font-family: "freight-sans-pro-ultra", sans-serif;
  line-height: 42px;
  margin-bottom: 1em;
}

.tabcontentinsidewraps .view-content {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.tabcontentinsidewraps .view-content .col-md-3 {
  width: 24%;
  margin-bottom: 15px;
}
.tabcontentinsidewraps .views-field-field-media-image {
  text-align: center;
}
.tabcontentinsidewraps .views-field-field-media-image img {
  height: 250px;
  width: auto;
}
.tabcontentwraps {
  border-top: 8px solid #4ab3bf;
  border-bottom: 8px solid #4ab3bf;
  padding-top: 2em;
  padding-bottom: 6em;
  background: rgba(74, 179, 191, 0.2);
  padding-left: 30px;
  padding-right: 30px;
}
.tabcontentinsidewraps .views-field-field-description {
  font-size: 18px;
  margin-bottom: 3em;
}
.tabcontentinsidewraps .views-field-field-title-field {
  font-size: 18px;
  text-align: center;
  margin-top: 8px;
}
.tabcontentinsidewraps .views-field-nothing {
  font-size: 18px;
  text-align: center;
}
.tabcontentinsidewraps .views-field-nothing a {
  color: #4ab3bf;
  font-size: 18px;
  text-decoration: none;
}
.titlwrap {
  font-family: "freight-sans-pro-ultra", sans-serif;
  font-size: 32px;
  margin-bottom: 15px;
  color: #000;
  margin-top: 2em;
}
.tabcontentwraps .views-field-field-description {
  margin-bottom: 3em;
}
.toptitlewrap {
  font-size: 56px;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 10px;
  color: #000000;
}

#block-views-block-tabs-block-1 .view-header {
  background-color: #012d2c;
  color: #fefdf4;
  text-align: center;
  padding-top: 3em;
  margin-bottom: -1px;
}
#block-views-block-tabs-block-1 .view-header h4 {
  font-family: "freight-sans-pro-ultra", sans-serif;
  font-size: 40px;
  margin-bottom: 15px;
}
#block-views-block-tabs-block-1 .view-header .tdes {
  font-size: 18px;
}

#views-bootstrap-tab-views-bootstrap-tabs-block-1 ul li button {
  background: url("../../../../sites/default/files/2023-03/Overdose%20Padding.svg");
  border: 0;
  color: #fefdf4;
  background-repeat: no-repeat;
  font-size: 23px;
  background-position: center top;
  padding-top: 120px;
  background-size: 125px !important;
  font-family: "paralucent-condensed";
  opacity: 0.65;
}
#views-bootstrap-tab-views-bootstrap-tabs-block-1 ul li:nth-child(2) button {
  background: url("../../../../sites/default/files/2023-03/Naloxone%20Padding_0.svg");
  background-repeat: no-repeat;
  background-position: center top;
}
#views-bootstrap-tab-views-bootstrap-tabs-block-1 ul li:nth-child(3) button {
  background: url("../../../../sites/default/files/2023-03/Heart%20Padding.svg");
  background-repeat: no-repeat;
  background-position: center top;
}
#views-bootstrap-tab-views-bootstrap-tabs-block-1 ul li:last-child button {
  background: url("../../../../sites/default/files/2023-03/Culture%20Padding.svg");
  background-repeat: no-repeat;
  background-position: center top;
}
#views-bootstrap-tab-views-bootstrap-tabs-block-1 ul li button.active,
#views-bootstrap-tab-views-bootstrap-tabs-block-1 ul li button:hover {
  opacity: 1;
}
.tabcontentclasses {
  margin: 0 auto;
  width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
.toptitlewrap {
  margin: 0 auto;
  width: 1320px;
  margin-top: 1em;
  margin-bottom: 10px;
  max-width: 100%;
}
body.page-node-10 {
  overflow-x: hidden;
}

/* #block-webform .form-item {

} */
#block-webform .form-item label {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
#block-webform .form-item .form-control {
  border-radius: 0;
  padding: 9px 12px;
}
#block-webform .form-submit {
  background: #4ab3bf;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 23px;
  font-family: "paralucent-condensed";
  padding: 1px 18px;
}
#block-webform .form-submit:hover {
  background: #3b949f;
}

.page-node-6 .upperfooter-cover .container {
  display: none;
}
.page-node-10 .upperfooter-cover .container {
  display: none;
}
.page-node-6 footer {
  border: 0;
  background: #211429 !important;
}

.page-node-10 footer {
  background: transparent url(../images/faq.svg) no-repeat center top / cover !important;
  border-top: none;
  margin-top: 50px !important;
  padding-top: 150px;
  position: relative;
  z-index: 1;
}

.page-node-10 .footerbottom-cover {
  margin-top: -2px;
}

.content-list ul li::before,
.text-list-text ul li::before {
  mask: url(../images/bluedot1.svg) no-repeat 50% 50%;
  -webkit-mask: url(../images/bluedot1.svg) no-repeat 50% 50%;
  mask-size: auto;
  -webkit-mask-size: auto;
  background-repeat: no-repeat;

  mask-size: cover;
  -webkit-mask-size: cover;
}

.slideshow .view-row {
  position: relative;
}
@media (min-width: 768px) {
  .page-node-10 footer {
    margin-top: 100px !important;
    padding-top: 180px;
  }
}

@media (min-width: 1024px) {
  .page-node-10 footer {
    padding-top: 13vw;
  }
}

.faqwrap a {
  color: #f0b243;
  font-weight: 900;
  text-decoration: underline;
}
.nocredit .image-list-credit {
  display: none;
}

.page-node-5 .upperfooter-cover {
  margin-top: 4em;
}

.page-node-6 .image-list-wrap-content {
  margin-bottom: 10px;
  margin: 0 auto;
  width: 1320px;
  text-align: left;
  max-width: 100%;
}
.page-node-6 .rightalignedimage .image-list-wrap-content {
  margin-bottom: 10px;
  margin: 0 auto;
  width: 64%;
  text-align: left;
  max-width: 100%;
}
.imagecopy {
  text-align: left;
  margin-left: 140px;
}
.imagecopy img {
  display: inline-block;
  height: auto;
}
.margin-6-em {
  margin-bottom: 6em;
}
.headinside {
  width: 46%;
}

#block-ordermaterialstoday {
  color: #000;
}
#block-ordermaterialstoday .field--name-body a {
  color: #4ab3bf;
}
.imagebottom .image-list-wrap {
  padding-top: 2em;
  padding-bottom: 0;
  margin-bottom: 0;
}
.image-list-wrap-top {
  padding-top: 0;
}
.headerlink a {
  color: inherit;
  text-decoration: none;
}
a.downloadfile[href=""] {
  display: none;
}

.page-node-6 .content-wrap {
  padding-top: 3em;
  padding-bottom: 3em;
}

/* toolkit tabs  */

.toolkit-tabs-view-wrapper .view-header {
  background-color: #012d2c;
  color: #fefdf4;
  text-align: center;
  padding-top: 3em;
  padding-bottom: 3rem;
  position: relative;
  margin-bottom: 6em;
}

.toolkit-tabs-view-wrapper > .view-content {
  padding-top: 1px;
}

.toolkit-tabs-view-wrapper .view-header::after {
  content: " ";
  background: url(../images/toolkitdesktop.png) no-repeat;
  background-size: cover;
  clear: both;
  width: 100%;
  display: block;
  height: 8rem;
  bottom: -7.5em;
  left: 0;
  position: absolute;
}

.view-id-toolkit_title.view-display-id-block_1 h4 {
  font-family: "freight-sans-pro-ultra", sans-serif;
  font-size: 40px;
  margin-bottom: 15px;
}
.view-id-toolkit_title.view-display-id-block_1 .tdes {
  font-size: 18px;
}

.toolkit-tabs-view-wrapper .view-grouping-header h2 {
  font-size: 56px;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 10px;
  color: #000000;
}

.toolkit-tabs-content-wrapper h3 {
  font-family: "freight-sans-pro-ultra", sans-serif;
  font-size: 32px;
  color: #000;
  margin: 2rem 0rem;
  text-transform: uppercase;
}

.toolkit-tabs-content .views-row {
  margin-top: 15px;
}

.toolki-tabs-wrapper.nav-tabs,
.toolki-tabs-wrapper.nav-tabs .nav-link:hover,
.toolki-tabs-wrapper.nav-tabs .nav-link:focus,
.toolki-tabs-wrapper.nav-tabs .nav-link,
.toolki-tabs-wrapper.nav-tabs .nav-link.active {
  background: transparent;
  border: 0;
  color: unset;
  outline: 0;
  margin: 0;
  padding: 0;
}

.toolki-tabs-wrapper.nav-tabs .nav-link.active .field--name-field-tab-image {
  opacity: 0;
}

#views-bootstrap-toolkit-content-slideshow-block-1 .carousel-inner {
  padding: 0 40px;
}

#views-bootstrap-toolkit-content-slideshow-block-1 .carousel-control-prev,
#views-bootstrap-toolkit-content-slideshow-block-1 .carousel-control-next {
  width: 20px;
  opacity: 1;
}

#views-bootstrap-toolkit-content-slideshow-block-1 .carousel-control-prev svg,
#views-bootstrap-toolkit-content-slideshow-block-1 .carousel-control-next svg {
  fill: #4ab3bf;
}

#views-bootstrap-toolkit-content-slideshow-block-1
  .carousel-indicators
  [data-bs-target] {
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #c4c3bd !important;
  border-radius: 50% !important;
  background: transparent !important;
}

#views-bootstrap-toolkit-content-slideshow-block-1
  .carousel-indicators
  [data-bs-target].active {
  background: #c4c3bd !important;
}

.toolki-tabs-wrapper.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px -15px;
  margin-top: 2.5rem;
}

.toolki-tabs-wrapper > div {
  padding: 0px 30px;
  margin-top: 40px;
  flex: 0;
  cursor: pointer;
}

.toolki-tabs-wrapper .vocabulary-toolkit-items {
  display: inline-flex;
  align-items: center;
}

.toolki-tabs .image-box {
  position: relative;
}

.toolki-tabs .image-box img {
  width: 100%;
  height: 100%;
}

.toolki-tabs .image-box div {
  transition: all 0.5s ease;
  width: 63px;
  height: 63px;
}

.toolki-tabs:hover .image-box > div {
  opacity: 0;
}

.toolki-tabs .nav-link {
  opacity: 0.65;
  transition: all 0.5s ease;
}

.toolki-tabs .nav-link.active,
.toolki-tabs .nav-link:hover {
  opacity: 1;
}

a.downloadfile {
  color: #4ab3bf;
  font-size: 18px;
  text-decoration: none;
}

.toolki-tabs:hover .image-box .field--name-field-tab-hover-image {
  opacity: 1;
}

/* .toolki-tabs .nav-link.active .image-box > .{
  opacity: 0;
} */
/* fix me */

.toolki-tabs .nav-link.active .image-box .field--name-field-tab-active-image {
  opacity: 1;
}

.toolki-tabs h3 {
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 23px;
  line-height: 35px;
}
.toolki-tabs h3 > div {
  white-space: nowrap;
  font-family: "paralucent-condensed";
  color: rgba(255, 255, 255, 1);
}

.toolki-tabs .field--name-field-tab-hover-image,
.toolki-tabs .field--name-field-tab-active-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.toolkit-tabs-view-wrapper .view-grouping-content {
  border-top: 8px solid #4ab3bf;
  border-bottom: 8px solid #4ab3bf;
  padding-top: 2em;
  padding-bottom: 6em;

  background: rgba(74, 179, 191, 0.2);
  padding-left: 30px;
  padding-right: 30px;
}

.toolkit-tabs-view-wrapper .view-grouping-content p {
  margin-bottom: 0;
}

.toolkit-tabs-view-wrapper .view-grouping-content .toolkit-tabs-content {
  text-align: center;
}

.toolkit-tabs-content img {
  height: 250px;
  width: auto;
}

.toolkit-tabs-content .views-field-field-title-field {
  font-size: 18px;
  text-align: center;
  margin-top: 8px;
}

@media (min-width: 992px) {
  .homeslide .views-field-field-media-image img,
  .image-list-wrap img {
    width: 100%;
    min-height: 600px;
    object-fit: cover;
    object-position: center;
  }
}

/* mobile responsive #73A3DE */

@media (max-width: 780px) {
  .homeslide .views-field-field-media-image img,
  .image-list-wrap img {
    width: 100%;
    min-height: 330px;
  }
}

@media (max-width: 992px) {
  .headinside .views-field-field-title::before {
    margin-bottom: 3%;
    background-size: 50px;
    height: 35px;
  }
  .headinside .views-field-field-title::after {
    margin-top: 3%;
    background-size: 50px;
    height: 35px;
  }
  .homeslide .views-field-field-title {
    font-size: 24px;
    line-height: 30px;
    width: 100%;
  }
  .content-list .h-title {
    font-size: 35px;
    line-height: 45px;
  }
  .h-videotitle {
    font-size: 40px;
    line-height: 45px;
  }
  .h-videdesc {
    font-size: 18px;
    line-height: 30px;
  }
  .content-wrap {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .contentimg + .content-wrap {
    padding-top: 0;
  }
  .faqblock h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .homeslide .views-field-field-media-image img,
  .image-list-wrap img {
    width: 100%;
    min-height: 450px;
    object-fit: cover;
    object-position: right;
  }

  .page-node-6 .image-list-wrap img {
    min-height: 210px;
    margin-bottom: 20px;
  }

  .navbar-toggler-icon {
    background: url("../images/menu.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .toolki-tabs h3 > div {
    white-space: wrap;
  }

  ul.navbar-nav {
    margin-top: 15px;
  }
  header .nav-link,
  header .media-library-view--widget .view-header a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 780px) {
  .header_sider_button,
  .header_sider_button:hover,
  .header_sider_button:focus {
    font-size: 16px;
    margin-top: 15px;
  }
  .slideshow .views-field-field-media-image {
    display: none;
  }

  .slideshow .slick__arrow {
    top: 46%;
  }

  .homeslide .views-field-field-title {
    font-size: 20px;
    line-height: 25px;
  }

  .homeslide .views-field-field-credit {
    margin-top: 1em;
  }

  .headinside {
    width: 100%;
  }
  .page-node-3 .homeslide .views-field-field-credit {
    text-align: left;
    width: 100%;
  }
  /* .content-list .col-10 {

  } */
  .showdesktop {
    display: none;
  }
  .showmobile {
    display: block;
  }
  #block-views-block-home-header-block-1 .views-field-field-media-image-1 {
    display: block;
  }
  #block-views-block-home-header-block-1 .views-field-field-media-image-1 img {
    width: 100%;
  }
  .slideshow .views-field-field-media-image-1 {
    display: block;
  }
  .slideshow img {
    width: 100%;
  }
  #block-views-block-home-header-block-1 .views-field-field-media-image {
    display: none;
  }
  .yellowdots .content-list ol li::before {
    width: 58px;
    height: 62px;
    font-size: 26px;
    padding-top: 12px;
  }
  .yellowdots .content-list ol {
    padding-left: 4rem;
  }
  .padding-left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bighead .content-list .h-title {
    font-size: 35px;
    color: #231f20;
    line-height: 45px;
  }
  .text-col-text {
    flex: 0 0 auto;
    width: 100%;
    padding: 015px;
  }
  .text-col-wrap {
    background: none;
  }
  .small-container .text-list-text h3 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  #block-footerlogo {
    padding: 10px;
    margin-top: 2em;
  }
  footer .region-footeright {
    display: block;
  }
  .show-desktop {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .homeslide .views-field-field-credit {
    font-size: 14px;
  }
  .textcontainer {
    background: rgba(183, 110, 9, 0.75);
    bottom: 0;
    height: 60%;
    top: auto;
  }
  .page-node-4 .textcontainer {
    background: rgba(68, 90, 63, 0.75);
  }
  .page-node-5 .textcontainer {
    background: rgba(129, 40, 18, 0.75);
  }
  .page-node-3 .textcontainer {
    background: rgba(68, 73, 38, 0.75);
  }
  .page-node-2 .textcontainer {
    background: rgba(145, 31, 56, 0.75);
  }
  .content-list .h-title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 30px;
  }
  .h-title-big {
    font-size: 35px;
    line-height: 45px;
  }
  .image-list-credit {
    font-size: 16px;
  }
  .upperfooter-cover {
    background-position: center;
  }
  .faqwrap {
    display: block;
    text-align: center;
  }
  .faqwrap .views-field-field-media-svg {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
  .faqwrap .views-field-fieldset-1 {
    width: 100%;
  }
  footer .container {
    display: block;
  }
  .footermenu ul li {
    width: auto;
  }
  blockquote {
    line-height: 30px;
  }
  body .logo2 {
    height: 30px;
  }
  body .logo1 {
    margin-right: 20px;
  }
  #block-views-block-float-button-block-1
    .views-field-field-float-button-title
    a {
    font-size: 16px;
    padding: 32px 32px;
    padding-bottom: 14px;
    background-size: contain;
  }
  .extrapadding .content-list,
  .text-extrapadding .content-list {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .extrapadding .content-list,
  .text-extrapadding .content-list {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .content-wrap h3 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 28px;
  }
  .content_bottom2 h3 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 28px;
  }

  .content-wrap h6 {
    font-size: 20px;
    line-height: 32px;
    /*font-size: 26px;*/
  }
  /* .content-wrap h5 {
    font-size: 26px;
  } */
  /* .h-description {
    font-size: 25px;
  } */
  blockquote {
    font-size: 20px;
  }
  .text-col-text h5 {
    font-size: 20px;
  }
  .content-wrap h2 {
    line-height: 34px;
    font-size: 30px;
  }
  .image-list-wrap-contentmobile {
    margin-top: 2em;
  }
  .content-list .h-title {
    margin-bottom: 30px !important;
  }
  .content-list {
    background-position: 0 50% !important;
  }
  .content-wrap-Right .content-list {
    background-position: 100% 50% !important;
  }
  .content-wrap-Left .content-list {
    background-position: 0 50% !important;
  }
  .bg-imagebg .content-list {
    background-position: 0 50% !important;
  }
  .faqwrap .views-field-field-media-svg img {
    height: 100px;
  }
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
  #block-views-block-home-header-block-1 .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .upperfooter-cover .container {
    padding-left: 35px;
    padding-right: 35px;
  }
  .region-content-bottom {
    display: block;
  }
  #views-bootstrap-tab-views-bootstrap-tabs-block-1 ul li {
    flex: 0 50%;
  }
  #views-bootstrap-tab-views-bootstrap-tabs-block-1 ul {
    background-color: #012d2c;
    padding-bottom: 1em;
  }
  .view-tabs-content-image .views-row {
    width: 100%;
    margin-bottom: 30px;
  }
  .tabcontentinsidewraps .view-content {
    display: block;
  }
  .view-tabs-content-image .view-content {
    display: block;
  }
  /* .page-node-6 .upperfooter-cover {

  } */
  .imagecopy {
    text-align: center;
    margin-left: 0;
    width: 120%;
  }
  .imagecopy img {
    display: inline-block;
    height: auto;
  }
  .image-list-wrap {
    padding-bottom: 2em;
  }
  .page-node-type-tookkit h1,
  #block-toolkittitle h4 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 1em;
  }
  #block-toolkittitle h4 {
    margin-bottom: -1em;
  }
  .page-node-6 .image-list-wrap img {
    border: 0;
    width: 200px;
    object-fit: contain;
  }

  .page-node-6 .upperfooter-cover {
    content: " ";
    display: block;
    background-repeat: no-repeat;
    width: 100%;
    background: url("../images/footer2.svg");
    background-repeat: no-repeat;
    color: #fefdf4;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
    background-position: top;
    background-repeat: no-repeat;
    background-position: top !important;
    padding-top: 4em;
    padding-bottom: 0;
    /* background-color: #211429; */
  }
  .page-node-6 .upperfooter-cover .container {
    background: #211429;
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .content_bottom2 .region-content-bottom2 {
    display: block;
  }
  .content_bottom2 .bluecol {
    width: 100%;
  }
  .page-node-6 .rightalignedimage .image-list-wrap-content {
    width: 83%;
  }
  .page-node-6 .image-list-wrap-content {
    width: 90%;
  }
  .margin-6-em {
    margin-bottom: 3em;
  }
  .content-wrap .show-mobile .image-list-wrap-content {
    padding-bottom: 0;
  }

  .titlwrap {
    margin-top: 15px;
  }
  .page-node-type-tookkit h1,
  #block-toolkittitle h4,
  #block-views-block-tabs-block-1 .view-header .tdes,
  #block-views-block-toolkit-title-block-1 .tdes {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-node-10 .tabcontentclasses {
    padding: 0;
  }

  #block-views-block-tabs-new-tabs-block-1 ul li {
    flex: 0 50%;
  }
  #block-views-block-tabs-new-tabs-block-1 ul {
    background-color: #012d2c;
    padding-bottom: 1em;
  }
  .view-tabs-new .views-col {
    float: none;
    width: 100% !important;
  }
  footer {
    padding: 3rem 0;
  }
}

@media (max-width: 768px) {
  .toolki-tabs-wrapper.nav-tabs {
    display: block !important;
  }
  .toolki-tabs-wrapper .vocabulary-toolkit-items {
    display: flex !important;
  }

  .toolki-tabs-wrapper > div {
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .toolki-tabs-wrapper {
    display: block;
  }
}

.region-content-bottom1 {
  margin: 30px 0 0 0;
}

.region-content-bottom1 > div {
  margin: 0;
}

.region-content-bottom1 p {
  margin: 0;
}

@media (min-width: 768px) {
  .region-content-bottom1 {
    margin: 0;
  }
}

/* ... */

.page-node-1 div.text-:nth-child(2) > div:nth-child(1) > div:nth-child(1),
.page-node-2 div.text-redbg1:nth-child(2) > div:nth-child(1) > div:nth-child(1),
.page-node-4
  div.content-wrap-2-bottom:nth-child(2)
  > div:nth-child(1)
  > div:nth-child(1),
.page-node-5 div.text-redbg2:nth-child(2) > div:nth-child(1) > div:nth-child(1),
.page-node-5
  div.text-bluebg2:nth-child(2)
  > div:nth-child(1)
  > div:nth-child(1) {
  margin-bottom: 0 !important;
  padding: 2em 0;
}
.page-node-1 div.text-:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
  padding: 0 2em 2em 0;
}

.page-node-2
  div.text-redbg1:nth-child(2)
  > div:nth-child(1)
  > div:nth-child(1) {
  padding: 0 0 2em 0;
}

.page-node-2 div.content-wrap:nth-child(5),
.page-node-3 div.content-wrap:nth-child(6) {
  padding-bottom: 0;
}

.page-node-3
  div.text-bluebg:nth-child(2)
  > div:nth-child(1)
  > div:nth-child(1) {
  margin-bottom: 0 !important;
  padding: 0 0 2em 0;
}

.page-node-4 div.image-list-wrap:nth-child(2) {
  padding: 0 0 3em 0 !important;
}

.page-node-4 #using-naloxone {
  margin-top: 0;
  padding-bottom: 4em;
}

.page-node-4
  div.content-wrap-2-bottom:nth-child(2)
  > div:nth-child(1)
  > div:nth-child(1) {
  padding-top: 0;
}

.page-node-6
  div.content-wrap:nth-child(2)
  > div:nth-child(2)
  > div:nth-child(1)
  > div:nth-child(1) {
  padding-top: 0;
}

.page-node-6 footer {
  position: relative;
  margin-top: -1px !important;
  z-index: 1;
}

.page-node-10
  .tab-pane
  .tabwraps
  .view-tabs-content
  .views-row
  .views-field-parent-id {
  display: none;
}

.page-node-2 div.text-pinkbg:nth-child(2),
.page-node-5 div.extrapadding:nth-child(2) {
  padding-top: 0;
}

@media (min-width: 768px) {
  .page-node-1
    div.content-wrap:nth-child(5)
    > div:nth-child(1)
    > div:nth-child(1)
    > div:nth-child(1),
  .page-node-2
    div.content-wrap:nth-child(3)
    > div:nth-child(1)
    > div:nth-child(1)
    > div:nth-child(1),
  .page-node-3
    div.content-wrap:nth-child(6)
    > div:nth-child(1)
    > div:nth-child(1)
    > div:nth-child(1),
  .page-node-4
    div.content-wrap:nth-child(7)
    > div:nth-child(1)
    > div:nth-child(1)
    > div:nth-child(1),
  .page-node-4 div.content-wrap:nth-child(6) > div:nth-child(1) {
    padding-top: 0;
  }

  .page-node-2 div.content-wrap:nth-child(5) > div:nth-child(1),
  .page-node-5 div.content-wrap:nth-child(3) > div:nth-child(1) {
    padding-top: 2em;
  }

  .page-node-1 div.content-wrap:nth-child(2) > div:nth-child(1) {
    padding: 0;
  }

  .page-node-2 div.content-wrap:nth-child(5),
  .page-node-3 div.content-wrap:nth-child(6) {
    padding-bottom: 6em;
  }

  .page-node-4 div.content-wrap:nth-child(6) > div:nth-child(1) {
    padding-bottom: 0;
  }

  .page-node-4 .upperfooter-cover {
    margin-top: 6em;
  }

  .page-node-5 .view-content .content-wrap:nth-child(5) {
    padding-top: 6em !important;
  }

  .page-node-5 .upperfooter-cover {
    margin-top: 4em;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .homeslide .views-field-field-title {
    font-size: 35px;
    line-height: 42px;
  }
}

@media (min-width: 780px) and (max-width: 1300px) {
  .homeslide .views-field-field-credit {
    font-size: 18px;
  }
}

.hero {
  height: calc(100vh - 136px);
  /* height:calc(100vh - 75px); */
  /* height:calc(100vh); */
  position: relative;
  z-index: 20;
}

.hero h1 {
  font-weight: 700;
  font-size: 75px;
  color: #fff;
  text-wrap: balance;
}
@media screen and (max-width: 780px) {
  .hero h1 {
    font-size: 50px;
  }
}

.hero i {
  color: #fff;
  font-size: 18px;
}

.hero-wrapper {
  position: absolute;
  z-index: 50;
  width: 100%;
  bottom: 0;
  /* border-top:1px solid #fff; */
}

.hero-content {
  max-width: 1320px;
  width: 100%;
  margin: auto;
}

.hero-content .hero-copy,
.hero-content .hero-play {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hero-play {
  align-items: center;
}

.btn-video {
  display: flex;
  gap: 10px;
}

/* .hero-play {
  border-left:1px solid #fff;
} */

/* .hero-content {
  border-right:1px solid #fff;
  border-left:1px solid #fff;
  border-top:1px solid #fff;
} */

.background-wrapper {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    355deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 75%
  );
}

.background-video {
  background-color: #000000;
  height: 100%;
}

.background-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  opacity: 0.75;
}

button.btn-video p {
  text-decoration: underline;
  margin-bottom: 0;
}

button.btn-video i {
  color: #000;
  height: fit-content;
}
button.btn-video:hover i {
  color: #fff;
}

button.btn-video {
  background-color: #e2952b;
  border: none;
  color: #000 !important;
  font-size: 18px;
  padding: 20px 15px;
}
button.btn-video:hover {
  background-color: #e2952b;
  color: #fff !important;
}

.hidden-video {
  max-width: 1320px;
  margin: auto;
  padding: 2rem 0rem;
}

.hidden-video video {
  max-width: 600px;
  text-align: center;
}

.treatment-accord .ckeditor-accordion-container > dl dt > a,
.ckeditor-accordion-container > dl dt > a:not(.button) {
  padding: 10px 15px 10px 15px;
  background-color: transparent;
  text-decoration: none;
  border-bottom: 1px solid #8c9845;
  font-family: "freight-sans-pro-ultra", sans-serif;
  font-size: 32px;
  color: #0f0c0c;
}

.text-youth h3,
.text-youthorange h3,
.text-youthpurple h3 {
  font-family: "freight-sans-pro-ultra", sans-serif;
  font-size: 32px;
  color: #0f0c0c;
  text-transform: uppercase;
}

.text-youthpurple .treatment-accord .ckeditor-accordion-container > dl dt > a,
.text-youthpurple .ckeditor-accordion-container > dl dt > a:not(.button) {
  border-bottom: 1px solid #71276b;
  font-size: 24px;
  font-family: "paralucent";
}

.text-youth .treatment-accord .ckeditor-accordion-container > dl dt > a,
.text-youth .ckeditor-accordion-container > dl dt > a:not(.button) {
  border-bottom: 1px solid #0067b3;
  font-size: 24px;
  font-family: "paralucent";
}

.text-youth.text-list-wrap.text-greenbg2 {
  border-color: #0067b3;
  background: rgba(45, 114, 185, 0.08);
}

.text-youthpurple.text-list-wrap.text-greenbg2 {
  border-color: #71276b;
  background: rgba(121, 43, 121, 0.08);
}

.text-youthorange .treatment-accord .ckeditor-accordion-container > dl dt > a,
.text-youthorange .ckeditor-accordion-container > dl dt > a:not(.button) {
  border-bottom: 1px solid #e04e21;
  font-size: 24px;
  font-family: "paralucent";
}

.text-youthorange.text-list-wrap.text-greenbg2 {
  border-color: #e04e21;
  background: rgba(219, 89, 38, 0.08);
}

@media (max-width: 780px) {
  .treatment-accord .ckeditor-accordion-container > dl dt > a,
  .ckeditor-accordion-container > dl dt > a:not(.button) {
    font-size: 28px;
  }
}

.treatment-accord .ckeditor-accordion-container > dl dt > a:hover,
.ckeditor-accordion-container > dl dt > a:not(.button):hover {
  background-color: #8c9845;
}

.text-youthorange
  .treatment-accord
  .ckeditor-accordion-container
  > dl
  dt
  > a:hover,
.text-youthorange .ckeditor-accordion-container > dl dt > a:not(.button):hover {
  background-color: #e04e21;
}

.text-youthpurple
  .treatment-accord
  .ckeditor-accordion-container
  > dl
  dt
  > a:hover,
.text-youthpurple .ckeditor-accordion-container > dl dt > a:not(.button):hover {
  background-color: #71276b;
}

.text-youth .treatment-accord .ckeditor-accordion-container > dl dt > a:hover,
.text-youth .ckeditor-accordion-container > dl dt > a:not(.button):hover {
  background-color: #0067b3;
}

.treatment-accord
  .ckeditor-accordion-container
  > dl
  dt
  > a
  > .ckeditor-accordion-toggle {
  right: 10px;
  left: auto;
}

.treatment-accord .ckeditor-accordion-container > dl dd {
  padding: 15px !important;
}

.treatment-accord .ckeditor-accordion-container > dl {
  border: none;
}

.text-youthpurple.treatment-accord
  .ckeditor-accordion-container
  > dl
  dt
  > a
  > .ckeditor-accordion-toggle:before,
.text-youthpurple.treatment-accord
  .ckeditor-accordion-container
  > dl
  dt
  > a
  > .ckeditor-accordion-toggle::after {
  background-color: #71276b;
}

.text-youth.treatment-accord
  .ckeditor-accordion-container
  > dl
  dt
  > a
  > .ckeditor-accordion-toggle:before,
.text-youth.treatment-accord
  .ckeditor-accordion-container
  > dl
  dt
  > a
  > .ckeditor-accordion-toggle::after {
  background-color: #0067b3;
}

.text-youthorange.treatment-accord
  .ckeditor-accordion-container
  > dl
  dt
  > a
  > .ckeditor-accordion-toggle:before,
.text-youthorange.treatment-accord
  .ckeditor-accordion-container
  > dl
  dt
  > a
  > .ckeditor-accordion-toggle::after {
  background-color: #e04e21;
}

.treatment-accord
  .ckeditor-accordion-container
  > dl
  dt
  > a
  > .ckeditor-accordion-toggle:before,
.treatment-accord
  .ckeditor-accordion-container
  > dl
  dt
  > a
  > .ckeditor-accordion-toggle::after {
  background-color: #8c9845;
}

.treatment-accord
  .ckeditor-accordion-container
  > dl
  dt
  > a:hover
  > .ckeditor-accordion-toggle:before,
.treatment-accord
  .ckeditor-accordion-container
  > dl
  dt
  > a:hover
  > .ckeditor-accordion-toggle::after {
  background-color: #fff;
}

.treatment-accord h2,
.treatment-accord p {
  color: #231f20;
}

.treatment-accord p {
  font-size: 18px;
}

.text-coralbg span,
.text-coralbg .h-videotitle {
  color: #8c9845;
}

.text-coralbg .image-list-wrap img {
  border-color: #8c9845;
}

.text-darkgreenbg span,
.text-darkgreenbg .h-videotitle {
  color: #407d6f;
}

.text-darkgreenbg .image-list-wrap img {
  border-color: #407d6f;
}

.text-violabg span,
.text-violabg .h-videotitle {
  color: #7a5a7f;
}

.text-violabg .image-list-wrap img {
  border-color: #7a5a7f;
}

.image-list-wrap.text-violabg img {
  border-color: #7a5a7f;
}

.text-violabg .image-list-credit {
  background: rgba(122, 90, 127, 0.75);
  color: #fefdf4;
}

/* .darkgreencolor .image-list-credit {
  background: rgba(46,81,73,0.75);
  color: #fefdf4;
} */

.page-node-11 .slide--0 .textcontainer {
  background: linear-gradient(
    to right,
    rgba(68, 73, 38, 0.75) 0%,
    rgba(68, 73, 38, 0.75) 50%,
    transparent 50%,
    transparent 100%
  );
}

.page-node-11 .slide--0 .border-bottom {
  background: #8c9845;
}

@media (max-width: 780px) {
  .page-node-11 .slide--0 .textcontainer {
    background: rgba(68, 73, 38, 0.75);
  }
}

.page-node-11 .slide--1 .textcontainer {
  background: linear-gradient(
    to left,
    rgba(102, 45, 20, 0.75) 0%,
    rgba(102, 45, 20, 0.75) 50%,
    transparent 50%,
    transparent 100%
  );
}

.page-node-11 .slide--1 .border-bottom {
  background: #a0492e;
}

@media (max-width: 780px) {
  .page-node-11 .slide--1 .textcontainer {
    background: rgba(102, 45, 20, 0.75);
  }
}

.page-node-11 .slide--2 .textcontainer {
  background: linear-gradient(
    to right,
    rgba(44, 68, 128, 0.75) 0%,
    rgba(44, 68, 128, 0.75) 50%,
    transparent 50%,
    transparent 100%
  );
}

.page-node-11 .slide--2 .border-bottom {
  background: #7ea9e6;
}

@media (max-width: 780px) {
  .page-node-11 .slide--2 .textcontainer {
    background: rgba(44, 68, 128, 0.75);
  }
}

.page-node-11 .slide--3 .textcontainer {
  background: linear-gradient(
    to right,
    rgba(27, 24, 24, 0.75) 0%,
    rgba(27, 24, 24, 0.75) 50%,
    transparent 50%,
    transparent 100%
  );
}

.page-node-11 .slide--3 .border-bottom {
  background: #abc893;
}

@media (max-width: 780px) {
  .page-node-11 .slide--3 .textcontainer {
    background: rgba(27, 24, 24, 0.75);
  }
}

.page-node-11 .slide--4 .textcontainer {
  background: linear-gradient(
    to right,
    rgba(133, 24, 25, 0.75) 0%,
    rgba(123, 24, 25, 0.75) 50%,
    transparent 50%,
    transparent 100%
  );
}

.page-node-11 .slide--4 .border-bottom {
  background: #db443d;
}

@media (max-width: 780px) {
  .page-node-11 .slide--4 .textcontainer {
    background: rgba(133, 24, 25, 0.75);
  }
}

.page-node-11 .slide--5 .textcontainer {
  background: linear-gradient(
    to left,
    rgba(44, 68, 128, 0.75) 0%,
    rgba(44, 68, 128, 0.75) 50%,
    transparent 50%,
    transparent 100%
  );
}

.page-node-11 .slide--5 .border-bottom {
  background: #73a3de;
}

@media (max-width: 780px) {
  .page-node-11 .slide--5 .textcontainer {
    background: rgba(44, 68, 128, 0.75);
  }
}
