html {
    --purple: #652c8b;
    --teal: #41b4a0;
    --navy: #242038;
    overflow-x: hidden;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

body {
    color: var(--navy);
}

@media (max-width: 500px) {
    body {
        overflow-x: hidden;
    }
}

body,
header,
footer,
#nav_menu {
    font-size: inherit !important;
    font-family: inherit !important;
}

p {
    margin-bottom: .75em;
}


/*--------------------------------------------------------
    Headings
--------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    margin: 0 0 .75em;
    padding: 0;
    text-transform: capitalize;
    color: var(--navy);
    line-height: 1;
}

h1 {
    font-size: 40px;
    position: relative;
}

#subpage-main h1 {
    display: inline-block;
}

#subpage-main h1::before,
#homepage-main h2::before {
    content: url(../images/tilde.svg);
    display: block;
    margin: auto;
    position: relative;
    top: 0;
    left: calc(50% - 20px);
}

#subpage-main h1.centered {
    text-align: center;
    width: 100%;
}

#subpage-main h1.centered:before {
    left: 0 !important;
}

h2 {
    font-size: 35px;
    position: relative;
}

#homepage-main h2 {
    font-size: 40px;
    display: inline-block;
}

h2.centered {
    text-align: center;
    width: 100%;
}

#homepage-main h2.centered::before {
    left: 0;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 27px;
}

h5 {
    font-size: 23px;
}

h6 {
    font-size: 20px;
}

#subpage-main .title:empty {
    display: none;
}


/*--------------------------------------------------------
    Links
--------------------------------------------------------*/

a {
    color: currentColor;
    transition: color .125s ease-in-out;
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--teal);
    text-decoration: none;
}

.button-link {
    display: block;
    background: var(--purple);
    color: white;
    text-align: center;
    padding: 1.1em 2.9ch;
    text-decoration: none;
    line-height: 1;
    transition: background .125s ease-in-out;
    font-weight: 600;
    border-radius: 2px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border: none;
    background: linear-gradient(45deg, rgba(101, 44, 139, 1) 0%, rgba(101, 44, 139, 1) 100%);
}

*+.button-link {
    margin-top: 2em;
}

.button-link:hover,
.button-link:focus {
    background: linear-gradient(45deg, rgba(40, 37, 97, 1) 0%, rgba(42, 37, 98, 1) 0.72%, rgba(64, 40, 113, 1) 9.45%, rgba(81, 42, 125, 1) 19.69%, rgba(92, 43, 133, 1) 32.44%, rgba(99, 44, 138, 1) 50.33%, rgba(101, 44, 139, 1) 100%);
    color: white;
}

a.learn-more {
    font-weight: 600;
    white-space: nowrap;
}

a.learn-more::after {
    content: '➞';
    font-weight: 600;
    display: inline-block;
    margin-left: .5ch;
}


/*--------------------------------------------------------
    Objects
--------------------------------------------------------*/

.offscreen {
    /* This class allows an element to be read by a screenreader without appearing in the viewport  */
    position: absolute;
    left: -666vw;
}


/*  Wrappers
    *.wrapper acts as a more symantic stand in for <container><row><col-md-12></col-md-12></row></container> in sections of this build that don't require stacking columns 
 */

.wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    position: relative;
    height: inherit;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:992px) {
    main {
        --page-width: 970px;
    }
    #homepage-main {
        --page-width: calc(100vw - 17px);
    }
    .wrapper {
        width: 970px;
    }
}

@media (min-width:1200px) {
    main {
        --page-width: 1170px;
    }
    .wrapper {
        width: 1170px;
    }
}

@media (min-width:1600px) {
    #homepage-main {
        --page-width: 1580px;
    }
}

@media (min-width: 991px) {
    .full-width {
        /* Make an element span the width of the viewport */
        --side-margin: calc((100vw - var(--page-width) + 13px) / -2);
        position: relative;
        left: var(--side-margin);
        /* right: var(--side-margin); */
        width: calc(100vw + 13px);
    }
}

@media (max-width: 990px) {
    .container,
    .wrapper {
        /* Extra wiggle room at a breakpoint that needs it  */
        width: 100%;
    }
    .full-width>.column {
        padding-left: 0;
        padding-right: 0;
    }
}

