﻿:root {
    --form-bg-color: #c8f0ff;
    --form-text-color: #333333;
    --kendo-font-size: 1em;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    font-size: 12px;
    line-height: 1.428;
}

.fg-unset {
    color: unset;
}

.fill {
    min-width: 100%;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}

.fill-vscroll {
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.flex-fill-50 {
    flex: 1 1 50% !important;
}

p {
    margin: 0 0 2px;
}

.well {
    padding: 6px;
    margin-bottom: 5px;
}

.h1 .h2 .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.h3, h3 {
    font-size: 1.5em;
}

.h4, h4 {
    font-size: 1em;
}

.btn {
    padding: 3px 6px;
}

.fs2x {
    font-size: 2em;
}

.fs3x {
    font-size: 3em;
}

.fs4x {
    font-size: 4em;
}

/*.btn-group {
    display: inline-table;
}*/

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}

.form-control {
    height: auto;
    padding: 3px 6px;
}

.form-check {
    margin-right: 0.5em;
    font-size: 1em;
}

.form-check-input {
    border-color: #666666;
    margin-left: -1.25em !important;
    font-size: 1.1em;
}

.form-control-display {
    display: block;
    width: 100%;
    height: auto;
    font-size: 1em;
}

.table {
    margin-bottom: unset;
}

.min-vw-25 {
    min-width: 25vw !important
}

.min-vh-25 {
    min-height: 25vh !important
}

.vw-25 {
    width: 25vw !important
}

.vh-25 {
    height: 25vh !important
}


.min-vw-50 {
    min-width: 50vw !important
}

.min-vh-50 {
    min-height: 50vh !important
}

.vw-50 {
    width: 50vw !important
}

.vh-50 {
    height: 50vh !important
}


.min-vw-75 {
    min-width: 75vw !important
}

.min-vh-75 {
    min-height: 75vh !important
}

.vw-75 {
    width: 75vw !important
}

.vh-75 {
    height: 75vh !important
}

.whitespace-pl {
    white-space: pre-line;
}

