/* Base Color Palette */
:root {
    --darkCharcoal: #333333;
    --darkSilver: #707070;
    --feldgrau: #42685C;
    --maastrichtBlue: #081E40;
    --independence: #444A65;
    --brightYellow: #F8A62E;
    --marigold: #EBA927;
}

* {
    color: var(--darkCharcoal);
}

p {
    font-family: Roboto;
    font-size: 20px;
    line-height: 36px;
}

.clr-green {
    color: var(--feldgrau);
}

.bg-green {
    background-color: var(--feldgrau);
}

.clr-darkBlue {
    color: var(--maastrichtBlue);
}

.bg-darkBlue {
    background-color: var(--maastrichtBlue);
}

.clr-blue {
    color: var(--independence);
}

.bg-blue {
    background-color: var(--independence);
}

.clr-orange {
    color: var(--brightYellow);
}

.bg-orange {
    background-color: var(--brightYellow);
}

.clr-yellow {
    color: var(--marigold);
}

.bg-yellow {
    background-color: var(--marigold);
}

.clr-grey {
    color: var(--darkSilver);
}

.bg-grey {
    background-color: var(--darkSilver);
}

#navigation-block .cd-header .logo a {
    color: black;
}

#navigation-block header .menu-bar-items .menu-bar-icon .white {
    display: none;
}

#navigation-block header .menu-bar-items .menu-bar-icon .black {
    display: inline-block;
}

#fisa-header-image {
    position: absolute;
    top: -8px;
    width: 58vw;
}

#fisa-header {
    font-family: "RobotoCondensed";
    font-weight: 300;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 2px;
    text-align: right;
    border-right: 14px solid var(--brightYellow);
    position: absolute;
    top: 100px;
    right: 26px;
    padding-right: 14px;
}

.container-banner {
    margin-left: 17vw;
    margin-top: 13vw;
    margin-bottom: 10vw;
    padding-bottom: 0 !important;
}

.fisa-header-text {
    letter-spacing: 16px;
    line-height: 62px;
    font-size: 44px;
    font-family: "RobotoCondensed";
    font-weight: bold;
}

@media (max-width: 1199.98px) {
    .container-banner {
        margin-left: 0;
        margin-bottom: 2vw;
    }

    .fisa-header-text {
        padding: 1.5vw 5vw; /* 1.5vw; */
        margin-top: 4vw;
        font-size: 36px;
        line-height: 52px;
    }
}

@media (max-width: 575.98px) {
    .fisa-header-text {
        font-size: 26px;
        line-height: 32px;
        margin-top: 75px;
        display: none;
    }
    .container-banner {
        margin-top: 150px;
    }
}

#fisa-content {
    max-width: 900px;
    width: 90vw;
    margin: auto;
    margin-bottom: 10vw;
    word-break: break-word;
}

.category-image {
    /* margin-top: 4vw; */
}

@media (max-width: 1399.98px) { /* max-width: 1199.98px */
    .category-image {
        margin-left: -45px !important; /* 0 */
        max-width: 100%;
    }
}

.fisa-category~.fisa-category {
    margin-top: 4vw;
}

.fisa-section {
    font-family: "RobotoCondensed";
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    /* margin-top: 25px; */
}

.fisa-article {
    padding: 20px 0;
    position: relative;
    display: block;
    transition: background-color 100ms ease-in-out; /* Added */
}

.fisa-article:hover { /* Added */
    background-color: rgba(66, 104, 92, 0.05);
}

.fisa-article * {
    font-family: "RobotoCondensed";
    font-weight: bold;
    margin: 0;
}

.fisa-article+.fisa-article {
    border-top: 1px solid #BBBBBB;
}

.fisa-link {
    position: absolute;
    width: 100%;
    height: 100%;
}

.fisa-text {
    width: 80%;
}

.fisa-text h3 {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 8px;
    /* text-transform: uppercase; */
}

.fisa-text h4 {
    font-size: 18px;
    line-height: 34px;
    font-family: "RobotoBold";
}

.pdf-icon {
    height: 40px;
    width: 40px;
    background: url("/templates/intelgov-template/images/sections/fisa/pdf.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 20px;
}

#load-more {
    border: 1px solid var(--brightYellow);
    font-family: "RobotoBold";
    font-size: 16px;
    line-height: 20px;
    text-transform: lowercase;
    padding: 15px 30px;
    display: block;
    margin: auto;
    margin-top: 2vw;
}

