html {
    height: 100%;
    font-size: 14px;
}

body {
    height: 100%;
    display: flex;
    flex-flow: column;
    line-height: 20px !important;
    background-color: #fdfdff;

    font-family: Helvetica,"Helvetica Neue",Arial,"Segoe UI",system-ui,-apple-system,"Liberation Sans","Noto Sans",sans-serif;
}

main {
    flex: 1 0 auto;
}

.navbar-toggler-icon {
    color: #FFFFFF;
}

.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

.skipLink {
    display: block;
    position: absolute;
    left: -999px;
    top: -999px;
}

.skipLink:focus {
    left: 0;
    top: 0;
    padding: 3px;
    background: #ffc;
    position: static;
}

div[class*="col-"]{
    display: flex;
    flex-direction: column;
}

.panel {
    background-color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    border: 1px solid #eaeafa;
    box-shadow: #eaeafa 1px 1px 2px;
}

.eq {
    flex: 1 0 auto;
}

.panel ul {
    padding: 0;
}
.panel li {
    list-style: none;
}

.micard {
    background-color: #ffffff;
    border: 1px solid #eaeafa;
    box-shadow: #eaeafa 1px 1px 2px;
}
.micard ul {
    padding: 0;
}
.micard li {
    list-style: none;
    border-bottom: 1px solid #eaeafa;
    font-size: 1.05rem;
}
.micard li:last-of-type {
    border-bottom: 0 !important;
}
.micard li a, .micard li label {
    width: 100%;
    display:block;
    padding: 7px;
    padding-left: 10px;
}
.micard li:hover a {
    color: #FFFFFF;
    background-color: #224882;
}
.micard li:hover a:active {
    background-color: #1A355B;
    text-decoration: underline;
}
.micard li a:focus-visible {
    color: #FFFFFF;
    background-color: #224882;
    border-left: 2px solid #0264F7 !important;
    border-right: 2px solid #0264F7 !important;
    border-top: 1px solid #0264F7 !important;
    border-bottom: 1px solid #0264F7 !important;
}
.micard>ul>li>a.primarySponsor:focus-visible {
    border-top: 2px solid #0264F7 !important;
    border-right: 2px solid #0264F7 !important;
}
.micard li:last-of-type a:focus-visible {
    border-bottom: 2px solid #0264F7 !important;
}
.micard li a:hover {
    text-decoration: none;
}

.micard>ul>li>a.primarySponsor {
    border-left: 4px solid #0264F7 !important;
}

@media (max-width: 991px)
{
    .swap {
        flex-direction:column-reverse;
    }
}
@media (max-width: 1199px)
{
    .skipToFrontLgMinus {
        order: 0;
    }
}
@media (min-width: 1200px)
{
    .skipToFrontLgMinus {
        order: 3;
    }
}

.delim {
    margin-left: 5px;
    margin-right: 5px;
    color: #cccccc;
}

nav, .navbar {
    background-color: #224882;
    color: #FFFFFF;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    align-self: flex-start;
}

.navbar-toggler-icon {
    color: #FFFFFF;
}

ul.dropdown-menu {
    background: #fdfdff;
    color: #FFFFFF;
}

.dropdown-item, .dropdown-item:visited, a.dropdown-item, a.dropdown-item:visited {
    color: #1a355b;
}

.dropdown-item:hover {
    background-color: #224882 !important;
    color: #FFFFFF !important;
    text-decoration: none;
}

.dropdown-item:active, .dropdown-item:focus-visible {
    background-color: #1A355B !important;
    color: #FFFFFF !important;
    text-decoration: underline;
}

.dropdown-menu li {
    border-bottom: 1px solid #eaeafa;
}
.dropdown-menu li:last-of-type {
    border-bottom: 0 !important;
}

.banner {
    background-color: #1A355B;
    color: #FFFFFF;
}
.banner h1 {
    font-family: Georgia, serif;
    font-variant: small-caps;
}
.banner h1 a {
    color: white;
    text-decoration: none;
}
.banner h1 a:hover {

}
.banner-center {
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 24px;
}
.banner-bottom {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width: 768px)
{
    .banner-bottom {
        display:flex;
    }
    .banner-left {
        text-align: left;
        flex: 1 0 auto;
    }
    .banner-right {
        text-align: right;
        flex: 1 0 auto;
    }
}
@media (max-width: 767px)
{
    .banner-bottom {
        text-align: center;
        padding-top: 5px;
    }
    .banner-left {
        width: 100%;
        text-align: center;
    }
    .banner-right {
        text-align: center;
        width: 100%;
    }
}

