/* _content/AF.ProspectSite/Components/AfWebComponents/BannerGridBlock.razor.rz.scp.css */
div.BannerBlock[b-dk6ws6kvju] {
    display: flex;
    flex-direction: column;
    justify-content: center; /*vertical-align */
    align-items: center; /*horziontal align*/
    margin-top: 35px;
    margin-bottom: 35px;
}
    div.BannerBlock h2[b-dk6ws6kvju] {
        text-align: center;
    }
/* _content/AF.ProspectSite/Components/AfWebComponents/ContentImageBlock.razor.rz.scp.css */
.ContentImageBlock[b-s328a522at] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    align-items: center;
    gap: 16px;
}

div.ContentWrapper[b-s328a522at] {
    display: flex;
    position: relative;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}
div.ImageWrapper[b-s328a522at] {
    display: flex;
    position: relative;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}
    div.ImageWrapper img[b-s328a522at] {
        /* the following works if parent has absolute height */
        object-fit: contain;
        max-height: 100%;
        max-width: 100%;
    }

@media (width < 950px){

    .ContentImageBlock[b-s328a522at] {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "topblock"
            "bottomblock";

        gap: 4px;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 0px;
        padding-right: 0px;
    }
        .ContentImageBlock .ContentWrapper[b-s328a522at] {
            grid-area: topblock;
        }
        .ContentImageBlock .ImageWrapper[b-s328a522at] {
            grid-area: bottomblock;
        }

}
/* _content/AF.ProspectSite/Components/AfWebComponents/FaqItemBlock.razor.rz.scp.css */
/* _content/AF.ProspectSite/Components/AfWebComponents/JoinBlock.razor.rz.scp.css */
.JoinBlock[b-6hdawvppyg] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
/* _content/AF.ProspectSite/Components/HeaderFooter/MainFooter.razor.rz.scp.css */
.gridfooter[b-p8xbbdx5qu] {
    display: grid;
    padding: 0;
    grid-template-columns: auto minmax(300px, 1200px) auto;
    grid-template-areas: ". gridfootercontent .";
}



@media (max-width: 920px) {
    .gridfootercontent[b-p8xbbdx5qu] {
        grid-area: gridfootercontent;
        display: grid;
        padding: 2rem 1rem;
        grid-template-columns: minmax(200px, 900px);
        grid-template-areas:
            "gridfooterlogo"
            "gridfooterlinks"
            "gridfooteraddress";
    }
}


@media (min-width: 920px) {

    .gridfootercontent[b-p8xbbdx5qu] {
        grid-area: gridfootercontent;
        display: grid;
        padding: 2rem 1rem;
        grid-template-columns: minmax(200px, 400px) minmax(200px, 400px) minmax(200px, 400px);
        grid-template-areas: "gridfooterlogo gridfooterlinks gridfooteraddress";
        justify-content: space-between;
    }
}



div.gridfooteraddress[b-p8xbbdx5qu] {
    grid-area: gridfooteraddress;
    /*    border: 1px solid red; */
    display: grid;
    padding: 2rem 1rem;
    grid-template-columns: minmax(200px, 300px);
    justify-content: start;
}

    div.gridfooteraddress p[b-p8xbbdx5qu] {
        color: var(--site-color-white);
        margin-bottom: 0.3rem;
    }

@media (max-width: 920px) {

    div.gridfooteraddress[b-p8xbbdx5qu] {
        border: 1px solid var(--site-color-5);
        border-radius: 5px 5px;
        margin: 10px
    }
}



