:root {
    --main-green: 9,93,8;
    --light-green: 80,194,78;
    --light-blue: 45,162,206;
    --light-biege: 244,246,242;
}

.font-montserrat { font-family: 'Montserrat', sans-serif; }

.text-main-green { color: rgba(var(--main-green), 1); }
.text-light-blue { color: rgba(var(--light-blue), 1); }
.text-light-green { color: rgba(var(--light-green), 1); }
.text-decoration-underline { text-decoration: underline; }

.bg-gray {  background-color: rgba(238, 238, 238, 1); }
.bg-light-biege {  background-color: rgba(var(--light-biege), 1); }
.bg-main-green {  background-color: rgba(var(--main-green), 1); }
.bg-light-green {  background-color: rgba(var(--light-green), 1); }
.rounded-2 { border-radius: .375rem; }
.rounded-45 { border-radius: 1.75rem; }
.rounded-45-top { border-top-right-radius: 1.75rem; border-top-left-radius: 1.75rem; }
.rounded-60 { border-radius: 3.75rem; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fs-05 { font-size: 3rem; }
.fs-1 { font-size: 2.5rem; }
.fs-13 { font-size: 2.25rem; }
.fs-15 { font-size: 2.125rem; }
.fs-2 { font-size: 2rem; }
.fs-25 { font-size: 1.875rem; }
.fs-3 { font-size: 1.75rem; }
.fs-4 { font-size: 1.5rem; }
.fs-45 { font-size: 1.4375rem; }
.fs-5 { font-size: 1.25rem; }
.fs-65 { font-size: .875rem; }
.lh-1 { line-height: 1; }
.lh-12 { line-height: 1.2; }
.lh-15 { line-height: 1.5; }
.border-green { border-color: rgba(var(--main-green), 1) !important; }

.btn-rounded-big-green {
    background-color: rgba(var(--light-green), 1);
    border-radius: 50rem;
    color: #fff;
    font-weight: 700;
    padding: .7rem 1rem;
    text-decoration: none;
}
.btn-rounded-big-green:hover {
    background-color: rgba(var(--main-green), 1);    
    text-decoration: none;
    color: #fff;
}

.fgis-card {
    border: 1px solid #5EB241;
    border-radius: 0;
    background: url(../images/fgis/card-bg.png) right 1.25rem no-repeat;
    min-height: 250px;
    background-size: 40%;
}
.fgis-card.grey-card {
    border-radius: 15px;
    background: #E3E3E3;
    border-width: 2px !important;
}
.fgis-card.green-card {
    border-radius: 15px;
    background: #A9D49B;
    border-width: 2px !important;
}
.fgis-card .card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.fgis-card h5 { font-weight: bold; margin: 0; z-index: 1; }
.fgis-card.green-card h5 {
    font-size: 28px;
    line-height: 40px;
    color: #095C08;
}
.fgis-card.green-card.grain .card-body {
    background: url(../images/fgis/grain.png) no-repeat;
    background-position: right 2rem center;
    background-size: 220px;
}
.fgis-card .btn-success, .fgis-instructions-banner .btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #2B2A29;
    margin-top: auto;
}
.fgis-card .btn-success:hover, .fgis-instructions-banner .btn:hover { color: #FFF; }
.fgis-card.grey-card img {
    width: 80px;
    margin-bottom: auto;
}
.fgis-card:not(.grey-card) img {
    position: absolute;
    right: 10px;
    top: 70px;
    max-width: 100px;
}
.fgis-card.grey-card .btn-success, .fgis-instructions-banner .btn {
    border-radius: 7px;
    color: #FFF;
}
.fgis-card.green-card .btn-success {
    background-color: #FFF;
    color: #5FB242;
    border-radius: 7px;
    border: none;
}
.fgis-card.green-card  .btn-success:hover {
    background-color: #095C08;
    color: #fff;
}
.fgis-card.horizontal {
    min-height: 100px;
    height: 100px;
    min-height: auto;
}
.fgis-card.horizontal .card-body {
    flex-direction: row;
    align-items: center;
}
.fgis-card.horizontal .card-image {
    height: 70px;
    width: 100px;
    text-align: center;
    margin-right: 1.5rem;
}
.fgis-card.horizontal img {
    height: 100%;
    width: auto;
}
.fgis-card.horizontal .btn-success { margin-top: 0; margin-left: auto; }
.fgis-learning {
    background: #A9D49B;
    border-radius: 15px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.3rem;
    padding: 1rem;
}
.fgis-opendata {
    margin-left: -10px;
    margin-right: -10px;
}
.fgis-opendata .card {
    background: #E5E5E5;
    border: 2px solid #5FB241;
    border-radius: 10px;
}
.fgis-opendata .card-body::before {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
}
.fgis-opendata .col-sm-6:nth-child(1) .card-body::before { content: url(../images/fgis/data1.png); }
.fgis-opendata .col-sm-6:nth-child(2) .card-body::before { content: url(../images/fgis/data2.png); }
.fgis-opendata .col-sm-6:nth-child(3) .card-body::before { content: url(../images/fgis/data3.png); }
.fgis-opendata .col-sm-6:nth-child(4) .card-body::before { content: url(../images/fgis/data4.png); }
.fgis-opendata .col-sm-6:nth-child(5) .card-body::before { content: url(../images/fgis/data5.png); }
.fgis-opendata .col-sm-6:nth-child(6) .card-body::before { content: url(../images/fgis/data6.png); }
.fgis-opendata .col-sm-6:nth-child(7) .card-body::before { content: url(../images/fgis/data7.png); }
.fgis-opendata .col-sm-6:nth-child(8) .card-body::before { content: url(../images/fgis/data8.png); }
.fgis-opendata .card p {
    font-size: .8rem;
}
.fgis-opendata>div {
    padding-left: 10px;
    padding-right: 10px;
}
.fgis-opendata .btn-success::before {
    content: url(../images/fgis/clock.png);
    display: block;
}
.fgis-opendata .btn-success {
    border-radius: 8px;
    padding: 0.375rem 0.6rem;
}
.lamp-text .row { flex-wrap: nowrap; margin: 0; }
.lamp-text .lamp {
    background: url(../images/fgis/lamp.png) no-repeat;
    background-size: contain;
    width: 80px;
    margin-right: 25px;
    background-position-y: 15px;
}
.lamp-text .lamp.align-middle { background-position-y: center; }
.lamp-text .text {
    width: fit-content;
    color: #095C08;
    border-color: #5FB142 !important;
    border-width: 2px !important;
}
.lamp-text .text h1 {
    font-size: 25px;
    margin-bottom: 1.5rem;
}
.lamp-text .text.border-top { padding-top: 30px; }
.fgis-instructions-banner {
    background: rgba(247, 167, 7, 0.4);
    border-radius: 15px;
    padding: 2.5rem 2.5rem 0 2.5rem;
}
.fgis-instructions-banner h5 {
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
    margin: 2rem 0;
    color: #095C08;
}
.fgis-instructions-banner .btn {
    margin-bottom: 2rem !important;
}
.text-green {
    color: #095C08;
}
.background-green {
    background: #A9D49B;
}
.fgis-h2 {
    font-weight: bold !important;
    text-transform: none !important;
}
.fgis-members {
    margin: 0 !important;
    background: url(../images/fgis/ul-bg.png) repeat-y;
    padding-left: 20px !important;
}
.fgis-members h5 {
    color: #5EB242;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    line-height: 1.5rem;
}
.fgis-members h5>span {
    display: block;
    font-size: .8rem;
}
.fgis-members p {
    font-size: .8rem;
    margin: 0;
}
.fgis-members li {
    border-bottom: 1px solid #000;
    padding: 15px 0;
    list-style: none;
    position: relative;
}
.fgis-members li::before {
    content: url(../images/fgis/marker.png);
    position: absolute;
    left: -30px;
    top: 16px;
}
.fgis-members li:last-child {
    border-bottom: none;
}
.fgis-members li:last-child::after {
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    background-color: #f4f6f2;
    position: absolute;
    left: -30px;
    top: 37px;
}
.fgis-members li:first-child::after {
    content: '';
    display: block;
    width: 20px;
    height: 16px;
    background-color: #f4f6f2;
    position: absolute;
    left: -30px;
    top: 0;
}
.fgis-arrow {
    background: url(../images/fgis/arrows.png) center center no-repeat;
}

@media (max-width: 576px) {
    .fs-05, .fs-13, .fs-15, .fs-25 { font-size: 1.35rem; }
    .fgis-members li, .fgis-card h5 { hyphens: auto; }
    .fgis-card.horizontal .card-image {
        height: 50px;
        width: 70px;
        margin-right: .5rem;
    }
    .fgis-card:not(.grey-card) img {
        right: 10px;
        top: 60px;
        max-width: 80px;
    }
    .fgis-card.horizontal h5 { font-size: 1rem; }
    .fgis-arrow { background-size: 90%; }
}