/** Generated by FG **/
@font-face {
    font-family: "RRILogo";
    font-display: swap;
    src: url("../fonts/RRILogo.eot");
    src: local("☺"), url("../fonts/RRILogo.woff") format("woff"), url("../fonts/RRILogo.ttf") format("truetype"), url("../fonts/RRILogo.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.frri {
    display: inline-block;
    font-family: "RRILogo";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-smooth: antialiased;
}
/* makes the font 33% larger relative to the icon container */
.frri-lg {
    font-size: 1.3333333333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.frri-2lg {
    font-size: 2em;
    line-height: 0.5em;
    vertical-align: -15%;
}

.frri-3lg {
    font-size: 3em;
    line-height: 0.4em;
    vertical-align: -15%;
}

.frri-2x {
    font-size: 2em;
}

.frri-3x {
    font-size: 3em;
}

.frri-4x {
    font-size: 4em;
}

.frri-5x {
    font-size: 5em;
}

.frri-fw {
    width: 1.2857142857142858em;
    text-align: center;
}

.frri-logo:before {
    content: "RI";
}

.frri-fit {
    width: fit-content !important;
    height: fit-content !important;
    font-size: 2em !important;
}

.structFilter {
    display: inline-flex;
    flex: 1;
}

@media screen {
    body {
        background-color: rgb(159,147,125);
        color: #333;
        padding-bottom: 0px;
        /*padding-top: 44px;*/
    }

    .navbar-form {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .navbar .fixed-top .navbar-collapse,
    .navbar .fixed-bottom .navbar-collapse {
        max-height: 100%;
    }

    input[type=checkbox], input[type=radio] {
        margin-top: 0 !important;
        cursor: pointer;
    }
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar .fixed-top .navbar-collapse,
    .navbar .fixed-bottom .navbar-collapse {
        max-height: 100%;
    }
}

.text-lg {
    font-size: 1.2em;
}

.d-contents {
    display: contents !important;
}

.d-cell {
    display: table-cell !important;
}

.grid-justify-content-flex-start {
    justify-content: flex-start;
}

.grid-justify-items-flex-start {
    justify-items: flex-start;
}

.grid-align-content-flex-start {
    align-content: flex-start;
}

.grid-align-items-flex-start {
    align-items: flex-start;
}

.d-inline-grid {
    display: inline-grid !important;
}

.panelMaxHeight {
    max-height: 200px;
}

@media (min-width: 576px) {
    .panelMaxHeight {
        max-height: 200px;
    }
}

@media (min-width: 768px) {
    .panelMaxHeight {
        max-height: 400px;
    }
}

@media (min-width: 992px) {
    .panelMaxHeight {
        max-height: 600px;
    }
}

@media (min-width: 1200px) {
    .panelMaxHeight {
        max-height: 800px;
    }
}

.grid-tc-1 {
    grid-template-columns: repeat(1, 1fr);
}

.grid-tc-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-tc-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-tc-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-tc-5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid-tc-6 {
    grid-template-columns: repeat(6, 1fr);
}

.grid-tc-7 {
    grid-template-columns: repeat(7, 1fr);
}

.grid-tc-fit-1 {
    grid-template-columns: repeat(1, auto);
}

.grid-tc-fit-2 {
    grid-template-columns: repeat(2, auto);
}

.grid-tc-fit-3 {
    grid-template-columns: repeat(3, auto);
}

.grid-tc-fit-4 {
    grid-template-columns: repeat(4, auto);
}

.grid-tc-fit-5 {
    grid-template-columns: repeat(5, auto);
}
.grid-tc-fit-6 {
    grid-template-columns: repeat(6, auto);
}
.grid-tc-fit-7 {
    grid-template-columns: repeat(7, auto);
}

.grid-tc-fit-1-fill-1 {
    grid-template-columns: auto 1fr;
}

.grid-tc-fill-1-fit-1 {
    grid-template-columns: 1fr auto;
}

.grid-tr-1 {
    grid-template-rows: repeat(1, 1fr);
}

.grid-tr-2 {
    grid-template-rows: repeat(2, 1fr);
}

.grid-tr-3 {
    grid-template-rows: repeat(3, 1fr);
}

.grid-tr-4 {
    grid-template-rows: repeat(4, 1fr);
}

.grid-tr-5 {
    grid-template-rows: repeat(5, 1fr);
}

.grid-tr-fit-1 {
    grid-template-rows: repeat(1, auto);
}

.grid-tr-fit-2 {
    grid-template-rows: repeat(2, auto);
}

.grid-tr-fit-3 {
    grid-template-rows: repeat(3, auto);
}

.grid-tr-fit-4 {
    grid-template-rows: repeat(4, auto);
}

.grid-tr-fit-5 {
    grid-template-rows: repeat(5, auto);
}

.grid-tr-fit-1-fill-1 {
    grid-template-rows: auto 1fr;
}

@media (min-width: 576px) {

    .grid-sm-tc-1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-sm-tc-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-sm-tc-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-sm-tc-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-sm-tc-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .grid-sm-tc-fit-1 {
        grid-template-columns: repeat(1, auto);
    }

    .grid-sm-tc-fit-2 {
        grid-template-columns: repeat(2, auto);
    }

    .grid-sm-tc-fit-3 {
        grid-template-columns: repeat(3, auto);
    }

    .grid-sm-tc-fit-4 {
        grid-template-columns: repeat(4, auto);
    }

    .grid-sm-tc-fit-5 {
        grid-template-columns: repeat(5, auto);
    }
}

@media (min-width: 768px) {
    .grid-md-tc-1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-md-tc-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-md-tc-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-md-tc-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-md-tc-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .grid-md-tc-fit-1 {
        grid-template-columns: repeat(1, auto);
    }

    .grid-md-tc-fit-2 {
        grid-template-columns: repeat(2, auto);
    }

    .grid-md-tc-fit-3 {
        grid-template-columns: repeat(3, auto);
    }

    .grid-md-tc-fit-4 {
        grid-template-columns: repeat(4, auto);
    }

    .grid-md-tc-fit-5 {
        grid-template-columns: repeat(5, auto);
    }
}

@media (min-width: 992px) {
    .grid-lg-tc-1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-lg-tc-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-lg-tc-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-lg-tc-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-lg-tc-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .grid-lg-tc-fit-1 {
        grid-template-columns: repeat(1, auto);
    }

    .grid-lg-tc-fit-2 {
        grid-template-columns: repeat(2, auto);
    }

    .grid-lg-tc-fit-3 {
        grid-template-columns: repeat(3, auto);
    }

    .grid-lg-tc-fit-4 {
        grid-template-columns: repeat(4, auto);
    }

    .grid-lg-tc-fit-5 {
        grid-template-columns: repeat(5, auto);
    }
}

@media (min-width: 1200px) {
    .grid-xl-tc-1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-xl-tc-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-xl-tc-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-xl-tc-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-xl-tc-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .grid-xl-tc-fit-1 {
        grid-template-columns: repeat(1, auto);
    }

    .grid-xl-tc-fit-2 {
        grid-template-columns: repeat(2, auto);
    }

    .grid-xl-tc-fit-3 {
        grid-template-columns: repeat(3, auto);
    }

    .grid-xl-tc-fit-4 {
        grid-template-columns: repeat(4, auto);
    }

    .grid-xl-tc-fit-5 {
        grid-template-columns: repeat(5, auto);
    }
}

@media (min-width: 1400px) {
    .grid-xxl-tc-1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-xxl-tc-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-xxl-tc-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-xxl-tc-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-xxl-tc-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .grid-xxl-tc-fit-1 {
        grid-template-columns: repeat(1, auto);
    }

    .grid-xxl-tc-fit-2 {
        grid-template-columns: repeat(2, auto);
    }

    .grid-xxl-tc-fit-3 {
        grid-template-columns: repeat(3, auto);
    }

    .grid-xxl-tc-fit-4 {
        grid-template-columns: repeat(4, auto);
    }

    .grid-xxl-tc-fit-5 {
        grid-template-columns: repeat(5, auto);
    }
}


@media (min-width: 1600px) {
    .grid-xxxl-tc-1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-xxxl-tc-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-xxl-tc-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-xxxl-tc-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-xxxl-tc-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .grid-xxxl-tc-fit-1 {
        grid-template-columns: repeat(1, auto);
    }

    .grid-xxxl-tc-fit-2 {
        grid-template-columns: repeat(2, auto);
    }

    .grid-xxxl-tc-fit-3 {
        grid-template-columns: repeat(3, auto);
    }

    .grid-xxxl-tc-fit-4 {
        grid-template-columns: repeat(4, auto);
    }

    .grid-xxxl-tc-fit-5 {
        grid-template-columns: repeat(5, auto);
    }
}

@media (max-width: 575.98px) {
    .d-none-xs-down {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .d-none-sm-down {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .d-none-md-down {
        display: none !important;
    }
}

@media (max-width: 1199.98px) {
    .d-none-lg-down {
        display: none !important;
    }
}

@media (max-width: 1399.98px) {
    .d-none-xl-down {
        display: none !important;
    }
}

@media (max-width: 1599.98px) {
    .d-none-xxl-down {
        display: none !important;
    }
}

/* columns of same height styles */
.container-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
}

.row-height {
    display: table-row;
}

.col-height {
    display: table-cell;
    float: none;
}

@media (min-width: 576px) {
    .container-sm-height {
        display: table;
        padding-left: 0px;
        padding-right: 0px;
    }

    .row-sm-height {
        display: table-row;
    }

    .col-sm-height {
        display: table-cell;
        float: none;
    }
}

@media (min-width: 768px) {
    .container-md-height {
        display: table;
        padding-left: 0px;
        padding-right: 0px;
    }

    .row-md-height {
        display: table-row;
    }

    .col-md-height {
        display: table-cell;
        float: none;
    }
}

@media (min-width: 992px) {
    .container-lg-height {
        display: table;
        padding-left: 0px;
        padding-right: 0px;
    }

    .row-lg-height {
        display: table-row;
    }

    .col-lg-height {
        display: table-cell;
        float: none;
    }
}

@media (min-width: 1200px) {
    .container-xl-height {
        display: table;
        padding-left: 0px;
        padding-right: 0px;
    }

    .row-xl-height {
        display: table-row;
    }

    .col-xl-height {
        display: table-cell;
        float: none;
    }
}

.infobox {
    color: #FFFFFF;
    border-radius: 30px;
    text-align: center;
}

.infoboximg {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.k-grid {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.k-table-md {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.k-table-sm {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.k-grid-toolbar {
    background-color: var(--form-bg-color);
}

.k-grid-title {
    flex: 1;
    margin-bottom: 0;
}


.grid-tr {
    display: contents;
}

.grid-td {
    vertical-align: top;
    padding: 0.25em 0.5em 0 0.5em;
    border-bottom: 0.5px solid;
}

.grid-th {
    vertical-align: top;
    padding: 0.25em 0.5em 0 0.5em;
    border-bottom: 0.5px solid;
    font-weight: bold;
}

.grid-thead {
    position: sticky;
    background-color: white;
    top: 0;
}

.status-indent {
    text-indent: -2em;
    margin-left: 2em;
}

.grid-tc-fxd-fill {
    grid-template-columns: 7em 1fr;
    align-content: flex-start;
}

.grid-tc-fxd2-fill2 {
    grid-template-columns: 6em 1fr 6em 1fr;
    align-content: flex-start;
}

.d-grid-ni {
    display: grid;
}

.eshe {
    background-color: #0077ea;
}

.ulcs {
    background-color: #ea7700;
}

.fis {
    background-color: #8d2eb4;
}

.mrc {
    background-color: #e4cd18;
}

.lpcs {
    background-color: #8FD079;
}

.tagline {
    color: #000000;
    background-color: #ffffff;
}

.peaceimg {
    background-size: cover;
    background-position: top center;
    vertical-align: top;
    background-image: url(../images/peace_sq.jpg);
}

.peacetxt {
    color: #FFFFFF;
    background-color: rgba(159,147,125,.75);
    border-radius: 30px;
    padding: 10px;
}

.gearimg {
    background-size: cover;
    background-position: top center;
    vertical-align: top;
    background-image: url(../images/shutterstock_34477828.jpg);
}

.geartxt {
    color: #000000;
    background-color: rgba(255,255,255,.75);
    border-radius: 30px;
    padding: 10px;
}

.peopleimg {
    background-size: cover;
    background-position: top center;
    vertical-align: top;
    background-image: url(../images/shutterstock_63683401.jpg);
}

.peopletxt {
    color: #000000;
    background-color: rgba(255,255,255,.75);
    border-radius: 30px;
    padding: 10px;
}

.datasheet {
    padding-top: 0px;
    background-color: #ffffff;
    text-align: justify;
}

.dropdown-menu > li > a {
    display: inline-flex;
}

.spin {
    animation: spin 2s infinite linear;
    transform-origin: 50% 50%;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.navbar-lcs {
    background: #395259;
}

.navbar-brand-lcs {
    color: #ffa500 !important;
    font-weight: bold;
    padding: 0;
}

.navbar-img {
    height: 32px;
    position: relative;
}

.navbar-title {
    padding: 15px;
    font-size: 1.125em;
    line-height: 20px;
    height: 4em;
    color: white;
}

.pointer {
    cursor: pointer;
    text-decoration: none;
}

.loading-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
}

.white-bk {
    background-color: white;
}

ul.nav.navbar-nav.navbar-right {
    margin-right: 0;
}

a.btn.btn-tight {
    padding-left: 5px;
    padding-right: 5px;
}

.navbar-red {
    background-color: rgb(255, 74, 69);
    background-image: linear-gradient(rgb(255, 74, 69) 0%, rgb(189, 0, 0) 100%);
    border-color: #b90000;
    color: #c0c0c0;
}

    .navbar-red .navbar-brand {
        color: #c0c0c0;
    }

        .navbar-red .navbar-brand:hover, .navbar-red .navbar-brand:focus {
            color: #ffffff;
            background-color: #b90000;
        }

    .navbar-red .navbar-text {
        color: #c0c0c0;
    }

    .navbar-red .navbar-nav > li > a {
        color: #c0c0c0;
    }

        .navbar-red .navbar-nav > li > a:hover, .navbar-red .navbar-nav > li > a:hover > .fa, .navbar-red .navbar-nav > li > a:focus {
            color: #ffffff;
            background-color: #b90000;
        }

    .navbar-red .navbar-nav > .active > a, .navbar-red .navbar-nav > .active > a:hover, .navbar-red .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #b90000;
    }

    .navbar-red .navbar-nav > .open > a, .navbar-red .navbar-nav > .open > a:hover, .navbar-red .navbar-nav > .open > a:focus {
        color: #ffffff;
        background-color: #b90000;
    }

    .navbar-red .navbar-toggle {
        border-color: #b90000;
    }

        .navbar-red .navbar-toggle:hover, .navbar-red .navbar-toggle:focus {
            background-color: #b90000;
        }

        .navbar-red .navbar-toggle .icon-bar {
            background-color: #c0c0c0;
        }

    .navbar-red .navbar-collapse,
    .navbar-red .navbar-form {
        border-color: #c0c0c0;
    }

    .navbar-red .navbar-link {
        color: #c0c0c0;
    }

        .navbar-red .navbar-link:hover {
            color: #ffffff;
        }

@media (max-width: 767px) {
    .navbar-red .navbar-nav .open .dropdown-menu > li > a {
        color: #c0c0c0;
    }

        .navbar-red .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-red .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #ffffff;
        }

    .navbar-red .navbar-nav .open .dropdown-menu > .active > a, .navbar-red .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-red .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #b90000;
    }
}

.contextMenu .dropdown-menu {
    font-size: 1em;
}

h4 {
    font-size: 1em;
    margin-top: 2px;
    margin-bottom: 2px;
}

h3 {
    font-size: 1.2em;
    margin-top: 5px;
    margin-bottom: 5px;
}

    h3 > i {
        padding-left: 5px;
        margin-bottom: 4px;
    }

h4 > i {
    padding-left: 5px;
    margin-bottom: 4px;
}

a > i {
    z-index: 1500;
}

label {
    font-weight: normal;
}

.printPhoto {
    height: auto;
    width: 95%;
}

.printAnswer {
    font-size: 0.875em;
}

.printAnswerControl {
    padding-right: 5px;
}

.printAnswerInline {
    font-size: 0.875em;
    display: inline-block;
    padding-right: 5px;
}

.printResponse {
    font-size: 0.875em;
    font-style: italic;
}

.printQuestion {
    font-size: 0.875em;
    font-weight: bold;
    border-top-style: solid;
}

.printGroup {
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;
    border-style: none none double none;
}

.printForm {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    border-style: none none groove none;
    border-width: thin;
}

.quickBtn {
    margin: 2px;
    font-size: 1.3333333em;
}

.priceExpired .grid-td {
    position: relative;
}

.priceExpired div:after {
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    height: 1px;
    background: var(--form-bg-color);
    content: "";
    width: 100%;
    display: block;
}


.carousel {
    margin-top: 4em;
    margin-bottom: 0;
}

.body-nopad {
    padding-top: 0;
}

.e-spinner-pane .e-spinner-inner .e-spin-bootstrap5 {
    stroke: #c0c0c0;
}

.navbar-red .e-toolbar, .navbar-red .e-toolbar .e-toolbar-items, .navbar-red .e-toolbar .e-toolbar-items .e-toolbar-item, .navbar-red .e-toolbar .e-toolbar-items .e-toolbar-item, .navbar-red .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn {
    background-color: initial;
    border-color: #b90000;
}

.navbar-red .e-menu-container, .navbar-red .e-menu-container.e-hamburger {
    background-color: initial;
    border-color: #b90000;
}

    .navbar-red .e-menu-text, .e-menu-container.e-menu-popup .e-menu-text, .e-menu-container.e-menu-popup .e-menu-item .e-menu-text, .e-menu-container .e-ul .e-menu-item, .e-menu-container .e-ul .e-menu-item .e-menu-text, .navbar-red .e-menu-container.e-hamburger .e-menu-text, .navbar-red .e-menu-container.e-hamburger .e-menu-header, .navbar-red .e-menu-container.e-hamburger .e-menu-header .e-menu-icon {
        color: #c0c0c0 !important;
    }

.navbar-red .e-menu-item {
    color: #c0c0c0 !important;
    height: 3em !important;
    line-height: 3em !important;
}

.navbar-red .frri {
    color: #c0c0c0 !important;
}

.e-menu-container.e-menu-popup, .e-menu-container.e-hamburger .e-menu {
    background-color: rgb(255, 74, 69);
    border-color: #b90000;
}

    .navbar-red .e-menu-item.e-focused, .navbar-red .e-menu-item.e-focused .e-menu-text, .e-menu-container.e-menu-popup .e-menu-item.e-focused .e-menu-text, .e-menu-container .e-ul .e-menu-item.e-focused {
        background-color: #b90000 !important;
        color: #ffffff !important;
    }

.navbar-red .e-menu-item .e-caret::before {
    color: #c0c0c0;
}

.navbar-red .e-menu-item .e-caret {
    line-height: 3em !important;
}

.navbar-red .e-menu-item.e-selected, .e-menu-container.e-menu-popup .e-menu-item.e-selected {
    background-color: #b90000 !important;
    color: #ffffff !important;
}

[class^=e-]:not(.e-icons):not([class^=e-menu]) {
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

.e-tooltip-wrap .e-tip-content {
    padding: 0;
}

.card-tooltip {
    background-color: #fff;
    color: #000;
}

.e-overlay {
    background-color: #000;
}

.interview-card {
    padding-bottom: 5px;
    overflow-y: auto;
}

    .interview-card .e-control-container {
        display: inline-flex;
        background-color: #fff;
        width: 100%;
    }

    .interview-card .e-date-container {
        width: 200px;
    }

    .interview-card .e-number-container {
        width: 200px;
    }


    .interview-card .response-text-grid {
        display: contents;
    }

    .interview-card .question-grid {
        display: grid;
        grid-template-columns: auto minmax(50%, 1fr);
        gap: 0 1em;
    }

    .interview-card .form-checkrb {
        display: grid;
        grid-template-columns: 1fr auto;
    }

    .interview-card .form-textbox {
        display: inline-flex;
        grid-column: 2 / span 1;
        justify-self: stretch;
    }

    .interview-card .form-databox {
        display: inline-flex;
        grid-column: 2 / span 1;
        justify-self: flex-start;
    }

    .interview-card .form-question-grid-full {
        display: inline-flex;
        grid-column: 1 / span 2;
        justify-self: stretch;
    }

    .interview-card .form-question-grid-wrap {
        display: inline-flex;
        grid-column: 1 / span 2;
        justify-self: stretch;
        flex-wrap: wrap;
    }

    .interview-card .disabled {
        background-color: #f0f0f0;
    }

    .interview-card .control-label-textbox {
        display: inline-flex;
        grid-column: 1 / span 1;
        justify-self: end;
        text-align: end;
    }

    .interview-card .control-label {
        display: inline-flex;
        grid-column: 1 / span 2;
        justify-self: start;
    }

    .interview-card .control-label-full {
        display: inline-flex;
        grid-column: 1 / span 2;
        justify-self: stretch;
    }

.field-row {
    margin-left: 0px;
    margin-right: 0px;
}

input[disabled] {
    color: graytext;
}

#crDoc {
    border: thick;
    max-height: 180px;
    overflow-y: auto;
}

textarea {
    resize: none;
}

.contextMenu {
    position: absolute;
    display: none;
    z-index: 1000;
}

.popup-bg {
    background-color: var(--form-bg-color);
}

.badge {
    margin-left: 5px;
}

.bottom-row, .top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5em;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    position: sticky;
    z-index: 200;
}

.top-row {
    justify-content: flex-start;
    top: 0;
}

.bottom-row {
    justify-content: flex-end;
    bottom: 0;
}

.card-default .card-body {
    padding: 3px;
}

.card-default .card-heading {
    cursor: pointer;
    padding: 2px 2px 2px 8px;
    display: flex;
    background-color: var(--form-bg-color);
}

.card-default .card-title {
    flex: 1;
    margin-bottom: 0;
}

.btn-lg {
    --bs-btn-font-size: 1.33333333em;
}

.btn-inherit {
    --bs-btn-color: unset;
}

.btn-outline-secondary {
    background-color: #f8f9fa;
}

.btn-outline-interviewtab {
    color: var(--form-text-color);
    border-color: var(--form-bg-color);
}

    .btn-outline-interviewtab:hover {
        color: var(--form-text-color);
        background-color: var(--form-bg-color);
        border-color: var(--form-bg-color);
    }

    .btn-check:focus + .btn-outline-interviewtab, .btn-outline-interviewtab:focus {
        box-shadow: 0 0 0 0.25em rgba(200, 240, 255, 0.5);
    }

    .btn-check:checked + .btn-outline-interviewtab, .btn-check:active + .btn-outline-interviewtab, .btn-outline-interviewtab:active, .btn-outline-interviewtab.active, .btn-outline-interviewtab.dropdown-toggle.show {
        color: var(--form-text-color);
        background-color: var(--form-bg-color);
        border-color: var(--form-bg-color);
    }

        .btn-check:checked + .btn-outline-interviewtab:focus, .btn-check:active + .btn-outline-interviewtab:focus, .btn-outline-interviewtab:active:focus, .btn-outline-interviewtab.active:focus, .btn-outline-interviewtab.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25em rgba(200, 240, 255, 0.5);
        }

    .btn-outline-interviewtab:disabled, .btn-outline-interviewtab.disabled {
        color: var(--form-bg-color);
        background-color: transparent;
    }

.card-heading h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    margin-top: 8px;
}

.card-heading h4 {
    font-size: 1.3333em;
}


.bar {
    display: flex;
    align-items: center;
    width: 100%;
}


@media (max-width: 767px) {
    .bar {
        flex-wrap: wrap;
    }

    .card-heading-flex {
        flex-direction: column;
    }
}

.modal-overlay {
    position: fixed;
    background-color: rgba(0,0,0,.5);
    filter: alpha(opacity=50);
    height: 100%;
    opacity: .5;
    pointer-events: none;
    touch-action: none;
    width: 100%;
}

.modal-title {
    font-size: 1.3333em;
    flex: 1;
}

.modal-body-full {
    max-height: unset;
    height: 100%;
}

.overdue {
    color: red;
    font-weight: bold;
}

.-content a.overdue {
    color: red;
    font-weight: bold;
}

.rejected {
    color: goldenrod;
    font-weight: bold;
}

.-content a.rejected {
    color: goldenrod;
    font-weight: bold;
}

.locWidget {
    margin: 1px;
}

@media print {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .visible-xs {
        display: none !important;
    }

    .hidden-xs {
        display: block !important;
    }

    table.hidden-xs {
        display: table;
    }

    tr.hidden-xs {
        display: table-row !important;
    }

    th.hidden-xs,
    td.hidden-xs {
        display: table-cell !important;
    }

    .hidden-xs.hidden-print {
        display: none !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }

    html,
    body {
        height: unset;
        font-size: 10px;
    }

    .text-lg {
        font-size: 1em;
    }
}

.validationError, .validationError.interviewFormLabel, .validationError.interviewGroupLabel, .validationError.interviewGroupHeading, .validationError.interviewQuestionLabel {
    color: red;
}

.validationErrorList {
    width: 25vw;
}

.validationErrorItem {
    padding: 1px;
}

.interviewQuestion {
    color: black;
}

.interviewGroupHeading {
    font-weight: bold;
}

.interviewGroupBorder {
    border-style: solid;
    border-radius: 10px;
    border-color: blue;
    border-width: thin;
}

.form-row {
    margin-left: 0;
    margin-right: 0;
    border-style: solid;
    border-radius: 10px;
    border-color: grey;
    border-width: thin;
}

.interviewQuestionBorder {
    border-style: solid;
    border-radius: 10px;
    border-color: paleturquoise;
    border-width: thin;
    background-color: aliceblue;
}

.ticketGroupBorder {
    border-style: solid;
    border-radius: 10px;
    border-color: gray;
    border-width: thin;
}

.indicator {
    margin-right: 3px;
}

.fa-star {
    color: red;
}

.fa-info-circle {
    color: blue;
}

.control-label {
    display: block;
}

.form-photo {
    display: inline-block;
    height: auto;
    width: 93%;
    min-height: 20px;
}

.urgentAnswer {
    font-weight: bold;
    color: #ff8000 !important;
}

.has-new-comment {
    background-color: lightskyblue;
    color: white;
}

.has-old-comment {
    background-color: #0088ff;
    color: white;
}

.has-old-comment-head > .card-heading {
    background-color: #0088ff;
}

.has-new-comment-head > .card-heading {
    background-color: lightskyblue;
}

.form-check-inline {
    font-weight: normal;
    color: black;
    cursor: pointer;
}

.fieldmenu {
    position: relative;
    vertical-align: top;
    right: 0px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: 2px 5px 2px 2px;
    font-size: 0.75em;
    cursor: pointer;
    color: #cccccc;
}

.groupButton {
    margin-left: 15px;
}

.formSetLink {
    float: left;
}

.formSetRemove {
    position: relative;
    vertical-align: middle;
    top: 5px;
    height: 14px;
    margin: 0;
    font-size: 0.75em;
    cursor: pointer;
    color: #cccccc;
    float: right;
}

.dragging {
    cursor: move;
}

.drawing {
    cursor: crosshair;
}

.ng-invalid {
    border-color: red;
}

.googleMap {
    height: 100%;
}

.googleMapDirectionsParent {
    height: 100%;
    float: right;
    width: 30%;
    display: none;
}

.googleMapDirections {
    font-family: "Roboto","sans-serif";
    line-height: 30px;
    padding-left: 10px;
    height: 90%;
    width: 100%;
    overflow: auto;
}

    .googleMapDirections select, .googleMapDirections input {
        font-size: 1em;
    }

    .googleMapDirections select {
        width: 100%;
    }

    .googleMapDirections i {
        font-size: 0.75em;
    }

.gmap_context_menu {
    background-color: white;
    border: 1px solid gray;
    display: none;
    position: absolute;
}

.gmap_context_menu_item {
    padding: 3px 6px;
    cursor: pointer;
    white-space: nowrap;
}

    .gmap_context_menu_item:hover {
        background-color: #CCCCCC;
    }

.gmap_context_menu_separator {
    background-color: gray;
    height: 1px;
    margin: 0;
    padding: 0;
}

.popover {
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
    font-family: unset;
    font-style: unset;
    font-weight: unset;
    line-height: unset;
    background-color: #000000;
    color: #ffffff;
}

.popover-body {
    color: #ffffff;
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
    border-left-color: #000000;
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
    border-right-color: #000000;
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
    border-top-color: #000000;
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
    border-bottom-color: #000000;
}

#requestList_virtualContainer td > p {
    display: block;
    height: 8.2em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-iggrid table th, .ui-iggrid table td {
    word-wrap: break-word;
    vertical-align: top !important;
}


.ui-state-default, .-content .ui-state-default, .-header .ui-state-default {
    border: 1px solid #bcbcbc;
    background-color: #e8e8e8;
    color: #444;
}

.ui-ightmleditor .ui-igcombo-fieldholder {
    border-color: #bcbcbc;
}

.ui-igedit-button-common.ui-state-highlight, .ui-igedit-button-common.ui-state-hover, .ui-igedit-button.ui-state-highlight, .ui-igedit-button.ui-state-hover, .ui-igcombo-button.ui-state-highlight, .ui-igcombo-button.ui-state-hover {
    border: inherit;
}

.ui-igedit.ui-state-focus, .ui-igcombo.ui-state-focus, .ui-igedit.ui-state-focus.ui-state-hover, .ui-igcombo.ui-state-focus.ui-state-hover {
    border-color: #4897aa;
}

    .ui-igedit.ui-state-focus .ui-igedit-button-common, .ui-igedit.ui-state-active .ui-igedit-button-common, .ui-igcombo.ui-state-focus .ui-igcombo-button, .ui-igcombo.ui-state-active .ui-igcombo-button {
        background-color: #9ecbd6;
        border-color: #4897aa;
    }

.ui-igcombo.ui-state-hover, .ui-igcombo.ui-state-default {
    background-color: transparent;
}

.ui-igedit-input, .ui-igcombo-fieldholder, .ui-igcombo.us-widget .ui-igcombo-clear.ui-unselectable, .ui-igedit-cleararea, .ui-igedit-cleararea.ui-state-hover, .ui-igedit.ui-state-hover .ui-igedit-cleararea, .ui-igedit.ui-state-focus .ui-igedit-cleararea {
    background: none #fff;
    border: 0 none;
}

    .ui-igcombo-clear .ui-icon, .ui-igedit-buttonclear .ui-icon, .ui-igedit-cleararea .ui-icon, .ui-igedit.ui-state-focus .ui-igedit-cleararea .ui-icon, .ui-igedit.ui-state-active .ui-igedit-cleararea .ui-icon {
        color: #888;
    }

    .ui-igedit-cleararea.ui-state-hover .ui-icon, .ui-igedit-cleararea.ui-state-default.ui-state-hover .ui-icon, .ui-igedit.ui-state-hover .ui-igedit-cleararea.ui-state-hover .ui-icon, .ui-igedit.ui-state-focus .ui-igedit-cleararea.ui-state-hover .ui-icon, .ui-igedit.ui-state-active .ui-igedit-cleararea.ui-state-hover .ui-icon, .ui-igedit-buttonclear.ui-state-default.ui-state-hover .ui-icon, .ui-igcombo-clear.ui-igcombo-clear-hover.ui-state-hover .ui-icon {
        color: #4897aa;
    }

.ui-igcombo-listitem-match {
    font-weight: bold;
}

.ui-igcombo-field {
    color: #444;
}

.ui-iggrid-blockarea {
    z-index: 999;
}

.ui-igedit-dropdown .ui-igedit-listitem.ui-state-default, .ui-igedit-list .ui-igedit-listitem.ui-state-default, .ui-iggrid-filterddlist li.ui-state-default, .ui-iggrid-featurechooser-list li.ui-state-default, .ui-iggrid-hiding-dropdown-list li.ui-state-default, .ui-iggrid-columnmoving-dropdown-list li.ui-state-default, .ui-igcombo-listitemholder li.ui-state-default {
    color: #444;
    background-color: #fff;
    border: 1px solid transparent;
    height: unset;
}

.ui-igedit-dropdown .ui-igedit-listitem.ui-state-hover, .ui-igedit-list .ui-igedit-listitem.ui-state-hover, .ui-iggrid-filterddlist li.ui-state-hover, .ui-iggrid-filterddlistitem.ui-state-hover a, .ui-iggrid-featurechooser-list.ui-state-hover a, .ui-iggrid-hiding-dropdown-list li.ui-state-hover, .ui-iggrid-hiding-dropdown-list.ui-state-hover a, .ui-iggrid-columnmoving-dropdown-list li.ui-state-hover, .ui-iggrid-columnmoving-dropdown-list.ui-state-hover a, .ui-igcombo-listitemholder li.ui-state-hover, .ui-igcombo-listitemholder li.ui-state-hover a {
    border: 1px solid #999;
    background-color: #ccc;
    color: #444;
}

.ui-igedit-dropdown .ui-igedit-listitem.ui-state-active, .ui-igedit-list .ui-igedit-listitem.ui-state-active, .ui-iggrid-filterddlist li.ui-state-active, .ui-iggrid-filterddlistitem.ui-state-active a, .ui-iggrid-featurechooser-list li.ui-state-active, .ui-iggrid-featurechooser-list.ui-state-active a, .ui-iggrid-hiding-dropdown-list li.ui-state-active, .ui-iggrid-hiding-dropdown-list.ui-state-active a, .ui-iggrid-columnmoving-dropdown-list li.ui-state-active, .ui-iggrid-columnmoving-dropdown-list.ui-state-active a, .ui-igcombo-listitemholder li.ui-state-active, .ui-igcombo-listitemholder li.ui-state-active a {
    border: 1px solid #4897aa;
    background-color: #9ecbd6;
    color: #444;
}

.ui-igedit-dropdown .ui-igedit-listitem.ui-state-highlight, .ui-igedit-list .ui-igedit-listitem.ui-state-highlight, .ui-igcombo-listitemholder li.ui-state-highlight, .ui-igcombo-listitemholder li.ui-state-highlight a {
    border: 1px solid #4897aa;
    background-color: #9ecbd6;
    color: #444;
}

.ui-igedit-dropdown .ui-igedit-listitem.ui-state-hover a, .ui-igedit-list .ui-igedit-listitem.ui-state-hover a, .ui-igedit-list .ui-igedit-listitem.ui-state-active a {
    color: #FFF;
}

.ui-igcombo-listitemholder .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-igcombo-listitem.ui-state-hover.ui-igcombo-item-in-focus, .ui-igcombo-listitem.ui-state-active.ui-igcombo-item-in-focus, .ui-igcombo-listitem.ui-state-default.ui-igcombo-item-in-focus {
    background-color: #c2dee5;
    border-color: #67adbe;
}

.ui-state-active, .-content .ui-state-active, .-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: unset;
    background: unset;
    font-weight: unset;
    color: #000
}

    .ui-icon-background, .ui-state-active .ui-icon-background {
        border: unset;
        background-color: #000
    }

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #000;
        text-decoration: none
    }

