﻿/*.text-lg-right {
    text-align: right;
}*/

.biggerRadioCheck {
    min-height: 20px;
    min-width: 20px;
}

.WA-checkbox-border {
    float: right;
    width: auto;
    margin-left: 1rem;
}

.WA-header {
    font-size: 1.9rem;
}

.WA-alignitems-center {
    align-items: center;
}

.WA-locale-switcher {
    height: 1.75rem !important;
    margin-left: 5px;
    width: 13.5rem;
}

.WA-uppercase {
    text-transform: uppercase;
}

.WA-capitalize {
    text-transform: capitalize;
}

.form-control-plaintext {
    appearance: none;
}

.WA-locale-image {
    color: white;
    font-size: 1.95rem;
}

.WA-marginleft5 {
    margin-left: .5em;
}

.WA-padding-trimmed-vert {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.WA-input-group-cb {
    display: inline-flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.WA-header-banner {
    text-align: left;
    background-color: #508212;
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    align-items: flex-end;
    color: #FFFFFF;
    order: 2;
}

.WA-self-flexend {
    align-self: flex-end;
}


.WA-non-heading {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 150%;
    color: #162935;
}

.WA-notifications-bell {
    line-height: 1.65 !important;
}

.WA-notifications-stack {
    width: 1em;
    height: 1em;
}

.WA-notifications-count {
    text-align: center;
}

.WA-vert_align-middle {
    vertical-align: middle;
}

.WA-marginbottom-badge {
    margin-bottom: 0.4rem;
}

/*.WA-radio {
    accent-color: #0e3e4d;
}

.WA-radio :focus-visible {
    outline: max(2px, 0.15em) solid #65b6cf;
    outline-offset: max(2px, 0.15em);
}*/

.WA-radio-input {
    opacity: 0;
    z-index: -1;
    /*position: absolute;*/
}

.WA-radio-control {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    margin-right: 0.3em;
    display: inline-block;
    position: relative;
    border: 0.15em solid #cccccc;
    transition-property: border-color;
    transition-duration: 0.3s;
    vertical-align: middle;
}

    .WA-radio-control::before {
        content: '';
        inset: 3px;
        opacity: 0;
        border-radius: 50%;
        position: absolute;
        background-color: #0e3e4d;
        transition-duration: 0.3s;
    }

.WA-radio-control-container {
    padding-left: 0em;
    display: flex !important;
    flex-direction: row;
}

.WA-radio-control-label {
    display: flex;
}

.WA-radio-input:checked ~ .WA-radio-control {
    border: 0.25em solid #0e3e4d;
}

.WA-radio-focus {
    outline: max(2px, 0.4em) solid #bedee8;
    border: 0.15em solid #65b6cf;
    border-radius: 50%;
}

fieldset {
    display: contents;
}


.WA-radio-input:checked ~ .WA-radio-control::after {
    opacity: 1;
}

.WA-radio-input:checked ~ .WA-radio-control::before {
    opacity: 1;
}

/* adds to and overwrites fa-stack settings */
.fa-stack[data-count]:after {
    position: absolute;
    right: 50%;
    top: -10%;
    content: attr(data-count);
    font-size: 40%;
    padding: .4em;
    border-radius: 999px;
    line-height: .75em;
    color: white;
    background: red;
    text-align: center;
    min-width: 1em;
    font-weight: bold;
}

.WA-electedofficials-link {
    color: white;
    font-size: 1rem;
    padding: 0.5em
}

.WA-signout {
    display: flex;
    padding-top: 5.5px !important;
    padding-bottom: 5.5px !important;
}

.WA-signout-link {
    color: white;
    font-size: 1.15rem;
}

.WA-signout-image {
    color: white;
    font-size: 1.35rem;
    padding-top: 3px;
}

.WA-ssn-field {
    width: 10rem
}

.form-inline {
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.WA-form-inline-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.WA-cursor-pointer {
    cursor: pointer;
}

.WA-trail {
    /* stand-alone breadcrumb for small screens */
    margin-bottom: 3px;
    padding-bottom: 3px;
    display: none;
}

.WA-link-button {
    width: fit-content !important;
}

    .WA-link-button:link {
        color: #fff;
        text-decoration: none;
    }

    .WA-link-button:visited {
        color: #fff;
        text-decoration: none;
    }

    .WA-link-button:hover {
        color: #fff;
        text-decoration: none;
    }

    .WA-link-button:active {
        color: #fff;
        text-decoration: none;
    }

.WA-button-as-link {
    border: none;
    background: none;
    text-decoration: underline;
    font-weight: 600;
    color: #186881;
    padding-left: 0;
    padding-right: 0;
}
    .WA-button-as-link:visited {
        color: #186881;
    }

    .WA-button-as-link:hover {
        color: #0E3E4D;
    }

.WA-footer-buttons {
    width: 100% !important;
    text-align: center;
}

.WA-sos-statement {
    text-align: left;
}

.WA-textalign-left {
    text-align: left;
}

.WA-sos-image {
    width: 100% !important;
}

.WA-copyright {
    font-size: small;
    white-space: nowrap;
    text-align: end;
}

.WA-modal-header {
    border-bottom: 0 !important;
    padding: 0.5rem 0.5rem 0 0.75rem !important;
}

.WA-modal-title-text {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 1.25rem;
}

.WA-modal-button {
    padding: .075rem 0.5rem .05rem 0.5rem !important;
}

.WA-modal-body {
    padding: 0.5rem 0.75rem 0.75rem 0.75rem !important;
}

.WA-modal-footer {
    border-top: 0 !important;
    padding: 0.25rem !important;
}

.WA-toast-container {
    z-index: 11;
}

.WA-toast-header {
    background-color: rgba(255,255,255,.90) !important;
    border-bottom: 0 !important;
    padding: 0.5rem 0.5rem 0.25rem 0.5rem !important;
}

.WA-toast-header-text {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 1rem;
}

.WA-toast-button {
    padding: .075rem 0.5rem !important;
    margin-left: 0.5rem;
}

.WA-toast-body {
    background-color: rgba(255,255,255,.90) !important;
}

.WA-border {
    border: 1px solid #E8EAEB;
    display: inline-block;
    float: left;
}

.WA-inline-block {
    display: inline-block;
}

.WA-span-label {
    display: block;
    text-align: left;
    font-weight: bold;
}

.WA-ddl {
    appearance: auto;
    width: auto;
}

.WA-float-right {
    float: right
}

.WA-field-label {
    display: inline-block;
    text-align: left;
    font-weight: bold;
    float: left;
    align-content: center;
}

.WA-div-checkbox {
    display: inline-flex;
}

.WA-span-blockleft {
    display: block;
    text-align: left;
}

.WA-span-contentsleft {
    display: contents;
    text-align: left;
}

.WA-display-flowroot {
    display: flow-root;
}

.WA-span-inlineleft {
    display: inline;
    text-align: left;
}

.WA-overflow-anywhere {
    overflow-wrap: anywhere;
}

.WA-marginright35 {
    margin-right: 3.5em !important
}

.WA-float-left {
    float: left
}

.WA-tooltip {
    background-color: #0e3e4d;
    margin: 0em 0em 1em 0.4em;
}

.WA-blue {
    color: blue;
}

.WA-upload-label {
    font-family: 'Poppins';
    color: white;
    font-style: normal;
    /* font-weight: 600; */
    /* font-size: 1rem; */
    line-height: 100%;
    text-decoration: none;
    color: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 9px;
    width: fit-content;
    background: #186881;
    border-bottom: 4px solid #0E3E4D;
    border-radius: 2px;
    margin-left: 12px;
}

    .WA-upload-label:hover {
        color: #FFFFFF;
        background-color: #0E3E4D
    }

    .WA-upload-label:active {
        background-color: #0B323E;
        border: 4px solid #65B6CF;
    }

    .WA-upload-label:focus-visible {
        background-color: #0B323E;
        padding: .85rem 2rem;
        border: 6px solid #FFFFFF;
    }

.legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    width: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 10px 5px 10px;
    background-color: #ffffff;
    position: relative;
    bottom: -1.3em;
    left: 1em;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    min-width: fit-content;
}

.skip-link {
    background: #508212;
    color: #ffffff;
    border-radius: 3px;
    font-weight: 600;
    text-decoration: none;
    min-width: 220px;
    position: absolute;
    text-align: center;
    transform: translateY(-125%);
    transition: transform 0.15s;
}

    .skip-link:focus {
        transform: translateY(10%);
    }

    .skip-link:visited {
        color: #ffffff;
    }

    .skip-link:active {
        color: #ffffff;
    }

.smsCenter {
    display: block !important;
}

@media only screen and (min-width : 570px) {
    .smsCenter {
        display: block !important;
        margin: auto;
        width: 50%;
    }
}

.olvr-nav-panels {
    display: block !important;
}

/* common */
html {
    font-size: 1rem;
}

@include media-breakpoint-up(sm) {
    html {
        font-size: 1.2rem;
    }
}

@include media-breakpoint-up(md) {
    html {
        font-size: 1.4rem;
    }
}

@include media-breakpoint-up(lg) {
    html {
        font-size: 1.6rem;
    }
}


body {
    font-family: 'Poppins';
}

a {
    color: #186881;
}

    a:visited {
        color: #186881;
    }

    a:not(.small_button):hover {
        color: #0E3E4D;
    }

    a.small_button:hover {
        color: #FFFFFF;
    }

.bg-WA-dark-blue {
    background-color: #0E3E4D
}

.bg-WA-green {
    background-color: #508212
}

.bg-WA-green-font {
    color: #508212;
    font-weight: 600;
}

.bg-WA-red-font {
    color: darkred;
    font-weight: 600;
}

.nav {
    width: fit-content;
}

.nav-item {
    color: #fff;
    padding-left: 5px;
    width: fit-content;
}

.navbar-end {
    display: flex;
    align-items: center;
}

.breadcrumb-item {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    /*font-size: 20px;*/
    line-height: 140%;
    /* identical to box height, or 28px */
    /*text-decoration-line: underline;*/
    /* Brand/Teal */
    color: #186881;
}

    .breadcrumb-item active {
        color: #162935;
        text-decoration-line: none;
    }

.alert {
    color: #162935;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.alert-image {
    margin-left: -1.5rem;
    padding-right: 0.2rem;
}

.WA-alerts {
    display: none;
}

.WA-dialog {
    border-style: solid !important;
    background: #f0f8ff !important;
    padding: 0.5em 0.5em !important;
    box-shadow: 0px 0px 6px 0px black;
    border-color: #65B6CF !important;
    border-radius: 0.5em;
    border-width: 0.2em !important;
    outline: none;
    width: 26rem !important;
}

    .WA-dialog p {
        width: 18.5em;
    }

    .WA-dialog span {
        width: 18.5em;
    }

    .custom-dialog .ui-dialog-titlebar-close {
        float: right;
        display: inline-flex;
        background-color: #f0f8ff;
        border: none;
        padding: 0;
    }

    .custom-dialog .ui-dialog-titlebar-close > img {
        width: 2rem;
    }

    .custom-dialog button.ui-dialog-titlebar-close {
        width: 2rem;
        height: 2rem;
        top: 30.5%;
    }

    .custom-dialog {
        width: auto !important;
        padding: 0 !important;
        border: none !important;
    }

    .custom-dialog .ui-dialog-titlebar {
        text-align: left;
        font-weight: bold;
        padding-bottom: 0.5em;
        background: #f0f8ff;
        padding: .4em 0.1em !important;
    }

    .custom-dialog .ui-dialog-buttonpane {
        background: #f0f8ff;
        border: none;
    }

    .custom-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button {
        padding: 0.5rem 1.5rem !important;
    }

    /*body:not(.touch-device) .ui-dialog-titlebar-close {
    display: none;
}*/

    .custom-dialog .ui-dialog-content {
        font-size: 18px; /* Larger text in the dialog content */
    }

    .ui-front {
        z-index: 100;
    }

    .ui-widget-header {
        border: none !important;
    }

.WA-ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaaaaa;
    /*opacity: .003;
    filter: Alpha(Opacity=.3);*/ /* support: IE8 */
}

.WA-inline-block .input-group-text {
    padding: 0.475rem .75rem;
}

.WA-alert {
    padding: 0.5rem 0.5rem 0.5rem 1rem !important;
    border-width: 2px;
    border-radius: 3px;
}

.WA-alert-info {
    padding: 0.5rem 0.5rem 0.5rem 1rem !important;
    border: 2px solid #65B6CF;
    border-radius: 3px;
}

h1 {
    /* H1 - desktop */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 150%;
    /* identical to box height, or 54px */
    /* Brand/Dark 100 */
    color: #162935;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

h2 {
    /* H2 - desktop */
    font-style: normal;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 140%;
    /* identical to box height, or 45px */
    /* Brand/Dark 100 */
    color: #162935;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

h3 {
    /* H3 - desktop */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 150%;
    /* identical to box height, or 42px */
    /* Brand/Dark 100 */
    color: #162935;
    /* Inside auto layout */
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
}

h4 {
    /* H4,5,6 - desktop */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 150%;
    /* identical to box height, or 36px */
    /* Brand/Dark 100 */
    color: #162935;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.language {
    background-color: #0E3E4D;
}

.sidebar {
    background-color: #F0F0F0;
}

.button {
    /* BUTTON */
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    width: 100%;
    height: 61px;
    /* Brand/Teal */
    background: #186881;
    /* Brand/Navy */
    border-bottom: 4px solid #0E3E4D;
    border-radius: 2px;
    /* Inside auto layout */
    flex: none;
    order: 4;
    flex-grow: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    /* identical to box height, or 29px */
    /* Brand/White */
    color: #FFFFFF;
}

    .button:hover {
        color: #FFFFFF;
        background-color: #0E3E4D
    }

    .button:active {
        background-color: #0B323E;
        border: 4px solid #65B6CF;
    }

    .button:focus-visible {
        background-color: #0B323E;
        padding: .85rem 2rem;
        border: 6px solid #FFFFFF;
    }

.small_button {
    font-family: 'Poppins';
    color: white;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;
    text-decoration: none;
    /* identical to box height, or 24px */
    /* Brand/Teal */
    color: #FFFFFF;
    /* BUTTON */
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    width: fit-content;
    /* Brand/White */
    background: #186881;
    /* Brand/Teal */
    border-bottom: 4px solid #0E3E4D;
    border-radius: 2px;
}

    .small_button:hover {
        background-color: #0E3E4D
    }

    .small_button:active {
        background-color: #0B323E;
        border: 4px solid rgba(101, 182, 207, 0.4);
        border-radius: 2px;
    }

    .small_button:visited {
        color: white;
    }

.small_button_disabled {
    font-family: 'Poppins';
    color: white;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;
    text-decoration: none;
    color: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    width: fit-content;
    background: #186881;
    border-bottom: 4px solid #0E3E4D;
    border-radius: 2px;
    opacity: 0.3;
}


.small_button_white {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;
    text-decoration: none;
    color: #186881;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    background: #FFFFFF;
    border: 4px solid #186881;
    border-radius: 2px;
    margin: 0rem 0.5rem 0rem 0rem;
}

    .small_button_white:hover {
        color: #FFFFFF;
        background-color: #0E3E4D
    }

    .small_button_white:active {
        color: #FFFFFF;
        background-color: #0B323E;
        border: 4px solid #ffffff;
    }

    .small_button_white:focus-visible {
        color: #FFFFFF;
        background-color: #0B323E;
        border: 6px solid #ffffff;
        padding: .85rem 1.75rem;
    }

.small_button_white_disabled {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;
    text-decoration: none;
    color: #186881;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    background: #FFFFFF;
    border: 4px solid #186881;
    border-radius: 2px;
    opacity: 0.3;
    margin: 0rem 0.5rem 0rem 0rem;
}


.field-label {
    /* Field Label */
    height: 30px;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 30px */
    /* Brand/Dark 100 */
    color: #162935;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.quick-links-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    /* font-size: 20px;*/
    line-height: 150%;
    /* or 30px */
    text-decoration-line: underline;
    /* Brand/Teal */
    color: #186881;
}

.quick-links-info {
    /* Body md - mobile */
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    /* font-size: 16px;*/
    line-height: 150%;
    /* or 24px */
    /* Brand/Dark 100 */
    color: #162935;
}

.list-group-item {
    margin-bottom: 15px;
    border-radius: inherit;
    border-radius: inherit;
}

.link-dark {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    /*font-size: 20px;*/
    line-height: 100%;
    /* identical to box height, or 20px */
    display: flex;
    align-items: center;
    /* Brand/Teal */
    color: #186881 !important;
}

    .link-dark:hover {
        color: #186881 !important;
    }

.nav-link {
    padding: 0 !important;
    width: max-content;
}

.nav-button {
    color: #186881 !important;
    background: #ffffff;
    border: 0;
    border-bottom: 2px solid #ffffff;
    padding: .2rem .5rem .1rem 0;
    box-sizing: border-box;
}

    .nav-button:hover {
        background-color: #d1e1e6;
        border-bottom: 2px solid #65b6cf;
    }

.nav-button-active {
    color: #186881 !important;
    background: #EDF2E7;
    border: 0;
    border-bottom: 2px solid #508212;
    padding: .2rem .5rem .1rem 0;
    box-sizing: border-box;
}

.WA-selector {
    padding: 0 0.75rem !important;
}

.WA-selector-body {
    padding: 0.5rem !important;
}

.elections {
    border-left: 1px solid #E8EAEB;
    border-right: 1px solid #E8EAEB;
    border-bottom: 1px solid #E8EAEB;
}

.election-button {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    color: #186881 !important;
    background: #ffffff;
    border: 0;
    border-top: 1px solid #E8EAEB;
    border-bottom: 2px solid #ffffff;
    padding-top: .6rem;
    padding-bottom: .4rem;
}

    .election-button:hover {
        background-color: #d1e1e6;
        border-bottom: 2px solid #65b6cf;
        cursor: pointer;
    }

.election-button-active {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    color: #186881 !important;
    background: #EDF2E7;
    border-top: 1px solid #E8EAEB;
    border-bottom: 2px solid #508212;
    padding-top: .6rem;
    padding-bottom: .4rem;
}

.ballots {
    border-left: 1px solid #E8EAEB;
    border-right: 1px solid #E8EAEB;
    border-bottom: 1px solid #E8EAEB;
    padding-left: 0;
}

.ballotstatus {
    margin-left: 0.75rem !important;
}

.ballot-button {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    color: #186881 !important;
    background: #ffffff;
    border: 0;
    border-top: 1px solid #E8EAEB;
    border-bottom: 2px solid #ffffff;
    padding-top: .6rem;
    padding-bottom: .4rem;
}

    .ballot-button:hover {
        background-color: #d1e1e6;
        border-bottom: 2px solid #65b6cf;
        cursor: pointer;
    }

.ballot-button-active {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    color: #186881 !important;
    background: #EDF2E7;
    border-top: 1px solid #E8EAEB;
    border-bottom: 2px solid #508212;
    padding-top: .6rem;
    padding-bottom: .4rem;
}



.icon {
    float: left;
    font-weight: 900;
    font-size: 30px;
    line-height: 120%;
    /* identical to box height, or 36px */
    /* Brand/Teal */
    color: #186881;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.return_warning {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */
    /* Brand/Dark 100 */
    color: #162935;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.label {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    /* identical to box height, or 18px */
    display: inline;
    align-items: flex-end;
    /* Brand/Dark 70 */
    color: #5C6972;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.WA-label {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    /* identical to box height, or 18px */
    display: inline-flex;
    align-items: flex-end;
    /* Brand/Dark 70 */
    color: #5C6972;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}
/* Ballot Issuance Status Tracker */

.dds__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.dds__progress-bar {
    display: grid;
    color: #636363;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(3, auto);
    align-items: center;
    grid-row-gap: .25em
}

.dds__progress-bar__label, .dds__progress-bar__value {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .005em;
    line-height: 1.5rem;
    margin: 0;
    grid-row: 1;
    word-break: break-all;
    box-sizing: border-box
}

.dds__progress-bar__label {
    grid-column: 1
}

[dir=rtl] .dds__progress-bar__label {
    direction: rtl;
    text-align: right
}

.dds__progress-bar__value {
    grid-column: 2;
    text-align: right;
    padding: 0 0 0 .25em
}

[dir=rtl] .dds__progress-bar__value {
    padding: 0 .25em 0 0;
    direction: rtl;
    text-align: left
}

.dds__progress-bar__indicator {
    overflow: hidden;
    position: relative;
    height: 1rem;
    width: 100%;
    min-width: 12.625rem;
    background: #e1e1e1;
    grid-column: 1/-1
}

    .dds__progress-bar__indicator::before {
        content: "";
        display: block;
        position: absolute;
        height: inherit;
        background-color: #700000;
        width: 100%;
        left: -100%;
        transition: transform linear .5s
    }

[dir=rtl] .dds__progress-bar__indicator::before {
    left: initial;
    right: -100%
}

.dds__progress-bar__helper-text {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .005em;
    line-height: 1.25rem;
    grid-column: 1/-1;
    margin: 0
}

.dds__progress-bar--md .dds__progress-bar__label, .dds__progress-bar--md .dds__progress-bar__value {
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .005em;
    font-weight: 400
}

.dds__progress-bar--md .dds__progress-bar__indicator {
    height: .5rem
}

.dds__progress-bar--sm .dds__progress-bar__label, .dds__progress-bar--sm .dds__progress-bar__value {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .005em;
    line-height: 1.25rem
}

.dds__progress-bar--sm .dds__progress-bar__indicator {
    height: .25rem
}

.dds__progress-bar--indeterminate .dds__progress-bar__indicator::before {
    left: 0;
    width: 52%;
    transition: width cubic-bezier(0.7, 0.5, 0.35, 1) 3s;
    animation: progress-bar-indeterminate-move 10s linear infinite
}

[dir=rtl] .dds__progress-bar--indeterminate .dds__progress-bar__indicator::before {
    left: initial;
    right: 0;
    animation: progress-bar-indeterminate-move-rtl 10s linear infinite
}

.dds__progress-bar--start {
    grid-template-columns: fit-content(25%) auto fit-content(25%)
}

    .dds__progress-bar--start .dds__progress-bar__label, .dds__progress-bar--start .dds__progress-bar__indicator, .dds__progress-bar--start .dds__progress-bar__value {
        grid-row: 1
    }

    .dds__progress-bar--start .dds__progress-bar__label {
        grid-column: 1;
        padding: 0 .75em 0 0
    }

    .dds__progress-bar--start .dds__progress-bar__indicator {
        grid-column: 2
    }

    .dds__progress-bar--start .dds__progress-bar__value {
        grid-column: 3;
        padding: 0 0 0 .75em
    }

[dir=rtl] .dds__progress-bar--start .dds__progress-bar__label {
    direction: rtl;
    padding: 0 0 0 .75em
}

[dir=rtl] .dds__progress-bar--start .dds__progress-bar__value {
    direction: rtl;
    padding: 0 .75em 0 0
}

@keyframes progress-bar-indeterminate-move {
    0% {
        transform: translateX(-100%)
    }

    99.999% {
        transform: translateX(200%)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes progress-bar-indeterminate-move-rtl {
    0% {
        transform: translateX(100%)
    }

    99.999% {
        transform: translateX(-200%)
    }

    100% {
        transform: translateX(100%)
    }
}

.dds__progress-tracker {
    display: flex;
    flex: 1;
    list-style: none;
    padding: 0;
    min-width: 28.125rem
}

.dds__progress-tracker__item {
    flex: 1;
    position: relative
}

    .dds__progress-tracker__item:not(:last-child)::after {
        content: "";
        position: absolute;
        top: .6875rem;
        border-top: .375rem solid #6e6e6e;
        width: 100%;
        box-sizing: border-box;
        margin-left: 1.6875rem
    }

.dds__progress-tracker__circle {
    content: "";
    display: block;
    position: relative;
    height: 1.75rem;
    width: 1.75rem;
    border: .1875rem solid #6e6e6e;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1
}

.dds__progress-tracker__content {
    display: flex;
    flex-direction: column;
    margin-top: .5rem;
    gap: .5rem;
    width: calc(100% - 1rem);
    color: #6e6e6e;
    word-wrap: break-word
}

    .dds__progress-tracker__content a, .dds__progress-tracker__content button {
        text-decoration: none;
        width: fit-content
    }

    .dds__progress-tracker__content button {
        background-color: rgba(0,0,0,0);
        color: #700000;
        cursor: pointer;
        border: 0;
        padding: 0
    }

.user-is-tabbing .dds__progress-tracker__content button:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff,0 0 0 4px #00468b;
    border-radius: 2px
}

.dds__progress-tracker--in-progress .dds__progress-tracker__circle, .dds__progress-tracker--active .dds__progress-tracker__circle {
    border: .1875rem solid #700000
}

.dds__progress-tracker--in-progress .dds__progress-tracker__icon {
    position: absolute;
    display: block;
    height: 1rem;
    width: 1rem;
    background-color: #700000;
    border-radius: 50%;
    top: calc(50% - .5rem);
    left: calc(50% - .5rem)
}

.dds__progress-tracker__step-name {
    font-weight: 600;
    font-size: 1.2rem;
    color: #162935;
    border-style: solid;
    border-width: 0.15em;
    background: linear-gradient(155deg, darkgray, transparent, darkgray);
    white-space: nowrap;
}

.dds__progress-tracker__circle::before,
.dds__progress-tracker__circle::after {
    content: "";
    position: absolute;
    top: 0.5rem;
    bottom: 0.5rem;
    width: 0.6rem;
    background-color: black;
}

.dds__progress-tracker__circle::after {
    right: -0.7rem;
}

.dds__progress-tracker__circle::before {
    right: 1rem;
}

.dds__progress-tracker__circle__horizontal_end::after {
    width: 0rem;
}

.dds__progress-tracker__circle__horizontal_start::before {
    width: 0rem;
}

.step-status {
    font-weight: 600;
    color: #162935;
}

.dds__progress-tracker--complete .dds__progress-tracker__circle {
    background-color: green;
    border: .1875rem solid green
}

.dds__progress-tracker--complete:not(:last-child)::after {
    border-top: .375rem solid green
}

.dds__progress-tracker--complete .dds__progress-tracker__icon {
    display: block;
    position: absolute;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNkw0IDlMMTEgMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    background-position: center;
    background-repeat: no-repeat;
    background-size: .8125rem .625rem;
    height: 100%;
    width: 100%
}

.dds__progress-tracker--vertical {
    flex-direction: column;
    height: 100%
}

    .dds__progress-tracker--vertical > .dds__progress-tracker__item {
        display: flex
    }

        .dds__progress-tracker--vertical > .dds__progress-tracker__item:not(:last-child)::after {
            margin: 0;
            width: 0;
            height: 100%;
            border-top: initial;
            border-left: .375rem; /* solid #6e6e6e; */
            top: 1.6875rem;
            left: .6875rem
        }

        .dds__progress-tracker--vertical > .dds__progress-tracker__item.dds__progress-tracker--complete:not(:last-child)::after {
            border-color: green
        }

    .dds__progress-tracker--vertical .dds__progress-tracker__content {
        margin-top: 0;
        margin-left: .5rem;
        margin-bottom: 1rem
    }

.dds__progress-tracker--horizontal {
    display: flex;
    flex-direction: row;
    height: 100%
}

    .dds__progress-tracker--horizontal > .dds__progress-tracker__item {
        display: flex
    }

        .dds__progress-tracker--horizontal > .dds__progress-tracker__item:not(:last-child)::after {
            margin: 0;
            width: 0;
            height: 100%;
            border-top: initial;
            border-left: .375rem; /* solid #6e6e6e; */
            top: 1.6875rem;
            left: .6875rem
        }

        .dds__progress-tracker--horizontal > .dds__progress-tracker__item.dds__progress-tracker--complete:not(:last-child)::after {
            border-color: green
        }

    .dds__progress-tracker--horizontal .dds__progress-tracker__content {
        margin-top: 0;
        margin-left: .5rem;
        margin-right: .5rem;
        margin-bottom: 1rem
    }

.dds__progress-tracker--sm {
    font-size: .875rem;
    line-height: 1.5rem;
    letter-spacing: .005em;
    font-weight: 400
}

    .dds__progress-tracker--sm .dds__progress-tracker__circle {
        height: 1.375rem;
        width: 1.375rem;
        border: .125rem solid #6e6e6e
    }

    .dds__progress-tracker--sm .dds__progress-tracker__item:not(:last-child)::after {
        border-top: .25rem solid #6e6e6e;
        margin-left: 1.3125rem;
        top: .5625rem
    }

    .dds__progress-tracker--sm .dds__progress-tracker--complete:not(:last-child)::after {
        border-top: .25rem solid #700000
    }

    .dds__progress-tracker--sm .dds__progress-tracker--complete .dds__progress-tracker__icon {
        background-size: .625rem .5rem
    }

    .dds__progress-tracker--sm .dds__progress-tracker--complete .dds__progress-tracker__circle {
        border-color: #700000
    }

    .dds__progress-tracker--sm .dds__progress-tracker--in-progress .dds__progress-tracker__icon {
        height: .625rem;
        width: .625rem;
        top: calc(50% - .3125rem);
        left: calc(50% - .3125rem)
    }

    .dds__progress-tracker--sm .dds__progress-tracker--in-progress .dds__progress-tracker__circle, .dds__progress-tracker--sm .dds__progress-tracker--active .dds__progress-tracker__circle {
        border: .125rem solid #700000
    }

    .dds__progress-tracker--sm.dds__progress-tracker--vertical > .dds__progress-tracker__item:not(:last-child)::after {
        border-top: initial;
        margin: 0;
        top: 1.3125rem;
        border-left: .25rem solid #6e6e6e;
        left: .5625rem
    }

    .dds__progress-tracker--sm.dds__progress-tracker--vertical > .dds__progress-tracker__item.dds__progress-tracker--complete:not(:last-child)::after {
        border-color: #700000
    }

.dds__progress-tracker--vertical.dds__progress-tracker--sm .dds__progress-tracker--complete::after {
    border-top: initial
}

.olvr-tracking-panel {
    /*display: flex;*/
    justify-content: center;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
    margin-bottom: 0.4rem;
}

legend .badge-danger {
    margin-bottom: 0rem;
    vertical-align: text-top;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/*legend.legend > .badge {
    padding-block-end: 4.2px;
    padding-block-start: 4.2px;
    padding-bottom: 4.2px;
    padding-inline-end: 7.8px;
    padding-inline-start: 7.8px;
    padding-left: 7.8px;
    padding-right: 7.8px;
    padding-top: 4.2px;
    font-size: 12px;
    height: 20.375px;
    line-height: 12px;
    width: 20.3125px;
}*/

.height300 {
    height: 300px;
}

.signature-pad {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 40rem;
    height: 20rem;
    max-width: 1050px;
    max-height: 690px;
    min-width: 640px;
    min-height: 320px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
    padding: 16px;
}

    .signature-pad::before,
    .signature-pad::after {
        position: absolute;
        z-index: -1;
        content: "";
        width: 40%;
        height: 10px;
        bottom: 10px;
        background: transparent;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
    }

    .signature-pad::before {
        left: 20px;
        -webkit-transform: skew(-3deg) rotate(-3deg);
        transform: skew(-3deg) rotate(-3deg);
    }

    .signature-pad::after {
        right: 20px;
        -webkit-transform: skew(3deg) rotate(3deg);
        transform: skew(3deg) rotate(3deg);
    }

.signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f4f4f4;
}

    .signature-pad--body
    canvas {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
        border-style: groove;
    }

.signature-pad--footer {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 8px;
}

.signature-pad--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
}

.WA-pt-1em {
    padding-top: 1em;
}

/*#pnlTracker .WA-tracker a {
    margin-left:-20px;
}*/

/*#pnlTracker .WA-tracker a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    background-color: lightgreen;
    transform: translate(-50%, -50%);
    pointer-events: none;
}*/

.WA-tracker-anchor {
    text-align: center;
    position: relative;
}

.WA-tracker img {
    width: 100%;
    height: fit-content;
    object-fit: cover;
    cursor: default;
}

/*.WA-tracker img[src$='_Primed.png'],
    .WA-tracker img[src$='_Start.png'],
    .WA-tracker img[src$='_Middle.png'] {
        cursor: pointer;
    }

    .WA-tracker img[src$='_Inactive.png'] {
        cursor: default;
    }*/

.WA-tracker a {
    text-decoration: none;
}

.WA-tracker span a {
    text-decoration: none;
    color: black;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.WA-tracker span {
    width: 5rem;
    height: auto;
    object-fit: cover;
    cursor: default;
    text-wrap: nowrap;
    align-self: center;
    /*padding-left: 1em;*/
    font-weight: bold;
    /*position: relative;*/
}

.WA-tracker label {
    font-weight: bold;
}

.WA-tracker-step {
    display: flex;
    flex: 1
}


.WA-tracker {
    justify-content: center;
    --bs-gutter-x: 0rem !important;
    flex-wrap: nowrap;
    align-items: center;
    overflow: hidden;
    align-items: baseline;
}

.WA-opacity-half {
    opacity: .5;
}

.WA-clickable-rect {
    position: absolute;
    /*background-color: rgb(202, 90, 8, 0.72);*/
    cursor: pointer;
}

hr {
    opacity: 1;
}

.fontcolorblue {
    color: blue;
}

/* Tracker Styles */
@media only screen and (min-width : 1200px) {
    .WA-tracker {
        display: flex;
    }

    .WA-clickable-rect {
        top: 0;
        right: 0;
        width: 95%;
        height: 100%;
    }

    .WA-tracker-div {
        justify-items: center;
        align-content: center;
        text-align: center;
    }

    .WA-tracker-headerspan {
        font-family: monospace;
        font-size: 1.5em;
    }

    .WA-tracker-leftprimed {
        border-top: 1.4em solid transparent;
        border-bottom: 1.4em solid transparent;
        border-left: 0.6em solid #2B606B;
        float: left;
        margin-top: 2px;
    }
    .WA-tracker-leftinactive {
        border-top: 1.4em solid transparent;
        border-bottom: 1.4em solid transparent;
        border-left: 0.6em solid #2B606B;
        float: left;
        margin-top: 2px;
    }

    h1#stepIdentification_Primed,
    h1#stepContact_Primed,
    h1#stepDeclaration_Primed,
    h1#stepSummary_Primed,
    h1#stepThankYou_Primed,
    h1#stepPersonal_InProgress,
    h1#stepIdentification_InProgress,
    h1#stepContact_InProgress,
    h1#stepDeclaration_InProgress,
    h1#stepSummary_InProgress,
    h1#stepThankYou_InProgress,
    h1#stepContact_Inactive,
    h1#stepDeclaration_Inactive,
    h1#stepSummary_Inactive,
    h1#stepThankYou_Inactive,
    h1#stepPersonal_Completed,
    h1#stepIdentification_Completed,
    h1#stepContact_Completed,
    h1#stepDeclaration_Completed,
    h1#stepSummary_Completed,
    h1#stepThankYou_Completed,
    h1#stepPersonal_Completed_Active,
    h1#stepIdentification_Completed_Active,
    h1#stepContact_Completed_Active,
    h1#stepDeclaration_Completed_Active,
    h1#stepSummary_Completed_Active,
    h1#stepThankYou_Completed_Active,
    h1#stepIdentification_Completed_Primed,
    h1#stepContact_Completed_Primed,
    h1#stepDeclaration_Completed_Primed,
    h1#stepSummary_Completed_Primed,
    h1#stepThankYou_Completed_Primed,
    h1#stepIdentification_Primed2,
    h1#stepContact_Primed2,
    h1#stepDeclaration_Primed2,
    h1#stepSummary_Primed2,
    h1#stepThankYou_Primed2 {
        font-size: 24px;
        height: 100%;
        width: 100%;
        text-align: center;
        padding-top: 0.2em;
        overflow: hidden;
        display: block;
    }

    h1#mobile_stepIdentification_Primed,
    h1#mobile_stepContact_Primed,
    h1#mobile_stepDeclaration_Primed,
    h1#mobile_stepSummary_Primed,
    h1#mobile_stepThankYou_Primed,
    h1#mobile_stepPersonal_InProgress,
    h1#mobile_stepIdentification_InProgress,
    h1#mobile_stepContact_InProgress,
    h1#mobile_stepDeclaration_InProgress,
    h1#mobile_stepSummary_InProgress,
    h1#mobile_stepThankYou_InProgress,
    h1#mobile_stepContact_Inactive,
    h1#mobile_stepDeclaration_Inactive,
    h1#mobile_stepSummary_Inactive,
    h1#mobile_stepThankYou_Inactive,
    h1#mobile_stepPersonal_Completed,
    h1#mobile_stepIdentification_Completed,
    h1#mobile_stepContact_Completed,
    h1#mobile_stepDeclaration_Completed,
    h1#mobile_stepSummary_Completed,
    h1#mobile_stepThankYou_Completed,
    h1#mobile_stepPersonal_Completed_Active,
    h1#mobile_stepIdentification_Completed_Active,
    h1#mobile_stepContact_Completed_Active,
    h1#mobile_stepDeclaration_Completed_Active,
    h1#mobile_stepSummary_Completed_Active,
    h1#mobile_stepThankYou_Completed_Active,
    h1#mobile_stepIdentification_Completed_Primed,
    h1#mobile_stepContact_Completed_Primed,
    h1#mobile_stepDeclaration_Completed_Primed,
    h1#mobile_stepSummary_Completed_Primed,
    h1#mobile_stepThankYou_Completed_Primed,
    h1#mobile_stepIdentification_Primed2,
    h1#mobile_stepContact_Primed2,
    h1#mobile_stepDeclaration_Primed2,
    h1#mobile_stepSummary_Primed2,
    h1#mobile_stepThankYou_Primed2 {
        display: none;
    }

    h1#stepPersonal_InProgress:not(.d-none) ~ a label,
    h1#stepIdentification_InProgress:not(.d-none) ~ a label,
    h1#stepContact_InProgress:not(.d-none) ~ a label,
    h1#stepDeclaration_InProgress:not(.d-none) ~ a label,
    h1#stepSummary_InProgress:not(.d-none) ~ a label,
    h1#stepThankYou_InProgress:not(.d-none) ~ a label {
        opacity: 1;
    }
}

@media only screen and (max-width : 800px) {
    .nav-button {
        width: 100%;
    }

    .nav-button-active {
        width: 100%;
    }

    div.WA-alert-info ul {
        padding-left: 0.7rem;
    }

    div.WA-alert-info input {
        padding-left: 0.7rem;
    }

    div#pnlNavButtonsBottom {
        align-items: center;
        display: grid;
    }
}

@media only screen and (max-width : 1399px) {
    h1#stepPersonal_InProgress,
    h1#stepIdentification_Primed,
    h1#stepContact_Inactive,
    h1#stepDeclaration_Inactive,
    h1#stepSummary_Inactive,
    h1#stepThankYou_Inactive,
    h1#stepPersonal_Completed,
    h1#stepIdentification_InProgress,
    h1#stepContact_InProgress,
    h1#stepDeclaration_InProgress,
    h1#stepSummary_InProgress,
    h1#stepThankYou_InProgress,
    h1#stepPersonal_Completed_Active,
    h1#stepContact_Primed,
    h1#stepIdentification_Completed,
    h1#stepContact_Completed,
    h1#stepDeclaration_Completed,
    h1#stepSummary_Completed,
    h1#stepIdentification_Completed_Primed,
    h1#stepContact_Completed_Primed,
    h1#stepDeclaration_Completed_Primed,
    h1#stepSummary_Completed_Primed,
    h1#stepThankYou_Completed_Primed,
    h1#stepDeclaration_Primed,
    h1#stepSummary_Primed,
    h1#stepThankYou_Primed,
    h1#stepThankYou_Completed_Active,
    h1#stepIdentification_Completed_Active,
    h1#stepContact_Completed_Active,
    h1#stepDeclaration_Completed_Active,
    h1#stepSummary_Completed_Active,
    h1#stepContact_Primed2,
    h1#stepDeclaration_Primed2,
    h1#stepSummary_Primed2,
    h1#stepThankYou_Primed2 {
        font-size: 24px;
        height: 100%;
        width: 101%;
        text-align: center;
        padding-top: 0.2em;
        overflow: hidden;
        display: block;
    }
}

