/*
    Cause Communications - Lesson, Toolkit and Resource Styles
    Organizing NEW styles for new work done by Forum One November 2018 - January 2019

    Some "new" styles may be duplicates of styles placed inline in any of the php templates. In cases that happens the style properties will be added to this file with a NEW classname. If time allows comments will be made pointing to where this style is located in the already existing templates so it can be updated after launch.
*/

/* LESSONS */

/* GLOBAL */


.text--uppercase {
    text-transform: uppercase;
}

.text--chalkboard {
    font-family: 'Cabin Sketch', cursive;
}

.l-constrain {
    margin: 0 auto;
    max-width: 1180px;
    position: relative;
}

.l-constrain--small {
    margin: 0 auto;
    max-width: 980px;
    position: relative;
}

.cc-button {
    background-color: white;
    border: 1px solid #58595B;
    color: #58595B;
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    padding: 0.5rem 1rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}

.cc-button:last-child {
    margin-right: 0;
}

.cc-button:hover {
    text-decoration: none;
    color: white;
    background-color: #58595B;
}

.cc-button--alt {}

.page__content * {
    box-sizing: border-box;
}

.page__content {
    clear: both;
    position: relative;
    top: 75px;
    margin-bottom: 110px;
    color: #58595B;
    font-family: 'Roboto', sans-serif;
}

.page__content ol, 
.page__content ul,
.page__content li {
    float: none;
}

.page__content p {
    font-size: 22px;
    line-height: 1.5;
}

.page__content input[type="text"],
.page__content input[type="submit"] {
    float: none;
    width: auto;
    display: inline-block;
    background-color: white;
    border: 1px solid #DAD2E7;
    color: #58595B;
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    height: 75px;
    line-height: 75px;
    padding: 1rem 1.5rem;
    vertical-align: middle;
}

.page__content input[type="text"] {
    font-weight: 400!important;
    width: 100%;
}

.page__content input[type="submit"] {
    text-transform: uppercase;
    font-size: 23px;
    line-height: 1;
    font-weight: 700;
}

@media (max-width:1400px) {
	.l-constrain {
	    padding-left: 1.6rem;
    padding-right: 1.6rem;
}
	
}

@media (max-width:980px) {
    .page__content input[type="submit"] {
        width: 100%;
        margin-top: 5px;
    }
}

.page__content input[type="text"] +
.page__content input[type="submit"] {
    border-left: 0;
}

.page__content h2,
.page__content h3,
.page__content h4,
.page__content h5 {
    text-transform: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 0;
    float: none;
}

.page__content h2::before,
.page__content h3::before,
.page__content h4::before,
.page__content h5::before {
    display: none;
}

.page__content h2 {
    font-size: 36px;
}

.page__content h3 {
    font-size: 32px;
}

.page__content h4 {
    font-size: 28px;
}

@media (min-width: 980px) {
    .page__content h2 {
        font-size: 45px;
    }
    .page__content h3 {
        font-size: 40px;
    }
    .page__content h4 {
        font-size: 36px;
    }
}



/*** 

    _                    
    | |                   
    | |__   ___ _ __ ___  
    | '_ \ / _ \ '__/ _ \ 
    | | | |  __/ | | (_) |
    |_| |_|\___|_|  \___/ 

***/

.hero {
    /*background-image: url(../images/pattern-orange.svg);*/
    background-repeat: repeat;
    background-size: 530px auto;
    position: relative;
    padding: 3rem;
    background-color: white;
}

.hero--landing {
    background-image: url(../images/toolkit-hero.png);
    background-color: #EFEBF5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

@media (max-width:980px) {
    .hero--landing {
        background-size: cover;
        background-position: 70% center;
        padding-left: 0;
        padding-right: 0;
    }
}

.hero::before {
    content: '';
    background: -moz-linear-gradient(top, rgba(255,255,255,0.67) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.67) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.67) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 );
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}

.hero--landing::before {
    background: transparent;
}

.hero__content {
    position: relative;
    z-index: 10;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 10px;
    left: 50%;
    margin-left: -47%;
    right: 0;
    width: 94%;
    z-index: 30;
}

.hero__label,
.cc-poll__label  {
    font-weight: 700;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
}

.hero__title {
    text-transform: none;
    font-size: 44px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.hero__summary,
.cc-poll__summary {
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
    font-weight: 500;
}

/* Grid */

.l-grid {}



@media screen and (min-width: 700px ) {

    .l-grid--sidebar {
        display: flex;
    }

    .l-grid__sidebar {
        flex-shrink: 0;
        flex-grow: 1;
        padding-right: 1rem;
        max-width: 320px;
    }
    
    .l-grid__ {
        flex: 1 1 auto;
    }
}



/* Flexible Content */
.cc-poll,
.key-facts {
    position: relative;
}

@media (max-width:980px) {
    .key-facts {
        padding-bottom: 2rem;
    }
}

.cc-poll__content,
.key-facts__content {
    position: relative;
    z-index: 25;
}

.cc-poll::before,
.key-facts::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(255,255,255,0.9);
    z-index: 20;
}

