@charset "UTF-8";
/*!
Theme Name: PCADV
Theme URI: http://pcadv.org/
Author: Infantree
Author URI: http://infantree.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: PCADV

PCADV 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/
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

body,
button,
input,
select,
optgroup,
textarea {
  color: #4a4a4a;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 16.8px;
  font-size: 1.05rem;
  line-height: 1.5em; }
  @media (min-width: 320px) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
      font-size: calc( 16.8px + ( 17.6 - 16.8) * ( (100vw - 320px) / ( 1024 - 320) )); } }
  @media screen and (min-width: 960px) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
      font-size: 17.6px;
      font-size: 1.1rem; } }

@font-face {
  font-family: 'pcadv';
  src: url("/wp-content/themes/pcadv/assets/fonts/fontello/pcadv.eot?62688360");
  src: url("/wp-content/themes/pcadv/assets/fonts/fontello/pcadv.eot?62688360#iefix") format("embedded-opentype"), url("/wp-content/themes/pcadv/assets/fonts/fontello/pcadv.woff2?62688360") format("woff2"), url("/wp-content/themes/pcadv/assets/fonts/fontello/pcadv.woff?62688360") format("woff"), url("/wp-content/themes/pcadv/assets/fonts/fontello/pcadv.ttf?62688360") format("truetype"), url("/wp-content/themes/pcadv/assets/fonts/fontello/pcadv.svg?62688360#pcadv") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"] {
  font-family: "pcadv";
  speak: none;
  font-style: normal; }

.icon-target {
  content: '\e804'; }

.icon-right-big:before {
  content: '\e800'; }

/* '' */
.icon-close:before {
  content: '\e801'; }

/* '' */
.icon-check:before {
  content: '\e802'; }

/* '' */
.icon-search:before {
  content: '\e803'; }

/* '' */
.icon-target:before {
  content: '\e804'; }

/* '' */
.icon-globe:before {
  content: '\e805'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-mail-alt:before {
  content: '\f0e0'; }

/* '' */
h1, h2, h3, h4, .h4, h5, h6 {
  font-weight: 700; }

h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25em;
  max-width: 550px; }
  @media (min-width: 320px) {
    h1 {
      font-size: calc( 32px + ( 40 - 32) * ( (100vw - 320px) / ( 1024 - 320) )); } }
  @media screen and (min-width: 960px) {
    h1 {
      font-size: 40px;
      font-size: 2.5rem; } }
  h1 span {
    color: #b3e3ea; }

.single-post h1 {
  max-width: 750px; }

h2,
#id_6bbd7104-4021-4a05-87a1-6be780fa6762_inner h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2em;
  color: #540352;
  margin-top: 5rem; }
  @media (min-width: 320px) {
    h2,
    #id_6bbd7104-4021-4a05-87a1-6be780fa6762_inner h1 {
      font-size: calc( 24px + ( 32 - 24) * ( (100vw - 320px) / ( 1024 - 320) )); } }
  @media screen and (min-width: 960px) {
    h2,
    #id_6bbd7104-4021-4a05-87a1-6be780fa6762_inner h1 {
      font-size: 32px;
      font-size: 2rem; } }

h3,
.sli-widget h3 {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-top: 5rem;
  margin-bottom: 1rem; }

h4,
.sli-elected-official-results h3 {
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: .5rem; }

.h4 {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 1.3rem;
  display: block;
  margin-top: 1rem; }

