/*
Theme Name: 2023 Impact Report Styles
Description: Child theme for Avada theme
Author: InterlockSolutions
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/**************************************************/
/*** 2023 Impact Report Styles    		        ***/
/**************************************************/

:root {
    --Grey: #707070;
    --DkGrey: rgba(0, 0, 0, .75);
    --Teal: #1F4955;
    --Green: #638168;
    --Orange2023: #F68D32;
    --LtBlue: #C8E9EE;
    --MedBlue2023: #2FA9DE;
    --Blue: #0E9FDA;
    --SeafoamBlue: #C6EEF2;
    --Grey: #cacaca;
}

.page-id-29148 #PreFooterBg,
.page-id-29173 #PreFooterBg,
.page-id-29174 #PreFooterBg,
.page-id-29171 #PreFooterBg,
.page-id-29170 #PreFooterBg,
.page-id-29172 #PreFooterBg {
    display: none !important;
}


.ImpactSectionPadding {
    padding-top: 60px !important;
    padding-bottom: 25px !important;
}

.ImpactSectionPadTop {
    padding-top: 60px !important;
}

.ImpactSectionPadBot {
    padding-bottom: 25px !important;
}

.ImpactPadTopMed {
    padding-top: 45px !important;
}

.XtraColPadTop.fusion-layout-column {
    padding-top: 60px !important;
}

.ImpactTealBg {
    background-color: var(--Teal) !important;
}

.ImpactOrangeBg {
    background-color: var(--Orange2023) !important;
}

.ImpactBlueBg {
    background-color: var(--Blue) !important;
}

.LtBlueBg {
    background-color: var(--LtBlue) !important;
}

.GreenBg {
    background-color: var(--Green) !important;
}

.GreyBg {
    background-color: var(--Grey) !important;
}

.ImpactButton.fusion-button {
    background-color: var(--Orange2023) !important;
}

.ImpactButton.fusion-button:hover {
    background-color: var(--Blue) !important;
}

.ImpactHeading h2 {
    font-family: 'Lora' !important;
    font-size: 42px !important;
    line-height: 54px !important;
    font-weight: 500 !important;
    color: var(--Teal) !important;
}

.ImpactHeading.SmH2 h2,
.ImpactHeading h3 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 24px !important;
    line-height: 34px !important;
    font-weight: bold !important;
    color: var(--Blue) !important;
}

.ImpactHeading h4 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 24px !important;
    line-height: 34px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: var(--Blue) !important;
}

.ImpactHeading.LtBlueH2 h2 {
    color: var(--LtBlue) !important;
}

.ImpactHeading.TealH3 h3,
.ImpactHeading.TealH4 h4 {
    color: var(--Teal) !important;
}

.ImpactHeading.WhiteText h2,
.ImpactHeading.WhiteText h3,
.ImpactHeading.WhiteText h4 {
    color: #fff !important;
}

.BackToReportLink p a {
    color: var(--Orange2023) !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
}

.BackToReportLink p a:hover {
    color: var(--Blue) !important;
}

.ImpactQuote.fusion-text blockquote {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.ImpactQuote.fusion-text blockquote p {
    font-family: 'Lora' !important;
    font-size: 36px !important;
    line-height: 46px !important;
    font-weight: 500 !important;
    color: var(--Teal) !important;
}

#FeaturedStoriesBg .flip-box-inner-wrapper {
    margin-bottom: 0 !important;
}

/*#FeaturedStoriesBg .flip-box-front {
	box-shadow: inset 0 0 0 1680px rgba(0, 0, 0, .3) !important;
}*/

#FeaturedStoriesBg .fusion-flip-boxes .fusion-flip-box-wrapper .fusion-flip-box:after {
    color: #fff !important;
    display: flex !important;
    justify-content: center !important;
    padding-top: 10px !important;
    font-weight: 600 !important;
    text-align: center !important;
}

#FeaturedStoriesBg .fusion-flip-boxes .fusion-flip-box-wrapper .fusion-flip-box:hover:after {
    color: var(--Teal) !important;
}

#FeaturedStoriesBg .fusion-flip-boxes .fusion-flip-box-wrapper:nth-of-type(1) .fusion-flip-box:after {
    content:"Madrona Milestones" !important;
}

#FeaturedStoriesBg .fusion-flip-boxes .fusion-flip-box-wrapper:nth-of-type(2) .fusion-flip-box:after {
    content:"Community Crisis Support" !important;
}

#FeaturedStoriesBg .fusion-flip-boxes .fusion-flip-box-wrapper:nth-of-type(3) .fusion-flip-box:after {
    content:"Road to Recovery" !important;
}

#FeaturedStoriesBg .flip-box-back-inner h3 {
    font-size: 24px !important;
    line-height: 34px !important;
    color: var(--Teal) !important;
}