#gm-canvas .full-width {
    left: unset;
    right: unset;
    width: unset;
}

.row-background {
    color: white;
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.row-background::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -666vw;
    right: -666vw;
    display: block;
    background-color: var(--purple);
    z-index: -1;
}

.row-background>.column>*:not(input) {
    color: white;
}

@media (max-width: 767px) {
    .row-background {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.card {
    line-height: 1.5;
    background: white;
    position: relative;
    color: var(--navy);
}


/*--------------------------------------------------------
    Header
--------------------------------------------------------*/

body>header,
body>footer {
    --padding: 4vw;
    padding-left: var(--padding);
    padding-right: var(--padding);
}

header.top {
    background: var(--purple);
    color: white;
    display: flex;
    justify-content: space-between;
}

.social-links {
    padding: 0;
    color: inherit;
    list-style: none;
    margin: 0;
    display: flex;
    gap: 1ch;
    align-items: center;
}

header.top div {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    gap: .5rem 30px;
    justify-content: flex-end;
}

.social-links path {
    fill: currentColor;
}

header.top [data-toggle="modal"] {
    margin-right: 2ch;
    display: inline-block;
    white-space: pre;
}

header.top [data-toggle="modal"]::before {
    content: url('../images/member-icon.svg');
    display: inline-block;
    margin-right: .5ch;
}

header.top .button-link {
    background: var(--teal);
    margin-top: 0;
    text-transform: uppercase;
}

header.main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.lcda-logo {
    width: 265px;
    max-width: calc(100% - 70px);
}

@media (min-width: 1201px) {
    header.top div {
        gap: .5rem 70px;
    }
}

@media (max-width: 767px) {
    header.top .button-link {
        text-transform: unset;
        padding: 1em 2ch;
    }
    header.top div .button-link {
        /* Per Colleen, Donate buttons in the header/footer have to be hidden if the org has an app so that Apple doesn't reject them */
        /* display: none; */
    }
}

@media (max-width: 500px) {
    header.top [data-toggle="modal"]::before {
        content: none;
    }
    .member-span {
        display: none;
    }
}


/* Mobile menu trigger  */

header .mobileMenuTrigger {
    background: none;
    border: none;
    padding: 0;
    color: var(--teal);
    transition: color .125s ease-in-out;
    margin-left: 1ch;
}

header .mobileMenuTrigger:hover,
header .mobileMenuTrigger:focus {
    color: var(--purple);
    outline: none;
}

@media (min-width: 1001px) {
    .mobileMenuTrigger {
        display: none;
    }
}


/* Login modal */

.modal-open .modal {
    display: flex;
}

.modal-dialog {
    max-width: 100%;
    font-size: 16px;
    margin: auto;
    width: 300px;
}

.modal-content {
    margin-top: 20px;
    border-radius: 0;
}

.modal-header,
.modal-body {
    padding: .5rem 1rem;
}

.modal-header .close {
    opacity: 1;
    z-index: 1;
    position: relative;
}

.modal h2 {
    font-size: 24px;
}

.modal-header,
.modal-body {
    padding: 1em 2ch;
}

.modal input[name="Username"],
.modal input[name="Password"] {
    width: 100%;
    padding-left: .25em;
    padding-right: .25em;
    margin-bottom: 0.5em;
    height: 2em;
    border: 1px solid rgba(68, 68, 68, .5);
}

.modal a {
    display: block;
    margin-bottom: .5em;
}


/*--------------------------------------------------------
    Desktop Navigation
--------------------------------------------------------*/

header nav {
    max-width: calc(100% - 280px);
    width: 100%;
    font-size: 16px;
    /* Font-size included because some pages of the MMS try to override the body's font-size */
}

#nav_menu {
    position: relative;
    z-index: 1;
    padding: 0;
}

#nav_menu::before,
#nav_menu::after,
#nav_menu>ul::before,
#nav_menu>ul::after {
    content: none;
}

#nav_menu>ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    gap: 2ch;
}

#nav_menu li {
    position: relative;
}

