﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');


@media(min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1090px;
    }
}

@media(min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1090px;
    }
}

body {
    background-color: #fdfdfd;
}

.item-container figure {
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/Content/img/Topic/banner.png);
}

.mainForm {
    margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
    .mainForm {
        padding-bottom: 0;
        margin-bottom: 0;
        bottom: -60px;
    }
}

.cards-equal-height {
    grid-auto-rows: 1fr;
    display: grid;
}

.topic-page {
    margin-top: 6rem;
}

.topic-page.no-quoter {
    margin-top: 0;
}

    .topic-page h1 {
        margin-bottom: 2.3rem;
        color: #E4002B;
    }

    .topic-page .h1-subtitle {
        font-family: 'Work Sans', Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        color: #515151;
        margin-bottom: 2rem;
    }

    .topic-page h2 {
        margin-bottom: 1.5rem;
    }

    .topic-page h4,
    .topic-page .h4 {
        text-transform: initial;
    }

    .topic-page .accordion-item {
        border: 1px solid #B5B5B5;
        border-radius: 12px;
        margin-bottom: 1rem;
    }

    .topic-page h2.accordion-header {
        margin-bottom: 0;
    }

    .topic-page .accordion-button {
        font-family: 'Work Sans', Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #262626;
        border-radius: 12px;
        min-height: 52px;
    }

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.topic-page .accordion-body {
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #515151;
    padding-left: 12px;
}

.topic-page .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23EE0029' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.topic-page .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.topic-page h3 {
    margin-bottom: 1.5rem;
}

.topic-page section,
.topic-page .section {
    margin-bottom: 80px;
}

.topic-page ol,
.topic-page ul {
    padding-left: 1.5rem;
}

.topic-page li,
.topic-page p {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #515151;
}

.topic-page p {
    margin-bottom: 1.4rem;
}

.topic-page .small,
.topic-page small {
    font-size: 0.875em;
}

.topic-page hr {
    background-color: #C9C9C9;
    margin-bottom: 80px;
    margin-top: 80px;
}

.topic-page figcaption {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #262626;
}

.topic-page .card {
    border: 1px solid #F5F5F5;
    box-shadow: 0px 4px 4px rgba(150, 150, 150, 0.12);
    border-radius: 10px;
}

.topic-page a.card {
    text-decoration: none;
}

.topic-page .card.with-border {
    border: 1px solid #B5B5B5;
}

    .topic-page .card.with-border .card-img,
    .topic-page .card.with-border .card-img-top {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

.topic-page .card-horizontal .img-card-container {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.topic-page .card .btn-primary {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #E4002B;
    border: 1px solid #E4002B;
    border-radius: 12px;
    text-transform: none;
    background-color: white;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 26px;
}

.topic-page .card-image-bg {
    border-radius: 14px;
}

    .topic-page .card-image-bg .card-img-overlay {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

.topic-page .section-icons {
    background-color: #1E1E1E;
}

    .topic-page .section-icons .tns-outer {
        position: relative;
    }

    .topic-page .section-icons .tns-nav {
        text-align: center;
    }

    .topic-page .section-icons .tns-controls {
        position: relative;
    }

    .topic-page .section-icons .tns-outer [data-controls="prev"],
    .topic-page .section-icons .tns-outer [data-controls="next"] {
        position: absolute;
        top: 40px;
        z-index: 2;
        border: 0 none;
        background-color: transparent;
        display: flex;
        align-items: center;
    }

    .topic-page .section-icons .tns-outer [data-controls="prev"] {
        transform: rotateZ(180deg);
    }

    .topic-page .section-icons .tns-outer [data-controls="next"] {
        right: 0;
    }

        .topic-page .section-icons .tns-outer [data-controls="prev"]::before,
        .topic-page .section-icons .tns-outer [data-controls="next"]::before {
            content: "\e914";
            font-family: "assistcard-icon" !important;
            speak: never;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: white;
            font-size: 24px;
        }

    .topic-page .section-icons h6 {
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
    }

.topic-page .btn-info {
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #E4002B;
    text-transform: none;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

@media (max-width: 767.98px) {
    .topic-page {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .topic-page h1 {
        margin-bottom: 2rem;
    }

    .topic-page .h1-subtitle {
        margin-bottom: 1.5rem;
    }

    .topic-page h2 {
        margin-bottom: 1rem;
    }

    .topic-page li,
    .topic-page p {
        font-size: 14px;
    }

    .topic-page hr {
        margin-bottom: 70px;
        margin-top: 70px;
    }

    .topic-page .card {
        margin-bottom: 1.2rem;
    }

        .topic-page .card .btn-primary {
            float: right;
        }

    .topic-page .section-icons {
        padding-top: 40px;
    }
}


#subAccordionFaq h3.accordion-header,
#subAccordionFaq .accordion-body p{
    margin-bottom: 0;
}

.topicsBreadcrumb {
    align-items: center;
    margin: 1em;
}

.topicsBreadcrumb-item {
    color: black;
    font-weight: bold;
    margin-right: 0.5em;
    text-decoration: underline;
}

.topicsBreadcrumb-separador {
    color: black;
    font-weight: bold;
    margin-right: 0.5em;
}