#FeaturedStoriesBg .flip-box-back-inner p a {
    color: var(--Teal) !important;
}

#FeaturedStoriesBg .flip-box-back-inner p a:hover {
    color: var(--LtBlue) !important;
}

#CEOMessageBg .fusion-layout-column {
    margin-bottom: 20px !important;
}

#CEOMessageBg .fusion-column-wrapper {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-evenly !important;
    padding-top: 25px !important;
}

#CEOMessageBg img {
    max-width: 100px !important;
}

#CEOMessageBg h2,
#CEOMessageBg .fusion-button {
    margin-bottom: 0 !important;
}

.fusion-chart-legend-wrap ul li {
    font-size: 14px !important;
}

#WhoWeAre3Col .fusion-column-wrapper {
    background-color: var(--LtBlue) !important;
    padding: 20px !important;
    border-radius: 20px !important;
    align-items: center !important;
}

#WhoWeAre3Col .Col1 .awb-circles-info {
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 !important;
    margin-bottom: 25px !important;
}

#WhoWeServeBg .fusion-layout-column:not(.IntroCol) .fusion-column-wrapper {
    background-color: var(--Teal) !important;
    padding: 20px !important;
    border-radius: 20px !important;
}

#WhoWeServeBg .fusion-counter-box .counter-box-container {
    padding: 10px !important;
    border-width: 2px !important;
}

.fusion-counters-box .fusion-counter-box .counter-box-container {
    border-radius: 20px !important;
}

.fusion-counters-box .display-counter {
    font-family: 'Lora' !important;
}

#MadronaMilestonesBg .MadronaVideoText {
    background-color: var(--Teal);
    padding: 35px 20px !important;
    margin-top: 35px !important;
}

#YouthStatisticsBg {
    padding-top: 35px !important;
}

#LearningSuccessBg .Col2,
#LightingTheWayBg .Col2 {
    padding-top: 100px !important;
    padding-bottom: 65px !important;
}

#RoadToRecoveryBg .IntroCol p {
    color: var(--Teal) !important;
}

#RoadToMapBg .fusion-column-wrapper {
    margin: 0 !important;
}

#ClientInfoBg .Col1 .fusion-column-wrapper,
#ClientInfoBg .Col2 .fusion-column-wrapper {
    background-color: var(--Teal) !important;
    padding: 20px !important;
    border-radius: 20px !important;
}

#ClientInfoBg .Col1 img {
    max-width: 250px !important;
}

#ImpactFooterBg .Col2 .fusion-column-wrapper {
    background-color: var(--LtBlue) !important;
    padding: 20px !important;
    border-radius: 20px !important;
}

#ImpactFooterBg .Col2 .fusion-text p {
    color: var(--Teal) !important;
}

.MadronaVideo lite-vimeo>.ltv-playbtn {
    width: 150px !important;
    height: 80px !important;
}

@media screen and (max-width: 1024px) {
    .ImpactHeading h2 {
        font-size: 36px !important;
        line-height: 46px !important;
    }

    #WhoWeAre3Col .fusion-layout-column,
    #WhoWeServeBg .fusion-layout-column:not(.IntroCol),
    #RoadToMapBg .fusion-layout-column {
        width: 33.333367% !important;
    }

    #WhoWeServe2Col .fusion-layout-column,
    #ClientInfoBg .Col1.fusion-layout-column,
    #ClientInfoBg .Col2.fusion-layout-column,
    #MobileCrisisBg .Col3.fusion-layout-column,
    #MobileCrisisBg .Col4.fusion-layout-column {
        width: 50% !important;
    }

    #MadronaMilestonesBg .Col1.fusion-layout-column,
    #LearningSuccessBg .Col1.fusion-layout-column,
    #LightingTheWayBg .Col1.fusion-layout-column,
    #ImpactFooterBg .Col1.fusion-layout-column,
    #MobileCrisisBg .Col2.fusion-layout-column {
        width: 60% !important;
    }

    #MadronaMilestonesBg .Col2.fusion-layout-column,
    #LearningSuccessBg .Col2.fusion-layout-column,
    #LightingTheWayBg .Col2.fusion-layout-column,
    #ImpactFooterBg .Col2.fusion-layout-column,
    #MobileCrisisBg .Col1.fusion-layout-column {
        width: 40% !important;
    }

    #WhoWeAre3Col .Col3 .fusion-chart-inner canvas {
        max-width: 100% !important;
        height: auto !important;
    }
}

@media screen and (min-width: 801px) {
    .BeNiceMobileBg {
        display: none !important;
    }
}

