@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300");

:root {
    --red: #C60C30;
    --blue: #0039A6;
    --purple: #252161;
    --independent-yellow: #fbcd17;
    --purple-hover: #0053ba;
    --light-background: #f6f7fc;
    --light-blue: #0098db;
    --yellow: #EAAB00;
    --text-color: var(--purple) !important;
    --gray: #898D8D;
    --light-gray: #d2d4db;
    --donation-amount-button-font-size: 15px !important;
    --donation-button-bg-color: #898D8D;
    --donation-button-color: #fff;
    --fonts: Poppins, Arial, Helvetica, sans-serif;
    --bold: 500;
}

button {
    border-radius: .4rem;
    font-family: var(--fonts);
    font-weight: var(--bold);
}

a, a:link, a:visited, .link {
    color: var(--purple);
    cursor: pointer;
}

a:hover, .link:hover {
    color: var(--purple-hover);
}

.action-button {
    background-color: var(--red);
    text-transform: none;
}

body {
    background-color: var(--light-background);
    color: var(--purple);
    font-family: var(--fonts);
    -webkit-font-smoothing: antialiased;
}

body > header .wrapper > nav > ul > li.sign-in {
    order: 90;
}

body > header .wrapper > nav > ul > li.register {
    order: 100;
}

body > footer {
    color: #fff;
    background-color: var(--purple);
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}

body > footer .copyright {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #fff;
    display: inline-block;
    min-width: 50%;
}

body > footer .copyright > p {
    margin: 0;
}

body > footer  .paid-for-disclaimer {
    margin: 4rem auto 1rem auto;
    text-align: center;
    max-width: 700px;
}

body > footer  nav {
    margin: .5rem 0;
}

body > footer nav > ul {
    display: flex;
    padding: 0;
    margin: 0;
}

body > footer nav > ul > li {
    padding: 0;
    margin: 0 2rem 0 0;
    list-style-type: none;
    text-transform: uppercase;
}

body > footer nav > ul > li > a:link, body > footer nav > ul > li > a:visited {
    color: #fff;
    text-transform: uppercase;
}

/* DIALOGS */
.k-window.k-state-focused {
    border-bottom-color: rgba(0, 0, 0, 0.3) !important;
}

#membershipDialog {
    width: 60%;
    max-width: 600px;
    padding: 0;
    border-width: 1px;
}

#membershipDialog > header {
    background-color: var(--purple);
    padding: 1rem;
}

#membershipDialog > header > img {
    padding: 1rem;
    display: block;
    margin: 0 auto;
    width: 50%;
}

#membershipDialog > .dialog-content {
    padding: 1rem;
}

#membershipDialog > .dialog-content .action-button {
    margin: 0 auto;
    display: block;
    width: 60%;
}

#membershipDialog > .dialog-content form {
    margin-bottom: 2.5rem;
}

#membershipDialog > .dialog-content .dialog-link {
    text-align: center;
    margin: 0 auto 1rem auto;
}

#membershipDialog > .dialog-content .dialog-disclaimer {
    margin-top: 3rem;
    font-size: .875rem;
}

/* PROFILE DIALOG */

.recipient-profile {
    color: var(--purple);
    outline: none !important;
}

.recipient-profile > header {
	text-align: left;
	margin-top: 0;
}

.recipient-profile .basic-profile img {
    border-radius: 50%;
    border-style: solid;
    border-width: 6px;
    width: 25%;
    padding: 0;
}

.recipient-profile.democratic .basic-profile img {
    border-color: var(--blue);
}

.recipient-profile.republican .basic-profile img {
    border-color: var(--red);
}

.recipient-profile.independent .basic-profile img {
    border-color: var(--independent-yellow);
}

.recipient-profile .basic-profile > .content > h1 {
    font-size: 36px;
    font-weight: var(--bold);
    font-family: var(--fonts);
    color: var(--purple);
    margin-bottom: 0;
}

.recipient-profile .basic-profile > .content > h1 > .party {
    display: none;
}

.recipient-profile .basic-profile > .content > .description {
    font-weight: var(--bold);
}

.recipient-profile .basic-profile > .content > .office {
    font-weight: var(--bold);
}

.recipient-profile .basic-profile .donate-box .action-button {
    font-size: 16px;
}

.recipient-profile .basic-profile .donate-box .max {
    color: var(--purple);
}

/* PAYMENTS */
.payments-view button {
    background-color: var(--red);
    text-transform: none;
}