@media only screen and (max-width : 1199px) {
    .WA-trail {
        display: block;
    }

    .breadcrumb {
        display: none;
    }

    .WA-dialog {
        width: 19rem !important;
    }

    .WA-dialog p {
        width: 13.5em;
    }

    .WA-dialog span {
        width: 13.5em;
    }

    .WA-tracker {
        padding: 1em;
    }

    .WA-tracker img {
        height: auto;
        object-fit: cover;
    }

    .WA-tracker a {
        text-decoration: none;
        display: flex;
        width: 3em;
        padding-top: 1.3em;
        padding-left: 1em;
    }

    .WA-clickable-rect {
        bottom: 0;
        left: 0;
        width: 11em;
        height: 80%;
    }
    
    .WA-tracker-div {
        display: flow-root;
        margin: -0.8em;
    }

    h1#stepIdentification_Primed,
    h1#stepContact_Primed,
    h1#stepDeclaration_Primed,
    h1#stepSummary_Primed,
    h1#stepThankYou_Primed,
    h1#stepPersonal_InProgress,
    h1#stepIdentification_InProgress,
    h1#stepContact_InProgress,
    h1#stepDeclaration_InProgress,
    h1#stepSummary_InProgress,
    h1#stepThankYou_InProgress,
    h1#stepContact_Inactive,
    h1#stepDeclaration_Inactive,
    h1#stepSummary_Inactive,
    h1#stepThankYou_Inactive,
    h1#stepPersonal_Completed,
    h1#stepIdentification_Completed,
    h1#stepContact_Completed,
    h1#stepDeclaration_Completed,
    h1#stepSummary_Completed,
    h1#stepThankYou_Completed,
    h1#stepPersonal_Completed_Active,
    h1#stepIdentification_Completed_Active,
    h1#stepContact_Completed_Active,
    h1#stepDeclaration_Completed_Active,
    h1#stepSummary_Completed_Active,
    h1#stepThankYou_Completed_Active,
    h1#stepIdentification_Completed_Primed,
    h1#stepContact_Completed_Primed,
    h1#stepDeclaration_Completed_Primed,
    h1#stepSummary_Completed_Primed,
    h1#stepThankYou_Completed_Primed,
    h1#stepIdentification_Primed2,
    h1#stepContact_Primed2,
    h1#stepDeclaration_Primed2,
    h1#stepSummary_Primed2,
    h1#stepThankYou_Primed2 {
        display: none;
    }

    h1#stepContact_Primed:not(.d-none) ~ h1#mobile_stepContact_Primed,
    h1#stepIdentification_Primed:not(.d-none) ~ h1#mobile_stepIdentification_Primed,
    h1#stepDeclaration_Primed:not(.d-none) ~ h1#mobile_stepDeclaration_Primed,
    h1#stepSummary_Primed:not(.d-none) ~ h1#mobile_stepSummary_Primed,
    h1#stepThankYou_Primed:not(.d-none) ~ h1#mobile_stepThankYou_Primed,
    h1#stepPersonal_InProgress:not(.d-none) ~ h1#mobile_stepPersonal_InProgress,
    h1#stepIdentification_InProgress:not(.d-none) ~ h1#mobile_stepIdentification_InProgress,
    h1#stepContact_InProgress:not(.d-none) ~ h1#mobile_stepContact_InProgress,
    h1#stepDeclaration_InProgress:not(.d-none) ~ h1#mobile_stepDeclaration_InProgress,
    h1#stepSummary_InProgress:not(.d-none) ~ h1#mobile_stepSummary_InProgress,
    h1#stepThankYou_InProgress:not(.d-none) ~ h1#mobile_stepThankYou_InProgress,
    h1#stepContact_Inactive:not(.d-none) ~ h1#mobile_stepContact_Inactive,
    h1#stepDeclaration_Inactive:not(.d-none) ~ h1#mobile_stepDeclaration_Inactive,
    h1#stepSummary_Inactive:not(.d-none) ~ h1#mobile_stepSummary_Inactive,
    h1#stepThankYou_Inactive:not(.d-none) ~ h1#mobile_stepThankYou_Inactive,
    h1#stepPersonal_Completed:not(.d-none) ~ h1#mobile_stepPersonal_Completed,
    h1#stepIdentification_Completed:not(.d-none) ~ h1#mobile_stepIdentification_Completed,
    h1#stepContact_Completed:not(.d-none) ~ h1#mobile_stepContact_Completed,
    h1#stepDeclaration_Completed:not(.d-none) ~ h1#mobile_stepDeclaration_Completed,
    h1#stepSummary_Completed:not(.d-none) ~ h1#mobile_stepSummary_Completed,
    h1#stepThankYou_Completed:not(.d-none) ~ h1#mobile_stepThankYou_Completed,
    h1#stepPersonal_Completed_Active:not(.d-none) ~ h1#mobile_stepPersonal_Completed_Active,
    h1#stepIdentification_Completed_Active:not(.d-none) ~ h1#mobile_stepIdentification_Completed_Active,
    h1#stepContact_Completed_Active:not(.d-none) ~ h1#mobile_stepContact_Completed_Active,
    h1#stepDeclaration_Completed_Active:not(.d-none) ~ h1#mobile_stepDeclaration_Completed_Active,
    h1#stepSummary_Completed_Active:not(.d-none) ~ h1#mobile_stepSummary_Completed_Active,
    h1#stepThankYou_Completed_Active:not(.d-none) ~ h1#mobile_stepThankYou_Completed_Active,
    h1#stepIdentification_Completed_Primed:not(.d-none) ~ h1#mobile_stepIdentification_Completed_Primed,
    h1#stepContact_Completed_Primed:not(.d-none) ~ h1#mobile_stepContact_Completed_Primed,
    h1#stepDeclaration_Completed_Primed:not(.d-none) ~ h1#mobile_stepDeclaration_Completed_Primed,
    h1#stepSummary_Completed_Primed:not(.d-none) ~ h1#mobile_stepSummary_Completed_Primed,
    h1#stepThankYou_Completed_Primed:not(.d-none) ~ h1#mobile_stepThankYou_Completed_Primed,
    h1#stepContact_Primed2:not(.d-none) ~ h1#mobile_stepContact_Primed2,
    h1#stepDeclaration_Primed2:not(.d-none) ~ h1#mobile_stepDeclaration_Primed2,
    h1#stepSummary_Primed2:not(.d-none) ~ h1#mobile_stepSummary_Primed2,
    h1#stepThankYou_Primed2:not(.d-none) ~ h1#mobile_stepThankYou_Primed2 {
        font-size: 24px;
        /*height: 33%;*/
        width: 1.4em;
        text-align: center;
        padding-top: 0.2em;
        overflow: hidden;
        display: block !important;
        float: left;
        margin-bottom: 0 !important;
    }

    .WA-tracker-div {
        width: 6em !important;
    }

    h1#stepPersonal_InProgress:not(.d-none) ~ h1#mobile_stepPersonal_InProgress ~ a label,
    h1#stepIdentification_InProgress:not(.d-none) ~ h1#mobile_stepIdentification_InProgress ~ a label,
    h1#stepContact_InProgress:not(.d-none) ~ h1#mobile_stepContact_InProgress ~ a label,
    h1#stepDeclaration_InProgress:not(.d-none) ~ h1#mobile_stepDeclaration_InProgress ~ a label,
    h1#stepSummary_InProgress:not(.d-none) ~ h1#mobile_stepSummary_InProgress ~ a label,
    h1#stepThankYou_InProgress:not(.d-none) ~ h1#mobile_stepThankYou_InProgress ~ a label,
    h1#stepPersonal_Completed_Active:not(.d-none) ~ h1#mobile_stepPersonal_Completed_Active ~ a label,
    h1#stepIdentification_Completed_Active:not(.d-none) ~ h1#mobile_stepIdentification_Completed_Active ~ a label,
    h1#stepContact_Completed_Active:not(.d-none) ~ h1#mobile_stepContact_Completed_Active ~ a label,
    h1#stepDeclaration_Completed_Active:not(.d-none) ~ h1#mobile_stepDeclaration_Completed_Active ~ a label,
    h1#stepSummary_Completed_Active:not(.d-none) ~ h1#mobile_stepSummary_Completed_Active ~ a label,
    h1#stepThankYou_Completed_Active:not(.d-none) ~ h1#mobile_stepThankYou_Completed_Active ~ a label {
        opacity: 1;
    }
}

@media only screen and (max-width : 766px) {
    .WA-sos-statement {
        text-align: center;
        margin-bottom: 0 !important;
    }

    .WA-sos-image {
        width: 50% !important;
    }

    .WA-copyright {
        text-align: center;
    }
}

/* _grid.scss' col-md-2 behavior removes itself when less than 768px. ToDo: remove this ducttape and determine whether we need _grid.scss or if we need to configure it somehow.*/
@media only screen and (max-width : 768px) {
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}
