/* Minification failed. Returning unminified contents.
(719,39): run-time error CSS1046: Expect comma, found '0'
(719,43): run-time error CSS1046: Expect comma, found '/'
(733,39): run-time error CSS1046: Expect comma, found '0'
(733,43): run-time error CSS1046: Expect comma, found '/'
(1213,40): run-time error CSS1046: Expect comma, found '0'
(1213,44): run-time error CSS1046: Expect comma, found '/'
(1642,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1643,22): run-time error CSS1039: Token not allowed after unary operator: '-bs-danger-rgb'
(1643,44): run-time error CSS1039: Token not allowed after unary operator: '-bs-text-opacity'
(1673,1): run-time error CSS1035: Expected colon, found '}'
(4382,34): run-time error CSS1046: Expect comma, found '33'
(4382,40): run-time error CSS1046: Expect comma, found '/'
(5698,22): run-time error CSS1039: Token not allowed after unary operator: '-bs-success-rgb'
(5728,36): run-time error CSS1034: 
(5728,36): run-time error CSS1042: Expected function, found ','
(5728,42): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
@page {
    size: auto; /* auto is the initial value */
    margin: 2mm 2mm 2mm 2mm; /* this affects the margin in the printer settings */
}

@media print {
    .public-directory-item {
        page-break-after: always;
    }

    #GraphicalReport .col-lg-6 {
        width: 100% !important;
    }

    [class*="col-sm-"] {
        float: left;
    }

    [class*="col-xs-"] {
        float: left;
    }

    [class*="col-lg-"] {
        float: left;
    }

    .col-sm-12, .col-xs-12, .col-lg-12 {
        width: 100% !important;
    }

    .col-sm-11, .col-xs-11, .col-lg-11 {
        width: 91.66666667% !important;
    }

    .col-sm-10, .col-xs-10, .col-lg-10 {
        width: 83.33333333% !important;
    }

    .col-sm-9, .col-xs-9, .col-lg-9 {
        width: 75% !important;
    }

    .col-sm-8, .col-xs-8, .col-lg-8 {
        width: 66.66666667% !important;
    }

    .col-sm-7, .col-xs-7, .col-lg-7 {
        width: 58.33333333% !important;
    }

    .col-sm-6, .col-xs-6, .col-lg-6 {
        width: 50% !important;
    }

    .col-sm-5, .col-xs-5, .col-lg-5 {
        width: 41.66666667% !important;
    }

    .col-sm-4, .col-xs-4, .col-lg-4 {
        width: 33.33333333% !important;
    }

    .col-sm-3, .col-xs-3, .col-lg-3 {
        width: 25% !important;
    }

    .col-sm-2, .col-xs-2, .col-lg-2 {
        width: 16.66666667% !important;
    }

    .col-sm-1, .col-xs-1, .col-lg-1 {
        width: 8.33333333% !important;
    }

    .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,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left !important;
    }

    body, html {
        margin: 0px !important;
        padding: 15px !important;
        font-size: 12px !important;
    }

    .formQuestion {
        font-size: 10px !important;
        padding-top: 5px !important;
    }

    label {
        font-size: 12px !important;
    }

    #bodyContent {
        margin: 10px 0 10px !important;
    }

    .toggleContent .row:not(.collectionRow) > div[class*=col] {
        margin-top: 5px !important;
    }

    .container {
        width: auto;
    }

    #cmWrapper {
        display: block !important;
    }

    #content {
        padding: 0px !important;
    }

    .container-fluid {
        padding: 0px !important;
        width: auto;
    }

    a[href]:after {
        content: none;
    }

    .print-only {
        display: block !important;
    }

    #print-header.print-only {
        width: 100% !important;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .printHeaderLogoContainer img:first-of-type {
        height: 50px;
    }

    .printHeaderCoalitionContainer img:first-of-type {
        max-width: 40px;
        width: 90px;
        height: 50px;
        float: right;
        padding-right: 20px;
    }

    .printHeaderLogoContainer {
        padding: 0px !important;
        margin: 0px !important;
    }

    .no-print, .no-print *, button, .btn, .pageHeading {
        display: none !important;
        height: 0px !important;
    }

    .toggleLink i {
        display: none !important;
    }

    #advancedResult, #summarizedResult {
        padding-top: 0px !important;
    }

    .table-responsive, .toggleSection .toggleLink + .toggleSection > .container-fluid > .row:first-child .table-responsive,
    .toggleSection .toggleLink + .toggleSection > .container-fluid > .row:first-child .form-question-section {
        page-break-inside: avoid;
    }



    #summarizedResult > div .toggleSection + .toggleSection {
        margin-top: 20px !important;
    }

    .form-preview .toggleSection {
        margin-top: 20px !important;
    }

        .form-preview .toggleSection + .toggleSection {
            margin-top: 20px !important;
        }

    .form-preview .toggleContent .row:not(.collectionRow) > div[class*=col] {
        margin-top: 5px !important;
    }

    .printReportTitle {
        text-align: center !important;
        font-size: 12px !important;
        text-transform: uppercase !important;
        margin-top: 30px !important;
        margin-bottom: 20px;
    }

    .printReportSectionTitle {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .printReportTitleColumn {
        width: 100% !important;
    }

    .gridItem {
        border-top: 1px solid #dea259;
        border-bottom: 1px solid #dea259;
    }

    ::-webkit-input-placeholder { /* WebKit browsers */
        color: transparent;
    }

    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: transparent;
    }

    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: transparent;
    }

    :-ms-input-placeholder { /* Internet Explorer 10+ */
        color: transparent;
    }

    a[href]:after {
        content: none !important;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    .hideIcon {
        display: none;
    }

    .k-icon, .k-grouping-header {
        display: none !important;
    }

    .k-filter-row {
        display: none;
    }

    .k-header:not(.k-with-icon) {
        display: none;
    }

    .pdf-link {
        display: none;
    }

    .toggleSection {
        padding: 0px !important;
        margin: 0px !important;
        border-top: 0px !important;
    }

        .toggleSection:before {
            border: 0px solid !important;
        }

    .toggleLink {
        padding: 0px !important;
    }

    .form-horizontal {
        margin-left: 0px !important;
        padding: 0px !important;
        margin: 0px !important;
    }

    .grid {
        width: 100% !important
    }

    #SubmissionDetail {
        padding: 15px;
    }

    .k-grid table {
        background-color: #FFF !important;
    }

    .form-preview {
        background-color: #FFF !important;
    }

    iframe {
        display: none !important;
    }

    input[type=text], select, textarea, .displayValue, .k-numerictextbox .k-input, .k-multiselect-wrap, .k-textbox > input, input.k-textbox, input.k-textbox:hover, textarea.k-textbox, textarea.k-textbox:hover, input[type=number], input[type=password], input[type=email], .k-filtercell input, .k-autocomplete .k-input {
        min-height: 10px !important;
        font-size: 0.7em !important;
        border: 1px solid;
    }

    .gridColumn {
        padding: 3px 5px !important;
    }

    .filterOptionArea {
        padding: 15px;
    }

    input[type=text], select, textarea, .displayValue, .k-numerictextbox .k-input, .k-multiselect-wrap, .k-textbox > input, input.k-textbox, input.k-textbox:hover, textarea.k-textbox, textarea.k-textbox:hover, input[type=number], input[type=password], input[type=email], .k-filtercell input, .k-autocomplete .k-input {
        font-size: 10px !important;
    }

    #profileWrapper, .accountContainer, .footerLogoContainer {
        display: none !important;
    }

    .fas, .fa {
        display: none !important;
    }

   /* .bi {
        display: none !important;
    }*/

    .formQuestion .required.display-true {
        display: none !important;
    }

    input, textarea {
        border: 1px solid #000 !important;
    }
}

body {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    overflow-x: hidden;
}


.signature-pad > canvas {
    display: block;
    width: 300px;
    height: 150px;
    margin-bottom: 5px;
    border: 1px solid;
}

.signature-pad > canvas {
    display: block;
    width: 300px;
    height: 150px;
    margin-bottom: 5px;
}

#divScholarshipCode { /*Aruna*/
    padding: 0;
}

.k-widget.k-tooltip-validation { /*Aruna*/
    display: block;
    text-align: left;
    margin-bottom: -2px;
    padding: 5px;
}
/*.formQuestion p + span.required.display-true {
    display: none !important;
}

.formQuestion p:last-of-type::after {
    content: " *";
    color: red;
    font-weight: bold;
}*/
.hide-steps::-webkit-inner-spin-button,
.hide-steps::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.k-button-text {
    color: #333 !important
}

#translate-button {
    cursor: pointer;
    font-size: 34px !important;
    color: #052162 !important;
}

a#translate-button:hover {
    color: #5D14BD !important;
}

.translateContainer {
    position: absolute;
    left: 290px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-register-new {
    opacity: 0.5;
    background-color: #fff !important;
    color: black !important;
    border: 1px solid black !important;
    border-radius: 5px;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    text-decoration: none;
    padding: 13px;
}

    .btn-register-new:hover {
        background-color: #2AD0A6 !important;
    }

.collectionWrapperRow:nth-of-type(1) .btn-link {
    display: none;
}

.collectionWrapperRow:not(.removed):not(:last-child) {
    border-bottom: 1px solid;
}

.collectionWrapperRow {
    padding: 10px 0px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 99;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    min-height: 100%;
    width: 100%;
}

.col-lg-6.boldUnderlineTitle > .container-fluid {
    padding: 0;
}

html .k-datepicker {
    display: block;
    width: 100%;
}

.ui-state-default {
    cursor: move;
}

.big-lock {
    font-size: 18px;
    color: #337ab7;
}

.xl-icon {
    font-size: 25px;
}

.custom-seekbar {
    cursor: pointer;
    height: 5px;
    margin-bottom: 5px;
    outline: thin solid gray;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .custom-seekbar span {
        background-color: gray;
        position: absolute;
        top: 0;
        left: 0;
        height: 10px;
        width: 0px;
    }

        .custom-seekbar span.hover:after {
            content: '■';
            display: block;
            position: absolute;
            background-color: orange;
            color: orange;
            top: 0;
            right: 0;
        }


.fixedLockedNotification {
    position: fixed;
    bottom: 0px;
    padding: 10px;
    background-color: #FFF;
    color: #337ab7;
}

.gridCustomColumnOption {
    padding: 5px 5px 5px 12px;
    background: #999;
    color: #fff;
}

.loading {
    border: 2px solid #573f7c;
    width: 250px;
    height: 150px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
    padding-top: 20px;
}

.tag {
    font-weight: bold;
}

.tagRow {
    padding-top: 15px;
}

.separator:not(:first-child) {
    margin-left: 10px;
    margin-right: 10px;
}

.separator:last-child {
    display: none;
}

.pageAnchorLinks span:last-child {
    display: none;
}

.navContainer::-webkit-scrollbar, .table-responsive::-webkit-scrollbar {
    width: 0.5em;
    height: 0.8em;
}

.navContainer::-webkit-scrollbar-track, .table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.navContainer::-webkit-scrollbar-thumb, .table-responsive::-webkit-scrollbar-thumb {
    background-color: #2AD0A6;
    outline: 1px solid slategrey;
}

.respNavHamburger {
    display: none;
}

    .respNavHamburger.rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

a:link, a:visited, a:hover, a:active {
    text-decoration: none !important;
}

.k-i-calendar {
    color: #000000 !important;
}

.k-checkbox:checked + .k-checkbox-label:before {
    background-color: #3f51b5 !important;
    border-color: #3f51b5 !important;
    color: #fff !important;
}

.k-checkbox-label:before {
    border-color: #3f51b5 !important;
}

.k-grouping-header {
    padding-left: 10px !important;
}

.joinUsText {
    font-size: 16px;
}

.or-report {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    padding: 10px;
    text-transform: uppercase;
}

#scheduler .k-event-delete {
    display: none;
}

.event-template {
    padding-right: 15px;
}

#scheduler.allow-delete .k-event .k-event-delete {
    display: inline-block;
}

.resource-view {
    font-size: 10px;
    font-style: italic;
}

div.k-window-content {
    overflow: hidden !important;
}

.k-edit-form-container .k-edit-buttons {
    padding: 10px 15px !important;
}

.k-event-delete .k-i-close {
    color: #FFF !important;
}

.k-scheduler {
    font-family: "DejaVu Sans", "Arial", sans-serif;
}

/* Hide toolbar, navigation and footer during export */
.k-pdf-export .k-scheduler-toolbar,
.k-pdf-export .k-scheduler-navigation .k-nav-today,
.k-pdf-export .k-scheduler-navigation .k-nav-prev,
.k-pdf-export .k-scheduler-navigation .k-nav-next,
.k-pdf-export .k-scheduler-footer {
    display: none;
}

.k-listbox .k-item, .k-popup .k-list .k-item {
    margin-top: 2px;
}

input#ReportTitle {
    font-weight: bold !important;
    font-size: 15px !important;
}

.k-loading-mask .k-loading-image {
    background-image: url('../images/loading.gif');
}

.k-filtercell, .k-filtercell .k-widget, .k-filtercell > span {
    width: 100% !important;
}

    .k-filtercell > span > .k-button {
        display: none;
    }

