/*
compass-2019 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.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    width: 100%;
    background: var(--dark-blue);
}

@media (max-width: 600px) {
    .footer-nav, .footer-posts {
        display: none;
    }
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

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

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

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

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

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.post {
    margin: 0 0 1.5em;
}

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

.page .page-content {
    padding-top: 4rem;
}

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

.nav-links a, .nav-links a:visited {
    text-decoration: none;
    font-size: var(--px-23);
    text-transform: uppercase;
    color: var(--dark-blue);
    font-family: var(--founders-condensed);
    font-weight: normal;
    border-bottom: 2px solid var(--purple);
}

.nav-links a:hover {
    color: var(--purple-muted);
}

.nav-links a:active {
    color: var(--dark-blue);
    border-bottom: 4px solid var(--purple);
}

.green .nav-links a, .green .nav-links a:visited {
    color: var(--dark-blue);
    border-bottom: 2px solid var(--green);
}

.green .nav-links a:hover {
    color: var(--green-muted);
}

.green .nav-links a:active {
    color: var(--dark-blue);
    border-bottom: 4px solid var(--green);
}

.pink .nav-links a, .pink .nav-links a:visited {
    color: var(--dark-blue);
    border-bottom: 2px solid var(--pink);
}

.pink .nav-links a:hover {
    color: var(--pink-muted);
}

.pink .nav-links a:active {
    color: var(--dark-blue);
    border-bottom: 4px solid var(--pink);
}

.posts-navigation, .nav-links {
    width: 100%;
}

.nav-links {
    float: left;
    margin-bottom: 2rem;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.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;
}

/* Footer */

.footer-container {
    padding: 4rem 0 2rem 0;
    float: left;
    margin-bottom: 0rem;
    width: 100%;
    color: white;
    font-family: var(--founders-regular);
    font-weight: 400;
}

.footer-container {
    display: grid;
    grid-template-columns: 2fr 3fr 3fr 1.5fr;
    grid-column-gap: 2.5rem;
}

@media (max-width: 600px) {
    .footer-container {
        grid-template-columns: 1fr;
    }
}

ul#footer-menu, #footer-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer-menu li {
    line-height: 1.4;
}

.footer-posts h3 a, .footer-posts h3 a:visited {
    color: white;
    text-decoration: none;
}

.footer-posts h3 a:hover, .footer-posts h3 a:active {
    text-decoration: underline;
}

#footer-menu li a, #footer-menu li a:visited {
    color: white;
    text-decoration: none;
    display: block;
    padding: 0.2rem 0;
    font-size: var(--px-24);
}

#footer-menu li a:hover, #footer-menu li a:active {
    text-decoration: underline;
}

#footer-menu li a:first-child {
    padding-top: 0;
}

.footer-container h3 {
    font-size: var(--px-24);
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1.4;
}

.footer-posts ul, .footer-posts li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-posts ul {
    padding-top: 1rem;
}

.footer-posts li {
    font-size: var(--px-16);
    line-height: 1.2;
    margin-bottom: 0.8rem;
}

.footer-posts li a, .footer-posts li a:visited {
    color: white;
    text-decoration: none;
}

.footer-posts li a:hover, .footer-posts li a:active {
    color: var(--pink);
    text-decoration: underline;
}

#footer-publications li a:hover, #footer-publications li a:active {
    color: var(--green);
}

#footer-meta address {
    font-style: normal;
    font-family: var(--founders-regular);
    font-weight: 400;
    font-size: var(--px-16);
    line-height: 1.25;
    margin-top: 1rem;
}

p.copyright {
    margin: 0 0 2rem;
    clear: both;
    display: block;
    text-align: center;
    width: 100%;
}

p.copyright a {
    font-family: var(--founders-regular);
    font-weight: 400;
    font-size: var(--px-16);
    color: white;
    text-decoration: none;
}

p.copyright a:last-child {
    margin-left: 2rem;
}

p.copyright a:hover {
    text-decoration: underline;
}

#footer-meta ul, #footer-meta li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer-meta ul {
    margin-top: 0.5rem;
}

#footer-meta li {
    display: inline;
}

#footer-meta li a {
    display: inline-block;
    margin-right: 1rem;
}

/* Homepage below the fold */

#explainer {
    color: white;
    position: relative;
    background: black;
}

#explainer .site-panel {
    padding: 3rem 0;
    position: relative;
    z-index: 3;
}

#explainer h2, #explainer p {
    max-width: 50%;
}

#explainer h2, #explainer h1, #explainer h3 {
    margin: 0;
}