.payments-view > header > h1 {
    text-align: left;
    font-size: 38px;
    color: var(--light-blue);
}

.payment_form h1 {
    color: var(--purple);
}

.payment_form .form-line h2, .payment_form .form-line h1 {
    color: var(--purple);
    font-weight: var(--bold);
}

.payments-view .form-line .form-field label {
    font-weight: 300;
}

section#payment-tip {
    margin-bottom: 40px;

}

section#payment-tip .column-4 {
    box-sizing: border-box;
}

section#payment-tip p {
    font-weight: 300;
    font-size: 14px;
}

.contribution-terms {
    margin-top: 20px;
    font-weight: 300;
}

/* KENDO */
.k-tabstrip {
    background-color: transparent;
}

/* DONATION PAGE */

.list-template button {
    font-weight: var(--bold);
}

.list-template .recipients-view .cart > header > div {
    line-height: 1.8;
}

.list-template .recipients-view .recipients > .recipient .details .name {
    font-weight: var(--bold);
    font-size: 1.75rem;
    color: var(--purple);
}

.list-template .recipients > .recipient > picture {
    flex-grow: 0;
}

.list-template .recipients > .recipient > picture .photo {
    border-width: 6px;
    border-style: solid;
    border-radius: 50%;
}

.list-template .recipients > .recipient.republican > picture .photo {
    border-color: var(--red);
}

.list-template .recipients > .recipient.democratic > picture .photo {
    border-color: var(--blue);
}

.list-template .recipients > .recipient.independent > picture .photo {
    border-color: var(--independent-yellow);
}

.list-template .main-content > .custom-filters {
    color: var(--purple);
}

.list-template .split-it button[disabled] {
    background-color: #201639 !important;
    color: #fff !important;
}

.list-template .recipients-view .contextual-content .cart > .clear-recipients {
    color: #fff;
}

.list-template .recipients-view .contextual-content .cart > .clear-recipients:hover {
    text-decoration: underline;
}

.list-template .main-content {
    z-index: 10;
    padding-top: 15px;
}

.list-template .main-content .featured-filter {
    margin-bottom: 10px;
    height: 40px;
    box-sizing: border-box;
    padding: 0;
}

.list-template .recipients-view .main-content .featured-filter label {
    background-image: none;
    background-color: var(--light-gray);
    color: var(--purple);
    text-transform: none;
    font-weight: var(--bold);
    text-align: left;
    padding-left: 1rem;
    font-size: 1.125rem !important;
    line-height: 1.3;
}

.list-template .main-content .featured-filter label.selected {
    background-color: var(--light-background);
    color: var(--purple);
    background-image: none;
    margin-left: 0;
}

.list-template .recipients-view .main-content .featured-filter label.featured span {
    background-image: none;
}

/* Hide political party and filter */
.list-template .recipients-view .recipients > .recipient > .details > .name .party {
    display: none;
}

.list-template .recipients-view .contextual-content > .split-it button[disabled] {
    background-color: var(--donation-button-bg-color) !important;
    color: var(--donation-button-color);
}

suggested-donations .amount-option {
    background-color: var(--donation-button-bg-color);
    color: var(--donation-button-color);
}

suggested-donations > label {
    background-color: var(--blue);
}

suggested-donations > label.selected {
    background-color: var(--yellow);
    border-color: var(--yellow);
    color: #fff;
}

/* MY ACCOUNT */

main.my {
    overflow: visible;
}

main.my > header {
    z-index: 10;
    background-color: #fff;
    color: var(--text-color);
    width: 99.3vw;
    position: relative;
    left: calc(-50vw + 50%);
    padding: 2rem calc(50vw - 50%) 0;
    box-sizing: border-box;
    margin: 0 0 2em 0;
    display: block;
    border-bottom: 0;
}

main.my > header > .my-nav {
    border-bottom: 0;
}

main.my > header ul li {
    background-color: var(--light-gray);
    font-weight: var(--bold);
    border: 0;
    padding-left: 1em;
    line-height: 1.3;
}

main.my > header ul li.active {
    background-color: var(--light-background);
    border: 0;
}

.my-account button {
    background-color: var(--red) !important;
    color: #fff !important;
}

