a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video 
{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
a {
    cursor: pointer;
}
.combobox-wrapper {
    display: inline-block;
    position: relative;
    font-size: 16px;
}
#autoCompleteSearchInputBox,
#landingInput {
    width: 100%;
    font-family: "Inter";
	font-weight: normal;
    height: 44px;
    border: 1px solid #363636;
    border-radius: 3px;
    font-size: 16px;
    padding-left: 10px;
    background-color: #fff;
}
div.main-results {
    margin: 8px;
    margin-left: 8px;
    margin-top: 8px;
    padding-left: 0;
}
#main_res > .dn-bar {
    display: none;
}
#my_row_1 *,
#my_row_1 :after,
#my_row_1 :before {
    box-sizing: content-box;
}
.dn-bar-nav,
div.dn-bar,
ul.dn-attr {
    background: 0 0;
    font-size: inherit;
}
div.dn-bar {
    background-color: #e5ecf9;
    clear: both;
    font-size: 80%;
    padding: 6px;
    width: 100%;
}
.navigation.previous {
    left: 0;
}
.recommended-results-heading {
    font-family: "Inter";
	font-weight: normal;
    font-size: 18px;
    color: #000000;
    padding-left: 15px;
}
.recommended-results-heading .searched_keyword {
    font-family: "Inter";
	font-weight: bold;
    color: #000000;
}
.recommended-results {
    float: left;
    width: 100%;
}
.column-item h4 {
    cursor: pointer;
    font-size: 18px;
}
.column-item h4:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0px;
    background-size: 22px 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 25px;
    background-image: url(https://www.usps.com/search/images/dsg/blue-caret-down.svg);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: transform 0.2s ease-out;
}
.column-item.active h4:after {
    background-image: url(https://www.usps.com/search/images/dsg/blue-caret-down.svg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: transform 0.2s ease-out;
}
.search-results,
div#dyn_nav {
    float: left;
}
.recommended-results li > a,
.recommended-results li > span {
    font-family: "Inter";
	font-weight: bold;
    color: #0068BB;
    padding: 0 0;
    text-decoration: underline;
    line-height: 20px;
}
.recommended-results li > span {
    font-size: 16px;
}
.recommended-results li > a.search-uspsRecommend {
    font-size: 16px;
}
#records a span:hover,
a.search-uspsRecommend:hover {
    text-decoration: none;
    color: #999;
}
ul#KeyMatches {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.pagination li {
    font-size: 15px;
    font-family: "Inter";
	font-weight: bold;
    color: #004B87;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    min-width: 30px;
    text-align: center;
    transition:
        background-color 0.5s,
        border-radius 0.5s;
}
li.previous {
    background-image: url(https://www.usps.com/search/images/dsg/left-arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 5px !important;
    left: 0;
    width: 20px;
}
.page-wrap *,
.page-wrap :after,
.page-wrap :before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#dyn_nav ul,
li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    vertical-align: middle;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
ol,
ul {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
    line-height: 1.6rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
dir,
menu,
ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px;
}
.pagination {
    float: none;
    text-align: center;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.page-wrap {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    left: 0;
    min-height: 592px;
    padding: 30px;
    position: relative;
    -moz-transition: left 0.2s ease;
    -ms-transition: left 0.2s ease;
    -webkit-transition: left 0.2s ease;
    transition: left 0.2s ease;
}
.recommended-results li {
    margin-left: 0;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
div#dyn_nav {
    font-size: 13px;
    color: #004B87;
    box-sizing: border-box !important;
    background: #fff none repeat scroll 0 0;
    padding-top: 1px;
    top: 40px;
    padding-right: 0;
    clear: left;
}
.faq_link {
    font-family: "Inter";
	font-weight: normal; !important;
    text-decoration: none;
    cursor: pointer;
}
.faq_link:hover {
    font-family: "Inter";
	font-weight: normal; !important;
    color: #999 !important;
}
@media (max-width: 767px) {
    div#dyn_nav_col {
        padding-left: 34px;
        border: 1px solid #d8d8d8;
        top: 35px;
        padding-left: 50px !important;
    }
    div#dyn_nav_col {
        padding-top: 45px;
    }
    a.show-filters.mobile {
        text-align: right;
    }
    div#dyn_nav {
        padding-right: 0;
    }
    .faq-section.desktop {
        display: none !important;
    }
    div#dyn_nav_col {
        padding-right: 30px;
        padding-left: 39px !important;
    }
    .close:after {
        content: "";
        background-image: url(https://www.usps.com/global-elements/images/close_x.svg);
        display: inline-block;
        background-repeat: no-repeat;
        background-size: 15px 15px;
        padding-left: none;
        background-position: 0 1px;
        width: 15px;
        height: 16px;
        margin-right: 15px;
    }
    .mobile-input-search.adjust-search-input {
        padding-top: 0 !important;
    }
}
hr {
    margin: 0;
    padding: 0;
    height: 1px;
    overflow: hidden;
    color: #000;
    background-color: #000;
    border: none;
    line-height: 1px;
}
.main-results hr {
    margin: 2em 0;
    height: 1px;
    background-color: #d8d8d8;
}
#dyn_nav_col ul {
    margin-bottom: 1em;
}
#dyn_nav ul,
li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    vertical-align: middle;
}
#dyn_nav_col li.dn-attr-v.active > span {
    padding-left: 2px;
    border-left: 3px solid #ee3124;
}
#dyn_nav_col .dn-overflow {
    overflow-x: visible;
    -ms-overflow-x: visible;
}
#dyn_nav_col li.dn-attr-v.active {
    font-family: "Inter";
	font-weight: bold;
    margin-left: 0;
    padding-left: 20px;
}
#my_row_1 *,
#my_row_1 :after,
#my_row_1 :before {
    box-sizing: content-box;
}
#records tr td.s span,
.faq-section.desktop {
    font-family: "Inter";
	font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}