#explainer h2 {
    font-size: var(--px-30);
    line-height: var(--px-30-lh);
    font-family: var(--founders-condensed);
    font-weight: normal;
}

#explainer p {
    font-family: var(--founders-regular);
    font-weight: 400;
    font-size: var(--px-26);
    line-height: var(--px-26-lh);
    margin: 0.6rem 0 1.35rem;
}

.wide-image-cta:before {
    content: "";
    background: url(../img/woman-with-mic.png) no-repeat top right;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 0;
}

.wide-image-cta:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient( 0.25turn, rgb(0, 0, 0), rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 60%);
}

.wide-image-cta {
    position: absolute;
    width: 100%;
    height: 100%;
}

@media (max-width: 1100px) {
    .wide-image-cta:before {
        background-position: top left;
    }
}

@media (max-width: 800px) {
    .wide-image-cta:before {
        background-position: top center;
    }
    .wide-image-cta:after {
        background: linear-gradient( 0.25turn, rgb(0, 0, 0), rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 70%);
    }
}

@media (max-width: 600px) {
    #explainer h2, #explainer p {
        max-width: 70%;
    }
    .wide-image-cta:after {
        background: linear-gradient( 0.25turn, rgb(0, 0, 0), rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 80%);
    }
}

.wide {
    width: 100%;
    padding: 2.2rem 0rem;
    clear: both;
}

.white-wide {
    background: white;
}

.grey-wide {
    background: var(--grey);
}

.purple-wide {
    background: var(--purple);
}

.pink-wide {
    background: var(--pink);
}

.green-wide {
    background: var(--green);
}

.purple .green-wide {
    background: var(--purple);
}

.pink .green-wide {
    background: var(--pink);
}

.wide .cta {
    text-align: center;
    display: block;
    margin: 1rem auto 0.5rem;
    font-size: var(--px-26);
}

.wide .inline-cta, .sign-up-component input[type=submit] {
    font-size: var(--px-26);
}

.wide li.cta {
    display: inline;
}

.home-heading {
    font-family: var(--bild-condensed);
    font-weight: normal;
    font-size: var(--px-44);
    text-transform: uppercase;
    text-align: center;
    margin: 0rem 0rem 2.5rem;
    color: var(--dark-blue);
    line-height: 1;
}

/* Action components */

.compass-component {
    text-align: center;
    padding-bottom: 0;
    clear: both;
}

.compass-component .block, .widget-title {
    margin: 0;
    padding: 0;
    color: white;
    font-size: var(--px-65);
    font-family: var(--bild-condensed);
    font-weight: normal;
    line-height: 1;
    padding: 0;
    line-height: 0.89;
    text-transform: uppercase;
}

.compass-component p {
    display: block;
    font-size: var(--px-27);
    line-height: var(--px-27-lh);
    margin-top: 0;
    margin: 0 auto;
    margin-bottom: 1rem;
    max-width: 80%;
}

.purple-wide p, .purple-wide label {
    color: white;
}

.green-wide p, .green-wide label, .green-wide .compass-component .block, .widget-title {
    color: var(--dark-blue);
}

.podcast-banner .site-panel {
    text-align: center;
}

.event .event-card-tag {
    text-align: center;
    margin: 0rem auto 1rem auto;
    top: 0;
}

/* Podcasts */

.event-card-tag {
    width: 6em;
    margin: 0;
    position: relative;
    top: 0.5rem;
}

.podcast-banner .site-panel {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    grid-column-gap: 1rem;
    font-size: 3vw;
}

.face {
    display: block;
    display: flex;
    align-items: center;
}

@media (max-width: 800px) {
    .face {
        display: none;
    }
    .podcast-banner .site-panel {
        display: block;
        /* font-size: 2rem; */
    }
}

.face:first-of-type {
    text-align: right;
    justify-content: right;
}

.podcast-banner .podcast-contents {
    display: flex;
    align-items: center;
    justify-content: center;
}

.podcast-banner h3 {
    width: 10rem;
    display: block;
    margin: 0 auto;
    line-height: 0.89;
}

.podcast-banner h2 {
    margin: 0;
}

.podcast-contents div {
    width: 100%;
}

.podcast-banner h2 img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 0;
}

.podcast.compass-component.purple-component p {
    color: white !important;
    max-width: 30rem;
}

.injected-button {
    display: inline-block;
}

.purple .green-wide p, .purple .green-wide label, .purple .green-wide .compass-component .block, .purple .widget-title {
    color: white;
}

.pink .green-wide p, .pink .green-wide label, .pink .green-wide .compass-component .block, .pink .widget-title {
    color: white;
}