.cc-poll__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    font-family: 'Roboto Condensed', sans-serif;
}

.cc-poll__summary {
    font-weight: 400;
    line-height: 1.3;
}

.cc-poll__options,
.key-facts__last {
    background-color: white;
    padding: 2rem 1rem;
    color: #58595B!important;
    align-self: flex-end;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
}

.key-facts__last {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1rem;
    padding: 1rem;
}

@media (min-width:980px) {
    .cc-poll__options {
        padding: 4rem;
    }

    .key-facts__last {
        min-height: 30vh;
        margin-bottom: 0rem;
        font-size: 24px;
    }
}

.cc-poll__options ul {
    margin-left: 0;
}

.cc-poll__options ul li {
    padding: 0;
    clear: left;
    margin-bottom: 3rem;
}

.cc-poll__options ul li::before {
    display: none!important;
}

.cc-poll__options label {
    display: inline-block!important;
    cursor: pointer;
    padding-left: 40px!important;
}

.cc-poll__options label::before {
    content: '';
    border-radius: 100%;
    background-color: white;
    display: inline-block;
    border: 6px solid;
    padding: 9px;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.cc-poll__options label.is-active::before {
    background-color: white;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,1);
}

.cc-poll__options input[type="radio"] {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
}

.cc-poll__options input[type="button"] {
    color: white;
    font-size: 26px;
    background-color: #58595B;
}

.cc-poll__question {
    display: none;
}

.callout {
    font-family: 'Cabin Sketch', cursive;
    font-size: 45px;
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
}

.callout a {
    font-family: 'Cabin Sketch', cursive;
    color: #58595B;
}

@media (max-width:980px) {
    .callout {
        font-size: 36px;
        line-height: 1.1;
    }
}

.key-facts__title {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
}

@media (max-width:980px) {
    .key-facts__title {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

*[data-display="none"] {
    display: none;
}

*[data-display="active"] {
    display: block;
}

.key-facts__content .l-grid--two-col {
    align-items: center;
}

@media (max-width:980px) {
    .key-facts__list {
        margin-top: 1rem;
    }
}

.key-facts__list li {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    right: 0;
    border-left: 12px solid transparent;
    letter-spacing: -1px;
}

@media (min-width:980px) {
    .key-facts__list li {
        right: -4rem;
        font-size: 32px;
    }
}

.key-facts__list li:last-child {
    padding-bottom: 0.75rem;
}

.key-facts__list li:hover {
    cursor: pointer;
}

.key-facts__list li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 40;
}

.key-facts__list li[data-status="active"] {
    /*border-left: 12px solid;*/
}

.key-facts__list li[data-status="active"]::after {
    background-color: rgba(255,255,255,0.8); 
}

.key-facts__list li span {
    display: block;
    position: relative;
    z-index: 45;
}

.key-facts__list li::before {
    display: none;   
}


/* KEY FACTS MOBILE */
.key-facts--mobile {
    display: none;
}

@media (max-width:980px) {
    .key-facts {
        display: none;
    }
    .key-facts--mobile {
        display: block;
    }

    .key-facts--mobile .key-facts__summary {
        background-color: white;
        padding: 10px;
        color: #58595B;
        margin-top: 20px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        position: relative;
        z-index: 80;
        margin-right: 20px;
    }

    .key-facts--mobile .key-facts__summary p {
        font-size: 18px;
    }
}

.search-overlay {
    padding-left: 2rem;
    padding-right: 2rem;
    top: 0;
    margin-bottom: 0;
    background-color: #6A518E;
    color: white;
    z-index: 100;
    position: relative;
}

@media (max-width: 980px) {
    .search-tools__right {
        margin-top: 2rem;
    }
}

.search-tools__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
}

input[type="text"]::placeholder {
    color: #58595B;
    font-weight: 400!important;
}

.search-tools__form label {
    display: none;
}

.search-tools__content {
}

.trending-topics__title {
    font-family: 'Cabin Sketch', cursive;
    color: white;
    font-size: 32px;
}

.trending-topics__list {
    font-size: 22px;
    font-weight: 500;
}

.trending-topics__list ol {
    list-style: none;
    counter-reset: trend-count;
}

.trending-topics__list ol li {
    margin-bottom: 1rem;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    counter-increment: trend-count;
    margin-bottom: 1rem;
    padding-left: 35px;
    line-height: 1.2;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 0!important;
}

.trending-topics__list li::before {
    content: counter(trend-count);
    color: #6A518E;
    border-radius: 100%;
    background-color: rgba(255,255,255,0.8);
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    line-height: 1;
    margin-right: 10px;
    float: none;
    width: 24px;
    height: 24px;
    padding: 1px;
    vertical-align: middle;
}