.k-grid table {
    font-size: 12px !important;
}

input[type=text], select, textarea, .displayValue, .k-numerictextbox .k-input, .k-multiselect-wrap,
.k-textbox > input, input.k-textbox, input.k-textbox:hover, textarea.k-textbox, textarea.k-textbox:hover, input[type=number],
input[type=password], input[type=email], .k-filtercell input, .k-autocomplete .k-input {
    background-color: #e6e6e6 !important;
    border: none;
    border-radius: 5px;
    color: #000000 !important;
    font-size: 0.875em !important;
    font-weight: 500 !important;
    padding: 10px;
    width: 100%;
    min-height: 35px;
    display: block;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%) !important;
}

.displayValueForDirectory {
    background-color: #fff !important;
    border: none;
    border-radius: 5px;
    color: #000000 !important;
    font-size: 0.875em !important;
    font-weight: 500 !important;
    padding: 10px;
    width: 100%;
    min-height: 35px;
    display: block;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%) !important;
}

.k-numerictextbox {
    max-width: 100% !important;
}

ul.k-reset.k-tabstrip-items li:hover {
    cursor: pointer;
}

ul.k-reset.k-tabstrip-items li {
    border: 0px solid transparent !important;
}

ul.k-reset.k-tabstrip-items > li > .k-link {
    color: #052162;
    padding: 0px !important;
}

button.k-button {
    background-color: #EFEFEF;
}

.btn-primary {
    background-color: #052162 !important;
    text-transform: uppercase;
    border: 0px solid !important;
}

.no-btn {
}

.pageAnchorLinks a:hover {
    color: #707845 !important;
}

.btn-archive:hover {
    background-color: #b93053 !important;
}

input.k-textbox {
    text-indent: 0px !important;
}

.k-autocomplete {
    border: none !important;
    color: #000000;
}

.downloadResource, .browseResource, .downloadNa, .quickView {
    border-radius: 0px !important;
    font-size: 12px !important;
}

.quickSearchComboArea {
    padding-top: 10px;
    padding-bottom: 10px;
}

#nav span.alt {
    display: block;
    text-align: center;
}

.k-operator-hidden label {
    padding-right: 15px;
}

.k-filtercell input {
    min-height: 30px !important;
    max-height: 30px !important;
}

.displayTitle {
    display: block;
}

.topCreateButtonArea {
    padding: 15px 0px;
}

.top-edit-button {
    margin-top: 20px;
}

.empty-grid {
    padding: 20px;
}

    .empty-grid p {
        font-weight: bold;
    }

.k-maskedtextbox, .k-datepicker {
    display: block;
    color: #000000;
}

input.k-textbox, input.k-datepicker {
    width: 100% !important;
    padding: 10px !important;
    background-color: #e6e6e6 !important;
    color: #000000;
}

.k-widget.k-datetimepicker {
    width: 100%;
}

.k-widget.k-dropdown, .k-maskedtextbox {
    background-color: #e6e6e6 !important;
    color: #000000;
}

.k-maskedtextbox {
    display: block !important;
    color: #000000;
}

.k-numeric-wrap, .k-picker-wrap {
    border-style: none !important;
    padding-bottom: 0px !important;
}

.k-button .k-select {
    background-color: inherit;
    color: inherit;
}

.k-button.k-state-hover, .k-button:hover {
    background-color: #cccccc !important;
}

.k-state-focused .k-button .k-select {
    background: none;
}

.k-nav-current.k-state-hover .k-link, .k-nav-current.k-state-hover .k-link {
    color: #FFF !important;
}

li.k-state-hover {
    background-color: #337ab7 !important;
    color: #FFFFFF !important;
}

.k-state-focused .k-button .k-select .k-icon {
    color: inherit;
}

.k-select {
    background-color: #e6e6e6;
    color: #000000;
}

.k-group-indicator {
    background-color: #3a8be1 !important
}

    .k-group-indicator .k-link {
        color: #fff !important;
    }


.k-widget.k-dropdown .k-input {
    background-color: #e6e6e6 !important;
    color: #000000;
}

.glyphicon.form-instructions {
    color: #337ab7;
    cursor: pointer;
}

.big-glyphicon {
    font-size: 50px;
}

.custom-dropdown .k-widget.k-dropdown {
    width: 95%;
    padding: 2px 0px;
    display: block;
    color: #000000;
}

.k-editable-area {
    font-size: 0.875em;
}

.custom-dropdown .k-dropdown-wrap {
    border: none;
}

input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

#accountNav li {
    background-color: #052162;
    border-bottom: 1px solid #26AFD9;
    display: block;
    position: relative;
    text-align: left;
}

    #accountNav li:hover {
        background-color: #F7AF40;
    }

        #accountNav li:hover > a {
            color: #000 !important;
        }

    #accountNav li:last-of-type {
        background-color: #5D14BD;
    }

    #accountNav li a {
        color: #fff !important;
        font-size: 0.875em;
        display: block;
        padding: 10px;
        font-weight: 500;
    }

    #accountNav li:last-of-type a {
        font-weight: 700;
    }

    #accountNav li:last-of-type:hover {
        background-color: #2AD0A6;
    }

#accountNav {
    display: none;
}

#bodyContent {
    margin: 10px 0 20px;
}

    #bodyContent h2 {
        font-size: 1.5em;
    }

.form-horizontal .form-group.positive-margin {
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.toggleSection.expanded .form-group.positive-margin {
    margin-top: 10px;
}

.dashboardOptions h2 {
    text-align: center;
    text-decoration: underline;
}

.loginForm .toggleSection, .form-small .toggleSection {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #dfdfdf;
}

/*#bodyContent > div:nth-of-type(2n+2), #bodyContent > div:nth-of-type(6n+6) {
    border-top: 8px solid #2AD0A6;
}

#bodyContent > div:nth-of-type(3n+3), #bodyContent > div:nth-of-type(7n+7) {
    border-top: 8px solid #df9a41;
}

#bodyContent > div:nth-of-type(4n+4) {
    border-top: 8px solid #26AFD9;
}

#bodyContent > div:nth-of-type(5n+5), #bodyContent > div:nth-of-type(8n+8) {
    border-top: 8px solid #5D14BD;
}*/

.colored-border > div div:nth-of-type(2n+2) .toggleSection, .colored-border > div div:nth-of-type(6n+6) .toggleSection,
.colored-border div:nth-of-type(2n+2) .toggleSection, .colored-border div:nth-of-type(6n+6) .toggleSectio {
    border-color: #2AD0A6 !important;
}

.colored-border > div div:nth-of-type(3n+3) .toggleSection, .colored-border > div div:nth-of-type(7n+7) .toggleSection,
.colored-border div:nth-of-type(3n+3) .toggleSection, .colored-border div:nth-of-type(7n+7) .toggleSection {
    border-color: #df9a41 !important;
}

.colored-border > div div:nth-of-type(4n+4) .toggleSection, .colored-border div:nth-of-type(4n+4) .toggleSection {
    border-color: #26AFD9 !important;
}

.colored-border > div div:nth-of-type(5n+5) .toggleSection, .colored-border > div div:nth-of-type(8n+8) .toggleSection,
.colored-border div:nth-of-type(5n+5) .toggleSection, .colored-border div:nth-of-type(8n+8) .toggleSection {
    border-color: #5D14BD !important;
}

#cmWrapper {
    /*border: 1px solid #e6e6e6;*/
    display: flex;
    margin: 0 auto;
}

#content {
    width: 100%;
    padding: 35px 55px 25px;
    float: right; /*
    border-bottom: 1px solid #e6e6e6;*/
    min-height: 100vh !important
}

#contentWrapper {
    /*background-color: #eaecec;*/
    /*position: relative;*/
    width: 100%;
}

#translatePod {
    display: inline-block;
    float: right;
    width: 20%;
}

#footer {
    background-color: #fff;
    display: inline-block;
    padding: 15px 60px;
    text-align: right;
    width: 100%;
    color: #052162;
    font-weight: 700;
    border-top: 1px solid #dfdfdf;
}

#accountNav {
    margin-bottom: 0;
}

#accountNav, #nav {
    list-style-type: none;
    padding: 0;
}

    #nav li {
        display: block;
        padding: 10px 10px;
        position: relative;
    }

#navContainer.condensed #nav li {
    margin: 10px 10px 0 !important;
}

#nav li a {
    color: #fff;
    display: inline-block;
    font-size: 0.875em;
    font-weight: 700;
    padding: 0 7px;
    position: relative;
    cursor: pointer;
}

.nav-styled-list {
    padding: 0px;
    list-style: none;
}

    .nav-styled-list a {
        color: #9b9b9b;
        display: block;
        font-size: 0.875em;
        font-weight: 700;
    }

.publicnav span.expanded a {
    margin-left: -15px;
    display: inline-block !important;
    padding-right: 0px !important;
}

.publicnav span.expanded .glyphicon {
    color: #d7d7d7;
}

.publicnav span.condensed .glyphicon {
    font-size: 25px;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #e6e6e6;
}

#nav > li > span > a, .nav-styled-list > li > a {
    text-transform: uppercase;
}

#nav li a i {
    position: absolute;
    top: 5px;
    right: 0;
}

#nav li span:not(.condensed) img {
    float: left;
    margin-top: 3px;
    max-width: 15px;
    width: 100%;
}

span.expanded * {
    display: inline;
}

#nav li i.menuIcon {
    float: left;
    font-size: 15px;
}

#nav li a:hover, #nav li a.active {
    color: #000;
    text-decoration: none;
}

#nav li:hover a {
    color: #000;
}

#nav li:hover i {
    color: #000 !important;
}

#nav li:hover svg {
    fill: #000 !important
}

#nav li:hover, #nav li.active {
    background-color: #F7AF40;
    text-decoration: none;
}

#nav ul {
    padding-left: 5px;
}

    #nav ul li:first-child {
        margin-top: 10px;
    }

#navContainer {
    /*box-shadow: 3px 0px 6px rgba(0,0,0,0.23);*/
    width: 100%;
    float: left;
    position: relative;
}

#nav > li.active > span > a {
    color: #000 !important;
}

#nav > li.active {
    background-color: #F7AF40;
}

    #nav > li.active > span.condensed > a {
        background-color: gray;
    }

#topNavContainer {
    background-color: #fff;
    text-align: center;
    width: 100%;
}

.accountContainer {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 23%);
    /*padding-top: 20px;*/
    padding: 5px;
    float: none;
    clear: both;
    height: 60px;
    background-color: #fff;
    border-radius: 5px;
}

.accountImageContainer {
    position: relative;
    width: 50px;
    height: 50px;
    /*margin: 0 auto;*/
    border: 3px solid #fff;
    border-radius: 35px;
    /*box-shadow: 0px 0px 6px rgba(0,0,0,0.23);*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
}

.accountMessageContainer {
    background-color: #3a8be1;
    border-radius: 99999px;
    color: #fff;
    display: inline-block;
    font-size: 0.875em;
    font-weight: 700;
    min-width: 20px;
    padding: 0 5px;
    position: absolute;
    top: 0;
    right: 0;
}

.accountNav i {
    transition: all linear 0.25s;
}

.accountNav, .accountNav:hover {
    color: #031a27;
    cursor: pointer;
    display: block;
    font-size: 0.875em;
    font-weight: 600;
    padding: 10px 15px;
    float: left;
    width: calc(100% - 50px);
    text-decoration: none;
}

    .accountNav.expanded i {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

.addMore, .backToAnother {
    display: inline-flex;
}

    .addMore span, .backToAnother span {
        color: #4a90e2 !important;
        font-size: 0.75em;
        font-weight: 500;
        margin-left: 5px;
    }

.addMoreContainer, .backToAnotherContainer {
    margin-top: 10px;
    text-align: right;
}

.lineOverflow {
    overflow-wrap: break-word;
}

.condensed .accountContainer {
    box-shadow: 0px -3px 6px rgba(0,0,0,0.23);
    margin: 0;
}

.condensed .headerLogoContainer img:first-of-type {
    margin-right: 0;
}

.condensed .logoContainer .expanded {
    display: none;
}

.condensed .navContainer .expanded {
    display: none;
}

.expanded .logoContainer .condensed {
    display: none;
}

.expanded .navContainer .condensed {
    display: none;
}

.fieldLabel {
    color: #959595;
    font-size: 0.75em;
    font-weight: 700;
    margin-bottom: 10px;
}

.headerBreadcrumb {
    color: #9b9b9b;
    display: block;
    font-size: 0.875em;
    text-align: right;
    padding-right: 15px;
}

    .headerBreadcrumb a, .headerBreadcrumb a:hover {
        color: #9b9b9b;
    }

        .headerBreadcrumb a.active, .headerBreadcrumb a.active:hover {
            color: #031a27;
            font-weight: 600;
        }

.headerLogoContainer {
    height: 100px;
    position: relative;
    padding: 15px 30px;
    /*background-color: rgba(5,33,98,0.1);
    margin: 0 auto;
    margin-bottom: 10px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;*/
}

    .headerLogoContainer img {
        max-width: 100%;
        max-height: 100%;
    }

/*#navContainer.expanded .headerLogoContainer {
    margin: 15px 30px;*/