@media screen and (max-width: 800px) {
    .ImpactSectionPadding {
        padding-top: 35px !important;
        padding-bottom: 0 !important;
    }

    .ImpactSectionPadTop {
        padding-top: 35px !important;
    }

    .ImpactSectionPadBot {
        padding-bottom: 0px !important;
    }

    .ImpactPadTopMed {
        padding-top: 35px !important;
    }

    .XtraColPadTop.fusion-layout-column {
        padding-top: 35px !important;
    }

    #FeaturedStoriesBg .fusion-flip-boxes {
        margin-bottom: 0 !important;
    }

    #FeaturedStoriesBg .fusion-flip-box-wrapper {
        width: 100% !important;
    }

    #FeaturedStoriesBg .fusion-flip-boxes .fusion-flip-box-wrapper:nth-of-type(1) .fusion-flip-box:after,
    #FeaturedStoriesBg .fusion-flip-boxes .fusion-flip-box-wrapper:nth-of-type(2) .fusion-flip-box:after {
        margin-bottom: 35px !important;
    }

    #CEOMessageBg .fusion-column-wrapper {
        flex-direction: column !important;
    }

    #CEOMessageBg img,
    #CEOMessageBg .fusion-text,
    #CEOMessageBg .fusion-button {
        margin-bottom: 15px !important;
    }

    #WhoWeAre3Col .fusion-layout-column,
    #WhoWeServeBg .fusion-layout-column:not(.IntroCol),
    #MadronaMilestonesBg .Col1.fusion-layout-column,
    #MadronaMilestonesBg .Col2.fusion-layout-column,
    #LearningSuccessBg .Col1.fusion-layout-column,
    #LearningSuccessBg .Col2.fusion-layout-column,
    #MobileCrisisBg .Col1.fusion-layout-column,
    #MobileCrisisBg .Col2.fusion-layout-column,
    #MobileCrisisBg .Col3.fusion-layout-column,
    #MobileCrisisBg .Col4.fusion-layout-column,
    #LightingTheWayBg .Col1.fusion-layout-column,
    #LightingTheWayBg .Col2.fusion-layout-column,
    #ImpactFooterBg .Col1.fusion-layout-column,
    #ImpactFooterBg .Col2.fusion-layout-column {
        width: 100% !important;
    }

    #WhoWeAre3Col .Col3 .fusion-chart-inner {
        margin-bottom: 25px !important;
    }

    #WhoWeServeBg .fusion-counters-box {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        align-content: stretch !important;
        margin-bottom: 20px !important;
    }

    #WhoWeServeBg .fusion-counters-box:before {
        display: none !important;
    }

    #WhoWeServeBg .fusion-counters-box .fusion-counter-box {
        display: grid !important;
    }

    #LearningSuccessBg,
    #LightingTheWayBg {
        padding-right: 0 !important;
    }

    #LearningSuccessBg .Col2,
    #LightingTheWayBg .Col2 {
        padding: 35px 40px 0 !important;
    }

    #RoadToMapBg .Col1.fusion-layout-column,
    #RoadToMapBg .Col2.fusion-layout-column {
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    #RoadToMapBg .Col3.fusion-layout-column {
        width: 100% !important;
    }

    #RoadToMapBg .hotspots-interaction {
        margin: 0 !important;
    }

    #RoadToMapBg .fusion-column-wrapper {
        margin-left: var(--awb-spacing-left) !important;
        margin-right: var(--awb-spacing-right) !important;
    }

    #BeNiceDesktopBg {
        display: none !important;
    }

    #BeNiceMobileBg {
        min-height: 250px !important;
    }
}

@media screen and (max-width: 640px) {
    .ImpactHeading h2 {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    .ImpactHeading.SmH2 h2,
    .ImpactHeading h3,
    .ImpactHeading h4 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .XtraColPadTop.fusion-layout-column {
        padding-top: 0 !important;
    }

    #WhoWeAreBg .TwoColText {
        --awb-columns: 1 !important;
    }

    #WhoWeAreBg .TwoColText ul:first-of-type {
        margin-bottom: 0 !important;
    }

    #WhoWeServe2Col .fusion-layout-column,
    #ClientInfoBg .Col1.fusion-layout-column,
    #ClientInfoBg .Col2.fusion-layout-column {
        width: 100% !important;
    }
}

@media screen and (max-width: 419px) {
    #WhoWeServeBg .fusion-counters-box {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

/*** Hotspot Map Settings ***/

#hotspot-29154 .hotspots-interaction {
    margin-top: 0 !important;
    margin-bottom: 25px !important;
}

/*#hotspot-29154 .hotspots-image-container,
#hotspot-29154 .leaflet-container {
	border-radius: 20px !important;
}*/

#hotspot-29154 .leaflet-rrose-content {
    margin: 10px !important;
}

#hotspot-29154 .hotspot-title {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
}

.hotspots-image-container {
    margin: 0 !important;
    flex: 100% !important;
}

