﻿body {
    margin: 0 auto;
    max-width: 100vw;
    height: 100vh;
    min-height: 100vh;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
}

.wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-rows: 145px auto 100px;
    grid-template-rows: auto 1fr 100px;
    grid-gap: 0px;
    /*grid-row-gap: 10px;*/
    background-color: #fff;
    height: 100vh;
}

footer {
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1 / span 7;
}

main {
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1 / span 7;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-rows: 250px 1fr;
    grid-template-rows: 250px 1fr;
    /*grid-row-gap: 10px;*/
}

.content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1 / span 7;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-rows: auto !important;
    grid-template-rows: auto !important;
}

aside {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

h1 {
    font-size: 15px;
    font-weight: 100;
    color: #0070BA;
    text-align: center;
    -webkit-margin-before: 5px;
    margin-block-start: 5px;
    -webkit-margin-after: 15px;
    margin-block-end: 15px;
}

h2 {
    font-size: 24px;
    font-weight: 100;
    color: #0070BA;
    text-align: left;
    -webkit-margin-before: 5px;
    margin-block-start: 5px;
    -webkit-margin-after: 15px;
    margin-block-end: 15px;
}

h3 {
    font-size: 16px;
    font-weight: 100;
    color: #0070BA;
    text-align: left;
    -webkit-margin-before: 5px;
    margin-block-start: 5px;
    -webkit-margin-after: 15px;
    margin-block-end: 15px;
}

h4 {
    font-size: 14px;
    font-weight: 100;
    color: #0070BA;
    text-align: left;
    -webkit-margin-before: 5px;
    margin-block-start: 5px;
    -webkit-margin-after: 15px;
    margin-block-end: 15px;
}

p {
    padding-bottom: 8px;
}

a {
    color: #0070BA;
    text-decoration: none;
}

    a:hover {
        color: #0070BA;
        text-decoration: underline;
    }

    a:visited {
        color: #000;
        text-decoration: none;
    }

/* Demo Specific Styles */
/*
body {
    margin: 0 auto;
    max-width: 56em;
    padding: 1em 0;
}*/

/*header,
main,
aside,
footer {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

.search-box {
    background-image: url('/Content/search-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position-x: center;
    background-position-y: center;
    color: #000;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1 / span 7;
    display: -ms-grid;
    display: grid;
    grid-gap: 50px;
    padding: 10px;
}

    .search-box p {
        font-size: 16px;
        font-weight: 100;
        font-style: italic;
    }

    .search-box input[type=text] {
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #0070BA;
        margin-top: 10px;
        font-size: 14px;
        line-height: 28px;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 30px);
        color: #0070BA;
        background-color: #eee;
    }

    .search-box input[type=submit] {
        border: none;
        background-color: #0070BA;
        color: #fff;
        margin-top: 10px;
        font-size: 14px;
        line-height: 28px;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 10px;
        width: 150px;
    }

    .search-box input::-webkit-input-placeholder {
        font-weight: 400;
        color: #bcb8b7;
    }

    .search-box input:-ms-input-placeholder {
        font-weight: 400;
        color: #bcb8b7;
    }

    .search-box input::-ms-input-placeholder {
        font-weight: 400;
        color: #bcb8b7;
    }

    .search-box input::placeholder {
        font-weight: 400;
        color: #bcb8b7;
    }

.search-inner {
    background: rgba(255, 255, 255, 0.6);
    padding: 25px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    margin-right: 10px;
    /*max-width: 900px;*/
    max-height: 250px
}