#load-more:hover {
    background-color: transparent;
}

#generic-article {
    padding: 0;
}

.article-header {
    padding: 0;
}

#fisa-page-header {
    position: relative;
    width: 100vw;
    height: 20vw;
    z-index: -1;
}

#fisa-page-header::before {
    content: "";
    background-color: var(--marigold);
    opacity: 0.6;
    height: 100%;
    width: 100%;
    position: absolute;
}

#fisa-page-header #fisa-header-image {
    height: 103.75%;
    width: auto;
    left: 0;
    opacity: 0.4;
}

#fisa-page-header .fisa-header-text {
    font-size: 39px;
    position: relative;
    top: 50%;
    transform: translateY(-50%) !important;
}

@media (min-width: 1400px) and (max-width: 1699.98px) {
    .fisa-header-text {
        padding: 0 10vw;
    }
}

@media (min-width: 768px) and (max-width: 1299.98px) {
    #generic-article .article-header h1 {
        margin: 0px 80px 20px
    }
    #fisa-page-header .fisa-header-text {
        line-height: 52px;
    }
}


@media (max-width: 1199.98px) {
    #fisa-page-header {
        height: 25vw;
    }

    #fisa-page-header .fisa-header-text {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 767.98px) {
    #fisa-page-header {
        height: 35vw;
    }

    #fisa-page-header .fisa-header-text {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (max-width: 499.98px) {
    #fisa-page-header .fisa-header-text {
        display: none;
    }
}

.fisa-container {
    background-color: white;
    padding: 15px 20px;
    position: relative;
    width: 90vw;
    max-width: 1300px;
    margin: auto;
    margin-top: -5vw;
    margin-bottom: 5vw;
}

#breadcrumbs {
    font-size: 14px;
    font-family: "Oswald";
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#download-pdf {
    font-family: "Oswald";
    font-weight: 200;
    font-size: 14px;
    line-height: 21px;
    position: absolute;
    right: 0;
    margin-top: 0.5vw;
    margin-right: 0.5vw;
    z-index: 1;
    color: var(--darkCharcoal);
}

#download-pdf::before {
    content: "";
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 4.16 37.34 35.05'%3E%3Cg fill='none' stroke='%2343685c' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'%3E%3Cpath d='M35.836 26.259v7.63a3.815 3.815 0 0 1-3.815 3.815H5.315A3.815 3.815 0 0 1 1.5 33.889v-7.63'/%3E%3Cpath d='m9.131 19.01 9.533 9.533 9.538-9.538'/%3E%3Cpath d='M18.668 28.548V5.657'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
    padding: 10px;
    margin-right: 10px;
}

@media (max-width: 1199.98px) {
    #download-pdf {
        font-size: 0;
        width: auto;
        margin-right: 0;
    }

    #download-pdf::before {
        margin-right: 5px;
    }
}

.fisa-page-title {
    font-family: "Oswald";
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.fisa-page-subtitle {
    font-family: "Oswald";
    font-size: 24px;
    opacity: 0.8;
    margin-bottom: 30px;
}

.link-button {
    display: inline-block;
    padding: 10px 20px;
    font-family: Oswald;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase;
    color: white;
    border: 1px solid var(--feldgrau);
}

.link-button:hover {
    background-color: transparent;
    color: var(--darkCharcoal);
}

#fisa-sidebar {
    float: left;
    width: 18%;
    margin-left: 5%;
}

#fisa-sidebar * {
    font-family: Oswald;
}

#fisa-sidebar .resource-library {
    font-family: Oswald;
    font-size: 16px;
    line-height: 30px;
}

#fisa-sidebar .link-button {
    margin-top: 10px;
}

#fisa-sidebar .sidebar {
    margin-top: 100px;
    display: block;
}

#fisa-sidebar .sidebar p {
    font-family: "Oswald";
    font-weight: 200;
}

.fisa {
    margin-bottom: 100px;
}

.fisa .sidebar {
    border-top: 12px solid var(--marigold);
    padding-top: 20px;
    display: none;
}

