﻿/* Clickable Card Row */

/* Theme - Magazine - Featured */

.clickable-card-row.theme-magazine-featured {
    padding-bottom: 52px;
    overflow: hidden;
}

.clickable-card-row.theme-magazine-featured .header h2 {
    border-bottom: none;
    display: flex;
    font-style: normal;
    letter-spacing: 0;
    font-size: calc(2.6rem + 0.5vw);
    margin-bottom: 2rem !important;
}

.clickable-card-row.theme-magazine-featured .header h2:after {
    border-top: 1px solid #044884;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.7em;
    width: 100%;
    left: 1%;
}

.clickable-card-row.theme-magazine-featured .card {
    border-radius: 0;
}

.clickable-card-row.theme-magazine-featured .card.bg-light-blue {
    background: #d8e2ec;
}

.clickable-card-row.theme-magazine-featured.grey .card.bg-light-blue {
    background: #c1ccd7;
}

.clickable-card-row.theme-magazine-featured .card.bg-light-purple {
    background: #f5e5ee;
}

.clickable-card-row.theme-magazine-featured.grey .card.bg-light-purple {
    background: #dbcad4;
}

.clickable-card-row.theme-magazine-featured .cards {
    justify-content: flex-start !important;
}

.clickable-card-row.theme-magazine-featured .cards > .column {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 1rem !important;
    display: flex;
    flex-direction: column;
}

.clickable-card-row.theme-magazine-featured.card-bg-none .cards > .column {
    flex: 0 1 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 2rem !important;
}

.clickable-card-row.theme-magazine-featured.card-img-full a.card {
    padding: 0 0 3.4rem;
    margin: 0rem 1rem 0rem;
    background: #ffffff !important;
    border-radius: 0;
    border: 0 !important;
    height: 100%;
}

.clickable-card-row.theme-magazine-featured a.card > *:not(img) {
    padding-left: 1rem;
    padding-right: 1rem;
}

.clickable-card-row.theme-magazine-featured.card-img-full .card img, .clickable-card-row.theme-magazine-featured.card-img-none .card img.img-right, .clickable-card-row.theme-magazine-featured .card.img-full img {
    width: 100%;
    max-width: 100%;
    margin: 0px 0px 1.5rem 0px;
}

.clickable-card-row.theme-magazine-featured.card-img-full .card img {
    margin-bottom: 0;
    border: 0;
    transition: all 0.54s ease;
    transform-origin: 50% 100%;
}

.clickable-card-row.theme-magazine-featured.card-img-full a.card:hover img,
.clickable-card-row.theme-magazine-featured.card-img-full a.card:focus img,
.clickable-card-row.theme-magazine-featured.card-img-full a.card:active img {
    transform: scale(1.04);
}

.clickable-card-row.theme-magazine-featured .card h2 {
    font-size: calc(1.3rem + 0.33vw) !important;
    line-height: 1.1 !important;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    color: #2d2d2d;
}

.clickable-card-row.theme-magazine-featured a.card:hover h2,
.clickable-card-row.theme-magazine-featured a.card:focus h2,
.clickable-card-row.theme-magazine-featured a.card:active h2 {
    color: #01529b;
}

.clickable-card-row.theme-magazine-featured .card .pub-date {
    display: none;
}

.clickable-card-row.theme-magazine-featured .card .button {
    bottom: 1rem;
    right: 1rem;
}

.clickable-card-row.theme-magazine-featured .list .list-header,
.clickable-card-row.theme-magazine-featured .card-header {
    background: none;
    border-bottom: none;
    position: relative;
}

.clickable-card-row.theme-magazine-featured .list .list-header h2,
.clickable-card-row.theme-magazine-featured .card-header h2 {
    background: none;
    border-bottom: none;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    font-size: calc(2.1rem + 0.4vw);
    padding: 0.5rem 0px;
    margin-bottom: 1rem;
    white-space: nowrap;
    line-height: 1.85rem;
    position: relative;
    z-index: 1010;
}

.clickable-card-row.theme-magazine-featured .list .list-header h2:after,
.clickable-card-row.theme-magazine-featured .card-header h2:after {
    border-top: 1px solid #044884;
    content: '';
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    left: 1%;
    margin-left: 0.25rem;
}

.clickable-card-row.theme-magazine-featured .list .list-header:after,
.clickable-card-row.theme-magazine-featured .card-header:after {
    content: none;
}

.clickable-card-row.theme-magazine-featured .list.bg-white .list-header h2:after {
    border-top: 1px solid #696969;
}

