﻿html, body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    background-color: #05386b;
    overflow: auto !important;
    max-width: 120em;
    margin: 0 auto;
}

header {
    padding-top: 0px !important;
}

h5 > i {
    display: none;
}

.validation-summary-errors ul {
    list-style-type: none;
}

.footer {
    flex-shrink: 0;
}

footer {
    bottom: 0;
}

.navigation-bg {
    background-color: #0e99b8 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: whitesmoke;
    white-space: nowrap;
    font-size: 19px;
    cursor: pointer;
}

.navbar .dropdown-menu a {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    width: -moz-available;
    width: -webkit-fill-available;
    max-width: 100%;
}

main {
    margin: 1% 0;
    flex: 1 0 auto;
}

header:not(:has(div)) + main {
    margin-top: 5.5em;
}

.footer-container .container {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
}

.footer-navigation a {
    display: block;
    color: whitesmoke;
    font-size: 20px;
    white-space: nowrap;
}

.footer-navigation ul {
    list-style-type: none;
    padding-left: 0;
}

.modal .modal-header {
    background-color: #2A77B7;
    color: white;
}

.cus-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bootstrap-select .dropdown-item:hover {
    color: #2A77B7;
    text-decoration: none;
    background-color: white;
}

.color-nav,
.modal-header .close {
    color: white;
    opacity: 1;
}

.btn-primary {
    color: white;
    border-color: #2A77B7 !important;
    background-color: #2A77B7 !important;
}

    .btn-primary:hover {
        color: white;
    }

.btn-cancel {
    border-color: #797676 !important;
    background-color: #797676 !important;
    color: white;
}

    .btn-cancel:hover {
        color: white !important;
    }

.btn-default {
    border-color: #797676 !important;
    background-color: #797676 !important;
    color: white;
}

    .btn-default:hover {
        color: white !important;
    }

.footer-logos {
    display: flex;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50%;
    margin: 0% 1%;
    position: relative;
}

.pager {
    margin-top: 15px;
    margin-bottom: 15px;
    justify-content: center;
}

.pagination, ul.pager {
    display: flex;
    list-style: none;
}

.fa {
    color: #a09e9e;
}


[dir] .pagination, [dir] ul.pager {
    border-radius: 0.25rem;
}


[dir=ltr] .pagination, [dir=ltr] ul.pager {
    padding-left: 0;
}


[dir=rtl] .pagination, [dir=rtl] ul.pager {
    padding-right: 0;
}


.page-link, ul.pager li a {
    position: relative;
    display: block;
    line-height: 1.25;
    color: #2A77B7;
}


[dir] .page-link, [dir] ul.pager li a {
    padding: 0.5rem 0.75rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
}


[dir=ltr] .page-link, [dir=ltr] ul.pager li a {
    margin-left: -1px;
}


[dir=rtl] .page-link, [dir=rtl] ul.pager li a {
    margin-right: -1px;
}


.page-link:hover, ul.pager li a:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
}


[dir] .page-link:hover, [dir] ul.pager li a:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
}


.page-link:focus, ul.pager li a:focus {
    z-index: 3;
    outline: 0;
}


[dir] .page-link:focus, [dir] ul.pager li a:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}


[dir=ltr] .page-item:first-child .page-link, [dir=ltr] ul.pager li:first-child .page-link, [dir=ltr] .page-item:first-child ul.pager li a, [dir=ltr] ul.pager li .page-item:first-child a, [dir=ltr] ul.pager li:first-child a {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}


[dir=rtl] .page-item:first-child .page-link, [dir=rtl] ul.pager li:first-child .page-link, [dir=rtl] .page-item:first-child ul.pager li a, [dir=rtl] ul.pager li .page-item:first-child a, [dir=rtl] ul.pager li:first-child a {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}


[dir=ltr] .page-item:last-child .page-link, [dir=ltr] ul.pager li:last-child .page-link, [dir=ltr] .page-item:last-child ul.pager li a, [dir=ltr] ul.pager li .page-item:last-child a, [dir=ltr] ul.pager li:last-child a {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}