#nav_menu>ul>li>a {
    color: var(--navy);
    padding: 0 .5ch;
    padding: 0;
    transition: color .125s ease-in-out;
    letter-spacing: -1px;
}

#nav_menu a,
#nav_menu a:hover,
#nav_menu a:focus {
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    transition: .125s color ease-in-out;
    background: transparent;
}

#nav_menu .caret {
    margin-left: .5ch;
}

#nav_menu .dropdown-menu {
    /* Dropdown menu  */
    font-size: inherit;
    padding: 1em 0;
    min-width: 20ch;
    width: 30ch;
    background: var(--purple);
    left: initial;
    right: 0;
    top: 0;
}

#nav_menu>ul>li>.dropdown-menu {
    top: 100%;
}

#nav_menu .dropdown-menu a {
    color: white;
    white-space: normal;
}

#nav_menu a:focus,
#nav_menu a:hover {
    background-color: transparent;
    color: var(--teal);
}

.search-icon {
    width: 1rem;
}

@media (max-width: 1300px) {
    #nav_menu>ul {
        gap: 1ch;
    }
    #nav_menu>ul>li>a {
        padding: 0 1px;
        font-size: 14px;
    }
    #nav_menu a,
    #nav_menu a:hover,
    #nav_menu a:focus {
        text-transform: none;
    }
    #nav_menu .home-link {
        display: none;
    }
}

@media (max-width: 1000px) {
    header nav {
        display: none;
    }
}


/*--------------------------------------------------------
    Mobile navigation
--------------------------------------------------------*/

#mobileMenuWrapper {
    position: fixed;
    background: white;
    top: 0;
    bottom: 0;
    z-index: 50;
    overflow-y: auto;
    overflow-x: hidden;
    left: -120%;
    width: 300px;
    box-shadow: 0 3px 14px -2px rgba(0, 0, 0, 0.4);
    transition: left .125s ease-in-out;
}

#mobileMenuWrapper.open {
    left: 0;
}

#mobileMenuWrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#mobileMenuWrapper li {
    display: block;
    margin-bottom: .7rem;
}

#mobileMenuWrapper a {
    background-color: transparent;
    text-decoration: none;
}

#mobileMenuWrapper .mDropdown {
    display: none;
    padding-top: .7rem;
}

#mobileMenuWrapper .mDropdown.open {
    display: block;
}

#mobileMenuWrapper .mDropdown a {
    color: #333;
}

#triggerClose {
    font-size: 22px;
    cursor: pointer;
    text-align: right;
}

#mobileMenuWrapper #mobile-menu {
    overflow: auto;
    padding: 1rem;
}


/*--------------------------------------------------------
    Main
--------------------------------------------------------*/

#homepage-main {
    width: 1580px;
    max-width: 100%;
}

#subpage-main,
#mms-main {
    padding-top: 3rem;
    min-height: calc(100vh - (52px + 110px + 189px + 3rem));
}

main .row+.row {
    margin-top: 6rem;
}

main .row-background+.row-background {
    margin-top: 0;
}

@media (max-width: 990px) {
    #subpage-main,
    #mms-main {
        padding-top: 2rem;
    }
    main .row+.row {
        margin-top: 2rem;
    }
}

@media (max-width: 767px) {
    #subpage-main,
    #mms-main {
        min-height: calc(100vh - (120px + 52px + 157px)) padding-top: 1rem;
    }
    main [class*="col-"]+[class*="col-"] {
        margin-top: 1rem;
    }
}


/* Narrow rows */

#values-row,
#board-tracker-row,
#join-team-row {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}


/* Slideshows defaults */

.carousel {
    font-size: 20px;
}

.carousel-control.right,
.carousel-control.left {
    display: none;
}

.carousel-indicators li {
    background: white;
    width: .9rem;
    height: .9rem;
    border: 1px solid var(--purple);
    margin: 0 2.5px;
}

.carousel-indicators li.active {
    background: var(--purple);
    width: .9rem;
    height: .9rem;
    border: 1px solid var(--purple);
    margin: 0 2.5px;
}

#homepage-main .carousel-indicators:not(#slideshow-row .carousel-indicators) {
    position: relative;
    top: unset;
    bottom: unset;
}


/* Homepage slideshow */