/*margin-bottom: 10px;*/
/*width: 70%;
}*/

/*.headerLogoContainer img:first-of-type {
    width: 100%;
    max-width: 55px;
    margin-right: 10px;
}

.headerLogoContainer img:last-of-type {
    width: 100%;
    max-width: 90px;
}*/

.hideIcon {
    /*color: #959595 !important;*/
    float: left;
    font-size: 0.75em;
    font-weight: 700;
}

    .hideIcon img {
        margin-right: 5px;
    }

.logoContainer {
    /*margin: 20px auto;*/
    text-align: center;
    height: 100px;
    padding: 15px 30px;
    /*max-width: calc(100% - 7px) !important;
    min-width: calc(100% - 7px) !important;*/
}

.footerLogoContainer {
    display: none;
}

.logoContainer img {
    max-width: 100%;
    max-height: 100%;
}

    .logoContainer img.condensed {
        max-width: 85px;
    }

.navContainer {
    background-color: #052162;
    height: calc(100% - 200px);
    overflow-y: scroll;
}

    .navContainer .condensed a {
        width: 55px;
        height: 55px;
        margin: 0 auto;
        border-radius: 55px;
        background-color: #d7d7d7;
        position: relative;
    }

        .navContainer .condensed a img {
            position: absolute;
            bottom: 50%;
            right: 50%;
            transform: translate(50%, 50%);
            -webkit-transform: translate(50%, 50%);
        }

.pageHeading {
    color: #031a27;
    margin: 25px 0;
}

.btn-secondary {
    background-color: #dea259;
    color: #FFFFFF;
}

.respNavHamburger {
    cursor: pointer;
    position: fixed;
}

.required {
    color: #b93053;
    font-weight: bold;
}

.btn-action-lg {
    /*float: left;*/
    padding: 13px;
    margin-bottom: 5px;
}

.btn-action.disabled {
    background-color: gray !important;
    pointer-events: none;
    cursor: not-allowed;
}

    .btn-action.disabled:hover {
        background-color: gray !important;
    }

.toggleSection .btn-action-lg {
    margin: 20px 0;
}

.btn-action-sm {
    padding: 10px;
    margin: 10px 0px;
}

.btn-action {
    background-color: #052162 !important;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    text-decoration: none;
    padding: 13px;
}

.btn-archive {
    opacity: 0.5;
    background-color: #FFF !important;
    color: black !important;
    border: 1px solid black !important;
}

.btn-link {
    font-size: 14px !important;
    display: block !important;
    text-align: left !important;
    text-transform: uppercase;
    text-decoration: none !important;
}

    .btn-link .glyphicon {
        font-size: 14px;
    }

button[type=submit].btn-link {
    display: inline-flex !important;
    align-items: center;
    text-decoration: none !important;
}

    button[type=submit].btn-link span:not(.glyphicon) {
        margin-left: 6px;
        font-weight: bold;
    }

button[type=submit].btn-link {
    padding-left: 0 !important;
}

    button[type=submit].btn-link span {
        margin-left: 0px !important;
        font-weight: bold;
    }

.btn-action-xs {
    font-size: 12px !important;
    padding: 4px !important;
}

.toggleContent {
    /*padding: 5px 15px 30px;*/
    position: relative;
}

    .toggleContent .row:not(.collectionRow) > div[class*=col] {
        margin-top: 10px;
    }

.modal-form .row:not(.collectionRow) > div[class*=col] {
    margin-top: 10px;
}

.form-small .toggleContent .row:not(.collectionRow) > div[class*=col] {
    margin-top: 20px;
}

.collectionRow > div[class*=col] {
    padding-top: 10px;
}

.toggleContent img {
    max-width: 100%;
}

.toggleLink {
    cursor: pointer;
    display: block;
    text-decoration: none !important;
    position: relative;
}

.toggleLinkModal {
    cursor: pointer;
    display: block;
    text-decoration: none !important;
    position: relative;
}

.toggleIndexLink {
    border-bottom: 2px solid #dedede;
    display: block;
    padding: 30px 35px 15px;
    text-decoration: none !important;
}

    .toggleIndexLink .toggleText, .toggleLink .toggleText, .toggleLinkModal .toggleText {
        font-size: 1.0em;
    }

.toggleGridLayoutSection {
    border-top: 2px solid #dedede;
    display: block;
    padding: 30px 35px 15px;
    text-decoration: none !important;
}

.toggleSection {
    margin-bottom: 35px;
    position: relative;
}

    .toggleSection:not(.expanded) .toggleLink .hideIcon {
        display: none;
    }

    .toggleSection:not(.expanded) .toggleLinkModal .hideIcon {
        display: none;
    }

    .toggleSection.expanded .fa-plus {
        display: none;
    }

    .toggleSection:not(.expanded) .toggleLink {
        border: none;
    }

    .toggleSection:not(.expanded) .toggleLinkModal {
        border: none;
    }

    .toggleSection:before {
        /*content: '';*/
        position: absolute;
        top: -1px;
        left: 25px;
        width: 0;
        border-left: 11px solid transparent !important;
        border-right: 11px solid transparent !important;
        border-top: 11px solid #000;
        border-color: inherit;
    }

.form-small .toggleSection:before {
    display: none;
}

.form-small .text-success, .form-small .text-danger {
    margin: 0 auto !important;
}
.text-danger {
    white-space: normal;
}
.k-form-error {
    font-size: 14px !important;
    padding: 0px !important;
    margin: 0px !important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-small .text-success .glyphicon {
    padding-top: 40px;
}

.toggleSection > .toggleGridSection {
    padding: 10px 15px;
}

.toggleText {
    color: #031a27 !important;
    font-size: 0.75em;
    font-weight: 700;
    /*text-transform: uppercase;*/
}

span.toggleText {
    font-size: 14px !important;
}

.dashboardList li {
    width: calc((100%/6) - 24px);
    text-align: center;
    font-weight: bold;
    margin: 20px;
    display: inline-block;
    padding: 30px;
    vertical-align: top;
    font-size
}

/*.dashboardList li:nth-of-type(4n-7) {
    margin-left: 0px !important;
}*/

.dashbaord-lg li {
    min-height: 225px
}

.big-glyphicon {
    margin-bottom: 15px;
}

.dashboardList .glyphicon, .big-glyphicon {
    color: #337ab7;
}

.dashboardList li a:hover, .dashboardList li a:visited {
    text-decoration: none;
}

.dashboardList li .glyphicon {
    display: block;
    font-size: 60px;
    margin-bottom: 20px;
}

.dashboardList li .fa, .dashboardList li .fas, .dashboardList li .fab, .dashboardList li .far {
    font-size: 45px;
    display: block;
    margin-bottom: 20px;
}

.dashboardListView li .glyphicon, .dashboardListView li .fa, .dashboardListView li .fas, .dashboardListView li .fab, .dashboardListView li .far {
    margin-right: 10px;
}


.dashboardListView li {
    margin: 15px 0px;
}

.dashboardListView li {
    height: 100% !important;
    padding: 15px 15px !important;
    text-align: left !important;
}

.backAction {
    margin-top: 10px;
    margin-bottom: 10px;
}

.dashboardMenu a, .dashboardMenu button {
    color: #4a90e2 !important;
}

.dashboardMenu .glyphicon, .formMenu .glyphicon {
    font-size: 14px;
}

.dashboardMenu a {
    text-transform: uppercase;
    font-weight: bold;
}

.backAction a {
    color: #052162 !important;
    font-size: 1em;
    font-weight: bold;
    display: inline-block !important;
    text-transform: uppercase;
}

    .backAction a:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f100";
        display: inline-block;
        margin-right: 5px;
    }

.archiveConfirmationPrompt {
    /*padding-top: 30px;*/
    padding-bottom: 5px;
    color: red;
}

.confirmation-prompt {
    padding-top: 10px;
    padding-bottom: 10px;
    color: red;
    font-weight: bold;
}

.inlineControls .k-widget {
    display: inline-block !important;
    width: 45% !important;
}

span.k-widget.k-dropdown.k-dropdown-operator {
    display: none;
}

.k-grid-top {
    text-align: right;
    background-color: #FFF !important;
    border-style: none !important;
    padding: 15px 0px !important;
}

    .k-grid-top button {
        background-color: #3a8be1;
        color: #FFF;
    }

.k-grid-header .k-link {
    font-weight: bold;
}

.k-pager-wrap {
    font-size: 0.75em;
}

a.nav-link {
    background-color: rgba(150,150,150, 0.3) !important;
    color: #000 !important;
}

.nav-link.active {
    background-color: #052162 !important;
    color: #FFFFFF !important;
}

.nav-link:not(.active):hover {
    background-color: #F7AF40 !important;
    color: #000;
}

ul.k-reset.k-tabstrip-items > li.k-state-active {
    background-color: #052162 !important;
}

    ul.k-reset.k-tabstrip-items > li.k-state-active > span {
        color: #FFFFFF !important;
    }

ul.k-reset.k-tabstrip-items > li:not(.k-state-active):hover {
    background-color: #F7AF40 !important;
}

ul.k-reset.k-tabstrip-items > li:not(.k-state-active):hover > span {
    color: #000 !important;
}


ul.k-reset.k-tabstrip-items > li:not(:first-child) {
    margin-left: 5px !important;
}

.k-multiselect {
    border-style: none !important;
}

.k-multiselect-wrap {
    padding: 0px !important;
}

.k-multiselect .k-button {
    margin-right: 10px;
    margin-bottom: 10px;
    padding-right: 25px;
}

.k-multiselect-wrap .k-input {
    width: 100% !important;
}

.crudalert, .layout-success, .layoutalert, .layout-delete {
    border: 1px solid;
    padding: 20px;
    position: fixed;
    width: 500px;
    color: #FFF !important;
    text-align: center;
    position: fixed;
    top: 0px;
    z-index: 11111;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    display: none;
}

    .crudalert.alert-success, .layout-success {
        background-color: green;
    }

    .crudalert.alert-error, .layout-error {
        background-color: #a94442;
    }

    .crudalert.alert-warning {
        color: red !important;
    }

    .crudalert.alert-success, .layout-delete {
        background-color: green;
    }

.rememberMe label {
    font-size: 12px !important;
}

.validationError {
    border: 1px solid red !important;
}

.form-small {
    max-width: 450px;
    margin: 0 auto;
}

    .form-small .btn-action {
        width: 100%;
    }

    .form-small .toggleContent {
        padding: 5px 35px 35px;
        display: block !important;
    }

    .form-small .toggleSection {
        border-top: none !important;
    }

.validation-summary-errors {
    border: 1px solid;
    margin-bottom: 10px;
}

.subDirectoryInfo {
    padding-bottom: 20px;
    word-break: break-all;
}

.subDirectoryInfoHead {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.directoryIntroText, .toggleTextSubHead, .toggleSubText {
    font-size: 12px;
    display: block;
    text-transform: none;
    font-weight: bold;
}

.directoryQuickList, .styled-list {
    padding-left: 0px;
}

    .directoryQuickList li, .styled-list li {
        display: inline-block;
        list-style: none;
        padding: 10px;
        background-color: #337ab7;
        margin-right: 20px;
        margin-bottom: 10px;
        width: 33%;
    }

    .directoryQuickList a, .styled-list a {
        color: #fff !important;
    }

.no-style-list {
    display: inline-block;
    list-style: none;
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 0px;
}

.styled-list {
    min-height: 160px;
    font-size: 14px !important;
}

    .styled-list li, .directoryQuickList li {
        color: #FFF;
        text-align: center;
        border-radius: 6px;
        vertical-align: top;
    }

.image-list {
    display: block;
    list-style: none;
    padding: 0px;
}

    .image-list li {
        text-align: center;
        width: 32%;
        display: inline-block;
        margin-bottom: 15px;
    }

.directoryFilterMenu a {
    display: inline-block;
    color: #9b9b9b;
    font-size: 0.875em;
    font-weight: 700;
    /*padding-left: 15px;*/
    position: relative;
    text-transform: uppercase;
}

.viewAllAnnouncements {
    margin-top: 60px !important;
    margin-bottom: 70px;
}

.directoryFilterMenu a.active {
    color: #23527c;
    text-decoration: underline;
}

.initial-hide {
    display: none;
}

.row.initial-hide {
    display: none;
}

#taSummarizedResult .m-tb-15 {
    margin-bottom: 50px;
}

.image-preview {
    position: relative;
    vertical-align: top;
    height: 45px;
}

.imageDefault {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    margin: 0px;
    margin-bottom: 10px;
}

.divDefaultImage {
    margin: auto !important;
}

.imageContainer-sm {
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 3px solid #fff;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.23);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: none;
}

.big-count-value {
    font-size: 30px;
    display: block;
    font-weight: bold;
    text-align: center;
}

/*#advancedResult, #summarizedResult {
    padding-top: 45px;
}*/

.otherTextBox {
    padding-bottom: 20px;
}