.sign-up-component label, .sign-up-component p {
    display: block;
    font-size: var(--px-26);
    margin: 0 auto;
}

.inline-component .sign-up-component p, .inline-component .sign-up-component label {
    font-size: 1rem;
}

p.subscribe_msg {
    margin: 1rem 0 0.5rem 0;
}

.inline-component .sign-up-component p.subscribe_caveat {
    font-size: var(--px-16);
    max-width: 30em;
    margin: 0;
    text-align: left;
}

.inline-component .sign-up-component label {
    display: inline-block;
    margin-right: 0.5rem;
    color: rgb(0, 8, 69);
}

.sign-up-component p {}

.sign-up-component label {
    margin-bottom: 1rem;
}

.actionnetwork-signup-message p {
    margin: 1rem auto;
}

.a-network-signup-form, a.injected-button {
    margin-top: 1rem;
}

/* .actionnetwork-signup-message+form {
  display: none;
} */

.sign-up-component .actionnetwork-signup, #old form {
    display: flex;
    align-items: top;
    justify-content: center;
}

.actionnetwork-signup-item.actionnetwork-signup-item-email {
    display: grid;
    max-width: 70%;
}

.sign-up-component input[type="email"] {
    padding: 0.375rem 0.75rem;
    border: 1px solid var(--dark-blue);
    box-shadow: none;
    background-clip: padding-box;
    border-radius: 0rem;
    line-height: 1.2;
    color: var(--dark-blue);
}

.banner-signup.sign-up-component input[type="email"] {
    min-width: 300px;
}

.inline-component .sign-up-component input[type="email"] {
 
    width: 100%;
}

@media (max-width: 600px) {
    .sign-up-component input[type="email"] {
        min-width: 50%;
    }
    .sign-up-component br {
        display: none;
    }
}

.sign-up-component button.inline-cta, .sign-up-component input[type=submit] {
    line-height: 1.2;
    border-radius: 0;
    margin: 0;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
}

.inline-component .sign-up-component button.inline-cta {
    text-transform: none;
    max-width:100%;
}

.inline-component .site-panel {
    width: auto;
    width: 100%;
}

.pink-component {
    color: white;
    background: var(--pink);
}

.general-cta {
    background: transparent;
}

.purple-bg-component {
    background: var(--purple);
}

.pink-bg-component {
    background: var(--pink);
}

.green-bg-component {
    background: var(--green);
}

.general-cta.pink-component .block {
    color: var(--pink);
}

.general-cta.purple-component .block {
    color: var(--purple);
}

.general-cta.green-component .block {
    color: var(--green);
}

.general-cta ul, .general-cta li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.general-cta ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.general-cta li {
    display: inline;
}

.general-cta li a {
    display: inline-block;
    margin: 0 0.75rem;
}

/* library */

.library-listing-text h3 {
    margin: 0;
    font-family: var(--founders-regular);
    font-weight: 400;
    color: var(--dark-blue);
    line-height: var(--line-height);
    font-size: var(--px-20);
}

.library-listing-text p {
    margin: 0;
    color: var(--dark-blue);
    font-family: var(--founders-long-text);
    font-weight: 400;
    font-size: var(--px-14);
}

.library-listing-text a, .library-listing-text a:visited {
    text-decoration: none;
    color: var(--dark-blue);
}

.inline-component .sign-up-component .actionnetwork-signup {
    justify-content: left;
}

.inline-component h3 {
    display: none;
}

#download {
    display: none;
    
}

#download:target {
    display: block;
}

.publication-listing {
    margin-bottom: 2rem;
}

.publication-listing a:hover .library-listing-img {
    background: var(--grey-muted);
}

.publication-listing a, .publication-listing a:visited {
    display: block;
    text-decoration: none;
}

.green .publication-listing a:active, .green .publication-listing a:hover {
    color: var(--green-muted);
}

.publication-listing a:active, .publication-listing a:hover {
    text-decoration: none;
}

.type-campaigns a.card-link:hover p {
    text-decoration: none;
}

a.media-link {
    text-decoration: none;
    color: var(--green-muted);
}

a.media-link:hover h3 {
    text-decoration: underline;
}

/* Comments */

/* ------ Post Comment ------ */

.comments-area {
    position: relative;
    padding-top: 2.5rem;
}

.comments-area .comments-title {
    font-size: var(--px-24);
    margin: 3rem 0;
    color: var(--dark-blue);
    font-family: var(--bild-condensed);
    font-weight: normal;
    font-size: var(--px-44);
    text-transform: uppercase;
}