div.gridfooterlinks[b-p8xbbdx5qu] {
    grid-area: gridfooterlinks;
    /*    border: 1px solid red; */
    display: grid;
    padding: 2rem 1rem;
    grid-template-columns: minmax(200px, 300px);
    justify-content: start;
}


    div.gridfooterlinks ul[b-p8xbbdx5qu] {
        /*list-style-image: url('/images/pijltje.png');*/
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    div.gridfooterlinks[b-p8xbbdx5qu]  li {
        display: flex;
        flex-direction: row;
        align-items: center;
        list-style-image: url('/images/pijltje.png');
        margin-bottom: 10px;
    }

        div.gridfooterlinks[b-p8xbbdx5qu]  li img {
            height: 20px;
            margin-right: 10px;
        }

        div.gridfooterlinks[b-p8xbbdx5qu]  li a {
            color: var(--site-color-white);
            text-decoration: none;
        }

    div.gridfooterlinks[b-p8xbbdx5qu]  :active {
        color: var(--site-color-white);
        text-decoration: none;
    }

@media (max-width: 920px) {

    div.gridfooterlinks[b-p8xbbdx5qu] {
        border: 1px solid var(--site-color-5);
        border-radius: 5px 5px;
        margin: 10px
    }
}



div.gridfooterlogo[b-p8xbbdx5qu] {
    /*    border: 1px solid red; */
    grid-area: gridfooterlogo;
    display: grid;
    padding: 2rem 1rem;
    grid-template-columns: minmax(200px, 300px);
    justify-content: start;
}

    div.gridfooterlogo[b-p8xbbdx5qu]  p {
        color: var(--site-color-white);
    }

    div.gridfooterlogo[b-p8xbbdx5qu]  a {
        color: var(--site-color-white);
        text-decoration: none;
    }

    div.gridfooterlogo[b-p8xbbdx5qu]  :active {
        color: var(--site-color-white);
        text-decoration: none;
    }

    div.gridfooterlogo img[b-p8xbbdx5qu] {
        width: 100%;
    }


@media (max-width: 920px) {
    /*    .footerrow {
        justify-content: center;
    }
*/
    div.gridfooterlogo[b-p8xbbdx5qu] {
        border: 1px solid var(--site-color-5);
        border-radius: 5px 5px;
        margin: 10px
    }
}
/* _content/AF.ProspectSite/Components/HeaderFooter/MainHeader.razor.rz.scp.css */
nav[b-pwr1bgh88u] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
}

    nav .brand img[b-pwr1bgh88u] {
        max-width: 250px;
    }

    nav .navhead .navhead-button[b-pwr1bgh88u] {
        display: none;
        justify-content: flex-end;
    }

    nav button[b-pwr1bgh88u] {
        color: rgba(0,0,0,.55);
        border-color: rgba(0,0,0,.1);
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid #00000030;
        border-radius: 0.25rem;
    }

        nav button:focus[b-pwr1bgh88u] {
            text-decoration: none;
            outline: 0;
            box-shadow: 0 0 0 0.25rem;
        }

        nav button .navhead-button-icon[b-pwr1bgh88u] {
            display: inline-block;
            width: 1.5em;
            height: 1.5em;
            vertical-align: middle;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100%;
            background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
        }


    nav .navhead .navlinks ul[b-pwr1bgh88u] {
        display: flex;
        justify-content: flex-end;
        list-style: none;
        padding: 0px;
        margin: 0px;
        gap: 20px;
    }

        nav .navhead .navlinks ul li[b-pwr1bgh88u] {
            padding-top: 5px;
            border-top-width: 5px;
            border-top-style: solid;
            border-top-color: transparent;
            display: inline-flex;
        }

        nav .navhead .navlinks ul li:has(a.isroute)[b-pwr1bgh88u] {
            border-top-color: black;
        }

        nav .navhead .navlinks ul li[b-pwr1bgh88u]  a {
            color: var(--site-color-black);
            text-decoration: none;
        }

    nav .navpulldown[b-pwr1bgh88u] {
        grid-column-start: span 2;
        grid-row-start: 2;
        padding-left: 20px;
    }

    nav .navpulldownform[b-pwr1bgh88u] {
        display: none;
    }

    nav .navpulldown .navlinks ul[b-pwr1bgh88u] {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        list-style: none;
        padding: 0px;
        margin: 0px;
        gap: 5px;
        width: 100%;
    }

        nav .navpulldown .navlinks ul li[b-pwr1bgh88u] {
            display: inline-flex;
            padding-left: 10px;
            border-left-width: 5px;
            border-left-style: solid;
            border-left-color: transparent;
        }

        nav .navpulldown .navlinks ul li:has(a.isroute)[b-pwr1bgh88u] {
            border-left-color: black;
        }

            nav .navpulldown .navlinks ul li[b-pwr1bgh88u]  a {
                color: var(--site-color-black);
                text-decoration: none;
            }