.custom-row-column {
    margin-top: 25px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.modal-body {
    padding: 15px !important;
}

button.close {
    opacity: 0.5;
}

.modal-header .close {
    margin-top: -5px !important;
    font-size: 30px;
}

.inner-box {
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid;
    padding: 5px;
}

    .inner-box p {
        font-weight: bold;
    }

.inner-box-store {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid;
    padding: 5px;
    height: 100%;
}

    .inner-box-store > div:last-child {
        font-weight: bold;
    }

.donationAmount {
    background-color: #052162;
    color: #FFF;
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 500;
}

    .donationAmount:hover {
        background-color: #F7AF40;
        color: #000;
    }

    .donationAmount.selected {
        background-color: #707845;
    }

.boldTitle p {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.boldUnderlineTitle p.title {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #dea259;
}

.boldUnderlineTitle {
    padding-top: 20px;
}

.donationSummary .big-count-value {
    padding-top: 50px;
}

.g-recaptcha > div {
    display: block;
    float: right;
    text-align: right;
    margin-bottom: 20px;
    width: 100% !important;
}

.eventCover {
    min-height: 200px;
    color: #052162;
}

.eventDate {
    font-size: 35px;
    color: #052162;
}

.eventTime {
    font-size: 35px;
}

.promoImageWrapper {
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    align-content: center;
    text-align: center;
}

    .promoImageWrapper img {
        min-width: 25%;
        min-height: 25%;
        max-width: 100%;
        max-height: 100%;
    }

.promoImageSmallWrapper {
    min-height: 160px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid;
}

.divPromoImage {
    position: relative;
}

    .divPromoImage .btn-lg {
        bottom: 0px;
        border-radius: 0px !important;
        width: 100%;
    }

.trainingSummaryImageWrapper {
    min-height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border: 1px solid;
}

.resourceFileSummaryImageWrapper {
    min-height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 15px;
    background-position: center;
}

    .resourceFileSummaryImageWrapper a {
        position: absolute;
        bottom: 0px;
        font-size: 16px;
    }

.resourceDetailsFileImageWrapper {
    min-height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 15px;
    background-position: left;
}
/*.eventDetailContainer .row {
    padding-bottom: 15px;
}*/

.border-box {
    border: 1px solid;
}

.eventDetailContainer {
    padding: 15px;
}

.summaryAdvancedResult .summaryTitle {
    font-size: 14px;
    margin-top: 20px;
    min-height: 60px;
}

.summaryAdvancedResult .summaryTitle1 {
    font-size: 14px;
    margin-top: 10px;
    min-height: 50px;
}

.summaryTitle > span {
    font-size: 13px !important;
}

.summaryTitle1 > span {
    font-size: 13px !important;
}

.viewPopup, .viewResourcePopup, .quickView {
    cursor: pointer;
    color: #337ab7;
    font-size: 12px;
}
/* resource library css*/


/* FAQ css */

.category-item {
    border-radius: 5px !important;
}

.sub-category-item input[type="checkbox"] {
    margin-right: 5px; /* Adjust spacing as needed */
}

.faq-category-highlight {
    background-color: #F7AF40 !important;
}
.faq-wrapper {
    text-align: center !important;
    overflow-wrap: break-word !important;
    color: #052162 !important;
}


label:hover {
    cursor: pointer;
    background-color: lightgrey;
}

.initial-highlight {
    background-color: rgb(172, 149, 192) !important;
}

.recentEntries .recentDropdownButtonWithLeftRadius {
    margin-bottom: 0px !important;
}

/* FAQ css ends*/

label:hover {
    cursor: pointer;
    background-color: lightgrey;
}

.k-tooltip {
    font-size: 1.2em;
    background: darkblue !important;
    border-color: white !important;
    border-radius: 10px !important;
}

.k-tooltip-content {
    font-size: 1.2em;
    background: darkblue !important;
    border-color: white !important;
    border-radius: 10px !important;
    color: #fff !important;
}

.dropdowndivCss {
    cursor: pointer;
    border-left: 1px solid white;
    border-radius: 0 5px 5px 0;
    height: 60px;
    background-color: #052162;
    margin-bottom: 7px;
    padding: 15px;
    height: 60px !important;
}

.initial-highlight {
    background-color: rgb(172, 149, 192) !important;
}

.dropdownBackgroundSolid {
    background-color: #F7AF40 !important;
    color: #fff !important;
}

.dropdownBackgroundClear {
    background-color: #052162 !important;
}
/*resource library css ends*/

.summaryTitle a {
    font-weight: bold;
}

.summaryTitle1 a {
    font-weight: bold;
}

.summaryAdvancedResult .summaryEventDate, .summaryAdvancedResult .summaryEventTime {
    position: absolute;
    bottom: 10px;
    background-color: #FFFFFF;
    padding: 10px;
    font-weight: bold;
    font-size: 12px;
}

/*.trainingSummarySingleWrapper, .resourceSummarySingleWrapper {
    padding-bottom: 30px;
}*/

.summaryInfoHead {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 17px;
}

.cls-1 {
    fill: #ff495c;
    fill-rule: evenodd;
}

.btn.no-button {
    background-color: transparent !important;
    border: none;
    cursor: default;
}

.close {
    position: absolute;
    top: 15px;
    right: 10px;
    opacity: 1;
}

#shareModal {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

    #shareModal .modal-body div {
        padding-bottom: 10px;
    }

    #shareModal .modal-title {
        font-weight: bold;
    }

    #shareModal a {
        color: inherit;
        text-decoration: none;
    }

        #shareModal a:hover {
            color: #3ab0c8;
        }

    #shareModal .modal-content {
        width: 200px;
    }

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.display-true, .display-True, .hide-false, .hide-False, .display-Yes, .hide-No {
    display: block;
}

.display-false, .display-False, .hide-True, .hide-true, .hide-Yes, .display-No {
    display: none !important;
}

.display-true, .display-True, .hide-false, .hide-False, .display-Yes, .hide-No {
    display: block;
}

.required.display-true {
    display: inline-block !important;
}

.display-false, .display-False, .hide-True, .hide-true, .hide-Yes, .display-No {
    display: none !important;
}

.text-add {
    color: #3c763d !important;
    font-weight: bold !important;
    display: inline-block !important;
}

.formMenu .text-add:nth-child(1) {
    padding-left: 0;
}

.formMenu .btn-link i {
    font-size: 24px !important;
}

.sectionOptions i {
    font-size: 24px !important;
}

.sectionOptions a:not(:first-child) {
    margin-left: 10px;
}

input.text-add {
    padding-left: 6px !important;
    padding: 6px 6px 4px;
}

.k-scheduler-agendaview .k-scheduler-table td.k-first {
    color: #428bca;
}

.k-scheduler-content > div:not(.k-current-time) {
    border: 1px solid #dea259 !important;
}

.collectionAdd {
    display: flex;
    align-items: center;
}

    .collectionAdd .glyphicon {
        font-size: 14px;
    }

k-scheduler-mark {
    display: none;
}