[dir=rtl] .page-item:last-child .page-link, [dir=rtl] ul.pager li:last-child .page-link, [dir=rtl] .page-item:last-child ul.pager li a, [dir=rtl] ul.pager li .page-item:last-child a, [dir=rtl] ul.pager li:last-child a {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}


.page-item.active .page-link, ul.pager li.active .page-link, .page-item.active ul.pager li a, ul.pager li .page-item.active a, ul.pager li.active a {
    z-index: 3;
    color: #fff;
}


[dir] .page-item.active .page-link, [dir] ul.pager li.active .page-link, [dir] .page-item.active ul.pager li a, [dir] ul.pager li .page-item.active a, [dir] ul.pager li.active a {
    background-color: #2A77B7;
    border-color: #2A77B7;
}


.page-item.disabled .page-link, ul.pager li.disabled .page-link, .page-item.disabled ul.pager li a, ul.pager li .page-item.disabled a, ul.pager li.disabled a {
    color: #6c757d;
    pointer-events: none;
}


[dir] .page-item.disabled .page-link, [dir] ul.pager li.disabled .page-link, [dir] .page-item.disabled ul.pager li a, [dir] ul.pager li .page-item.disabled a, [dir] ul.pager li.disabled a {
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}


.pagination-lg .page-link, .pagination-lg ul.pager li a, ul.pager li .pagination-lg a {
    font-size: 1.25rem;
    line-height: 1.5;
}


[dir] .pagination-lg .page-link, [dir] .pagination-lg ul.pager li a, [dir] ul.pager li .pagination-lg a {
    padding: 0.75rem 1.5rem;
}


[dir=ltr] .pagination-lg .page-item:first-child .page-link, [dir=ltr] .pagination-lg ul.pager li:first-child .page-link, [dir=ltr] ul.pager .pagination-lg li:first-child .page-link, [dir=ltr] .pagination-lg .page-item:first-child ul.pager li a, [dir=ltr] ul.pager li .pagination-lg .page-item:first-child a, [dir=ltr] .pagination-lg ul.pager li:first-child a, [dir=ltr] ul.pager .pagination-lg li:first-child a {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}


[dir=rtl] .pagination-lg .page-item:first-child .page-link, [dir=rtl] .pagination-lg ul.pager li:first-child .page-link, [dir=rtl] ul.pager .pagination-lg li:first-child .page-link, [dir=rtl] .pagination-lg .page-item:first-child ul.pager li a, [dir=rtl] ul.pager li .pagination-lg .page-item:first-child a, [dir=rtl] .pagination-lg ul.pager li:first-child a, [dir=rtl] ul.pager .pagination-lg li:first-child a {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}


[dir=ltr] .pagination-lg .page-item:last-child .page-link, [dir=ltr] .pagination-lg ul.pager li:last-child .page-link, [dir=ltr] ul.pager .pagination-lg li:last-child .page-link, [dir=ltr] .pagination-lg .page-item:last-child ul.pager li a, [dir=ltr] ul.pager li .pagination-lg .page-item:last-child a, [dir=ltr] .pagination-lg ul.pager li:last-child a, [dir=ltr] ul.pager .pagination-lg li:last-child a {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}


[dir=rtl] .pagination-lg .page-item:last-child .page-link, [dir=rtl] .pagination-lg ul.pager li:last-child .page-link, [dir=rtl] ul.pager .pagination-lg li:last-child .page-link, [dir=rtl] .pagination-lg .page-item:last-child ul.pager li a, [dir=rtl] ul.pager li .pagination-lg .page-item:last-child a, [dir=rtl] .pagination-lg ul.pager li:last-child a, [dir=rtl] ul.pager .pagination-lg li:last-child a {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}


.pagination-sm .page-link, .pagination-sm ul.pager li a, ul.pager li .pagination-sm a {
    font-size: 0.875rem;
    line-height: 1.5;
}


[dir] .pagination-sm .page-link, [dir] .pagination-sm ul.pager li a, [dir] ul.pager li .pagination-sm a {
    padding: 0.25rem 0.5rem;
}


