﻿.WA-header {
    align-items: center;
}

.WA-locale-switcher {
    height: 1.75rem !important;
    margin-left: 5px;
    width: 12.5rem;
}

.WA-locale-image {
    color: white;
    font-size: 1.95rem;
}

.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;
}

.font-noto {
    font-family: 'Noto Sans' !important;
}

.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;
}

/* 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-notifications-link {
    color: white;
    font-size: 1rem;
}

.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-trail {
    /* stand-alone breadcrumb for small screens */
    margin-bottom: 3px;
    padding-bottom: 3px;
    display: none;
}

.WA-link-button {
    width: fit-content;
}

    .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-footer-buttons {
    width: 100% !important;
    text-align: center;
}

.WA-sos-statement {
    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;
}

.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;
    }

.WA_Center {
    display: block !important;
}

@media only screen and (min-width : 570px) {
    .smsCenter {
        display: block !important;
        margin: auto;
        width: 50%;
    }
}

/* 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:hover {
        color: #0E3E4D;
    }

.bg-WA-dark-blue {
    background-color: #0E3E4D
}

.bg-WA-green {
    background-color: #508212
}

.nav {
    width: fit-content;
}

.nav-item {
    color: #fff;
    padding-left: 5px;
}

.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-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;
}

.WA-alert-warning {
    padding: 0.5rem 0.5rem 0.5rem 1rem !important;
    border: 2px solid #ffad33;
    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 {
        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;
}

    .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;
}


.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;
}

.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: 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: #186881;
        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: #186881;
        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 #186881
}

.dds__progress-tracker--in-progress .dds__progress-tracker__icon {
    position: absolute;
    display: block;
    height: 1rem;
    width: 1rem;
    background-color: #186881;
    border-radius: 50%;
    top: calc(50% - .5rem);
    left: calc(50% - .5rem)
}

.dds__progress-tracker__step-name {
    font-weight: 600;
    font-size: 1.4rem;
    color: #162935;
}

.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--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 #186881
    }

    .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: #186881
    }

    .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 #186881
    }

    .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: #186881
    }

.dds__progress-tracker--vertical.dds__progress-tracker--sm .dds__progress-tracker--complete::after {
    border-top: initial
}

@media only screen and (max-width : 800px) {
    .nav-button {
        width: 100%;
    }

    .nav-button-active {
        width: 100%;
    }
}


@media only screen and (max-width : 1199px) {
    .WA-trail {
        display: block;
    }

    .breadcrumb {
        display: none;
    }
}

@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;
    }
}