@media screen and (max-width: 767px) {
    body {
        background: none;
    }

    body > header {
        height: 75px;
        margin-bottom: 0;
        background-color: #EFEFEF;
        color: var(--purple);
    }

    body > header .wrapper {
        height: 100%;
        padding-top: 10px;
    }

    body > header .wrapper .logo {
        height: 50px;
        box-sizing: border-box;
        padding: 10px;
        background: transparent url(/theme/assets/app-logo.png) no-repeat 10px center;
        background-size: contain;
        image-rendering: crisp-edges;
    }

    body > header .wrapper > nav {
        width: 100px;
        height: 100%;
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
        background-color: transparent;
    }

    body > header > .wrapper > nav > span {
        color: var(--purple);
    }

    body > header .wrapper > nav > ul {
        border: none;
        padding: 0;
        margin: 0;
        box-shadow: none;
        display: none;
        position: absolute;
        right: 0;
    }

    body > header .wrapper > nav.active > span {
        color: var(--purple);
        background-color: #fff;
    }

    body > header .wrapper > nav.active > ul {
        display: block;
        background-color: #fff;
        padding-top: 10px;
        padding-left: 20px;
        padding-bottom: 10px;
    }

    body > header .wrapper > nav > ul > li {
        padding: 0;
        margin: 0;
        font-size: 13px;
    }

    body > header .wrapper > nav > ul > li > a {
        color: var(--purple);
        padding: 0;
        margin: 0;
    }

    body > footer .copyright {
        padding-top: 1rem;
        display: block;
        text-align: center;
    }

    body > footer nav > ul {
        flex-direction: column;
        align-items: center;
        padding-bottom: 1rem;
        border-bottom: 1px solid #fff;
    }
    
    body > footer nav > ul > li {
        margin: .25rem 0;
    }

    body > footer .paid-for-disclaimer {
        margin-top: 1rem
    }

    main > section > header {
        text-align: left;
        margin-top: 10px;
        padding: 0 10px 10px 10px;
    }

    .list-template > section > header > h1 {
        display: block;
        font-size: 2rem;
        color: var(--light-blue);
        font-weight: var(--bold);
        margin-bottom: 1rem;
    }

    main > section > header > div {
        display: block;
        font-size: 1rem;
    }

    .list-template .main-content {
        background-color: var(--light-background);
    }

    .list-template .split-it {
        background-color: transparent;
    }

    .list-template .split-it > header > h1 {
        display: none;
    }
    
    .list-template .split-it>header p {
        font-size: 1rem;
    }

    .list-template .split-it .currency-input > input {
        border: 2px solid var(--purple);
        background-color: #fff;
        margin-right: 10px;
    }

    .list-template .currency-input:before {
        color: var(--purple);
        font-weight: var(--bold);
    }

    .list-template .split-it button {
        background-color: var(--purple);
        margin-left: auto;
        padding: 3px 0;
    }

    .list-template .main-content > .custom-filters {
        padding: 0 1%;
    }

    .list-template .recipients-view .cart {
        background-color: var(--blue);
        color: #fff;
    }

    .list-template .recipients-view .cart > button {
        background-color: var(--red);
        text-transform: none;
    }

    .list-template .recipient:nth-child(odd) {
        background-color: #fff;
    }

    .list-template .recipient:nth-child(even) {
        background-color: transparent;
    }

    .list-template .recipients.suggested-donations>.recipient {
        grid-template-columns: .8fr 4fr;
    }

    .list-template .recipients > .recipient > picture .photo {
        max-width: 60px;
        min-width: 55px;
        border-width: 4px;
    }

    .list-template .recipients > .recipient > .controls {
        flex-basis: 100%;
    }

    .list-template .main-content .featured-filter {
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
        height: 40px;
    }

    suggested-donations {
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 5px;
    }

    suggested-donations .amount-option span {
        font-size: 13px;
    }

    body > footer {
        padding: 2% !important;
    }

    body > footer p {
        font-size: 12px;
        line-height: 1.4;
    }
}