.individualEntry {
    border-bottom: 2px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.k-scheduler-mark {
    display: none !important;
}


.resourceSummarySingleWrapper .glyphicon {
    cursor: pointer;
    color: #337ab7;
}
/*Reource Pods*/
.popupoverlay {
    opacity: 0.8;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
}

.popupcontent {
    padding: 10px 10px;
    border-radius: 5px;
    position: fixed;
    width: 1000px;
    margin: auto;
    height: 90vh;
    background: #FFFFFF;
    z-index: 9999;
    margin-left: -500px;
    margin-top: -45vh;
    top: 50%;
    left: 50%;
    display: none;
}

.instructionPopupContent {
    height: auto !important;
    max-height: 90vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

.popupclose {
    float: right;
    left: 25px;
    position: relative;
    top: -40px;
    width: 34px;
    height: 34px;
    border: 2px solid blue;
    border-radius: 50%;
}

.pcontent iframe, .pcontent video {
    width: 100%;
    height: 75vh;
}

.pcontent {
    padding-bottom: 30px;
    padding-left: 30px;
}

.btnCloseCss, .btnClosePopup {
    cursor: pointer;
    width: 35px;
    height: 35px;
}

.bottom-main-timer {
    position: fixed;
    bottom: 0px;
    right: 70px;
    text-align: center;
    border: 1px solid;
    padding: 10px;
    width: 300px;
    background: #FFFFFF;
    z-index: 111;
}

.discussionQuote {
    font-size: 18px;
    font-style: italic;
}

.discussionQuoteBy {
    font-weight: bold;
    font-size: 16px;
}

.discussionResponse {
    border-bottom: 1px solid #dea259;
    padding-bottom: 25px;
}

.page-template {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .page-template a {
        display: none;
    }

    .page-template .header {
        position: absolute;
        top: 30px;
        left: 30px;
        right: 30px;
        border-bottom: 1px solid #888;
        color: #888;
    }

    .page-template .footer {
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
        border-top: 1px solid #888;
        text-align: center;
        color: #888;
    }

.k-pdf-export .k-grid-toolbar, .k-pdf-export .k-pager-wrap {
    display: none;
}

/*.list-group {
    text-align: center;
}*/

.expand-collapse {
    font-weight: bold;
}

    .expand-collapse a {
        cursor: pointer;
    }

.expand-collapse-padding {
    padding-bottom: 35px;
}

.print-only {
    display: none;
}

.timeTrackerPopup {
    padding-left: 15px;
    padding-right: 15px;
}

    .timeTrackerPopup label {
        padding-top: 15px;
    }

/*Recent Pods*/
.recentEntries {
    padding-top: 20px;
    padding-bottom: 30px;
}

.recentSection span.toggleText {
    font-size: 1.1em;
}

.recentEntries .podTitle {
    font-weight: bold;
    /*height: 40px;*/
    text-transform: uppercase;
    overflow: hidden;
    /*word-break: break-word;*/
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recentEntries .podTitleCenter {
    font-weight: bold;
    /*height: 40px;*/
    text-transform: uppercase;
    overflow: hidden;
    /*word-break: break-word;*/
    display: -webkit-box;
    /*max-width: 400px;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*.recentEntries .podTitleReslib {
    font-weight: bold;*/
/*height: 40px;*/
/*text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}*/

.recentEntries .pod-link, .recentForm .pod-link {
    color: #5D14BD;
    font-weight: bold;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 12px;
}

.recentEntries .recentPod {
    /*display: flex;
    flex-direction: column;
    justify-content: space-between;*/
    background-color: #fff;
    /*border: 1px solid #ddd;*/
    /*width: 300px;*/
    min-height: 250px !important;
    text-align: left;
    /*display: inline-block;*/
    padding: 20px;
    vertical-align: top;
    margin-bottom: 30px;
    border-radius: 5px;
    /*border-left-width: 5px;
    border-left-color: #dea259;*/
    box-shadow: 0px 0px 10px 0px #dfdfdf;
}

.recentEntries .recentPodSm {
    background-color: #fff;
    /*border: 1px solid #ddd;*/
    width: 100%;
    text-align: left;
    display: inline-block;
    padding: 3px;
    vertical-align: top;
    margin-bottom: 10px;
    border-radius: 5px;
    /*border-left-width: 5px;
    border-left-color: #dea259;*/
    box-shadow: 0px 0px 10px 0px #dfdfdf;
    height: 93%
}

.recentEntries .recentDropdownButton {
    cursor: pointer;
    color: white;
    background-color: #052162;
    /*border: 1px solid #ddd;*/
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    margin-bottom: 7px;
    border-radius: 5px;
    /*border-left-width: 5px;
    border-left-color: #dea259;*/
    box-shadow: 0px 0px 10px 0px #dfdfdf;
    height: 60px;
}

.recentEntries .recentDropdownButtonWithLeftRadius {
    cursor: pointer;
    color: white;
    background-color: #052162;
    /*border: 1px solid #ddd;*/
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    margin-bottom: 7px;
    border-radius: 5px 0 0 5px;
    /*border-left-width: 5px;
    border-left-color: #dea259;*/
    box-shadow: 0px 0px 10px 0px #dfdfdf;
    height: 60px;
}


/*.recentEntries .recentPod:nth-of-type(n+1) {
    margin-right: 5px;
    margin-left: 5px;
}*/
.recentEntries .secondPodContent {
    /*height: 40px;*/
    font-weight: 500;
    font-size: 14px;
    color: #969696;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recentSection:first-child {
    padding-top: 20px;
}

.allButton {
    margin-top: 30px;
}

.recentEntries .podContent {
    margin-top: 20px;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pageAnchorLinks {
    padding-bottom: 10px;
    font-weight: bold;
}

    .pageAnchorLinks div.list-group-item {
        width: auto !important;
        width: 100%;
        margin-bottom: 30px !important;
    }

    .pageAnchorLinks span {
        margin-right: 10px;
        margin-left: 10px;
    }

.upArrowLink {
    font-size: 40px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 11;
}

.filterOption {
    padding-right: 20px;
}

.filterOptionArea {
    padding-bottom: 30px;
}

div.k-grid {
    touch-action: inherit !important;
}

.select-separator {
    border-bottom: 1px solid;
    padding: 10px 0px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-b-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.k-multiselect-wrap .k-input {
    width: 100% !important;
}

@media screen and (min-width:1200px) {
    #taReportAdvancedSearch .custom-row-column:nth-child(3n+1), #paReportAdvancedSearch .custom-row-column:nth-child(3n+1) {
        padding-right: 20px !important;
    }

    #taReportAdvancedSearch .custom-row-column:nth-child(3n+2), #paReportAdvancedSearch .custom-row-column:nth-child(3n+2) {
        padding-right: 15px !important;
    }

    #taReportAdvancedSearch .custom-row-column:nth-child(3n+3), #paReportAdvancedSearch .custom-row-column:nth-child(3n+3) {
        padding-right: 15px !important;
    }

    .summaryTitle {
        min-height: 150px !important;
    }

    .trainingSummarySingleWrapper .summaryTitle {
        min-height: 80px !important;
    }

    .trainingSummarySingleWrapper .summaryTitle1 {
        min-height: 80px !important;
    }

    div.k-grid {
        touch-action: inherit !important;
    }
}

@media screen and (max-width: 1199px) {
    div#eventDetailsButtonWrapper {
        order: -1;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
    .kendoGridSection .nav > li > a {
        padding: 10px 5px;
        font-size: 13px;
    }

    .k-header.k-grid-toolbar button {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    #topNavContainer {
        width: 100% !important
    }

    .logoContainer {
        display: none !important;
    }

    .footerLogoContainer {
        display: block;
        text-align: center;
        height: 100px;
        padding: 15px 30px;
    }

        .footerLogoContainer img {
            max-width: 100% !important;
            max-height: 100% !important;
        }

    .respNavHamburger {
        display: block;
    }

    .expand-collapse {
        margin-bottom: 20px;
    }

    #advancedResult, #summarizedResult {
        padding-top: 20px;
    }

    #footer {
        text-align: center;
    }

    .k-scheduler-edit-form .k-edit-form-container {
        width: 100% !important;
    }

    body.navOn {
        overflow-y: hidden;
    }

    .dashboardListView li {
        margin-right: 15px;
        margin-left: 15px;
    }

    body.navOn:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.4);
        z-index: 1;
    }

    #accountNav li a {
        text-align: center;
    }

    #bodyContent {
        margin: 0px;
    }

        #bodyContent .container-fluid {
            padding-right: 0px;
            padding-left: 0px;
        }

        #bodyContent h2 {
            font-size: 1.3em;
        }

    #content {
        padding: 15px;
        float: none !important;
    }

    #contentWrapper {
        /*background-color: #fff;*/
    }

    .loginForm .form-small {
        max-width: 90% !important;
    }

    .loginForm .toggleSection, .form-small .toggleSection {
        padding: 15px !important;
    }

    /*.loginFormLogo img {
        height: auto !important;
        width: 100% !important;
    }*/

    #cmWrapper {
        flex-flow: column;
        position: relative;
    }

    #nav {
        border-top: 1px solid #9b9b9b;
        margin-top: 115px;
        height: calc(100vh - 115px);
    }

        #nav li {
            margin: 0;
            padding: 5px;
        }

    .crudalert {
        width: 100%;
    }

    #nav li {
        border-bottom: 1px solid #9b9b9b;
    }

    ul#contactSubMenu li {
        background-color: #F7AF40 !important;
    }

    #nav li a {
        /*border-bottom: 1px solid #9b9b9b;*/
        padding: 10px 15px;
    }

        #nav li a i {
            display: none;
        }

    #nav li span img, .publicnav span.glyphicon {
        margin-top: 13px !important;
        position: relative;
        left: 25px;
    }

    .publicnav span.glyphicon {
        color: #9b9b9b;
    }

    #nav ul {
        padding-left: 0;
    }

        #nav ul li {
            background-color: #f8f8f8;
            margin-top: 0;
        }

    #navContainer {
        position: static;
    }

    #topNavContainer {
        border-bottom: 1px solid #9b9b9b;
    }

    .accountContainer {
        padding-top: 5px !important;
    }

    .accountImageContainer {
        position: unset;
        top: 0;
        left: 0;
    }

    .headerBreadcrumb {
        display: none;
    }

    .headerLogoContainer img:first-of-type {
        max-width: 40px;
        margin-right: 0;
    }

    .headerLogoContainer img:last-of-type {
        max-width: 75px;
    }

    .navContainer {
        position: absolute;
        top: 0;
        right: 0;
        background-color: #052162;
        z-index: 11;
        border-left: 1px solid #9b9b9b;
        transition: right 0.6s ease-in;
        -webkit-transition: right 0.6s ease-in;
        width: 300px;
        display: none;
    }

        .navContainer:not(.navOn) {
            transform: translateX(286px);
            -webkit-transform: translateX(286px);
        }

        .navContainer.navOn #nav {
            overflow-y: auto;
        }

        .navContainer.navOn {
            display: block;
            transition: right 0.6s ease-in;
            -webkit-transition: right 0.6s ease-in;
        }

        .navContainer .condensed {
            display: none !important;
        }

        .navContainer .expanded {
            display: block !important;
        }

    .pageHeading {
        text-align: center;
        padding: 0 15px;
    }


    .respNavHamburger {
        top: 20px;
        right: 20px !important;
        z-index: 11;
        left: auto !important;
    }

    .btn-action-lg {
        border-radius: 0;
        display: block;
        float: none;
        width: 100%;
        margin: 15px 0 15px;
    }


    .toggleSection {
        box-shadow: none !important;
        margin: 0 !important;
    }

    .dashboardList {
        text-align: center;
    }

    .dashboardOptions h2 {
        text-align: center;
    }

    .toggleContent {
        padding: 5px 15px 20px !important;
    }

    .toggleLink {
        padding: 30px 15px !important;
    }

    .toggleLinkModal {
        padding: 30px 15px !important;
    }

    .form-small {
        max-width: 90%;
    }

    .headerLogoContainer {
        height: 100px;
        margin: auto 70px 10px !important;
    }

    .publicnav span.expanded a {
        width: 90%;
    }

    .image-list li {
        width: 100%;
    }

    .form-small .toggleContent {
        padding: 0px !important;
    }

    .form-horizontal {
        margin-left: 0px !important;
    }

    .donationSummary .big-count-value {
        padding-top: 0px !important;
    }

    .toggleSection:before {
        left: 10px !important;
    }

    .eventDate {
        font-size: 30px;
    }

    .eventTime {
        font-size: 20px;
    }

    .k-scheduler-edit-form .k-edit-form-container {
        max-width: 100%;
    }

    .toggleIndexLink {
        padding: 30px 15px 15px;
    }

    .form-small .toggleIndexLink {
        padding: 30px 0px 15px;
    }

    .toggleSection > .toggleGridSection {
        padding: 10px 15px;
    }

    .respNavHamburger {
        position: absolute;
    }

    .form-horizontal .form-group.positive-margin {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .form-horizontal .form-group.negative-margin {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    .form-horizontal .form-group {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .form-small .form-group {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    .backAction {
        padding: 15px;
    }

    .logoContainer {
        position: absolute;
        width: 100%;
        bottom: 112px;
    }

    .directoryFilterMenu {
        padding: 15px;
    }

    .recentSection {
        padding: 15px;
    }

    .recentEntries {
        padding-bottom: 50px;
    }

    .topCreateButtonArea {
        padding: 15px;
    }

    .summaryAdvancedResult {
        padding-right: 15px;
        padding-left: 15px;
    }

    .g-recaptcha {
        padding-right: 15px;
    }

    div.k-grid {
        touch-action: auto !important;
    }

    .respNavHamburger i {
        font-size: 16px;
        color: #000;
        background-color: #F7AF40;
        padding: 4px 5px;
        border-radius: 100%;
    }

    .translateContainer {
        left: 50px;
    }

    .registration {
        text-align: left !important;
    }

    .hidePageAnchors {
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    .image-list li {
        width: 49%;
    }
}

@media screen and (max-width:1200px) {
    .dashboardList li {
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
    }

    .dashboardList {
        padding: 15px;
        padding-left: 15px !important;
    }

    .dashboardList {
        text-align: center;
    }

    .popupcontent {
        width: 90%;
        margin-left: -45% !important;
    }

    .styled-list li {
        height: auto !important;
        width: 100%;
        text-align: left !important;
    }
}

@media screen and (min-width: 768px) {

    .public-styled-wrapper {
        position: fixed;
        min-height: 100%;
    }

        .public-styled-wrapper #content {
            border: none;
        }

    .form-small {
        /*margin-top: 8%;*/
    }

    #navContainer.expanded #accountNav.expanded:before {
        content: '';
        position: absolute;
        top: -11px;
        right: 52px;
        width: 0;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-bottom: 11px solid #dc923a;
    }

    #content {
        position: relative;
        min-height: 1350px;
    }

    #navContainer {
        z-index: 11;
        position: fixed;
        height: 100vh;
        /*overflow-y: auto;*/
        background: #052162;
    }

        #navContainer.condensed {
            max-width: 150px;
            min-width: 150px;
        }

        #navContainer.expanded {
            max-width: 243px;
            min-width: 240px;
        }

        #navContainer.condensed .accountNav i {
            display: block;
        }

        #navContainer.condensed .headerLogoContainer img:last-of-type {
            display: none;
        }

        #navContainer.publicNavContainer .logoContainer {
            position: fixed;
            bottom: 0px !important;
            width: 100%;
        }

        #navContainer.expanded .logoContainer {
            max-width: 240px;
            min-width: 240px;
        }

        #navContainer.condensed .logoContainer {
            max-width: 140px;
            min-width: 140px;
            position: relative;
        }

    .respNavHamburger {
        top: 10px;
        left: 205px;
        z-index: 11;
        -webkit-transition: -webkit-transform .25s ease-in-out;
        -ms-transition: -ms-transform .25s ease-in-out;
        transition: transform .25s ease-in-out;
    }

    .form-horizontal {
        margin-left: 230px;
    }

    .publicNavContainer #topNavContainer {
        padding-bottom: 10px;
    }

    /*.recentSection{
        padding-left:20px;
        padding-right:20px;
    }*/

    .headerBreadcrumb {
        padding-right: 0px;
    }

    .dashboardList li {
        margin: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
        width: calc((100%/6) - 24px)
    }

    .dashboardList {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .logoContainer {
        position: fixed;
        bottom: 0px;
    }

        .logoContainer.scroll-logoContainer {
            bottom: 0px;
            position: relative;
        }

        .logoContainer.no-scroll-logoContainer {
            position: fixed;
            bottom: 0px;
        }

    .public-styled-wrapper #footer {
        position: absolute;
        bottom: 0px;
    }

    .public-styled-wrapper #content {
        min-height: 1px;
    }
}

.toggleLink i {
    color: #052162 !important;
    margin-right: 15px;
}

.toggleLinkModal i {
    color: #052162 !important;
    margin-right: 15px;
}

.hideIcon {
    /*position: absolute;
    top: 50%;
    right: 15px;*/
    transform: translateY(calc(50%));
}

/*.fas.fa-minus {
    position: relative;
    top: auto !important;
    right: auto !important;
    transform: none !important;
}*/

@media screen and (min-width: 768px) and (max-width:991px) {
    .printButton {
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) {

    .k-filter-row {
        display: none !important;
    }

    .toggleLink {
        font-weight: 700;
    }

    .toggleLinkModal {
        font-weight: 700;
    }

    .recentEntries .recentPod:nth-of-type(n+4) {
        display: none;
    }

    .recentEntries .recentPod {
        width: 100%;
        margin-bottom: 20px;
    }

    .dashboardList li {
        width: 100%;
    }

        .dashboardList li:nth-of-type(3n+2) {
            margin-right: 0px;
            margin-left: 0px;
        }
}

@media screen and (min-width:992px) {
    /*.dashboardList li:nth-of-type(2n+1) {
        margin-right: 20px;
        margin-left: 20px;
    }*/
}

@media screen and (min-width:1400px) {
    .registration a {
        font-size: 14px !important;
    }
}

@media screen and (max-width:1399px) {
    .registration {
        text-align: left !important;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .recentEntries .recentPod {
        /*width: calc((100%/2) - 17px);*/
        margin-bottom: 20px;
    }

        .recentEntries .recentPod:nth-of-type(3n+2) {
            margin-left: 0px;
            margin-right: 0px;
        }

        .recentEntries .recentPod:nth-child(2n+1) {
            margin-right: 15px;
        }

    .dashboardList li:nth-of-type(2n+1) {
        margin-right: 0px;
        margin-left: 0px;
    }

    .dashboardList li {
        width: calc((100%/2) - 10px);
        margin-bottom: 20px;
    }

        .dashboardList li:nth-of-type(2n+1) {
            margin-right: 15px;
        }
}

@media screen and (max-width: 575px) {
    div#profileWrapper {
        padding: 10px !important;
        margin-bottom: 25px !important;
    }

    div#profileContainer {
        order: 1 !important;
        position: unset !important;
        margin: 0 !important;
        float: right;
    }

    .accountContainer {
        padding-top: 5px !important;
    }

    .accountImageContainer {
        position: unset !important;
    }

    .translateContainer {
        order: -1 !important;
        position: unset !important;
        transform: translateY(0) !important;
        float: left !important;
        margin-bottom: 25px !important;
    }

        .translateContainer button {
            display: block;
            margin: auto;
        }
}

/*Form Builder*/
.multiple-item-options {
    list-style: none;
    padding-left: 0px;
}

.section {
    padding: 5px 0px;
}