#slideshow-row img {
    width: 100%;
}


/* Call out row  */

#callout-row {
    margin-top: 0;
}

#callout-row>.column {
    text-align: center;
    font-size: 45px;
    font-size: clamp(20px, 3vw, 45px);
}

#callout-row p {
    font-weight: 600;
    font-size: inherit;
    line-height: 1.2;
    margin-bottom: 15px;
    letter-spacing: -.75px;
}

#callout-row p:last-of-type {
    font-style: italic;
    font-size: .75em;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #callout-row p:last-of-type {
        font-size: 1rem;
    }
}


/* Values row */

#values-row:not(#mycanvas #values-row)>.column {
    display: flex;
    gap: 1em 30px;
    --padding: 1.5rem;
}

#values-row .card {
    flex: 1 1 100%;
    box-shadow: 3px 0 0 0 var(--navy) inset, 0px 3px 0 0 var(--navy);
}

#values-row img {
    border-bottom: var(--padding) solid white;
    width: 100%;
}

#values-row .card section {
    /* margin-top: 1rem; */
    padding-left: var(--padding);
    padding-bottom: var(--padding);
}

#values-row h2 {
    color: var(--purple);
    font-size: 30px;
    margin-bottom: .75rem;
}

#values-row h2::before {
    content: none;
}

@media (max-width: 990px) {
    #values-row:not(#mycanvas #values-row)>.column {
        flex-direction: column;
    }
}


/* Board Tracker row  */

#board-tracker-row {
    position: relative;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
}

#board-tracker-row::before {
    background-image: url(../images/reportback.jpg);
    background-size: 100vw;
    background-repeat: no-repeat;
    background-position: center;
}

#mycanvas #board-tracker-row {
    display: block;
}

#board-tracker-row>.column {
    max-width: 630px;
    max-width: 990px;
    position: unset;
    margin: auto;
    /* padding-top: 3rem;
    padding-bottom: 3rem; */
    display: flex;
    flex-direction: column;
}


/* #board-tracker-row>.column::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    background: var(--navy);
    z-index: -1;
} */

#mycanvas #board-tracker-row>.column::before {
    content: none;
}

#board-tracker-row:not(#mycanvas #board-tracker-row) * {
    color: white;
    color: var(--navy);
}

#board-tracker-row h2 {
    margin-left: auto;
    margin-right: auto;
}

.board-graph {
    height: 60px;
    width: 100%;
    background: var(--navy);
    margin-bottom: 2rem;
    position: relative;
}

.total {
    background: var(--teal);
    height: inherit;
    width: var(--total);
    position: relative;
}

.total::before {
    /* Original style */
    content: '69%';
    font-size: 35px;
    position: absolute;
    left: calc(50% - 2.5ch);
    top: calc(50% - 17.5px);
    line-height: 1;
    font-weight: bold;
}

.total::before {
    /* Modified per #190072 */
    content: '69% of 2021 Fortune 100 companies lack a Latino on their board';
    font-size: 16px;
    left: 3ch;
    right: 3ch;
    line-height: 1.1;
}

.board-graph::before {
    content: 'US Latino population';
    font-size: 16px;
    position: absolute;
    left: calc(3ch + var(--total));
    right: 3ch;
    top: calc(50% - 17.5px);
    line-height: 1.1;
    font-weight: bold;
    text-align: right;
    max-width: 100px;
}

#board-tracker-row a {
    text-decoration: underline;
}

#board-tracker-row h4 a {
    text-align: center;
    font-size: 20px;
    display: block;
}

#board-tracker-row img {
    margin: 0 auto;
}


/* Join Team row  */

#join-team-row section {
    display: flex;
    gap: 1rem 30px;
    align-items: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


/* #join-team-row>.column:last-child {
    padding-bottom: 1rem;
} */


/* #join-team-row h2::before {
    content: none;
} */

@media (min-width: 768px) {
    /* #join-team-row:not(#mycanvas #join-team-row)+.row {
        margin-top: 0;
    } */
}

@media (max-width: 767px) {
    #join-team-row section {
        flex-direction: column;
        align-items: flex-start;
    }
    #join-team-row img {
        margin: auto;
    }
}