[dir=ltr] .pagination-sm .page-item:first-child .page-link, [dir=ltr] .pagination-sm ul.pager li:first-child .page-link, [dir=ltr] ul.pager .pagination-sm li:first-child .page-link, [dir=ltr] .pagination-sm .page-item:first-child ul.pager li a, [dir=ltr] ul.pager li .pagination-sm .page-item:first-child a, [dir=ltr] .pagination-sm ul.pager li:first-child a, [dir=ltr] ul.pager .pagination-sm li:first-child a {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}


[dir=rtl] .pagination-sm .page-item:first-child .page-link, [dir=rtl] .pagination-sm ul.pager li:first-child .page-link, [dir=rtl] ul.pager .pagination-sm li:first-child .page-link, [dir=rtl] .pagination-sm .page-item:first-child ul.pager li a, [dir=rtl] ul.pager li .pagination-sm .page-item:first-child a, [dir=rtl] .pagination-sm ul.pager li:first-child a, [dir=rtl] ul.pager .pagination-sm li:first-child a {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}


[dir=ltr] .pagination-sm .page-item:last-child .page-link, [dir=ltr] .pagination-sm ul.pager li:last-child .page-link, [dir=ltr] ul.pager .pagination-sm li:last-child .page-link, [dir=ltr] .pagination-sm .page-item:last-child ul.pager li a, [dir=ltr] ul.pager li .pagination-sm .page-item:last-child a, [dir=ltr] .pagination-sm ul.pager li:last-child a, [dir=ltr] ul.pager .pagination-sm li:last-child a {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}


[dir=rtl] .pagination-sm .page-item:last-child .page-link, [dir=rtl] .pagination-sm ul.pager li:last-child .page-link, [dir=rtl] ul.pager .pagination-sm li:last-child .page-link, [dir=rtl] .pagination-sm .page-item:last-child ul.pager li a, [dir=rtl] ul.pager li .pagination-sm .page-item:last-child a, [dir=rtl] .pagination-sm ul.pager li:last-child a, [dir=rtl] ul.pager .pagination-sm li:last-child a {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}


.latest-news-title {
    padding-bottom: 20px;
    width: 100%;
}

.latest-news-article {
    display: flex;
    flex-direction: column;
}

.article-img {
    max-width: 100%;
    padding-bottom: 5%;
}

.article-summary-img {
    width: 240px;
    height: 160px;
}

.gis-information {
    display: flex;
}

.navbar-nav li {
    display: flex;
    justify-content: center;
}

.btn {
    text-transform: none !important;
}

.gis-image {
    padding: 0;
}

.mh-750 {
    max-height: 550px;
}

.page-title {
    text-align: center;
}

.partner p {
    text-align: center;
}

.partner-logo {
    max-width: 300px;
    margin: 0 20px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.partners {
    display: flex;
}

.alert {
    float: right;
    margin: 1% 1% 0 0;
    width: 15%;
}

@media screen and (max-width: 767px) {
    .footer-container > .container {
        display: block;
    }
}

@media screen and (max-width: 992px) {

    .gis-information {
        display: block !important;
    }

    .navbar .container {
        max-width: 100%;
    }

    .alert {
        width: 100%;
        float: none;
    }
}

.subtitle {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2em;
}

.header {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-top: 0px;
    margin-bottom: -1px;
    background-color: #dcdcdc;
}

.header-border {
    border: 1px solid rgba(0,0,0,.125) !important;
    margin-right: 1px
}

.wordwrap {
    overflow-wrap: break-word;
}

.textcenter {
    text-align: center
}

.image-wrap-left {
    float: left;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 20px;
    margin-left: 0px;
    width: 25vw;
    height: 35vh;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

.black-bg-nav {
    background-color: #054134;
}


.alert-info {
    text-align: center;
    width: 100%;
    background-color: white;
    border: none;
}

.unsubscribe-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
    text-align: center;
    word-wrap: anywhere;
}

.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
        padding-right: 45px;
    }

    .right-inner-addon i {
        cursor: pointer;
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 0.75rem 0.375rem;
    }

    .right-inner-addon .clear-icon {
        display: none;
        right: 20px;
    }

