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

.primary-color {
  color: #cc4927; }

.primary-color__background {
  background-color: #cc4927; }

.secondary-color {
  color: #6a4a62; }

.secondary-color__background {
  background-color: #6a4a62; }

.btn.btn-primary {
  background-color: #41bdbb;
  color: #ffffff; }
  .btn.btn-primary:hover, .btn.btn-primary:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: black; }

.btn.btn-secondary {
  background-color: #cc4927;
  color: #f7f7f7; }
  .btn.btn-secondary:hover, .btn.btn-secondary:focus {
    color: #f7f7f7;
    text-decoration: none;
    background-color: black; }

body[class*="prevention"] .btn.btn-secondary,
body[class*="mental-health"] .btn.btn-secondary {
  background-color: #6a4a62;
  color: #f7f7f7; }
  body[class*="prevention"] .btn.btn-secondary:hover, body[class*="prevention"] .btn.btn-secondary:focus,
  body[class*="mental-health"] .btn.btn-secondary:hover,
  body[class*="mental-health"] .btn.btn-secondary:focus {
    color: #f7f7f7;
    text-decoration: none;
    background-color: black; }

.button-bg-attc-primary {
  background-color: #cc4927;
  color: #ffffff; }
  .button-bg-attc-primary:hover, .button-bg-attc-primary:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: black; }

.button-bg-attc-secondary {
  background-color: #283541;
  color: #ffffff; }
  .button-bg-attc-secondary:hover, .button-bg-attc-secondary:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: black; }

.button-bg-attc-highlight {
  background-color: #6a4a62;
  color: #ffffff; }
  .button-bg-attc-highlight:hover, .button-bg-attc-highlight:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: black; }

.background-attc-primary {
  background-color: #cc4927; }

.background-attc-secondary {
  background-color: #283541; }

.background-attc-highlight {
  background-color: #6a4a62; }

.background-attc-c2a-button {
  background-color: #6a4a62; }

input[type='radio']:checked, input[type='checkbox']:checked {
  background-color: #6a4a62; }

input[type='button'], input[type='submit'] {
  background-color: #6a4a62; }

.site-footer .last {
  background-color: #cc4927;
  border-top: 2px solid #6a4a62; }

body[class*="addiction"].toggled .mobile-main-menu {
  background: #00457f; }

body[class*="prevention"].toggled .mobile-main-menu {
  background: #93a544; }

body[class*="prevention"] .background-attc-c2a-button {
  background-color: #00457f; }

body[class*="mental-health"].toggled .mobile-main-menu {
  background: #cc4927; }

.page-header {
  background: #CC4927; 
}

#block-attcnetwork-branding .menu-hub-login {
  background: #6a4a62; }

.block-we-megamenu,
#block-mainnavigation {
  background: #CC4927; }

.navbar-we-mega-menu .dropdown-menu.active-trail {
  background: #cc4927; }

.we-mega-menu-ul > .we-mega-menu-li:hover {
  background: #cc4927; }

.we-mega-menu-ul > .we-mega-menu-li.active:hover, .we-mega-menu-ul > .we-mega-menu-li.active:focus {
  background: #cc4927; }

.we-mega-menu-ul > .we-mega-menu-li > a,
.we-mega-menu-ul > .we-mega-menu-li.active > a,
.we-mega-menu-ul > .we-mega-menu-li.active > a:hover,
.we-mega-menu-ul > .we-mega-menu-li.active > a:focus,
.we-mega-menu-ul > .we-mega-menu-li.active-trail > a,
.we-mega-menu-ul > .we-mega-menu-li.active-trail > a:hover,
.we-mega-menu-ul > .we-mega-menu-li.active-trail > a:focus {
  background: #cc4927 !important; }

.we-mega-menu-ul .we-mega-menu-submenu {
  background: #cc4927; }

.flickity-page-dots .dot {
  border: 1px solid #cc4927; }
  .flickity-page-dots .dot.is-selected {
    background: #cc4927; }

.attc-slider .flickity-prev-next-button {
  background-color: #cc4927; }

.featured-pages__title strong,
.featured-pages__subtitle strong {
  color: #cc4927; }

.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button.selected {
  background-color: #6a4a62; }
  .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button.selected:hover {
    background-color: #6a4a62; }

.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button:hover:not(.selected) {
  background-color: #6a4a62; }

h1,
.h1 {
  color: #ffffff; }

h2,
.h2 {
  color: #cc4927; }

#block-attcnetwork-local-tasks ul:not(.contextual-links) li {
  background-color: #6a4a62; }

.gray-background {
  background-color: #999999;
  color: #000000; }
  .gray-background .flat-highlight-tile__icon-content {
    background-color: transparent; }

.medium-gray-background {
  background-color: #6f7177;
  color: #ffffff; }
  .medium-gray-background .flat-highlight-tile__icon-content {
    background-color: transparent; }
  .medium-gray-background .flat-highlight-tile__content__description {
    color: #ffffff; }

.dark-gray-background {
  background-color: #575a64;
  color: #ffffff; }
  .dark-gray-background .flat-highlight-tile__icon-content {
    background-color: transparent; }
  .dark-gray-background .flat-highlight-tile__content__description {
    color: #ffffff; }

.white-background {
  background-color: #ffffff; }

.white-opacity-background {
  background-color: rgba(255, 255, 255, 0.8); }
