/********************************/
/********** PO Locator **********/
/********************************/


/*** Home Page ***/	

.location-pill {
	white-space: nowrap;
	font-size: 14px;
	border-radius: 18px;
	background-color: #f7f7f7;
	color: #000000;
	padding-left: 14px;
	padding: 2px 10px;
	display: inline-block;
	word-wrap: none;
	max-width: fit-content;
	margin: 2px;
	width: fit-content;
	height: 24px;
}

.post-office-pill::before,
.national-retailer-pill::before,
.collection-box-pill::before,
.contract-postal-unit-pill::before,
.self-service-kiosk-pill::before,
.gopost-pill::before,
.village-post-office-pill::before {
	content: "";
	background-size: 12px 20px;
	width: 21px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	min-width: min-content;
	vertical-align: bottom;
}

.mapHover{
    
    background-color: #f7f7f7;
}

.apptReq{
    font-size: 12px;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.post-office-pill::before {
	background-image: url(../images/po-pin.svg);
}

.national-retailer-pill::before {
	background-image: url(../images/national-retailer-pin.svg);
}

.collection-box-pill::before {
	background-image: url(../images/collection-box-pin.svg);
}

.contract-postal-unit-pill::before {
	background-image: url(../images/cpu-pin.svg);
}

.self-service-kiosk-pill::before {
	background-image: url(../images/ssk-pin.svg);
}

.gopost-pill::before {
	background-image: url(../images/gopost-pin.svg);
}

.village-post-office-pill::before {
	background-image: url(../images/vpo-pin.svg);
}

.collectionboxtype
{
    display: none;
    margin-right: 20px;
}
.horizontal-colbox{
    padding-left:0;
}
.stamp-booklet
{
    display: none;
}

.no-width-flex
{
    width: 0;
}

.underlinedLink
{
    color: #3573b1 !important;
    text-decoration: underline !important;
}

/* Start Section 1: Find USPS Locations */
.po-locator-header {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: linear-gradient(#333366 75%, #ffffff 75%, #ffffff 100%);
	text-align: center;
	color: #ffffff;
	width: 100%;
	padding-left: 130px;
	padding-right: 130px;
}

.po-locator-header>h1,
.po-locator-header>p {
	color: #ffffff;
}

.po-locator-header>p {
	padding-top: 20px;
	padding-bottom: 25px;
	font-size: 16px;
}

.search-component {
	background-color: white;
	border-radius: 10px;
	border: 1px solid #999999;
	/* max-width: 100%; */
	max-width: 1098px;
	padding: 1px;
	box-shadow: 0 2px 5px #999999;
	position: relative;
	margin: auto;
}

.scrollyResults
{
    max-height: 50vh;
    overflow-y: scroll;
}

.noResultFound 
{
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 5px;
    color: #e71921;
}

.search-input {
	max-width: 100%;
	margin: 0;
}


.find-location-label {
	padding-bottom: 2px;
}

.current-location {
	text-align: right;
	padding-right: 0px;
	padding-top: 0px;
}

.current-location::after {
	content: "";
	background-image: url(../images/current-location-icon.svg);
	background-size: 20px 14px;
	padding-right: 0px;
	width: 20px;
	height: 14px;
	display: inline-block;
	padding-left: 5px;
	position: relative;
	vertical-align: top;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

button.button-link {
	background: none;
	border: none;
	text-decoration: underline;
	color: #3573b1;
	font-size: 12px;
}

button.button-link:focus,
.white-pill-button:focus {
	color: #333366;
	outline: 0;
	-webkit-box-shadow: 0 0 0 3px rgb(38 143 255 / 50%);
	box-shadow: 0 0 0 3px rgb(38 143 255 / 50%);
	text-decoration: none;
	position: relative;
}

button.button-link:hover {
	text-decoration: none;
	opacity: .8;
}


/* Location Dropdown  */
.location-dropdown-button {
	border: 1px solid #000000;
	border-radius: 3px;
	background-color: #ffffff;
	padding: 8px 5px 5px 5px;
	padding-right: 20px;
	max-width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(../images/blue-caret-down.svg);
	background-repeat: no-repeat;
	background-position: right 10px top 13px;
	background-size: 18px 18px;
	cursor: pointer;
	min-height: 44px;
}

.location-dropdown-wrapper {
	display: block;
	margin: 0px;
	position: absolute;
	bottom: -1;
	left: 0;
	width: 100%;
	z-index: 999;
	padding-left: 15px;
	padding-right: 15px;
}

.location-dropdown-contents {
	padding: 15px;
	text-align: left;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 3px;
}

.location-dropdown-contents ul li {
	list-style-type: none;
}

.location-option {
	padding-top: 0px;
}

li.location-option input[type=checkbox] ~ span.checkbox {
	top: 12px;
}

.more-locations-dropdown {
	display: none;
}

.show-more-button,
.show-less-button {
	background-color: #ffffff;
	border: none;
	margin-left: 0px;
	margin-right: 0px;
	cursor: pointer;
	padding-left: 0px;
}

.show-more-button::after,
.show-less-button::after {
	content: "";
	background-size: 12px 12px;
	width: 18px;
	height: 16px;
	display: inline-block;
	padding-left: 5px;
	position: relative;
	vertical-align: top;
	margin-left: 5px;
	background-repeat: no-repeat;
}

.show-more-button::after {
	background-position: 0px 1px;
	background-image: url(../images/left-chevron-secondary.svg);
	transform: rotate(270deg);
}

.show-less-button::after {
	background-position: 5px 1px;
	background-image: url(../images/left-chevron-secondary.svg);
	transform: rotate(90deg);
}

.error-text-sizing {
	font-size: 13px;
}

.search-button {
	min-width: 80px;
	width: 100%;
	height: 44px;
	padding: 5px 10px;
	position: relative;
	margin-top: 5px;
}

.selected-services-filter-wrapper {
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.deselect-container{
	overflow: hidden;
	display: inline;
	margin-right: 0px;
}

.active .deselect-container{
	display: inline;
}

.see-more-button{
	display: none;
}

.see-more-container{
	display: inline;
	margin-left: 0px;
}

.selected-services-filter-wrapper .active .see-more-container .see-more-button, 
.mobile-visible-after-search .active .see-more-container .see-more-button{
	display: inline;
}

.white-pill-button {
	font: "Helvetica Neue";
	font-size: 16px;
	padding: 4px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 32px;
	margin-top: 15px;
	width: fit-content;
	max-width: max-content;
	margin-right: 10px;
}

.selected-filter-button::after {
	content: "";
	background-image: url(../images/remove-filter.svg);
	background-size: 10px 10px;
	width: 10px;
	height: 10px;
	display: inline-block;
	padding-left: 5px;
	position: relative;
	background-repeat: no-repeat;
	margin-left: 6px;
}

.sunday-hours,
.pickup-hold,
.passport-appointments,
.sunday-hours-checkbox,
.pickup-hold-checkbox,
.passport-appointments-checkbox {
	background-color: none;
}

.search-divisor-bar {
	margin-left: -8px;
	margin-right: -37px;
}

.filter-button {
	margin-left: 10px;
	display: flex;
	flex-wrap: nowrap;
  	color: #333366;
}

.white-pill-button.filter-button:hover {
	color: #333366;
}							

.filter-button::before {
	content: "";
	background-image: url(../images/filter-icon.svg);
	background-size: 24px 22px;
	width: 28px;
	height: 22px;
	display: inline-block;
	padding-right: 5px;
	position: relative;
	vertical-align: top;
	margin-right: 0px;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.filter-sort-search-radius-header{
	padding-top:15px;
	font-size: 14px;
}
.filter-sort-search-radius-input-spacing{
	padding-top:8px;
}

.filter-sort-search-radius-input-spacing .radio-container{
	min-width: 80px;
}

.mobile-hidden-checkboxes {
	display: block;
}

.sort-inputs {
	display: none;
	padding-left: 0px;
	padding-right: 0px;
}

.sort-result-dropdown-container .dropdown-items-wrapper {
	font-size: 14px;
}

.sort-result-dropdown-container .dropdown-items-wrapper, .sort-result-dropdown-container .dropdown-menu {
	color: #000000;
	border-color: #000000;
}

.sort-result-dropdown-container .dropdown-menu li a {
	color: #000000;
}

.sort-result-dropdown-container .dropdown-menu > li > a:focus, .sort-result-dropdown-container .dropdown-menu > li > a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #333366;
}

.filter-radius-inputs{
	padding: 0px;
	padding-top: 10px;
}

.filter-dropdown-container {
	margin: 0px;
	margin-top: 2px;
	position: absolute;
	bottom: -1;
	left: 0;
	width: 100%;
}

.filter-dropdown {
	color: #000000;
	background-color: #f7f7f7;
	border: 1px solid #ededed;
	border-radius: 10px;
	z-index: 999;
	padding: 25px;
	padding-left: 75px;
	padding-right: 75px;
	box-shadow: 0 2px 5px #999999;
}

.filter-dropdown-input-mw{
	max-width: 330px;
}

.checkbox-top-padding-override{
	padding-top:5px;
}

.pickup-services-top-padding-override{
	padding-top:0px;
}

.accordion-group-container{
	margin:0px;
	margin-top:25px ;
}

.accordion-color-change-contents{
	margin-top: 0px;
}

.filter-dropdown-container .filter-dropdown .accordion-group-container .container-fluid .accordion-color-change{
	margin-top: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom: 5px !important;
	border-radius: 0px !important;
}

.filter-accordion-padding{
	padding-top: 0px;
	padding-bottom: 0px;
}

.accordion-item.show-hide-item.accordion-color-change.expanded-accordion,
.expanded-accordion .accordion-button.show-hide-button {
	background-color: #ffffff;
}

.filter-dropdown-container .filter-dropdown .accordion-group-container .container-fluid .accordion-color-change{
	border-bottom-right-radius:0px ;
	border-bottom-left-radius:0px ;
	border-top-right-radius:0px ;
	border-top-left-radius:0px ;
}

.check-count-container{
	background-color: #3573b1;
	color: #ffffff;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	margin-left: 10px;
	line-height: 20px;
	margin-top: auto;
	margin-bottom: auto;
}

.check-count{
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	display:block;
	width: 100%;
}

.rounded-modal {
	border-radius: 3px;
}

.modal-mobile-padding {
	padding-left: 20px;
	padding-right: 20px;
}

.filter-sort-search-radius-wrapper {
	color: #000000;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.choose-address-radio-border {
	border: 1px solid #d8d8d8;
	padding: 20px 10px 20px 10px;
}

.actionable-accordion-content .checkbox-container + .checkbox-container {
	margin-top: 10px;
}

.actionable-accordion-wrapper {
	position: relative;
	display: block;
	padding: 15px 0px;
	background-color: #fff;
	border: none;
	border-top: 1px solid #d7d7d7;
}

.actionable-accordion-header::after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 0;
	background-size: 22px 22px;
	top: 14px;
	width: 22px;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 25px;
	background-image: url(../images/blue-caret-down.svg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: transform 0.15s ease-out;
}

.actionable-accordion-header.active::after {
	background-image: url(../images/blue-caret-down.svg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: transform 0.15s ease-out;
}

.actionable-accordion-wrapper .actionable-accordion-content {
	display: none;
}

.actionable-accordion-wrapper.active .actionable-accordion-content {
	display: block;
}

.actionable-accordion-header:hover {
	cursor: pointer;
}

.actionable-accordion-header>a:focus>h4 {
	color: #333366;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
	box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
	text-decoration: none;
	position: relative;
}

.checkbox-subtext {
	margin: 0px;
	color: #333366;
	font-size: 11px;
	vertical-align: super;
	line-height: 5px;
}

.black-text{
	color:#000000 !important;
}

.blue-text {
	color: #333366 !important;
}

.light-blue-text{
	color:#3573b1 !important;
}

.sticky-search-container {
	position: -webkit-sticky;
	/* Safari */
	position: sticky;
	top: 0;
	z-index: 99999;
	background-color: #333366;
	padding: 20px;
	margin: 0px;
	margin-top: -10px;
	/* padding-top: 30px; */
	max-width: 100%;
	width: 100%;
	display: flex;
}

.sticky-search {
	margin: auto;
	max-width: 600px;
}

.searchbar-button {
	background: #ffffff url(../images/search.svg) no-repeat;
	background-size: 25px 25px;
	background-position: 15px 9px;
	background-color: #ffffff;
	border: none;
	border-radius: 0px;
	padding: 5px;
	padding-left: 15px;
	padding-right: 10px;
	margin-right: 0px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	height: 44px;
	width: 50px;
}

.rounded-searchbar {
	margin-left: 0px;
	padding-left: 0px;
	border: none !important;
	background-color: #ffffff;
	border-radius: 0px;
	border-top-right-radius: 14px !important;
	border-bottom-right-radius: 14px !important;
	min-width: 220px !important;
	max-width: 1600px;
	height: 44px;
}

@media only screen and (min-width: 576.98) and (max-width: 767.98px) {
	.mobile-full-width-mobile {
		/* width: 100%; */
		max-width: 90%;
	}
}	

@media only screen and (max-width:767.98px) {

	/* Hides the checkboxes on mobile */
	.mobile-hidden-checkboxes {
		display: none;
	}

	.search-button {
		margin-top: 0px;
		margin-bottom: 20px;
	}

	.po-locator-header {
		background-color: #ffffff;
		padding: 15px;
		padding-bottom: 0px;
		background-repeat: no-repeat;
		background-image: linear-gradient(#333366 35%, #ffffff 35%, #ffffff 100%);
		text-align: center;
	}

	.mobile-0-padding {
		padding: 0px;
	}
}

/* Tablet breakpoint */
@media only screen and(min-width:768.98) and (max-width: 991.98px) {
	.po-locator-header {
		background-color: #ffffff;
		padding: 40px;
		padding-bottom: 0px;
		background-repeat: no-repeat;
		background-image: linear-gradient(#333366 75%, #ffffff 75%, #ffffff 100%);
		text-align: center;
	}

}

@media only screen and (min-width: 768.98px) and (max-width: 1089.98px) {
	.filter-dropdown {
		padding-left: 50px;
		padding-right: 50px;
	}
}   

/* General Section 2 display  */
/* Hides the Filter and sort button and the results and map elements*/
/* Hidden by default displayed when seach is clicked */
/* Hidden by default, displayed when hold mail input is selected */
.hidden-by-default,
.search-results-visibility-toggle,
.hold-mail-visibility {
	display: none;
}

/* Hides the default landing page content */
/* Hidden by hold mail selection */
.hidden-by-search,
.hidden-by-hold-mail {
	display: block;
}



/* Section 2A: Map Results page */
.map-results-wrapper {
	margin-top: 35px;
	padding: 0px;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	max-height: 1080px;
}

.results-scroll-container {
	overflow-y: scroll;
	overflow-x: hidden;
	height: auto;
	max-height: 800px;
	border-bottom: 1px solid #d8d8d8;
}

.results-list {
	list-style: none;
}

.map-result-list-header {
	background-color: #f7f7f7;
	color: #333366;
	width: 100%;
	padding: 15px;
	padding-left: 10px;
	font-size: 16px;
}

.result-item {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	width: 100%;
	border-bottom: 1px solid #999999;
	text-align: left;
}

.button-styling-remove {
	border: none;
	background: none;
}

.result-contents {
	padding-left: 10px;
	padding-bottom: 0px;
}

.result-location-types {
	text-align: right;
	max-width: 180px;
	padding-bottom: 0px;
	padding-top: 28px;
}

.result-details-distance {
	padding-bottom: 12px;
	font-size: 12px;
}

.result-detail-pickup-hold-facility {
	padding-top: 0px;
	padding-bottom: 5px;
}

.result-details-link {
	padding-top: 0px;
	text-transform: uppercase;
	padding-bottom: 8px;
	color: #3573b1;
}

.result-details-address,
.result-details-secondary,
.result-details-hours {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}

.result-details-hours{
	padding-left: 10px;
	padding-bottom: 10px;
}

.result-details-secondary {
	padding-bottom: 10px;
}

.result-details-sunday-hours{
	padding-top:0px;
	font-size: 12px;                                   
}

.result-detail-hour-expand-padding{
	padding-top: 0px;
}

.results-hours-expand:hover {
	cursor: pointer;
}

.column-item-office-hours .location-info-hours-header::after {
	content: "";
	display: inline-block;
	position: absolute;
	margin-left: 12px;
	background-size: 14px 14px;
	width: 16px;
	background-repeat: no-repeat;
	background-position: 0 3px;
	height: 25px;
	background-image: url(../images/down-caret.svg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: transform 0.15s ease-out;
}

.column-item-office-hours.active .location-info-hours-header::after {
	background-image: url(../images/down-caret.svg);
	background-position: 0px 8px;
	background-size: 14px 14px;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: transform 0.15s ease-out;
}

.results-hours-expand::after {
	content: "";
	display: inline-block;
	position: absolute;
	margin-left: 5px;
	background-size: 14px 14px;
	width: 15px;
	background-repeat: no-repeat;
	background-position: 0 3px;
	height: 25px;
	background-image: url(../images/blue-caret-down.svg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: transform 0.15s ease-out;
}

.results-hours-expand-wrapper.active .results-hours-expand::after {
	background-image: url(../images/blue-caret-down.svg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: transform 0.15s ease-out;
}

.result-contents .location-info-content-hours {
	width: auto;
}

.result-details-parking::before {
	content: "";
	background-size: 14px 21px;
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	min-width: min-content;
	background-image: url(../images/blue-checkmark.svg);
}

.result-details-parking {
	font-size: 12px;
	width: 100%;
	margin: 0px;
	background-color: #ededed;
	margin-top: 0px;
	padding: 2px 10px 2px 10px;
}

button.location-info-hours-header {
	font-size: 12px;
  	color: #000000;
}

.location-info-hours:hover {
	cursor: pointer;
}

.location-open-now {
	color: #218748;
}

.location-closing-soon {
	color: orange;
}

.location-check-with-store {
	color: #000000;
}

.location-currently-closed {
	color: #e71921;
}

.results-list-visibility,
.map-visibility {
	display: block;
}

.map-sizing {
	padding: 0px;
	display: flex;
	flex-direction: column;
}

.pin-location{
	position: absolute;
	right:20%;
	top: 20%;
	width: 32px;
	height: auto;
}

.floating-pin-wrapper:hover{
	cursor: pointer;
}

.pin-size{
	width: 32px;
	height: auto;
}

.selected-pin-size {
	width: 36px;
	height: auto;
	display: none;
	margin-top:-6px;
	margin-left: -2px;
}

.floating-pin-wrapper.active .pin-size{
	display: none;
} 

.floating-pin-wrapper.active .selected-pin-size{
	display: block;
}

.map-collective-pin{
	width: 50px;
	height: 50px;
	border: 1px solid #000000;
	border-radius: 25px; 
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	top:50%;
	-moz-box-shadow: 0px 0px 0px 8px rgba(89, 89, 89, .5);
	-webkit-box-shadow: 0px 0px 0px 8px rgba(89, 89, 89, .5);
	box-shadow: 0px 0px 0px 8px rgba(89, 89, 89, .5);
}

.map-pin-count::after{
	content: "";
	background-size: 14px 20px;
	width: 15px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	min-width: min-content;
	background-image: url(../images/black-map-pin.svg);
}

.map-pin-count{
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.po-locator-map {
	display: flex;
	flex: 1;
}

.location-detail-map {
	display: flex;
	width: 100%;
	/* background-image: url("../images/demo-results-map.png"); */
	/* min-height: 600px; */
}

.location-pill-gray-container {
	width: 100%;
}

.map-search-criteria-banner {
	background-color: #f7f7f7;
	padding: 5px 10px 5px 10px;
}

.map-floating-details-wrapper {
    z-index: 2;
	position: absolute;
	left: 15px;
	top: 70px;
}
.floating-details-location-name{
	display: inline;
}
.floating-details-location-name-link{
	display: none;
}

.search-map-buttons-left{
	position: absolute;
	left: 15px;
}
		  
.map-floating-details-wrapper .location-pill {
	padding-left: 4px;
}

.map-floating-details-background {
	background-color: #f7f7f7;
	border-radius: 10px;
	padding: 15px;
	box-shadow: 0 0 3px #999999;
}
.map-floating-details-interior-padding{
	padding:15px;
}

.map-floating-details-section-spacing {
	padding-top: 15px;
	padding-bottom: 8px;
}

.map-view-btn {
	background-image: url(../images/map-view-toggle.png);
	cursor: pointer;
}

.list-view-btn {
	background-image: url(../images/list-view-toggle.png);
	cursor: pointer;
}

.mobile-pin-map-button {
	display: none;
}

.map-search-area {
	position: absolute;
	width: 100%;
	text-align: center;
}

.search-this-area-container{
	padding-top: 80px;
}

.search-this-area-container .btn-primary.button--white {
	width: 214px;
	border-radius: 15px;
	padding: 9px 24px;
}

.search-this-area::before {
	content: "";
	width: 22px;
	height: 24px;
	display: inherit;
	padding-right: 0px;
	vertical-align: baseline;
	float: left;
	background-position: 0px 0px;
}

.search-this-area.zoom-icon::before {
	background: url(../images/search.svg);
	background-repeat: no-repeat;
	background-size: 20px 26px;
}

.search-this-area.reload-icon::before {
	background-image: url(../images/search-area-icon.svg);
	background-repeat: no-repeat;
	background-size: 20px 24px;
}

.map-floating-details-distance {
	padding-bottom: 10px;
	font-size: 12px;
}

.enlarged-close-icon::after {
	width: 20px;
	height: 22px;
	background-size: 20px 20px;
}

.time-icon-before::before {
	content: "";
	width: 20px;
	height: 20px;
	left: 15px;
	top: 2px;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../images/clock-icon.svg);
	background-size: 20px 20px;
}

.time-icon-before p {
	padding-left: 35px;
}

.temp-closed-icon-before::before {
	content: "";
	width: 20px;
	height: 20px;
	left: 15px;
	top: 2px;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../images/warning-icon.svg);
	background-size: 20px 20px;
}

.temp-closed-icon-before p {
	padding-left: 35px;
}

.map-floating-details-background .bolded-link{
	font-size: 18px;
}

@media only screen and (max-width:767.98px) {
	.map-results-wrapper {
		margin-top: 0px;
		padding: 0px;
	}

	.search-this-area-container .btn-primary.button--white {
		width: 214px;
		padding: 7px 24px;
		height: 42px;
	}

	.search-this-area::before {
		background-size: 19px 24px;
	}

	.po-locator-map {
		height: 595px;
	}
}

@media only screen and (max-width:992.98px) {
	.map-result-list-header{
		background-color: #ffffff;
	}
	
	.map-floating-details-wrapper {
		z-index: 9999;
		position: absolute;
		left: 5px;
		top: 30%;
		width: 98%;
	}
	
	.map-floating-details-interior-padding{
		padding:4px;
	}
	
	.map-floating-details-background{
		padding:12px;
	}
	
	.floating-details-location-name{
		display: none;
	}
	
	.floating-details-location-name-link{
		display: inline;
	}
	
	.floating-details-sub-info{
		display: none;
	}
	
	.map-floating-details-section{
		padding-bottom: 0px;
	}

	.mobile-pin-map-button {
		display: block;
		z-index: 999;
		width: 129px;
		height: 43px;
		background-repeat: no-repeat;
		margin-left: -72px;
		position: fixed;
		left: 50%;
		bottom: 10px;
		background-size: 144px;
		width: 144px;
	}
  
	.mobile-pin-map-button:focus{
		position: fixed;
		left: 50%;
		bottom: 10px;
	}
	
	.po-locator-map{
		height: 595px;
	}			
}

@media only screen and (min-width: 1912.98px) {
	
	.results-column-wrapper {
		max-width: 450px;
	}
	
	.map-visibility {
		width: 76%;
	}
}



/* Section 2B: Streamline USPS Visit */
.max-width-override {
	max-width: none;
}

.usps-visit-wrapper {
	margin-top: 50px;
	padding: 0px;
	text-align: center;
}

.info-boxes,
.gray-info-boxes {
	max-width: 380px;
	text-align: left;
	padding: 25px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 16px;
}

.gray-info-boxes {
	background-color: #f7f7f7;
}

.block-to-inline {
	display: block;
}

.info-boxes-link-spacing{
	line-height: 32px;
}

.info-images-wrapper {
	min-height: 75px;
	padding-bottom: 15px;
}

.info-images {
	max-width: 75px;
	max-height: 75px;
	width: 75px;
	height: 75px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.bolded-link {
	color: #3573b1;
	text-decoration: underline;
	text-align: left;
	font-size: 16px;
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

@media only screen and (max-width:767.98px) {
	.usps-visit-wrapper {
		margin-top: 35px;
		padding: 0px;
		text-align: center;
		margin-left: 0px;
		margin-right: 0px;
	}

	.info-boxes,
	.gray-info-boxes {
		max-width: 100%;
		margin-top:0px;
	}

	.block-to-inline {
		display: inline;
	}

	.under-to-right {
		float: left;
	}
}



/* Section 3: What services are provided */
.provided-services-wrapper {
	margin-top: 60px;
	padding: 0px;
	text-align: left;
}

.provided-services-image {
	height: 100%;
	width: 100%;
	overflow: hidden;
	object-position: center;
	object-fit: fill;
	padding-right: 10px;
}

.full-fit-background-image {
	height: 100%;
	width: 100%;
	min-height: 200px;
	background-image: url("../images/self-service-kiosk.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.provided-services-header-wrapper {
	max-width: 600px;
}

.provided-services-header {
	text-align: left;
	padding-bottom: 20px;
	display: inline;
}

.provided-services-header-alignment {
	padding: 20px;
	display: inline-block;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 0px;
}

.provided-services-pin {
	width: 65px;
	height: auto;
	float: left;
	display: inline;
	padding-top: 0px;
}

.provided-service-info {
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 338px;
	margin-top:2px;
	margin-bottom:2px;
}

.provided-serivces-mobile-spacing .row {
	margin-right: 0px;
	margin-left: 0px;
}

.provided-serivces-mobile-spacing {
	padding-left: 30px;
}

.grey-bg,
.grey-to-white {
	background-color: #f7f7f7;
}

.white-to-grey {
	background-color: #ffffff;
}

a.bolded-link:hover {
    color: #3573b1;
}

@media only screen and (max-width:767.98px) {
	.provided-services-wrapper {
		margin-top: 10px;
		text-align: left;
		width: 100%;
	}

	.provided-services-header {
		padding-top: 20px;
		font-size: 18px;
		min-height: 40px;
	}

	.provided-services-pin {
		width: 40px;
	}

	.grey-to-white {
		background-color: #ffffff;
	}

	.white-to-grey {
		background-color: #f7f7f7;
	}

	.provided-services-header {
		padding-left: 0px;
	}

	.provided-service-info {
		padding-top: 20px;
		padding-bottom: 20px;
		max-width: 767.98px;
		margin:0px;
	}

	.provided-services-header-wrapper {
		max-width: 400px;
	}

	.provided-services-header-alignment{
		padding-bottom: 0px;
	}

	.provided-serivces-mobile-spacing {
		padding-left: 0px;
	}
}

@media only screen and (max-width:991.98px) {
	.provided-services-image {
		padding-right: 0px;
	}
}



/* Section 4: Location Types */
.location-types-wrapper {
	margin: auto;
	margin-top: 40px;
	padding: 0px;
	max-width: 1800px;
	background-color: #ffffff;
	text-align: center;
}

.location-types-header{
	text-align: center;
}

@media only screen and (max-width:767.98px) {
	.accordion-mobile-padding{
		padding-left: 2.5px;
	}

	.location-types-wrapper {
		margin-top: 35px;
	}

	.location-types-header{
		text-align: left;
	}
}



/* Section 5: USPS Online Services */
.online-services-wrapper {
	margin: auto;
	margin-top: 60px;
	padding: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
	max-width: none;
	background-color: #f7f7f7;
	text-align: center;
}

.open-status {
	color: #218748;
	text-align: center;
	font-weight: bold;
}

.services-body {
	font-size: 16px !important;
	text-align: center;
	max-width: 540px;
	margin: 0 auto;
}

.service-link-table {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 90px;
}

.service-link {
	padding-top: 15px;
	padding-left: 0px;
}

.services-icons {
	display: inline;
	width: 30px;
	height: 30px;
	padding-right: 8px;
  	float: left; 
  	margin-top: -2px;
}

@media only screen and (max-width:767.98px) {
	.online-services-wrapper {
		margin-top: 35px;
	}

	.service-link-table {
		text-align: left;
		padding-top: 10px;
		padding-bottom: 5px;
		padding-left: 20px;
	}
}



/* Section 6: FAQ */
.faq-wrapper {
	margin-top: 60px;
	padding: 0px;
	text-align: center;
}

.faq-wrapper>h3 {
	text-align: center;
}

.faq-header {
	text-align: center;
	color: #333366;
}

.faq-body {
	padding-top: 20px;
	font-size: 16px !important;
	text-align: center;
	max-width: 340px;
	margin: 0 auto;
}

.accordion-item.show-hide-item.accordion-color-change.expanded-accordion {
	padding-top: 15px;
}

input.form-control.prepend.rounded-searchbar {
	padding-left: 6px;
}

input.form-control.prepend.rounded-searchbar::placeholder {
	color: #000000;
}

.result-details-hours .column-item-office-hours p {
	font-size: 12px;
}

@media only screen and (max-width:767.98px) {
	.faq-wrapper {
		margin-top: 35px;
	}
}




/*** PO Details ***/


/* Return to search results */

.return-to-results::before {
	content: "";
	display: inline-block;
	background-image: url(../images/left-chevron-secondary.svg);
	background-repeat: no-repeat;
	height: 15px;
	width: 12px;
	position: relative;
	top: 4px;
}

@media only screen and (max-width: 958.98px) {
	a.return-to-results.inline-link.secondary {
		padding-top: 20px;
		display: block;
	}	
}


/* Location Info */

.location-info {
	padding-top: 30px;
}

.location-info .row {
	padding-top: 15px;
}

.location-info-content p:first-child::before {
	content: "";
	width: 22px;
	height: 22px;
	left: 15px;
	top: 20px;
	position: absolute;
	background-repeat: no-repeat;
}

.location-info-content p {
	padding-left: 35px;
}

@media only screen and (min-width: 768.98px) {
	.location-info {
		padding-right: 60px;
	}
}

.location-info-share a::before {
	content: "";
	display: inline-block;
	background-image: url(../images/share-icon.svg);
	background-repeat: no-repeat;
	background-size:  20px 20px;
	height: 24px;
	width: 20px;
	position: relative;
	top: 6px;
	right: 4px;
}

.location-info-share p {
	padding-left: 10px;
}

.location-info-share {
	float: right;
}

.location-info-address.row {
	padding-top: 30px;
}

.location-info-address .location-info-content p:first-child::before {
	background-image: url(../images/po-selected-pin.svg);
	background-size: 22px 22px;
}

.location-info-hours-static .location-info-content p:first-child::before {
	content: none;
}

.accordion-column-wrapper.row {
	padding-top: 24px;
}

p.holiday-hours-banner {
	padding-left: 0px;
  	display: none;
}

span.holiday-hours-alert-banner {
	margin-left: 35px;
	border-left: 10px solid;
	display: block;
}

.yellow-banner.holiday-hours-alert-banner {
	border-left-color: #ffbe2e;
	background-color: #faf3d1;
}

.yellow-banner.holiday-hours-alert-banner {
	padding: 10px 15px;
}

.column-item-office-hours .item-details {
	display: none;
}

.column-item-office-hours.active .item-details {
	display: block;
}

.location-info-content-hours .row {
	padding-top: 6px;
}

.location-info-content-hours .row:first-child p {
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 8px;
}

.location-info-hours-static .location-info-content::before {
	content: "";
	width: 22px;
	height: 22px;
	left: 15px;
	top: 1px;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../images/clock-icon.svg);
	background-size: 22px 22px;
}
.location-closed-info-content::before {
	content: "";
	width: 22px;
	height: 22px;
	left: 15px;
	top: 1px;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../images/warning-icon.svg) !important;
	background-size: 22px 22px;
}
.location-closed-info-content p
{
    color: #e71921 !important;
}

.location-info-content-hours {
	padding-left: 35px;
	padding-bottom: 0;
	width: 288px;
}

.more-hours-link.row {
	padding-top: 15px;
}

.location-info-phone .location-info-content p:first-child::before {
	background-image: url(../images/phone-icon.svg);
	background-size: 22px 22px;
}

.location-info-phone p {
	color: #333366;
}

.item-details.location-info-content-hours.results-hours-width {
    padding-bottom: 15px !important;
}


/* Map */
.results-map-placeholder {
	width: 100%;
	height: auto;
/*	background-image: url(../images/demo-results-map.png);*/
	/* max-width: 100%; */
	background-size: cover;
	background-repeat: no-repeat;
}

.po-details-map-placeholder {
	width: 100%;
	height: auto;
	background-image: url(../images/demo-location-details-map.png);
	/* max-width: 100%; */
	background-size: cover;
	background-repeat: no-repeat;		
}

.map-buttons {
    z-index: 1;
}

.map-buttons .button--white {
	border: 1px solid #333366;
	border-radius: 0;
	min-width: auto;
	padding: 0 10px;
}

.map-buttons .button-container {
	padding-top: 20px;
}

.map-btn {
	position: absolute;
	left: 40px;
}

.map-zoom {
	position: absolute;
	right: 30px;
}

.map-btn .button--white {
	padding: 0 15px;
}

.map-btn .button--white:focus {
	z-index: 999;
	position: relative;
}

.map-btn .active-map-btn span {
	border-bottom: 4px solid #e71921 ;
}

#map-btn-map {
	margin-right: -2px;
}

#map-btn-satellite {
	margin-left: -2px;
}

.map-zoom span {
	display: inline-block;
	padding-bottom: 5px;
}

.map-zoom .button--white {
	margin: 0px 10px;
	font-size: 30px;
	line-height: 1;
}

 @media only screen and (min-width: 992.98px) {
    .map-pre-size
    {
        min-height: 550px;
    }
} 

@media only screen and (min-width: 768.98px) {
	.mobile-map-overlay {
		display: none;
	}
	
	.po-details_container .po-locator-map {
		height: 100%;
	}
}

@media only screen and (max-width: 767.98px) {
	.col-12.col-md-7.column-wrapper.po-location-map {
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.map-buttons .button-container {
		padding-top: 15px;
	}

	.map-buttons .button--white {
		height: 36px;
	}

	.map-btn {
		position: absolute;
		left: 15px;
	}

	.map-zoom {
		position: absolute;
		right: 10px;
	}

	.map-zoom .button--white {
		margin: 0 5px;
	}

	.mobile-map-overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 10;
		color: #ffffff;
		background-color: rgba(0, 0, 0, 0.7);
	}
	
	.mobile-map-overlay p {
		color: #ffffff;
		text-align: center;
		font-size: 18px;
	}
  
	.mobile-map-overlay p + p {
		padding-top: 25px;
	}      

	.mobile-map-overlay-content {
		margin-top: 40%;
	}

	.mobile-map-overlay-content img {
		padding-right: 25px;
	}
}


/* Services At This Post Office */

.services-header {
	text-align: center;
}

.services-header, .services-accordion {
	padding-top: 50px;
}

.location-services {
	padding-top: 15px;
}

.location-services-wrapper {
	margin: auto;
}

.show-hide-wrapper {
	margin-left: 0;
	margin-right: 0;
}

.hours-flex-container {
	margin-top: 20px;
}		

.show-hide-item {
	background-color: #f7f7f7;
	padding: 5px 10px;
	margin-top: 15px;
	border-radius: 10px;
	border: none;
}

.show-hide-item p {
	margin: 10px;
}

.show-hide-item .bullet-list {
	padding-top: 10px;
}		

.show-hide-item button:focus {
	color: #333366;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
	box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
	text-decoration: none;
	position: relative;
}

.show-hide-item.accordion-item:first-of-type {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.show-hide-item.accordion-item:last-of-type {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.show-hide-button.accordion-button {
	background-color: #f7f7f7;
}

.show-hide-button.accordion-button::after {
	background-image: url("../images/expand-icon.svg");
	width: 25px;
	background-size: 25px 25px;
	height: 25px;
}

.show-hide-button.accordion-button:not(.collapsed)::after {
	background-image: url("../images/collapse-icon.svg");
	width: 25px;
	background-size: 25px 25px;
	height: 25px;
}

.show-hide-button.accordion-button:not(.collapsed) {
	box-shadow: none;
}

.show-hide-button.accordion-button:not(.collapsed):focus {
	color: #333366;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
	box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
	text-decoration: none;
	position: relative;
}

@media only screen and (min-width: 768.98px) {
	.show-hide-container  {
		margin-right: -15px;
	}	
}

@media only screen and (max-width: 767.98px) {
	.show-hide-item {
		margin-top: 10px;
	}

	.show-hide-wrapper {
		padding-left: 0px;
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.services-header, .services-accordion {
		padding-top: 35px;
	}
}


/* Services Hours */

.store-hour-container span, #specialHoursDiv span {
	float: right;
}

.spcHoursSplit  {
	 margin-top: 40px;
}

.store-hour-container p {
	font-size: 14px;
	color: #000000;
}

.store-hour-container + .store-hour-container {
	margin-left: 0px;
}

.store-hour-container p + p, .accordion-column-wrapper .item-details, .bullet-list li:first-child, .number-list li:first-child {
	padding-top: 0;
}

.hours-flex-section {
	padding-top: 15px;
}

.hours-flex-section h5 + p, .accordion-collapse .bullet-list li {
	padding-top: 10px;	
}

.accordion-collapse .bullet-list {
	padding-top: 5px;
}

.store-hour-container {
	max-width: 300px;
	margin: auto;
}

.light-gray-bg {
	background-color: #f7f7f7;
	padding: 0 15px 15px;
}


@media only screen and (min-width: 768.98px) {
	.hours-flex-section:not(.hours-flex-section:first-child) {
		padding-top: 30px;
	}

	.store-hour-container {
		max-width: 100%;
		margin: auto;
	}
	
	.mobile-map-overlay {
		display: none !important;
	}
}

@media only screen and (max-width:767.98px) {
	.store-hour-container .light-gray-bg {
			margin-top: 15px;
	}
}


/* At This Location */

.at-this-location {
	background-color: #f7f7f7;
}

.at-this-location p {
	text-align: left;
}

.location-info-parking .location-info-content p:first-child::before {
	background-image: url(../images/parking-icon.png);
	top: 0;
	background-size: 22px 22px;
}

.location-info-accessibility {
	padding-top: 15px;
}

.location-info-accessibility .location-info-content p:first-child::before {
	background-image: url(../images/accessibility-icon.svg);
}

@media only screen and (min-width: 768.98px) {
	.at-this-location .gb-column .column-wrap.center-align {
		width: 395px;
	}
	
	.mobile-phone-tel {
		display: none;
	}
}

@media only screen and (max-width:767.98px) {
	.desktop-phone-tel {
		display: none;
	}
}



/*** General ***/

.map-floating-details-background .button-container {
    padding-top: 15px !important;
}

.map-floating-details-section-spacing .location-info-hours {
    cursor: default;
}
  
.home_container .map-btn {
 	left: 30px; 
}

.po-details_container .map-btn {
 	left:40px; 
}
  
#map-btn-satellite, #map-btn-map, .map-zoom button {
    height: 40px;
} 

.close:after, .modal-header .close:after {
    content: "";
    background-image: url(../images/close_x.svg);
}

@media only screen and (max-width: 767.98px) {
	.po-locator-header .main-header {
		padding-bottom: 0px;
	}
	
	.po-details_container .map-btn {
		left: 15px; 
	}	
}

@media only screen and (min-width: 768px) and (max-width: 1029.98px) {
	.po-locator-header {
		padding-left: 50px;
		padding-right: 50px;
	}
}
	
	

/*Share This Location Modal*/

.shareModal{
    
    z-index: 10000 !important;
}

.share-location-container .modal-title {
	padding-bottom: 0px;
}

.share-location-container .text-box, .share-location-container .po-location-pill {
	padding-top: 20px;
}

.po-location-content p+p {
	padding-top: 0px;
	padding-bottom: 0px;
}

.share-location-container .modal-share {
	padding-top: 30px; 
}

.share-link-container {
	margin-right: 20px;
	flex-grow: 2;
	border-bottom: 1px solid #999999;
}

.copy-link-btn {
	white-space: nowrap;
	text-decoration: underline;
}

.link-share-container, .po-location-content {
	padding-top: 10px;
	width: 100%;
}

.copy-link-btn {
	line-height: normal;
	font-size: 16px;
	padding: 0;
}

.share-link-button-container {
	flex-grow: 1;
	padding-top: 2px;
}

.copy-link-btn:hover {
	text-decoration: none;
}

#share-location-modal .modal-dialog.extra-large {
	max-width: 670px !important;
}

input[type="text"].share-link {
	border:0;
	padding-left: 0;
    padding-bottom: 0;
    height: 24px;
  	background: #ffffff;
}

.link-share-container .copy-link-btn {
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.link-share-container .tip {
    background-color: #595959;
    padding: 0 14px;
    line-height: 27px;
    position: absolute;
    border-radius: 4px;
    z-index: 100;
    color: #fff;
    font-size: 12px;
    animation-name: tip;
    animation-duration: .6s;
    animation-fill-mode: both;
}

.link-share-container .tip:before {
    content: "";
    background-color: #595959;
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: -4px;
    left: 17px
}

.link-share-container #copied_tip {
    animation-name: come_and_leave;
    animation-duration: 1s;
    animation-fill-mode: both;
    bottom: -35px;
    left: 2px
}




/* ESRI Map CSS */

.esri-basemap-thumbnail {
	display: none !important;
}

.esri-zoom {
	display: none !important;
}

.esri-attribution__powered-by {
	display: none !important;
}

.esri-popup__button--dock {
	display: none !important;
}

.esri-popup__header {
	max-height: 0px;
}

.esri-feature__main-container {
	padding-top: 18px;
}

.esri-popup__footer {
	display: none !important;
}

.esriPopupTitle {
	margin-top: -10px !important;
}

.esri-popup__main-container {
	z-index: 1060;
	display: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 2px solid #999999;
	border-radius: 16px;
	width: 500px !important;
	max-height: 300px !important;
}

.popUpAddress {
	margin-top: -26px !important;
}

.esri-popup--shadow {
	box-shadow: 0 0px 0px !important;
}

.esri-popup__content {
	width: 460px !important;
}

.esri-popup__pointer {}


.vpo-pobox{
	  margin-left: 30px;
}

.lbro-ssk{
	margin-left: 30px;
}

.only-sunday-hours{
	padding-right: 363px;
}
	
#pmInternationalCheck{
	margin-right: 180px;
}	
