<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header, footer, nav, section {
    display: block;
}
a {
    text-decoration: underline;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}
legend {
    font-size: 1.2em;
    font-weight: bold;
}
textarea {
    min-height: 75px;
}
.editor-label {
    margin: 1em 0 0 0;
}
.editor-field {
    margin: 0.5em 0 0 0;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}
.field-validation-valid {
    display: none;
}
.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}
.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}
.validation-summary-valid {
    display: none;
}

/* DataTables Responsive With FontAwesome override */
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr &gt; td:first-child:before,
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr &gt; th:first-child:before {
    display: block;
    position: absolute;
    font-family:"FontAwesome";
    content:'\f055';
    color: #31b131;
    font-size:20px;
}
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr.parent &gt; td:first-child:before,
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr.parent &gt; th:first-child:before {
    font-family:"FontAwesome";
    content:'\f056';
    color:#d33333;
    font-size:20px;
}
table.dataTable.dtr-column &gt; tbody &gt; tr &gt; td.control:before,
table.dataTable.dtr-column &gt; tbody &gt; tr &gt; th.control:before {
    display: block;
    position: absolute;
    font-family: "FontAwesome";
    content: '\f055';
    color: #31b131;
    font-size:20px;
}
table.dataTable.dtr-column &gt; tbody &gt; tr.parent td.control:before,
table.dataTable.dtr-column &gt; tbody &gt; tr.parent th.control:before {
    font-family: "FontAwesome";
    content: '\f056';
    color: #d33333;
    font-size:20px;
}
.policy {
    font-weight: bold;
    font-size: 1.1em;
}
/*a.policy:hover {
    color: #EC7A08;
}*/
.button {
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.kudos_text {
    font-size: 1.2em;
    margin: 1em 1em;
    text-align: center;
}

/* IHOP Inline Styles */
input[type="search"] {
    font-size: 1.3em;
}

#txtSearchUTMB {
    font-size: 0.875em;
}

.resultUrl {
    color: #006621;
    word-wrap: break-word;
}

.resultTitle {
    margin-bottom: 0;
}

.pagination li a {
    border: 1px solid lightgray;
    background-color: #f2f4f5;
    padding: 0.15em 0.75em 0.15em;
}

.searchContainer {
    margin-top: 0.5em;
}

.searchBox {
    padding-left: 0;
    padding-right: 0;
}

#q {
    margin-bottom: 5px;
}

.searchButton {
    font-size: 1.3em;
    height: 2.31em;
    border-radius: 0;
    margin-left: -1px;
    border-color: #ec7a08;
    background: rgb(236,122,8);
    background: rgba(236,122,8,0.8);
    padding: 0;
    width: 100%;
}

.searchIntro {
    margin-top: 1em;
    margin-bottom: 2em;
    background: rgb(217,217,217);
    background: rgba(61,126,219,0.1);
}

.pagination li.active a {
    background: rgb(236,122,8);
    background: rgba(236,122,8,0.1);
}

.pagination li {
    margin-bottom: 0.875em;
}

#table-container {
    display: none;
}

.search-dropdown {
    font-size: 0.875em;
    height: 30px;
    margin-bottom: 0;
}

.search-bar {
    background-color: #efefef;
    margin: 20px 0;
    padding: 6px;
    border: 0.1em solid lightgray;
    max-width: none;
    height: 45px;
}

/*.policy-search {
    height: 30px !important;
    margin-bottom: 0 !important;
}*/

/*.clear-button {
    border-color: #ec7a08;
}*/

tr.group, tr.group:hover {
    /*background-color: #bbbbbb !important;*/
    background-color: #444444 !important;
    font-weight: bold;
    font-size: x-large;
}

/*td.groupCell {
    padding: 10px 18px !important;
    color: #ffffff;
}*/

/*.dataTables_wrapper table thead {
    display: none;
}*/

.status {
    text-align: center;
}

#tblTOC tbody tr td {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    color: #444444;
}
#tblTOC tbody tr.group td.groupCell {
    padding-left: 16px;
    color: #ffffff !important;
}

table.dataTable tr.thead-row td.dt-control:before {
    background-color: red !important;
}

a.lnk-comment-icon {
    display: block;
    height: 44px;
    width: 44px;
    line-height: 44px;
    padding: 0;
    margin: 0;
    text-align: center;
}
a.lnk-comment-icon i {
    /*line-height: 44px;*/
    margin-bottom: 6px;
}

.commentIcon {
    text-align: center;
}
.btn-a11y {
    text-align: center;
    min-width: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
}

.definition_wrapper {
    margin-top: 1em;
    min-height: 24em;
}

.definition {
    font-size: 1.6em;
    padding: 1.6em;
    line-height: 1.8em;
    color: gray;
}

.policyDefinition {
    font-size: 1em;
}

.comment {
    padding: 20px !important;
    font-size: 1.1em;
}

.col-date {
    text-align: center;
    width: 6em;
    font-size: 1.1em;
}
.count {
    text-align: right;
}

.total {
    font-weight: bold;
}

/* IHPO Admin Inline Styles */

/*label {
    font-size: 1.2em;
}

input[type="text"], textarea {
    font-size: 1.1em;
}

#txtSearchUTMB {
    font-size: 0.875em;
}

textarea {
    height: 16em;
}*/





/* IHOP Home MarComm UI Refinement 9/24 @mgcooper */
.ihop-page-title {
    margin: 30px 0 20px;
    text-align: center;
}
.ihop-page-title h1 .subtitle {
    color: #444;
    font-size: 1.44rem;
}

    .ihop-page-title h1 .subtitle a {
        text-decoration: underline;
        color: #1b5196;
        font-size: 1.22rem;
    }

        .ihop-page-title h1 .subtitle a:hover,
        .ihop-page-title h1 .subtitle a:active,
        .ihop-page-title h1 .subtitle a:focus {
            color: #da1f12;
        }