.clickable-card-row.theme-magazine-featured .list.bg-light-blue .list-header h2:after {
    border-top: 1px solid #004a8f;
}

.clickable-card-row.theme-magazine-featured .list.bg-light-purple .list-header h2:after {
    border-top: 1px solid #9E005D;
}

.clickable-card-row.theme-magazine-featured .list {
    border-radius: 0;
    border: none;
    background: none;
}

.clickable-card-row.theme-magazine-featured .list:before,
.clickable-card-row.theme-magazine-featured .list:after {
    content: none;
}

.clickable-card-row.theme-magazine-featured .list.has-list-header .list-wrapper {
    height: calc(100% - 79px);
}

.clickable-card-row.theme-magazine-featured .list.has-list-header.has-readmore-button .list-wrapper {
    height: calc(100% - 110px);
}

.clickable-card-row.theme-magazine-featured .list .list-wrapper > *,
.clickable-card-row.theme-magazine-featured .list.txt-large .list-wrapper > * {
    padding: 1.5rem;
    display: flex;
    flex-direction: row;
    border-bottom: none;
}

.clickable-card-row.theme-magazine-featured .list .list-wrapper > *:not(:last-child):after {
    content: '';
    clear: both;
    display: block;
    position: absolute;
    width: calc(100% - 3rem);
    height: 1px;
    background: #00000038;
    bottom: 0;
}

.clickable-card-row.theme-magazine-featured .list .list-wrapper .image-wrapper {
    padding-left: 0;
    margin-right: 1rem;
    justify-content: start;
}

.clickable-card-row.theme-magazine-featured .list .list-wrapper h3,
.clickable-card-row.theme-magazine-featured .list.txt-large .list-wrapper h3 {
    font-size: 1.5rem !important;
    line-height: 1.1 !important;
    color: #2d2d2d;
    margin-bottom: 0.5rem;
}

.clickable-card-row.theme-magazine-featured .list.bg-light-purple .list-wrapper a:hover h3,
.clickable-card-row.theme-magazine-featured .list.bg-light-purple .list-wrapper a:focus h3,
.clickable-card-row.theme-magazine-featured .list.bg-light-purple .list-wrapper a:active h3 {
    color: #9b009b;
}

.clickable-card-row.theme-magazine-featured .list .list-wrapper p,
.clickable-card-row.theme-magazine-featured .list.txt-large .list-wrapper p {
    font-size: 1.1rem !important;
    line-height: 1.25 !important;
}

.clickable-card-row.theme-magazine-featured .list.bg-white .list-wrapper {
    background: #ffffff;
}

.clickable-card-row.theme-magazine-featured .list.bg-light-grey .list-wrapper {
    background: #e9e9e9;
}

.clickable-card-row.theme-magazine-featured .list.bg-light-blue .list-wrapper {
    background: #d8e2ec;
}

.clickable-card-row.theme-magazine-featured .list.bg-light-purple .list-wrapper {
    background: #f5e5ee;
}

.clickable-card-row.theme-magazine-featured .list.bg-white .list-wrapper > *:nth-child(odd),
.clickable-card-row.theme-magazine-featured .list.bg-light-grey .list-wrapper > *:nth-child(odd),
.clickable-card-row.theme-magazine-featured .list.bg-light-blue .list-wrapper > *:nth-child(odd),
.clickable-card-row.theme-magazine-featured .list.bg-light-purple .list-wrapper > *:nth-child(odd) {
    background: none;
}

.clickable-card-row.theme-magazine-featured .list .list-wrapper > a:hover,
.clickable-card-row.theme-magazine-featured .list .list-wrapper > a:focus,
.clickable-card-row.theme-magazine-featured .list .list-wrapper > a:active,
.clickable-card-row.theme-magazine-featured .list.bg-white .list-wrapper > *:nth-child(odd):hover,
.clickable-card-row.theme-magazine-featured .list.bg-white .list-wrapper > *:nth-child(odd):focus,
.clickable-card-row.theme-magazine-featured .list.bg-white .list-wrapper > *:nth-child(odd):active,
.clickable-card-row.theme-magazine-featured .list.bg-light-grey .list-wrapper > *:nth-child(odd):hover,
.clickable-card-row.theme-magazine-featured .list.bg-light-grey .list-wrapper > *:nth-child(odd):focus,
.clickable-card-row.theme-magazine-featured .list.bg-light-grey .list-wrapper > *:nth-child(odd):active,
.clickable-card-row.theme-magazine-featured .list.bg-light-blue .list-wrapper > *:nth-child(odd):hover,
.clickable-card-row.theme-magazine-featured .list.bg-light-blue .list-wrapper > *:nth-child(odd):focus,
.clickable-card-row.theme-magazine-featured .list.bg-light-blue .list-wrapper > *:nth-child(odd):active,
.clickable-card-row.theme-magazine-featured .list.bg-light-purple .list-wrapper > *:nth-child(odd):hover,
.clickable-card-row.theme-magazine-featured .list.bg-light-purple .list-wrapper > *:nth-child(odd):focus,
.clickable-card-row.theme-magazine-featured .list.bg-light-purple .list-wrapper > *:nth-child(odd):active {
    background: #ffffff40;
    filter: saturate(1.1) brightness(1.1);
}