@media (width < 950px) {
    nav .navhead .navhead-button[b-pwr1bgh88u] {
        display: flex !important;
    }

    nav .navhead .navlinks[b-pwr1bgh88u] {
        display: none !important;
    }

    nav .navpulldown.showpulldown[b-pwr1bgh88u] {
        display: block !important;
    }

    nav .navpulldown .navpulldownform[b-pwr1bgh88u] {
        display: block !important;
    }
}
/* _content/AF.ProspectSite/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-d0xox2wklq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-d0xox2wklq] {
    flex: 1;
}

.sidebar[b-d0xox2wklq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-d0xox2wklq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-d0xox2wklq]  a, .top-row[b-d0xox2wklq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-d0xox2wklq]  a:hover, .top-row[b-d0xox2wklq]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-d0xox2wklq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-d0xox2wklq] {
        justify-content: space-between;
    }

    .top-row[b-d0xox2wklq]  a, .top-row[b-d0xox2wklq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-d0xox2wklq] {
        flex-direction: row;
    }

    .sidebar[b-d0xox2wklq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-d0xox2wklq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-d0xox2wklq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-d0xox2wklq], article[b-d0xox2wklq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-d0xox2wklq] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-d0xox2wklq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AF.ProspectSite/Components/Pages/AlertFeedForProviders.razor.rz.scp.css */
.AfForProvidersWrapper[b-df3f1t3ak4] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 15px;
    margin-bottom: 40px;
}


.question[b-df3f1t3ak4] {
    font-weight: bold;
}

.answer[b-df3f1t3ak4] {
    font-style: italic;
}

.ul_simple[b-df3f1t3ak4] {
    list-style-type: none;
}

    .ul_simple li[b-df3f1t3ak4] {
        list-style-type: none;
    }
/* _content/AF.ProspectSite/Components/Pages/AlertFeedForPublishers.razor.rz.scp.css */
.AfForPublishersWrapper[b-eqmwwpvf0d] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 15px;
    margin-bottom: 40px;
}


.question[b-eqmwwpvf0d] {
    font-weight: bold;
}

.answer[b-eqmwwpvf0d] {
    font-style: italic;
}

.ul_simple[b-eqmwwpvf0d] {
    list-style-type: none;
}

    .ul_simple li[b-eqmwwpvf0d] {
        list-style-type: none;
    }
/* _content/AF.ProspectSite/Components/Pages/ContactForm.razor.rz.scp.css */
    .Title[b-z8ei47xyjy] {
        text-align: center;
    }

    .ContactOptions[b-z8ei47xyjy] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

        .ContactOptions .Meeting .ScheduleImgWrapper[b-z8ei47xyjy] {
            text-align: center;
        }

        .ContactOptions .Meeting[b-z8ei47xyjy]  img.ScheduleImg {
            max-width: 350px;
        }

        .ContactOptions div.Meeting[b-z8ei47xyjy] {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 30px;
        }

        .ContactOptions div.ContactForm[b-z8ei47xyjy] {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 30px;
        }

@media (width < 950px) {

        .ContactOptions[b-z8ei47xyjy] {
            grid-template-columns: 1fr !important;
            gap: 20px;
        }

            .ContactOptions .Meeting img.ScheduleImg[b-z8ei47xyjy] {
                max-width: 300px !important;
            }
}

/* _content/AF.ProspectSite/Components/Pages/ContactThankYou.razor.rz.scp.css */
body[b-65dyco9eab] {
}
/* _content/AF.ProspectSite/Components/Pages/FAQ.razor.rz.scp.css */
.FaqTitle[b-ehmqgscxiq] {
}

    .FaqTitle > h1[b-ehmqgscxiq], .FaqTitle > p[b-ehmqgscxiq] {
        text-align: center;
    }