.logon-box {
    background-image: url('/Content/search-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position-x: center;
    background-position-y: center;
    color: #000;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1 / span 7;
    display: -ms-grid;
    display: grid;
    grid-gap: 50px;
    padding: 20px;
}

    .logon-box p {
        font-size: 16px;
        font-weight: 100;
        font-style: italic;
    }

    .logon-box input[type=text] {
        opacity: 0.95;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #0070BA;
        margin-top: 10px;
        font-size: 14px;
        line-height: 28px;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 10px;
        width: 150px;
        color: #0070BA;
        background-color: #eee;
    }

    .logon-box input[type=password] {
        opacity: 0.95;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #0070BA;
        margin-top: 10px;
        font-size: 14px;
        line-height: 28px;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 10px;
        width: 150px;
        color: #0070BA;
        background-color: #eee;
    }

    .logon-box input[type=submit] {
        border: none;
        background-color: #0070BA;
        color: #fff;
        margin-top: 10px;
        font-size: 14px;
        line-height: 28px;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 10px;
        width: 150px;
    }

.editor-label {
    display: inline-block;
    width: 100px;
    height: 24px;
}

.editor-field {
    display: inline;
}

.field-validation-valid {
    color: #0070BA;
    font-size: 10px;
    font-style: italic;
}

.logon-inner {
    background: rgba(255, 255, 255, 0.6);
    padding: 50px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    margin-right: 10px;
    /*max-width: 900px;*/
    height: 250px
}

.content-one {
    -ms-grid-row: 1;
}

.content-two {
    -ms-grid-row: 2;
}

.content-wide {
    background-color: #fff;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1 / span 7;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

    .content-wide .moreinfo {
        border: none;
        background-color: #0070BA;
        color: #fff;
        margin: 10px;
        font-size: 14px;
        line-height: 40px;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 10px;
        width: 150px;
        height: 40px;
        text-align: center;
    }

        .content-wide .moreinfo a {
            color: #fff;
            text-decoration: none;
        }

            .content-wide .moreinfo a:visited {
                color: #fff;
                text-decoration: none;
            }

            .content-wide .moreinfo a:hover {
                color: #fff;
                text-decoration: none;
            }

.content-left {
    background-color: #fff;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
    padding: 20px;
    margin-left: 10px;
}

.content-right {
    background-color: #fff;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5 / span 2;
    padding: 20px;
    margin-right: 10px;
}

.content-results {
    background-color: #fff;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1 / span 7;
}

.result-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 50% 0px 50%;
    grid-template-rows: 50% 50%;
    /* grid-template-rows: auto 1fr 100px; */
    grid-gap: 0px;
    /*grid-row-gap: 10px;*/
    background-color: #efefef;
    margin-bottom: 30px;
    border-bottom: 1px solid #0070BA;
}

    .result-item > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .result-item > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .result-item > *:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .result-item > *:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .result-item .cover {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / span 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / span 1;
        height: 200px;
        background-color: #efefef;
    }

        .result-item .cover img {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            max-height: 100%;
        }

    .result-item .details {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / span 1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 2 / span 1;
        padding: 20px;
        background-color: #efefef;
    }

    .result-item .adresses {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 2 / span 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        grid-row: 1 / span 2;
        background-color: #dfdfdf;
        padding: 20px;
        max-height: 366px;
        overflow-y: auto;
        overflow-scrolling: auto;
    }

    .result-item .moreinfo {
        border: none;
        background-color: #0070BA;
        color: #fff;
        margin-top: 10px;
        font-size: 14px;
        line-height: 40px;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 10px;
        width: 150px;
        height: 40px;
        text-align: center;
    }

        .result-item .moreinfo a {
            color: #fff;
            text-decoration: none;
        }

            .result-item .moreinfo a:visited {
                color: #fff;
                text-decoration: none;
            }

            .result-item .moreinfo a:hover {
                color: #fff;
                text-decoration: none;
            }

header {
    /*height: 92px; */
    /*border-bottom: 1px solid #a0a0a0;*/
}

footer {
    height: 86px;
    background-color: #000;
    color: #fff;
    border-bottom: 5px #0070BA solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    line-height: 12px;
}

    footer a {
        color: #0070BA;
        text-decoration: none;
    }

        footer a:hover {
            color: #0070BA;
            text-decoration: underline;
        }

        footer a:visited {
            color: #0070BA;
            text-decoration: none;
        }

header {
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1 / span 7;
    display: -ms-grid;
    display: grid;
    grid-gap: 0px;
    -ms-grid-columns: 200px (1fr)[7];
    grid-template-columns: repeat(8, 1fr);
    -ms-grid-rows: 70px 5px 70px;
    grid-template-rows: 70px 5px 70px;
    /*grid-column-gap: 10px;*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.logo {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    z-index: 99;
}

.the-logo {
    margin-top: 5px;
    margin-left: 5px;
    max-width: 200px;
    max-height: 150px;
}

    .the-logo img {
        /* width: 200px; */
        height: 75px;
        margin-top: 21px;
        margin-left: 5px;
        margin-right: 5px;
    }

.tagline {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2 / span 5;
    -ms-grid-row: 1;
    grid-row: 1;
    border-top: 0px solid #808080;
    text-align: left;
    padding-top: 15px;
}

.login-button {
    -ms-grid-column: 7;
    -ms-grid-column-span: 2;
    grid-column: 7 / span 3;
    -ms-grid-row: 1;
    grid-row: 1;
    text-align: right;
    padding: 0px;
    margin-right: 10px;
}

    .login-button a {
        color: #0070BA;
        text-decoration: none;
    }

        .login-button a:hover {
            color: #0070BA;
            text-decoration: underline;
        }

        .login-button a:visited {
            color: #000;
            text-decoration: none;
        }

menu {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1 / span 5;
    display: -ms-grid;
    display: grid;
    grid-gap: 0px;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(8, 1fr);
    -ms-grid-rows: 1fr 0px 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.menu-divider {
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1 / span 8;
    background-color: #0070BA;
    -ms-grid-row: 2;
    grid-row: 2;
    padding: 0px;
    grid-gap: 0px;
    height: 5px;
}

.menubar-spacer-left {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
    background-color: #000;
    padding: 0px;
}

.menubar {
    -ms-grid-column: 2;
    -ms-grid-column-span: 7;
    grid-column: 2 / span 7;
    background-color: #000;
    -ms-grid-row: 3;
    grid-row: 3;
    padding: 0px;
    display: -ms-grid;
    display: grid;
    grid-gap: 0px;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 10px;
    -ms-grid-row-align: end;
    align-self: end;
}

.menu-button {
    height: 70px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 14px;
    /*font-weight: bold;*/
    line-height: 70px;
}

.menu-one {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}

.menu-two {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
}

.menu-three {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
}

.menu-four {
    -ms-grid-column: 7;
    -ms-grid-row: 1;
}

.menu-five {
    -ms-grid-column: 9;
    -ms-grid-row: 1;
}

.active {
    background: url('/Content/active-marker.png');
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    background-color: #000;
    height: 70px;
    color: #0070BA;
    text-align: center;
    font-size: 14px;
    /*font-weight: bold;*/
    line-height: 70px;
}

    .active a {
        color: #0070BA !important;
        text-decoration: none;
    }

.menu-button a {
    color: #fff;
    text-decoration: none;
}

.menu-button:hover a {
    color: #0070BA !important;
    font-weight: bold;
    text-decoration: none;
}

.menu-button a:visited {
    color: #fff;
    text-decoration: none;
}

button {
    border: none;
}

    button:focus {
        outline: 0;
    }

/* Style the tab */
.tab {
    color: #000;
    background-color: #efefef;
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        font-size: 13px;
        color: #000;
        background-color: #efefef;
        border: none;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #dfdfdf;
            color: #000;
            border-top: 3px solid #0070BA;
        }

.tab-one {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}

.tab-two {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}

.tab-three {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
}

.tab-four {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
}

.tab-five {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
}

/* Style the tab content */
.tabcontent {
    background-color: #dfdfdf;
    margin-bottom: 30px;
    min-height: 250px;
    color: #000;
    display: block;
    padding: 20px;
    border: none;
    overflow-y: auto;
}

.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

    .tabcontent img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        max-height: 100%;
    }

.service-tab {
    color: #000;
    background-color: #efefef;
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
}

    /* Style the buttons that are used to open the tab content */
    .service-tab button {
        font-size: 15px;
        color: #000;
        background-color: #efefef;
        border: none;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .service-tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .service-tab button.active {
            background-color: #dfdfdf;
            color: #000;
            border-top: 3px solid #0070BA;
        }

.object-list-container {
    background-color: #efefef;
}


    .object-list-container .moreinfo {
        border: none;
        background-color: #0070BA;
        color: #fff;
        font-size: 14px;
        line-height: 40px;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 10px;
        margin: 10px;
        max-width: 150px;
        height: 40px;
        text-align: center;
        display: inline-block;
    }

        .object-list-container .moreinfo a {
            color: #fff;
            text-decoration: none;
            width: auto;
            height: auto;
            background-image: none;
        }

            .object-list-container .moreinfo a:visited {
                color: #fff;
                text-decoration: none;
            }

            .object-list-container .moreinfo a:hover {
                color: #fff;
                text-decoration: none;
            }

.object-list {
    color: #000;
    display: -ms-grid;
    display: grid;
    /*grid-template-columns: 15% 30% 8% 15% 5% 5% 5% 9% 8%;*/
    -ms-grid-columns: 20% 40% 10% 20% 5% 5%;
    grid-template-columns: 20% 40% 10% 20% 5% 5%;
    padding: 10px;
}

.object-list-container .object-list {
    /* max-width: 745px; */
    -ms-grid-columns: 15% 30% 10% 20% 15% 15% !important;
    grid-template-columns: 15% 30% 10% 20% 15% 15% !important;
}

.object-title {
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
}

.object-title-one {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}

.object-title-two {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}

.object-title-three {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
}

.object-title-four {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
}

.object-title-five {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
}

.object-title-six {
    -ms-grid-column: 6;
    -ms-grid-row: 1;
}

.object-value {
    font-size: 8px;
    font-weight: 200;
    line-height: 18px;
}

    .object-value a {
        display: block;
        width: 16px;
        height: 16px;
        background-image: url('/Content/download.png');
        background-size: cover;
        /*margin-left: auto;
        margin-right: auto;*/
    }


.object-value-one {
    -ms-grid-column: 1;
}

.object-value-two {
    -ms-grid-column: 2;
}

.object-value-three {
    -ms-grid-column: 3;
}

.object-value-four {
    -ms-grid-column: 4;
}

.object-value-five {
    -ms-grid-column: 5;
}

.object-value-six {
    -ms-grid-column: 6;
}


#complexinfo img {
    -o-object-fit: none;
    object-fit: none;
    width: auto;
    height: auto;
}

.odd {
    background-color: #bcb8b7;
}

.embedded-pdf {
    width: calc(100% - 20px);
    height: 100vh; /* calc(100vw * 1.5); */
    margin: 10px;
}

@media (min-width: 900px) {
    body {
        margin: 0 auto;
        max-width: 100vw;
        height: 100vh;
        min-height: 100vh;
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-size: 15px;
    }

    .wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
        -ms-grid-rows: 145px auto 100px;
        grid-template-rows: auto 1fr 100px;
        grid-gap: 0px;
        /*grid-row-gap: 10px;*/
        background-color: #fff;
        height: 100vh;
    }
    
    footer {
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1 / span 7;
    }

    main {
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        -ms-grid-row: 2;
        grid-column: 1 / span 7;
        width: 100%;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
        -ms-grid-rows: 450px 1fr;
        grid-template-rows: 450px 1fr;
        /*grid-row-gap: 10px;*/
    }
    
    .content {
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1 / span 7;
        width: 100%;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
        -ms-grid-rows: auto !important;
        grid-template-rows: auto !important;
    }
    
    aside {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }

    h1 {
        font-size: 18px;
        font-weight: 100;
        color: #0070BA;
        text-align: center;
        -webkit-margin-before: 5px;
        margin-block-start: 5px;
        -webkit-margin-after: 15px;
        margin-block-end: 15px;
    }

    h2 {
        font-size: 36px;
        font-weight: 100;
        color: #0070BA;
        text-align: left;
        -webkit-margin-before: 5px;
        margin-block-start: 5px;
        -webkit-margin-after: 15px;
        margin-block-end: 15px;
    }

    h3 {
        font-size: 20px;
        font-weight: 100;
        color: #0070BA;
        text-align: left;
        -webkit-margin-before: 5px;
        margin-block-start: 5px;
        -webkit-margin-after: 15px;
        margin-block-end: 15px;
    }

    h4 {
        font-size: 16px;
        font-weight: 100;
        color: #0070BA;
        text-align: left;
        -webkit-margin-before: 5px;
        margin-block-start: 5px;
        -webkit-margin-after: 15px;
        margin-block-end: 15px;
    }

    p {
        padding-bottom: 10px;
    }

    a {
        color: #0070BA;
        text-decoration: none;
    }

        a:hover {
            color: #0070BA;
            text-decoration: underline;
        }

        a:visited {
            color: #000;
            text-decoration: none;
        }

    /* Demo Specific Styles */
    /*
body {
    margin: 0 auto;
    max-width: 56em;
    padding: 1em 0;
}*/

    /*header,
main,
aside,
footer {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

    .search-box {
        background-image: url('/Content/search-background.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #fff;
        background-position-x: center;
        background-position-y: center;
        color: #000;
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1 / span 7;
        display: -ms-grid;
        display: grid;
        grid-gap: 50px;
        padding: 20px;
    }

        .search-box p {
            font-size: 18px;
            font-weight: 100;
            font-style: italic;
        }

        .search-box input[type=text] {
            border-top: 1px solid #ddd;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
            border-bottom: 1px solid #0070BA;
            margin-top: 10px;
            font-size: 14px;
            line-height: 28px;
            font-weight: bold;
            padding-left: 10px;
            padding-right: 10px;
            width: calc(100% - 30px);
            color: #0070BA;
            background-color: #eee;
        }

        .search-box input[type=submit] {
            border: none;
            background-color: #0070BA;
            color: #fff;
            margin-top: 10px;
            font-size: 14px;
            line-height: 28px;
            font-weight: bold;
            padding-left: 10px;
            padding-right: 10px;
            width: 150px;
        }

        .search-box input::-webkit-input-placeholder {
            font-weight: 400;
            color: #bcb8b7;
        }

        .search-box input:-ms-input-placeholder {
            font-weight: 400;
            color: #bcb8b7;
        }

        .search-box input::-ms-input-placeholder {
            font-weight: 400;
            color: #bcb8b7;
        }

        .search-box input::placeholder {
            font-weight: 400;
            color: #bcb8b7;
        }

    .search-inner {
        background: rgba(255, 255, 255, 0.6);
        padding: 50px;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 60px;
        margin-right: 60px;
        /*max-width: 900px;*/
        height: 250px
    }

    .logon-box {
        background-image: url('/Content/search-background.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #fff;
        background-position-x: center;
        background-position-y: center;
        color: #000;
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1 / span 7;
        display: -ms-grid;
        display: grid;
        grid-gap: 50px;
        padding: 20px;
    }

        .logon-box p {
            font-size: 18px;
            font-weight: 100;
            font-style: italic;
        }

        .logon-box input[type=text] {
            opacity: 0.95;
            border-top: 1px solid #ddd;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
            border-bottom: 1px solid #0070BA;
            margin-top: 10px;
            font-size: 14px;
            line-height: 28px;
            font-weight: bold;
            padding-left: 10px;
            padding-right: 10px;
            width: 150px;
            color: #0070BA;
            background-color: #eee;
        }

        .logon-box input[type=password] {
            opacity: 0.95;
            border-top: 1px solid #ddd;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
            border-bottom: 1px solid #0070BA;
            margin-top: 10px;
            font-size: 14px;
            line-height: 28px;
            font-weight: bold;
            padding-left: 10px;
            padding-right: 10px;
            width: 150px;
            color: #0070BA;
            background-color: #eee;
        }

        .logon-box input[type=submit] {
            border: none;
            background-color: #0070BA;
            color: #fff;
            margin-top: 10px;
            font-size: 14px;
            line-height: 28px;
            font-weight: bold;
            padding-left: 10px;
            padding-right: 10px;
            width: 150px;
        }

    .editor-label {
        display: inline-block;
        width: 100px;
        height: 24px;
    }

    .editor-field {
        display: inline;
    }

    .field-validation-valid {
        color: #0070BA;
        font-size: 10px;
        font-style: italic;
    }

    .logon-inner {
        background: rgba(255, 255, 255, 0.6);
        padding: 50px;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 60px;
        margin-right: 60px;
        /*max-width: 900px;*/
        height: 250px
    }

    .content-wide {
        background-color: #fff;
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1 / span 7;
        padding: 20px;
        margin-left: 60px;
        margin-right: 60px;
    }

    .content-left {
        background-color: #fff;
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1 / span 4;
        padding: 20px;
        margin-left: 60px;
    }

    .content-right {
        background-color: #fff;
        -ms-grid-column: 5;
        -ms-grid-column-span: 2;
        grid-column: 5 / span 2;
        padding: 20px;
        margin-right: 60px;
    }

    .content-results {
        background-color: #fff;
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1 / span 7;
    }

    .result-item {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 0px 1fr;
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: 50% 0px 50%;
        grid-template-rows: 50% 50%;
        /* grid-template-rows: auto 1fr 100px; */
        grid-gap: 0px;
        /*grid-row-gap: 10px;*/
        background-color: #efefef;
        margin-bottom: 30px;
        border-bottom: 1px solid #0070BA;
    }

        .result-item > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .result-item > *:nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }

        .result-item > *:nth-child(3) {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
        }

        .result-item > *:nth-child(4) {
            -ms-grid-row: 3;
            -ms-grid-column: 3;
        }

        .result-item .cover {
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            grid-column: 1 / span 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            grid-row: 1 / span 1;
            height: 200px;
            background-color: #efefef;
        }

            .result-item .cover img {
                -o-object-fit: cover;
                object-fit: cover;
                width: 100%;
                max-height: 100%;
            }

        .result-item .details {
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            grid-column: 1 / span 1;
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
            grid-row: 2 / span 1;
            padding: 20px;
            background-color: #efefef;
        }

        .result-item .adresses {
            -ms-grid-column: 3;
            -ms-grid-column-span: 1;
            grid-column: 2 / span 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 3;
            grid-row: 1 / span 2;
            background-color: #dfdfdf;
            padding: 20px;
            max-height: 366px;
            overflow-y: auto;
            overflow-scrolling: auto;
        }

        .result-item .moreinfo {
            border: none;
            background-color: #0070BA;
            color: #fff;
            margin-top: 10px;
            font-size: 14px;
            line-height: 40px;
            font-weight: bold;
            padding-left: 10px;
            padding-right: 10px;
            width: 150px;
            height: 40px;
            text-align: center;
        }

            .result-item .moreinfo a {
                color: #fff;
                text-decoration: none;
            }

                .result-item .moreinfo a:visited {
                    color: #fff;
                    text-decoration: none;
                }

                .result-item .moreinfo a:hover {
                    color: #fff;
                    text-decoration: none;
                }

    header {
        /*height: 92px; */
        /*border-bottom: 1px solid #a0a0a0;*/
    }

    footer {
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        -ms-grid-row: 3;

        height: 86px;
        background-color: #000;
        color: #fff;
        border-bottom: 5px #0070BA solid;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 10px;
        line-height: 12px;
    }

        footer a {
            color: #0070BA;
            text-decoration: none;
        }

            footer a:hover {
                color: #0070BA;
                text-decoration: underline;
            }

            footer a:visited {
                color: #0070BA;
                text-decoration: none;
            }

    header {
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1 / span 7;
        display: -ms-grid;
        display: grid;
        grid-gap: 0px;
        -ms-grid-columns: 200px (1fr)[7];
        grid-template-columns: repeat(8, 1fr);
        -ms-grid-rows: 70px 5px 70px;
        grid-template-rows: 70px 5px 70px;
        /*grid-column-gap: 10px;*/
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    
    .logo {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        z-index: 99;
    }

    .the-logo {
        margin-top: 5px;
        margin-left: 5px;
        max-width: 200px;
        max-height: 150px;
    }

        .the-logo img {
            /* width: 200px; */
            height: 100px;
            margin-top: 5px;
            margin-left: 5px;
            margin-right: 5px;
        }

    .tagline {
        -ms-grid-column: 2;
        -ms-grid-column-span: 5;
        grid-column: 2 / span 5;
        -ms-grid-row: 1;
        grid-row: 1;
        border-top: 0px solid #808080;
        text-align: left;
        padding-top: 15px;
    }

    .login-button {
        -ms-grid-column: 7;
        -ms-grid-column-span: 2;
        grid-column: 7 / span 3;
        -ms-grid-row: 1;
        grid-row: 1;
        text-align: right;
        padding: 0px;
        margin-right: 10px;
    }

        .login-button a {
            color: #0070BA;
            text-decoration: none;
        }

            .login-button a:hover {
                color: #0070BA;
                text-decoration: underline;
            }

            .login-button a:visited {
                color: #000;
                text-decoration: none;
            }

    menu {
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        -ms-grid-row: 2;
        grid-column: 1 / span 5;
        display: -ms-grid;
        display: grid;
        grid-gap: 0px;
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
        grid-template-columns: repeat(8, 1fr);
        -ms-grid-rows: 1fr 0px 1fr;
        grid-template-rows: 1fr 1fr;
        grid-column-gap: 10px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .menu-divider {
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1 / span 8;
        background-color: #0070BA;
        -ms-grid-row: 2;
        grid-row: 2;
        padding: 0px;
        grid-gap: 0px;
        height: 5px;
    }

    .menubar-spacer-left {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 3;
        grid-row: 3;
        background-color: #000;
        padding: 0px;
    }

    .menubar {
        -ms-grid-column: 2;
        -ms-grid-column-span: 7;
        grid-column: 2 / span 7;
        background-color: #000;
        -ms-grid-row: 3;
        grid-row: 3;
        padding: 0px;
        display: -ms-grid;
        display: grid;
        grid-gap: 0px;
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: 10px;
        -ms-grid-row-align: end;
        align-self: end;
    }

    .menu-button {
        height: 70px;
        background-color: #000;
        color: #fff;
        text-align: center;
        font-size: 14px;
        /*font-weight: bold;*/
        line-height: 70px;
    }

    .active {
        background: url('/Content/active-marker.png');
        background-position-x: left;
        background-position-y: top;
        background-repeat: no-repeat;
        background-color: #000;
        height: 70px;
        color: #0070BA;
        text-align: center;
        font-size: 14px;
        /*font-weight: bold;*/
        line-height: 70px;
    }

        .active a {
            color: #0070BA !important;
            text-decoration: none;
        }

    .menu-button a {
        color: #fff;
        text-decoration: none;
    }

    .menu-button:hover a {
        color: #0070BA !important;
        font-weight: bold;
        text-decoration: none;
    }

    .menu-button a:visited {
        color: #fff;
        text-decoration: none;
    }

    button {
        border: none;
    }

        button:focus {
            outline: 0;
        }

    /* Style the tab */
    .tab {
        color: #000;
        background-color: #efefef;
        overflow: hidden;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    }

        /* Style the buttons that are used to open the tab content */
        .tab button {
            font-size: 15px;
            color: #000;
            background-color: #efefef;
            border: none;
            cursor: pointer;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

            /* Change background color of buttons on hover */
            .tab button:hover {
                background-color: #ddd;
            }

            /* Create an active/current tablink class */
            .tab button.active {
                background-color: #dfdfdf;
                color: #000;
                border-top: 3px solid #0070BA;
            }

    /* Style the tab content */
    .tabcontent {
        background-color: #dfdfdf;
        margin-bottom: 30px;
        min-height: 250px;
        color: #000;
        display: block;
        padding: 20px;
        border: none;
        overflow-y: auto;
    }

    .tabcontent {
        -webkit-animation: fadeEffect 1s;
        animation: fadeEffect 1s; /* Fading effect takes 1 second */
    }

        .tabcontent img {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            max-height: 100%;
        }

    .service-tab {
        color: #000;
        background-color: #efefef;
        overflow: hidden;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
    }

        /* Style the buttons that are used to open the tab content */
        .service-tab button {
            font-size: 15px;
            color: #000;
            background-color: #efefef;
            border: none;
            cursor: pointer;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

            /* Change background color of buttons on hover */
            .service-tab button:hover {
                background-color: #ddd;
            }

            /* Create an active/current tablink class */
            .service-tab button.active {
                background-color: #dfdfdf;
                color: #000;
                border-top: 3px solid #0070BA;
            }

    .object-list-container {
        background-color: #efefef;
    }

    .object-list {
        color: #000;
        display: -ms-grid;
        display: grid;
        /*grid-template-columns: 15% 30% 8% 15% 5% 5% 5% 9% 8%;*/
        -ms-grid-columns: 15% 45% 10% 20% 5% 5%;
        grid-template-columns: 15% 45% 10% 20% 5% 5%;
        padding-bottom: 20px;
    }

    .object-list-container .object-list {
        max-width: 745px;
        -ms-grid-columns: 10% 20% 10% 20% 12% 5% 23%;
        grid-template-columns: 10% 20% 10% 20% 12% 5% 23%;
    }

    .object-title {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
    }

    .object-value {
        font-size: 12px;
        font-weight: 200;
        line-height: 18px;
    }

        .object-value a {
            display: block;
            width: 16px;
            height: 16px;
            background-image: url('/Content/download.png');
            background-size: cover;
            /*margin-left: auto;
            margin-right: auto;*/
        }

        .object-value .moreinfo {
            border: none;
            background-color: #0070BA;
            color: #fff;
            font-size: 14px;
            line-height: 40px;
            font-weight: bold;
            padding-left: 10px;
            padding-right: 10px;
            margin-left: 10px;
            margin-right: 10px;
            max-width: 150px;
            height: 40px;
            text-align: center;
        }

            .object-value .moreinfo a {
                color: #fff;
                text-decoration: none;
                width: auto;
                height: auto;
                background-image: none;
            }

                .object-value .moreinfo a:visited {
                    color: #fff;
                    text-decoration: none;
                }

                .object-value .moreinfo a:hover {
                    color: #fff;
                    text-decoration: none;
                }

    #complexinfo img {
        -o-object-fit: none;
        object-fit: none;
        width: auto;
        height: auto;
    }
}

@media (max-width: 899px) {
    body {
        margin: 0 auto;
        max-width: 100vw;
        height: 100vh;
        min-height: 100vh;
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-size: 12px;
    }

    .wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
        -ms-grid-rows: 145px auto 100px;
        grid-template-rows: auto 1fr 100px;
        grid-gap: 0px;
        /*grid-row-gap: 10px;*/
        background-color: #fff;
        height: 100vh;
    }

    footer {
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1 / span 7;
    }

    main {
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1 / span 7;
        width: 100%;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
        -ms-grid-rows: 350px 1fr;
        grid-template-rows: 350px 1fr;
        /*grid-row-gap: 10px;*/
    }

    .content {
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1 / span 7;
        width: 100%;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
        -ms-grid-rows: auto !important;
        grid-template-rows: auto !important;
    }
    
    aside {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }

    h1 {
        font-size: 16px;
        font-weight: 100;
        color: #0070BA;
        text-align: center;
        -webkit-margin-before: 5px;
        margin-block-start: 5px;
        -webkit-margin-after: 15px;
        margin-block-end: 15px;
    }

    h2 {
        font-size: 24px;
        font-weight: 100;
        color: #0070BA;
        text-align: left;
        -webkit-margin-before: 5px;
        margin-block-start: 5px;
        -webkit-margin-after: 15px;
        margin-block-end: 15px;
    }

    h3 {
        font-size: 16px;
        font-weight: 100;
        color: #0070BA;
        text-align: left;
        -webkit-margin-before: 5px;
        margin-block-start: 5px;
        -webkit-margin-after: 15px;
        margin-block-end: 15px;
    }

    h4 {
        font-size: 14px;
        font-weight: 100;
        color: #0070BA;
        text-align: left;
        -webkit-margin-before: 5px;
        margin-block-start: 5px;
        -webkit-margin-after: 15px;
        margin-block-end: 15px;
    }

    p {
        padding-bottom: 8px;
    }

    a {
        color: #0070BA;
        text-decoration: none;
    }

        a:hover {
            color: #0070BA;
            text-decoration: underline;
        }

        a:visited {
            color: #000;
            text-decoration: none;
        }

    /* Demo Specific Styles */
    /*
body {
    margin: 0 auto;
    max-width: 56em;
    padding: 1em 0;
}*/

    /*header,
main,
aside,
footer {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

    .search-box {
        background-image: url('/Content/search-background.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #fff;
        background-position-x: center;
        background-position-y: center;
        color: #000;
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1 / span 7;
        display: -ms-grid;
        display: grid;
        grid-gap: 50px;
        padding: 10px;
    }

        .search-box p {
            font-size: 16px;
            font-weight: 100;
            font-style: italic;
        }

        .search-box input[type=text] {
            border-top: 1px solid #ddd;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
            border-bottom: 1px solid #0070BA;
            margin-top: 10px;
            font-size: 14px;
            line-height: 28px;
            font-weight: bold;
            padding-left: 10px;
            padding-right: 10px;
            width: calc(100% - 30px);
            color: #0070BA;
            background-color: #eee;
        }

        .search-box input[type=submit] {
            border: none;
            background-color: #0070BA;
            color: #fff;
            margin-top: 10px;
            font-size: 14px;
            line-height: 28px;
            font-weight: bold;
            padding-left: 10px;
            padding-right: 10px;
            width: 150px;
        }

        .search-box input::-webkit-input-placeholder {
            font-weight: 400;
            color: #bcb8b7;
        }

        .search-box input:-ms-input-placeholder {
            font-weight: 400;
            color: #bcb8b7;
        }

        .search-box input::-ms-input-placeholder {
            font-weight: 400;
            color: #bcb8b7;
        }

        .search-box input::placeholder {
            font-weight: 400;
            color: #bcb8b7;
        }

    .search-inner {
        background: rgba(255, 255, 255, 0.6);
        padding: 25px;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 10px;
        margin-right: 10px;
        /*max-width: 900px;*/
        max-height: 250px
    }

    .logon-box {
        background-image: url('/Content/search-background.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #fff;
        background-position-x: center;
        background-position-y: center;
        color: #000;
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1 / span 7;
        display: -ms-grid;
        display: grid;
        grid-gap: 50px;
        padding: 20px;
    }

        .logon-box p {
            font-size: 16px;
            font-weight: 100;
            font-style: italic;
        }

        .logon-box input[type=text] {
            opacity: 0.95;
            border-top: 1px solid #ddd;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
            border-bottom: 1px solid #0070BA;
            margin-top: 10px;
            font-size: 14px;
            line-height: 28px;
            font-weight: bold;
            padding-left: 10px;
            padding-right: 10px;
            width: 150px;
            color: #0070BA;
            background-color: #eee;
        }

        .logon-box input[type=password] {
            opacity: 0.95;
            border-top: 1px solid #ddd;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
            border-bottom: 1px solid #0070BA;
            margin-top: 10px;
            font-size: 14px;
            line-height: 28px;
            font-weight: bold;
            padding-left: 10px;
            padding-right: 10px;
            width: 150px;
            color: #0070BA;
            background-color: #eee;
        }

        .logon-box input[type=submit] {
            border: none;
            background-color: #0070BA;
            color: #fff;
            margin-top: 10px;
            font-size: 14px;
            line-height: 28px;
            font-weight: bold;
            padding-left: 10px;
            padding-right: 10px;
            width: 150px;
        }

    .editor-label {
        display: inline-block;
        width: 100px;
        height: 24px;
    }

    .editor-field {
        display: inline;
    }

    .field-validation-valid {
        color: #0070BA;
        font-size: 10px;
        font-style: italic;
    }

    .logon-inner {
        background: rgba(255, 255, 255, 0.6);
        padding: 50px;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 10px;
        margin-right: 10px;
        /*max-width: 900px;*/
        height: 200px
    }

    .content-wide {
        background-color: #fff;
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1 / span 7;
        padding: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .content-left {
        background-color: #fff;
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1 / span 4;
        padding: 20px;
        margin-left: 10px;
    }

    .content-right {
        background-color: #fff;
        -ms-grid-column: 5;
        -ms-grid-column-span: 2;
        grid-column: 5 / span 2;
        padding: 20px;
        margin-right: 10px;
    }

    .content-results {
        background-color: #fff;
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1 / span 7;
    }

    .result-item {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 0px 1fr;
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: 50% 0px 50%;
        grid-template-rows: 50% 50%;
        /* grid-template-rows: auto 1fr 100px; */
        grid-gap: 0px;
        /*grid-row-gap: 10px;*/
        background-color: #efefef;
        margin-bottom: 30px;
        border-bottom: 1px solid #0070BA;
    }

        .result-item > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .result-item > *:nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }

        .result-item > *:nth-child(3) {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
        }

        .result-item > *:nth-child(4) {
            -ms-grid-row: 3;
            -ms-grid-column: 3;
        }

        .result-item .cover {
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            grid-column: 1 / span 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            grid-row: 1 / span 1;
            height: 200px;
            background-color: #efefef;
        }

            .result-item .cover img {
                -o-object-fit: cover;
                object-fit: cover;
                width: 100%;
                max-height: 100%;
            }

        .result-item .details {
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            grid-column: 1 / span 1;
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
            grid-row: 2 / span 1;
            padding: 20px;
            background-color: #efefef;
        }

        .result-item .adresses {
            -ms-grid-column: 3;
            -ms-grid-column-span: 1;
            grid-column: 2 / span 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 3;
            grid-row: 1 / span 2;
            background-color: #dfdfdf;
            padding: 20px;
            max-height: 366px;
            overflow-y: auto;
            overflow-scrolling: auto;
        }

        .result-item .moreinfo {
            border: none;
            background-color: #0070BA;
            color: #fff;
            margin-top: 10px;
            font-size: 14px;
            line-height: 40px;
            font-weight: bold;
            padding-left: 10px;
            padding-right: 10px;
            width: 150px;
            height: 40px;
            text-align: center;
        }

            .result-item .moreinfo a {
                color: #fff;
                text-decoration: none;
            }

                .result-item .moreinfo a:visited {
                    color: #fff;
                    text-decoration: none;
                }

                .result-item .moreinfo a:hover {
                    color: #fff;
                    text-decoration: none;
                }

    header {
        /*height: 92px; */
        /*border-bottom: 1px solid #a0a0a0;*/
    }

    footer {
        height: 86px;
        background-color: #000;
        color: #fff;
        border-bottom: 5px #0070BA solid;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 10px;
        line-height: 12px;
    }

        footer a {
            color: #0070BA;
            text-decoration: none;
        }

            footer a:hover {
                color: #0070BA;
                text-decoration: underline;
            }

            footer a:visited {
                color: #0070BA;
                text-decoration: none;
            }

    header {
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1 / span 7;
        display: -ms-grid;
        display: grid;
        grid-gap: 0px;
        -ms-grid-columns: 200px (1fr)[7];
        grid-template-columns: repeat(8, 1fr);
        -ms-grid-rows: 70px 5px 70px;
        grid-template-rows: 70px 5px 70px;
        /*grid-column-gap: 10px;*/
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .logo {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        z-index: 99;
    }

    .the-logo {
        margin-top: 5px;
        margin-left: 5px;
        max-width: 200px;
        max-height: 150px;
    }

        .the-logo img {
            /* width: 200px; */
            height: 100px;
            margin-top: 5px;
            margin-left: 5px;
            margin-right: 5px;
        }

    .tagline {
        -ms-grid-column: 2;
        -ms-grid-column-span: 5;
        grid-column: 2 / span 5;
        -ms-grid-row: 1;
        grid-row: 1;
        border-top: 0px solid #808080;
        text-align: left;
        padding-top: 15px;
    }

    .login-button {
        -ms-grid-column: 7;
        -ms-grid-column-span: 3;
        grid-column: 7 / span 3;
        -ms-grid-row: 1;
        grid-row: 1;
        text-align: right;
        padding: 0px;
        margin-right: 10px;
    }

        .login-button a {
            color: #0070BA;
            text-decoration: none;
        }

            .login-button a:hover {
                color: #0070BA;
                text-decoration: underline;
            }

            .login-button a:visited {
                color: #000;
                text-decoration: none;
            }

    menu {
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1 / span 5;
        display: -ms-grid;
        display: grid;
        grid-gap: 0px;
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
        grid-template-columns: repeat(8, 1fr);
        -ms-grid-rows: 1fr 0px 1fr;
        grid-template-rows: 1fr 1fr;
        grid-column-gap: 10px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    
    .menu-divider {
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1 / span 8;
        background-color: #0070BA;
        -ms-grid-row: 2;
        grid-row: 2;
        padding: 0px;
        grid-gap: 0px;
        height: 5px;
    }

    .menubar-spacer-left {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 3;
        grid-row: 3;
        background-color: #000;
        padding: 0px;
    }

    .menubar {
        -ms-grid-column: 2;
        -ms-grid-column-span: 7;
        grid-column: 2 / span 7;
        background-color: #000;
        -ms-grid-row: 3;
        grid-row: 3;
        padding: 0px;
        display: -ms-grid;
        display: grid;
        grid-gap: 0px;
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: 10px;
        -ms-grid-row-align: end;
        align-self: end;
    }

    .menu-button {
        height: 70px;
        background-color: #000;
        color: #fff;
        text-align: center;
        font-size: 12px;
        /*font-weight: bold;*/
        line-height: 70px;
    }

    .active {
        background: none !important;
        background-position-x: left;
        background-position-y: top;
        background-repeat: no-repeat;
        background-color: #000;
        height: 70px;
        color: #0070BA;
        text-align: center;
        font-size: 12px;
        /*font-weight: bold;*/
        line-height: 70px;
    }

        .active a {
            color: #0070BA !important;
            text-decoration: none;
        }

    .menu-button a {
        color: #fff;
        text-decoration: none;
    }

    .menu-button:hover a {
        color: #0070BA !important;
        font-weight: bold;
        text-decoration: none;
    }

    .menu-button a:visited {
        color: #fff;
        text-decoration: none;
    }

    button {
        border: none;
    }

        button:focus {
            outline: 0;
        }

    /* Style the tab */
    .tab {
        color: #000;
        background-color: #efefef;
        overflow: hidden;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    }

        /* Style the buttons that are used to open the tab content */
        .tab button {
            font-size: 13px;
            color: #000;
            background-color: #efefef;
            border: none;
            cursor: pointer;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

            /* Change background color of buttons on hover */
            .tab button:hover {
                background-color: #ddd;
            }

            /* Create an active/current tablink class */
            .tab button.active {
                background-color: #dfdfdf;
                color: #000;
                border-top: 3px solid #0070BA;
            }

    /* Style the tab content */
    .tabcontent {
        background-color: #dfdfdf;
        margin-bottom: 30px;
        min-height: 250px;
        color: #000;
        display: block;
        padding: 20px;
        border: none;
        overflow-y: auto;
    }

    .tabcontent {
        -webkit-animation: fadeEffect 1s;
        animation: fadeEffect 1s; /* Fading effect takes 1 second */
    }

        .tabcontent img {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            max-height: 100%;
        }

    .service-tab {
        color: #000;
        background-color: #efefef;
        overflow: hidden;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
    }

        /* Style the buttons that are used to open the tab content */
        .service-tab button {
            font-size: 15px;
            color: #000;
            background-color: #efefef;
            border: none;
            cursor: pointer;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

            /* Change background color of buttons on hover */
            .service-tab button:hover {
                background-color: #ddd;
            }

            /* Create an active/current tablink class */
            .service-tab button.active {
                background-color: #dfdfdf;
                color: #000;
                border-top: 3px solid #0070BA;
            }

    .object-list-container {
        background-color: #efefef;
    }

    .object-list {
        color: #000;
        display: -ms-grid;
        display: grid;
        /*grid-template-columns: 15% 30% 8% 15% 5% 5% 5% 9% 8%;*/
        -ms-grid-columns: 15% 45% 10% 16% 7% 7%;
        grid-template-columns: 15% 45% 10% 16% 7% 7%;
        padding-bottom: 20px;
    }

    .object-list-container .object-list {
        /* max-width: 745px; */
        -ms-grid-columns: 10% 20% 10% 20% 12% 5% 23%;
        grid-template-columns: 10% 20% 10% 20% 12% 5% 23%;
    }

    .object-title {
        font-size: 10px;
        font-weight: 600;
        line-height: 18px;
    }

    .object-value {
        font-size: 10px;
        font-weight: 200;
        line-height: 18px;
    }

        .object-value a {
            display: block;
            width: 16px;
            height: 16px;
            background-image: url('/Content/download.png');
            background-size: cover;
            /*margin-left: auto;
            margin-right: auto;*/
        }

        .object-value .moreinfo {
            border: none;
            background-color: #0070BA;
            color: #fff;
            font-size: 14px;
            line-height: 40px;
            font-weight: bold;
            padding-left: 10px;
            padding-right: 10px;
            margin-left: 10px;
            margin-right: 10px;
            max-width: 150px;
            height: 40px;
            text-align: center;
        }

            .object-value .moreinfo a {
                color: #fff;
                text-decoration: none;
                width: auto;
                height: auto;
                background-image: none;
            }

                .object-value .moreinfo a:visited {
                    color: #fff;
                    text-decoration: none;
                }

                .object-value .moreinfo a:hover {
                    color: #fff;
                    text-decoration: none;
                }

    #complexinfo img {
        -o-object-fit: none;
        object-fit: none;
        width: auto;
        height: auto;
    }
}

@media (max-width: 579px) {
    body {
        margin: 0 auto;
        max-width: 100vw;
        height: 100vh;
        min-height: 100vh;
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-size: 10px;
    }

    .wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
        -ms-grid-rows: 145px auto 100px;
        grid-template-rows: auto 1fr 100px;
        grid-gap: 0px;
        /*grid-row-gap: 10px;*/
        background-color: #fff;
        height: 100vh;
    }
    
    footer {
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1 / span 7;
    }

    main {
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1 / span 7;
        width: 100%;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
        -ms-grid-rows: 250px 1fr;
        grid-template-rows: 250px 1fr;
        /*grid-row-gap: 10px;*/
    }
    
    .content {
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1 / span 7;
        width: 100%;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
        -ms-grid-rows: auto !important;
        grid-template-rows: auto !important;
    }
    
    aside {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }

    h1 {
        font-size: 15px;
        font-weight: 100;
        color: #0070BA;
        text-align: center;
        -webkit-margin-before: 5px;
        margin-block-start: 5px;
        -webkit-margin-after: 15px;
        margin-block-end: 15px;
    }

    h2 {
        font-size: 24px;
        font-weight: 100;
        color: #0070BA;
        text-align: left;
        -webkit-margin-before: 5px;
        margin-block-start: 5px;
        -webkit-margin-after: 15px;
        margin-block-end: 15px;
    }

    h3 {
        font-size: 16px;
        font-weight: 100;
        color: #0070BA;
        text-align: left;
        -webkit-margin-before: 5px;
        margin-block-start: 5px;
        -webkit-margin-after: 15px;
        margin-block-end: 15px;
    }

    h4 {
        font-size: 14px;
        font-weight: 100;
        color: #0070BA;
        text-align: left;
        -webkit-margin-before: 5px;
        margin-block-start: 5px;
        -webkit-margin-after: 15px;
        margin-block-end: 15px;
    }

    p {
        padding-bottom: 8px;
    }

    a {
        color: #0070BA;
        text-decoration: none;
    }

        a:hover {
            color: #0070BA;
            text-decoration: underline;
        }

        a:visited {
            color: #000;
            text-decoration: none;
        }

    /* Demo Specific Styles */
    /*
body {
    margin: 0 auto;
    max-width: 56em;
    padding: 1em 0;
}*/

    /*header,
main,
aside,
footer {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

    .search-box {
        background-image: url('/Content/search-background.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #fff;
        background-position-x: center;
        background-position-y: center;
        color: #000;
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1 / span 7;
        display: -ms-grid;
        display: grid;
        grid-gap: 50px;
        padding: 10px;
    }

        .search-box p {
            font-size: 16px;
            font-weight: 100;
            font-style: italic;
        }

        .search-box input[type=text] {
            border-top: 1px solid #ddd;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
            border-bottom: 1px solid #0070BA;
            margin-top: 10px;
            font-size: 14px;
            line-height: 28px;
            font-weight: bold;
            padding-left: 10px;
            padding-right: 10px;
            width: calc(100% - 30px);
            color: #0070BA;
            background-color: #eee;
        }

        .search-box input[type=submit] {
            border: none;
            background-color: #0070BA;
            color: #fff;
            margin-top: 10px;
            font-size: 14px;
            line-height: 28px;
            font-weight: bold;
            padding-left: 10px;
            padding-right: 10px;
            width: 150px;
        }

        .search-box input::-webkit-input-placeholder {
            font-weight: 400;
            color: #bcb8b7;
        }

        .search-box input:-ms-input-placeholder {
            font-weight: 400;
            color: #bcb8b7;
        }

        .search-box input::-ms-input-placeholder {
            font-weight: 400;
            color: #bcb8b7;
        }

        .search-box input::placeholder {
            font-weight: 400;
            color: #bcb8b7;
        }

    .search-inner {
        background: rgba(255, 255, 255, 0.6);
        padding: 25px;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 10px;
        margin-right: 10px;
        /*max-width: 900px;*/
        max-height: 250px
    }

    .logon-box {
        background-image: url('/Content/search-background.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #fff;
        background-position-x: center;
        background-position-y: center;
        color: #000;
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1 / span 7;
        display: -ms-grid;
        display: grid;
        grid-gap: 50px;
        padding: 20px;
    }

        .logon-box p {
            font-size: 16px;
            font-weight: 100;
            font-style: italic;
        }

        .logon-box input[type=text] {
            opacity: 0.95;
            border-top: 1px solid #ddd;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
            border-bottom: 1px solid #0070BA;
            margin-top: 10px;
            font-size: 14px;
            line-height: 28px;
            font-weight: bold;
            padding-left: 10px;
            padding-right: 10px;
            width: 150px;
            color: #0070BA;
            background-color: #eee;
        }

        .logon-box input[type=password] {
            opacity: 0.95;
            border-top: 1px solid #ddd;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
            border-bottom: 1px solid #0070BA;
            margin-top: 10px;
            font-size: 14px;
            line-height: 28px;
            font-weight: bold;
            padding-left: 10px;
            padding-right: 10px;
            width: 150px;
            color: #0070BA;
            background-color: #eee;
        }

        .logon-box input[type=submit] {
            border: none;
            background-color: #0070BA;
            color: #fff;
            margin-top: 10px;
            font-size: 14px;
            line-height: 28px;
            font-weight: bold;
            padding-left: 10px;
            padding-right: 10px;
            width: 150px;
        }

    .editor-label {
        display: inline-block;
        width: 100px;
        height: 24px;
    }

    .editor-field {
        display: inline;
    }

    .field-validation-valid {
        color: #0070BA;
        font-size: 10px;
        font-style: italic;
    }

    .logon-inner {
        background: rgba(255, 255, 255, 0.6);
        padding: 50px;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 10px;
        margin-right: 10px;
        /*max-width: 900px;*/
        height: 250px
    }

    .content-wide {
        background-color: #fff;
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1 / span 7;
        padding: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .content-left {
        background-color: #fff;
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1 / span 4;
        padding: 20px;
        margin-left: 10px;
    }

    .content-right {
        background-color: #fff;
        -ms-grid-column: 5;
        -ms-grid-column-span: 2;
        grid-column: 5 / span 2;
        padding: 20px;
        margin-right: 10px;
    }

    .content-results {
        background-color: #fff;
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1 / span 7;
    }

    .result-item {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 0px 1fr;
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: 50% 0px 50%;
        grid-template-rows: 50% 50%;
        /* grid-template-rows: auto 1fr 100px; */
        grid-gap: 0px;
        /*grid-row-gap: 10px;*/
        background-color: #efefef;
        margin-bottom: 30px;
        border-bottom: 1px solid #0070BA;
    }

        .result-item > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .result-item > *:nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }

        .result-item > *:nth-child(3) {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
        }

        .result-item > *:nth-child(4) {
            -ms-grid-row: 3;
            -ms-grid-column: 3;
        }

        .result-item .cover {
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            grid-column: 1 / span 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            grid-row: 1 / span 1;
            height: 200px;
            background-color: #efefef;
        }

            .result-item .cover img {
                -o-object-fit: cover;
                object-fit: cover;
                width: 100%;
                max-height: 100%;
            }

        .result-item .details {
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            grid-column: 1 / span 1;
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
            grid-row: 2 / span 1;
            padding: 20px;
            background-color: #efefef;
        }

        .result-item .adresses {
            -ms-grid-column: 3;
            -ms-grid-column-span: 1;
            grid-column: 2 / span 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 3;
            grid-row: 1 / span 2;
            background-color: #dfdfdf;
            padding: 20px;
            max-height: 366px;
            overflow-y: auto;
            overflow-scrolling: auto;
        }

        .result-item .moreinfo {
            border: none;
            background-color: #0070BA;
            color: #fff;
            margin-top: 10px;
            font-size: 14px;
            line-height: 40px;
            font-weight: bold;
            padding-left: 10px;
            padding-right: 10px;
            width: 150px;
            height: 40px;
            text-align: center;
        }

            .result-item .moreinfo a {
                color: #fff;
                text-decoration: none;
            }

                .result-item .moreinfo a:visited {
                    color: #fff;
                    text-decoration: none;
                }

                .result-item .moreinfo a:hover {
                    color: #fff;
                    text-decoration: none;
                }

    header {
        /*height: 92px; */
        /*border-bottom: 1px solid #a0a0a0;*/
    }

    footer {
        height: 86px;
        background-color: #000;
        color: #fff;
        border-bottom: 5px #0070BA solid;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 10px;
        line-height: 12px;
    }

        footer a {
            color: #0070BA;
            text-decoration: none;
        }

            footer a:hover {
                color: #0070BA;
                text-decoration: underline;
            }

            footer a:visited {
                color: #0070BA;
                text-decoration: none;
            }

    header {
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1 / span 7;
        display: -ms-grid;
        display: grid;
        grid-gap: 0px;
        -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
        grid-template-columns: repeat(8, 1fr);
        -ms-grid-rows: 70px 0px 5px 0px 70px;
        grid-template-rows: 70px 5px 70px;
        /*grid-column-gap: 10px;*/
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .logo {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        z-index: 99;
    }

    .the-logo {
        margin-top: 5px;
        margin-left: 5px;
        max-width: 200px;
        max-height: 150px;
    }

        .the-logo img {
            /* width: 200px; */
            height: 75px;
            margin-top: 21px;
            margin-left: 5px;
            margin-right: 5px;
        }

    .tagline {
        -ms-grid-column: 2;
        -ms-grid-column-span: 5;
        grid-column: 2 / span 5;
        -ms-grid-row: 1;
        grid-row: 1;
        border-top: 0px solid #808080;
        text-align: left;
        padding-top: 15px;
    }

    .login-button {
        -ms-grid-column: 7;
        -ms-grid-column-span: 3;
        grid-column: 7 / span 3;
        -ms-grid-row: 1;
        grid-row: 1;
        text-align: right;
        padding: 0px;
        margin-right: 10px;
    }

        .login-button a {
            color: #0070BA;
            text-decoration: none;
        }

            .login-button a:hover {
                color: #0070BA;
                text-decoration: underline;
            }

            .login-button a:visited {
                color: #000;
                text-decoration: none;
            }

    menu {
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1 / span 5;
        display: -ms-grid;
        display: grid;
        grid-gap: 0px;
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
        grid-template-columns: repeat(8, 1fr);
        -ms-grid-rows: 1fr 0px 1fr;
        grid-template-rows: 1fr 1fr;
        grid-column-gap: 10px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .menu-divider {
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1 / span 8;
        background-color: #0070BA;
        -ms-grid-row: 2;
        grid-row: 2;
        padding: 0px;
        grid-gap: 0px;
        height: 5px;
    }

    .menubar-spacer-left {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 3;
        grid-row: 3;
        background-color: #000;
        padding: 0px;
    }

    .menubar {
        -ms-grid-column: 2;
        -ms-grid-column-span: 7;
        grid-column: 2 / span 7;
        background-color: #000;
        -ms-grid-row: 3;
        grid-row: 3;
        padding: 0px;
        display: -ms-grid;
        display: grid;
        grid-gap: 0px;
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: 10px;
        -ms-grid-row-align: end;
        align-self: end;
    }

    .menu-button {
        height: 70px;
        background-color: #000;
        color: #fff;
        text-align: center;
        font-size: 10px;
        /*font-weight: bold;*/
        line-height: 70px;
    }

    .active {
        background: none !important;
        background-position-x: left;
        background-position-y: top;
        background-repeat: no-repeat;
        background-color: #000;
        height: 70px;
        color: #0070BA;
        text-align: center;
        font-size: 10px;
        /*font-weight: bold;*/
        line-height: 70px;
    }

        .active a {
            color: #0070BA !important;
            text-decoration: none;
        }

    .menu-button a {
        color: #fff;
        text-decoration: none;
    }

    .menu-button:hover a {
        color: #0070BA !important;
        font-weight: bold;
        text-decoration: none;
    }

    .menu-button a:visited {
        color: #fff;
        text-decoration: none;
    }

    button {
        border: none;
    }

        button:focus {
            outline: 0;
        }

    /* Style the tab */
    .tab {
        color: #000;
        background-color: #efefef;
        overflow: hidden;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    }

        /* Style the buttons that are used to open the tab content */
        .tab button {
            font-size: 13px;
            color: #000;
            background-color: #efefef;
            border: none;
            cursor: pointer;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

            /* Change background color of buttons on hover */
            .tab button:hover {
                background-color: #ddd;
            }

            /* Create an active/current tablink class */
            .tab button.active {
                background-color: #dfdfdf;
                color: #000;
                border-top: 3px solid #0070BA;
            }

    /* Style the tab content */
    .tabcontent {
        background-color: #dfdfdf;
        margin-bottom: 30px;
        min-height: 250px;
        color: #000;
        display: block;
        padding: 20px;
        border: none;
        overflow-y: auto;
    }

    .tabcontent {
        -webkit-animation: fadeEffect 1s;
        animation: fadeEffect 1s; /* Fading effect takes 1 second */
    }

        .tabcontent img {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            max-height: 100%;
        }

    .service-tab {
        color: #000;
        background-color: #efefef;
        overflow: hidden;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
    }

        /* Style the buttons that are used to open the tab content */
        .service-tab button {
            font-size: 15px;
            color: #000;
            background-color: #efefef;
            border: none;
            cursor: pointer;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

            /* Change background color of buttons on hover */
            .service-tab button:hover {
                background-color: #ddd;
            }

            /* Create an active/current tablink class */
            .service-tab button.active {
                background-color: #dfdfdf;
                color: #000;
                border-top: 3px solid #0070BA;
            }

    .object-list-container {
        background-color: #efefef;
    }

    .object-list {
        color: #000;
        display: -ms-grid;
        display: grid;
        /*grid-template-columns: 15% 30% 8% 15% 5% 5% 5% 9% 8%;*/
        -ms-grid-columns: 20% 40% 10% 16% 7% 7%;
        grid-template-columns: 20% 40% 10% 16% 7% 7%;
        padding-bottom: 20px;
    }

    .object-list-container .object-list {
        /* max-width: 745px; */
        -ms-grid-columns: 10% 20% 10% 20% 12% 5% 23%;
        grid-template-columns: 10% 20% 10% 20% 12% 5% 23%;
    }

    .object-title {
        font-size: 8px;
        font-weight: 600;
        line-height: 18px;
    }

    .object-value {
        font-size: 8px;
        font-weight: 200;
        line-height: 18px;
    }

        .object-value a {
            display: block;
            width: 12px;
            height: 12px;
            background-image: url('/Content/download.png');
            background-size: cover;
            /*margin-left: auto;
            margin-right: auto;*/
        }

        .object-value .moreinfo {
            border: none;
            background-color: #0070BA;
            color: #fff;
            font-size: 14px;
            line-height: 40px;
            font-weight: bold;
            padding-left: 10px;
            padding-right: 10px;
            margin-left: 10px;
            margin-right: 10px;
            max-width: 150px;
            height: 40px;
            text-align: center;
        }

            .object-value .moreinfo a {
                color: #fff;
                text-decoration: none;
                width: auto;
                height: auto;
                background-image: none;
            }

                .object-value .moreinfo a:visited {
                    color: #fff;
                    text-decoration: none;
                }

                .object-value .moreinfo a:hover {
                    color: #fff;
                    text-decoration: none;
                }

    #complexinfo img {
        -o-object-fit: none;
        object-fit: none;
        width: auto;
        height: auto;
    }
}