.video-wrapper {
    max-width: 725px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .6em;
}

.embed-responsive+h3 {}


/* Our Work row  */

#our-work-row::before {
    background: var(--navy);
}

.work-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em 30px;
    list-style: none;
    padding: 0;
}

.work-grid li {
    position: relative;
}

.work-grid li::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--purple);
    transition: .125s background ease-in-out;
    opacity: .5;
    background-blend-mode: multiply;
    pointer-events: none;
}

.work-grid li:hover::before,
.work-grid li:focus::before {
    background: var(--teal);
}

.work-grid li::after {
    content: url(../images/logo-type.svg);
    position: absolute;
    bottom: calc(50% - (130px / 2));
    left: calc(50% - (85.43px / 2));
    z-index: 2;
    pointer-events: none;
}

.work-grid h3 {
    color: white;
    position: absolute;
    bottom: 1.5em;
    text-align: center;
    width: 100%;
    pointer-events: none;
    font-size: 36px;
    line-height: 1;
    margin: 0;
}

@media (max-width: 1300px) {
    .work-grid h3 {
        font-size: 34px;
        bottom: .75em;
    }
}

@media (max-width: 1200px) {
    .work-grid h3 {
        font-size: 30px;
        bottom: .5em;
    }
}

@media (max-width: 990px) {
    /* .work-grid li::after {
        transform: scale(.5);
    } */
}

@media (max-width: 767px) {
    .work-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .work-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    /* .work-grid li::after {
        transform: scale(.25);
    } */
}


/* Testimonials row  */

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em 30px;
    --padding: clamp(1rem, 2vw, 30px);
}

.testimonials-grid .card {
    padding-top: var(--padding);
    padding-right: calc(var(--padding) + 30px);
    padding-bottom: calc(2.5rem + var(--padding));
    padding-left: var(--padding);
}

.testimonials-grid .card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: var(--padding);
    width: 2rem;
    height: 2.5rem;
    background: var(--teal);
}

.testimonials-grid .card>section {
    border-top: 3px solid var(--purple);
    border-left: 3px solid var(--purple);
    padding-top: var(--padding);
    padding-left: var(--padding);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonials-grid blockquote {
    padding: 0;
    border: 0;
    position: relative;
    font-size: inherit;
}

.testimonials-grid blockquote::after {
    content: '”';
    position: absolute;
    top: -46px;
    top: calc((var(--padding) * -1) - 1rem);
    right: -1ch;
    font-weight: 800;
    font-size: 80px;
    font-size: clamp(60px, 5vw, 80px);
    line-height: 1;
    font-family: sans-serif;
    color: var(--teal);
}

.testimonials-grid img {
    filter: drop-shadow(5px 5px 0 var(--teal));
    margin-bottom: 1rem;
    width: max-content;
    max-width: 150px;
}

@media (max-width: 1000px) {
    .testimonials-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media (max-width: 767px) {
    .testimonials-grid .card {
        padding-right: calc(var(--padding) + 5px);
        padding-bottom: var(--padding);
    }
    .testimonials-grid .card::before {
        content: none;
    }
    .testimonials-grid .card>section {
        flex-direction: row;
    }
    .testimonials-grid blockquote {
        padding-right: 10px;
    }
    .testimonials-grid blockquote::after {
        content: none;
    }
    .testimonials-grid img {
        max-width: 100px;
    }
    .long-title {
        display: none;
    }
}


/* Overview row */

#overview-row h3 {
    font-size: 50px;
}

.icon-grid {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
    gap: 1em 30px;
}

.icon-grid li {
    display: grid;
    grid-template-areas: "img number" "img p";
    gap: 5px 1ch;
    grid-template-columns: 70px 1fr;
}

.icon-grid img {
    grid-area: img;
}

.icon-grid .number {
    grid-area: number;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
}

.icon-grid p {
    grid-area: p;
}

#overview-row .card,
#our-network-row .card {
    border: 1px solid lightgray;
    display: flex;
}

#overview-row .card+.card,
#our-network-row .card+.card {
    margin-top: 2rem;
}

#overview-row .card img,
#our-network-row .card img {
    max-width: 280px;
    max-height: 100%;
    object-fit: cover;
}