.formSections {
    list-style: none;
    padding: 0;
    margin: 0;
}

.formTitle, .formInstructions, .sectionInstructions {
    margin: 10px 0px;
}

.sectionQuestions {
    list-style: decimal;
    margin: 0px 25px;
}

    .sectionQuestions .question {
        padding: 5px;
    }

.question-item ul, .question ul {
    list-style: none;
    margin: 5px 25px;
}

.question-input {
    margin-top: 15px;
    margin-bottom: 15px;
}
/*.instructions{cursor:pointer;text-decoration:underline; margin:0px 5px; font-size:0.7em;}*/
.instructions::after {
    content: ']';
}

.instructions::before {
    content: '[';
}

.instruction-detail {
    display: none;
    background: #fccd77;
    padding: 10px;
    border: dotted 1px #000000;
    margin: 5px;
}

.formBlock .instructions {
    display: inline-block;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    margin: 0px 5px;
    font-size: 0.7em;
    background: url(/WebResources/Images/info-16.gif) no-repeat 3px 6px;
    padding: 8px 20px;
}

.action {
    margin: 30px 0px; /*text-align:center;*/
}
    /*
.action .save { margin:10px 0px; padding:7px; border:solid 1px #12BE86; color:#FFFFFF; background:#12BE86; text-decoration:none; border-

radius:5px; -moz-border-radius: 5px;}
.action .submit {margin:10px 0px; padding:7px; border:solid 1px silver; color:#FFFFFF; background:#0d9a08; text-decoration:none;  border-

radius:5px; -moz-border-radius: 5px;}
.action .reset,
.action .cancel
    {margin:10px 0px; padding:7px; border:solid 1px #BE0B0B; color:#FFFFFF; background:#BE0B0B; text-decoration:none;  border-radius:5px; -

moz-border-radius: 5px;}
    */
    .action .view {
        text-decoration: none;
    }

        .action .view:before {
            content: '≡';
            font-weight: bold;
            margin-right: 5px;
        }

    .action .edit {
        text-decoration: none;
    }

        .action .edit:before {
            content: '+';
            margin-right: 5px;
        }

    .action .add {
        text-decoration: none;
        display: inline-block;
        padding: 10px;
        background: #f7b742;
        color: white;
        font-weight: bold;
    }

        .action .add:before {
            content: '+';
            margin-right: 5px;
        }

    .action .delete {
        text-decoration: none;
    }

        .action .delete:before {
            content: 'Θ';
            margin-right: 5px;
        }

.sectionContent .action a {
    float: none !important;
}

.sectionDetails .action a {
    float: none !important;
}

.gridColumn.action a {
    float: none !important;
}

#dvFormSectionHeader span.action {
    display: inline-block;
    float: none;
}

    #dvFormSectionHeader span.action a {
        float: none;
    }

.sectionTitle {
    margin: 20px 0px;
    font-size: 1.1em;
}

    .sectionTitle .action {
        font-size: 0.7em;
        font-weight: normal;
        float: right;
        padding: 0px;
        margin: 0px;
    }

        .sectionTitle .action.left {
            float: none;
        }

            .sectionTitle .action.left::before {
                content: '['
            }

            .sectionTitle .action.left::after {
                content: ']'
            }

    .sectionTitle .action {
        text-align: right;
    }

.grid {
    display: table;
    width: 99%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    table-layout: auto;
    clear: both;
}

.gridItemHeader, .gridItem, .gridRow, .gridFooter {
    display: table-row;
}

    .gridItemHeader ul, .gridItem ul, .gridFooter {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .gridFooter .gridColumn {
            padding: 5px;
        }

.gridItem {
    border-top: 1px solid #dea259;
    border-bottom: 1px solid #dea259;
}

.gridItemHeader {
    font-weight: bold;
    color: #807c7c;
}

.gridColumn {
    display: table-cell !important;
    text-align: left;
    vertical-align: middle;
    /*border-bottom: solid 1px #dea259;*/
    padding: 5px 5px;
}

    .gridColumn.action {
        padding-top: 15px !important;
    }

.grid.borders {
    border: solid 3px #dcdcdc;
}

    .grid.borders .gridItem {
        border: none;
    }

    .grid.borders li.gridItem:nth-child(even) {
        border: none;
    }

    .grid.borders li.gridItem:nth-child(odd) {
        border: none;
        background: #E5ECF3 !important;
    }

    .grid.borders .gridItemHeader {
        background: #dcdcdc;
        border-bottom: #d0cfcf;
    }

.formSections .gridColumn {
    text-align: center;
}

    .formSections .gridColumn:first-child, .formSections .gridColumn:first-child {
        width: 40%;
        text-align: left !important;
    }

.gridItem.ui-sortable-handle, .gridItem.ui-sortable-handle.ui-sortable-helper {
    cursor: move;
}

    .gridItem.ui-sortable-handle.ui-sortable-helper .gridColumn {
        display: table-cell !important;
    }

.ui-sortable .sectionTitle {
    cursor: move;
}

.questionList.ui-sortable .gridItem {
    cursor: move;
}

.gridItem:hover {
    background: #fffccc;
}

.gridItem.sectionItem {
    padding: 10px !important;
    border: 1px solid silver !important;
    background: rgb(253, 248, 248) !important;
    margin: 5px;
    display: block;
}

.emptyGridMessage {
    margin: 15px;
    border: 1px dotted #fad68b;
    background: #dea259;
    padding: 5px;
}

.divider {
    width: 2px;
    border: 1px solid #808080;
    margin: 0px 5px 0px 0px;
}

.table {
    display: table;
    width: 100%;
}

.table-noWidth {
    display: table;
}

.tableHeaderRow, .tableRow {
    display: table-row;
    vertical-align: middle;
    padding: 5px;
}

.tableHeaderColumn, .tableColumn {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding: 10px;
}

    .tableColumn.label {
        width: 25%;
    }

.form .tableColumn input[type=text], .form .tableColumn select, .form .tableColumn textarea {
    width: 90% !important;
    padding: 5px;
}

    .form .tableColumn input[type=text]:disabled, .form .tableColumn select:disabled, .form .tableColumn textarea:disabled {
        background: #dea259;
    }

.form .tableColumn textarea {
    height: 150px;
}

.form .tableColumn.label {
    text-align: right;
    width: 15%;
    vertical-align: top;
    color: #807c7c;
}

.form .tableColumn.action {
    padding: 20px 5px;
}

.sectionDetails {
    margin-bottom: 10px;
}

    .sectionDetails .sectionTitle {
        font-size: 1.2em;
    }

.sectionQuestions .action {
    text-align: center;
}

.multiplechoice .grid {
    width: 75%;
}

.gridFooter:only-child .gridColumn {
    padding: 0px 5px 0px 0px !important;
}

.ui-state-highlight {
    height: 2.5em !important;
    line-height: 2.5em;
    width: 100% !important;
    border: none;
    list-style: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #fbf9ee;
    color: #363636;
}

.ui-state-highlight2 {
    width: 100% !important;
    border: none;
    list-style: none;
    background: #fbf9ee;
    color: #363636;
}

.questionList.grid .gridItem .gridColumn:nth-child(1) {
    width: 35%;
}

.questionList.grid .gridItem .gridColumn:nth-child(2) {
    width: 20%;
}

.questionList.grid .gridItem .gridColumn:nth-child(3) {
    width: 40%;
}

.questionListArchive.grid .gridItem .gridColumn:nth-child(1) {
    width: 20% !important;
}

.questionListArchive.grid .gridItem .gridColumn:nth-child(2) {
    width: 60% !important;
}

.questionListArchive.grid .gridItem .gridColumn:nth-child(3) {
    width: 20% !important;
}

.questionListArchive.grid .gridItemHeader .gridColumn:nth-child(1) {
    width: 20%;
}

.questionListArchive.grid .gridItemHeader .gridColumn:nth-child(2) {
    width: 60%;
}

.questionListArchive.grid .gridItemHeader .gridColumn:nth-child(3) {
    width: 20%;
}

.gridQuestionRowOption .gridItem .gridColumn:nth-child(1) {
    width: 90%;
}

.gridQuestionRowOption .gridItem .gridColumn:nth-child(2) {
    width: 10%;
}

.gridQuestionColumnOption .gridItem .gridColumn:nth-child(1) {
    width: 90%;
}

.gridQuestionColumnOption .gridItem .gridColumn:nth-child(2) {
    width: 10%;
}

.multipleChoiceOption .gridItem .gridColumn:nth-child(1) {
    width: 90%;
}

.multipleChoiceOption .gridItem .gridColumn:nth-child(2) {
    width: 10%;
}

.required {
    color: #f60c0c;
    /*padding-left: 5px;*/
}

.questionListArchive, .sectionListArchive, #emtySectionArchive {
    display: none;
}

.checkbox label, .radio label {
    /*padding-left: 5px;*/
    font-size: 1.166em;
    line-height: 1.65em;
}

.tableColumn .table .tableColumn {
    margin: 0px;
    padding: 0px 10px 0px 0px;
}

.reportResponses {
    margin: 0;
    padding: 0;
}

    .reportResponses li {
        padding: 10px 10px !important;
        border-top: solid 1px silver;
    }

        .reportResponses li:first-child {
            border: none !important;
        }

.reportData .section .sectionContent .reportResponses {
    display: none;
}

    .reportData .section .sectionContent .reportResponses.grid {
        display: block !important;
    }

.reportData .table .tableColumn:first-child {
    width: 50%;
}

.validationResult {
    display: block;
    font-size: 1.4em;
    margin-top: 25px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

    .validationResult ul {
        font-size: 0.8em;
        margin: 20px;
        list-style-type: circle;
    }

    .validationResult .errorSectionTitle {
        font-weight: bold;
    }

#PublishNotification {
    display: none;
    padding: 15px;
    background: #dea259;
    border: 1px dotted silver;
    width: 75%;
    margin: 0px 15px;
}

.edit .delete {
    text-decoration: none;
}

    .edit .delete:before {
        content: '|';
        text-decoration: none !important;
        margin: 0 5px;
    }

#allowRemove {
    display: none;
}

.RadComboBoxDropDown_Default {
    font: 100% Verdana, Geneva,arial,helvetica,clean,sans-serif !important;
    font-size: 1em !important;
    color: black !important;
}

.rcbItem, select option, li.rcbHovered {
    padding: 15px !important;
}

.rcbReadOnly.rcbFocused {
    background-color: #c1c1c1 !important;
    background-image: linear-gradient(#fafafa,#e6e6e6) !important;
}

.rcbReadOnly, .rcbReadOnly.rcbHovered {
    background: none !important;
    background-image: none !important;
}

.RadComboBox .rcbInput {
    font-size: inherit !important;
    width: 430px !important;
    margin-right: 30px !important;
}

.previousReportsResults .submenu {
    padding-left: 0px;
}

.previousReportsResults li {
    border: 1px solid;
    padding: 10px;
    margin-bottom: 20px;
}

.recentForm .glyphicon {
    color: #337ab7;
    font-size: 60px;
}

.recentForm {
    min-height: 270px !important;
}

.formQuestion {
    padding-top: 5px;
}

.gridColumn label {
    font-weight: 400;
}

.shareLink {
    cursor: pointer;
    text-decoration: none;
}

@media screen and (max-width:699px) {
    .popupcontent {
        height: 75vh;
        margin-top: -35vh;
    }

    .pcontent iframe, .pcontent video {
        height: 50vh;
    }

    .pcontent {
        padding-left: 0px
    }

    .km-pane-wrapper .k-mobile-list .k-widget, .km-pane-wrapper .km-pane .k-mobile-list textarea {
        width: 100% !important;
    }

    #chkRecurring {
        border: 1px solid;
        float: none;
    }

    .km-pane-wrapper > .km-pane > .km-view > .km-content {
        background-color: #FFF !important;
    }

    .km-scroll-container > div {
        padding: 10px 0px;
    }

    .km-widget {
        font-size: 0.8em !important;
    }

    .event-template p {
        font-size: 9px !important;
    }
}

#Button, #ButtonHover, #StyledListIcon {
    margin-top: 20px;
    text-align: center !important;
}

    #Button .btn-action, #ButtonHover .btn-action {
        float: none;
    }

#dashboardIcon li {
    width: 80%;
}

@media screen and (min-width:1201px) {
    #Button, #ButtonHover, #StyledListIcon {
        margin-top: 100px;
    }
}

/*-- Aruna Edits START --*/
.btn-action-left {
    padding: 13px;
    margin-bottom: 5px;
}

#LikertScale li.gridItemHeader .gridColumn:not(:nth-child(1)), #LikertScale li.gridItem .gridColumn:not(:nth-child(1)) {
    text-align: center !important;
}

.zoomEventImage {
    height: 150px;
    background-size: contain !important;
    background-repeat: no-repeat;
}

.likertQuestion {
    color: #031a27 !important;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 25px 0 0 0 !important;
}

    .likertQuestion:nth-child(1) {
        padding-top: 0 !important;
    }

div#logoBlueLine {
    position: relative;
    width: 90%;
    height: 1px;
    background-color: #26afd9;
    margin: auto auto 15px auto;
}