.flex-grow {
    display: flex;
    flex: 1;
}

.diagram-modal-body {
    padding: 3px;
    height: 80vh;
    max-height: 80vh;
    min-height: 80vh;
}

.diagram-modal-dialog {
    width: 90vw;
}

.diagram {
    width: 100%;
    height: calc(100% - 4em);
    display: flex;
    flex-direction: column
}

    .diagram canvas {
        height: 100%;
        width: 100%
    }


.diagram-row {
    border-style: solid;
    border-radius: 10px;
    border-color: grey;
    border-width: thin;
}

.diagram-btn {
    padding: 6px 12px;
}

.diagram-color-btn {
    padding: 6px;
    border: none;
}

.no-pad {
    padding: 2px;
    word-wrap: break-word;
    white-space: normal;
}

.diagram-navbar-form {
    margin: 2px;
    padding: 0;
}

.resource-card-title {
    font-weight: bold;
    font-size: 16px;
}

.resource-list-group-item:hover {
    color: #ffffff;
    background-color: #0000b9;
}

.list-group-item {
    padding: 2px 2px 2px 8px;
}

.list-group-item-heading {
    font-weight: bold;
}

.list-group-item-text {
    font-size: 1em;
}

.emailEditor {
    height: 50vh;
}

.lcs-parallax-background,
.lcs-background {
    background-attachment: fixed !important;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.lcs-hidden-scrollbar .lcs-parallax-background {
    background-size: auto 130%;
}

.mobile .lcs-parallax-background {
    background-attachment: scroll !important;
}

.lcs-background {
    background-attachment: scroll !important;
}

.lcs-section {
    padding: 0 20px;
    min-height: 80vh;
}

.lcs-section--no-padding {
    padding: 0;
}

.lcs-section--relative {
    position: relative;
}

.lcs-section--fixed-size {
    overflow: hidden;
}

.lcs-section--full-height {
    height: 100vh;
}

    .lcs-section--full-height.lcs-after-navbar:before {
        display: none;
    }

.lcs-section--bg-adapted {
    background-attachment: scroll;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.lcs-section--gray {
    background-color: #444444;
}

.lcs-section--light-gray {
    background-color: #f0f0f0;
}

.lcs-section--dark-gray {
    background-color: #3c3c3c;
}

.lcs-section__container {
    padding: 0;
    position: relative;
    z-index: 3;
}

.lcs-section__container--std-padding {
    padding: 93px 0;
}

.lcs-section__container--sm-padding {
    padding: 41px 0;
}

.lcs-section__container--isolated {
    padding-bottom: 93px;
    padding-top: 93px;
}

.lcs-section__container--first {
    padding-top: 93px;
    padding-bottom: 41px;
}

.lcs-section__container--middle {
    padding-bottom: 41px;
}

.lcs-section__container--last {
    padding-bottom: 93px;
}

.lcs-section__left {
    padding-right: 3em;
}

.lcs-section__right {
    padding-left: 15px;
}

.lcs-section__header {
    line-height: 1.5em;
    margin: -10px 0 0;
    text-align: center;
}

@media (max-width: 767px) {
    .lcs-section__left {
        padding-right: 15px;
    }

    .lcs-section__right {
        padding-left: 15px;
        padding-top: 51px;
    }
}

.lcs-header {
    margin-top: -20px;
    padding: 0;
    position: relative;
    text-align: left;
    top: 10px;
}

.lcs-header--std-padding {
    padding-bottom: 41px;
}

.lcs-header--center {
    text-align: center;
}

.lcs-header__text {
    color: #ffffff;
    display: block;
    font-size: 4em;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
}

.lcs-header__subtext {
    color: #ffffff;
    font-size: 3em;
    line-height: 0.8em;
    font-weight: bold;
    font-style: italic;
    margin: 0px 0 7px 0;
}

.lcs-header--inline {
    margin-top: 0;
    padding: 41px 0 28px 0;
    top: 0;
}

    .lcs-header--inline .lcs-header__text {
        letter-spacing: 4px;
        line-height: 1em;
        margin: 15px 0 0 0;
    }

@media (max-width: 767px) {
    .lcs-header--inline {
        padding: 47px 0 38px 0;
    }

        .lcs-header--inline .lcs-header__text {
            display: block;
            margin: 0 0 38px 0;
        }

    .lcs-header--auto-align .lcs-header__text,
    .lcs-header--auto-align .lcs-header__subtext {
        left: 0;
        text-align: center !important;
    }

    .lcs-header__text {
        font-size: 2em;
    }

    .lcs-header__subtext {
        font-size: 1.3em;
        line-height: 1em;
        margin: 0;
    }
}

.lcs-box {
    display: table;
    width: 100%;
}

.lcs-box--fixed {
    table-layout: fixed;
}

.lcs-box--stretched {
    height: 100%;
}

.lcs-box__magnet {
    display: table-cell;
    float: none;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.lcs-box__magnet--sm-padding {
    padding: 41px 0;
}

.lcs-box__magnet--top-left,
.lcs-box__magnet--top-center,
.lcs-box__magnet--top-right {
    vertical-align: top;
}

.lcs-box__magnet--bottom-left,
.lcs-box__magnet--bottom-center,
.lcs-box__magnet--bottom-right {
    vertical-align: bottom;
}

.lcs-box__magnet--top-left,
.lcs-box__magnet--center-left,
.lcs-box__magnet--bottom-left {
    text-align: left;
}

.lcs-box__magnet--top-right,
.lcs-box__magnet--center-right,
.lcs-box__magnet--bottom-right {
    text-align: right;
}

.lcs-box__container {
    height: 50%;
}

@media (max-width: 767px) {
    .lcs-box__container {
        height: 100%;
    }

    .lcs-box--adapted {
        display: block;
    }

        .lcs-box--adapted > .lcs-box__magnet {
            display: block;
            height: auto;
        }
}

.lcs-article {
    color: #ffffff;
    font-size: 1.5em;
    line-height: 27px;
    text-align: left;
    position: relative;
    margin-top: -21px;
    top: 14px;
}

.lcs-article--wysiwyg h1,
.lcs-article--wysiwyg h2,
.lcs-article--wysiwyg h3,
.lcs-article--wysiwyg h4,
.lcs-article--wysiwyg h5,
.lcs-article--wysiwyg h6 {
    color: #252525;
    display: block;
    font-weight: bold;
    line-height: 2em;
    text-align: left;
}

.lcs-article--wysiwyg h1 {
    font-size: 27px;
    letter-spacing: 3px;
}

.lcs-article--wysiwyg h2 {
    font-size: 23px;
    letter-spacing: 2px;
}

.lcs-article--wysiwyg h3 {
    font-size: 19px;
    letter-spacing: 1px;
}

.lcs-article--wysiwyg h4 {
    font-size: 14px;
}

.lcs-article--wysiwyg h5 {
    font-size: 11px;
}

.lcs-article--wysiwyg h6 {
    font-size: 10px;
}

.lcs-article--wysiwyg p,
.lcs-article--wysiwyg ul,
.lcs-article--wysiwyg ol,
.lcs-article--wysiwyg blockquote {
    margin: 0 0 10px 0;
}

.lcs-article--wysiwyg blockquote {
    font-size: 17px;
    border-color: #f97352;
}

@media (max-width: 767px) {
    .lcs-article--auto-align.lcs-article--wysiwyg p,
    .lcs-article--auto-align {
        text-align: left !important;
    }

    .lcs-article {
        font-size: 1em;
        line-height: 1;
    }
}

.localVideo {
    border: 1px solid gray;
    bottom: 20px;
    right: 20px;
    height: 20vh;
    width: 20vw;
    position: absolute;
    opacity: 1;
    z-index: 100;
}

.insuredVideo {
    height: 100%;
    width: 100%;
    opacity: 1;
}

.remoteVideo {
    height: 100vh;
    width: 100vw;
    opacity: 1;
    z-index: 1;
    position: absolute;
}

.videoMenu {
    position: absolute;
    left: 10px;
    bottom: 20px;
    background-color: rgba(0, 0, 0, 0.00);
    z-index: 100;
}

.videoButton {
    font-size: 2em;
}

.videoDropdown {
    font-size: 2em;
    width: 85vw;
    cursor: pointer;
}

.videoDialog {
    height: 65vh;
}

.documentPreviewPage {
    border: 1px solid black;
}
