@media (min-width: 1440px) {
    .container {
        max-width: 100% !important;
    }

    .header-logo {
        margin-right: 14px;
        height: 160px;
    }

    .header-title {
        font-size: 1vw !important;
    }

    .header-subtitle {
        font-size: 0.5vw !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1840px;
    }

    .header-logo {
        margin-right: 14px;
        height: 100px;
    }

    .header-title {
        font-size: 1.6vw !important;
    }

    .header-subtitle {
        font-size: 0.8vw !important;
    }
}

@media (max-width: 1080px) {
    .container {
        margin-left: 20px;
        margin-right: 20px;
        max-width: 1040px;
    }

    .header-logo {
        margin-right: 14px;
        height: 60px;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 370vw;
        margin-left: 0px;
        margin-right: 0px;
    }

    .header-logo {
        margin-right: 8px;
        padding-left: 14px;
        height: 45px;
    }

    .header-title {
        font-size: 3vw !important;
    }

    .header-subtitle {
        font-size: 2vw !important;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .header-logo {
        margin-right: 14px;
        height: 60px;
    }
}

:root {
    --kendo-font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

/*body {
    margin-bottom: 60px;
}*/

.k-body {
    background-color: #d4d4d4;
    font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.k-window-title,
.title-font {
    font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
}

.header-title {
    font-size: 2vw;
}

.header-subtitle {
    font-size: 1vw;
}

.topnav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    white-space: nowrap;
    padding: 0 16px 0 16px;
    background-color: #1b243b;
}

.leftnav {
    position: absolute;
    top: 100px;
    bottom: 60px;
    width: 200px;
    padding: 24px 0 4px 8px;
    overflow: auto;
    background-color: #293557;
    font-size: 16px;
}

.leftnav li {
    background-color: #1b243b;
    border-radius: 3.5px;
}

.leftnav li:hover {
    background-color: #2B2F32;
}

.leftnav li:not(:last-child) {
    margin-bottom: 4px;
}

/*[role='main'] {*/
.main-container {
    padding: 108px 16px 60px 216px;
}

/* Sticky footer styles  */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding: 0 32px 0 32px;
    background-color: #1b243b;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    text-align: left;
}

.logo-Stonewall {
    width: 180px;
    padding-left: 20px;
}

/*form control style*/
.required:after {
    content: ' *';
    color: #dc3545;
}

.top-fixed-position {
    position: fixed;
    bottom: 80px;
    right: 0.5rem;
    z-index: 2147483647;
}

.header-right-list {
    margin-left: auto;
}

.header-translate-box {
    padding-top: 5px;
    padding-left: 5px;
}

/*style for google translate*/
#google_translate_element {
    width: 171px;
    height: 38px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.goog-te-gadget-simple {
    border: 0 !important;
}

/* Button and link overrides */
.btn-circle-primary {
    background-color: #435591ff !important;
    border-color: #435591ff;
}

.btn-circle {
    width: 50px;
    height: 50px;
    padding: 10px 10px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
    text-align: center;
    border-width: inherit;
}

.btn-primary {
    background: #435591ff 0% 0% no-repeat padding-box;
    border: 1px solid #435591ff;
    border-radius: 4px;
    opacity: 1;
}

.btn-primary:hover {
    background: #1665d8ff 0% 0% no-repeat padding-box;
    border: 1px solid #1665d8ff;
}

.btn-secondary {
    border-radius: 4px;
    opacity: 1;
}

/* Grid stuff */
.k-grid .k-toolbar-item .k-searchbox {
    width: 300px;
}

.k-grid .k-table-td a {
    color: #1665d8ff;
    text-decoration: underline;
}

.k-grid .k-table-td a:hover {
    color: #435591ff;
    text-decoration: underline;
}

/* Upload stuff */
.k-upload .k-actions {
    display: none !important;
}

.k-upload .k-upload-files {
    max-height: none;
}

/*.k-upload .k-upload-files .k-file-multiple, .k-upload .k-upload-files .k-file-single {
    display: block;
}*/

/* App */
.k-grid, .k-upload, .rounded-corners {
    border-radius: 7px !important;
    overflow: hidden;
}

.form-label {
    font-weight: bold;
}