.search-input:not(:placeholder-shown):hover ~ .clear-icon,
.search-input:not(:placeholder-shown):focus ~ .clear-icon,
.clear-icon:hover {
    display: inline-block;
}

.c-alert {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
}

    .c-alert:not(.show) {
        z-index: -1;
    }

.validation-summary-errors {
    color: #E60000;
}

.auth-form {
    margin: 10em auto;
}

.validation-error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.input-validation-error {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.article-summary {
    display: flex;
    color: #3f3844;
}

    .article-summary:hover {
        text-decoration: none;
        color: #000;
    }

    .article-summary .article-content {
        padding: 0 1em;
    }

.article-date {
    font-size: 0.8em;
    margin-top: 1em
}

.article-summary .article-subtitle {
    margin-top: 0.7em;
}

.article {
    margin-top: 3em;
}


.back-url {
    color: #2A77B7;
}

    .back-url i {
        margin-right: .4em;
    }

.footer-navigation ul {
    padding: 0 0 0 0;
    list-style: none;
}

.footer-navigation a {
    color: whitesmoke;
    font-size: 21px;
    white-space: nowrap;
    text-decoration: none;
    color: black;
}

    .footer-navigation a:first-child {
        padding-left: 10px;
    }

    .footer-navigation a:not(:first-child) {
        padding-left: 0.8rem;
    }

    .footer-navigation a:hover {
        text-decoration: underline;
    }

@media screen and (max-width: 767px) {
    .footer-container > .container {
        display: block;
    }

    .footer-container .container ul li {
        display: flex;
    }
}

@media screen and (max-width: 992px) {

    .gis-information {
        display: block !important;
    }

    .navbar .container {
        max-width: 100%;
    }

    .alert {
        width: 100%;
        float: none;
    }
}

.footer-border {
    border-top: 1px solid rgba(128, 128, 128, 0.5);
    background: white;
}

nav .mosv-div img {
    height: 3em;
}


#mainNav {
    max-width: 120em;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: background-color 0.2s ease;
    margin: 0 auto;
}

    #mainNav .navbar-nav .nav-item .nav-link:hover,
    #mainNav .navbar-nav .nav-item .nav-link:active {
        color: #2A77B7 !important;
    }

    #mainNav.navbar-shrink .navbar-nav .nav-item .navigation-link {
        background: none;
    }

@media (min-width: 992px) {
    #mainNav {
        box-shadow: none;
        background-color: transparent;
        padding: 5px;
    }

        #mainNav .navbar-brand {
            color: rgba(255, 255, 255, 0.7);
        }

            #mainNav .navbar-brand:hover {
                color: #fff;
            }

        #mainNav .navbar-nav .nav-item .nav-link {
            color: rgba(255, 255, 255, 0.7);
            padding: 0 1rem;
        }

        #mainNav.navbar-shrink {
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            background-color: #fff;
        }

            #mainNav.navbar-shrink .navbar-brand {
                color: #212529;
            }

            #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
                color: #212529;
            }

                #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
                    color: #2A77B7;
                }

            #mainNav.navbar-shrink .navbar-nav .nav-item .dropdown-menu .navigation-link:hover {
                color: #dcdcdc !important;
                text-decoration: none;
                background: #0e99b8;
            }
}