.faq-section.desktop {
    font-size: 14px;
}
.dn-attr-v {
    width: 99%;
}
.dn-bar-rt,
.dn-bar-rt table,
.dn-img,
.dn-inline-block,
span.dn-more-img {
    display: inline-block;
}
#dyn_nav li {
    margin-right: 5px;
    padding-bottom: 3px;
    padding-top: 3px;
}
.dn-attr-txt {
    font-family: "Inter";
	font-weight: normal;
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
}
.active .dn-attr-txt {
    font-family: "Inter";
	font-weight: bold;
}
.pagination li.active {
    color: #fff !important;
    border-radius: 50% !important;
    background-color: #004B87 !important;
}
div.result-item {
    position: relative;
    border: 1px solid #fff;
}
.non-previewable {
    background-color: transparent !important;
    border: 1px solid #fff !important;
}
.non-previewable .s {
    background-color: transparent !important;
}
div.result-item .dps-viewer {
    margin: 0;
}
body.previews-enabled div.result-item-hover {
    background-color: #ebf2fc;
    border: 1px solid #cddcf9;
}
body.previews-enabled div.result-item-hover .s {
    background-color: #ebf2fc !important;
}
.search-submit {
    background-size: 20px 20px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 21px;
    margin: -28px 0 1px 278px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 21px;
}
#txt-search {
    background-position: 97% 12px;
    background-size: 21px;
    cursor: text;
    font-size: 16px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:
        border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
}
.inputContainer {
    position: relative;
}
.reserveInput {
    padding: 5px 40px 5px 10px;
    background: #ebebeb;
}
.find_reserve .searchRow input {
    font-size: 18px;
    line-height: 42px;
}
.reserveInput + input {
    position: absolute;
    width: 47px;
    height: 100%;
    top: -7;
    right: 0;
}
li.previous.inactive {
    background-image: url(https://www.usps.com/search/images/left-arrow-inactive.png);
    text-indent: -99999px;
}
.search-container {
    margin: 0;
    border: 1px solid #595959;
    padding: 0;
    float: right;
    z-index: 1000000;
}
div#filter-records {
    display: none;
    padding: 0;
    background: #fff;
    z-index: 100000;
    border: 1px solid #c7c7c7;
    text-align: left;
    margin-top: -1px;
}
.dimRoots {
    color: #666;
    font-family: "Inter";
	font-weight: bold;
    background: #e2e2e2;
    margin-top: 10px;
    padding-left: 8px;
    padding-right: 5px;
    width: 100%;
    margin-left: -10px;
}
.productBrand {
    font-size: 1.1em;
    font-family: "Inter";
	font-weight: bold;
    line-height: 1.2em;
    text-transform: capitalize;
    color: #595959;
}
datalist#browsers .productName {
    font-size: 1.1em;
    font-family: "Inter";
	font-weight: bold;
    line-height: 1.2em;
    text-transform: capitalize;
}
.productDesc {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 1.3em;
    max-width: 350px;
}
.link span {
    color: #ee9640;
    font-family: "Inter";
	font-weight: bold;
}
.err_page {
    font-size: 2rem;
    line-height: 1.2em;
    position: relative;
    left: 5%;
    margin-bottom: 40px;
}
ul.err_page {
    margin-top: 0 !important;
}
.search-list-suggestion {
    display: inline-table;
    z-index: 999999;
    position: absolute;
}
datalist#browsers option.suggested-item {
    padding: 10px 12px;
    font-size: 16px;
}
.suggested-item:hover {
    background: none repeat scroll 0 0 #ebebeb !important;
    cursor: pointer;
    color: #004B87;
}
.datalist-arrow:after {
    content: "\25bc";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 35px;
    height: 35px;
    line-height: 40px;
    font-size: 1.5em;
    color: #333;
    text-align: center;
    background: #ebebeb;
    border: 3px solid #ccc;
    border-radius: 50%;
    pointer-events: none;
}
ul[role="listbox"] {
    width: 100%;
    overflow: hidden;
}
.recommended-results-heading:before {
    background-color: transparent;
    background-image: url(https://www.usps.com/search/images/icons@2x-sb.png);
    background-position: 0 -31px;
    background-size: 71px 154px;
    width: 22px;
    height: 18px;
    content: "";
    position: absolute;
    margin: 0 0 0 -25px;
}
#dyn_nav_col ul {
    margin-bottom: 1em;
}
.search-results-heading {
    font-family: "Inter";
	font-weight: normal;
    font-size: 15px;
    color: #000000;
    float: left;
    width: 100%;
}
.search-results li {
    margin: 1em 0;
    padding: 0;
}
p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
    line-height: 1.6rem;
    margin: 0 0 12px;
}
div#main_res p {
    margin-top: 0;
}
p.g {
    margin: 0;
}
.search-results-heading span {
    font-size: 18px;
    font-family: "Inter";
	font-weight: bold;
    color: #000000;
}
.search-results ul {
    margin: 2em 0;
}
.search-results li a,
.search-results li > span {
    font-size: 15px;
    font-family: "Inter";
	font-weight: bold;
    color: #0068BB;
    line-height: 20px;
}
.pagination li a,
.pagination li:not(.navigation) a:hover {
    color: #004B87;
    text-decoration: none;
}
.no-touch .search-results a:focus,
.no-touch .search-results a:hover {
    color: #ccc;
    width: 100%;
}
.pagination li {
    font-size: 15px;
    font-family: "Inter";
	font-weight: bold;
    color: #004B87;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    min-width: 30px;
    text-align: center;
    transition:
        background-color 0.5s,
        border-radius 0.5s;
}
.pagination li a,
.pagination li a:hover {
    text-decoration: none;
    color: #004B87;
    display: inline-block;
    width: 43px;
    height: 42px;
}
.pagination li a {
    border: none;
}
.pagination li:hover:not(.active):not(.navigation),
.pagination li:not(.navigation) a:hover {
    border-radius: 50%;
    background-color: #d7d7d7;
}
.submit-landing-search,
.submit-search {
    background-image: url(https://www.usps.com/global-elements/images/search.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #fff;
    height: 32px;
    width: 32px;
    padding: 0 0 9px 0;
    float: right;
    right: 10px;
    border: none;
}
.pagination > .active > a {
    color: #fff;
    border-radius: 50%;
    background-color: #004B87 !important;
    border: none;
    height: 42px;
    width: 43px;
}
.pagination > .active > a:hover {
    z-index: 0;
    color: #fff;
    cursor: default;
    border-radius: 50%;
    background-color: #004B87;
    border: none;
    height: 42px;
    width: 43px;
}
li.page-item.first {
    display: none;
}
li.page-item.last {
    display: none;
}
.pagination li a {
    border: none;
}
.pagination li:hover:not(.active):not(.navigation),
.pagination li:not(.navigation) a:hover {
    border-radius: 50%;
    background-color: #d7d7d7;
}
li.next a,
li.prev a {
    display: none !important;
}
.pagination li.active a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #004B87 !important;
}
.pagination li {
    height: 42px;
    width: 42px;
}
.pagination > li > a {
    padding: 7px 13px;
    height: 42px;
    width: 43px;
}
.pagination li a:hover:not(.active):not(.navigation),
li.pagination li a {
    border-radius: 50%;
    background-color: #d7d7d7;
    height: 42px;
    width: 43px;
}
a.record-url {
    font-size: 14px !important;
}
div#bottom-navigation {
    text-align: center;
}
.pagination li.next:hover:not(.active):not(.navigation) {
    border-radius: 50%;
    background-color: #fff;
}
li.next {
    background-image: url(https://www.usps.com/search/images/dsg/right-arrow.png);
    background-repeat: no-repeat;
	background-position: center center;
    display: inline-block;
    position: relative;
    left: 0;
    width: 15px;
    margin-left: 5px;
}
li.next.disabled {
    background-image: url(https://www.usps.com/search/images/right-arrow-inactive.png);
    text-indent: -99999px;
    margin-left: 15px;
}
li.prev {
    background-image: url(https://www.usps.com/search/images/dsg/left-arrow.png);
    background-repeat: no-repeat;
	background-position: center center;
    display: inline-block;
    position: relative;
    left: 0;
    width: 20px;
}
li.prev.disabled {
    background-image: url(https://www.usps.com/search/images/left-arrow-inactive.png);
    text-indent: -99999px;
}
.pagination li.disabled a {
    border: none;
    display: none;
}
.next a.page-link,
.prev a.page-link {
    display: none;
}
.pagination li.next:hover:not(.active):not(.navigation) {
    border-radius: inherit;
    background-color: #fff;
}
.pagination li.prev:hover:not(.active):not(.navigation),
.pagination li.prev:not(.navigation) a:hover {
    border-radius: unset;
    background-color: unset;
}
div#dyn_nav_col {
    padding-left: 0;
}
li.dn-attr-hdr {
    font-family: "Inter";
	font-weight: bold;
    line-height: 1.1;
    margin-bottom: 4px;
    outline-style: none;
}
td#searchAdjust {
    padding-left: 80px;
}
.ui-autocomplete-highlight {
    font-family: "Inter";
	font-weight: bold;
}
.ui-autocomplete-highlight b {
    font-family: "Inter";
	font-weight: normal;
}
ul li.ui-menu-item {
    font-family: "Inter";
	font-weight: normal;
    font-size: 16;
}
.ui-menu .ui-menu-item-wrapper {
    padding: 7px !important;
}
.ui-state-active {
    background-color: #d3d3d3 !important;
}
.ui-menu .ui-state-active {
    margin: 0;
    border: none !important;
}
.no-touch a:hover {
    color: unset;
}
input[type="text"]:not(#quick-tools--input) {
    font-size: 16px;
}
endeca_term {
    color: #000000;
    font-family: "Inter";
	font-weight: bold;
}
.no-touch a:focus,
.no-touch a:hover {
    color: #ccc;
}
strong {
    font-family: "Inter";
	font-weight: bold;
    color: #004B87;
}
ul#records {
    width: 100%;
    padding: 0;
}
.mobile {
    display: none;
}
div#main_res {
    padding: 0 20px;
}
.page-wrap {
    margin: 0 auto;
    max-width: 1280px;
    padding: 30px 20px;
}
.faq-section.desktop {
    line-height: 17px;
    padding-left: 0;
    padding-bottom: 40px;
	color: #000000;
}
div#bottom-navigation {
    padding: 0;
}
.dn-attr-hdr,
.dn-attr-v.active,
.g a,
endeca_term,
strong {
    font-family: "Inter";
	font-weight: bold;
}
img {
    padding: 0 0 0 5px;
}
div#searchAdjust {
    padding-left: 15px;
}
.navbar {
    overflow: hidden;
    background-color: #333;
    font-family: Arial, Helvetica, sans-serif;
}
.navbar a {
    float: left;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.dropdown {
    float: left;
    overflow: hidden;
    background: transparent url(https://www.usps.com/search/images/dsg/blue-caret-down.svg) no-repeat;
    background-position: 94% 13px;
    background-size: 18px 18px;
    cursor: pointer;
}
.dropdown .dropbtn {
    font-size: 16px;
    border: 1px solid #004B87;
    outline: 0;
    color: #000;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.dropdown-content a {
    float: none;
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {
    background-color: #ddd;
}
.dropdown:hover .dropdown-content {
    display: block;
}
div#searchAdjust {
    padding-left: 29px;
    padding-bottom: 20px;
}
div#my_row_1 {
    padding-top: 30px;
    position: relative;
}
.mobile-input-search.adjust-search-input {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    margin-left: 30px;
    margin-right: 30px;
}
.submit-landing-search,
.submit-search {
    position: absolute;
    top: 5px;
}
a.record-url {
    padding: 0;
}
.inline-link.secondary {
    color: #0068BB;
    text-decoration: underline;
}
.inline-link.secondary:hover {
    text-decoration: none;
}
iframe.frame {
    width: 500px;
    height: 400px;
}
.g a span,
span.dn-attr-hdr-txt {
    font-family: "Inter";
	font-weight: bold !important;
    color: #0068BB;
    font-size: 16px;
}
.g a span {
    text-decoration: underline;
}
.g a span:hover,
.g a:hover {
    text-decoration: none !important;
}
.search-input-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 30px;
    max-width: 1500px;
    padding-right: 0;
    padding-left: 0;
}
span.dn-attr-hdr-txt {
    font-size: 18px;
	color:#0068BB;
}
strong {
    font-family: "Inter";
	font-weight: bold;
}
#main_res,
.faq-section {
    display: none;
}
select.form-control {
    width: 100%;
    height: 44px;
    line-height: 31px;
    border: 1px solid #004B87;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #004B87;
    padding-right: 30px;
}
select::-ms-expand {
    display: none;
}
.dn-attr-txt,
span.dn-attr-c {
    font-size: 14px;
}
ul#attr_0 {
    margin-top: 0 !important;
    margin-bottom: 30px;
}
a.dn-attr-hdr {
    margin-bottom: 20px;
    cursor: pointer;
}
.endeca-search-input-box {
    background-color: #004B87;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
::-ms-clear {
    display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    iframe.frame {
        width: 500px;
        height: 400px;
    }
}
@media only screen and (min-width: 1058px) {
    .endeca-search-input-box {
        padding: 0;
    }
    .dn-attr {
        padding-left: 0;
    }
    div#dyn_nav {
        width: 240px;
    }
    a.mobile-search.endeca-search {
        display: none;
    }
    div.main-results {
        margin: 0;
        margin-left: 0;
        margin-top: 0;
        padding-left: 0;
    }
    div#dyn_nav_col,
    ul.dn-attr {
        padding-left: 0;
    }
    #dyn_nav_col li.dn-attr-v {
        margin-left: 1em;
    }
    ul#records {
        width: 80%;
        float: left;
    }
    div#main_res {
        padding: 0 45px;
    }
    #dyn_nav_col li.dn-attr-v {
        margin-left: 1em;
    }
}
@media (max-width: 992px) {
    .result-select-wrapper select.form-control {
        font-family: "Inter";
	font-weight: bold;
        background: transparent url(https://www.usps.com/search/images/dsg/blue-caret-down.svg) no-repeat;
        background-position: 80% 16px;
        background-size: 20px;
        cursor: pointer;
        color: #004B87;
        margin-bottom: 10px;
    }
    a.mobile-search.endeca-search {
        display: none;
    }
    #autoCompleteSearchInputBox,
    #landingInput,
    .submit-search {
        background-color: #fff;
    }
    .endeca-search-input-box {
        padding-top: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .result-list-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }
    div#main_res {
        padding: 0;
        width: 100%;
    }
    ul#records {
        width: 100%;
        padding: 0;
    }
    div.main-results {
        padding-left: 15px;
    }
    .reserveInput + input {
        width: 48px;
        top: -6px;
        right: 0;
    }
    div#dyn_nav {
        position: absolute;
        right: 0;
        z-index: 1;
        clear: both;
        height: max-content;
        border: 1px solid #d9d9d9;
    }
    #dyn_nav_col ul {
        margin-left: 30px;
    }
    a.inline-link.left-chevron.show-filters.mobile {
        text-align: right;
    }
    .mobile {
        display: inline-block;
    }
    .show-filters {
        font-size: 22px;
        font-family: "Inter";
	font-weight: bold;
        color: #004B87;
        box-sizing: border-box !important;
        margin-bottom: 1em;
        text-decoration: none;
        vertical-align: middle;
        display: block;
    }
    a.hide-filters.mobile {
        font-size: 22px;
        font-family: "Inter";
	font-weight: bold;
        color: #004B87;
        box-sizing: border-box !important;
        margin-bottom: 1em;
        text-decoration: none;
        vertical-align: bottom;
    }
    li.prev {
        background-image: url(https://www.usps.com/search/images/dsg/left-arrow.png);
    }
    li.prev.disabled {
        background-image: url(https://www.usps.com/search/images/left-arrow-inactive.png);
        text-indent: -99999px;
    }
    .result-per-page-wrapper {
        padding-top: 0;
        width: 150px;
        padding-left: 0px;
    }
    h4 {
        font-family: "Inter";
	font-weight: bold;
        font-size: 16px;
        color: #004B87;
        margin: 0;
    }
    .result-select-wrapper {
        padding-left: 0;
        margin-top: -11px;
        width: 100px;
    }
    div#dyn_nav {
        display: none;
        position: absolute;
        right: 0;
        z-index: 1;
        clear: both;
        height: max-content;
    }
    div#dyn_nav.active {
        display: inline-block;
    }
    a.show-filters.mobile {
        text-align: right;
    }
}
@media (max-width: 991px), (min-width: 768px) {
    a.hide-filters.close.mobile {
        position: absolute;
        height: 15px;
        width: 15px;
        right: 15px;
        top: 15px;
        background-image: url(https://www.usps.com/global-elements/images/close_x.svg);
    }
    div#dyn_nav_col {
        margin-top: 45px;
    }
    .inline-link.left-chevron:before {
        content: "";
        display: inline-block;
        background-image: url(https://www.usps.com/search/images/dsg/nav-red-chevron.svg);
        background-repeat: no-repeat;
        height: 20px;
        width: 20px;
        background-size: 20px 20px;
        position: relative;
        transform: rotate(180deg);
    }
}
@media (max-width: 767px) {
    .mobile-input-search.adjust-search-input {
        margin-left: 7px;
        margin-right: 7px;
    }
    .dn-attr-txt {
        font-size: 20px;
    }
    .search-results-heading {
        font-family: "Inter";
	font-weight: normal;
        font-size: 20px;
        line-height: 20px;
        color: #595959;
        margin: 0 0 0;
    }
    li.col-gl-8.col-md-8.result-item {
        padding-left: 0;
    }
    div#dyn_nav {
        display: none;
        position: absolute;
        right: 0;
        z-index: 1;
        clear: both;
        height: max-content;
    }
    div#dyn_nav.active {
        display: inline-block;
    }
    a.inline-link.left-chevron.show-filters.mobile {
        display: inline-block;
        width: 100%;
    }
    span.dn-attr-hdr-txt {
        margin-left: -30px;
        margin-top: -10px;
    }
    div#dyn_nav {
        border: 0;
    }
    a.hide-filters.close.mobile {
        background-image: none;
    }
    div#dyn_nav_col {
        margin-top: 0;
        top: 0;
    }
}
@media (min-width: 961px) {
    div#dyn_nav_col {
        margin-top: 0;
    }
}
@media (min-width: 993px) {
    div#my_row_1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        float: left;
    }
    #dyn_nav ul {
        padding-left: 45px;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .mobile-input-search.adjust-search-input {
        padding-right: 35px;
    }
    li.next {
        background: url(/search/images/right-arrow.png) no-repeat;
        width: 20px;
        height: 25px;
        top: -5px !important;
        margin: 0 0 0 10px;
        background-size: 15px 25px;
    }
}
.crossfade {
    visibility: hidden;
}
.gray-overlay {
    color: #fff;
    background-color: #031533;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}
.white-spinner-container .spinner-content {
    display: block;
    position: relative;
    background: #004B87;
    opacity: 1;
    z-index: 1;
    padding: 30px 30px 30px 30px;
}
.white-spinner-container .spinner-content h5 {
    font-size: 18px;
    font-family: "Inter";
	font-weight: bold;
    margin-top: 0;
    color: #fff;
    padding-bottom: 10px;
}
.white-spinner-container {
    position: fixed;
    top: 41%;
    text-align: center;
    z-index: 99999;
}
.white-spinner-container p {
    color: #fff;
    padding-top: 5px;
}
.white-spinner-wrapper {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
.white-spinner .spinner {
    text-align: center;
    font-size: 10px;
}
.white-spinner .bar-1,
.white-spinner .bar-2,
.white-spinner .bar-3,
.white-spinner .bar-4,
.white-spinner .bar-5 {
    display: inline-block;
    background-color: #004B87;
    border: 1px solid #fff;
    width: 45px;
    height: 15px;
    opacity: 1;
    transform: skew(-9deg);
    -webkit-transform: skew(-9deg);
    -moz-transform: skew(-9deg);
    -o-transform: skew(-9deg);
    -webkit-animation: whitebar-stretchdelay 1.2s infinite ease-in-out;
    animation: whitebar-stretchdelay 1.2s infinite ease-in-out;
}
.white-spinner .bar-2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.white-spinner .bar-3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.white-spinner .bar-4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.white-spinner .bar-5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes whitebar-stretchdelay {
    0%,
    100%,
    40% {
        background-color: #004B87;
    }
    20% {
        background-color: #fff;
    }
}
@keyframes whitebar-stretchdelay {
    0%,
    100%,
    40% {
        background-color: #004B87;
    }
    20% {
        background-color: #fff;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .white-spinner-wrapper {
        justify-content: flex-start;
    }
}
@media only screen and (min-width: 768px) {
    .white-spinner-wrapper {
        width: 240px;
    }
}
input[type="checkbox"]:checked + label:before {
    content: "\2714";
    box-sizing: border-box;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    justify-content: center;
    -ms-flex-pack: center;
}
input[type="checkbox"] + label:before {
    position: absolute;
    background-color: #fff;
    border: 1px solid #999;
    content: "";
    display: inline-block;
    font-size: 16px;
    height: 20px;
    width: 20px;
    line-height: 16px;
    text-align: left;
    color: #000;
    font-family: "Inter";
	font-weight: normal;
    left: 3px;
    top: 10px;
    margin: 4px 0 0 -37px;
    color: #595959;
}
input[type="checkbox"] + label {
    position: relative;
    font-family: "Inter";
	font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    color: #000;
    padding: 15px 0;
}
label.checkbox-label.selected {
    font-family: "Inter";
	font-weight: bold;
    color: #000000;
}
.nav-column input[type="checkbox"] + label {
    font-size: 14px;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
    vertical-align: top;
    margin: 2px 0 0;
    float: left;
    position: relative;
}
input[type="checkbox"],
input[type="radio"].toggle {
    position: absolute;
    opacity: 0;
}
p.checkbox-container {
    padding-top: 0;
    margin: 0;
    max-width: 100%;
    background-color: #fff;
}
input[type="checkbox"] {
    opacity: 0;
    width: 0;
}
input[type="checkbox"],
input[type="checkbox"] + label {
    display: inline;
    color: #000000;
}
body,
html {
    min-width: 100% !important;
    overflow-x: hidden;
}
.ui-menu .ui-menu-item-wrapper {
    font-family: "Inter";
	font-weight: normal;
    font-size: 16px;
}
ul.dn-attr a {
    text-decoration: none;
}
@media (max-width: 767px) {
    div.main-results {
        padding-left: 0;
    }
    .column-item h4:after {
        right: 10px !important;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .submit-landing-search,
    .submit-search {
        right: 45px;
    }
}
a.hidden-skip {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
div.floating-viewer {
    min-width: 205px;
    min-height: 160px;
    position: absolute;
    z-index: 5;
    background-color: #eee;
    padding: 8px;
    border: 1px solid silver;
    display: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin: -195px 0 0 397px;
}
div.floating-viewer {
    z-index: 9999 !important;
}
div.floating-viewer-arrow {
    display: none;
    width: 25px;
    height: 35px;
    position: absolute;
    background: transparent url(/search/images/arrow.png);
    margin: -63px 20px 20px 373px;
    z-index: 9999999;
}
.recommended-results {
    margin-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
}
div#searchAdjust.container-fluid {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
}
.error-page {
    display: inline-block;
}
div#searchAdjust p {
    font-family: "Inter";
	font-weight: normal;
    line-height: 20px;
    color: #595959;
    margin: 0 0 0;
}
div#searchAdjust h4 {
    font-family: "Inter";
	font-weight: bold;
    font-size: 18px;
    color: #004B87;
    margin: 0;
}
div#searchAdjust ul.s-tips {
    margin-left: 30px;
}
div#searchAdjust .s-tips li {
    list-style: disc;
    font-size: 14px;
    font-family: "Inter";
	font-weight: normal;
    color: #000;
    padding-top: 15px;
    padding-left: 10px;
}
div#searchAdjust a + a {
    display: block;
}
li.col-gl-8.col-md-8.result-item {
    margin: 1em 0;
    padding: 0;
}
a.show-filters.mobile img {
    margin-right: 10px;
}
div#bottom-navigation {
    display: inline-block;
}
p.g a {
    display: block;
}
ul#KeyMatches li a {
    display: block;
}
.not-found-error {
    margin-bottom: 3rem;
}
span.searched-keyword {
    font-family: "Inter";
	font-weight: bold;
    color: #004B87;
}
div#searchAdjust .not-found-error p {
    color: #004B87;
    font-family: "Inter";
	font-weight: normal;
    font-size: 14px;
}
.error-help-wrapper {
    margin-top: 4rem;
}
.faq-section.error-page {
    margin-top: 2rem;
    font-size: 14px;
    font-family: "Inter";
	font-weight: normal;
    margin-bottom: 4rem;
}
.search-tips {
    margin-bottom: 5rem;
}
#records a span:hover,
a.search-uspsRecommend:hover {
    color: #0068BB !important;
}
.faq_link.inline-link.secondary:hover,
.g a span:hover,
.g a:hover,
a.record-url.col-xs-12.inline-link.secondary:hover {
    color: #0068BB !important;
}
@media only screen and (min-width: 1200px) {
    div#searchAdjust.container-fluid {
        width: 1170px;
    }
}
p,
span {
    font-family: "Inter";
	font-weight: normal;
    line-height: 20px;
    color: #595959;
    margin: 0 0 0;
}
span.dn-attr-c {
    color: #000000;
}
li.next,
li.page-item {
    cursor: pointer;
}
@media (min-width: 992px) {
    a.close.hide-filters.mobile {
        display: none !important;
    }
}
.search-results {
    max-width: 100%;
}