.highlight {
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2rem;
  line-height: 3rem; }
  .highlight span {
    display: inline;
    background-color: #b3e3ea;
    color: #30012f;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    padding: .5rem 1.5rem; }
  @media screen and (min-width: 960px) {
    .highlight {
      text-align: center; } }

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

.text--right {
  text-align: right; }

.text--no-wrap,
.text--nowrap {
  white-space: nowrap; }

.text--caps {
  text-transform: uppercase;
  letter-spacing: .1rem; }

.text--disclaimer,
.gfield_description {
  font-family: "IBM Plex Serif", Georgia, serif;
  font-style: italic;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.6em; }

.text--reverse {
  color: #eff1f2 !important; }
  .text--reverse.btn--tertiary:after {
    color: #00c1d7; }

.text--large,
.has-large-font-size {
  font-size: 1.5rem;
  font-family: "Montserrat", Helvetica, sans-serif; }

.text--sans {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 1rem; }

.text--small,
.text--small p,
.has-small-font-size {
  font-size: .95rem;
  line-height: 1.4rem; }

.tiny-caps,
.wp-block-latest-posts time,
.menu-toggle {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2rem;
  line-height: 1rem; }

p {
  margin-bottom: 1.5em;
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 1.2rem;
  line-height: 2rem; }

.heading--lead,
.tribe-events-list-separator-month {
  display: table;
  padding: .25rem 1rem;
  border-radius: 50px;
  margin: .5rem 0;
  background-color: #b3e3ea;
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  line-height: 1rem;
  color: #30012f; }
  .heading--lead.purple,
  .tribe-events-list-separator-month.purple {
    background-color: #80067d;
    color: white; }
  .heading--lead.admin-info,
  .tribe-events-list-separator-month.admin-info {
    text-transform: none;
    background: #4a4a4a;
    color: white; }
    .heading--lead.admin-info strong,
    .tribe-events-list-separator-month.admin-info strong {
      text-transform: uppercase; }

.has-huge-font-size {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2em;
  color: #540352;
  margin-top: 5rem; }
  @media (min-width: 320px) {
    .has-huge-font-size {
      font-size: calc( 24px + ( 32 - 24) * ( (100vw - 320px) / ( 1024 - 320) )); } }
  @media screen and (min-width: 960px) {
    .has-huge-font-size {
      font-size: 32px;
      font-size: 2rem; } }

main ul, main ol {
  font-family: "IBM Plex Serif", Georgia, serif; }
  main ul li, main ol li {
    margin-bottom: 1.2rem; }

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

address {
  margin: 0 0 1.5em; }

pre {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }
  @media (min-width: 320px) {
    pre {
      font-size: calc( 15px + ( 16 - 15) * ( (100vw - 320px) / ( 1024 - 320) )); } }
  @media screen and (min-width: 960px) {
    pre {
      font-size: 16px;
      font-size: 1rem; } }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    display: block;
    z-index: 100000;
    padding: 15px 23px 14px;
    background: white;
    height: auto;
    width: auto;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
    /* Above WP toolbar. */ }
    @media (min-width: 320px) {
      .screen-reader-text:focus {
        font-size: calc( 14px + ( 15 - 14) * ( (100vw - 320px) / ( 1024 - 320) )); } }
    @media screen and (min-width: 960px) {
      .screen-reader-text:focus {
        font-size: 15px;
        font-size: 0.9375rem; } }

.visually-hidden {
  position: absolute;
  left: -999999999px; }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

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

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

@media screen and (min-width: 960px) {
  main .alignwide {
    margin-left: -90px;
    margin-right: -90px; } }

@media screen and (min-width: 1200px) {
  main .alignwide {
    margin-left: -180px;
    margin-right: -180px; } }

main .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  max-width: 100vw; }

.alignfull img {
  width: 100vw; }
  .alignfull img.eapps-instagram-feed-posts-item-image {
    width: auto; }

.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;
  text-align: center; }

.align-center {
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 768px) {
  .vertical-center {
    display: -webkit-box;
    display: flex;
    align-content: center;
    -webkit-box-pack: center;
            justify-content: center; }
  .vcenter {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; } }

.desktop {
  display: none; }
  @media screen and (min-width: 960px) {
    .desktop {
      display: block; } }

.tablet {
  display: none; }
  @media screen and (min-width: 480px) {
    .tablet {
      display: block; } }

@media screen and (min-width: 960px) {
  .rotate {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left; } }

.bg--gray {
  background-color: #eff1f2; }
  .bg--gray .sidenote,
  .bg--gray .grid__aside p {
    border-color: white; }

.bg--dk-purple {
  background-color: #30012f; }

.bg--lt-blue {
  background-color: #b3e3ea; }

.bg--dk-blue {
  background-color: #408197; }

.bg--pink {
  background-color: #ec8f8f; }

.bg--green {
  background-color: #bee0cf; }

.bg--none .ab-block-container {
  background-color: transparent !important; }

.bg-fixed {
  background-attachment: fixed !important; }

.bg--video {
  display: none; }
  @media screen and (min-width: 960px) {
    .bg--video {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: auto;
      min-width: 100%;
      height: auto;
      min-height: 100%;
      background-repeat: no-repeat;
      background-size: cover; } }

.bg--dk-purple,
.bg--dk-blue {
  color: white; }
  .bg--dk-purple h2,
  .bg--dk-blue h2 {
    color: #eff1f2; }
  .bg--dk-purple a:not(.btn--primary),
  .bg--dk-blue a:not(.btn--primary) {
    color: white; }
    .bg--dk-purple a:not(.btn--primary):visited,
    .bg--dk-blue a:not(.btn--primary):visited {
      color: white; }
    .bg--dk-purple a:not(.btn--primary):hover, .bg--dk-purple a:not(.btn--primary):active, .bg--dk-purple a:not(.btn--primary):focus,
    .bg--dk-blue a:not(.btn--primary):hover,
    .bg--dk-blue a:not(.btn--primary):active,
    .bg--dk-blue a:not(.btn--primary):focus {
      color: #eff1f2; }
    .bg--dk-purple a:not(.btn--primary):after,
    .bg--dk-blue a:not(.btn--primary):after {
      color: #b3e3ea; }
  .bg--dk-purple hr,
  .bg--dk-blue hr {
    background-color: #eff1f2; }
  .bg--dk-purple label,
  .bg--dk-purple .sli-widget .sli-element p,
  .bg--dk-purple .sli-donorPaysFees,
  .bg--dk-purple .sli-selectRecurring,
  .bg--dk-blue label,
  .bg--dk-blue .sli-widget .sli-element p,
  .bg--dk-blue .sli-donorPaysFees,
  .bg--dk-blue .sli-selectRecurring {
    color: white; }
  .bg--dk-purple .sli-field-error,
  .bg--dk-blue .sli-field-error {
    color: #ec8f8f; }

.bg--lt-blue .heading--lead,
.bg--pink .heading--lead,
.bg--green .heading--lead,
.bg--dk-blue .heading--lead {
  background-color: #540352;
  color: white; }

.bg--lt-blue hr,
.bg--pink hr,
.bg--green hr,
.bg--dk-blue hr {
  background-color: white; }

.bg--pink,
.bg--green {
  color: #232222; }

.bg--lt-blue li:before,
.bg--pink li:before,
.bg--green li:before {
  color: white; }

.bg--gray .section__icon-text,
.bg--lt-blue .section__icon-text,
.bg--pink .section__icon-text,
.bg--green .section__icon-text,
.bg--dk-blue .section__icon-text,
.bg--dk-purple .section__icon-text {
  margin: 4rem auto; }

@-webkit-keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(5rem);
            transform: translateX(5rem); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(5rem);
            transform: translateX(5rem); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes grow-left {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@keyframes grow-left {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@-webkit-keyframes drawline {
  from {
    stroke-dashoffset: 1200; }
  to {
    stroke-dashoffset: 590; } }

@keyframes drawline {
  from {
    stroke-dashoffset: 1200; }
  to {
    stroke-dashoffset: 590; } }

.animate-left {
  -webkit-animation: fade-in-left ease 1.5s forwards;
          animation: fade-in-left ease 1.5s forwards; }

.animate-up,
.animation-trigger {
  -webkit-animation: fade-in-up ease 1.5s forwards;
          animation: fade-in-up ease 1.5s forwards; }

@media print {
  @page {
    margin: .5in; }
  header {
    background: none !important;
    padding-bottom: 0 !important; }
  nav,
  .btn__escape,
  .agency,
  .footer__social-links,
  .footer__legal a,
  #location-form,
  .form__locator-filter {
    display: none !important; }
  h1, h2, h3, h4, h5, h6, p, blockquote {
    color: #232222; }
  h1, h2, h3, h4, h5, h6 {
    margin-top: 2rem !important; }
  h1 {
    font-size: 1.5rem; }
  h2,
  .callout__personas h2 {
    font-size: 1.25rem; }
    h2:before,
    .callout__personas h2:before {
      content: none !important; }
  h3,
  .has-large-font-size,
  .text--large {
    font-size: 1rem; }
  p {
    font-size: 1rem;
    line-height: 1.5rem; }
  .section--shortest,
  .section--short,
  .section--regular,
  .section--tall,
  .section--taller,
  .container--padding {
    padding: 0 !important; }
  .border-top--decorative:before,
  .border-top--decorative:after,
  .border-bottom--decorative:before,
  .border-bottom--decorative:after {
    content: none !important; }
  section,
  main p + section {
    margin: 0 !important; }
  .highlight {
    opacity: 1 !important; }
  .highlight span {
    display: block;
    text-transform: none;
    font-size: 1rem;
    line-height: 1.25em;
    background-color: transparent;
    letter-spacing: 0;
    padding: 0; }
  .bg--gray,
  .bg--lt-blue,
  .bg--pink,
  .bg--green,
  .bg--dk-blue,
  .bg--dk-purple {
    background-color: transparent !important;
    background: none !important; }
    .bg--gray .section__icon-text,
    .bg--lt-blue .section__icon-text,
    .bg--pink .section__icon-text,
    .bg--green .section__icon-text,
    .bg--dk-blue .section__icon-text,
    .bg--dk-purple .section__icon-text {
      margin: 0 !important; }
  main ul li,
  main ol li {
    margin-bottom: .5rem; }
  .table-responsive {
    width: 100%;
    max-width: none !important;
    overflow: visible !important; }
  table:not(.tribe-events-calendar) {
    margin: 0 !important; }
    table:not(.tribe-events-calendar) tr th:first-child {
      padding: 0.75rem !important; }
  .callout__personas {
    min-height: 0 !important; }
    .callout__personas .personas__text {
      padding: 0 !important; }
  .callout__media > div {
    padding: 0 !important; }
  .list__articles {
    margin-bottom: 1rem !important; }
  .footer__legal {
    padding: 0 !important;
    margin: 0 !important; } }

html {
  box-sizing: border-box;
  scroll-behavior: smooth; }

html, body {
  overflow-x: hidden;
  width: 100%;
  background: white; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

header {
  color: white;
  padding-bottom: 3rem;
  background: url("/wp-content/themes/pcadv/assets/images/header-top-right-diagonals.png") right top no-repeat, url("/wp-content/themes/pcadv/assets/images/header-btm-right-diagonals.png") right bottom 50px no-repeat, url("/wp-content/themes/pcadv/assets/images/header-dark-diagonals.png") left bottom no-repeat #540352;
  background-size: 50% auto, 50% auto, 30% auto;
  background-attachment: scroll, fixed, scroll; }
  @media (min-width: 768px) {
    header {
      background-size: 40% auto, 40% auto, 30% auto; } }

.header__intro {
  max-width: 400px; }

blockquote, q, .wp-block-quote {
  quotes: "" "";
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 700;
  margin: 3rem 0; }
  @media screen and (min-width: 960px) {
    blockquote, q, .wp-block-quote {
      margin-left: -10%; } }
  blockquote p, q p, .wp-block-quote p {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25em;
    margin-bottom: 1rem; }
    @media (min-width: 320px) {
      blockquote p, q p, .wp-block-quote p {
        font-size: calc( 24px + ( 32 - 24) * ( (100vw - 320px) / ( 1024 - 320) )); } }
    @media screen and (min-width: 960px) {
      blockquote p, q p, .wp-block-quote p {
        font-size: 32px;
        font-size: 2rem; } }
  blockquote cite, q cite, .wp-block-quote cite {
    background-color: #b3e3ea;
    color: #30012f;
    text-transform: uppercase;
    letter-spacing: .3rem;
    font-style: normal;
    font-size: .9rem;
    padding: .5rem 1rem; }
  blockquote:before, blockquote:after, q:before, q:after, .wp-block-quote:before, .wp-block-quote:after {
    content: ""; }

.sidenote,
.grid__aside p {
  display: table;
  border-top: 2px solid #eff1f2;
  color: #9b9b9b;
  padding: 1rem 1.5rem;
  font-family: "IBM Plex Serif", Georgia, serif;
  font-style: italic;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.6em;
  margin: .5rem 0 2rem; }
  @media screen and (min-width: 960px) {
    .sidenote,
    .grid__aside p {
      border-left: 2px solid #eff1f2;
      border-top: none; } }

hr {
  background-color: #9b9b9b;
  border: 0;
  height: 3px;
  margin: 1.5em 0 1em; }

.draw-line {
  stroke-dasharray: 1000;
  -webkit-animation: drawline 8s linear alternate;
          animation: drawline 8s linear alternate; }

ul, ol {
  margin: 1.5em 0; }

ul {
  list-style: disc; }

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

.list__articles {
  border-top: 1px dotted #9b9b9b;
  font-size: .9rem;
  font-style: italic;
  margin-left: 0;
  padding-left: 0;
  padding-top: 1rem;
  list-style-position: inside;
  margin-bottom: 8rem; }

ol {
  margin-left: 0;
  list-style: none;
  counter-reset: orderedlist; }
  ol li {
    counter-increment: orderedlist;
    position: relative; }
    ol li:before {
      content: counter(orderedlist);
      font-family: "Montserrat", Helvetica, sans-serif;
      font-weight: 700;
      font-size: 1rem;
      color: #00c1d7;
      position: absolute;
      left: -25px; }

ol.hide-bullets li:before {
  content: '\200B'; }

.list--circles li p span {
  font-size: 2rem; }

.list--job-listings {
  padding: 0;
  list-style: none;
  border-bottom: 1px dotted #9b9b9b;
  margin-bottom: 5rem; }
  .list--job-listings li {
    border-top: 1px dotted #9b9b9b;
    margin: 0;
    padding: 0 1rem 1.25rem;
    -webkit-transition: .2s ease all;
    transition: .2s ease all; }
    .list--job-listings li:before {
      content: "\200B"; }
    .list--job-listings li:hover {
      box-shadow: inset 0px -3px #540352; }
    .list--job-listings li h4,
    .list--job-listings li .text--disclaimer {
      margin: 0; }
    .list--job-listings li .btn--tertiary:hover {
      border-bottom: 0; }

.list--padding {
  padding-left: 2rem;
  padding-right: 2rem; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

.img--logo {
  display: block;
  margin: 0 auto;
  max-width: 250px; }

@media screen and (min-width: 960px) {
  .img--layer-top {
    position: absolute;
    top: -10rem;
    width: 50%;
    height: 550px;
    right: -22%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important; } }

@media screen and (min-width: 1200px) {
  .img--layer-top {
    right: -15%; } }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

iframe {
  border: 0; }

table:not(.tribe-events-calendar) {
  margin: 3rem auto 5rem;
  width: 100%;
  text-align: left;
  font-size: .9rem;
  line-height: 1.2rem;
  border-collapse: collapse; }
  table:not(.tribe-events-calendar)#programs-table thead tr th:first-child {
    font-size: 1.2rem;
    padding-bottom: 1.5rem;
    width: 45%; }
  table:not(.tribe-events-calendar) th a {
    line-height: 1.5rem; }
  table:not(.tribe-events-calendar) tr {
    border-bottom: 1px solid #9b9b9b; }
  table:not(.tribe-events-calendar)#programs-table tr th:first-child {
    font-size: 1.1rem;
    padding: 1.25rem 3rem 1.25rem 1rem; }
  table:not(.tribe-events-calendar) p {
    margin: 0;
    line-height: 1.4rem; }
  table:not(.tribe-events-calendar) a[href^="tel:"] {
    color: #4a4a4a;
    text-decoration: none;
    border-bottom: 1px dotted #4a4a4a; }
    @media (min-width: 768px) {
      table:not(.tribe-events-calendar) a[href^="tel:"] {
        border-bottom: none; } }
  table:not(.tribe-events-calendar) .text--disclaimer {
    margin-top: .5rem; }
  table:not(.tribe-events-calendar).text--center th, table:not(.tribe-events-calendar).text--center td {
    text-align: center; }

table:not(#programs-table) thead {
  background: #540352;
  color: white; }

table:not(#programs-table) th, table:not(#programs-table) td {
  padding: .5rem .25rem; }

.table__col--15 {
  width: 15%; }

.table-responsive {
  max-width: 100%;
  overflow: auto;
  position: relative;
  margin-bottom: 5rem; }
  .table-responsive::-webkit-scrollbar {
    -webkit-appearance: none; }
  .table-responsive::-webkit-scrollbar:vertical {
    display: none; }
  .table-responsive::-webkit-scrollbar:horizontal {
    height: 11px;
    background-color: rgba(155, 155, 155, 0.5);
    border-radius: 8px;
    position: relative;
    left: -11px; }
  .table-responsive::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #408197; }
  .table-responsive table {
    min-width: 768px;
    margin-bottom: 1rem; }

@media screen and (max-width: 960px) {
  .table-responsive:not(.mobile-scroll) {
    overflow: inherit; }
  .table-responsive table {
    min-width: 0; }
  #programs-table thead,
  #programs-table .text--center {
    display: none; }
  #programs-table tr:first-child {
    border-top: 1px solid #9b9b9b; }
  #programs-table th {
    padding-bottom: .5rem;
    display: block; }
  #programs-table td:not(.hidden):not(.text--center) {
    padding: 0 1rem .5rem;
    display: block; } }

.wp-block-latest-posts {
  margin: 2rem auto 5rem; }
  .wp-block-latest-posts li a {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-weight: 400 !important;
    font-size: 1.4rem;
    line-height: 1.8rem; }
  .wp-block-latest-posts li time {
    display: block;
    margin-top: .5rem; }
  .wp-block-latest-posts li:before {
    content: "\200B";
    /* zero-width space for screen readers */ }

footer {
  background: #eff1f2;
  padding-bottom: 0; }
  footer .logo {
    display: block;
    position: initial;
    width: 60%;
    margin: 1.5rem auto; }
  footer address {
    font-style: normal; }
  footer a[href^="tel:"] {
    text-decoration: none; }

.footer__social-links {
  display: -webkit-box;
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  padding: .25em 0 .5em;
  -webkit-box-pack: center;
          justify-content: center; }
  .footer__social-links li {
    margin: 0 10px;
    padding: 0; }
  .footer__social-links .social-link {
    color: #540352;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    display: inline-block;
    line-height: 1em;
    width: 2em;
    height: 2em;
    font-weight: bold;
    text-decoration: none;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    border-radius: 50%;
    -webkit-transition: .2s ease all;
    transition: .2s ease all; }
    .footer__social-links .social-link svg {
      display: block;
      fill: #540352; }
      .footer__social-links .social-link svg path {
        fill: #540352; }
    .footer__social-links .social-link:hover path, .footer__social-links .social-link:focus path {
      fill: #80067d; }
  .footer__social-links .social-link--linkedin svg {
    width: 60%;
    margin: .4rem auto; }

.footer__legal {
  margin-top: 2rem;
  color: #9b9b9b;
  padding: 1rem; }
  .footer__legal a, .footer__legal a:visited {
    text-decoration: none;
    border-bottom: 1px dotted #9b9b9b;
    color: #eff1f2; }
    .footer__legal a.agency, .footer__legal a:visited.agency {
      display: block;
      opacity: .75;
      color: #9b9b9b;
      margin-top: 1rem;
      border-bottom: none; }

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  border: none;
  background: #00c1d7;
  padding: .75rem 2rem;
  cursor: pointer; }
  button:focus,
  .button:focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  input[type="submit"]:focus {
    outline: none;
    border: 1px dotted #4a4a4a; }
  button:after,
  .button:after,
  input[type="button"]:after,
  input[type="reset"]:after,
  input[type="submit"]:after {
    content: "" !important; }

input[type="submit"] {
  padding: 0.75rem 2rem !important; }

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: gray;
  border: 1px solid #9b9b9b;
  border-radius: none;
  padding: .5rem 1rem;
  width: 100%; }
  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: #4a4a4a;
    outline: none; }

select {
  border: 1px solid #9b9b9b; }

textarea {
  width: 100%; }

label {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #4a4a4a;
  margin-bottom: .5rem; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
textarea {
  border-bottom: 3px solid #540352; }

.validation_message {
  color: #B75858; }

.searchandfilter ul {
  padding: 0; }
  .searchandfilter ul li {
    margin: 0; }
  .searchandfilter ul h4 {
    display: inline-block;
    margin-right: 1rem; }

.form__search-label {
  display: block;
  font-size: .9rem;
  line-height: 1.2rem;
  font-style: italic; }

.form__locator-search {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  .form__locator-search input {
    background: transparent;
    border: none;
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-weight: 700;
    padding: .5rem 0;
    color: #540352;
    width: 85%; }
    @media (min-width: 320px) {
      .form__locator-search input {
        font-size: calc( 20px + ( 28 - 20) * ( (100vw - 320px) / ( 1024 - 320) )); } }
    @media screen and (min-width: 960px) {
      .form__locator-search input {
        font-size: 28px;
        font-size: 1.75rem; } }
    .form__locator-search input::-webkit-input-placeholder {
      opacity: .5; }
    .form__locator-search input::-moz-placeholder {
      opacity: .5; }
    .form__locator-search input:-ms-input-placeholder {
      opacity: .5; }
    .form__locator-search input::-ms-input-placeholder {
      opacity: .5; }
    .form__locator-search input::placeholder {
      opacity: .5; }

.form__btn-search {
  position: relative;
  padding: 0;
  margin: 0;
  background-color: transparent;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-transition: .3s ease all;
  transition: .3s ease all; }
  .form__btn-search:focus, .form__btn-search:hover {
    background-color: #00c1d7;
    margin-left: .5rem; }
  .form__btn-search:before {
    position: absolute;
    content: '\e800';
    font-family: "pcadv", "Montserrat", Helvetica, sans-serif;
    padding-top: 16px;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background: url("/wp-content/themes/pcadv/assets/images/white-circle.svg") no-repeat;
    background-size: contain; }

.form__current-location {
  font-size: .9rem;
  text-decoration: none;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  position: relative;
  margin-left: 2rem; }
  .form__current-location:hover, .form__current-location:focus {
    border-bottom: 1px dotted #4a4a4a; }
  .form__current-location:before {
    position: absolute;
    font-family: "pcadv", "Montserrat", Helvetica, sans-serif;
    content: '\e804';
    background: url("/wp-content/themes/pcadv/assets/images/white-circle.svg") no-repeat;
    background-size: contain;
    text-align: center;
    height: 25px;
    width: 25px;
    left: -2rem; }

.form__locator-filter {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: .9rem; }
  @media screen and (min-width: 480px) {
    .form__locator-filter legend {
      float: left;
      margin-right: .5rem; }
    .form__locator-filter .form__filter-options {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap; } }
  .form__locator-filter .form__filter-options {
    list-style: none;
    margin: 0;
    padding: 0; }
    .form__locator-filter .form__filter-options li {
      margin-right: .3rem;
      margin-bottom: 0.5rem !important; }
    .form__locator-filter .form__filter-options input {
      position: absolute;
      text-indent: -99999px;
      opacity: 0; }
    .form__locator-filter .form__filter-options label {
      font-family: "Montserrat", Helvetica, sans-serif;
      font-size: .8rem;
      background-color: #eff1f2;
      padding: .3rem 1.25rem;
      border-radius: 50px;
      -webkit-transition: .3s ease all;
      transition: .3s ease all;
      cursor: pointer; }
      .form__locator-filter .form__filter-options label:hover, .form__locator-filter .form__filter-options label:focus, .form__locator-filter .form__filter-options label.focused {
        border: 1px dotted #9b9b9b; }
    .form__locator-filter .form__filter-options input[type=checkbox]:checked + label {
      color: white;
      background-color: #540352; }
      .form__locator-filter .form__filter-options input[type=checkbox]:checked + label:before {
        content: '\e801';
        margin-right: 10px;
        font-family: "pcadv", "Montserrat", Helvetica, sans-serif; }

[class^='id_'] .sli-button,
[class^='id_'] input.sli-button,
[class^='id_'] button.sli-button,
[class^='id_'] a.sli-button,
[class^='id_'] ul.sli-style-button .sli-amount-label {
  position: relative;
  display: inline-block;
  margin: 1rem 0;
  padding: .75rem 3.25rem .75rem 2rem;
  background: #00c1d7 !important;
  font-family: "Montserrat",Helvetica,sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.5rem;
  color: white;
  -webkit-transition: .3s ease all;
  transition: .3s ease all; }
  [class^='id_'] .sli-button:after,
  [class^='id_'] input.sli-button:after,
  [class^='id_'] button.sli-button:after,
  [class^='id_'] a.sli-button:after,
  [class^='id_'] ul.sli-style-button .sli-amount-label:after {
    content: '\e800';
    font-family: "pcadv", "Montserrat", Helvetica, sans-serif;
    font-size: 1rem;
    position: absolute;
    margin-left: .75rem;
    color: #30012f;
    -webkit-transition: .3s ease all;
    transition: .3s ease all; }
  [class^='id_'] .sli-button:hover,
  [class^='id_'] input.sli-button:hover,
  [class^='id_'] button.sli-button:hover,
  [class^='id_'] a.sli-button:hover,
  [class^='id_'] ul.sli-style-button .sli-amount-label:hover {
    background-color: #b3e3ea; }
    [class^='id_'] .sli-button:hover:after,
    [class^='id_'] input.sli-button:hover:after,
    [class^='id_'] button.sli-button:hover:after,
    [class^='id_'] a.sli-button:hover:after,
    [class^='id_'] ul.sli-style-button .sli-amount-label:hover:after {
      -webkit-transform: translateX(0.5rem);
              transform: translateX(0.5rem); }
  [class^='id_'] .sli-button:visited, [class^='id_'] .sli-button:active,
  [class^='id_'] input.sli-button:visited,
  [class^='id_'] input.sli-button:active,
  [class^='id_'] button.sli-button:visited,
  [class^='id_'] button.sli-button:active,
  [class^='id_'] a.sli-button:visited,
  [class^='id_'] a.sli-button:active,
  [class^='id_'] ul.sli-style-button .sli-amount-label:visited,
  [class^='id_'] ul.sli-style-button .sli-amount-label:active {
    color: white; }

.id_efccfe0c-22bf-47ce-bca3-e1f13af2006d a.sli-button.sli-tiny {
  font-size: .85rem;
  padding: .25rem 1rem;
  margin: 0; }
  .id_efccfe0c-22bf-47ce-bca3-e1f13af2006d a.sli-button.sli-tiny:after {
    content: ''; }

.ul.sli-style-button li {
  margin-right: 1px; }

[class^='id_'] ul.sli-style-button .sli-amount-label {
  background-color: #eff1f2 !important;
  color: #4a4a4a !important; }
  [class^='id_'] ul.sli-style-button .sli-amount-label:after {
    content: ''; }

ul.sli-style-button input[type="radio"]:checked + .sli-amount-label {
  box-shadow: none !important;
  background: #b3e3ea !important; }

.sli-donation-amountblock ul.sli-style-button .sli-amount-label.sli-small {
  box-shadow: none !important;
  margin: 0 !important; }

ul.sli-style-button .sli-input-group .sli-input.sli-input-group-field.sli-customAmount {
  padding: 0.25rem !important;
  height: 2.5rem !important; }

.sli-form-field .sli-label,
.label--salsa label,
.id_a14d9c28-ef17-463a-bbd5-8c087b0938c7_dedication label {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 1.1rem !important;
  font-weight: 700;
  line-height: 1.5rem;
  color: #4a4a4a !important;
  margin-bottom: .5rem; }

.bg--dk-purple .sli-form-field .sli-label,
.bg--dk-purple .label--salsa label,
.bg--dk-blue .sli-form-field .sli-label,
.bg--dk-blue .label--salsa label {
  color: white !important; }

.sli-form input:not([type]),
.sli-form input[type="text"],
.sli-form input[type="password"],
.sli-form input[type="date"],
.sli-form input[type="datetime"],
.sli-form input[type="datetime-local"],
.sli-form input[type="month"],
.sli-form input[type="week"],
.sli-form input[type="email"],
.sli-form input[type="number"],
.sli-form input[type="search"],
.sli-form input[type="tel"],
.sli-form input[type="time"],
.sli-form input[type="url"],
.sli-form input[type="color"],
.sli-form textarea,
.sli-form input[type="file"],
.sli-form select {
  font-family: 'Montserrat',Helvetica,sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #4a4a4a;
  border-bottom: 3px solid #540352 !important;
  padding: 0.75rem 1rem !important;
  box-shadow: none; }

.sli-step-navigation-steps .sli-step-marker {
  box-shadow: none !important;
  background: #eff1f2 !important; }

[id^='id_'] .sli-step-navigation-steps .sli-step-navigation-step.sli-selected .sli-step-marker {
  background: #00c1d7 !important; }

.sli-widget .sli-element p,
.sli-donorPaysFees,
.sli-selectRecurring {
  font-family: "Montserrat", Helvetica, sans-serif !important;
  font-size: 1rem;
  color: #4a4a4a; }

.sli-donationsummary-dedication label,
.sli-donation-designation label {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 700; }

.sli-form select,
[class^='id_'] .sli-form select {
  box-shadow: none !important;
  font-family: "Montserrat", Helvetica, sans-serif;
  padding: 1rem !important;
  margin-top: 1rem; }

.sli-donationsummary-dedication ul {
  margin: 1rem 0 !important;
  font-family: "Montserrat", Helvetica, sans-serif !important; }

.sli-form select,
[class^='id_'] .sli-form select {
  margin: 0; }

.sli-petition-signatures {
  display: -webkit-box !important;
  display: flex !important;
  margin: 0 !important;
  padding: 0 !important;
  max-height: 500px;
  overflow-y: scroll; }
  .sli-petition-signatures > div:first-child {
    display: none; }

.sli-signature {
  border-top: 0 !important; }

.sli-form .sli-input-signatureComment {
  height: 50px !important;
  min-height: 50px !important; }

#id_2119e7af-9a09-4430-a91d-bab180b9b777_img,
.sli-signature-header {
  display: none; }

#id_0346169d-963a-4e59-bd59-b33beb2dc515 {
  padding: 0 !important; }

.pum-content .sli-element,
.pum-content .sli-element p {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.pum-content .sli-field-contact-email {
  margin-top: 2rem !important; }

.gform_wrapper {
  margin: 5rem auto; }
  .gform_wrapper.no-margin_wrapper {
    margin-top: 2rem; }

.pum-content .gform_wrapper {
  margin-bottom: 0; }

.gform_body ul {
  list-style: none;
  padding: 0; }

.gform_body > ul > li {
  margin-top: 2.5rem; }

.gform_title {
  margin-top: 1rem; }

.gfield_radio,
.gfield_checkbox {
  padding: 0;
  margin-top: .5rem; }
  .gfield_radio label,
  .gfield_checkbox label {
    font-weight: 400;
    margin-left: 1rem; }
  .gfield_radio input[type="text"],
  .gfield_checkbox input[type="text"] {
    margin-left: 1rem;
    width: 85%; }
  .gfield_radio li,
  .gfield_checkbox li {
    margin-bottom: 0; }

.gfield_visibility_hidden {
  display: none !important; }

@media (min-width: 768px) {
  .gf_left_half,
  .gf_right_half {
    width: 49%;
    display: inline-block; }
  .gf_left_half {
    margin-right: 2%; }
  .gf_left_two_third,
  .gf_right_third {
    display: inline-block; }
  .gf_left_two_third {
    width: 70%;
    margin-right: 2%; }
  .gf_right_third {
    width: 28%; } }

.gfield_required {
  font-weight: 400;
  font-size: 1rem; }

.hidden_label > label {
  display: none; }

.search-form {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }
  .search-form input[type="search"] {
    border-bottom: 1px solid #9b9b9b;
    font-weight: 400; }
  .search-form input[type="submit"] {
    background-color: transparent;
    color: #9b9b9b;
    padding: 0.75rem !important; }
    .search-form input[type="submit"]:hover {
      background-color: transparent; }

a {
  color: #4a4a4a;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  a:visited {
    color: #4a4a4a; }
  a:hover, a:focus, a:active {
    color: #540352; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

main a:not([class^='btn--']):not(.callout__cta):not(.sli-button):not(.social-link) {
  text-decoration: none;
  border-bottom: 1px dotted #80067d;
  font-weight: 700; }
  main a:not([class^='btn--']):not(.callout__cta):not(.sli-button):not(.social-link):hover {
    border-bottom: 2px solid #80067d; }

h3 a, h4 a, h5 a, h6 a {
  position: relative; }
  h3 a:after, h4 a:after, h5 a:after, h6 a:after {
    content: '\e800';
    font-family: "pcadv", "Montserrat", Helvetica, sans-serif;
    font-size: 1rem;
    position: absolute;
    margin-left: .75rem;
    color: #80067d;
    -webkit-transition: .3s ease all;
    transition: .3s ease all; }
  h3 a:hover:after, h4 a:hover:after, h5 a:hover:after, h6 a:hover:after {
    margin-left: 1rem; }

.btn--primary,
.btn--secondary,
.btn--tertiary,
.button,
input[type="submit"],
#tribe-bar-form .tribe-bar-submit input[type=submit] {
  position: relative;
  font-family: "Montserrat",Helvetica,sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.5rem; }
  .btn--primary:after,
  .btn--secondary:after,
  .btn--tertiary:after,
  .button:after,
  input[type="submit"]:after,
  #tribe-bar-form .tribe-bar-submit input[type=submit]:after {
    content: '\e800';
    font-family: "pcadv", "Montserrat", Helvetica, sans-serif;
    font-size: 1rem;
    position: absolute;
    margin-left: .75rem;
    color: #80067d;
    -webkit-transition: .3s ease all;
    transition: .3s ease all; }
  .btn--primary:hover:after,
  .btn--secondary:hover:after,
  .btn--tertiary:hover:after,
  .button:hover:after,
  input[type="submit"]:hover:after,
  #tribe-bar-form .tribe-bar-submit input[type=submit]:hover:after {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem); }

.btn--primary,
.btn--secondary,
.button,
input[type="submit"] {
  display: inline-block;
  margin: 1rem 0;
  padding: .75rem 3.25rem .75rem 2rem;
  -webkit-transition: .3s ease all;
  transition: .3s ease all; }

.btn--primary,
.button,
input[type="submit"] {
  background-color: #00c1d7;
  color: white; }
  .btn--primary:after,
  .button:after,
  input[type="submit"]:after {
    color: #30012f; }
  .btn--primary:hover,
  .button:hover,
  input[type="submit"]:hover {
    background-color: #b3e3ea;
    color: #232222 !important; }
  .btn--primary:visited, .btn--primary:active,
  .button:visited,
  .button:active,
  input[type="submit"]:visited,
  input[type="submit"]:active {
    color: white; }

.btn--secondary {
  box-sizing: border-box;
  border: 3px solid #00c1d7; }
  .btn--secondary:hover {
    background-color: rgba(155, 155, 155, 0.3); }
  .btn--secondary.text--reverse {
    background-color: rgba(0, 0, 0, 0.3); }
    .btn--secondary.text--reverse:after {
      color: #b3e3ea; }
    .btn--secondary.text--reverse:hover {
      background-color: rgba(0, 0, 0, 0.5); }

.btn--tertiary,
#tribe-bar-form .tribe-bar-submit input[type=submit] {
  padding-bottom: 5px; }
  .btn--tertiary:hover,
  #tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
    border-bottom: 1px dotted #9b9b9b; }

.link__icon {
  font-size: 1.2rem;
  text-decoration: none; }
  .link__icon:hover {
    color: #00c1d7; }

a .img--logo {
  -webkit-transition: .2s ease all;
  transition: .2s ease all; }
  a .img--logo:hover {
    opacity: .7; }

a[href^="tel:"] {
  white-space: nowrap; }
  @media screen and (min-width: 960px) {
    a[href^="tel:"] {
      pointer-events: none;
      border-bottom: 0 !important; }
      a[href^="tel:"].btn--tertiary:after {
        content: ''; } }

.site__mask {
  opacity: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  display: block;
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition-property: opacity, height;
  transition-property: opacity, height;
  -webkit-transition-duration: 0.4s, 0.1s;
          transition-duration: 0.4s, 0.1s;
  -webkit-transition-delay: 0s, 0.4s;
          transition-delay: 0s, 0.4s; }
  @media screen and (min-width: 620px) {
    .site__mask {
      display: none; } }
  .site__mask.is--active {
    opacity: 1;
    height: 100%;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }

.no-scroll {
  margin: 0;
  overflow: hidden; }
  @media screen and (min-width: 620px) {
    .no-scroll {
      height: auto;
      overflow: auto; } }

.no-scroll--lg {
  margin: 0;
  overflow: hidden; }

#main-navigation__panel {
  margin-bottom: 8rem;
  position: relative; }
  @media screen and (min-width: 960px) {
    #main-navigation__panel {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
              flex-direction: column-reverse;
      -webkit-box-align: end;
              align-items: flex-end; } }

.main-navigation {
  position: relative; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: 0; }
    .main-navigation ul a {
      display: block;
      text-decoration: none; }

@media screen and (min-width: 960px) {
  #menu-primary-menu > li {
    display: inline-block;
    position: static; }
    #menu-primary-menu > li > a {
      position: relative;
      padding: 2rem 1rem .9rem;
      color: white;
      font-weight: 700; }
      #menu-primary-menu > li > a:after {
        content: '';
        position: absolute;
        width: 35px;
        height: 3px;
        background: #00c1d7 center center;
        bottom: 0;
        left: 1rem;
        z-index: 6;
        overflow: hidden; }
    #menu-primary-menu > li:hover > a:after,
    #menu-primary-menu > li:focus > a:after,
    #menu-primary-menu > li:focus-within > a:after {
      content: '';
      text-align: center;
      padding-top: 5px;
      height: 35px;
      bottom: -32px;
      -webkit-transition: .3s linear all;
      transition: .3s linear all;
      -webkit-transform-origin: top center;
              transform-origin: top center;
      background: url(/wp-content/themes/pcadv/assets/icons/arrow.svg) no-repeat center center #00c1d7;
      background-size: 50%; }
    #menu-primary-menu > li:hover > .menu-dropdown,
    #menu-primary-menu > li.focus > .menu-dropdown {
      right: 0;
      left: auto;
      top: 6.4rem; }
    #menu-primary-menu > li:hover > .menu-dropdown {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transform-origin: top center;
              transform-origin: top center;
      -webkit-transition: .3s ease all;
      transition: .3s ease all;
      z-index: 5; } }

.menu-dropdown {
  background: #eff1f2;
  font-weight: 700; }
  @media screen and (min-width: 960px) {
    .menu-dropdown {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
      position: absolute;
      top: 100%;
      left: -999em;
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
      width: 780px;
      display: -webkit-box;
      display: flex; }
      .menu-dropdown > div {
        -webkit-box-flex: 1;
                flex-grow: 1; }
      .menu-dropdown .menu-list {
        padding: 4rem 3rem 4rem 5rem;
        width: 50%; } }
  .menu-dropdown .mega-menu__callout {
    width: 40%;
    background: white;
    color: #4a4a4a; }
    .menu-dropdown .mega-menu__callout .callout-padding {
      padding: 0 2rem 2rem; }
    .menu-dropdown .mega-menu__callout p {
      font-weight: 300;
      font-size: .9rem;
      line-height: 1.2rem; }
    .menu-dropdown .mega-menu__callout a:after {
      content: '\e800';
      font-family: "pcadv", "Montserrat", Helvetica, sans-serif;
      font-size: 1rem;
      position: absolute;
      margin-left: .75rem;
      color: #80067d;
      -webkit-transition: .3s ease all;
      transition: .3s ease all; }
    .menu-dropdown .mega-menu__callout a:hover:after {
      -webkit-transform: translateX(0.5rem);
              transform: translateX(0.5rem); }
    @media screen and (max-width: 960px) {
      .menu-dropdown .mega-menu__callout {
        display: none; } }
  .menu-dropdown a {
    padding: .5rem 0; }
    .menu-dropdown a:hover {
      -webkit-text-decoration: underline dotted #9b9b9b;
              text-decoration: underline dotted #9b9b9b;
      text-underline-position: under; }
  .menu-dropdown .sub-menu {
    display: block;
    left: 0;
    background: none;
    box-shadow: none;
    position: relative;
    top: 0;
    font-size: .9rem; }
    .menu-dropdown .sub-menu a {
      font-weight: normal;
      line-height: 1.2rem; }

@media screen and (min-width: 960px) {
  .mega-menu .menu-list {
    padding: 0.5rem !important;
    -webkit-box-flex: 1;
            flex-grow: 1; }
    .mega-menu .menu-list .menu {
      display: -webkit-box;
      display: flex;
      background: #eff1f2;
      -webkit-box-pack: justify;
              justify-content: space-between; }
      .mega-menu .menu-list .menu .mega-menu--col {
        width: 32.5%;
        padding: 3rem 1rem 1.5rem 3rem;
        background: white; }
  .menu-initiatives .menu-list {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px; }
  .menu-toggle {
    display: none; }
  .menu-item__back,
  .menu-item__overview {
    display: none; }
  .main-navigation ul {
    display: block; } }

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

/* Secondary Nav */
.site-header__eyebrow {
  width: 100%;
  background-color: #30012f;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  position: relative; }
  .site-header__eyebrow:before {
    content: "";
    background: #30012f;
    position: absolute;
    height: 100%;
    width: 4000px;
    left: -2000px; }
  .site-header__eyebrow li {
    display: inline-block;
    position: relative; }
    .site-header__eyebrow li:hover, .site-header__eyebrow li:focus-within {
      background: black; }
  .site-header__eyebrow a {
    font-size: .8rem;
    padding: 2px 10px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: white; }
    .site-header__eyebrow a:hover {
      background: black; }
  .site-header__eyebrow .sub-menu {
    position: absolute;
    left: -999em;
    background: black;
    z-index: 6;
    min-width: 200px;
    border-top: 3px solid #00c1d7;
    border-radius: 0 0 5px 5px; }
    .site-header__eyebrow .sub-menu li {
      display: block; }
    .site-header__eyebrow .sub-menu a {
      padding: .5rem 1rem;
      line-height: 1.25rem; }
      .site-header__eyebrow .sub-menu a:hover {
        background-color: #408197; }

@media screen and (max-width: 960px) {
  #site-navigation {
    margin-bottom: 5rem; }
  #menu-primary-menu {
    background: white; }
  #main-navigation__panel {
    background-color: white;
    position: absolute;
    width: 100%;
    top: 100px;
    left: 0;
    height: 100vh;
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 2; }
    #main-navigation__panel.is--active {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1; }
      #main-navigation__panel.is--active ul, #main-navigation__panel.is--active ul.is--active {
        display: block;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-transform-origin: top center;
                transform-origin: top center;
        -webkit-transition: .3s ease all;
        transition: .3s ease all; }
    #main-navigation__panel ul {
      display: none; }
    #main-navigation__panel li {
      font-weight: 700; }
      #main-navigation__panel li a {
        padding: 1rem 1.5rem; }
    #main-navigation__panel #menu-primary-menu > li > a:after,
    #main-navigation__panel .menu-item-has-children > a:after {
      content: '\276F';
      display: inline-block;
      position: absolute;
      right: 1em; }
    #main-navigation__panel .menu-list > ul,
    #main-navigation__panel .sub-menu,
    #main-navigation__panel .site-header__eyebrow .sub-menu {
      background-color: white;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      height: 100vh;
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 0;
      -webkit-transform-origin: top right;
              transform-origin: top right;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      z-index: 9; }
      #main-navigation__panel .menu-list > ul.is--active,
      #main-navigation__panel .sub-menu.is--active,
      #main-navigation__panel .site-header__eyebrow .sub-menu.is--active {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1; }
      #main-navigation__panel .menu-list > ul .sub-menu,
      #main-navigation__panel .sub-menu .sub-menu,
      #main-navigation__panel .site-header__eyebrow .sub-menu .sub-menu {
        display: none; }
        #main-navigation__panel .menu-list > ul .sub-menu.is--active,
        #main-navigation__panel .sub-menu .sub-menu.is--active,
        #main-navigation__panel .site-header__eyebrow .sub-menu .sub-menu.is--active {
          display: block; }
      #main-navigation__panel .menu-list > ul a:hover,
      #main-navigation__panel .menu-list > ul a:focus,
      #main-navigation__panel .sub-menu a:hover,
      #main-navigation__panel .sub-menu a:focus,
      #main-navigation__panel .site-header__eyebrow .sub-menu a:hover,
      #main-navigation__panel .site-header__eyebrow .sub-menu a:focus {
        background-color: #eff1f2; }
    #main-navigation__panel .menu-item__back a {
      color: #4a4a4a;
      background: #eff1f2;
      font-weight: 700;
      font-size: 1rem; }
    #main-navigation__panel .menu-item__back a:before {
      position: absolute;
      content: '\276E';
      display: inline-block;
      left: 10px; }
    #main-navigation__panel .menu-item__overview {
      display: block; }
    #main-navigation__panel .site-header__eyebrow {
      background-color: #eff1f2;
      position: relative;
      display: block;
      z-index: -1; }
      #main-navigation__panel .site-header__eyebrow:before {
        content: none; }
      #main-navigation__panel .site-header__eyebrow li {
        display: block; }
        #main-navigation__panel .site-header__eyebrow li:hover {
          background: white; }
      #main-navigation__panel .site-header__eyebrow a {
        color: #4a4a4a;
        padding: 0.7rem 1.5rem; }
        #main-navigation__panel .site-header__eyebrow a:hover {
          background: white; }
      #main-navigation__panel .site-header__eyebrow .sub-menu.is--active {
        top: 0; }
  .nav__national-number:after {
    padding-left: 1.5rem; } }

.nav__national-number {
  line-height: .75rem;
  margin-bottom: 1.5rem; }
  .nav__national-number:after {
    display: block;
    content: '24-hour National Hotline';
    color: #4a4a4a;
    font-size: .9rem;
    font-weight: 400; }
  @media screen and (min-width: 960px) {
    .nav__national-number {
      pointer-events: none; } }

@media screen and (min-width: 960px) {
  .icon {
    position: relative; }
    .icon:before {
      content: '';
      background-repeat: no-repeat;
      position: absolute;
      top: 10px;
      left: -50px;
      width: 30px;
      height: 40px; }
    .icon.mega-menu--col:before {
      left: 10px;
      top: 55px; } }

.icon.icon--pcadv-icon:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/pcadv-icon.svg"); }

.icon.icon--bullhorn:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/bullhorn.svg"); }

.icon.icon--map:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/map.svg"); }

.icon.icon--gavel:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/gavel.svg"); }

.icon.icon--question:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/question.svg"); }

.icon.icon--phone:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/phone.svg"); }

.icon.icon--book:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/book.svg"); }

.icon.icon--important:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/important.svg"); }

.icon.icon--first-aid:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/first-aid.svg"); }

.icon.icon--people:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/people.svg"); }

.icon.icon--courthouse:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/courthouse.svg"); }

.icon.icon--house:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/house.svg"); }

.icon.icon--ballot:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/ballot.svg"); }

.icon.icon--coin:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/coin.svg"); }

.icon.icon--dog:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/dog.svg"); }

.icon.icon--two-people:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/two-people.svg"); }

.icon.icon--scales:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/scales.svg"); }

.icon.icon--helping-hand:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/helping-hand.svg"); }

.icon.icon--handshake:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/handshake.svg"); }

.icon.icon--campaign:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/campaign.svg"); }

.icon.icon--checklist:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/checklist.svg"); }

.icon.icon--children:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/children.svg"); }

.icon.icon--events:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/events.svg"); }

.icon.icon--grad-cap:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/grad-cap.svg");
  margin-top: .5em; }

.icon.icon--parent-child:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/parent-child.svg"); }

.icon.icon--purse:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/purse.svg"); }

.icon.icon--rainbow:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/rainbow.svg"); }

.icon.icon--search:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/search.svg"); }

.icon.icon--shield:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/shield.svg");
  margin-top: -.5em; }

.icon.icon--toolbox:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/toolbox.svg"); }

.icon.icon--webinar:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/webinar.svg"); }

.icon.icon--hand:before {
  background-image: url("/wp-content/themes/pcadv/assets/icons/hand.svg"); }

.nav__jump-links {
  font-size: .9rem;
  font-family: "Montserrat", Helvetica, sans-serif; }
  .nav__jump-links ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .nav__jump-links ul li {
      margin-bottom: 0.8rem; }
      .nav__jump-links ul li:before {
        content: '\200B'; }
  .nav__jump-links .btn--tertiary {
    font-size: .9rem; }
    .nav__jump-links .btn--tertiary:after {
      color: #00c1d7; }
  @media screen and (min-width: 480px) {
    .nav__jump-links ul {
      display: inline-block; }
    .nav__jump-links li {
      display: inline-block;
      padding: 0 2rem 0 1rem; } }
  @media (min-width: 768px) {
    .nav__jump-links {
      margin-top: -2rem; } }

.logo {
  position: absolute;
  width: 40%;
  max-width: 200px;
  top: 20px;
  left: 1.5rem;
  z-index: 2; }
  @media screen and (min-width: 960px) {
    .logo {
      top: 40px;
      left: 2rem; } }

.menu-toggle {
  border: none;
  padding: 0;
  margin: 0;
  margin-left: auto;
  top: 1.5rem;
  background: none;
  color: #b3e3ea;
  border-radius: 0;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  padding: 1rem 1.4rem;
  position: relative;
  z-index: 200; }
  @media screen and (min-width: 960px) {
    .menu-toggle {
      display: none; } }

.btn__escape {
  position: fixed;
  right: 1em;
  bottom: 1em;
  z-index: 999;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  padding: 0.75rem 1rem !important;
  border-radius: 50px;
  background-color: #ec8f8f;
  border: none;
  color: #232222;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
  font-family: "Montserrat", Helvetica, sans-serif;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px 0; }
  .btn__escape:hover, .btn__escape:focus {
    background-color: white; }
  .btn__escape span {
    font-size: .8rem; }

.toaster {
  position: fixed;
  z-index: 990;
  width: 100%;
  max-width: 460px;
  background-color: white;
  padding: 1em;
  bottom: 0;
  left: 0;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 500;
  display: block;
  visibility: hidden;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 30px 0; }
  .toaster.is--active {
    visibility: visible; }
  .toaster:focus {
    outline: thin dotted gray;
    outline-offset: 4px; }

.toaster--escape {
  bottom: 0;
  left: auto;
  right: 0;
  background-color: #eff1f2;
  color: #4a4a4a;
  padding: 1em; }
  .toaster--escape h3 {
    font-size: 16px;
    font-size: 1rem;
    color: #408197; }
    @media (min-width: 320px) {
      .toaster--escape h3 {
        font-size: calc( 16px + ( 25.6 - 16) * ( (100vw - 320px) / ( 1024 - 320) )); } }
    @media screen and (min-width: 960px) {
      .toaster--escape h3 {
        font-size: 25.6px;
        font-size: 1.6rem; } }
  .toaster--escape p {
    font-size: 12.8px;
    font-size: 0.8rem;
    font-family: "Montserrat", Helvetica, sans-serif;
    line-height: 1.4rem; }
    @media (min-width: 320px) {
      .toaster--escape p {
        font-size: calc( 12.8px + ( 16 - 12.8) * ( (100vw - 320px) / ( 1024 - 320) )); } }
    @media screen and (min-width: 960px) {
      .toaster--escape p {
        font-size: 16px;
        font-size: 1rem; } }
  .toaster--escape .js__escape-ok {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: .5rem;
    font-weight: 700;
    font-size: 2rem;
    cursor: pointer; }

@media screen and (min-width: 480px) {
  .toaster--escape {
    padding: 1.5em; } }

[role="dialog"][hidden] {
  display: block;
  visibility: hidden; }
  [role="dialog"][hidden].is--active {
    visibility: visible; }

.home .toaster {
  display: none; }

/**
 * Accordion container element
 */
.accordion {
  list-style: none;
  margin: 4rem auto;
  z-index: -1; }
  .accordion > li {
    margin: 0;
    /**
		 * Add zero-width space. needed to ensure Safari + VO respect list semantics.
		 * Set the before content to position absolute to negate any visible space
		 * the before content could add to the document.
		 */ }
    .accordion > li:before {
      content: "\200B";
      position: absolute; }

.accordion__heading {
  margin: -1px 0 0; }

.accordion__trigger {
  position: relative;
  display: block;
  margin: 0;
  padding: 1em 3em 1em 1em;
  width: 100%;
  background-color: transparent;
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
  color: #4a4a4a;
  cursor: pointer;
  text-align: left;
  -webkit-transition: .3s ease all;
  transition: .3s ease all; }
  .accordion__trigger:after {
    border-left: .4em solid transparent;
    border-right: .4em solid transparent;
    border-top: 0.5em solid #9b9b9b;
    bottom: 0;
    content: '';
    height: 0;
    margin: auto;
    position: absolute;
    right: 1em;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 0; }
  .accordion__trigger:hover, .accordion__trigger:focus {
    background-color: #eff1f2;
    outline: none; }
    .accordion__trigger:hover:after, .accordion__trigger:focus:after {
      border-top: 0.5em solid #4a4a4a; }
  .accordion__trigger:focus {
    border-bottom: 2px solid #30012f; }
  .accordion__trigger[aria-expanded="true"] {
    background: rgba(155, 208, 181, 0.5);
    border-bottom: 2px solid #30012f; }
    .accordion__trigger[aria-expanded="true"]:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      border-top: 0.5em solid #4a4a4a; }
  .accordion__trigger[aria-disabled="true"]:hover {
    background-color: rgba(155, 208, 181, 0.5);
    cursor: not-allowed; }
  .accordion__trigger[aria-disabled="true"]:focus {
    background-color: #0a2a42; }

/**
 * This is needed to allow a double tap iOS 11
 * Safari + VO to function correctly, if there
 * are multiple elements (wrapper spans) to layout
 * text nodes within the accordion button.

	-- This is not needed if a button only contains text
	   and no other child nodes wrapping the text --

.accordion__trigger > * {
	pointer-events: none;
}
*/
.accordion__panel {
  background-color: inherit;
  max-height: 0vh;
  overflow: hidden;
  padding: 0.001em 1.25em;
  position: relative;
  visibility: hidden; }
  .accordion__panel > :last-child {
    margin-bottom: 0; }
  .accordion__panel[aria-hidden="false"] {
    max-height: 100vh;
    overflow: auto;
    padding: 1.25rem 1.25rem 2.5rem;
    visibility: visible; }
  .accordion__panel p, .accordion__panel ul, .accordion__panel ol {
    font-size: 1rem;
    line-height: 1.7rem; }
  .accordion__panel li {
    margin-bottom: 0.6rem !important; }

.accordion__panel--transition {
  -webkit-transition: max-height .2s ease-in-out, padding-top .2s ease-in-out, padding-bottom .2s ease-in-out;
  transition: max-height .2s ease-in-out, padding-top .2s ease-in-out, padding-bottom .2s ease-in-out; }

ul.callouts__crosslinks {
  padding: 0;
  list-style: none; }

.callouts__crosslinks {
  counter-reset: section; }
  .callouts__crosslinks.grid--2-col, .callouts__crosslinks.grid--3-col, .callouts__crosslinks.grid--4-col {
    -webkit-box-pack: start;
            justify-content: flex-start; }
  .callouts__crosslinks > div,
  .callouts__crosslinks.grid--2-col > div,
  .callouts__crosslinks.grid--3-col > div,
  .callouts__crosslinks.grid--4-col > div,
  .callouts__crosslinks > li,
  .callouts__crosslinks.grid--2-col > li,
  .callouts__crosslinks.grid--3-col > li,
  .callouts__crosslinks.grid--4-col > li {
    position: relative;
    background-color: #eff1f2;
    padding: 3rem 2% 5rem;
    width: 98%;
    margin: 0;
    overflow: hidden;
    border: 5px solid white; }
  @media (min-width: 768px) {
    .callouts__crosslinks.grid--2-col > div,
    .callouts__crosslinks.grid--4-col > div,
    .callouts__crosslinks.grid--2-col > li,
    .callouts__crosslinks.grid--4-col > li {
      width: 50%; } }
  @media screen and (min-width: 960px) {
    .callouts__crosslinks.grid--3-col > div,
    .callouts__crosslinks.grid--3-col > li {
      width: 33.33%; } }
  @media screen and (min-width: 1200px) {
    .callouts__crosslinks.grid--4-col > div,
    .callouts__crosslinks.grid--4-col > li {
      width: 25%; } }
  .callouts__crosslinks h3 {
    margin-top: 0; }
  .callouts__crosslinks p {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: .95rem;
    line-height: 1.5rem; }
  .callouts__crosslinks .callout__cta {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 1rem 3rem 1rem 2rem;
    border-top: 1px solid white;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-weight: 700;
    font-size: .95rem;
    line-height: 1.2rem;
    text-decoration: none;
    -webkit-transition: .3s ease all;
    transition: .3s ease all; }
    .callouts__crosslinks .callout__cta:after {
      content: '\e800';
      font-family: "pcadv", "Montserrat", Helvetica, sans-serif;
      font-size: 1rem;
      position: absolute;
      right: 1.5rem;
      color: #80067d;
      -webkit-transition: .3s ease all;
      transition: .3s ease all; }
    .callouts__crosslinks .callout__cta:hover:after {
      right: 1rem; }
    .callouts__crosslinks .callout__cta:hover, .callouts__crosslinks .callout__cta:active, .callouts__crosslinks .callout__cta:visited {
      background-color: white;
      box-shadow: inset 0px -3px #540352; }
  .callouts__crosslinks .callouts__counter {
    position: relative;
    padding-left: 15% !important; }
    .callouts__crosslinks .callouts__counter:before {
      position: absolute;
      counter-increment: section;
      content: counter(section);
      left: -5px;
      top: 2.25rem;
      font-size: 1.5rem;
      font-weight: 700;
      height: 50px;
      width: 50px;
      text-align: center;
      color: white;
      border-radius: 50%;
      padding-top: 12px;
      background-color: #9bd0b5;
      z-index: 1; }
    .callouts__crosslinks .callouts__counter:after {
      position: absolute;
      content: '';
      top: .1rem;
      left: -40px;
      height: 120px;
      width: 120px;
      background: url("/wp-content/themes/pcadv/assets/images/white-circle.svg") no-repeat;
      background-size: contain; }
    .callouts__crosslinks .callouts__counter h3, .callouts__crosslinks .callouts__counter p {
      position: relative;
      z-index: 2; }
    @media (min-width: 768px) {
      .callouts__crosslinks .callouts__counter {
        padding-left: 10% !important; } }
    @media screen and (min-width: 960px) {
      .callouts__crosslinks .callouts__counter {
        padding-left: 5% !important; } }
  .callouts__crosslinks.events > li,
  .callouts__crosslinks.events.grid--2-col > li,
  .callouts__crosslinks.events.grid--3-col > li,
  .callouts__crosslinks.events.grid--4-col > li {
    background-color: #30012f;
    overflow: visible; }
    .callouts__crosslinks.events > li .callout__cta:hover,
    .callouts__crosslinks.events.grid--2-col > li .callout__cta:hover,
    .callouts__crosslinks.events.grid--3-col > li .callout__cta:hover,
    .callouts__crosslinks.events.grid--4-col > li .callout__cta:hover {
      background-color: #540352; }
    .callouts__crosslinks.events > li .callout__cta:after,
    .callouts__crosslinks.events.grid--2-col > li .callout__cta:after,
    .callouts__crosslinks.events.grid--3-col > li .callout__cta:after,
    .callouts__crosslinks.events.grid--4-col > li .callout__cta:after {
      color: #00c1d7; }
  .callouts__crosslinks.events address {
    font-style: normal;
    font-weight: 700;
    font-family: "Montserrat", Helvetica, sans-serif;
    color: #9bd0b5; }
  .callouts__crosslinks h3 {
    font-family: "Montserrat", Helvetica, sans-serif;
    margin: 2rem 0 .25rem; }
  .callouts__crosslinks .event__date {
    background-color: #9bd0b5;
    color: #232222;
    padding: .5rem;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -1rem;
    padding: .5rem .75rem 1rem; }

.stats__deadly-link-list,
.img-crosslink-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .stats__deadly-link-list.grid--3-col > li,
  .img-crosslink-list.grid--3-col > li {
    -webkit-box-flex: 1;
            flex-grow: 1;
    position: relative;
    background-color: #232222;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: 300px;
    margin-top: -1rem;
    margin-bottom: 0; }
    @media screen and (min-width: 960px) {
      .stats__deadly-link-list.grid--3-col > li,
      .img-crosslink-list.grid--3-col > li {
        height: 500px; } }
    .stats__deadly-link-list.grid--3-col > li > a,
    .img-crosslink-list.grid--3-col > li > a {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      height: 100%;
      width: 100%;
      -webkit-transition: .5s ease all;
      transition: .5s ease all; }
      .stats__deadly-link-list.grid--3-col > li > a:hover,
      .img-crosslink-list.grid--3-col > li > a:hover {
        background-color: rgba(0, 0, 0, 0.5); }
  .stats__deadly-link-list h3, .stats__deadly-link-list p,
  .img-crosslink-list h3,
  .img-crosslink-list p {
    position: relative;
    z-index: 1; }
  .stats__deadly-link-list h3,
  .img-crosslink-list h3 {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    background-color: #9bd0b5;
    font-family: "Montserrat", Helvetica, sans-serif;
    color: #232222;
    padding: .5rem;
    line-height: 1.4em;
    display: inline-block;
    margin-top: -1rem; }
  .stats__deadly-link-list span,
  .img-crosslink-list span {
    -webkit-box-flex: 1;
            flex-grow: 1; }
  .stats__deadly-link-list p,
  .img-crosslink-list p {
    padding: 2rem; }
  .stats__deadly-link-list .deadly-link-bg,
  .stats__deadly-link-list .crosslink-bg,
  .img-crosslink-list .deadly-link-bg,
  .img-crosslink-list .crosslink-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    z-index: 0;
    opacity: .5; }

.img-crosslink-list .crosslink__largest-text {
  font-size: 2rem;
  display: block; }

.callout--full-bg {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  margin: 0 auto; }
  .callout--full-bg h2, .callout--full-bg h3, .callout--full-bg h4, .callout--full-bg p {
    margin-top: 0; }
  .callout--full-bg + h2, .callout--full-bg + h3, .callout--full-bg + h4, .callout--full-bg + h5, .callout--full-bg + h6, .callout--full-bg + p, .callout--full-bg + ul, .callout--full-bg + ol {
    margin-top: 5rem; }
  @media screen and (min-width: 960px) {
    .callout--full-bg {
      text-align: center; } }

p + .callout--full-bg, ul + .callout--full-bg, ol + .callout--full-bg {
  margin-top: 5rem; }

.callout__personas {
  background-color: #eff1f2;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  .callout__personas h2 {
    color: #4a4a4a;
    font-size: 24px;
    font-size: 1.5rem;
    max-width: 450px; }
    @media (min-width: 320px) {
      .callout__personas h2 {
        font-size: calc( 24px + ( 40 - 24) * ( (100vw - 320px) / ( 1024 - 320) )); } }
    @media screen and (min-width: 960px) {
      .callout__personas h2 {
        font-size: 40px;
        font-size: 2.5rem; } }
    .callout__personas h2 span {
      color: #00c1d7; }
    .callout__personas h2:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      height: 40%;
      width: 10px;
      background-color: #540352; }
  .callout__personas p, .callout__personas ul, .callout__personas ol {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 1rem; }
  .callout__personas li {
    margin-bottom: .25rem; }
  @media screen and (min-width: 960px) {
    .callout__personas {
      min-height: 650px; } }
  @media screen and (min-width: 1200px) {
    .callout__personas > div {
      width: 50%; } }
  @media screen and (min-width: 1600px) {
    .callout__personas {
      justify-content: space-around;
      background: -webkit-gradient(linear, left top, right top, color-stop(80%, #eff1f2), color-stop(80%, #540352));
      background: linear-gradient(to right, #eff1f2 80%, #540352 80%); } }
  .callout__personas .personas__text {
    padding: 2rem 5rem 5rem;
    z-index: 1; }
    @media screen and (min-width: 960px) {
      .callout__personas .personas__text {
        width: 60%;
        max-width: 800px; } }
  .callout__personas .personas__img {
    display: none; }
    @media screen and (min-width: 960px) {
      .callout__personas .personas__img {
        display: block;
        width: 40%;
        position: relative;
        background: url("/wp-content/themes/pcadv/assets/images/callout-geometric-shapes.png") left no-repeat;
        background-size: cover;
        padding-left: 100px;
        -webkit-box-flex: 1;
                flex-grow: 1; }
        .callout__personas .personas__img:after {
          position: absolute;
          content: '';
          height: 100%;
          width: 100%;
          left: 0;
          top: 0;
          background: url("/wp-content/themes/pcadv/assets/images/callout-diagonal.png") 0 bottom no-repeat; } }
    @media screen and (min-width: 960px) and (min-width: 1200px) {
      .callout__personas .personas__img:after {
        background: url("/wp-content/themes/pcadv/assets/images/callout-diagonal.png") -25% bottom no-repeat; } }
    @media screen and (min-width: 960px) {
        .callout__personas .personas__img img {
          max-width: 450px;
          position: absolute;
          bottom: 0; }
          .callout__personas .personas__img img.persona__lgbtq, .callout__personas .personas__img img.persona__elderly {
            max-width: 560px;
            margin-left: -50px; }
          .callout__personas .personas__img img.persona__adult-man {
            max-width: 600px; }
          .callout__personas .personas__img img.persona__children {
            max-width: 700px;
            margin-left: -150px; }
          .callout__personas .personas__img img.persona__conference {
            max-width: 530px;
            margin-left: -60px; } }

.callout__media > div {
  padding: 3rem; }

@media screen and (min-width: 960px) {
  .callout__media {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start; }
    .callout__media > div {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      margin-bottom: 0;
      width: 50%; }
    .callout__media .callout__media-text {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: start;
              align-items: flex-start;
      max-width: 600px; }
      .callout__media .callout__media-text ul {
        margin: 0;
        font-family: "Montserrat", Helvetica, sans-serif; } }

.grid--3-col.list__statistics {
  list-style: none;
  padding: 0;
  margin: 0; }
  .grid--3-col.list__statistics li {
    margin: 1.5rem;
    width: 275px !important;
    height: 275px;
    border: 15px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    .grid--3-col.list__statistics li p {
      padding: 0 1.5rem;
      line-height: 1.5rem;
      font-family: "Montserrat", Helvetica, sans-serif;
      font-size: 1.2rem; }
    .grid--3-col.list__statistics li span {
      display: block;
      font-weight: 700;
      font-size: 28px;
      font-size: 1.75rem;
      margin: .5rem auto;
      line-height: 1.2em; }
      @media (min-width: 320px) {
        .grid--3-col.list__statistics li span {
          font-size: calc( 28px + ( 48 - 28) * ( (100vw - 320px) / ( 1024 - 320) )); } }
      @media screen and (min-width: 960px) {
        .grid--3-col.list__statistics li span {
          font-size: 48px;
          font-size: 3rem; } }

.section__icon-text {
  position: relative; }
  @media screen and (min-width: 960px) {
    .section__icon-text .icon-wrapper {
      position: absolute;
      background: #eff1f2;
      width: 150px;
      height: 150px;
      left: -150px;
      top: -50px;
      border-radius: 50%;
      z-index: 0; }
      .section__icon-text .icon-wrapper:before {
        content: '';
        background-color: rgba(239, 241, 242, 0.4);
        position: absolute;
        height: 200px;
        width: 200px;
        top: -25px;
        left: -25px;
        border-radius: 50%; }
      .section__icon-text .icon-wrapper .icon:before {
        top: 40px;
        left: 46px;
        width: 60px;
        height: 60px; } }
  .section__icon-text .text-wrapper {
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 960px) {
      .section__icon-text .text-wrapper {
        padding-left: 5%; } }

.bg--gray .section__icon-text .icon-wrapper,
.bg--dk-purple .section__icon-text .icon-wrapper,
.bg--lt-blue .section__icon-text .icon-wrapper,
.bg--dk-blue .section__icon-text .icon-wrapper,
.bg--pink .section__icon-text .icon-wrapper,
.bg--green .section__icon-text .icon-wrapper {
  background: rgba(255, 255, 255, 0.8); }
  .bg--gray .section__icon-text .icon-wrapper:before,
  .bg--dk-purple .section__icon-text .icon-wrapper:before,
  .bg--lt-blue .section__icon-text .icon-wrapper:before,
  .bg--dk-blue .section__icon-text .icon-wrapper:before,
  .bg--pink .section__icon-text .icon-wrapper:before,
  .bg--green .section__icon-text .icon-wrapper:before {
    background-color: rgba(255, 255, 255, 0.4); }

.bg--dk-purple .section__icon-text .icon-wrapper,
.bg--dk-blue .section__icon-text .icon-wrapper {
  background-color: rgba(255, 255, 255, 0.4); }
  .bg--dk-purple .section__icon-text .icon-wrapper:before,
  .bg--dk-blue .section__icon-text .icon-wrapper:before {
    background-color: rgba(255, 255, 255, 0.2); }

.bg--black {
  background: #4a4a4a;
  color: #eff1f2; }

.resources {
  background: #eff1f2; }
  @media (min-width: 768px) {
    .resources {
      display: -webkit-box;
      display: flex; } }
  .resources .resources__intro {
    background: url("/wp-content/themes/pcadv/assets/images/top-left-light-diagonals.png") no-repeat top left #540352;
    background-size: 85%;
    color: white;
    -webkit-box-flex: 30%;
            flex: 30% 0 0;
    padding: .5rem 3rem 3rem; }
  .resources .resources__card-list {
    width: 100%; }
    @media screen and (min-width: 480px) {
      .resources .resources__card-list {
        padding: 3rem 0; } }
    .resources .resources__card-list ul {
      width: 100%;
      list-style: none;
      padding: 0;
      margin-left: -8px; }
      @media screen and (min-width: 480px) {
        .resources .resources__card-list ul {
          display: -webkit-box;
          display: flex;
          flex-wrap: wrap; } }
    .resources .resources__card-list .resources__card {
      margin-right: 1%;
      background: white;
      border-left: 8px solid #9bd0b5;
      font-family: "Montserrat", Helvetica, sans-serif; }
      @media screen and (min-width: 480px) {
        .resources .resources__card-list .resources__card {
          -webkit-box-flex: 49%;
                  flex: 49% 0 0; } }
      @media (min-width: 768px) {
        .resources .resources__card-list .resources__card {
          min-height: 325px; } }
      @media screen and (min-width: 1200px) {
        .resources .resources__card-list .resources__card {
          -webkit-box-flex: 32%;
                  flex: 32% 0 0; } }
      .resources .resources__card-list .resources__card a {
        display: block;
        padding: 30px 10% 20px;
        height: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-pack: justify;
                justify-content: space-between; }
      .resources .resources__card-list .resources__card h3 {
        margin-top: 0;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 1.8rem; }
      .resources .resources__card-list .resources__card .btn--tertiary:hover {
        border-bottom: none; }
  .resources .text--small {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-weight: 400; }

.tabbed-resources {
  /* Tabbed Resources Buttons */ }
  .tabbed-resources .resources__intro {
    padding-top: 4rem;
    padding-bottom: 2rem; }
  .tabbed-resources button {
    display: block;
    border: none;
    background: none;
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
    color: white;
    font-weight: 700;
    padding: .5rem 0;
    text-align: left; }
    .tabbed-resources button:hover, .tabbed-resources button:focus, .tabbed-resources button[aria-selected=true] {
      font-size: 1.5rem; }
      .tabbed-resources button:hover:before, .tabbed-resources button:focus:before, .tabbed-resources button[aria-selected=true]:before {
        margin-right: 1rem;
        content: '\e800';
        font-family: "pcadv","Montserrat",Helvetica,sans-serif;
        color: #b3e3ea;
        font-weight: 400;
        font-size: 1.2rem; }
    @media screen and (min-width: 960px) {
      .tabbed-resources button {
        padding: 1rem 0; } }

/**************************/
/**    Victim Stories    **/
/**************************/
@media screen and (min-width: 960px) {
  .stats_stories {
    display: -webkit-box;
    display: flex; }
    .stats_stories > div {
      -webkit-box-flex: 50%;
              flex: 50% 0 0; } }

.stories__intro-bg {
  background: url("/wp-content/themes/pcadv/assets/images/bg-victims-stories.jpg") center center no-repeat;
  background-size: cover;
  padding: 3rem 0; }

.stories__intro {
  padding: 5rem 3rem 2rem;
  margin: 0 auto;
  -webkit-transform: translatey(5rem);
          transform: translatey(5rem);
  width: 90%; }
  @media screen and (min-width: 960px) {
    .stories__intro {
      max-width: 600px;
      padding: 8rem 5rem;
      -webkit-transform: translate(5rem, 0);
              transform: translate(5rem, 0);
      margin-left: auto; } }
  .stories__intro h2 {
    margin-top: 0; }
  .stories__intro p {
    font-family: "Montserrat",Helvetica,sans-serif;
    font-weight: 700; }

.stories__story-panel {
  padding: 2rem 10% 3rem;
  max-width: 750px;
  margin: 0 auto; }
  @media screen and (min-width: 960px) {
    .stories__story-panel {
      padding-left: 10rem;
      padding: 2rem 7rem 3rem; } }
  .stories__story-panel p {
    color: #4a4a4a;
    line-height: 1.7rem; }

.stories__tabs {
  background: #eff1f2;
  padding: 5rem 0; }
  @media screen and (min-width: 960px) {
    .stories__tabs {
      padding-top: 10rem; } }
  .stories__tabs [role=tablist] {
    margin: 0 auto 5rem;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(49%, #eff1f2), color-stop(50%, #232222), color-stop(51%, #eff1f2));
    background-image: linear-gradient(#eff1f2 49%, #232222 50%, #eff1f2 51%); }
  .stories__tabs button {
    position: relative;
    background: #ec8f8f;
    border-radius: 50%;
    margin: 0 3%;
    padding: .5em .8em;
    font-weight: 700;
    font-size: 1.5rem;
    color: white;
    -webkit-transition: .1s ease all;
    transition: .1s ease all;
    z-index: 2; }
    .stories__tabs button:first-child {
      padding: .4em .8em; }
    .stories__tabs button:focus {
      width: 60px;
      height: 60px; }
    .stories__tabs button:focus, .stories__tabs button:hover {
      border: none; }
      .stories__tabs button:focus:after, .stories__tabs button:hover:after {
        content: '';
        position: absolute;
        height: 150%;
        width: 150%;
        top: -25%;
        left: -25%;
        background: rgba(236, 143, 143, 0.3);
        mix-blend-mode: multiply;
        border-radius: 50%;
        z-index: -1; }
  .stories__tabs [aria-selected=false],
  .stories__tabs [aria-selected=false]:first-child {
    text-indent: -999999px;
    background: #4a4a4a;
    padding: .5rem;
    height: 10px;
    width: 10px; }
  .stories__tabs [id^='story-panel-'] {
    padding: 0 10%;
    max-width: 750px;
    margin: 0 auto; }
    @media screen and (min-width: 960px) {
      .stories__tabs [id^='story-panel-'] {
        padding-left: 10rem;
        padding: 0 7rem; } }
  .stories__tabs p {
    color: #4a4a4a;
    line-height: 1.7rem; }

.video-gallery {
  background: #232222; }

.social-gallery {
  margin: 25px auto; }

.gallery__featured-video {
  overflow: hidden;
  padding-bottom: 38%;
  position: relative;
  height: 0; }
  .gallery__featured-video iframe {
    left: 0;
    top: 0;
    height: 100% !important;
    width: 100% !important;
    position: absolute; }

.list__videos {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%; }
  .list__videos li {
    color: white;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
            flex-grow: 1;
    border-bottom: 1px solid #9b9b9b;
    padding: 1rem;
    margin-bottom: 0;
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
    cursor: pointer; }
    .list__videos li:before {
      content: '\200B';
      /* zero-width space for screen reader counting */ }
    .list__videos li:last-child {
      border-bottom: 0; }
    .list__videos li:hover, .list__videos li:focus, .list__videos li:active {
      background: rgba(155, 155, 155, 0.4); }
  .list__videos .video-thumb {
    -webkit-box-flex: 35%;
            flex: 35% 0 0; }
  .list__videos .video-desc {
    -webkit-box-flex: 60%;
            flex: 60% 0 0; }

@media (min-width: 768px) {
  .section__media-gallery .footer__social-links {
    -webkit-box-pack: end;
            justify-content: flex-end; }
  .video-gallery {
    display: -webkit-box;
    display: flex; }
  .gallery__featured-video {
    -webkit-box-flex: 2;
            flex: 2; }
  .gallery__thumbnails {
    -webkit-box-flex: 1;
            flex: 1; } }

.cards__flip {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  max-width: 1500px;
  width: calc(100% + 2rem);
  margin: 0 -1rem; }
  @media (min-width: 768px) {
    .cards__flip {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      width: 100%;
      margin: 0 auto; } }

@media screen and (min-width: 960px) {
  .grid--3-col.cards__flip > div {
    width: 45%; } }

@media screen and (min-width: 1200px) {
  .grid--3-col.cards__flip > div {
    width: 31%; } }

.quiz-card {
  text-align: center;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  height: 500px;
  margin-bottom: 2rem;
  height: calc(590px - 20vw); }
  @media (min-width: 768px) {
    .quiz-card {
      height: calc(600px - 13vw); } }
  @media screen and (min-width: 1200px) {
    .quiz-card {
      height: calc(600px - 5vw); } }
  @media screen and (min-width: 1400px) {
    .quiz-card {
      height: 500px; } }
  .quiz-card .front,
  .quiz-card .back {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: calc(1rem + 2vw) calc(1rem + 2vw);
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .quiz-card .front *:not(button),
    .quiz-card .back *:not(button) {
      color: white; }
  .quiz-card .front {
    background: url("assets/images/header-dark-diagonals.png") center no-repeat #540352; }
  .quiz-card .back {
    background: url("assets/images/top-right-diagonals-light.png") center no-repeat; }
  .quiz-card .back-yes {
    background-color: #3c6d54; }
  .quiz-card .back-no {
    background-color: #295361; }
  .quiz-card .back {
    display: none;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    padding: calc(1rem + 2vw) calc(.5rem + 2vw); }
    .quiz-card .back p, .quiz-card .back ul, .quiz-card .back ol {
      font-family: "Montserrat", Helvetica, sans-serif;
      font-size: .9rem;
      line-height: 1.5;
      margin-top: 0;
      margin-bottom: .7rem; }
      @media screen and (min-width: 1200px) {
        .quiz-card .back p, .quiz-card .back ul, .quiz-card .back ol {
          line-height: 1.8; } }
    .quiz-card .back ul, .quiz-card .back ol {
      text-align: left; }
    .quiz-card .back li {
      margin-bottom: .7rem; }
  .quiz-card h2, .quiz-card h3, .quiz-card h4, .quiz-card h5, .quiz-card h6 {
    margin-top: 0; }
  .quiz-card .quiz-card__title {
    margin-bottom: 1rem;
    color: inherit; }
  .quiz-card .quiz-card__image img {
    width: auto;
    height: 110px;
    max-width: 100%; }
  .quiz-card .buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .quiz-card button {
    color: white;
    font-weight: bold; }
    .quiz-card button.yes {
      background-color: #9bd0b5;
      color: #08120d; }
    .quiz-card button.no {
      background-color: #b3e3ea;
      color: #11363c; }

.flip-card-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.back-button {
  align-self: center;
  background-color: inherit;
  box-shadow: 0 0 0 2px white;
  color: white; }

.animate-flip-yes .flip-card-wrapper {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg); }

.animate-flip-no .flip-card-wrapper {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.home header,
.page-template-page-campaigns header {
  background: url(/wp-content/themes/pcadv/assets/images/header-top-right-diagonals.png) right top no-repeat, url("/wp-content/themes/pcadv/assets/images/stats-dark-diagonals.png") left 300px no-repeat #540352;
  background-size: 50% auto, 100% auto;
  position: relative; }

.hero__personas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: top right !important; }

.home__headline {
  text-transform: uppercase;
  color: #eff1f2;
  font-size: 32px;
  font-size: 2rem;
  max-width: 800px;
  line-height: 1em;
  margin-top: 3em; }
  @media (min-width: 320px) {
    .home__headline {
      font-size: calc( 32px + ( 80 - 32) * ( (100vw - 320px) / ( 1024 - 320) )); } }
  @media screen and (min-width: 960px) {
    .home__headline {
      font-size: 80px;
      font-size: 5rem; } }
  .home__headline span {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    background: #b3e3ea;
    color: #540352;
    font-size: 1.5rem;
    line-height: 1.5rem; }

.home__hero-campaign {
  background: #30012f;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start; }
  .home__hero-campaign h4 {
    color: #f3bbbb;
    margin-top: 0; }
  .home__hero-campaign .heading--lead {
    margin: 2rem 2rem 0.5rem 2rem; }

.home__widgets {
  padding-left: 2rem;
  padding-right: 2rem; }

.news__tabs {
  width: 100%;
  height: 75px;
  -webkit-box-ordinal-group: 2;
          order: 1;
  padding: 0 2rem 2rem 2rem;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(28%, transparent), color-stop(29%, #540352), color-stop(30%, #540352), color-stop(31%, transparent));
  background-image: linear-gradient(transparent 28%, #540352 29%, #540352 30%, transparent 31%); }
  .news__tabs button {
    padding: 0;
    margin-right: 2rem;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #b3e3ea;
    font-weight: bold;
    font-size: 1rem;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all; }
    .news__tabs button[aria-selected="true"] {
      width: 40px;
      height: 40px;
      font-size: 1.3rem; }
    .news__tabs button:focus, .news__tabs button:hover, .news__tabs button:active {
      border: 3px solid white;
      background: #00c1d7; }
    .news__tabs button[aria-selected="false"]:focus, .news__tabs button[aria-selected="false"]:hover, .news__tabs button[aria-selected="false"]:active {
      height: 30px;
      width: 30px; }

.news__panel {
  padding: 0 2rem 2rem 2rem; }

.home .btn--tertiary,
.toaster__body .btn--tertiary {
  font-size: 0.9rem;
  line-height: 1rem;
  padding: 0; }
  .home .btn--tertiary:after,
  .toaster__body .btn--tertiary:after {
    font-size: 0.9rem;
    line-height: 1.7rem; }

@media screen and (min-width: 960px) {
  .home__widgets {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end;
    margin-top: -5rem !important;
    padding-right: 0; }
  .home__widgets > div:last-child {
    -webkit-box-flex: 35%;
            flex: 35% 0 0; } }

.help-bar {
  background: #ec8f8f; }
  @media screen and (min-width: 960px) {
    .help-bar {
      -webkit-box-flex: 65%;
              flex: 65% 0 0; } }
  .help-bar h2 {
    margin: 0;
    color: #232222;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    font-size: 1.5rem;
    padding: 2.2rem 0 2rem 3%; }

.help-bar__items {
  position: relative;
  background: #eff1f2;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.2rem; }
  .help-bar__items:before {
    content: "";
    position: absolute;
    background: rgba(239, 241, 242, 0.3);
    height: 10px;
    top: -10px;
    left: 0;
    right: 0; }
  .help-bar__items li {
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #540352; }

.home__what-we-do.section--tall {
  padding-bottom: 4rem; }

.home__what-we-do .what-we-do__intro {
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 600px; }

.home__what-we-do h2 {
  margin: 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  color: #9bd0b5; }

.home__what-we-do h3 {
  margin: 1rem 0; }

.home__what-we-do h4 {
  font-size: 1.1rem;
  line-height: 1.5rem; }

.home__what-we-do .grid--2-col {
  -webkit-box-flex: 60%;
          flex: 60% 0 0; }

.home__what-we-do .icon {
  position: relative; }
  .home__what-we-do .icon:before {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -50px;
    width: 30px;
    height: 40px; }

/**************************/
/**       Campaign       **/
/**************************/
.home__campaign {
  background: url("/wp-content/themes/pcadv/assets/images/bg-gray-diagonals.png") no-repeat bottom right #9bd0b5;
  background-size: 100% auto; }

.home__campaign__intro {
  position: relative; }
  .home__campaign__intro .home__campaign__desc {
    border-left: 10px solid #540352;
    padding: 3rem 10%; }
  .home__campaign__intro h2 {
    color: #4a4a4a;
    font-size: 2.5rem;
    margin-top: 2rem; }
    .home__campaign__intro h2 span {
      color: #540352;
      display: block;
      font-size: 1.2rem;
      text-transform: uppercase;
      letter-spacing: 0.25rem;
      line-height: 1.5rem; }
  .home__campaign__intro p {
    font-family: "Montserrat", Helvetica, sans-serif; }
  .home__campaign__intro .home__campaign__event {
    display: -webkit-box;
    display: flex;
    max-width: 550px; }
    .home__campaign__intro .home__campaign__event .event__details {
      -webkit-box-flex: 1;
              flex-grow: 1;
      background: white;
      padding: 1rem 2rem; }
      .home__campaign__intro .home__campaign__event .event__details h4 {
        margin: 0; }

.event__date {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  background: #540352;
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  padding: 0 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center; }
  .event__date span {
    display: block;
    font-weight: 200;
    font-size: 2.5rem; }

.home .extra-top-margin {
  margin-top: 0 !important; }

/**************************/
/**        Stats         **/
/**************************/
.home__campaign__stats {
  position: relative;
  padding-bottom: 5rem;
  margin-top: 3rem !important; }
  .home__campaign__stats h3 {
    display: inline-block;
    margin-bottom: 0; }

.home-stats__img {
  display: none; }

.home__stats-list {
  padding-top: 5rem;
  border-top: 1px solid #80067d; }

.home__statistic {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3em;
  font-weight: 700;
  color: #4a4a4a;
  margin-top: 2rem; }
  @media (min-width: 320px) {
    .home__statistic {
      font-size: calc( 16px + ( 19.2 - 16) * ( (100vw - 320px) / ( 1024 - 320) )); } }
  @media screen and (min-width: 960px) {
    .home__statistic {
      font-size: 19.2px;
      font-size: 1.2rem; } }
  .home__statistic span {
    display: block;
    font-weight: 200;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2em; }
    @media (min-width: 320px) {
      .home__statistic span {
        font-size: calc( 32px + ( 48 - 32) * ( (100vw - 320px) / ( 1024 - 320) )); } }
    @media screen and (min-width: 960px) {
      .home__statistic span {
        font-size: 48px;
        font-size: 3rem; } }

.icon--keystone {
  display: inline-block;
  margin-bottom: -1rem;
  margin-right: 1rem; }

@media screen and (min-width: 480px) {
  .home__campaign__stats {
    padding-bottom: 5rem; } }

@media screen and (min-width: 960px) {
  .headline--wrapper {
    position: relative; }
  .help-bar {
    border-radius: 100px 0 0 100px;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    margin: 0 0 0 auto;
    max-width: 1000px; }
    .help-bar h2 {
      padding: 0 3%; }
  .help-bar__items {
    -webkit-box-flex: 60%;
            flex: 60% 0 0; }
    .help-bar__items:before {
      width: 20px;
      top: 0;
      bottom: 0;
      left: -20px;
      height: auto; }
    .help-bar__items li {
      -webkit-box-flex: 33%;
              flex: 33% 0 0;
      padding: 1rem 2rem 1rem; }
  .home__what-we-do {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    .home__what-we-do .what-we-do__intro {
      padding-right: 8%; }
    .home__what-we-do .grid--2-col > div {
      padding: 0 1rem; }
      .home__what-we-do .grid--2-col > div.icon:before {
        left: -30px; }
    .home__what-we-do h4 {
      margin-top: 0; }
  .home__campaign__event {
    width: 45%; }
  .home-stats__img {
    display: block;
    position: absolute;
    top: 3rem;
    left: 53%;
    background: gray;
    width: 50%;
    max-width: 500px;
    height: 650px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important; }
  .home__campaign__intro {
    max-width: 550px;
    width: 45%;
    padding-right: 0; }
  .home__campaign__event {
    width: 100%; } }

@media screen and (min-width: 1200px) {
  .home__widgets {
    margin-top: -10rem !important; }
  .home__hero-campaign {
    min-height: 315px; }
  .help-bar__items {
    -webkit-box-flex: 75%;
            flex: 75% 0 0;
    display: -webkit-box;
    display: flex; }
    .help-bar__items li {
      -webkit-box-flex: 33%;
              flex: 33% 0 0;
      -webkit-box-flex: 1;
              flex-grow: 1;
      padding: 1.8rem 3% 2rem 3%;
      border-right: 1px solid #540352;
      border-bottom: 0; }
      .help-bar__items li:last-child {
        border-right: none;
        padding-right: 3rem; } }

.page-id-44 {
  background-color: #540352;
  color: white;
  background: url("/wp-content/themes/pcadv/assets/images/header-top-right-diagonals.png") right top no-repeat #540352;
  background-size: 50% auto;
  /**************************/
  /**   Circle Graphs   **/
  /**************************/
  /**************************/
  /**   Method of Murder   **/
  /**************************/
  /**************************/
  /** A Deadly Link
      see components/callout-image-crosslinks.scss
  /**************************/
  /**************************/
  /** Lethality Assessment **/
  /**************************/
  /**************************/
  /** Victim Memorial List **/
  /**************************/ }
  .page-id-44 header {
    background: none; }
  .page-id-44 footer {
    color: #4a4a4a; }
  .page-id-44 h2.text--stats-alt {
    color: white;
    text-transform: uppercase;
    opacity: .6;
    font-weight: 200;
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: .25em; }
    @media (min-width: 320px) {
      .page-id-44 h2.text--stats-alt {
        font-size: calc( 32px + ( 64 - 32) * ( (100vw - 320px) / ( 1024 - 320) )); } }
    @media screen and (min-width: 960px) {
      .page-id-44 h2.text--stats-alt {
        font-size: 64px;
        font-size: 4rem; } }
  .page-id-44 .stats__intro-headline {
    color: white; }
  .page-id-44 p, .page-id-44 ul {
    font-family: "Montserrat", Helvetica, sans-serif; }
  .page-id-44 .stat__lg-text,
  .page-id-44 .stat__largest-text {
    line-height: 1.3em;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    color: #eff1f2; }
    @media (min-width: 320px) {
      .page-id-44 .stat__lg-text,
      .page-id-44 .stat__largest-text {
        font-size: calc( 16px + ( 19.2 - 16) * ( (100vw - 320px) / ( 1024 - 320) )); } }
    @media screen and (min-width: 960px) {
      .page-id-44 .stat__lg-text,
      .page-id-44 .stat__largest-text {
        font-size: 19.2px;
        font-size: 1.2rem; } }
    .page-id-44 .stat__lg-text span,
    .page-id-44 .stat__largest-text span {
      font-weight: 200;
      font-size: 32px;
      font-size: 2rem;
      display: block;
      line-height: 1em; }
      @media (min-width: 320px) {
        .page-id-44 .stat__lg-text span,
        .page-id-44 .stat__largest-text span {
          font-size: calc( 32px + ( 64 - 32) * ( (100vw - 320px) / ( 1024 - 320) )); } }
      @media screen and (min-width: 960px) {
        .page-id-44 .stat__lg-text span,
        .page-id-44 .stat__largest-text span {
          font-size: 64px;
          font-size: 4rem; } }
  .page-id-44 .stat__largest-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3em; }
    @media (min-width: 320px) {
      .page-id-44 .stat__largest-text {
        font-size: calc( 16px + ( 24 - 16) * ( (100vw - 320px) / ( 1024 - 320) )); } }
    @media screen and (min-width: 960px) {
      .page-id-44 .stat__largest-text {
        font-size: 24px;
        font-size: 1.5rem; } }
    .page-id-44 .stat__largest-text span {
      font-size: 32px;
      font-size: 2rem; }
      @media (min-width: 320px) {
        .page-id-44 .stat__largest-text span {
          font-size: calc( 32px + ( 96 - 32) * ( (100vw - 320px) / ( 1024 - 320) )); } }
      @media screen and (min-width: 960px) {
        .page-id-44 .stat__largest-text span {
          font-size: 96px;
          font-size: 6rem; } }
      .page-id-44 .stat__largest-text span sup {
        font-size: 24px;
        font-size: 1.5rem; }
        @media (min-width: 320px) {
          .page-id-44 .stat__largest-text span sup {
            font-size: calc( 24px + ( 64 - 24) * ( (100vw - 320px) / ( 1024 - 320) )); } }
        @media screen and (min-width: 960px) {
          .page-id-44 .stat__largest-text span sup {
            font-size: 64px;
            font-size: 4rem; } }
  .page-id-44 .stats__annual-victims {
    position: relative; }
    .page-id-44 .stats__annual-victims h2 {
      font-size: 1.3rem;
      padding: .75rem .5rem;
      margin-top: 0;
      position: relative;
      z-index: 1; }
      .page-id-44 .stats__annual-victims h2:after {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 0;
        background: rgba(0, 193, 215, 0.5);
        -webkit-animation: strikethrough 5s ease-in-out forwards;
                animation: strikethrough 5s ease-in-out forwards;
        -webkit-animation-delay: 1s;
                animation-delay: 1s;
        z-index: -1; }
      @media screen and (min-width: 960px) {
        .page-id-44 .stats__annual-victims h2 {
          margin-top: 5rem; } }
    .page-id-44 .stats__annual-victims .stats__bg-number {
      position: absolute;
      font-weight: 700;
      font-size: 32px;
      font-size: 2rem;
      opacity: .1;
      top: 0;
      left: 0;
      right: 0; }
      @media (min-width: 320px) {
        .page-id-44 .stats__annual-victims .stats__bg-number {
          font-size: calc( 32px + ( 176 - 32) * ( (100vw - 320px) / ( 1024 - 320) )); } }
      @media screen and (min-width: 960px) {
        .page-id-44 .stats__annual-victims .stats__bg-number {
          font-size: 176px;
          font-size: 11rem; } }
      @media screen and (min-width: 1200px) {
        .page-id-44 .stats__annual-victims .stats__bg-number {
          font-size: 14rem; } }

@-webkit-keyframes strikethrough {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes strikethrough {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
  .page-id-44 .icon--left {
    max-width: 150px; }
    @media screen and (min-width: 960px) {
      .page-id-44 .icon--left {
        position: absolute;
        left: -10px; } }
  .page-id-44 .vertical-line {
    position: absolute;
    top: 5rem;
    left: 5px;
    height: 100px; }
    @media (min-width: 768px) {
      .page-id-44 .vertical-line {
        height: 160px; }
        .page-id-44 .vertical-line .line-endpoint {
          -webkit-transform: translateY(60px);
                  transform: translateY(60px); } }
    @media screen and (min-width: 960px) {
      .page-id-44 .vertical-line {
        top: -10px;
        left: 2.5rem;
        height: 250px; }
        .page-id-44 .vertical-line .line-endpoint {
          -webkit-transform: translateY(150px);
                  transform: translateY(150px); } }
  .page-id-44 .lights-container {
    position: relative;
    background: url("/wp-content/themes/pcadv/assets/images/stats-dark-diagonals.png") left 100px no-repeat;
    background-size: cover;
    overflow: hidden; }
    @media screen and (min-width: 960px) {
      .page-id-44 .lights-container {
        overflow: visible; } }
  .page-id-44 .svg-lights {
    position: absolute;
    bottom: -400px;
    left: 0;
    right: 0;
    width: 500%; }
    @media screen and (min-width: 960px) {
      .page-id-44 .svg-lights {
        width: 100%;
        z-index: 2; } }
  .page-id-44 .stat__graph-container {
    position: relative;
    padding: 3rem 0; }
    @media screen and (min-width: 960px) {
      .page-id-44 .stat__graph-container {
        padding: 10rem 0; } }
    .page-id-44 .stat__graph-container .circle-graph-text {
      position: absolute;
      left: 50%;
      top: 33%; }
      .page-id-44 .stat__graph-container .circle-graph-text .stat__largest-text {
        position: relative;
        left: -50%;
        max-width: 500px; }
        .page-id-44 .stat__graph-container .circle-graph-text .stat__largest-text span {
          font-size: 96px;
          font-size: 6rem; }
          @media (min-width: 320px) {
            .page-id-44 .stat__graph-container .circle-graph-text .stat__largest-text span {
              font-size: calc( 96px + ( 160 - 96) * ( (100vw - 320px) / ( 1024 - 320) )); } }
          @media screen and (min-width: 960px) {
            .page-id-44 .stat__graph-container .circle-graph-text .stat__largest-text span {
              font-size: 160px;
              font-size: 10rem; } }
          .page-id-44 .stat__graph-container .circle-graph-text .stat__largest-text span sup {
            font-size: 64px;
            font-size: 4rem; }
            @media (min-width: 320px) {
              .page-id-44 .stat__graph-container .circle-graph-text .stat__largest-text span sup {
                font-size: calc( 64px + ( 96 - 64) * ( (100vw - 320px) / ( 1024 - 320) )); } }
            @media screen and (min-width: 960px) {
              .page-id-44 .stat__graph-container .circle-graph-text .stat__largest-text span sup {
                font-size: 96px;
                font-size: 6rem; } }
  .page-id-44 .stat__circle-graph {
    margin: 10px auto;
    max-width: 700px; }
    .page-id-44 .stat__circle-graph path {
      display: none; }
      @media screen and (min-width: 480px) {
        .page-id-44 .stat__circle-graph path {
          display: block; } }
      @media all and (-ms-high-contrast: none) {
        .page-id-44 .stat__circle-graph path {
          display: none; } }
  .page-id-44 .stat__circle-border {
    fill: none;
    stroke: #9b9b9b;
    stroke-width: .1; }
  .page-id-44 .stat__circle-highlight {
    fill: none;
    stroke-linecap: round;
    stroke-width: 1;
    stroke: #ec8f8f; }
  .page-id-44 .stat__lap-high-risk-highlight,
  .page-id-44 .stat__lap-services-highlight,
  .page-id-44 .stat__circle-highlight {
    stroke-linecap: round; }
  .page-id-44 .stat__circle-animate {
    -webkit-animation: progress 2s ease-out forwards;
            animation: progress 2s ease-out forwards;
    -webkit-animation-delay: 2s;
            animation-delay: 2s; }
  .page-id-44 .lap__circle-graph {
    position: relative; }
    .page-id-44 .lap__circle-graph .stat__lg-text {
      position: absolute;
      color: #232222;
      left: 50%;
      top: 30%;
      width: 250px;
      -webkit-transform: translateX(-60%);
              transform: translateX(-60%); }
    .page-id-44 .lap__circle-graph .stat__circle-border {
      fill: white; }

@-webkit-keyframes progress {
  0% {
    stroke-dasharray: 0 100; } }

@keyframes progress {
  0% {
    stroke-dasharray: 0 100; } }
  .page-id-44 .stats__murder-method {
    position: relative;
    height: 600px; }
    @media screen and (min-width: 960px) {
      .page-id-44 .stats__murder-method {
        height: 500px; } }
    .page-id-44 .stats__murder-method h2 {
      position: absolute;
      left: 5%;
      top: 0;
      z-index: 2; }
  .page-id-44 .stats__murder-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none; }
    @media screen and (min-width: 960px) {
      .page-id-44 .stats__murder-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        -webkit-box-pack: end;
                justify-content: flex-end; } }
    .page-id-44 .stats__murder-list li {
      background-color: #408197;
      position: relative;
      margin-bottom: 0;
      letter-spacing: .5rem;
      min-height: 5vh; }
      @media screen and (min-width: 960px) {
        .page-id-44 .stats__murder-list li {
          min-height: none;
          min-width: 3%; }
          .page-id-44 .stats__murder-list li:first-child p {
            left: 6rem; } }
    .page-id-44 .stats__murder-list p {
      margin: 0;
      position: absolute;
      left: 2rem;
      bottom: .5rem; }
      @media screen and (min-width: 960px) {
        .page-id-44 .stats__murder-list p {
          bottom: 2rem;
          font-size: 12px;
          font-size: 0.75rem; } }
  @media screen and (min-width: 960px) and (min-width: 320px) {
    .page-id-44 .stats__murder-list p {
      font-size: calc( 12px + ( 16 - 12) * ( (100vw - 320px) / ( 1024 - 320) )); } }
  @media screen and (min-width: 960px) and (min-width: 960px) {
    .page-id-44 .stats__murder-list p {
      font-size: 16px;
      font-size: 1rem; } }
    .page-id-44 .stats__murder-list .stat--weapon {
      margin-left: .5rem;
      font-weight: 700;
      text-transform: uppercase; }
  .page-id-44 .stats__deadly-link .container--padding {
    padding-left: 3rem; }
    @media screen and (min-width: 960px) {
      .page-id-44 .stats__deadly-link .container--padding {
        padding-left: 5rem; } }
  .page-id-44 .stats__lap {
    background: #eff1f2;
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    overflow: hidden; }
    .page-id-44 .stats__lap h2.lap__heading {
      color: #4a4a4a;
      opacity: 1;
      font-size: 24px;
      font-size: 1.5rem;
      letter-spacing: 1em;
      text-transform: uppercase;
      font-weight: 200; }
      @media (min-width: 320px) {
        .page-id-44 .stats__lap h2.lap__heading {
          font-size: calc( 24px + ( 32 - 24) * ( (100vw - 320px) / ( 1024 - 320) )); } }
      @media screen and (min-width: 960px) {
        .page-id-44 .stats__lap h2.lap__heading {
          font-size: 32px;
          font-size: 2rem; } }
      .page-id-44 .stats__lap h2.lap__heading span {
        display: block;
        font-size: 64px;
        font-size: 4rem;
        line-height: 1.5em; }
        @media (min-width: 320px) {
          .page-id-44 .stats__lap h2.lap__heading span {
            font-size: calc( 64px + ( 240 - 64) * ( (100vw - 320px) / ( 1024 - 320) )); } }
        @media screen and (min-width: 960px) {
          .page-id-44 .stats__lap h2.lap__heading span {
            font-size: 240px;
            font-size: 15rem; } }
    .page-id-44 .stats__lap .stat__circle-graph {
      width: 100%;
      max-width: 500px;
      margin-bottom: 5rem; }
      .page-id-44 .stats__lap .stat__circle-graph path {
        display: block; }
    .page-id-44 .stats__lap .bg--video {
      top: 65%; }
    .page-id-44 .stats__lap .video-overlay {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, white), color-stop(60%, rgba(255, 255, 255, 0)));
      background-image: linear-gradient(white 15%, rgba(255, 255, 255, 0) 60%);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    @media screen and (min-width: 960px) {
      .page-id-44 .stats__lap {
        padding: 8rem 0; }
        .page-id-44 .stats__lap .stats__lap-panel {
          width: 60%;
          margin-top: 5rem;
          align-self: center; }
        .page-id-44 .stats__lap h2.lap__heading {
          position: relative;
          letter-spacing: 2.5em; }
        .page-id-44 .stats__lap .lap__graph--container {
          position: absolute;
          width: 45%;
          top: 120px;
          left: 50%;
          max-width: 450px;
          -webkit-transform: translateX(-78%);
                  transform: translateX(-78%); } }
    @media screen and (min-width: 1200px) {
      .page-id-44 .stats__lap h2.lap__heading span {
        font-size: 18rem; }
      .page-id-44 .stats__lap .stats__lap-panel {
        align-self: flex-end;
        width: 40%; }
      .page-id-44 .stats__lap .lap__graph--container {
        -webkit-transform: translateX(-83%);
                transform: translateX(-83%); } }
  .page-id-44 .lap__details,
  .page-id-44 .stats__donate {
    padding: 2rem 3rem; }
    .page-id-44 .lap__details p,
    .page-id-44 .stats__donate p {
      color: #4a4a4a; }
  .page-id-44 .lap__details {
    background: white; }
  .page-id-44 .stats__donate {
    padding: 2rem;
    background: url(/wp-content/themes/pcadv/assets/images/header-top-right-diagonals.png) right top no-repeat #540352;
    background-size: 70%; }
    .page-id-44 .stats__donate h3 {
      margin-top: 2rem;
      font-size: 1.2rem; }
  @media screen and (min-width: 1200px) {
    .page-id-44 .stats__memoriam {
      display: -webkit-box;
      display: flex;
      height: 100vh; }
      .page-id-44 .stats__memoriam > div {
        width: 50%; } }
  .page-id-44 .memoriam__photos {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 1, 47, 0.75)), to(rgba(48, 1, 47, 0.75))), url("/wp-content/themes/pcadv/assets/images/victims-collage.jpg") center center no-repeat;
    background: linear-gradient(rgba(48, 1, 47, 0.75), rgba(48, 1, 47, 0.75)), url("/wp-content/themes/pcadv/assets/images/victims-collage.jpg") center center no-repeat;
    background-size: cover;
    padding: 5rem 2rem; }
    @media screen and (min-width: 960px) {
      .page-id-44 .memoriam__photos {
        padding: 10rem 8rem; } }
  .page-id-44 .stats__victim-list {
    background-color: #232222;
    overflow-y: scroll;
    padding: 4rem 3rem; }
    .page-id-44 .stats__victim-list ul {
      list-style: none;
      padding: 0;
      margin-top: 0;
      font-weight: 700;
      font-size: .9rem;
      color: #9b9b9b; }
      .page-id-44 .stats__victim-list ul li {
        margin-bottom: .5rem;
        line-height: 1.2rem; }
        .page-id-44 .stats__victim-list ul li:before {
          content: '\200B'; }
    .page-id-44 .stats__victim-list > ul > li {
      margin-bottom: 1.5rem;
      line-height: 1.3em; }
    .page-id-44 .stats__victim-list > ul ul {
      font-weight: 400;
      line-height: 1.75em; }
  @media screen and (min-width: 480px) {
    .page-id-44 .grid--3-autoflow {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2;
      -webkit-column-gap: 70px;
         -moz-column-gap: 70px;
              column-gap: 70px;
      -webkit-column-fill: balance;
         -moz-column-fill: balance;
              column-fill: balance; }
      .page-id-44 .grid--3-autoflow li, .page-id-44 .grid--3-autoflow div {
        -webkit-column-break-inside: avoid;
           -moz-column-break-inside: avoid;
                break-inside: avoid; } }
  @media (min-width: 768px) {
    .page-id-44 .grid--3-autoflow {
      -webkit-columns: 3;
         -moz-columns: 3;
              columns: 3; } }
  @media screen and (min-width: 1200px) {
    .page-id-44 .grid--3-autoflow {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2; } }
  @media screen and (min-width: 1400px) {
    .page-id-44 .grid--3-autoflow {
      -webkit-columns: 3;
         -moz-columns: 3;
              columns: 3; } }

.team-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  .team-list .text--disclaimer {
    margin: 0 0 1rem;
    line-height: 1.5rem;
    font-size: 1.1rem; }

.team-member__preview {
  position: relative; }

.team-member__preview-header {
  line-height: 1.2; }

.team-member__image {
  position: relative;
  z-index: 1; }
  .team-member__image img {
    display: block; }

.team-member__name {
  font-family: "Montserrat", Helvetica, sans-serif;
  position: relative;
  z-index: 2;
  display: inline; }

.team-member__bio {
  display: none;
  z-index: 5;
  background-color: white;
  border-bottom: 1em;
  padding: .5rem 3rem 3rem; }
  .team-member__bio .toggle-button {
    display: block;
    margin: 2em auto 1em auto; }

.team-member__bio-body {
  background-color: white;
  padding: 0;
  margin-top: 2rem;
  font-size: .9rem;
  width: 100%;
  padding-top: 2em; }

.team-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto; }

.team-member {
  padding: 2rem 0;
  -webkit-box-flex: 0;
          flex: 0 0 50%; }

.team-member__name {
  font-size: 1.3rem; }

.toggle-button {
  -webkit-appearance: none;
  padding: 1px 0 !important;
  margin: 0;
  background: none;
  border: none;
  text-align: left;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: .9rem;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  color: #540352;
  fill: #540352;
  -webkit-transition: .2s ease all;
  transition: .2s ease all; }
  .toggle-button:hover {
    color: #4a4a4a; }
    .toggle-button:hover path {
      fill: #4a4a4a; }

.bg--dk-blue .toggle-button,
.bg--dk-purple .toggle-button {
  color: white;
  fill: white; }
  .bg--dk-blue .toggle-button:hover,
  .bg--dk-purple .toggle-button:hover {
    color: #b3e3ea; }
    .bg--dk-blue .toggle-button:hover path,
    .bg--dk-purple .toggle-button:hover path {
      fill: #b3e3ea; }

.toggle-button__icon {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 1px;
  width: .9em;
  height: .9em; }
  .toggle-button__icon svg {
    width: .9em;
    height: .9em; }
  .toggle-button__icon path {
    fill: #540352; }
  .toggle-button__icon:hover {
    color: #00c1d7; }
    .toggle-button__icon:hover path {
      fill: #00c1d7; }

.toggle-button--visible-when-active {
  display: none;
  padding: 5px; }
  .toggle-button--visible-when-active .toggle-button__icon {
    margin: 0; }

@media (min-width: 768px) {
  .team-member {
    -webkit-box-flex: 0;
            flex: 0 0 30%; } }

.team-member.is--active .team-member__preview {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15% 5% 2rem;
  z-index: 300;
  -webkit-overflow-scrolling: touch;
  overflow: auto; }
  @media screen and (min-width: 960px) {
    .team-member.is--active .team-member__preview {
      padding: 15% 20% 2rem; } }
  .team-member.is--active .team-member__preview::-webkit-scrollbar {
    -webkit-appearance: none; }
  .team-member.is--active .team-member__preview::-webkit-scrollbar:vertical {
    width: 14px;
    background-color: #eff1f2;
    border-radius: 0; }
  .team-member.is--active .team-member__preview::-webkit-scrollbar:horizontal {
    display: none; }
  .team-member.is--active .team-member__preview::-webkit-scrollbar-thumb {
    border-radius: 0;
    border: 3px solid #9b9b9b;
    /* should match background, can't be transparent */
    background-color: #313131; }
  .team-member.is--active .team-member__preview .team-member__preview-header {
    max-width: 400px;
    margin: 0 auto; }
    .team-member.is--active .team-member__preview .team-member__preview-header .toggle-button {
      display: none; }
  .team-member.is--active .team-member__preview .team-member__image {
    margin-bottom: -1.33rem; }
  .team-member.is--active .team-member__preview .toggle-button {
    position: relative;
    z-index: 2; }
  .team-member.is--active .team-member__preview .toggle-button--visible-when-active {
    position: absolute;
    top: .5rem;
    right: .5rem;
    font-size: 2em;
    margin: 0; }
    .team-member.is--active .team-member__preview .toggle-button--visible-when-active .toggle-button__icon {
      background-color: white;
      border-radius: 50%; }
  .team-member.is--active .team-member__preview .toggle-button__icon svg {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center;
            transform-origin: center; }
    .team-member.is--active .team-member__preview .toggle-button__icon svg path {
      fill: #00c1d7; }

.team-member.is--active .team-member__bio {
  display: block;
  position: relative; }

.js--toggle-bio {
  cursor: pointer; }

.sli-elected-official-results-group {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px dotted #9b9b9b;
  padding-top: 1rem; }
  .sli-elected-official-results-group > .sli-elected-official-result {
    margin: 0 0 3rem;
    -webkit-box-pack: justify;
            justify-content: space-between;
    overflow: visible;
    float: none;
    padding-right: 3%; }
    @media screen and (min-width: 480px) {
      .sli-elected-official-results-group > .sli-elected-official-result {
        width: 46%; } }
    @media (min-width: 768px) {
      .sli-elected-official-results-group > .sli-elected-official-result {
        width: 30%; } }

.sli-legislator-lookup-address {
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: .15rem;
  font-size: 1.1rem !important;
  color: #4a4a4a; }

.sli-legislator-lookup-start-over a {
  color: #4a4a4a;
  font-size: 1rem; }

.sli-elected-official-result-summary {
  margin-top: 1rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 1rem;
  color: #4a4a4a; }
  .sli-elected-official-result-summary strong {
    font-size: 1.2rem; }

#id_6bbd7104-4021-4a05-87a1-6be780fa6762_inner h1 {
  margin-top: 0; }

.sli-elected-official-result .sli-elected-official-result-thumbnail {
  float: none !important; }

.sli-elected-official-result .sli-elected-official-result-summary {
  float: none !important;
  width: auto !important; }

.form__abuse-quiz .gform_body {
  border-bottom: 1px dotted #9b9b9b; }
  .form__abuse-quiz .gform_body > ul {
    margin: 0; }

.form__abuse-quiz .gform_body > ul > li {
  border-top: 1px dotted #9b9b9b;
  margin: 0;
  padding: 1.5rem 1.5rem .75rem; }
  .form__abuse-quiz .gform_body > ul > li label {
    font-weight: 400; }
  .form__abuse-quiz .gform_body > ul > li .gfield_radio {
    display: -webkit-box;
    display: flex;
    margin: 0;
    padding-top: 1.5rem; }
    @media screen and (min-width: 960px) {
      .form__abuse-quiz .gform_body > ul > li .gfield_radio {
        padding-top: 0; } }
    .form__abuse-quiz .gform_body > ul > li .gfield_radio > li {
      -webkit-box-flex: 1;
              flex-grow: 1;
      text-align: center;
      cursor: pointer; }
    .form__abuse-quiz .gform_body > ul > li .gfield_radio label {
      font-size: .85rem;
      display: block;
      margin-left: 0; }
    .form__abuse-quiz .gform_body > ul > li .gfield_radio input[type=radio]:checked + label {
      font-weight: 700; }
  @media screen and (min-width: 960px) {
    .form__abuse-quiz .gform_body > ul > li {
      display: -webkit-box;
      display: flex; }
      .form__abuse-quiz .gform_body > ul > li > label {
        -webkit-box-flex: 60%;
                flex: 60% 0 0;
        padding-right: 10%; }
      .form__abuse-quiz .gform_body > ul > li > div {
        -webkit-box-flex: 1;
                flex-grow: 1; } }

.tribe-bar-views-inner {
  background: none; }

#tribe-bar-form {
  display: none; }

.tribe-events-title-bar {
  display: inline-block; }
  .tribe-events-title-bar h2 {
    margin-top: 0; }
  .tribe-events-title-bar .tribe-events-page-title {
    text-align: left; }

#tribe-events-content .tribe-events-calendar td,
#tribe-events-content table.tribe-events-calendar {
  border: none; }

#tribe-events-content table.tribe-events-calendar {
  margin-top: 3rem; }
  #tribe-events-content table.tribe-events-calendar th {
    background-color: transparent;
    color: #4a4a4a; }
  #tribe-events-content table.tribe-events-calendar tr {
    border-bottom: 1px dotted #9b9b9b; }
  #tribe-events-content table.tribe-events-calendar td {
    color: #4a4a4a; }
    #tribe-events-content table.tribe-events-calendar td a {
      border-bottom: 0; }
  #tribe-events-content table.tribe-events-calendar td.tribe-events-present {
    background-color: #eff1f2; }

#tribe-events-footer .tribe-events-sub-nav,
#tribe-events-header .tribe-events-sub-nav {
  font-size: 1rem;
  font-family: "Montserrat", Helvetica, sans-serif; }
  #tribe-events-footer .tribe-events-sub-nav li a,
  #tribe-events-header .tribe-events-sub-nav li a {
    color: #9b9b9b;
    font-weight: 400;
    background: transparent; }
    #tribe-events-footer .tribe-events-sub-nav li a:hover,
    #tribe-events-header .tribe-events-sub-nav li a:hover {
      color: #4a4a4a;
      border-bottom: 1px dotted #9b9b9b; }

.tribe-bar-views-select {
  font-size: .85rem; }

.tribe-events-calendar div[id*=tribe-events-daynum-],
.tribe-events-calendar div[id*=tribe-events-daynum-] a,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: transparent;
  color: #232222; }

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  font-family: "Montserrat", Helvetica, sans-serif; }

.tribe-events-ical {
  background-color: #eff1f2;
  color: #4a4a4a; }

.tribe-events-event-meta .tribe-events-meta-group,
.single-tribe_events .tribe-events-venue-map {
  float: none;
  margin: 0 0 3rem; }

/* DETAIL PAGES */
#tribe-events .tribe-events-content p,
.tribe-events-after-html p,
.tribe-events-before-html p {
  line-height: 2rem;
  margin-top: 2rem; }

.single-tribe_events .tribe-events-event-meta {
  background-color: #eff1f2;
  border: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 5rem auto 2rem;
  flex-wrap: wrap; }
  .single-tribe_events .tribe-events-event-meta.events__details {
    background: transparent;
    padding: 0; }
  .single-tribe_events .tribe-events-event-meta ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1rem; }
    .single-tribe_events .tribe-events-event-meta ul li {
      margin-bottom: 0; }

.tribe-events-meta-group-details {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex: 100% 0 0; }

.single-tribe_events .tribe-events-venue-map {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
          flex-grow: 1; }

.tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-gmap {
  padding: 0;
  -webkit-box-flex: 1;
          flex-grow: 1; }

.tribe-events-gmap {
  display: block;
  margin-top: 1rem;
  border-bottom: 0; }

.tribe-events-cal-links {
  text-align: center;
  margin-bottom: 1rem; }

#tribe-events .tribe-events-button,
.tribe-events-button {
  background-color: transparent;
  color: #4a4a4a;
  border-bottom: 1px solid transparent;
  border-radius: 0; }
  #tribe-events .tribe-events-button:hover,
  .tribe-events-button:hover {
    background: transparent;
    border-bottom: 1px dotted #9b9b9b; }

.tribe-events-list .type-tribe_events {
  border-bottom: none; }

.tribe-events-list-separator-month + .type-tribe_events.tribe-events-first,
.tribe-events-list .type-tribe_events {
  padding: 1rem 0; }

.tribe-events-list-separator-month {
  margin-top: 5rem; }
  .tribe-events-list-separator-month:first-child {
    margin-top: 0; }

.tribe-event-date-start,
.tribe-event-date-end,
.tribe-event-time {
  font-size: 1rem; }

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.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; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.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; }

.section {
  position: relative; }

.section--shortest {
  padding: 2rem 2rem; }
  @media (min-width: 768px) {
    .section--shortest {
      padding: 2rem 2rem; } }

.section--short {
  padding: 2rem 2rem; }
  @media (min-width: 768px) {
    .section--short {
      padding: 3.32rem 2rem; } }

.section--regular {
  padding: 2rem 2rem; }
  @media (min-width: 768px) {
    .section--regular {
      padding: 4rem 2rem; } }
  @media screen and (min-width: 960px) {
    .section--regular {
      padding: 5rem 2rem; } }
  @media screen and (min-width: 1200px) {
    .section--regular {
      padding: 6rem 2rem; } }

.section--tall {
  padding: 4rem 2rem; }
  @media (min-width: 768px) {
    .section--tall {
      padding: 8rem 2rem; } }

.section--taller {
  padding: 33vw 2rem; }
  @media (min-width: 768px) {
    .section--taller {
      padding: 20vw 2rem; } }
  @media screen and (min-width: 960px) {
    .section--taller {
      padding: 15vw 2rem; } }

p + section {
  margin-top: 5rem !important; }

main section + [id^="columns-"],
main section + section.extra-top-margin {
  margin-top: 0 !important; }

section.extra-top-margin {
  margin-top: 8rem !important; }

.extra-top-pad {
  padding-top: 5rem; }

.no-top-pad {
  padding-top: 1px; }

.no-btm-pad {
  padding-bottom: 0; }

.section__img-overlap {
  margin-bottom: 5rem; }

.border-top--decorative,
.border-bottom--decorative {
  position: relative; }
  .border-top--decorative:before, .border-top--decorative:after,
  .border-bottom--decorative:before,
  .border-bottom--decorative:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.4); }
  .border-top--decorative.bg--dk-blue, .border-top--decorative.bg--dk-purple,
  .border-bottom--decorative.bg--dk-blue,
  .border-bottom--decorative.bg--dk-purple {
    box-shadow: inset 0 20px rgba(255, 255, 255, 0.3); }
    .border-top--decorative.bg--dk-blue:before, .border-top--decorative.bg--dk-blue:after, .border-top--decorative.bg--dk-purple:before, .border-top--decorative.bg--dk-purple:after,
    .border-bottom--decorative.bg--dk-blue:before,
    .border-bottom--decorative.bg--dk-blue:after,
    .border-bottom--decorative.bg--dk-purple:before,
    .border-bottom--decorative.bg--dk-purple:after {
      background-color: rgba(255, 255, 255, 0.1); }

.border-top--decorative {
  box-shadow: inset 0 20px rgba(255, 255, 255, 0.5);
  padding-top: 6rem; }
  .border-top--decorative:before {
    top: 0;
    height: 80px; }
  .border-top--decorative.bg--dk-blue, .border-top--decorative.bg--dk-purple {
    box-shadow: inset 0 20px rgba(255, 255, 255, 0.2); }

.border-bottom--decorative {
  box-shadow: inset 0 -20px rgba(255, 255, 255, 0.5);
  padding-bottom: 6rem; }
  .border-bottom--decorative:after {
    bottom: 0;
    height: 80px; }
  .border-bottom--decorative.bg--dk-blue, .border-bottom--decorative.bg--dk-purple {
    box-shadow: inset 0 -20px rgba(255, 255, 255, 0.2); }

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto; }

.container--slim {
  max-width: 650px; }

.container--wide {
  max-width: 840px; }

.container--widest {
  max-width: 1200px; }

.container--full {
  max-width: 1600px; }

.container--padding {
  padding-left: 2rem;
  padding-right: 2rem; }

@media screen and (min-width: 960px) {
  .alignfull .container--padding {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 768px) {
  .grid--2-col,
  .grid--3-col,
  .grid--4-col,
  .sli-petition-signatures {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .grid--2-col > div,
  .grid--2-col > li,
  .grid--3-col > div,
  .grid--3-col > li,
  .grid--4-col > div,
  .grid--4-col > li,
  .sli-petition-signatures > div,
  .sli-petition-signatures > li {
    width: 45%;
    margin-bottom: 1.5rem; }
  .grid--2-autoflow,
  .grid--3-autoflow,
  .form__2-col .gfield_checkbox,
  .form__3-col .gfield_checkbox,
  .form__2-col .gfield_radio,
  .form__3-col .gfield_radio {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance; }
    .grid--2-autoflow li, .grid--2-autoflow div,
    .grid--3-autoflow li,
    .grid--3-autoflow div,
    .form__2-col .gfield_checkbox li,
    .form__2-col .gfield_checkbox div,
    .form__3-col .gfield_checkbox li,
    .form__3-col .gfield_checkbox div,
    .form__2-col .gfield_radio li,
    .form__2-col .gfield_radio div,
    .form__3-col .gfield_radio li,
    .form__3-col .gfield_radio div {
      -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
              break-inside: avoid; }
  .grid--20-80 {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    .grid--20-80 > div,
    .grid--20-80 > li {
      position: relative; }
    .grid--20-80.col-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
              flex-direction: row-reverse; }
  .grid--20-80 > div:first-child {
    width: 20%; }
  .grid--20-80 > div:nth-child(2) {
    width: 80%; } }

@media screen and (min-width: 960px) {
  .grid--3-col > div,
  .grid--3-col > li {
    width: 30%; }
  .grid--4-col > div,
  .grid--4-col > li,
  .sli-petition-signatures > div,
  .sli-petition-signatures > li {
    width: 22%; }
  .grid--3-autoflow,
  .form__3-col .gfield_checkbox,
  .form__3-col .gfield_radio {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%; } }

[id^="columns-"] {
  margin-top: 5rem; }
  [id^="columns-"] h2:first-of-type,
  [id^="columns-"] h3:first-of-type {
    margin-top: 0; }
  [id^="columns-"] + [id^="columns-"] {
    margin-top: 0; }

.vertical-center {
  -webkit-box-align: center;
          align-items: center; }

@media screen and (min-width: 960px) {
  .grid__articles {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-areas: "main aside";
    grid-column-gap: 5rem; }
  .grid__main {
    grid-area: main; }
    .grid__main blockquote {
      margin-left: 0; }
  .grid__aside {
    grid-area: aside; } }

.no-margin {
  margin: 0 auto; }

.no-padding {
  padding: 0; }

.reverse-margin {
  margin-top: -3.5rem; }
  .reverse-margin.wp-block-image {
    margin-top: -5.5rem; }
/*# sourceMappingURL=style.css.map */