@media screen and (max-width: 992px) {
    #mainNav {
        box-shadow: none;
        background-color: transparent;
        padding: 5px;
    }

        #mainNav .navbar-brand {
            color: rgba(255, 255, 255, 0.7);
        }

        #mainNav.nav-shrink {
            background: black;
        }

        #mainNav .navbar-brand:hover {
            color: #fff;
        }

        #mainNav .navbar-nav .nav-item .nav-link {
            color: rgba(255, 255, 255, 0.7);
            padding: 0 1rem;
        }

        #mainNav .navbar-nav .nav-item:last-child .nav-link {
            padding-right: 0;
        }

        #mainNav.navbar-shrink {
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            background-color: #fff;
        }

            #mainNav.navbar-shrink .navbar-brand {
                color: #212529;
            }

            #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
                color: #212529;
            }

                #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
                    color: #2A77B7;
                }

            #mainNav.navbar-shrink .navbar-nav .nav-item .dropdown-menu .navigation-link:hover {
                color: #dcdcdc !important;
                text-decoration: none;
                background: #0e99b8;
            }

        #mainNav.navbar-shrink {
            background: white;
        }

            #mainNav.navbar-shrink .container .navbar-toggler .animated-icon2 span {
                background: black;
            }

    .navbar-nav li {
        justify-content: left;
    }
}


.blur-top:before {
    content: "";
    background-image: linear-gradient(to top, transparent, rgba(0,0,0,0.5));
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 30vh;
}

div.page-banner img {
    height: 60vh;
    object-fit: cover;
}

@media screen and (max-width: 1280px) {
    h2 {
        text-align: left;
    }
}

.animated-icon2 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    .animated-icon2 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }


    .animated-icon2 span {
        background: #e3f2fd;
    }

        .animated-icon2 span:nth-child(1) {
            top: 0px;
        }

        .animated-icon2 span:nth-child(2),
        .animated-icon2 span:nth-child(3) {
            top: 10px;
        }

        .animated-icon2 span:nth-child(4) {
            top: 20px;
        }

    .animated-icon2.open span:nth-child(1) {
        top: 11px;
        width: 0%;
        left: 50%;
    }

    .animated-icon2.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .animated-icon2.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .animated-icon2.open span:nth-child(4) {
        top: 11px;
        width: 0%;
        left: 50%;
    }

@media screen and (max-width: 992px) {

    .gis-information {
        display: block !important;
    }

    .navbar .container {
        max-width: 100%;
    }

    .alert {
        width: 100%;
        float: none;
    }

    div.page-banner img {
        height: 45vh !important;
        object-fit: unset;
    }
}

.article-summary .article-subtitle {
    margin-top: 0.7em;
}

.article {
    margin-top: 3em;
}

.image-wrap-left {
    float: left;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 20px;
    margin-left: 0px;
}

.article-summary {
    display: flex;
    color: #3f3844;
}

    .article-summary:hover {
        text-decoration: none;
        color: #000;
    }

    .article-summary .article-content {
        padding: 0 1em;
    }

    .article-summary .article-title {
        text-align: left;
    }

.article-date {
    font-size: 0.8em;
    margin-top: 1em
}

@media screen and (max-width: 992px) {
    .article-summary {
        display: block;
    }

    .img-center {
        text-align: center;
        display: block;
        margin-right: auto;
        margin-bottom: 1em;
        width: 80%;
    }
}

@media screen and (max-width: 540px) {
    div.page-banner img {
        height: 30vh !important;
    }

    .container div.article img.image-wrap-left {
        width: 100% !important;
    }
}