/*********************************************
 * 1. HIGH‑VISIBILITY KEYBOARD FOCUS (REQUIRED)
 *    Matches USPS 508 audit requirement:
 *    “Focus indicator not provided”
 *********************************************/
 
:focus:not(.result-item a):not(ul#KeyMatches li a):not(input#autoCompleteSearchInputBox):not(.pagination li a)/* Highlight header on keyboard focus */
.dn-attr-hdr.column-item:focus {
	outline: 2px solid #668BE8 !important;
    box-shadow: none !important;
    outline-offset: 5px;
}
:focus-visible:not(.result-item a):not(ul#KeyMatches li a):not(input#autoCompleteSearchInputBox):not(.pagination li a)   {
	outline: 2px solid #668BE8 !important;
    box-shadow: none !important;
    outline-offset: 5px;
}
.result-item a:focus, .result-item a:focus span, ul#KeyMatches li a:focus{
	text-decoration: none;
}
/* Attribute panel controls (headers, filters, checkboxes) */
.dn-attr-hdr:focus,
.dn-attr-hdr.column-item:focus,
.dn-attr-v a:focus,
.dn-attr-v input[type="checkbox"]:focus,
.dn-attr-v label:focus,
a.page-link:focus, li.next:focus-within {
	outline: 2px solid #668BE8 !important;
    box-shadow: none !important;
    outline-offset: 5px;
}