div#profileWrapper {
    width: 100%;
    height: 100px;
    background-color: rgba(5,33,98,0.1);
    box-shadow: 0 0 10px 0 rgb(5 33 98 / 10%);
    position: relative;
    z-index: 1;
}

div#profileContainer {
    min-width: 250px;
    position: absolute;
    right: 0;
    margin: 20px 50px;
    z-index: 1;
}

.announcementColumn {
    text-align: left;
    border-radius: 10px;
    padding: 30px;
}

.announcementColumnWrapper {
    margin-bottom: 25px;
}

.carousel-indicators [data-bs-target] {
    width: auto !important;
    padding: 10px !important;
    text-indent: 0 !important;
    background-color: #F7AF40;
    height: auto !important;
    border: 0px solid transparent !important;
    border-radius: 5px !important;
    opacity: 1 !important;
    font-weight: 700;
    min-width: 20px !important;
}

/*div.announcementColumnWrapper:nth-child(odd) {
    padding: 0 30px 0 0;
}*/

button.sliderNavButton {
    position: relative !important;
}

ul.slick-dots {
    order: 2;
    display: inline-block;
}

.slick-list {
    order: 1;
}

button#leftButton {
    left: 0;
    order: 2;
    display: inline-block;
}

button#rightButton {
    right: 0;
    order: 2;
    display: inline-block;
}

.carousel-inner .carousel-item:nth-child(5n+1) .announcementColumnWrapper .announcementColumn {
    background-color: rgba(93,20,189,0.2);
}

.carousel-inner .carousel-item:nth-child(5n+2) .announcementColumnWrapper .announcementColumn {
    background-color: rgba(247,175,64,0.2);
}

.carousel-inner .carousel-item:nth-child(5n+3) .announcementColumnWrapper .announcementColumn {
    background-color: rgba(42,208,166,0.2);
}

.carousel-inner .carousel-item:nth-child(5n+4) .announcementColumnWrapper .announcementColumn {
    background-color: rgba(5,33,98,0.2);
}

.carousel-inner .carousel-item:nth-child(5n+0) .announcementColumnWrapper .announcementColumn {
    background-color: rgba(38,175,217,0.2);
}

.dateContainer {
    color: #969696;
    font-size: 12px;
}

h1 {
    text-transform: uppercase;
    font-size: 55PX !important;
    font-weight: 600 !important;
    color: #052162 !important;
}

h2 {
    text-transform: uppercase;
    /*font-size: 43PX !important;*/
    font-weight: 600 !important;
    color: #052162 !important;
}

h3 {
    text-transform: uppercase;
    font-size: 33PX !important;
    font-weight: 600 !important;
    color: #052162 !important;
}

h4 {
    font-size: 27PX !important;
    font-weight: 600 !important;
    color: #052162 !important;
}

h5 {
    font-size: 26PX !important;
    font-weight: 600 !important;
    color: #052162 !important;
}

h6 {
    font-size: 20PX !important;
    font-weight: 600 !important;
    color: #052162 !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detailsWrapper {
    clear: both;
}

.details {
    margin-bottom: 20px;
    padding: 12px 0 0 0;
}

.registration {
    text-align: right;
    margin-bottom: 20px;
}

.recentTrainings {
    background-color: #fff;
    /* border: 1px solid #ddd; */
    width: 100%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #dfdfdf;
}

    .recentTrainings .recentTrainingPod {
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /*height:300px;*/
    }

    .recentTrainings .promoImageSmallWrapper {
        border: 0px;
    }

/*.recentTrainings:nth-of-type(n+1) {
    margin-right: 5px;
    margin-left: 5px;
}*/

ul.main-sub-menu {
    top: 0;
    position: absolute;
    right: -240px;
    z-index: 1000;
    background-color: #F7AF40;
    width: 240px;
    padding-left: 0 !important;
}

.main-sub-menu li {
    margin-top: 0 !important;
}

    .main-sub-menu li a {
        color: #000 !important;
    }

    .main-sub-menu li:hover {
        background-color: #052162 !important
    }

        .main-sub-menu li:hover a {
            color: #fff !important;
        }

ul.sysConfigDashboard {
    padding: 0;
    list-style: none;
}

    ul.sysConfigDashboard a {
        color: #052162;
        font-size: 16px;
        font-weight: 700;
    }

    ul.sysConfigDashboard li {
        padding: 15px;
        border-bottom: 1px solid #d4d4d4;
    }

        ul.sysConfigDashboard li div {
            display: block;
            cursor: pointer;
            font-weight: 700;
        }

        ul.sysConfigDashboard li.active {
            background-color: #052162
        }

            ul.sysConfigDashboard li.active div {
                color: #fff;
            }

        ul.sysConfigDashboard li:not(.active):hover {
            background-color: #F7AF40;
        }

div#configInfoWrapper div.list-group-item {
    height: auto !important;
    padding: 10px !important;
    border-radius: 5px;
    background-color: #F7AF40;
    border: 0 !important;
    width: 100%;
}

    div#configInfoWrapper div.list-group-item a {
        display: block;
        color: #052162;
    }

ul.list-group {
    display: block;
}

div#configInfoWrapper div.list-group-item:hover {
    background-color: #052162 !important;
}

    div#configInfoWrapper div.list-group-item:hover a {
        color: #fff !important;
    }

div.list-group-item {
    padding: 10px !important;
    height: auto !important;
    background-color: #F7AF40;
    border-radius: 5px !important;
    border: 0 !important;
    margin-bottom: 30px !important;
    text-align: center !important
}

    div.list-group-item a, div.list-group-item content {
        color: #052162;
        display: block;
        font-weight: 600;
    }

    div.list-group-item:hover {
        background-color: #052162 !important;
    }

        div.list-group-item:hover a, div.list-group-item:hover content {
            color: #fff !important;
        }

div#QuickLinksWrapper {
    margin: 20px 0;
    padding: 10px 0;
    font-size: 16px;
    color: #052162;
    font-weight: 500;
}

.topCreateButtonArea a:nth-child(1) {
    margin-left: 0;
}

.topCreateButtonArea a {
    margin-left: 10px;
    margin-top: 0px !important;
    text-decoration: none;
}

button.k-button.k-button-icontext {
    background: transparent;
    color: #052162;
    font-weight: 700;
}

    button.k-button.k-button-icontext:hover {
        background-color: transparent !important;
        color: #F7AF40 !important;
    }

div.k-grid {
    border: 0px solid transparent !important;
    box-shadow: 0 0 0 0 !important;
    max-height: 75vh !important;
}

div.noscroll-grid {
    border: 0px solid transparent !important;
    box-shadow: 0 0 0 0 !important;
    max-height: inherit !important;
}

.btn-action-grid {
    color: #052162;
    font-size: 14px !important;
    background-color: transparent !important;
}

    .btn-action-grid:hover {
        color: #F7AF40 !important;
    }

    .btn-action-grid i {
        font-size: 18px;
    }

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #fff;
    background-color: #052162 !important;
    border-color: #052162 !important;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #052162 !important;
}

.carousel-indicators {
    position: relative !important;
    bottom: auto !important;
    left: 0 !important;
    z-index: 15;
    width: 100% !important;
    padding-left: 0 !important;
    margin: 0 !important;
    text-align: center;
    list-style: none;
    width: auto !important;
    display: inline-flex !important;
}

ul.slick-dots li button, .sliderNavButton {
    display: inline-block;
    width: auto !important;
    height: auto !important;
    margin: 10px 5px !important;
    text-indent: 0 !important;
    background-color: #F7AF40 !important;
    border: 0px solid transparent !important;
    border-radius: 0px !important;
    color: #052162;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 15px;
    min-width: 40px;
    border-radius: 5px !important;
}

.sliderIndicators {
    position: relative !important;
    width: 30px !important;
    opacity: 100 !important;
    height: 100% !important;
    display: inline-block !important;
    padding: 5px !important;
    background-color: #F7AF40 !important;
    border-radius: 5px !important;
}

.carousel-control-next, .carousel-control-prev {
    position: relative !important;
    display: block !important;
    width: auto !important;
}

    .carousel-control-next i, .carousel-control-prev i {
        color: #052162 !important
    }

.carousel-indicators button:hover i {
    color: #fff !important;
}

.carousel-indicators button:hover, .carousel-indicators button.active {
    color: #fff !important;
    background-color: #052162 !important;
}

.carousel-indicators li:hover a i {
    color: #fff !important;
}

.dashboardOptions {
    width: 100% !important;
    padding-top: 30px;
}

    .dashboardOptions ul.list-group.dashboardList {
        display: block !important;
    }

.loginForm {
    position: relative;
    width: 100%;
    height: calc(100vh - 91px);
}

    .loginForm .form-small {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        max-height: 90%;
        top: 50%;
        transform: translateY(-50%);
        max-width: 600px;
    }

.loginFormLogo {
    height: 125px;
    margin-bottom: 25px;
    padding-top: 35px;
    text-align: center;
}

    .loginFormLogo img {
        height: 100%;
        max-width: 100%;
        object-fit: contain;
    }

.k-checkbox-label, .k-radio-label {
    padding-left: 25px !important;
}

.form-group .btn-action:not(:first-child) {
    margin-left: 5px;
}

.gridLayoutSection .btn-action {
    margin-left: 0 !important;
}

a.toggleLink i.fa.fa-plus {
    float: left;
    transform: translateY(50%);
}

a.toggleLinkModal i.fa.fa-plus {
    float: left;
    transform: translateY(50%);
}

div#searchOption {
    border-bottom: 5px solid #F7AF40;
    padding-bottom: 15px;
}

.toggleTextSubHead {
    color: rgb(118,118,118);
    font-size: 14px;
}

.expand-collapse.no-print {
    margin: 30px 0;
}

    .expand-collapse.no-print a {
        color: #052162;
        text-decoration: none;
    }

        .expand-collapse.no-print a:hover {
            color: #F7AF40;
        }

.topCreateButtonArea .btn-action {
    float: none !important;
}

ul.subMenuWrapper {
    padding: 0 !important;
}

    ul.subMenuWrapper li {
        padding: 0px 0px !important;
    }

        ul.subMenuWrapper li a {
            color: #000 !important;
            width: 100%;
            padding: 10px !important;
        }

        ul.subMenuWrapper li:hover {
            background-color: #052162 !important;
        }

            ul.subMenuWrapper li:hover a {
                color: #fff !important;
            }

        ul.subMenuWrapper li.active {
            background-color: #052162 !important;
        }

            ul.subMenuWrapper li.active a {
                color: #fff !important;
            }

ul#nav li i {
    color: #fff;
    float: right;
}

.subMenuOpen {
    transform: rotate( 180deg );
}

ul#nav li i.fas.fa-minus {
    color: #000 !important;
}

.announcementWrapper {
    text-align: center;
}

ul.slick-dots {
    list-style: none;
    padding: 0;
}

    ul.slick-dots li {
        display: inline-block;
    }

button.sliderNavButton {
    position: absolute;
    bottom: 0;
}

button#rightButton {
    right: 0;
}

button#leftButton {
    left: 0;
}

.dashboardOptions li:first-child, .dashboardOptions li:nth-child(7n) {
    margin-left: 0 !important;
}

/*.dashboardOptions div.list-group-item a {
    word-break: break-all;
}*/

.k-header.k-grid-toolbar.k-grid-top {
    text-align: left;
}

.k-group-indicator {
    background-color: #052162 !important;
    color: #fff !important;
}

    .k-group-indicator a.k-link {
        color: #fff !important;
    }

    .k-group-indicator a span {
        color: #fff !important;
    }

.pull-left {
    margin-left: 0 !important;
}

.pageAnchorLinks div.list-group-item:first-child, .pageAnchorLinks div.list-group-item:nth-child(7n) {
    margin-left: 0 !important;
}

div#donationStatPod .recentPod {
    background-color: #fff;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    margin: 20px 0px !important;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #dfdfdf;
}

    div#donationStatPod .recentPod p {
        color: #052162 !important;
        font-weight: 700;
    }

    div#donationStatPod .recentPod a {
        color: #5D14BD;
    }

.donationAmmountOptions {
    margin-bottom: 40px;
}

ul#currentStaffFTE li, ul#currentStaffYTDFTE li {
    background-color: #fff;
    width: calc((100%/4 - 23px));
    text-align: left;
    display: inline-block;
    padding: 20px;
    vertical-align: top;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #dfdfdf;
    color: #000;
    font-weight: 500;
}

.k-state-selected a.k-link {
    color: #fff !important;
}

span.k-widget {
    width: 100% !important;
}

.tab-content .fade {
    opacity: 1 !important;
}

.fade:not(.show) {
    opacity: 1 !important;
}

.k-tabstrip-wrapper .k-widget *, .k-tabstrip-wrapper .k-widget :before, .k-tabstrip-wrapper .k-widget ::after {
    box-sizing: border-box !important;
}

.k-tabstrip-wrapper .k-grid.k-widget *, .k-tabstrip-wrapper .k-grid.k-widget :before, .k-tabstrip-wrapper .k-grid.k-widget ::after {
    box-sizing: content-box !important;
}

.k-grid-norecords {
    display: block !important;
}

.k-grid td {
    line-height: 26px !important;
}

.directoryFilterMenu {
    margin: 20px 0;
}