.ihop-search-container {
    margin-bottom: 100px;
    font-size: .9rem;
}

.ihop-admin-container {
    margin-bottom: 100px;
    font-size: .9rem;
}
.ihop-admin-inner-container {
    padding-left: 50px;
    padding-right: 50px;
}

.ihop-admin-lead,
.ihop-toc-lead,
.ihop-search-lead {
    padding: 5px;
}

@media (min-width: 959px) {
    .ihop-search-lead {
        column-count: 2;
        column-gap: 40px;
    }
}

.ihop-search-form {
    font-size: .9rem;
}

    .ihop-search-form label {
        display: block;
        margin-bottom: 10px;
    }

    .ihop-search-form select option:hover {
        background: #da1f12 !important;
        color: #fff;
    }

.ihop-search-container div.dt-container .dt-info,
.ihop-search-container div#tblTOC_wrapper.dataTables_wrapper div#tblTOC_info.dataTables_info,
.ihop-search-container .dataTables_paginate {
    font-size: .9rem;
}

.ihop-search-container table.dataTable thead tr th,
.ihop-search-container table.dataTable tbody tr td {
    color: #444 !important;
}

/*.ihop-search-container table.dataTable thead &gt; tr &gt; th.dt-ordering-asc span.dt-column-order:before {
    display: none;
}*/

.ihop-search-container table.dataTable thead tr th.dt-control,
.ihop-search-container table.dataTable tbody tr td.dt-control {
    max-width: 3% !important;
    width: 3% !important;
    padding-left: 0;
    padding-right: 0;
}

.ihop-search-container table.dataTable tbody tr td div {
    padding: 10px 10px 10px 40px;
}

table#tblCounts caption,
table#tblTOC caption,
table#tblDef caption {
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.44rem;
    font-weight: 500;
    text-align: center;
    font-family: "Roboto Condensed", "Helvetica Neue 2", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: #333;
}
.policy-counts table#tblCounts caption {
    margin-top: 0;
}

table#tblDef a {
    font-size: 1rem;
    font-weight: bold;
}

.ihop-definition {
    padding: 30px;
    font-size: 1rem;
}
.ihop-definition,
.ihop-back-to-defs {
    padding: 30px 50px;
    font-size: 1rem;
}
.ihop-definition {
    font-size: 1.1rem;
    line-height: 1.5;
}
.ihop-open-comment table#tblTOC caption {
    margin-top: 0;
}

.ihop-login .ihop-login-header {
    text-align: center;
}
.ihop-login .ihop-login-header h1 {
    margin-bottom: 0;
}
.ihop-login .ihop-login-header p {
    margin-top: 0;
}

.ihop-login .row {
    margin-bottom: 10px;
}
.ihop-login label {
    font-weight: bold;
    font-size: .9rem;
    margin-bottom: 5px;
}
.ihop-login .input-validation-error,
.ihop-login .field-validation-error,
.ihop-login .message-error {
    color: #da1f12;
    font-size: .9rem;
}

.ihop-admin-page-title {
    margin-left: 3px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 0;
}
    .ihop-admin-page-title h1 {
        border-left: 2px solid #da1f12;
        padding: 0 0 0 12px;
        margin: 0;
        line-height: 53px;
    }
.ihop-admin-page-title h1 span {
    color: #da1f12;
    font-size: 2.22rem;
}
.ihop-admin-page-title h1 .subtitle {
    color: #444;
    font-size: 1.44rem;
}
    .ihop-admin-page-title h1 .subtitle a {
        text-decoration: underline;
        color: #1b5196;
        font-size: 1.22rem;
    }
        .ihop-admin-page-title h1 .subtitle a:hover,
        .ihop-admin-page-title h1 .subtitle a:active,
        .ihop-admin-page-title h1 .subtitle a:focus {
            color: #da1f12;
        }

.ihop-admin-container .uk-textarea {
    height: 16rem;
}

.ihop-admin-container .list-link-card .list-link-card-container {
    border-left: 1px solid #da1f12;
}
.ihop-admin-container .list-link-card .list-item-title span.list-item-title-icon {
    color: #da1f12;
}
.ihop-admin-container .list-link-card .list-link-card-container:hover .list-item-title .list-item-title-text {
    color: #da1f12;
    text-decoration: underline;
}
.dataTables_filter {
    margin-bottom: 15px;
}
.dataTables_filter label {
    font-size: .9rem;
    font-weight: bold;
}

table.dataTable tr.thead-row td.dt-control:before {
    display: none;
    box-sizing: border-box;
    content: "";
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
}

table.dataTable thead &gt; tr &gt; td.dt-orderable-asc,
table.dataTable thead &gt; tr &gt; td.dt-orderable-desc {
    font-weight: bold;
    font-size: .9rem;
    color: #444;
}


/* Interim Layout Fix A11Y 9/24 */
#hgroup .header-site-title,
#hgroup .header-site-subtitle {
    min-height: 44px;
    line-height: 44px !important;
}


body.design-mode-modern #header #hgroup a.header-site-title:hover,
body.design-mode-modern #header #hgroup a.header-site-title:active,
body.design-mode-modern #header #hgroup a.header-site-title:focus {
    border-bottom: 0 !important;
    text-decoration: underline double;
}

#explore .nav-menu li a {
    min-height: 44px;
    line-height: 44px !important;
}

#explore .nav-menu li[data-item-id="exploreSearch"] a {
    min-width: 44px;
    text-align: center;
}</pre></body></html>