.sr-only {
  position: absolute !important;
  width: 1px; 
  height: 1px; 
  padding: 0; 
  margin: -1px; 
  overflow: hidden; 
  clip: rect(0,0,0,0);
  border: 0;
}

a:hover,
a:focus {
  text-decoration: underline;                 /* Required focus cue */
}

/*********************************************
 * 4. CHECKBOX USABILITY + VISUAL ACCESSIBILITY
 *********************************************/
input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* Clear focus on checkboxes */
input[type="checkbox"]:focus-visible {
  box-shadow: 0 0 0 3px #668BE8;
  border-radius: 2px;
}

/*********************************************
 * 5. COLLAPSIBLE HEADER 508 SUPPORT
 *********************************************/
.dn-attr-hdr.column-item.active {
  border-left: 3px solid #668BE8;   /* Visible state for screen users */
}

/*********************************************
 * 6. MINIMUM TEXT SIZE & READABILITY
 *    WCAG 1.4.4 and USPS accessibility guidance
 *********************************************/
.dn-attr-hdr-txt,
.checkbox-label {
  font-size: 1rem;                  /* min 16px */
  line-height: 1.3;
}


/* ============================================================
   508 REQUIRED FOCUS HIGHLIGHT ON CHECKBOX + LABEL::before
   ============================================================ */

