﻿header {
    margin-bottom: .5rem;
}

body {
    color: #1C244F;
}

footer {
    background-color: #025c8d;
    color: white;
    margin-top: 3rem;
}

    footer a {
        color: white;
        padding: 2px 8px;
    }

    footer hr {
        margin: 10px 5px;
        background-color: white;
    }

a {
    /*text-decoration: none;
    color: white;*/
    text-decoration: none;
    color: black;
}

    a:hover {
        text-decoration: underline;
    }

p {
    /*color: #00337D;*/
    color: black;
}

h1 {
    color: #00337D;
}

h2 {
    color: #00337D;
}

h3 {
    color: #00337D;
}

/*#region Site Branding*/

.site-branding .logo {
    display: flex;
    flex-direction: row;
    margin-right: 17px;
}

.site-branding .logo-title {
    display: flex;
    align-items: center;
    margin: 0;
    padding-left: 17px;
    font-size: 1.3rem;
    font-weight: 550;
    font-family: "Helvetica Neue LT W05_77 Bd Cn", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-transform: uppercase;
    color: #1C244F;
}

    .site-branding .logo-title:before {
        content: "";
        position: absolute;
        height: 60px;
        width: 1px;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        background-color: #B3CAEA;
    }

/*#endregion*/

/*#region Navigation*/

#site-navigation {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    height: 100%;
}

    #site-navigation .navbar-nav {
    }

.navbar {
}

.nav-item {
    margin: 2px 0px;
}

    .nav-item a {
        background-color: #025c8d;
        color: #fff;
        margin-right: 3px;
    }

        .nav-item a:hover {
            background-color: #1c244f;
            color: #fff;
        }

        .nav-item a:focus {
            color: #fff;
        }

    .nav-item .nav-link.active {
        color: #fff;
        background-color: #1c244f;
    }

.nav-link {
    padding: 10px 20px;
    font-size: 1.2rem;
    height: 50px;
}

.home-link {
}

.home-icon {
    margin-bottom: 2px;
    /*padding: 8px 8px;*/
}

/*.menu-item-home a {
    position: relative;
    display: block;
    height: 48px;
    width: 48px;
}

.menu-item-home a:after{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #fff;
    -webkit-mask: url(../images/icons/home.svg) no-repeat;
    mask: url(../images/icons/home.svg) no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}*/

/*#endregion*/

/*#region Navigation*/

.news-info {
    display: flex;
    flex-direction: row;
    font-size: 1.0rem;
    padding: 5px 10px;
}

.Missing {
    background-color: #075C64;
    color: white;
}

.News {
    background-color: #00337d;
    color: white;
}

.Appeal {
    background-color: #a6213c;
    color: white;
}

.promoted-news {
    background-color: #0F5D8A;
    color: white;
}

.promoted-news-head {
    font-size: 1.4rem;
    padding: 5px 10px;
    background-color: #0F5D8A;
    color: white;
}

.promoted-news-summary {
    font-size: 1.2rem;
    padding-left: 10px;
    padding-right: 10px;
    color: black;
}

.news-date {
    width: 50%;
    display: flex;
    justify-content: flex-start;
}

.news-category {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.article-head {
    font-size: 1.3rem;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: .5rem;
    color: black;
}

.home-col-1 {
    padding-bottom: .5rem !important;
}

.page-link .page-link.active {
    color: #fff;
    background-color: #1c244f;
}

.page-link:hover {
    color: #fff;
    background-color: #1c244f;
}

.page-link {
    color: #1C244F;
}

/*#endregion*/

#NewsSearchSubmit {
    background-color: #025c8d;
    color: white;
}

    #NewsSearchSubmit:hover {
        background-color: #1c244f;
        color: white;
    }

    #NewsSearchSubmit:focus {
        background-color: #1c244f;
        color: white;
    }

/*#gdpr-cookie-message {
    position: fixed;
    z-index: 1000;
    background-color: #f5f4f4;
    width: 100%;
    opacity: 98%;
    padding: 20px;
    border-radius: 5px;
}*/

/*#gdpr-cookie-types ul {
    list-style-type: none;
    padding-left: 10px;
    font-size: 16px;
}

#gdpr-cookie-types h5 {
    font-size: 16px;
}*/

button#ihavecookiesBtn {
    margin-left: 0px !important;
}
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #3d3b3b; /* default supported fallback style */
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
    z-index: 1000;
}

    #gdpr-cookie-message h4 {
        color: white;
        font-family: 'Quicksand', sans-serif;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    #gdpr-cookie-message h5 {
        color: white;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    #gdpr-cookie-message p, #gdpr-cookie-message ul {
        color: white;
        font-size: 15px;
        line-height: 1.5em;
    }

        #gdpr-cookie-message p:last-child {
            margin-bottom: 0;
            text-align: right;
        }

    #gdpr-cookie-message li {
        width: 49%;
        display: inline-block;
    }

    #gdpr-cookie-message a {
        color: white;
        text-decoration: none;
        font-size: 15px;
        padding-bottom: 2px;
    }

        #gdpr-cookie-message a:hover {
            color: white;
            font-weight: 500;
            border-bottom: 1px dotted rgba(255,255,255,0.75);
        }

    #gdpr-cookie-message button, button#ihavecookiesBtn {
        border: none;
        background: black;
        color: white;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        padding: 7px;
        border-radius: 3px;
        margin-left: 15px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }

        #gdpr-cookie-message button:hover {
            background: white;
            color: black;
            transition: all 0.3s ease-in;
        }

        #gdpr-cookie-message button:disabled {
            background: rgba(255,255,255,0.8);
            color: black;
        }

    #gdpr-cookie-message input[type="checkbox"] {
        float: none;
        margin-top: 0;
        margin-right: 5px;
    }

/*#region news-article*/
.news-article img[style*="float: left"] {
    margin: 10px 15px 10px 0;
}

.news-article img[style*="float: right"] {
    margin: 10px 0 10px 15px;
}
/*#endregion*/

/*#region text-page*/
.text-page img[style*="float: left"] {
    margin: 10px 15px 10px 0;
}

.text-page img[style*="float: right"] {
    margin: 10px 0 10px 15px;
}
/*#endregion*/