.resourceSummarySingleWrapper {
    background-color: #fff;
    /* border: 1px solid #ddd; */
    width: 100%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #dfdfdf;
    padding: 15px;
}

.resourceSummarySingleWrapper1 {
    background-color: #fff;
    /* border: 1px solid #ddd; */
    width: 100%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #dfdfdf;
    padding: 15px;
}

.flexWrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
}

.flexItem {
    background-color: #fff;
    /* border: 1px solid #ddd; */
    width: 23%;
    vertical-align: top;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px #dfdfdf;
    padding: 15px;
    transition: transform .1s;
}

    .flexItem:hover {
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
        transform: scale(1.1);
        cursor: pointer;
    }

.flexItemOther {
    background-color: #fff;
    /* border: 1px solid #ddd; */
    width: 32%;
    vertical-align: top;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px #dfdfdf;
    padding: 15px;
    transition: transform .1s;
}

    .flexItemOther:hover {
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
        transform: scale(1.1);
        cursor: pointer;
    }

.flexItemOtherDetails {
    background-color: #fff;
    /* border: 1px solid #ddd; */
    width: 32%;
    vertical-align: top;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px #dfdfdf;
    padding: 15px;
    transition: transform .1s;
}

.text-right {
    text-align: right;
}

.text-bold {
    font-weight: bold;
}

.resourceDetailsWrapper {
    padding: 25px;
}

    .resourceDetailsWrapper * {
        color: #052162 !important;
        font-weight: 700 !important;
    }

    .resourceDetailsWrapper a:hover {
        color: #F7AF40 !important;
    }

    .resourceDetailsWrapper #viewPopup:hover {
        color: #F7AF40 !important;
    }

.resourceDetailsWrapper1 * {
    color: #052162 !important;
    font-weight: 700 !important;
}

.resourceDetailsWrapper1 a:hover {
    color: #F7AF40 !important;
}

.resourceDetailsWrapper1 #viewPopup:hover {
    color: #F7AF40 !important;
}

.row.tagRow p * {
    color: #969696 !important;
}

.row.tagRow p {
    margin-bottom: 0 !important;
}

.navListItem.active .subMenuOpen {
    color: #000 !important;
}

#nav li.active svg {
    fill: #000 !important;
}

.lending-library-button {
    margin-top: 15px;
}

    .lending-library-button a {
        width: 100%;
    }

input#PageNumber {
    width: 60px !important;
    display: inline;
    background-color: #fff !important;
}

.pageNumberHolder {
    display: inline;
}

.pageNumberContainer {
    text-align: center;
    margin-bottom: 20px;
}

.pageNumberHolder span {
    margin: 0 5px;
}

.recentForm {
    background-color: #fff;
    /* border: 1px solid #ddd; */
    width: 100%;
    text-align: left;
    display: inline-block;
    padding: 20px;
    vertical-align: top;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #dfdfdf;
}

.form-small .text-center {
    padding-top: 20px !important;
}

div#ExpirationStartDate:after {
    position: absolute;
    content: '-';
    top: 50%;
    right: 0;
}

#eventDetailsButtonWrapper .btn-action {
    display: block;
    width: 100% !important;
}

#eventDetailsButtonWrapper .btn-action-lg {
    float: none;
}

p.title {
    color: #052162;
    font-weight: 600;
}

div#seriesDetailsContainer {
    margin-top: 30px;
    /*border-top: 1px solid #d4d4d4;*/
}

    div#seriesDetailsContainer p {
        margin-bottom: 0 !important;
    }

    div#seriesDetailsContainer > .row, div#seriesDetailsContainer > .row > .col-lg-6 {
        position: relative;
    }

        div#seriesDetailsContainer > .row::before {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            height: 1px;
            width: 100%;
            background-color: #d4d4d4;
        }

/*div#seriesDetailsContainer > .row > .col-lg-12::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #d4d4d4;
}

div#seriesDetailsContainer > .row > .col-lg-6::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0px;
    right: 0px;
    height: 1px;
    background-color: #d4d4d4;
}*/

.eventColContainer {
    padding: 15px 0;
}

div#seriesDetailsContainer > .row > .col-lg-6:nth-child(odd) {
    border-right: 1px solid #d4d4d4;
}

div#registrationGridButtons * {
    float: none !important;
}

div#registrationGridButtons .button-div {
    display: inline-block;
}

.k-master-row td.no-print:not(:first-child) {
    text-align: center !important;
    border-left: 0px solid transparent;
}

.firstGridButton {
    border-left: 1px solid #ccc !important;
}

.publicContact {
    position: relative;
}

    .publicContact > * {
        float: left;
    }

.publicContactLogo {
    width: 100px;
    height: 80px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .publicContactLogo img {
        max-width: 100%;
        min-width: 100%;
    }

.public-directory-item {
    background-color: #fff;
    /* border: 1px solid #ddd; */
    width: 100%;
    text-align: left;
    display: inline-block;
    padding: 20px;
    vertical-align: top;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #dfdfdf;
}

span.directoryIntroText {
    margin: 10px 0;
    font-size: 14px;
    color: rgb(118,118,118);
}

.publicInformationContainer i {
    color: #052162;
    margin-right: 5px;
}

span.publicColHeading {
    color: #052162;
    font-weight: 700;
}

button.k-dialog-insert.k-button.k-primary {
    color: #fff !important;
    border-color: #357ebd !important;
    background-color: #428bca !important;
}

    button.k-dialog-insert.k-button.k-primary:hover {
        color: #000 !important;
        background-color: #EFEFEF !important;
    }

.btn-layout-action {
    font-size: 20px;
    padding: 3px 10px;
}

    .btn-layout-action .k-icon {
        font-size: 20px !important;
        height: 20px !important;
    }

li.navListItem:not(.active):not(:hover) ul.subMenuWrapper {
    background-color: #26AFD9;
}

.additionalData {
    color: #0a58ca;
    cursor: pointer;
}

    .additionalData:hover {
        color: #F7AF40;
    }

.contactInfoToggle.toggleSection .fa-plus {
    display: block;
    transform: translateY(20%) !important;
    color: #5D14BD !important;
}

.contactInfoToggle.toggleSection .hideIcon {
    transform: translateY(20%) !important;
}

.contactInfoToggle.toggleSection i.fas.fa-minus {
    color: #5D14BD !important;
}

p.toggleMore {
    color: #5D14BD;
}

.list-group-anchor {
    display: inline-block;
    margin: 10px 5px 20px 0;
}

    .list-group-anchor a {
        color: #fff;
        padding: 10px;
        background-color: #052162;
        border-radius: 5px;
        font-weight: 500;
    }

        .list-group-anchor a:hover {
            background-color: #F7AF40;
            color: #000 !important;
        }

.topCreateButtonArea form {
    display: inline-block;
}

/*.publicContactName {
    top: 50%;
    position: absolute;
    transform: translateY(-70%);
}*/
/*.backgroundGradient {
    background: linear-gradient(269deg, #052162, #26afd9, #5d14bd, #f7af40, #2ad0a6);
    background-size: 1000% 1000%;
    -webkit-animation: gradientAnimation 1000s ease infinite;
    -moz-animation: gradientAnimation 1000s ease infinite;
    -o-animation: gradientAnimation 1000s ease infinite;
    animation: gradientAnimation 1000s ease infinite;
}
*/
@-webkit-keyframes gradientAnimation {
    0% {
        background-position: 0% 51%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 51%
    }
}

@-moz-keyframes gradientAnimation {
    0% {
        background-position: 0% 51%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 51%
    }
}

@-o-keyframes gradientAnimation {
    0% {
        background-position: 0% 51%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 51%
    }
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 51%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 51%
    }
}

.average-col-heading {
    font: 16px Arial, Helvetica, sans-serif;
    color: #8e8e8e;
    margin-bottom: 15px;
}

.average-data {
    font-size: 50px;
    font-weight: 600;
}

.chart-wrapper h2 {
    text-align: center;
    padding: 20px 0;
}

#LoadingModal .modal-body {
    display: flex;
}

.ball-container {
    margin: auto;
}

.loader {
    border: 16px solid #d1d1d1; /* Light grey */
    border-top: 16px solid #3a8be1; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#modal-holder {
    top: calc(50% - 30px);
    transform: translateY(-50%);
}

#LoadingModal .modal-body {
    display: flex;
}

.ball-container {
    margin: auto;
}

.loader {
    border: 16px solid #d1d1d1; /* Light grey */
    border-top: 16px solid #3a8be1; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#modal-holder {
    top: calc(50% - 30px);
    transform: translateY(-50%);
}

.chart-wrapper, .report-filter-wrapper {
    margin: 0 0 20px 230px;
}

.question-holder {
    padding: 10px 0 20px 0;
}

div#answer-index {
    padding: 20px 0 10px 0;
}

.average-widget {
    background-color: #fff;
    margin: 30px 0 15px 0;
    padding: 30px;
    text-align: center;
}

.thickLine {
    height: 3px !important;
}

div#taReportAdvancedSearch .col-lg-4.custom-row-column {
    display: inline-block;
}
/*-- Aruna Edits END --*/
.noUpdatesAllowed {
    padding: 20px 0px 0px;
    font-style: italic;
}

.resourceLibraryImageWrapper {
    min-height: 50px;
    text-align: center !important;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 0px;
    background-position: center;
}

.input-rounded {
    border-radius: 50rem !important;
}

.flexContainer {
    display: flex;
    flex-wrap: nowrap;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

    .pagination a.active {
        background-color: dodgerblue;
        color: white;
    }

    .pagination a:hover:not(.active) {
        background-color: #ddd;
    }

.facss {
    position: absolute;
    margin-top: 13px;
    margin-left: 13px;
}

div.summaryTitle {
    color: #052162 !important;
}

.store-image-preview {
    max-width: 200px !important;
}

.store-tile-button {
    margin: 0px !important;
    width: 100%;
}
.store-tile-text {
    font-size: 1.1rem;
    float: left;
    margin-right: 8px;
    white-space: nowrap;
}
.store-tile-owned {
    font-size: 1.1rem;
    color: rgba(var(--bs-success-rgb));
    text-align: center;
}
.store-tile {
    transition: .1s;
}
    .store-tile:hover {
        -ms-transform: scale(1.02); /* IE 9 */
        -webkit-transform: scale(1.02); /* Safari 3-8 */
        transform: scale(1.02);
    }
.cart-wrapper {
    position: fixed;
    display: inline-block;
    right: .25%;
    top: 2%;
    z-index: 10;
    font-size: .75rem;
}

.cart {
    color: black;
    font-size: 2.5rem;
    position: relative;
}

.cart-bubble {
    position: absolute;
    left: 10px;
    z-index: 11;
    background-color: rgb(255, 0, 0, 0.95);
    color: white;
    font-size: 1rem;
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    text-align: center;
    padding-top: .25rem;
}
.cart-wrapper-mobile {
    display: none;
}

.cart-text {
    display: inline;
    color: #fff;
}
.inner-mobile-cart-wrapper {
    z-index: 10;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #052162;
    padding: 10px;
    text-align: center;
    font-size: 1.25rem;
    color: white;
}

@media (max-width: 768px) {

    .cart-wrapper {
        display: none;
    }
    .cart-wrapper-mobile {
        display: inline-block;
    }
}
.dropdownblock {
    position: absolute;
    z-index: 1;
    background-color: aliceblue;
    border: 1px solid black;
    border-radius: 5px;
    padding: 2px;
    color: black;
}
.dropdown-arrow {
    color: white;
}
.contactCustomImageWrapper {
    min-height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}

    .contactCustomImageWrapper img {
        max-width: 100%;
        max-height: 100%;
    }

.k-filter-menu .k-filter-menu-container {
    width: 300px !important;
    height: 550px !important;
}

/* General Tab Styles */
.nav-tabs > li > a,
ul.k-reset.k-tabstrip-items li {
    background-color: #EFEFEF;
    color: #052162;
    border-radius: 10px 10px 0 0 !important;
    display: inline-block !important;
    padding: 10px 20px !important;
}

/* Active Tab Styles */
.nav-tabs > li.active > a {
    background-color: #052162 !important;
    color: #FFFFFF !important;
}

/* Hover Styles */
.btn-primary:hover,
.btn-action:hover,
.k-grid-top button:hover,
.quickDateInput {
    color: #052162 !important;
    background-color: #F7AF40 !important;
}

/* Add spacing between tabs */
.nav-tabs > li:not(:first-child) {
    margin-left: 5px;
}
/*Wrapping/over flow*/
.nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.price-wrapper {
    color: darkslategray !important;
}
.price {
    color: darkorange;
}
.changed-price {
    text-decoration: line-through;
    color: gray;
}
.higher-price {
    color: red;
}
.lower-price {
    color: green;
}
.notice-triangle {
    color: darkorange;
    font-weight: bold;
}
.k-grid td {
    white-space: normal !important;
    word-wrap: break-word;
}
.k-grid-header th {
    white-space: normal !important;
    word-wrap: break-word;
    vertical-align: top;
}
.dropdowndivCss span[id^="arrow_"] i {
    color: white !important;
}
button.k-button.k-primary[title="Filter"] {
    color: #000000 !important;
}