.trending-topics li.widget-container {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.trending-topics li.widget-container::before {
    content: '';
    display: none;
}

.trending-topics__list a {
    color: white;  
}

.featured-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    background-color: rgba(220,221,222,0.2);
    position: relative;
    padding: 6rem 1rem 2rem;
}

@media (min-width: 980px) {
    .featured-content {
        padding-top: 6rem;
        padding-bottom: 2rem;
        margin-bottom: 10rem;
    }
}

.search-tools + .featured-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(240,237,245,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(240,237,245,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(240,237,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFEBF5', endColorstr='#F0EDF5',GradientType=0 );
}

.search-tools + .featured-content > * {
    position: relative;
    z-index: 16;
}

.featured-content__image--left {
    order: -1;
}

@media (min-width: 980px) {
    .featured-content__image--right {
        order: 2;
        max-height: 500px;
    }
}

.featured-content__title {
    font-size: 45px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1.4;
}

.featured-content__summary {
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    padding-bottom: 2rem;
    position: relative;
}

@media (max-width:980px) {
    .featured-content__text {
        padding: 2rem;
		
    }
}

@media (min-width:980px) {
    .featured-content__photo {
        max-width: 100%;
		position: relative;
		bottom: -2rem;
    }
}

@media (max-width: 980px) {
    .l-masonry {
        padding: 2rem;
    }
}

@media (min-width: 980px) {
    .l-masonry {
        columns: 2;
        column-gap: 20px; 
    }
}

.l-masonry > * {
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    overflow: hidden;
    
}

.callout-bar {
    background-color: #6A518E;
    background-image: url(../images/pattern--white.svg);
    color: white;
    font-size: 50px;
    line-height: 1.2;
}

@media (max-width:980px) {
    .callout-bar {
        font-size: 28px;
    }
}

.callout-bar a {
    display: block;
    color: white;
    font-family: 'Cabin Sketch', cursive;
}

.callout-bar a:hover {
    text-decoration: none;
}

.callout-bar .download-link {
    max-width: 45%;
    margin: 0 auto;
    background-image: url(../images/cloud-download.svg);
    background-repeat: no-repeat;
    padding-left: 155px;
    background-size: 129px 110px;
    background-position: left center;
}

@media (max-width:980px) {
    .callout-bar .download-link {
        max-width: 100%;
        padding-left: 155px;
        background-size: 129px 110px;
        background-position: left center;
    }
}

.callout-bar .email-link {
    max-width: 45%;
    margin: 0 auto;
    background-image: url(../images/comment-icon.svg);
    background-repeat: no-repeat;
    padding-left: 155px;
    background-size: 129px 110px;
    background-position: left center;
}

@media (max-width:980px) {
    .callout-bar .email-link {
        max-width: 100%;
        padding-left: 155px;
        background-size: 129px 110px;
        background-position: left center;
    }
}

.callout-bar .read-chapter {
    text-align: center;
}

.featured-videos {

}

.cc-quiz__header {
    background-image: url(../images/pattern--purple.svg);
    background-repeat: repeat;
    background-size: 530px auto;
    position: relative;
    padding: 4rem 0;
}

.cc-quiz__header::before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    z-index: 31;
}

.cc-quiz__text {
    background-image: url(../images/icon-activity.svg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 130px;
    padding-top: 2rem;
    position: relative;
    z-index: 32;
	    display: inline-block;
	
}

.cc-quiz__label {
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.cc-quiz__title {
    font-size: 45px;
    font-family: 'Roboto Condensed', sans-serif;
}

.quiz-page {
    overflow-x: hidden;
}

.asq-theme .quiz-question-answers {
    /*margin-left: -4rem!important;
    margin-right: -4rem!important;
    flex-direction: column!important;
    flex-wrap: nowrap!important;*/
}

.asq-theme.asq-theme-buzzfeed .quiz-question-answer-holder {
    width: calc(50% - 2rem)!important;
    margin-left: 1rem!important;
    margin-right: 1rem!important;
    flex: none!important;
}

.wp-polls-ul {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.wp-polls-ul strong {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.wp-polls-ul small {
    font-size: 70%;
}

.wp-polls .pollbar {
    background-image: none;
    height: 24px;
    margin-top: 10px;
    border: 1px solid #DAD2E7;
}

.card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    top: 0;
    border-radius: 10px;
    color: #58595B;
    text-decoration: none;
}

.card:hover {
    text-decoration: none;
}

.card::before {
    content: '';
    z-index: 280;
    background-image: url(../images/card_pattern_bg.svg);
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: overlay;
    border-radius: 10px;
}

.card__title {
    background-color: white;
    color: #58595B;
    padding: 2rem;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    text-align: center;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: 10px solid white;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:980px) {
    .cards--stacked {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 980px) {
    .cards--stacked .cards {
        display: grid;
        align-items: center;
        justify-content: center;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        position: relative;
        margin: 5rem 0;
        height: 500px;
    }
}

.cards--stacked .card:hover {
}

@media (min-width: 980px) {
    .cards--stacked .card:hover {
        z-index: 100!important;
        position: absolute;
    }
}

.card__close {
    background-color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    padding: 10px;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 500;
    color: black;
    text-align: center;
    border: 10px solid;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cards--stacked .card {
    height: 550px;
    margin-bottom: 20px;
    transition: all ease-in-out 0.15s;
    background-size: cover;
}

@media (min-width: 980px) {
    .cards--stacked .card {
        height: 550px;
        margin-bottom: 20px;
        margin-top: 20px;
        transition: all ease-in-out 0.15s;
        background-size: cover;
    }
}

@media (min-width: 980px) {
    .cards--stacked .card {
        position: absolute;
        width: 410px;
        height: 500px;
        margin-bottom: 0;
        transition: all ease-in-out 0.15s;
    }
}

.cards--stacked .card * {
    transition: all ease-in-out 0.10s;
}

.cards--list .card {
    padding: 4rem;
    overflow: auto;
    height: 525px;
    margin-top: 2rem;
}

@media (max-width: 980px) {
    .cards--list .card {
        padding: 2rem;
        height: 425px;
        margin-top: 2rem;
    }
}

.cards--list .card__title {
    height: 250px;
    width: 250px;
}

@media (min-width: 980px) {
    .cards--list .card__title {
        height: 400px;
        width: 400px;
    }
}




.card__face {
    position: relative;
    z-index: 350;
    transition: all ease-in-out 0.15s;
    height: 100px;
    bottom: 145px;
}


@media (max-width: 980px) {

	.cards--list .card__title {
    height: 400px;
    width: 400px;
}
	
	.card__face {
    height: 400px;
    
    bottom: 0px;
}
	
}

@media (max-width: 615px) {

	.cards--list .card__title {
    height: 250px;
    width: 250px;
}
	
	.card__face {
     height: 250px;
       
}
	
}

.card__back {
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    overflow: hidden;
    position: absolute;
    height: 90%;
    z-index: 356;
    color: #58595B;
    transition: all ease-in-out 0.15s;
}

.cards--list .card:hover .card__title {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.cards--list .card .card__back {
    display: flex;
    flex-direction: row;
    margin: 0;

}

.cards--list .card:hover .card__back {
    opacity: 1;
    visibility: visible;
    height: 90%;
    width: 90%;
}

.card__back .card__summary {
    background-color: white;
    padding: 30px 60px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 87%;
}

.card__back .card__summary > * {
    width: 100%;
}

.card__back .card__summary * {
    font-size: 18px;
}

.card__back .card__summary * {
    margin-bottom: 15px;
}

@media (max-width:980px) {
    .card__back .card__summary p {
        font-size: 16px;
        line-height: 1.3;
        padding: 1.5rem;
    }

    .card__back .card__summary {
        padding: 1.5rem;
    }
}

@media (max-width:980px) {

    .l-constrain {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .cards--stacked {
        margin-top: 50px;
    }

    .cards--stacked .card__back .card__summary {
        padding: 20px;
    }

    .cards--stacked .card__back .card__summary p {
            font-size: 14px;
            margin-bottom: 15px!important;
            padding: 0;
    }
}

.cards--list .lesson-highlight__intro {
    margin-top: -6rem;
}

.card__footer {
    display: flex;
    align-items: flex-start;
    position: absolute;
    z-index: 300;
    bottom: 0;
    width: 100%;
}

.card__additional-color {
    width: 50%;
    height: 30px;
}

.card__additional-color:only-child {
    width: 100%;
}

@media (min-width: 980px) {
    .cards--stacked .card--active {
        z-index: 355!important;
        transform: rotate(0)!important;
        width: 60%!important;
        margin-left: -30%!important;
        left: 50%!important;
        height: auto!important;
        min-height: 500px!important;
    }
}

.cards--stacked .card--active .card__back {
    z-index: 360!important;
    overflow: visible;
    height: 90%;
    width: 90%;
    border-radius: 10px;
    opacity: 1;
    visibility: visible;
}

@media (min-width:980px) {
    .cards--stacked .card--active .card__back {
        z-index: 360!important;
        transform: rotate(0)!important;
        overflow: visible;
    }
}

.cards--stacked .card--active .card__face {
    display: none;
}

@media (min-width:980px) {
    .cards--stacked .card--active .card__back {
        opacity: 1;
        visibility: visible;
        height: 90%;
        width: 90%;
        /*background-color: white;*/
        border-radius: 10px;
    }
}

.card__summary {
    padding: 4rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 24px;
}

.cards--stacked .card:first-of-type {
    background-color: #A692C4;
}

@media (min-width:980px) {
    .cards--stacked .card:first-of-type {
        left: 0;
        z-index: 5;
        transform: rotate(-10deg);
    }
}

.cards--stacked .card:first-of-type .card__title {
    box-shadow: inset 0 0 0 1px #A692C4;
}

.cards--stacked .card:first-of-type .card__close {
    border-color: #A692C4;
}

.cards--stacked .card:nth-of-type(2) {
    background-color: #7ED3F7;
}


@media (min-width:980px) {
    .cards--stacked .card:nth-of-type(2) {
        left: 25%;
        z-index: 10;
        margin-left: -100px;
        transform: rotate(-5deg);
    }
}

.cards--stacked .card:nth-of-type(2) .card__title {
    box-shadow: inset 0 0 0 1px #7ED3F7;
}

.cards--stacked .card:nth-of-type(2) .card__close {
    border-color: #7ED3F7;
}

.cards--stacked .card:nth-of-type(3) {
    background-color: #B2BB1E;
}

@media (min-width: 980px) {
    .cards--stacked .card:nth-of-type(3) {
        left: 50%;
        margin-left: -205px;
        z-index: 20;
        top: 2rem;
    }
}

.cards--stacked .card:nth-of-type(3) .card__title {
    box-shadow: inset 0 0 0 1px #B2BB1E;
}

.cards--stacked .card:nth-of-type(3) .card__close {
    border-color: #B2BB1E;
}

.cards--stacked .card:nth-of-type(4) {
    background-color: #F47B20;
}

@media (min-width: 980px) {
    .cards--stacked .card:nth-of-type(4) {
        left: auto;
        right: 25%;
        margin-right: -100px;
        z-index: 16;
        transform: rotate(5deg);
    }
}

.cards--stacked .card:nth-of-type(4) .card__title {
    box-shadow: inset 0 0 0 1px #F47B20;
}

.cards--stacked .card:nth-of-type(4) .card__close {
    border-color: #F47B20;
}

.cards--stacked .card:nth-of-type(5) {
    background-color: #FEC057;
}

@media (min-width:980px) {
    .cards--stacked .card:nth-of-type(5) {
        left: auto;
        right: 0;
        z-index: 11;
        transform: rotate(10deg);
    }
}

.cards--stacked .card:nth-of-type(5) .card__title {
    box-shadow: inset 0 0 0 1px #FEC057;
}

.cards--stacked .card:nth-of-type(5) .card__close {
    border-color: #FEC057;
}

.page__content + .footer-main {
    float: none;
}

.no-hero-image .header-main .logo .img2 {
    display: inline-block;
}

.no-hero-image .header-main .logo .img1 {
    display: none;
}

.no-hero-image .nav-bar nav ul li a {
    color: #7b7b7b;
}

.facetwp-facet-subjects {}

.facetwp-facet-subjects .facetwp-checkbox {
    display: inline-block;
}

.facetwp-facet-subjects .facetwp-checkbox {
    display: inline-block;
    color: #58595B;
    padding: 0.5rem!important;
    margin-right: 0.75rem;
    border-radius: 0px;
    line-height: 1;
    background-image: none!important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    background-color: white;
    border: 2px solid;
    text-transform: uppercase;
}

.facetwp-counter {
    display: none;
}

.facetwp-facet-subjects .facetwp-checkbox.checked {
    color: white;
}

.facetwp-facet-subjects .facetwp-checkbox[data-value="engagement"] {
    border-color: #A692C4;
}

.facetwp-facet-subjects .facetwp-checkbox[data-value="engagement"].checked,
.facetwp-facet-subjects .facetwp-checkbox[data-value="engagement"]:hover,
.facetwp-facet-subjects .facetwp-checkbox[data-value="engagement"]:focus {
    background-color: #A692C4;
}

.facetwp-facet-subjects .facetwp-checkbox[data-value="strategy"] {
    border-color: #FEC057;
}

.facetwp-facet-subjects .facetwp-checkbox[data-value="strategy"].checked,
.facetwp-facet-subjects .facetwp-checkbox[data-value="strategy"]:hover,
.facetwp-facet-subjects .facetwp-checkbox[data-value="strategy"]:focus {
    background-color: #FEC057;
}

.facetwp-facet-subjects .facetwp-checkbox[data-value="branding"] {
    border-color: #F47B20;
}

.facetwp-facet-subjects .facetwp-checkbox[data-value="branding"].checked,
.facetwp-facet-subjects .facetwp-checkbox[data-value="branding"]:hover,
.facetwp-facet-subjects .facetwp-checkbox[data-value="branding"]:focus {
    background-color: #F47B20;
}

.facetwp-facet-subjects .facetwp-checkbox[data-value="fundraising"] {
    border-color: #B2BB1E;
}

.facetwp-facet-subjects .facetwp-checkbox[data-value="fundraising"].checked,
.facetwp-facet-subjects .facetwp-checkbox[data-value="fundraising"]:hover,
.facetwp-facet-subjects .facetwp-checkbox[data-value="fundraising"]:focus {
    background-color: #B2BB1E;
}

.facetwp-facet-subjects .facetwp-checkbox[data-value="messaging"] {
    border-color: #7ED3F7;
}

.facetwp-facet-subjects .facetwp-checkbox[data-value="messaging"].checked,
.facetwp-facet-subjects .facetwp-checkbox[data-value="messaging"]:hover,
.facetwp-facet-subjects .facetwp-checkbox[data-value="messaging"]:focus {
    background-color: #7ED3F7;
}

/* Resource Library */
.facetwp-facet-resource_types .facetwp-checkbox {
    display: inline-block;
    color: #58595B;
    padding: 0.5rem!important;
    margin-right: 0.75rem;
    border-radius: 0px;
    line-height: 1;
    background-image: none!important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    background-color: #fff;
    border: 2px solid #6A518E;
    text-transform: uppercase;
}

.facetwp-facet-resource_types .facetwp-checkbox.checked,
.facetwp-facet-resource_types .facetwp-checkbox:hover,
.facetwp-facet-resource_types .facetwp-checkbox:focus {
    background-color: #6A518E;
    color: #fff;
}

/* 
* Article Teasers
************************/

.article-teaser {
    margin-bottom: 2rem;
}

.article-teaser__title {
    margin-bottom: 0;
}

.article-teaser__title a {
    color: #6A518E;
}

.article-teaser__title::before {
    background-color: #6A518E;
    display: none;
}

.article-teaser__title a:hover {
    color: rgb(75, 57, 101);
}

.l-media-object__media {
    margin-bottom: 1rem;
}

.l-media-object__media > img {
    max-width: 100%;
}

@media screen and (min-width: 700px) {
    .l-media-object {
      display: flex;
    }

    .l-media-object__media {
      margin-right: 1.25rem;
      flex: 0 0 auto;
      flex-basis: auto;
      width: 20%;
      
    }
    .l-media-object__content {
      flex: 1 1 auto;
    }
}

.section-toolkit {
    padding-top: 80px;
}


.section-toolkit__header h2{
    float: none;
}


/* GRAVITY FORMS */

.gform_fields li:before {
    display: none;
}

.gform_fields li {
    padding-left: 0;
    margin-bottom: 2rem;
}


.ginput_complex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.ginput_complex > *  {
    padding: 0 10px;
    flex: 1 1 auto;
    width: 50%;
}
.gform_wrapper input {
    width: 100%;
    height: 40px;
    float: none;
    font-family: 'robotoregular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #111;
    border: 1px solid #7b7b7b;
    background: #fff;
    padding: 8px 15px;
}


.gfield_label {
    font-weight: 700;
}

.gform_footer {

}

.gform_footer input[type=submit] {
    width: auto;
    height: auto;
    float: none;
    display: inline-block;
    font-weight: normal;
    font-family: "roboto_cnbold", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #7b7b7b;
    line-height: 18px;
    letter-spacing: 0.04em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    vertical-align: middle;
    background: #fff;
    border: none;
    box-shadow: inset #f47a20 0 0 0 2px;
    filter: 0;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    padding: 11px 30px;
    margin: 0;
    /* width: 180px; */
}


/* Fix for email input submit */
input#gform_submit_button_2  {
    background-color: #fff;
}




/* Imageless Banner */
.content-txt--banner {
    background-color: #6A518E;
    color: white;
}
/*** RESPONSIVE ***/

@media (max-width:980px) {
    .wysiwyg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 980px) {
    .hero {
        padding: 6rem 0;
    }

    .hero__label,
    .cc-poll__label  {
        font-size: 24px;
    }

    .hero__title {
        font-size: 70px;
    }

    .l-grid {
        display: flex;
        flex-wrap: wrap;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: auto;
        margin-left: -2rem;
        margin-right: -2rem;
        /*margin-bottom: 2rem;*/
    }

    .l-grid--two-col > * {
        width: calc(50% - 4rem);
        margin-left: 2rem;
        margin-right: 2rem;
        margin-bottom: 2rem;
    }
    
    .l-grid--three-col > * {
        width: calc(33% - 6rem);
        margin-left: 2rem;
        margin-right: 2rem;
        margin-bottom: 2rem;
    }


    .cc-poll__title {
        font-size: 45px;
    }

    .cc-poll__options {
        padding: 2rem;
        font-size: 22px;
    }

    .search-overlay {
        padding-left: 4rem;
        padding-right: 4rem;
        top: -4rem;
        margin-bottom: -4rem;
    }

    .search-tools__content {
        display: flex;
        flex-wrap: wrap;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: auto;
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .search-tools__left {
        width: calc(60% - 2rem);
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .search-tools__right {
        width: calc(40% - 2rem);
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .page__content input[type="text"] {
        font-weight: 400!important;
        width: 450px;
    }

    .featured-content__image {
        height: 0;
        position: absolute;
        right: 0;
        top: 100px;
    }
}

/* CAUSECOMM-22 | sram | Bottom Section of Lesson Page Styling */

/* Vertically aligning sections */
.cc-related-content .l-grid {
    align-items: center;
    justify-content: space-between;
}

.cc-related-content .cc-related-content__title {
    color: #6A518E;
    padding: 30px;
    border: 14px solid #DAD2E7;
    border-right: none;
    border-radius:25px;
    position: relative;
    width: calc(50% - 6rem);
    margin-bottom: 0;
	    border-top-right-radius: 0px;
	    border-bottom-right-radius: 0px;
}

.cc-related-content .cc-related-content__title:before {
    content:'';
    height: calc(50% + 14px);
    width:43px;
    transform: skew(40deg);
    position: absolute;
    top: -14px;
    left: 100%;
    border-top: 14px solid #DAD2E7;
    border-right: 21px solid #DAD2E7;
    border-top-right-radius: 10px;
}

.cc-related-content .cc-related-content__title:after {
    content:'';
    height: calc(50% + 14px);
    width:43px;
    transform: skew(-40deg);
    position: absolute;
    top: 50%;
    left: 100%;
    border-bottom: 14px solid #DAD2E7;
    border-right: 21px solid #DAD2E7;
    border-bottom-right-radius: 10px;
}

.cc-related-content .cc-related-content__title h3 {
    margin-bottom: 0;
    line-height: 1.1;
}

.cc-related-content .cc-related-content__subtitle h4 {
    font-size: 30px;
    margin-bottom: 15px;
}

.cc-related-content .cc-related-content__share {
    display: flex;
}

.cc-related-content .cc-related-content__share-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 0;
    text-transform: none;
}

.cc-related-content .cc-related-content__share-social-media {
    padding-left: 1rem;
}

.cc-related-content .cc-related-content__share-social-media a {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 19px auto!important;
    transition: opacity 400ms ease;
    padding: 8px;
    margin: 0 1px;
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #6A518E;
}

.cc-related-content .cc-related-content__share-social-media a:hover {
    opacity: 0.5;
}

.cc-related-content .cc-related-content__share-social-media a.facebook {
    background-image: url(../images/social-facebook-f.svg);
}

.cc-related-content .cc-related-content__share-social-media a.twitter {
    background-image: url(../images/social-twitter.svg);
}

.cc-related-content .cc-related-content__share-social-media a.mail {
    background-image: url(../images/social-envelope.svg);
}

.cc-related-content .cc-related-content__share-social-media a.linkedin {
    background-image: url(../images/social-linkedin.svg);
}

.cc-related-content .cc-related-content__links {
    width: calc(50% - 6rem);
}

.cc-related-content .cc-related-content__list {
    margin-bottom: 20px;
}
.cc-related-content .cc-related-content__list ul li:before {
    content: none;
}

.cc-related-content .cc-related-content__list li  {
    padding: 5px 0;
}

.cc-related-content .cc-related-content__list li a {
    color: #6A518E;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

@media screen and (max-width: 980px) {
    .cc-related-content .l-grid {
        flex-direction: column;
    }

    .cc-related-content .l-grid > * {
        width: 100%;
    }

    .cc-related-content .cc-related-content__title {
        border: 14px solid #DAD2E7;
        margin-bottom: 30px;
    }

    .cc-related-content .cc-related-content__links {
       
    }

    .cc-related-content .cc-related-content__title:before,
    .cc-related-content .cc-related-content__title:after {
        content: none;
    }
    
    .cc-related-content .cc-related-content__share {
        flex-direction: column;
    }

    .cc-related-content .cc-related-content__share-social-media {
        padding: 1rem 0 0 0;
        margin-bottom: 2rem;
    }
}

/* CAUSECOMM-25 | sram | Toolkit Home - Quote */

.communication-toolkit-quote {
    background-color: #DAD2E7;
    padding: 6rem 1rem;
    color: #6A518E;
    font-weight: 600;    
}

.communication-toolkit-quote p:first-child::before {
    content: '';
    width: 42px;
    height: 46px;
    background-image: url(../images/quote-icon.png);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.communication-toolkit-quote .l-constrain * {
    padding-left: 50px;
}

.communication-toolkit-quote p {
    font-size: 20px;
    position: relative;
}

@media (min-width:980px) {
    .communication-toolkit-quote p {
        font-size: 26px;
        position: relative;
    }
}

.communication-toolkit-quote h6 {
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

@media (min-width:980px) {
    .communication-toolkit-quote h6 {
        font-size: 20px;
    }
}

.communication-toolkit-quote ul {
    list-style: none;
}

.communication-toolkit-quote ul li {
    font-size: 16px;
    font-weight: 500;
    padding-left: 0;
}

@media (min-width:980px) {
    .communication-toolkit-quote ul li {
        font-size: 20px;
    }
}

.communication-toolkit-quote ul li:before {
    content: "-";
    text-indent: -5px;
    position: static;
    background: none;
    float: none;
    border-radius: none;
  }

/* CAUSECOMM-25 | sram | Toolkit Home - Featured Videos */

.featured-videos {
    background-color: #fff;
    background-image: url(../images/video-bg.svg);
}

.featured-videos__wrapper {
    display: flex;
    justify-content: space-between;
}

.featured-videos__main {
    background: #fff;
    width: 75%;
}

.featured-videos__list {
    width: 22%;
}

.featured-videos__list .featured-videos__list-item {
    padding: 0;
    margin-bottom: 1rem;
}

.featured-videos__list .featured-videos__list-item:before {
    content: none;
}

.featured-videos__list-image {
    position: relative;
}

.featured-videos__list-item.active-vid .featured-videos__list-image {
    box-shadow: 0 4px 18px 0 rgba(106, 81, 142, 0.9);
}

.featured-videos__list .featured-videos__list-item:hover {
    cursor: pointer;
}

.featured-videos__list .featured-videos__list-item:hover .featured-videos__list-image:after {
    opacity: 1;
    
}

.featured-videos__list .featured-videos__list-image:after {
    content: '';
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: opacity 250ms ease;
    background: rgba(106, 81, 142, 0.5);
    opacity: 0;
}

.featured-videos__list .featured-videos__list-item img {
    max-width: 100%;
    max-height: 200px;
}

.featured-videos__list-item-title,
.featured-videos__title {
    color: #6A518E;
    font-weight: 600;
    text-transform: uppercase;
}

.featured-videos__title {
    font-size: 26px;
    margin-bottom: 0.75rem;
}

.featured-videos__list-item-title {
    margin-bottom:0.25rem;
}

.featured-videos__main-video {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: calc(647.5 / 875 * 100%);
}
  
.featured-videos__main iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #A692C4;
}

.featured-videos__list .more-videos {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
}

@media screen and (max-width: 900px) {
    .featured-videos__wrapper {
      flex-direction: column;
      align-items: center;
    }
    
    .featured-videos__main {
        width: 100%;
        margin-bottom: 1rem;
    }
    
    .featured-videos__list {
        width: 50%;
    }
  }

  .gform_validation_container {
      display: none;
  }


.has-no-padding {
    padding: 0;
}

.has-no-padding--top {
    padding-top: 0;
}

.has-no-padding--bottom {
    padding-bottom: 0;
}

.has-triple-padding--top {
    padding-top: 6rem;
}

.has-triple-padding--bottom {
    padding-bottom: 6rem;
}

.has-triple-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.has-double-padding--top {
    padding-top: 4rem;
}

.has-double-padding--bottom {
    padding-bottom: 4rem;
}

.has-double-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.has-padding--top {
    padding-top: 2rem;
}

.has-padding--bottom {
    padding-bottom: 2rem;
}

.has-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.has-half-padding--top {
    padding-top: 1rem;
}

.has-half-padding--bottom {
    padding-bottom: 1rem;
}

.has-half-padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.has-quarter-padding--top {
    padding-top: 0.5rem;
}

.has-quarter-padding--bottom {
    padding-bottom: 0.5rem;
}

.has-quarter-padding {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* MARGINS */
.has-no-margin {
    margin: 0;
}

.has-no-margin--top {
    margin-top: 0;
}

.has-no-margin--bottom {
    margin-bottom: 0;
}

.has-double-margin--top {
    margin-top: 4rem;
}

.has-double-margin--bottom {
    margin-bottom: 4rem;
}

.has-double-margin {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.has-margin--top {
    margin-top: 2rem;
}

.has-margin--bottom {
    margin-bottom: 2rem;
}

.has-margin {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.has-half-margin--top {
    margin-top: 1rem;
}

.has-half-margin--bottom {
    margin-bottom: 1rem;
}

.has-half-margin {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.has-quarter-margin--top {
    margin-top: 0.5rem;
}

.has-quarter-margin--bottom {
    margin-bottom: 0.5rem;
}

.has-quarter-margin {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.has-no-float {
    float: none !important;
}

@media (max-width: 980px) {
    .cc-quiz .asq-theme.asq-theme-buzzfeed .quiz-question-answer-holder {
        width: 100%!important;
    }
}

.lesson-highlight a.cc-button {
    margin-top: 40px;
}