.fisa .sidebar p {
    color: var(--maastrichtBlue);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.fisa .sidebar p strong {
    color: var(--feldgrau) !important;
}

@media (max-width: 1199.98px) {
    .fisa .sidebar {
        display: block;
        margin: 50px 0;
    }

    #fisa-sidebar {
        width: 100%;
        margin: 0;
    }

    #fisa-sidebar .resource-library {
        display: none; /* flex; */
        flex-direction: column;
        align-items: center;
    }

    #fisa-sidebar .sidebar {
        display: none;
    }
}

.fisa .para-block * {
    font-family: "Maitree";
    font-size: 18px;
    line-height: 30px;
}

#generic-article .fisa h2 {
    font-size: 24px;
    color: var(--feldgrau); /* var(--maastrichtBlue); */
    margin: 0 0 15px; /* 50px 0 15px; */
}

#generic-article .fisa blockquote {
    margin: 50px 0;
    padding: 1.5vw 5vw;
    border: 1px solid var(--marigold);
    border-width: 1px 0 1px;
}

@media (max-width: 1199.98px) {
    #generic-article .fisa blockquote {
        padding: 2.5vw 5vw;
    }
}

#generic-article .fisa blockquote p {
    font-size: 24px;
    font-weight: 400;
    color: var(--feldgrau);
    text-transform: uppercase;
    text-align: center;
}

.fisa figure:not(.pull-right) {
    margin: 60px 0;
    /*to account for parent's offset*/
    margin-left: 55%;
    width: 55vw;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.fisa figure.pull-right {
    border-left: 6px solid var(--marigold);
    padding-left: 45px;
}

@media (max-width: 1199.98px) {
    .fisa figure:not(.pull-right) {
        width: 90vw !important;
        margin-left: 50%;
    }

    .fisa figure.pull-right {
        float: none !important;
        margin: 10px auto !important;
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
    }
}

.fisa img {
    max-width: 100%;
    height: auto;
}

.fisa .para-block figcaption {
    font-size: 14px;
    color: var(--independence);
    line-height: 22px;
    margin-top: 15px;
}

.fisa ul {
    list-style-image: none !important;
}

.fisa ul li::before {
    content: "\25FC";
    color: var(--marigold);
    font-weight: bold;
    display: inline-block;
    width: 1.5em;
    margin-left: -1.5em !important;
    vertical-align: middle;
}

.section-header {
    border-left: 6px solid var(--marigold);
    padding-left: 20px;
}

.section-header * {
    font-family: "Oswald";
    color: var(--feldgrau);
    text-transform: uppercase;
    margin: 0;
}

.section-header .small-header {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    opacity: 0.6;
}

.section-header .main-header {
    font-weight: 200;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 40px;
}

.related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw 2vw;
}

.related-link {
    flex: 0 0 47%;
    position: relative;
}

.related-link:hover p {
    color: #23527c;
}

.related-link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767.98px) {
    .related-link {
        flex: 1 1 100%;
    }
}

.link-title {
    color: var(--maastrichtBlue);
    font-family: "Oswald";
    font-size: 23px;
    font-weight: 600;
    line-height: 36px;
    display: block;
}

.link-subtitle {
    font-family: "Maitree";
    font-size: 16px;
    line-height: 19px;
}

.explore-more {
    width: 40%;
    z-index: 0;
}

.explore-more .explore-links {
    margin-left: 3vw;
}

.explore-more .section-header {
    position: relative;
}

.explore-more .section-header::before {
    content: "";
    width: 100vw;
    height: 250%;
    background-color: var(--feldgrau);
    position: absolute;
    top: -30px;
    left: -60px;
    opacity: 0.05;
    z-index: -1;
}

.explore-more a {
    margin-bottom: 50px;
}

@media (max-width: 1199.98px) {
    .explore-more {
        margin-top: 10%;
        width: 100%;
    }

    .explore-more .explore-links {
        margin-left: 0;
    }

    .explore-more .section-header::before {
        left: -40px;
    }
}

#learn-more {
    width: 100vw;
    padding: 30px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#learn-more p {
    font-family: Oswald;
    font-size: 24px;
    color: var(--maastrichtBlue);
    opacity: 0.8;
    display: inline-block;
    margin: 0;
    margin-right: 35px;
}