.comments-area .comment-list {
    padding: 0;
    margin: 0;
}

.comments-area .comment-list, .comments-area .comment-list .comment ol.children {
    list-style: none;
}

.comments-area .comment-list .comment-body {
    position: relative;
}

.comment-body .comment-author {
    position: relative;
    display: block;
    margin: 0 0 5px;
    font-family: var(--founders-regular);
    font-weight: 400;
}

.comment-body .comment-author b {
    margin-left: 0.2rem;
}

.comment-body .comment-author.vcard img.avatar {
    border-radius: 50%;
    overflow: hidden;
    width: 32px;
    margin: 0;
    height: 32px;
}

.comment-body .comment-meta .comment-metadata {
    font-size: 14px;
}

.comments-area .comment-list .comment {
    margin: 0 0 20px;
}

.comments-area .comment-list .comment article.comment-body {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.comments-area .comment-list .comment .reply {
    position: relative;
    display: block;
    margin: 0 0 10px;
}

.comment-list .comment .reply .comment-reply-link {
    color: #ffffff;
    padding: 4px 15px;
    border-radius: 4px;
    font-size: 14px;
    position: relative;
    display: inline-block;
}

.comments-area .comment-list .comment .comment-respond {
    margin-bottom: 10px;
}

.comments-area .comment-list .comment .form-submit {
    margin-bottom: 0;
}

.comments-area .comment-reply-title {
    margin: 0 0 15px;
    font-weight: 600;
}

.comments-area .comment-form {
    position: relative;
    display: block;
}

.comment-form .comment-notes {
    color: #757575;
    margin-bottom: 5px;
}

.comment-form .required {
    color: #a94442;
}

.comment-form label {
    display: block;
    margin-bottom: 1px;
    font-weight: 600;
}

.comment-form .comment-form-comment textarea {
    width: 100%;
    padding: 1rem;
}

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
    height: 42px;
    width: 100%;
    padding: 0 1rem;
}

.comment-form .comment-form-cookies-consent label {
    display: inline-block;
    padding-left: 10px;
}

.comment-form .form-submit input[type="submit"] {
    font-size: 1rem;
    padding: var(--button-padding);
    color: var(--dark-blue);
    border: 1px solid var(--purple);
    background: white;
    border-radius: 0;
    font-family: var(--founders-condensed);
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
}

.comment-form .form-submit input[type="submit"]:hover, .comment-form .form-submit input[type="submit"]:active {
    color: white;
    background: var(--purple);
}

.site-panel .tags {
    text-align: center;
}

/* Sharer */

.sharer {
    position: relative;
    font-size: var(--px-26);
    z-index: 14;
    display: inline-block;
    margin-right: 0.5rem;
}

.sharer ul {
    padding: 1rem 1.5rem 0.5rem 1rem;
    color: white;
    background: white;
    margin: 0rem 0 0 0;
    position: absolute;
    border: solid blue 1px;
    list-style: none;
    transition: all 0.25s ease;
    opacity: 1;
    animation: fadeIn 0.5s both;
    z-index: 23;
    visibility: visible;
}

.pink .sharer ul {
    border: 1px solid var(--pink);
}

.sharer .hidden, .read-wrapper .hidden {
    margin-top: -13rem;
    transition: all 0.5s ease;
    animation: fadeOut 0.25s both;
    visibility: hidden;
    position: absolute;
}

.sharer button, .read-wrapper button {
    cursor: pointer;
    border-radius: 0;
}

.sharer li {
    margin-bottom: 0.5rem;
}

@media (max-width: 700px) {
    body .wide li.spacer {
        margin-bottom: 1.5rem;
        display: block;
    }
}

.sharer li a, .sharer li a:visited {
    display: block;
    color: var(--dark-blue);
    text-decoration: none;
    padding: 0.25rem 0;
    padding-left: 1.5rem;
    background-size: 1rem;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    font-size: var(--px-20);
}

.sharer li.fb a {
    background-image: url("../img/facebook.svg");
}

.sharer li.tt a {
    background-image: url("../img/twitter.svg");
}

.sharer li.wa a {
    background-image: url("../img/whatsapp.svg");
}

.sharer li a:hover, .sharer li a:active {
    text-decoration: underline;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.wa-desktop {
    display: block;
}

.wa-mobile, .general-cta li.wa-mobile {
    display: none;
}

@media (max-width: 900px) {
    .wa-desktop, .general-cta li.wa-desktop {
        display: none;
    }
    .wa-mobile, .general-cta li.wa-mobile {
        display: block;
    }
}