.FaqItems[b-ehmqgscxiq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

    .FaqItems[b-ehmqgscxiq]  .FaqItemBlock > h2 {
        color: var( --site-color-5 );
    }

    .FaqItems[b-ehmqgscxiq]  .FaqItemBlock > h3 {
        color: var( --site-color-5 );
    }


@media (width < 950px) {
    .FaqItems[b-ehmqgscxiq] {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
}
/* _content/AF.ProspectSite/Components/Pages/Pricing.razor.rz.scp.css */
.PricingWrapper[b-pm8zni80rf] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 15px;
    margin-bottom: 40px;
}


.question[b-pm8zni80rf] {
    font-weight: bold;
}

.answer[b-pm8zni80rf] {
    font-style: italic;
}

.ul_dash[b-pm8zni80rf] {
    padding-left: 30px;
    list-style-type: '- ';
}

    .ul_dash[b-pm8zni80rf]  li {
        padding-left: 0px;
    }

ol.ol_ab[b-pm8zni80rf] {
    padding-left: 30px;
    list-style-type: lower-alpha;
}

    ol.ol_ab[b-pm8zni80rf]  li {
        padding-left: 10px;
    }

ol.ol_12[b-pm8zni80rf] {
    padding-left: 30px;
    list-style-type: decimal;
}

    ol.ol_12[b-pm8zni80rf]  li {
        padding-left: 10px;
    }


table[b-pm8zni80rf] {
    width: 100%;
}

    table td[b-pm8zni80rf] {
        vertical-align: top;
    }

        table td.left[b-pm8zni80rf] {
            width: 50%;
        }
/* _content/AF.ProspectSite/Components/Pages/Privacy.razor.rz.scp.css */
/* _content/AF.ProspectSite/Components/Pages/SignupProviderForm.razor.rz.scp.css */
.SignupPageWrapper[b-81rky1cxkp] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 15px;
    margin-bottom: 40px;
}

    .SignupPageWrapper .Title[b-81rky1cxkp] {
        text-align: center;
    }

    .SignupPageWrapper .ContactOptions[b-81rky1cxkp] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

        .SignupPageWrapper .ContactOptions .Meeting .ScheduleImgWrapper[b-81rky1cxkp] {
            text-align: center;
        }

        .SignupPageWrapper .ContactOptions .Meeting[b-81rky1cxkp]  img.ScheduleImg {
            max-width: 350px;
        }


@media (width < 950px) {
    .SignupPageWrapper[b-81rky1cxkp] {
        gap: 20px;
    }

        .SignupPageWrapper .ContactOptions[b-81rky1cxkp] {
            grid-template-columns: 1fr !important;
            gap: 20px;
        }

            .SignupPageWrapper .ContactOptions .Meeting img.ScheduleImg[b-81rky1cxkp] {
                max-width: 300px !important;
            }
}
/* _content/AF.ProspectSite/Components/Pages/SignupPublisherForm.razor.rz.scp.css */
.SignupPageWrapper[b-vd5k5ixezf] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 15px;
    margin-bottom: 40px;
}

    .SignupPageWrapper .Title[b-vd5k5ixezf] {
        text-align: center;
    }

    .SignupPageWrapper .ContactOptions[b-vd5k5ixezf] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

        .SignupPageWrapper .ContactOptions .Meeting .ScheduleImgWrapper[b-vd5k5ixezf] {
            text-align: center;
        }

        .SignupPageWrapper .ContactOptions .Meeting[b-vd5k5ixezf]  img.ScheduleImg {
            max-width: 350px;
        }


@media (width< 950px) {
    .SignupPageWrapper[b-vd5k5ixezf] {
        gap: 20px;
    }
        .SignupPageWrapper .ContactOptions[b-vd5k5ixezf] {
            grid-template-columns: 1fr !important;
            gap: 20px;
        }
            .SignupPageWrapper .ContactOptions .Meeting img.ScheduleImg[b-vd5k5ixezf] {
                max-width: 300px !important;
            }
}