@media screen and (min-width: 768px) {

    .wrapper {
        margin: 0 auto;
        max-width: 98%;
        padding-bottom: 40px;
    }

    /* HEADER */
    body > header {
        height: 135px;
        background-color: #EFEFEF;
        color: var(--purple);
    }

    body > header .logo {
        position: absolute;
        width: 337px;
        height: 90px;
        top: 22px;
        background: transparent url(/theme/assets/app-logo.png) no-repeat 0 0;
        background-size: contain;
        image-rendering: crisp-edges;
        image-rendering: -webkit-optimize-contrast;
    }

    body > header > .wrapper {
        height: 100%;
        box-sizing: border-box;
    }

    body > header nav {
        position: absolute;
        bottom: 40px;
        right: 0;
        width: 50%;
        max-width: 450px;
    }

    body > header nav ul {
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 0;
        padding: 0;
        height: auto;
        font-size: 1rem;
    }

    body > header nav ul li {
        flex: 0 0 auto;
        margin: 5px;
        display: block;
    }

    body > header nav ul li a, 
    body > header nav ul li a:link,
    body > header nav ul li a:visited {
        color: var(--purple);
    }

    body > header nav ul li a:hover {
        text-decoration: underline;
    }

    body > header nav .current-user a:first-child {
        margin-right: 25px;
    }

    .user-welcome {
        display: none;
    }

    .menu-icon {
        display: none;
    }

    /* FOOTER */
    body > footer {
        padding: 40px 0 !important;
        min-height: 250px;
    }

    /* MAIN PAGE */
    main.page {
        overflow: visible;
    }

    /* SUGGESTED DONATIONS */
    suggested-donations label {
        font-weight: var(--bold);
        font-size: 15px;
    }

    suggested-donations > div > label {
        font-weight: var(--bold);
        top: 5px;
        font-size: 15px;
    }

    suggested-donations > div > input[type=number] {
        border-color: #201639;
        font-size: 15px !important;
        font-weight: var(--bold);
    }

    suggested-donations > div > input[type=number]:active,
    suggested-donations > div > input[type=number]:focus,
    suggested-donations > div > input[type=number]:focus-within,
    suggested-donations > div > input[type=number].selected {
        background-color: var(--yellow);
    }

    /* LIST TEMPLATE */

    .list-template .recipients-view .main-content > .custom-filters {
        grid-template-columns: 1fr 1fr 1fr;
        margin: 0 0 15px 0px;
    }

    .list-template.page > section {
        max-width: 100%;
    }

    .list-template .recipients-view > header {
        background-color: #fff;
        color: var(--text-color);
        width: 99.3vw;
        position: relative;
        left: calc(-50vw + 50%);
        padding: 2rem calc(50vw - 50%) 70px;
        box-sizing: border-box;
        margin: 0;
    }

    .list-template .recipients-view > header > h1 {
        color: var(--light-blue);
        font-weight: var(--bold);
        margin-bottom: .5rem;
        font-size: 2.75rem;
    }

    .list-template .recipients-view > header > div {
        line-height: 1.8;
        font-size: 1rem;
        font-weight: 300;
    }

    .list-template .recipients-view .main-content {
        flex: 1 1 500px;
        margin-right: 15px;
    }

    .list-template .main-content .featured-filter {
        margin-top: -55px;
        max-width: 60%;
    }

    .list-template .recipients-view .recipients {
        grid-template-columns: repeat(auto-fit, minmax(365px, 1fr));
        padding-bottom: 10px;
        grid-gap: 24px;
    }

    .list-template .recipients-view .recipients > .recipient {
        display: grid;
        grid-template-columns: 1fr 2.5fr;
        grid-column-gap: 15px;
        border: none;
        margin: 0;
        padding: 10px;
        max-width: none;
    }

    .list-template .recipients-view .recipients > .recipient img.featured-flag {
        display: none;
    }

    .list-template .recipients-view .recipients > .recipient > picture {
        grid-row: 1/5;
        align-self: center;
        margin: 0;
    }

    .list-template .recipients > .recipient > picture:after {
        content: "Learn More";
        text-align: center;
        width: 100%;
        display: block;
        text-transform: uppercase;
        font-weight: var(--bold);
        font-size: 11px;
        margin-top: 1px;
        line-height: 1;
        color: var(--purple);
    }

    .list-template .recipients-view .recipients.medium > .recipient {
        flex-basis: 46%;
        max-width: 700px;
    }

    .list-template .recipients-view .recipients > .recipient > .details {
        text-align: left;
        color: var(--purple);
        font-weight: var(--bold);
        margin-bottom: 0;
        grid-row: 1/2;
        grid-column: 2/3;
    }

    .list-template .recipients-view .recipients > .recipient > .details > .name {
        font-weight: var(--bold);
        font-size: 24px !important;
        margin-bottom: 4px;
        color: var(--purple);
    }

    .list-template .recipients-view .recipients > .recipient > .details:before {
        content: "\00a0";
        text-align: left;
        width: 100%;
        display: block;
        text-transform: uppercase;
        font-weight: var(--bold);
        font-size: 11px;
        margin-top: 5px;
        margin-bottom: 5px;
        letter-spacing: 1px;
        color: var(--yellow);
        display: block;
    }

    .list-template .recipients-view .recipients > .recipient.featured > .details:before {
        content: "Key Leader";
        font-size: 15px;
        font-weight: bold;
        text-shadow: 0.5px 0.5px #999;
    }

    .list-template .recipients-view .recipients > .recipient > .controls {
        padding: 0;
        width: 100%;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 5;
        align-self: start;
    }

    .list-template .recipients-view .recipients>.recipient>.controls>.max {
        text-align: right;
        color: var(--purple);
        font-weight: var(--bold);
    }

    .list-template .recipients > .recipient > .controls suggested-donations {
        grid-gap: 10px;
        grid-auto-rows: 36px;
        margin-bottom: 5px;
    }

    .list-template .recipients-view .contextual-content > section + section {
        margin: 25px 0;
    }

    .list-template .recipients-view .contextual-content {
        flex-basis: 230px;
        padding-top: 15px;
    }

    /* CART */
    .list-template .recipients-view .contextual-content .cart {
        border: 0;
        background-color: var(--blue);
        color: #fff;
        display: grid;
        grid-template-rows: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .list-template .recipients-view .cart > header > h1 {
        font-size: 1.625rem;
        font-weight: var(--bold);
    }

    .list-template .recipients-view .contextual-content .cart > button {
        background-color: var(--red);
        margin: 0;
        text-transform: none;
        padding: 15px;
    }

    .list-template .recipients-view .contextual-content .cart > ul {
        display: none;
    }

    .list-template .subscription-option {
        grid-row-start: 3;
        margin-bottom: 0;
    }

    .list-template .subscription-option label {
        font-size: 11px;
        display: flex;
    }

    .list-template .subscription-option input {
        margin-right: 2px;
    }

    /* SPLIT IT */
    .list-template .recipients-view .contextual-content > .split-it {
        padding: 0;
        background-color: transparent;
    }

    .list-template .recipients-view .contextual-content > .split-it button {
        background-color: var(--blue);
        box-sizing: border-box;
        height: 40px;
        text-transform: none;
        font-size: 1.125rem;
    }

    .list-template .recipients-view .contextual-content > .split-it input {
        box-sizing: border-box;
        height: 40px;
        width: 100%;
        background-color: #fff;
    }

    .list-template .recipients-view .contextual-content > .split-it .currency-input:before {
        font-weight: var(--bold);
        top: 10px;
    }

    /* MAX OUT */
    .list-template .recipients-view .contextual-content .max-out {
        padding: 0;
    }

    .list-template .recipients-view .contextual-content .max-out header h1 {
        letter-spacing: -.5px;
    }

    .list-template .recipients-view .contextual-content .max-out button {
        background-color: var(--blue);
        text-transform: none;
        box-sizing: border-box;
        height: 40px;
        font-size: 1.125rem;
        width: 50%;
        margin: 0 auto;
    }

    /* PAYMENT PAGE */
    .payments-view .contextual-content {
        flex-basis: 250px;
    }
}

@media screen and (min-width: 1024px) {

    .list-template .recipients-view .recipients > .recipient {
        grid-template-columns: 1fr 1.5fr;
    }

    .list-template .recipients-view .recipients > .recipient > .details {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 1200px) {
    .wrapper {
        max-width: 1200px;
    }

    .list-template .recipients-view .main-content {
        flex-basis: 960px;
        width: 960px;
    }

    .list-template .recipients-view .recipients > .recipient > .details {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .recipient-profile .basic-profile img {
      width: 50%;
    }
  }



  /* MODERN DONATION PAGES */

  :root {
    --donation-amount-button-background-color:var(--donation-button-bg-color) !important;
    --donation-amount-button-border-color:var(--donation-button-bg-color) !important;
    --donation-amount-button-selected-background-color:var(--yellow) !important;
    --donation-amount-button-selected-border-color:var(--yellow) !important;
    --donation-amount-button-selected-color:white !important;
    --recipient-photo-border-width: 5px !important;
    --button-background-color: var(--blue) !important;
    --button-border-color: var(--blue) !important;
    --dialog-titlebar-background-color: var(--purple) !important;
    --dialog-titlebar-color: #fff !important;
    --featured-toggle-selected-background-color: var(--purple) !important;
    --featured-banner-color: var(--yellow) !important;
  }

    main.donation-page {
        font-family: var(--fonts) !important;
    }

    /* PAGE HEADER */
    main.donation-page > header {
        padding: 2rem 0 !important;
    }

    main.donation-page > header > h1 {
        color: var(--light-blue);
        font-weight: var(--bold);
        font-size: 2.75rem;
        line-height: 1.2;
    }

    main.donation-page > header > p {
        line-height: 1.5;
        font-weight: 300;
    }

    main.donation-page > header:after {
        content: "";
        background-color: white;
        grid-row: 1/2;
        grid-column: 1/-1;
        z-index: -20;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /* SLATE CART */
    .slate .slate-cart {
        background-color: var(--blue);
        color: #fff;
    }

    .slate .slate-cart > button[type=button] {
        color: #fff;
        background-color: var(--red);
    }

    /* SLATE TOOLS */
    .slate-tools button,
    .slate-toolbar button {
        border-width: 0 !important;
        font-weight: var(--bold);
        font-size: 1.25rem;
    }

    .slate-tools .split-it,
    .slate-tools .max-out,
    .slate-toolbar .split-it,
    .slate-toolbar .max-out {
        text-align: center;
    }

    .slate-tools .split-it h1,
    .slate-tools .max-out h1,
    .slate-toolbar .split-it h1,
    .slate-toolbar .max-out h1 {
        display: none;
    }

    /* FEATURED TOGGLE */
    .featured-toggle label {
        font-weight: var(--bold);
    }

    /* RECIPIENT CARD */
    .slate .recipient-card {
        background-color: #fff;
        border: 0;
        padding: .5rem !important;
        /* grid-template-columns: 1.25fr 2.25fr !important */
    }

    .slate .recipient-card .recipient-photo span {
        color: var(--purple);
        font-weight: var(--bold);
    }

    .recipient-card .recipient-featured-banner,
    .single-recipient-card .recipient-featured-banner {
        text-shadow: 0.3px 0.3px #999;
        font-weight: bold;
        font-size: 15px;
    }

    .single-recipient-card {
        background-color: #fff !important;
        max-width: fit-content !important;
        grid-template-columns: minmax(0,250px) 1fr
    }

    .single-recipient-card.democratic .recipient-photo img,
    .recipient-card.democratic .recipient-photo img {
        border-color: var(--blue);
        background-color: var(--blue);
    }

    .single-recipient-card.republican .recipient-photo img,
    .recipient-card.republican .recipient-photo img {
        border-color: var(--red);
        background-color: var(--red);
    }

    .single-recipient-card.independent .recipient-photo img,
    .recipient-card.independent .recipient-photo img {
        border-color: var(--independent-yellow);
        background-color: var(--independent-yellow);
    }

    .single-recipient-card .recipient-description {
        /* display: none; */
    }

    .recipient-photo .link {
        /* display: none !important; */
    }

    .single-recipient-card .recipient-info .name {
        font-size: var(--fs-xl) !important;
    }

    .recipient-card .recipient-info .office,
    .recipient-card .recipient-info .district {
        font-size: var(--fs-xs) !important;
    }

    main.donation-page .recipient-info {
        font-weight: var(--bold) !important;
    }

    main.donation-page .recipient-info > .name > .party {
        display: none !important;
    }

    .donation-buttons > button {
        border-radius: 0 !important;
        font-weight: var(--bold) !important;
    }

    /* Recipient Dialog */
    .recipient-dialog .k-dialog {
        width: 100% !important;
        max-width: 700px !important;
    }

    .recipient-dialog .single-recipient-card .recipient-info {
        color: var(--purple);
    }

    .recipient-dialog .single-recipient-card .recipient-info .office {
        font-size: var(--fs-ml);
    }

    .recipient-dialog .single-recipient-card .recipient-info .name .party {
        display: none;
    }

@media screen and (max-width: 767px) {

    :root {
        --slate-spacing: 1rem !important;
    }

    body {
        padding-bottom: 100px;
    }

    .single-recipient-card .recipient-info .name {
        font-size: var(--fs-l) !important;
    }

    .single-recipient-card .recipient-info .office,
    .single-recipient-card .recipient-info .district {
        font-size: var(--fs-xs) !important;
    }

    main.donation-page > header {
        padding: 0 !important;
        padding-top: .5rem !important;
    }

    main>section>header>div, main>header>div {
        display: block !important;
        font-size: 1rem !important;
    }

    .slate-cart > button {
        max-width: 65% !important;
    }

    /* .slate-cart {
        grid-template-columns: .75fr 1fr;
    } */
}

@media screen and (min-width: 768px) {
    .single-recipient-card {
        padding: 1rem !important;
    }
}