.recentActivity {
    overflow-x: hidden;
    overflow-y: scroll;
}
@media (min-width: 1400px)
{
    .recentActivity {
        max-height: 279px;
    }
}
@media (max-width: 1399px)
{
    .recentActivity {
        max-height: 279px;
    }
}
@media (max-width: 1199px)
{
    .recentActivity {
        max-height: 282px;
    }
}
@media (max-width: 991px)
{
    .recentActivity {
        max-height: 400px;
    }
}

.quickSearch {
    display: flex;
    flex-direction: column;
}
.quickSearch label {
    font-size: 20px;
    margin-bottom: 7px;
}
.quickSearch .top {
    display: flex;
    flex-direction:row;
    flex: 1 0 auto;
    align-items:center;
}

.quickSearch .left {
    flex: 1 0 auto;
    margin-right:10px;
}
.quickSearch .right {
    flex: 1 0 auto;
}

.quickSearch .bottom {
    font-size: small;
}

@media(max-width: 1199px) and (min-width: 992px)
{
    .quickSearch .top {
        display: block;
    }
    .quickSearch .left {
        margin-right: initial;
    }
    .quickSearch .right {
        margin-top: 10px;
    }

    .panel.eq {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .panel.eq > ul {
        flex: 1 0 auto;
        display: flex;
        flex-direction: column;
    }
    .panel.eq > ul > li {
        flex: 1 0 auto;
    }
}
@media(max-width: 575px)
{
    .quickSearch .top {
        display: block;
    }
    .quickSearch .left {
        margin-right: initial;
    }
    .quickSearch .right {
        margin-top: 10px;
    }
}

.searchBar {
    display: flex;
    flex-direction: row;
}
.searchBar input{
    flex: 1 0 auto;
}
.searchBar button{
}

h2 {
    text-decoration: underline;
    text-decoration-color: #0264f7;
    text-decoration-thickness: 4px;
    text-underline-offset: 9px;
    padding-top: 10px;
    line-height:1.5;
}

h3 {
    padding-top: 11px;
}

h4 {
}

h5 {
    margin: 0;
    padding-top:9px;
}

h1 .subHead {
    padding-left: 7px;
}
h1 .subHead, h1 .subHead label {
    font-size: 1.75rem;
}

.btn-primary {
    background-color: #224882;
    border-color: #224882;
}

a {
    text-decoration: none;
    color: #0264f7;
}
a:hover {
    text-decoration: underline;
    color: #0264f7;
}
a:active
{
    color: #1A355B;
}
a:visited {
    color: #681da8;
}

a.btn {
    color: #FFFFFF;
    text-decoration: none;
}

.noUnderline:hover
{
    text-decoration: none;
}

.syn-icon {
    height: 20px;
    width: 20px;
}

.footer {
    position: initial !important;
    white-space: normal !important;
    line-height: initial !important;
}

footer p {
    max-width: 100%;
    font-size: small;
    text-align: justify;
}

.footer a {
    white-space: nowrap !important;
}

th, td.notATh {
    border-bottom-color: #0264f7 !important;
    border-bottom-width: 2px !important;
}

table.calendar, table.calendar td, table.calendar th {
    border: 2px solid #eaeafa;
    border-collapse:unset;
    background: #FFFFFF;
    text-align: center;
}

table.calendar td {
    width: 20%;
}

ul {
    margin-bottom: 0;
}

.panel-left {
    margin-left: auto;
    margin-right: 10px;
    display: inline-block;
    flex: 1 0 auto;
}
.panel-right {
    margin-left: 10px;
    margin-right: auto;
    display: inline-block;
    flex: 1 0 auto;
}

.indented {
    padding-left: 2em;
}

.sortingArrow:hover {
    text-decoration: none;
}

.tableScrollWrapper {
    width: 100vw;
    max-width: 100%;
    overflow-x: auto;
}

.collapsible { }
.collapsible+div {
    display: none;
}
.collapsible.open+div {
    display:block;
}

@media (min-width: 1200px)
{
    h2.michiganManualHeading {
        font-size: 1.75rem;
    }
}
@media (max-width: 1199px)
{
    h2.michiganManualHeading {
        font-size: calc(1.125rem + 0.9vw);
    }
}
@media (max-width: 767px)
{
    h2.michiganManualHeading {
        text-underline-offset: 2px;
    }
}

.michiganManualHeading+div {
    padding-left: 2em;
}

.smallScreenDisclaimer, .extraSmallScreenDisclaimer {
    display: none;
}

/*md+ >= 768*/
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

/*md- < 992*/
@media (max-width: 991px) {
    .smallScreenDisclaimer {
        display: initial;
    }
}

.narrow {
    max-width: 350px;
}

@media (max-width: 470px){
    .narrow {
        max-width: 200px;
    }
}

@media (min-width: 576px) {
    fieldset {
        padding-top: 4px;
    }
    div.fieldset {
        padding-top: 4px;
    }
}
@media (max-width: 575px)
{
    fieldset {
        padding-top: 6px;
    }
    div.fieldset {
        padding-top: 6px;
    }
    .extraSmallScreenDisclaimer {
        display: initial;
    }
}

fieldset label {
    padding-top: 4px;
}

div.fieldset label {
    padding-top: 4px;
}

legend, .legend {
    font-size: 1.125rem;
    font-weight: bold;
}

label {
    font-size: 1.0625rem;
}

fieldset.noLegend {
    padding-top: unset;
}

fieldset.noLegend label {
    padding-top: unset;
}

.selected {
    font-weight: bold;
}

.required {
    font-size:small;
    font-weight:normal;
    color: #A80000;
}

.red {
    color: #A80000;
}
.blue {
    color: #0000FF;
}
.green {
    color: #006800;
}

.billDocRow {
    white-space:nowrap;
    max-width: 100%;
}
.billDocRow > div {
    display: inline-block;
    vertical-align: top;
}
.billDocRow .pdf, .billDocRow .html {
    width: 25px;
}
.text {
    white-space: normal;
    max-width: 80%;
}

[class^="formRow"] {
    padding-bottom: 5px;
}
[class^="formRow"] > .formLeft {
    font-weight: bold;
    vertical-align: top;
}
[class^="formRow"] > .formRight {
}
[class^="formRow"] > .formRight > input {
    width: 250px;
}

.formRow-12 > .formLeft {
    width: 250px;
}
.formRow-6 > .formLeft { }
.formRow-5 > .formLeft { }
.formRow-4 > .formLeft { }

@media(max-width: 575px) { /*xs*/

    [class^="formRow"] > .formLeft {
        text-align: left;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    [class^="formRow"] > .formRight {
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .formRow-12 > .formLeft {
        width: 250px;
    }
    .formRow-12 > .formRight {
        width: 250px;
    }
    .formRow-12 > .formRight > textarea {
        width: 250px;
    }

    .formRow-6 > .formLeft {
        width: 250px;
    }
    .formRow-6 > .formRight {
        width: 250px;
    }

    .formRow-4 > .formLeft {
        display: block;
        text-align: left;
        width: 100%;
    }
    .formRow-4 > .formRight {
        display: block;
        width: 100%;
        text-align: left;
    }
    .formRow-4 > .formRight > input {
        max-width: 320px;
    }
    .formRow-4 > .formRight > select {

    }

}

@media(min-width: 576px) { /*sm*/
    .formRow-12 > .formLeft {
        display: inline-block;
        text-align: right;
    }
    .formRow-12 > .formRight {
        display: inline-block;
        text-align: left;
        padding-left: 7px;
        width: 250px;
    }
    .formRow-12 > .formRight > input {
        width: 250px;
    }
    .formRow-12 > .formRight > textarea {
        width: 250px;
    }

    .formRow-6 > .formLeft {
        display: block;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        width: 250px;
    }
    .formRow-6 > .formRight {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 250px;
    }
    .formRow-6 > .formRight > input {
        width: 250px;
    }
}
@media(min-width: 768px) { /*md*/
    .formRow-12 > .formRight {
        width: 330px;
    }
    .formRow-12 > .formRight > textarea {
        width: 330px;
    }
    .formRow-12 > .formRight > input {
        width: 330px;
    }

}
@media(min-width: 992px) { /*lg+*/
/*    .formRow-12 > .formRight {
        width: 430px;
    }*/
    .formRow-12 > .formRight > textarea {
        width: 430px;
    }
    .formRow-12 > .formRight > input {
        width: 430px;
    }

    .formRow-6 > .formLeft {
        display: inline-block;
        text-align: right;
        width: 150px;
    }
    .formRow-6 > .formRight {
        display: inline-block;
        text-align: left;
        width: 250px;
        padding-left: 7px;
    }
    .formRow-6 > .formRight > input {
        width: 250px;
    }

    .formRow-5 > .formLeft {
        display: block;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        width: 250px;
    }
    .formRow-5 > .formRight {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 250px;
    }
    .formRow-5 > .formRight.lg-left {
        text-align: left;
    }

    .formRow-4 > .formLeft {
        display: inline-block;
        text-align: right;
        width: 100px;
    }
    .formRow-4 > .formRight {
        display: inline-block;
        text-align: left;
        width: 250px;
        padding-left: 7px;
    }
    .formRow-4 > .formRight > input {
        width: 250px;
    }

}
@media(min-width: 1200px) { /*xl+*/
    .formRow-5 > .formLeft {
        display: inline-block;
        text-align: right;
        width: 150px;
    }
    .formRow-5 > .formRight {
        display: inline-block;
        text-align: left;
        width: 250px;
        padding-left: 7px;
    }
    .formRow-5 > .formRight > input {
        width: 250px;
    }
}

[class^="formRow"] > .formRight > input[type="checkbox"] {
    width: initial;
}

.calendarRow {
    width: 100%;
    padding-bottom: 5px;
}
.calendarRow .formLeft {
    font-weight: bold;
    vertical-align: top;
}
.calendarRow .formRight {
}
.recentCalendars {
    width: initial;
    margin-left: initial;
    margin-right: initial;
}

@media(min-width: 320px) {
    .recentCalendars {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .calendarRow {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .calendarRow .formLeft {
        display: block;
        text-align: left;
        width: 100%;
    }
    .calendarRow .formRight {
        display: block;
        text-align: left;
        width: 100%;
    }
    .calendarRow > .formRight > input {
        width: 100%;
    }
 }
@media(min-width: 768px) {
    .calendarRow {
        width: 360px;
    }
    .calendarRow .formLeft {
        display: inline-block;
        text-align: right;
        width: 165px;
    }
    .calendarRow .formRight {
        display: inline-block;
        text-align: left;
        width: 170px;
        padding-left: 7px;
    }
    .calendarRow > .formRight > input {
        width: 170px;
    }
    .recentCalendars {
        width: initial;
        margin-left: initial;
        margin-right: initial;
    }
 }
@media(min-width: 992px) {
    .calendarRow {
        width: 480px;
    }
    .calendarRow .formLeft {
        display: inline-block;
        text-align: right;
        width: 165px;
    }
    .calendarRow .formRight {
        display: inline-block;
        text-align: left;
        width: 250px;
        padding-left: 7px;
    }
    .calendarRow > .formRight > input {
        width: 250px;
    }
    .recentCalendars {
        width: initial;
        margin-left: initial;
        margin-right: initial;
    }
 }
@media(min-width: 1200px) {
    .calendarRow {
        width: 380px;
    }
    .calendarRow .formLeft {
        display: inline-block;
        text-align: right;
        width: 165px;
    }
    .calendarRow .formRight {
        display: inline-block;
        text-align: left;
        width: 185px;
        padding-left: 7px;
    }
    .calendarRow > .formRight > input {
        width: 185px;
    }
    .recentCalendars {
        width: initial;
        margin-left: initial;
        margin-right: initial;
    }
 }
@media(min-width: 1400px) {
    .calendarRow {
        width: 440px;
    }
    .calendarRow .formLeft {
        display: inline-block;
        text-align: right;
        width: 165px;
    }
    .calendarRow .formRight {
        display: inline-block;
        text-align: left;
        width: 240px;
        padding-left: 7px;
    }
    .calendarRow > .formRight > input {
        width: 240px;
    }
    .recentCalendars {
        width: initial;
        margin-left: initial;
        margin-right: initial;
    }
 }

select.category {
    max-width: 90%;
}

.bold {
    font-weight:bold;
}

.small {
    font-size: small;
}

Emph {
    font-style: italic;
}

.highlight {
    background-color: #FFFF66;
    color: #000000;
}

dt::after {
    content: ": ";
}
dd {
    padding-left: 15px;
}

@media(min-width:768px){
    .h2SpacerMdPlus {
        padding-top: 58px;
    }
}

@media(max-width: 575px)
{
    .mobile{
        display: initial;
    }
    .desktop{
        display: none;
    }
}

@media(min-width: 576px)
{
    .mobile{
        display: none;
    }
    .desktop{
        display: initial;
    }
}

ul.notATable {
    padding: 0;
}

ul.notATable li {
    background: #fdfdff;
    list-style: none;
    padding: 8px;
    border-bottom: 1px solid rgb(222, 226, 230);
}

ul.notATable li:nth-child(odd) {
    background: #f2f2f2;
}

.struck {
    text-decoration:line-through;
}
.italics {
    font-style: italic;
}

code {
    font-family: monospace;
    color: #951D59;
}

.sticky {
    position: sticky;
    top:0;
    background-color: rgba(253,253,255, .80);
}

.searchSpecifier {
    cursor: help;
}

.inlinePlease > * {
    display: inline-block;
}

li.hiddenCard, li.showLessCard {
    display: none;
}


@media (min-width: 1400px) {
    .col-xxl-0 {
        display: none !important;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .col-xl-0 {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .col-lg-0 {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .searchByPAAffectedHelp {
         padding-left:215px;
    }
}
@media (max-width: 1199px) {
    .searchByPAAffectedHelp {
         padding-left:75px;
    }
}