#overview-row .card section,
#our-network-row .card section {
    padding: 30px 40px;
}

@media (min-width: 1201) {
    #overview-row .card section>:first-child::before {
        content: '';
        background-image: url(../images/lcda-logo.svg);
        display: block;
        width: 222px;
        height: 50px;
        margin-bottom: 20px;
        background-size: cover;
    }
}

#overview-row .card .name {
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #overview-row .card,
    #our-network-row .card {
        flex-direction: column;
    }
    #overview-row .card img,
    #our-network-row .card img {
        width: 100%;
        max-width: 100%;
    }
}


/* CTA row */

#cta-row ul {
    list-style: none;
    padding: 0;
    display: flex;
}

#cta-row li {
    position: relative;
    display: flex;
    overflow: hidden;
}

#cta-row:not(#mycanvas #cta-row) a {
    position: absolute;
    z-index: 1;
    color: white;
    font-size: 50px;
    font-size: clamp(20px, 3vw, 50px);
    font-weight: 800;
    text-transform: uppercase;
    top: calc(50% - .75em);
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    line-height: 1;
}

#cta-row:not(#mycanvas #cta-row) a::before {
    content: '';
    position: absolute;
    left: -100vw;
    right: -100vw;
    top: -100vh;
    bottom: -100vh;
    z-index: 2;
}

#cta-row:not(#mycanvas #cta-row) a::before {
    content: '';
    position: absolute;
    left: -100vw;
    right: -100vw;
    top: -100vh;
    bottom: -100vh;
    z-index: -1;
    background: var(--purple);
    opacity: .5;
    background-blend-mode: multiply;
}

@media (max-width: 767px) {
    #cta-row ul {
        flex-direction: column;
    }
    #cta-row ul img {
        width: 100%;
    }
    #cta-row:not(#mycanvas #cta-row) a {
        font-size: 30px;
    }
}


/* Our Network row */

#our-network-row .card {
    align-items: center;
}

@media (max-width: 990px) {
    #our-network-row>.col-md-6 img {
        width: 100%;
        margin-bottom: 1rem;
    }
}


/* News row  */

#news-row::before {
    background: var(--teal);
    opacity: .2;
}

#news-column {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1em 30px;
}

#news-column h2 {
    color: var(--navy);
}

#news-column h2,
#news-column .button-link {
    grid-column: 1 / -1;
    margin-left: auto;
    margin-right: auto;
}

.news-card {
    background: var(--purple);
    color: white;
    transition: .125s color ease-in-out, .125s background ease-in-out;
    box-shadow: -1px 4px 10px -1px rgba(0, 0, 0, 0.4);
    position: relative;
}

.news-card:hover,
.news-card:focus {
    background: white;
    color: var(--navy) !important;
}

.news-card img {
    width: 100%;
}

.news-card section {
    padding: 30px;
}

.news-card section * {
    color: inherit;
}

.news-card time {
    display: block;
    margin-bottom: .5em;
}

.news-card h3 {
    font-size: 24px;
    font-weight: bold;
}

.news-card a {
    transition: .125s color ease-in-out;
}

.news-card a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.news-card .sharethis-inline-share-buttons {
    position: relative;
    z-index: 100;
}

.news-card [id^="st-"] .st-btn[data-network] {
    background: var(--teal) !important;
}

@media (max-width: 1200px) {
    #news-column {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    #news-column {
        grid-template-columns: repeat(1, 1fr);
    }
    .news-card section {
        padding: 10px 30px;
    }
    .news-card h3 {
        font-size: 1.2rem;
    }
}


/* Newsletter column */

#newsletter-column {
    background: var(--navy);
    margin-top: 2rem;
}

#newsletter-column:not(#mycanvas #newsletter-column) {
    display: grid;
    grid-template-columns: 300px 1fr 300px;
    align-items: center;
    gap: 1em 30px;
    margin-left: 15px;
    padding: 60px;
}

#newsletter-column *::before,
#newsletter-column *::after {
    content: none !important;
}

#newsletter-column #contact-form,
#contact-form div {
    display: contents;
}

#newsletter-column h2 {
    font-size: 30px;
    margin-bottom: 0;
}