input[type="checkbox"]:focus + .checkbox-label::before {
	outline: 2px solid #668BE8 !important;
    box-shadow: none !important;
    outline-offset: 5px;
}

/* Checked state (unchanged — you can keep your own style) */
input[type="checkbox"]:checked + .checkbox-label::before {
    outline: 3px solid #0068BB;
}

input#autoCompleteSearchInputBox:focus, input#autoCompleteSearchInputBox:focus-visible{
    outline: 3px solid #ffffff!important;
	outline-offset: 3px !important;
}
.pagination li a:Focus, .pagination li a:focus-visible  {
	outline: 3px solid #668BE8;     
	outline-offset: 3px;
	border-radius: 50%;
}


/* ================================================
   FIX: CENTER PAGINATION NUMBERS (USPS OVERRIDE)
   Only affects pagination — nothing else changed
   ================================================ */

.pagination {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 4px; /* optional, keeps spacing clean */
}

.pagination li {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
}

.pagination li a.page-link {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    width: 42px !important;
    height: 42px !important;

    padding: 0 !important;
    margin: 0 !important;

    text-align: center !important;
    line-height: normal !important;

    border-radius: 50% !important; /* keep USPS circular look */
}

/* ACTIVE state centered */
.pagination > .active > a,
.pagination > .active > a:hover {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* Hide prev/next anchors, but preserve centering */
li.next a.page-link,
li.prev a.page-link {
    display: none !important;
}
li.page-item.last, li.page-item.first {
    display: none!important;
}