.clickable-card-row.theme-magazine-featured .list > .list-button-wrapper {
    text-align: center;
    background: #e6e6e600;
    padding: 0;
    bottom: 0px;
    width: 100%;
}

.clickable-card-row.theme-magazine-featured .list.no-scrollbar > .list-button-wrapper {
    position: relative;
}

.clickable-card-row.theme-magazine-featured .list .list-button-wrapper a {
    border-top: none;
    text-align: left;
    padding-left: 1.5rem;
    font-size: 1.3rem;
}

.clickable-card-row.theme-magazine-featured .list .list-button-wrapper a:hover,
.clickable-card-row.theme-magazine-featured .list .list-button-wrapper a:focus,
.clickable-card-row.theme-magazine-featured .list .list-button-wrapper a:active {
    color: #002AFA !important;
    background: none;
    text-decoration: underline !important;
    border-top: none;
}

.clickable-card-row.theme-magazine-featured .list .list-wrapper > * > * {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.clickable-card-row.theme-magazine-featured .list .list-wrapper .body-copy,
.clickable-card-row.theme-magazine-featured .list .list-wrapper .body-copy * {
    font-size: 1rem;
}

.clickable-card-row.theme-magazine-featured .list .list-wrapper .body-copy strong {
    font-weight: bold;
}


/* Theme - Day of Giving */

.clickable-card-row.theme-dayofgiving {
    padding-bottom: 52px;
    overflow: hidden;
}

.clickable-card-row.theme-dayofgiving .header h2 {
    border-bottom: none;
    display: flex;
    font-style: normal;
    letter-spacing: 0;
    font-size: calc(2.6rem + 0.5vw);
    margin-bottom: 2rem !important;
}

.clickable-card-row.theme-dayofgiving .header h2:after {
    border-top: 1px solid #044884;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.7em;
    width: 100%;
    left: 1%;
}

.clickable-card-row.theme-dayofgiving .card {
    border-radius: 0;
}

.clickable-card-row.theme-dayofgiving .card.bg-light-blue {
    background: #d8e2ec;
}

.clickable-card-row.theme-dayofgiving.grey .card.bg-light-blue {
    background: #c1ccd7;
}

.clickable-card-row.theme-dayofgiving .card.bg-light-purple {
    background: #f5e5ee;
}

.clickable-card-row.theme-dayofgiving.grey .card.bg-light-purple {
    background: #dbcad4;
}

.clickable-card-row.theme-dayofgiving .cards {
    justify-content: flex-start !important;
}

.clickable-card-row.theme-dayofgiving .cards > .column {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 1rem !important;
    display: flex;
    flex-direction: column;
}

.clickable-card-row.theme-dayofgiving.card-bg-none .cards > .column {
    flex: 0 1 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 2rem !important;
}

.clickable-card-row.theme-dayofgiving.card-img-full a.card {
    padding: 0 0 3.4rem;
    margin: 0rem 1rem 0rem;
    background: #ffffff !important;
    border-radius: 0;
    border: 0 !important;
    height: 100%;
}

.clickable-card-row.theme-dayofgiving a.card {
    border-radius: 12px !important;
    overflow: hidden;
    text-align: center;
    padding-bottom: 4.2rem !important;
}

.clickable-card-row.theme-dayofgiving a.card > *:not(img) {
    padding-left: 1rem;
    padding-right: 1rem;
}

.clickable-card-row.theme-dayofgiving.card-img-full .card img, .clickable-card-row.theme-dayofgiving.card-img-none .card img.img-right, .clickable-card-row.theme-dayofgiving .card.img-full img {
    width: 100%;
    max-width: 100%;
    margin: 0px 0px 1.5rem 0px;
}

.clickable-card-row.theme-dayofgiving.card-img-full .card img {
    margin-bottom: 0;
    border: 0;
    transition: all 0.54s ease;
    transform-origin: 50% 100%;
}

.clickable-card-row.theme-dayofgiving.card-img-full a.card:hover img,
.clickable-card-row.theme-dayofgiving.card-img-full a.card:focus img,
.clickable-card-row.theme-dayofgiving.card-img-full a.card:active img {
    transform: scale(1.04);
}

.clickable-card-row.theme-dayofgiving .card h2 {
    font-size: calc(1.3rem + 0.33vw) !important;
    line-height: 1.1 !important;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem !important;
    color: #2d2d2d;
}

.clickable-card-row.theme-dayofgiving a.card:hover h2,
.clickable-card-row.theme-dayofgiving a.card:focus h2,
.clickable-card-row.theme-dayofgiving a.card:active h2 {
    color: #01529b;
}

.clickable-card-row.theme-dayofgiving .card .pub-date {
    display: none;
}

.clickable-card-row.theme-dayofgiving .card .button {
    left: 1rem;
    right: 1rem;
    bottom:1rem;
    width: calc(100% - 3rem);
    max-width: 100% !important;
    background: #294661 !important;
    color: white !important;
    border-color: #002242 !important;
    border-radius: 6px;
    font-size: 1.1rem !important;
}

.clickable-card-row.theme-dayofgiving .card:hover .button,
.clickable-card-row.theme-dayofgiving .card:active .button,
.clickable-card-row.theme-dayofgiving .card:focus .button {
    background: #2b6092 !important;
}

.clickable-card-row.theme-dayofgiving .list .list-header,
.clickable-card-row.theme-dayofgiving .card-header {
    background: none;
    border-bottom: none;
    position: relative;
}

.clickable-card-row.theme-dayofgiving .list .list-header h2,
.clickable-card-row.theme-dayofgiving .card-header h2 {
    background: none;
    border-bottom: none;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    font-size: calc(2.1rem + 0.4vw);
    padding: 0.5rem 0px;
    margin-bottom: 1rem;
    white-space: nowrap;
    line-height: 1.85rem;
    position: relative;
    z-index: 1010;
}

.clickable-card-row.theme-dayofgiving .list .list-header h2:after,
.clickable-card-row.theme-dayofgiving .card-header h2:after {
    border-top: 1px solid #044884;
    content: '';
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    left: 1%;
    margin-left: 0.25rem;
}

.clickable-card-row.theme-dayofgiving .list .list-header:after,
.clickable-card-row.theme-dayofgiving .card-header:after {
    content: none;
}

.clickable-card-row.theme-dayofgiving .list.bg-white .list-header h2:after {
    border-top: 1px solid #696969;
}

.clickable-card-row.theme-dayofgiving .list.bg-light-blue .list-header h2:after {
    border-top: 1px solid #004a8f;
}

.clickable-card-row.theme-dayofgiving .list.bg-light-purple .list-header h2:after {
    border-top: 1px solid #9E005D;
}

.clickable-card-row.theme-dayofgiving .list {
    border-radius: 0;
    border: none;
    background: none;
}

.clickable-card-row.theme-dayofgiving .list:before,
.clickable-card-row.theme-dayofgiving .list:after {
    content: none;
}

.clickable-card-row.theme-dayofgiving .list.has-list-header .list-wrapper {
    height: calc(100% - 79px);
}

.clickable-card-row.theme-dayofgiving .list.has-list-header.has-readmore-button .list-wrapper {
    height: calc(100% - 110px);
}

.clickable-card-row.theme-dayofgiving .list .list-wrapper > *,
.clickable-card-row.theme-dayofgiving .list.txt-large .list-wrapper > * {
    padding: 1.5rem;
    display: flex;
    flex-direction: row;
    border-bottom: none;
}

.clickable-card-row.theme-dayofgiving .list .list-wrapper > *:not(:last-child):after {
    content: '';
    clear: both;
    display: block;
    position: absolute;
    width: calc(100% - 3rem);
    height: 1px;
    background: #00000038;
    bottom: 0;
}

.clickable-card-row.theme-dayofgiving .list .list-wrapper .image-wrapper {
    padding-left: 0;
    margin-right: 1rem;
    justify-content: start;
}

.clickable-card-row.theme-dayofgiving .list .list-wrapper h3,
.clickable-card-row.theme-dayofgiving .list.txt-large .list-wrapper h3 {
    font-size: 1.5rem !important;
    line-height: 1.1 !important;
    color: #2d2d2d;
    margin-bottom: 0.5rem;
}

.clickable-card-row.theme-dayofgiving .list.bg-light-purple .list-wrapper a:hover h3,
.clickable-card-row.theme-dayofgiving .list.bg-light-purple .list-wrapper a:focus h3,
.clickable-card-row.theme-dayofgiving .list.bg-light-purple .list-wrapper a:active h3 {
    color: #9b009b;
}

.clickable-card-row.theme-dayofgiving .list .list-wrapper p,
.clickable-card-row.theme-dayofgiving .list.txt-large .list-wrapper p {
    font-size: 1.1rem !important;
    line-height: 1.25 !important;
}

.clickable-card-row.theme-dayofgiving .list.bg-white .list-wrapper {
    background: #ffffff;
}

.clickable-card-row.theme-dayofgiving .list.bg-light-grey .list-wrapper {
    background: #e9e9e9;
}

.clickable-card-row.theme-dayofgiving .list.bg-light-blue .list-wrapper {
    background: #d8e2ec;
}

.clickable-card-row.theme-dayofgiving .list.bg-light-purple .list-wrapper {
    background: #f5e5ee;
}

.clickable-card-row.theme-dayofgiving .list.bg-white .list-wrapper > *:nth-child(odd),
.clickable-card-row.theme-dayofgiving .list.bg-light-grey .list-wrapper > *:nth-child(odd),
.clickable-card-row.theme-dayofgiving .list.bg-light-blue .list-wrapper > *:nth-child(odd),
.clickable-card-row.theme-dayofgiving .list.bg-light-purple .list-wrapper > *:nth-child(odd) {
    background: none;
}

.clickable-card-row.theme-dayofgiving .list .list-wrapper > a:hover,
.clickable-card-row.theme-dayofgiving .list .list-wrapper > a:focus,
.clickable-card-row.theme-dayofgiving .list .list-wrapper > a:active,
.clickable-card-row.theme-dayofgiving .list.bg-white .list-wrapper > *:nth-child(odd):hover,
.clickable-card-row.theme-dayofgiving .list.bg-white .list-wrapper > *:nth-child(odd):focus,
.clickable-card-row.theme-dayofgiving .list.bg-white .list-wrapper > *:nth-child(odd):active,
.clickable-card-row.theme-dayofgiving .list.bg-light-grey .list-wrapper > *:nth-child(odd):hover,
.clickable-card-row.theme-dayofgiving .list.bg-light-grey .list-wrapper > *:nth-child(odd):focus,
.clickable-card-row.theme-dayofgiving .list.bg-light-grey .list-wrapper > *:nth-child(odd):active,
.clickable-card-row.theme-dayofgiving .list.bg-light-blue .list-wrapper > *:nth-child(odd):hover,
.clickable-card-row.theme-dayofgiving .list.bg-light-blue .list-wrapper > *:nth-child(odd):focus,
.clickable-card-row.theme-dayofgiving .list.bg-light-blue .list-wrapper > *:nth-child(odd):active,
.clickable-card-row.theme-dayofgiving .list.bg-light-purple .list-wrapper > *:nth-child(odd):hover,
.clickable-card-row.theme-dayofgiving .list.bg-light-purple .list-wrapper > *:nth-child(odd):focus,
.clickable-card-row.theme-dayofgiving .list.bg-light-purple .list-wrapper > *:nth-child(odd):active {
    background: #ffffff40;
    filter: saturate(1.1) brightness(1.1);
}

.clickable-card-row.theme-dayofgiving .list > .list-button-wrapper {
    text-align: center;
    background: #e6e6e600;
    padding: 0;
    bottom: 0px;
    width: 100%;
}

.clickable-card-row.theme-dayofgiving .list.no-scrollbar > .list-button-wrapper {
    position: relative;
}

.clickable-card-row.theme-dayofgiving .list .list-button-wrapper a {
    border-top: none;
    text-align: left;
    padding-left: 1.5rem;
    font-size: 1.3rem;
}

.clickable-card-row.theme-dayofgiving .list .list-button-wrapper a:hover,
.clickable-card-row.theme-dayofgiving .list .list-button-wrapper a:focus,
.clickable-card-row.theme-dayofgiving .list .list-button-wrapper a:active {
    color: #002AFA !important;
    background: none;
    text-decoration: underline !important;
    border-top: none;
}

.clickable-card-row.theme-dayofgiving .list .list-wrapper > * > * {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.clickable-card-row.theme-dayofgiving .list .list-wrapper .body-copy,
.clickable-card-row.theme-dayofgiving .list .list-wrapper .body-copy * {
    font-size: 1rem;
}

.clickable-card-row.theme-dayofgiving .list .list-wrapper .body-copy strong {
    font-weight: bold;
}