#contact-form [name="First_Name"],
#contact-form [name="Last_Name"] {
    display: none;
}

#contact-form [type="text"] {
    height: 70px;
    border-radius: 2px;
}

#contact-form .button-link {
    text-transform: uppercase;
    font-size: 25px;
    max-width: 100%;
    width: 100%;
    padding: .9em 2.9ch;
}

@media (max-width: 1250px) {
    #newsletter-column:not(#mycanvas #newsletter-column) {
        grid-template-columns: 200px 1fr 200px;
    }
    #newsletter-column h2 {
        font-size: 24px;
    }
    #contact-form [type="text"] {
        height: 56px;
    }
    #contact-form .button-link {
        font-size: 20px;
    }
}

@media (max-width: 990px) {
    #newsletter-column:not(#mycanvas #newsletter-column) {
        display: flex;
        flex-wrap: wrap;
    }
    #newsletter-column h2 {
        flex: 1 1 100%;
    }
    #contact-form [type="text"] {
        flex: 1 1 75%;
    }
    #contact-form .button-link {
        flex: 1;
    }
}


/* Events row */

#events-row::before {
    opacity: 0.1;
}

#events-row>.column {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(505px, 1fr));
    grid-gap: 1em 30px;
}

#events-row h2,
#events-row .button-link {
    grid-column: 1 / -1;
}

#events-row h2,
#events-row .event-item *:not(:hover):not(:focus) {
    color: var(--navy);
}

.event-item {
    display: flex;
    align-items: center;
    gap: 1em 30px;
}

.event-item h3 {
    font-weight: bold;
    font-size: 24px;
}

#events-row .button-link {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 990px) {
    .event-item {
        gap: 1em 15px;
    }
    .event-item img {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    #events-row>.column {
        grid-template-columns: repeat(1, 1fr);
    }
    .event-item {
        flex-direction: column;
    }
    .event-item img {
        max-width: unset;
        width: 100%;
    }
}

#partners-row .slide .item img {
    max-width: 100%;
}


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

footer {
    color: white;
    position: relative;
    margin-top: 3rem;
    padding: 2rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 16px;
    /* Font-size included because some pages of the MMS try to override the body's font-size */
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -666vw;
    right: -666vw;
    background: var(--navy);
    z-index: -1;
}

footer a {
    color: inherit;
    text-decoration: underline;
}

footer a:hover,
footer a:focus {
    text-decoration: underline;
    color: var(--teal);
}

footer .lcda-logo {
    width: 265px;
    max-width: 100%;
    margin-bottom: 1rem;
}

footer .lcda-logo * {
    fill: white !important;
}

footer nav {
    width: 300px;
    max-width: 100%;
}

.footer-links,
.social-links {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    gap: .5em 1ch;
}

.footer-links {
    margin-bottom: 1rem;
}

.social-links svg {
    opacity: .8;
    transition: .125s opacity ease-in-out;
}

.social-links svg:hover,
.social-links svg:focus {
    opacity: 1;
}

@media (max-width: 990px) {
    footer {
        flex-direction: column;
    }
    footer nav {
        width: unset;
    }
    element.style {}
    .footer-links {
        margin-bottom: 1rem;
    }
    .footer-links,
    .social-links {
        justify-content: flex-start;
        gap: .5em 1ch;
    }
}


/*--------------------------------------------------------
    UTILITIES
--------------------------------------------------------*/


/*--------------------------------------------------------
    MMS Styles
--------------------------------------------------------*/


/* MMS Member Menu icons */

@media (min-width: 1200px) {
    .nav-tabs li.dropdown {
        width: 190px;
    }
}

@media (min-width: 990px) and (max-width: 1200px) {
    .nav-tabs li.dropdown {
        width: 155px;
    }
}

@media (min-width: 767px) and (max-width: 990px) {
    .nav-tabs li.dropdown {
        width: 120px;
    }
}


/*--------------------------------------------------------
	MMS OVERRIDE
--------------------------------------------------------*/

.cal-event-title {
    /* Added by Bill to public_html/css/style.css 8-15-22 */
    font-size: 14px;
    font-weight: bold;
}