/* Electric Living 
=================================== */


.tag {
    font-size: 1.714rem;
    font-weight: 600; 
    margin-bottom: -0.1em; 
}

.title-lg {
    font-size: 3.571rem;
    line-height: 1;
}

.title-sm {
    font-size: 2.857rem;
    line-height: 1;
}

.title-lg .content-card__title {
    font-size: 3.571rem;
    line-height: 1;
}

.title-sm .content-card__title {
    font-size: 2.857rem;
    line-height: 1;
}

.quote-right {
font-size: 1.286rem;
font-family: bitter;
line-height: 1.5em;
padding: 1em;
border-right: 0.25em solid;
}

.quote-left {
font-size: 1.286rem;
font-family: bitter;
line-height: 1.5em;
padding: 1em;
border-left: 0.25em solid;
}

.indent img {
    padding: 0 4em;
}


.ff-content-block {
    background-repeat: no-repeat;
    background-size: 50% auto;
    box-sizing: border-box;
    display: flex;
    overflow: auto;
    margin: 0 auto !important;
    max-width: 2000px;
    padding: 0 !important;
}
.ff-content-block .text {
    background-color: white;
    height: 100%;
}
.ff-content-block .text .tag {
    font-size: 1em;
    font-weight: 600; 
    margin-bottom: -0.1em; 
}
.ff-content-block .text h2 {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1em
}
.ff-content-block .text p {
    font-family: jaf-bernina-sans;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
}



.ff-content-block.bgnd-left {
    background-position: center left;
}
.ff-content-block.bgnd-top-left {
    background-position: top left;
}
.ff-content-block.bgnd-bottom-left {
    background-position: bottom left;
}
.ff-content-block.bgnd-left .text,
.ff-content-block.bgnd-top-left .text,
.ff-content-block.bgnd-bottom-left .text {
    margin-left: 40%;
    padding-left: 5em;
}
.ff-content-block.bgnd-right {
    background-position: center right;
}
.ff-content-block.bgnd-top-right {
    background-position: top right;
}
.ff-content-block.bgnd-bottom-right {
    background-position: bottom right;
}
.ff-content-block.bgnd-right .text,
.ff-content-block.bgnd-top-right .text,
.ff-content-block.bgnd-bottom-right .text {
    padding-right: 5em;
}



.ff-content-block .text.text-contain {
    width: 60%;
}
.ff-content-block .text.text-cover {
    margin-left: 33%;
    margin-right: auto;
    width: 57em;
}



@media (max-width: 768px) {
    .ff-content-block:not(.show-mobile) {
        background-image: none !important;
    }
    .ff-content-block .text,
    .ff-content-block .text.text-cover,
    .ff-content-block .text.text-contain {
        margin-left: 0;
        margin-top: 0;
        padding-right: 0 !important;
        padding-left: 0;
        padding-top: 1em;
        width: 100% !important;
    }
    .ff-content-block.bgnd-left .text,
    .ff-content-block.bgnd-top-left .text,
    .ff-content-block.bgnd-bottom-left .text {
        padding-right: 0;
    }
    .ff-content-block.show-mobile {
        /* background-position: 0px -25%; */
        background-position: 0 0;
        background-size: 100% auto;
    }
    .ff-content-block.show-mobile .text,
    .ff-content-block.show-mobile .text.text-cover,
    .ff-content-block.show-mobile .text.text-contain {
        margin-top: 400px;
    }
}



.ff-content-block .toggle_collapse {
    display: block;
}
.ff-content-block .toggle_collapse,
.ff-content-block .toggle_collapse + * .collapseAfter ~ * {
    position:absolute;
    top:-999em;
    left:-999em;
}
.ff-content-block .toggle_collapse:checked {
    display: none; /* hide input when content is expanded */
}
.ff-content-block .toggle_collapse + * + label {
    display: inline-block;
    color: #137DB9;
    font-weight: normal;
    font-size: 1.25em;
    cursor: pointer;
}
.ff-content-block .toggle_collapse + * + label:before {
    content: "Keep reading ";
}
/* .ff-content-block .toggle_collapse:checked + * + label:before {
    content: "Show less ";
} */
.ff-content-block .toggle_collapse + * + label:after {
    content: "\002B";
    display: inline-block;
    margin-top: -0.175em;
    padding: 0 0 0 0.25em;
    vertical-align: top;
    font-size:1.25em;
}
/* .ff-content-block .toggle_collapse:checked + * + label:after {
    content: "\2212";
} */



.social_share_center .social_share {text-align:center; padding:0;}
.social_share_center .a2a_default_style {display:inline-block;}