.container-table {
    margin-top: 100px;
    position: relative;
    overflow: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 1em;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.thead-background {
    background: #dcdcdc;
}

@media screen and (max-width: 540px) {
    .sticky-col {
        position: -webkit-sticky;
        position: sticky;
        background: white;
    }

    .first-col {
        width: 110px;
        min-width: 110px;
        max-width: 150px;
        left: 0px;
        z-index: 1000;
    }

    .long-text {
        content: attr(data-th);
        display: inline-block;
        width: 18rem;
    }
}

.table tbody tr td div.alert {
    margin: 0;
}

.td-padding-zero {
    padding: 0 !important;
}

.documents {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 540px) {
    section.documents {
        width: auto;
        margin: 0;
    }

    div.file {
        word-break: break-all;
    }
}

tbody tr {
    background: white;
}

.table {
    border: 1px solid rgba(0,0,0,.125);
}

table tr:last-child td:first-child
table tr:last-child td:last-child {
    border-bottom-right-radius: 0.25rem;
}

.latest-news div.offset-md-9:last-child {
    text-align: right;
}

.widget-body {
    padding-bottom: 5px;
}

.all-rights {
    margin-bottom: 0;
    text-align: center;
}

div.footer-container {
    display: flex;
    width: 100%;
    padding-top: 0.5%;
}

    div.footer-container .first-child,
    div.footer-container .third-child {
        flex-basis: 26%;
        flex-grow: 0;
    }

    div.footer-container .second-child {
        flex-basis: 48%;
        flex-grow: 1;
        text-align: center;
        margin-top: 0.5%;
        border-left: 2px solid rgba(128, 128, 128, 0.5);
        border-right: 2px solid rgba(128, 128, 128, 0.5);
    }

.second-child p {
    margin-top: 0;
    margin-bottom: 0;
}

    .second-child p:first-child {
        font-weight: bold;
        padding-top: 0.5rem;
    }

.third-child ul {
    margin-bottom: inherit;
    padding: 1em;
}

    .third-child ul li {
        margin: 0.3rem;
        margin-bottom: 0.3rem;
    }

.footer-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-container i {
    margin-right: 3px;
}

.carousel-item img {
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    height: 60vh;
}

@media screen and (max-width: 912px) {
    div.footer-container {
        display: flex;
        flex-direction: column-reverse;
        height: 100%;
    }

        div.footer-container .first-child
        div.footer-container .third-child {
            width: 26%;
            flex: 1;
        }

        div.footer-container .first-child {
            display: flex;
        }

        div.footer-container .second-child {
            width: 100%;
            border-left: unset;
            border-right: unset;
            flex: 1;
            margin-left: 0;
        }

    .third-child ul {
        padding: 0;
    }

    .footer-logos {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        margin: auto;
    }

    .footer-img {
        position: unset;
        transform: unset;
    }

    .third-child ul {
        margin-top: 0.5rem;
        margin-bottom: inherit;
        text-align: center;
    }

    .footer-logos {
        width: 40%;
    }

    .carousel-item img {
        height: 35vh;
        object-fit: cover;
    }
}

@media screen and (max-width: 540px) {

    .footer-logos {
        width: 50%;
    }

    .latest-news div.offset-md-9:last-child {
        text-align: initial;
    }
}

@media screen and (max-width: 300px) {

    .footer-navigation a {
        font-size: 16px;
    }
}

a.menu-current-page {
    color: #2A77B7 !important;
}

.form-group-header {
    display: flex;
    margin-top: 1rem;
    white-space: nowrap;
}

.form-group h1 {
    margin: 0 1rem 0 0;
}

div.file {
    display: flex;
    border: 2px solid rgba(128, 128, 128, 0.5);
    border-radius: 1em;
}

.document {
    display: flex;
    align-items: center;
}

.document-title {
    width: 90%;
    padding-right: 10px;
    word-break: break-all;
}

.download-icon {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fa-download {
    color: black;
}

.current-page {
    pointer-events: none;
}

.menu {
    width: 100%;
    justify-content: space-evenly;
}

svg {
    width: 18px;
    height: 18px;
}

label.visually-hidden {
    visibility: hidden;
    display: none;
}

div.ccb__button button.consent-give {
    background-color: white;
    color: #2A77B7 !important;
}

div.ccb__wrapper {
    background-color: #2A77B7;
}

#cconsent-bar {
    background-color: #2A77B7 !important;
}

#ccm__footer__consent-modal-submit {
    background-color: #2A77B7 !important;
}

div.ccm__footer button.consent-give {
    background-color: #2A77B7 !important;
    color: white;
}

.gis-title {
    font-size: 2rem;
    margin: 0.5rem 0;
    text-align: center;
}

.error-page-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1em;
    height: 100%;
    justify-content: center;
}

.error-page-logo-span {
    margin: 0 auto;
    width: 11em;
    height: 11em;
    display: block;
}

.error-page-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: cover;
}

.error-page-article {
    text-align: center;
}

    .error-page-article p:first-child {
        margin-top: 1.5em;
        margin-bottom: 0;
    }