.hotspot-title {
    font-size: 24px !important;
    line-height: 34px !important;
    font-weight: bold !important;
}

.hotspot-content h3 {
    font-size: 20px !important;
    line-height: 28px !important;
}

.hotspot-content p {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 15px !important;
}

#hotspot-28666 .hotspots-image-container,
#hotspot-28666 .leaflet-container {
    background: rgba(225, 225, 225, .50) !important;
    border-radius: 20px !important;
}

#hotspot-28692 .hotspot-title,
#hotspot-28694 .hotspot-title,
#hotspot-28696 .hotspot-title {
    display: none !important;
}

/*** Popup Settings ***/

.pum-content p {
    font-size: 20px !important;
    line-height: 30px !important;
}

.pum-content .fusion-text ul li {
    font-size: 20px !important;
}

.pum-content .table-1 table {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.pum-content .table-1 table thead {
    border-top: solid 1.5px var(--Blue) !important;
}

.pum-content .table-1 table th,
.pum-content .table-1 table td {
    padding: 10px !important;
    background-color: #fff !important;
    border-top: solid 1px transparent !important;
    border-left: solid 1px transparent !important;
    border-right: solid 1px transparent !important;
    border-bottom: solid 1.5px var(--Blue) !important;
}

.pum-content #FinancialsPopupBg .table-1 table th,
.pum-content #FinancialsPopupBg .table-1 table td {
    background-color: var(--LtBlue) !important;
}

.pum-content #FinancialsPopupBg .table-1 table th:first-of-type,
.pum-content #FinancialsPopupBg .table-1 table td:first-of-type {
    color: var(--Teal) !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 600 !important;
}

.pum-content .table-1 table th:first-of-type,
.pum-content .table-1 table td:first-of-type {
    color: var(--Teal) !important;
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 600 !important;
}

.pum-content #DayPopupBg .table-1 table th:first-of-type,
.pum-content #DayPopupBg .table-1 table td:first-of-type {
    white-space: nowrap !important;
}

.pum-content .table-1 table th:last-of-type {
    font-weight: normal !important;
}

#CEOPopupBg img {
    max-width: 125px !important;
}

#EmployeePopupBg .fusion-layout-column:not(.IntroCol) .fusion-column-wrapper,
#FinancialsPopupBg .fusion-layout-column:not(.IntroCol) .fusion-column-wrapper,
#YouthDataPopupBg .fusion-layout-column:not(.IntroCol) .fusion-column-wrapper {
    background-color: var(--LtBlue) !important;
    padding: 20px !important;
    border-radius: 20px !important;
}

#YouthDataPopupBg .counter-box-container,
#PendletonPopupBg .counter-box-container {
    background-color: var(--LtBlue) !important;
}

#PendletonPopupBg .fusion-counters-box {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    align-content: stretch !important;
}

#PendletonPopupBg .fusion-counters-box:before {
    display: none !important;
}

#PendletonPopupBg .fusion-counters-box .fusion-counter-box {
    display: grid !important;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 1024px) {
    #ServicesPopupBg .ImgCol {
        width: 33.333367% !important;
    }

    #ServicesPopupBg .TextCol {
        width: 66.66667% !important;
    }

    #FinancialsPopupBg .fusion-layout-column:not(.IntroCol) {
        width: 50% !important;
    }

    .pum-content #FinancialsPopupBg .table-1 table th:first-of-type,
    .pum-content #FinancialsPopupBg .table-1 table td:first-of-type {
        white-space: normal !important;
    }
}

@media screen and (min-width: 801px) {
    #LocationsPopupBg .MobileOnly {
        display: none !important;
    }
}

@media screen and (max-width: 800px) {
    #ServicesPopupBg .ImgCol {
        width: 20% !important;
    }

    #ServicesPopupBg .TextCol {
        width: 80% !important;
    }

    #LocationsPopupBg .DesktopOnly {
        display: none !important;
    }

    #FinancialsPopupBg .fusion-layout-column:not(.IntroCol) {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    #YouthDataPopupBg .fusion-counters-box {
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 640px) {
    #PendletonPopupBg .fusion-counters-box {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    #PendletonPopupBg .fusion-counters-box .fusion-counter-box {
        margin-bottom: 25px !important;
    }

    .pum-content .table-1 table th:last-of-type,
    .pum-content .table-1 table td:last-of-type {
        max-width: 350px !important;
        white-space: normal !important;
    }

    .pum-theme-28629 .pum-container,
    .pum-theme-impact-report .pum-container {
        padding: 30px !important;
    }
}

@media screen and (max-width: 500px) {
    #ServicesPopupBg .ImgCol,
    #ServicesPopupBg .TextCol {
        width: 100% !important;
    }
}