#learn-more::before {
    content: "";
    background-color: var(--marigold);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.28;
}

@media (max-width: 767.98px) {
    #learn-more {
        flex-direction: column;
    }

    #learn-more p {
        margin: 0;
        margin-bottom: 10px;
    }
}

/* Tooltip Override */
.explore-more a {
    display: inline-block;
}
.explore-links .tooltip.in {
   opacity: 1;
}
.explore-links .tooltip-inner {
    max-width: unset;
    padding: 4px;
    background-color: var(--maastrichtBlue);
    border-radius: 3px;
}
.explore-more .tooltip.top .tooltip-arrow {
    border-top-color: var(--maastrichtBlue);
}

/* Custom Resources */
#fisa-content {
    max-width: unset;
    width: unset;
}
/* .fisa-article {
    padding: 20px 15px;
} */

.fisa-category h2 {
    margin-bottom: 10px;
}

.pdf-icon {
    right: 15px;
}
#fisa-resources {
    background: rgba(112, 112, 112, 0.05);
    margin: 120px 0;
}
#fisa-resources .title {
    font-family: "RobotoCondensed";
    font-weight: bold;
    font-size: 46px;
    line-height: 1;
    text-transform: uppercase;
    border-left: 6px solid var(--brightYellow);
    height: 190px;
    display: flex;
    align-items: flex-end;
    padding-left: 30px;
    margin-top: -90px;
}


#fisa-resources .cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* column-count: 3; */
    /* column-count: 7; */
    column-gap: 40px;
    /* column-rule: 1px solid rgba(66, 104, 92, 0.35);
    column-fill: balance; */
    padding: 50px 0;
}
@media (min-width: 1800px) {
    #fisa-resources>.container {
        width: 1570px; /* 90%; */
    }
    #fisa-resources .card .circle {
        display: none;
    }
}
@media (max-width: 1799.98px) {
    #fisa-resources .cards {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        /* column-count: 3; */
    }
    #fisa-resources .card .circle {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    #fisa-resources .cards {
        grid-template-columns: repeat(3, 1fr);
        /* column-count: 2; */
    }
}
@media (max-width: 991.98px) {
    #fisa-resources .cards {
        grid-template-columns: repeat(2, 1fr);
        /* column-count: 2; */
    }
}
@media (max-width: 575.98px) {
    #fisa-resources .cards {
        grid-template-columns: repeat(1, 1fr);
        /* column-count: 1; */
    }
}
@media (max-width: 767.98px) {
    #fisa-resources>.container {
        padding: 0;
    }
}
#fisa-resources .card {
    display: flex;
    flex-direction: column;
    position: relative;
    -webkit-column-break-inside: avoid;
}
#fisa-resources .card img {
    border: 1px solid rgba(66, 104, 92, 0.35);
    transition: all .3s;
}
#fisa-resources .card .image {
    position: relative;
}
#fisa-resources .card .image .overlay {
    background: var(--feldgrau);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s;
}
#fisa-resources .card:hover .image .overlay {
    opacity: .5; 
}
#fisa-resources .card .text {
    font-family: "RobotoCondensed";
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    color: var(--independence);
    margin: 20px 0 30px;
    transition: all .3s;
}
#fisa-resources .card:hover .text {
    color: var(--feldgrau);
}
#fisa-resources .card .circle {
    height: 40px;
    width: 40px;
    background-color: rgba(66, 104, 92, 0.2);
    background-image: url(/templates/intelgov-template/images/sections/fisa/arrow.svg);
    border-radius: 50%;
    margin-bottom: 0;
    margin-top: auto;
    transition: rotate .3s;
}
#fisa-resources .card:hover .circle {
    background-color: white;
    outline: 2px solid var(--feldgrau);
    rotate: 90deg;
}


/* FISA Submenu */

/* body {
    position: relative;
} */
.affix {
    top: 120px;
    z-index: 9999 !important;
}
.nav-stacked>li {
    font-family: RobotoCondensed;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.nav-pills>li>a {
    color: var(--maastrichtBlue);
    border-radius: 0;
    border-left: 4px solid white;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: var(--white);
    color: var(--feldgrau);
    border-left: 4px solid var(--marigold);
}