/************************************/
/********** Default Styles **********/
/************************************/


/********** Bootstrap 5 Overwrites **********/
.row {
 	margin-left: -15px;
  	margin-right: -15px;
}

/* .row>* {
    padding-left: 0px;
    padding-right: 0px;
} */

.input-group span.input-group-btn .btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    position: relative;
  	padding-left: 15px;
    padding-right: 15px;
}

.table>:not(caption)>*>* {
    padding: 8px;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}



/********** GENERAL ELEMENTS STYLING **********/
html, body {
	min-width: 0px !important;
  	/* overflow-x: auto !important; */
}

h1 {
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    color: #333366;
    margin: 0;
    padding: 0px;
}

h2 {
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    color: #333366;
    margin: 0;
    padding: 0px;
}

h1.normal, h2.normal, h3.normal, h4.normal {
	font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #333366;
}

h3 {
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #333366;
    margin: 0;
}

h4 {
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #333366;
    margin: 0;
}

h5 {
 	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #333366;
    margin: 0;
}

/* h6 {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333366;
	margin: 0;
} */

b, strong, .bold {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal !important;
}

a {
	color: #333366;
}

a:hover {
	color: #999999;
	text-decoration: none;
	/* opacity: .7; */
}

a.expand-collapse:focus {
	display: block;
}

button {
    background-color: unset;
    text-align: unset;
    border: none;
    /* display: block; */
    /* width: 100%; */
}

ul {
	padding-left: 0px;
}

p {
	font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin: 0 0 0px;
}

p + p {
	padding-top: 10px;
}

p.normal {
	color: #000000;
	display: inline-block;
}

.paragraph {
	font-size: 14px;
}

hr {
	border-top: 1px solid #d8d8d8;
	margin-bottom: 0px;
    background-color: unset;
    opacity: unset;
}

th {
    font-weight: normal !important;
}

/* .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
} */

sub, sup {
    position: inherit;
    font-size: 75%;
    line-height: 0;
    vertical-align: super;
}

a sup {
    display: inline-block;
    border-bottom: 1.4px solid #3573b1;
    padding-bottom: 11px;
}

a:hover sup {
    border-bottom: none;
}

button sup {
    display: inline-block;
    /* border-bottom: 1.4px solid #3573b1; */
    padding-bottom: 11px;
    top: initial;
}

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;
}

.info-icon {
    width: 16px;
    height: 16px;
    background-image: url(../images/info-icon.svg);
    background-size: 40px;
    background-position: -12px -12px;
    display: inline-block;
    margin-bottom: 0px;
	cursor: pointer;
}

a.info-icon, span.close {
    text-indent: -99999px;
}

.main_container {
	max-width: 1920px;
  	margin-left: auto;
  	margin-right: auto;
  	padding-bottom: 60px;
}

.content-wrapper {
	padding-top: 30px;
}

h1 + div, h2 + div, h3 + div {
	padding-top: 5px;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p {
	padding-top: 22px;
}

h1 + h2, h2 + h2.normal, h2 + h3, h3 + h4, h4 + h5 {
	padding-top: 22px;
}

h3 + h1 {
	padding-top: 32px;
}

label + input, label + select {
	padding-top: 10px;
}

input + span, select + span {
	padding-top: 0px;
}

div + label {
	padding-top: 10px;
}

p + btn {
	padding-top: 15px;
}

h1 + h2, h2 + h2.normal, h2 + h3, h3 + h3, h3 + h4, h4 + h4, h4 + h5, h5 + h5 {
    padding-top: 22px;
}

.text-indentation-wrapper h2 {
	padding-top: 32px;
}

.container {
    padding-top: 30px;
}

.container-fluid {
 	padding-left: 15px;
    padding-right: 15px;
	max-width: 1170px;
}

.column-container {
	padding-top: 10px;
}

.bullet-list, .number-list {
	padding-left: 17px;
	padding-top: 15px;
}

ol.number-list {
	list-style: decimal;
}

.bullet-list li:first-child, .number-list li:first-child {
    padding-top: 0px;
}

.bullet-list li, .number-list li {
	font-size: 14px;
	font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #000000;
	padding-top: 15px;
	padding-left: 3px;
}

ul.bullet-list.indent li, ol.number-list.indent li {
    margin-left: 20px;
}

ul.bullet-list + h4 {
	padding-top: 10px;
}

.inline-link-container .inline-link {
	display: table;
}

.inline-link-container a.inline-link + a.inline-link {
    padding-top: 10px;
}

.inline-link {
	color: #333366;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.inline-link.secondary {
	color: #3573b1;
    text-decoration: underline;
  	font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.inline-link.left-chevron:before, .inline-link.right-chevron:after {
	content: "";
    display: inline-block;
    background-image: url(/assets/images/default/nav-red-chevron.svg);
    background-repeat: no-repeat;
    height: 15px;
    width: 12px;
    background-size: 17px 17px;
	position: relative;
}

.inline-link.left-chevron:before {
	transform: rotate(180deg);
	background-position: 0px 0px;
	top: 4px;
	margin-left: 0px;
}

.inline-link.right-chevron:after {
	background-position: 0px 0px;
	top: 1px;
	right: 0px;
}

a: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;
}

a.header-tabs:hover, a.tab-link {
	color: #333366;
}

a.secondary:hover {
	text-decoration: none;
}

a.inline-link:hover, a.inline-link.secondary:hover, a.inline-link.right-chevron:hover, a.inline-link.left-chevron:hover, a.close:hover {
	/* opacity: .8; */
}

/* a.inline-link:focus {
	color: #333366;
} */

.component-header {
    padding-top: 40px;
	padding-left: 15px;
    width: 100%;
    float: left;
}

select::-ms-expand {
    display: none;
}

.color-wrapper {
    display: inline-block;
    text-align: center;
	width: 100px;
	padding-top: 30px;
}

.color-wrapper p {
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.color-wrapper span {
	width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50px;
}

.color {
	margin-top: 2px;
}

.navy-blue.color {
	background: #333366;
}

.light-blue.color {
	background: #3573b1;
}

.green.color {
	background: #218748;
}

.red.color {
	background: #e71921;
}

.white.color {
	background: #ffffff;
	border: 1px solid #000000;
}

.light-gray.color {
	background: #f7f7f7;
}

.silver-gray.color {
	background: #ededed;
}

.gray.color {
	background: #d8d8d8;
}

.medium-gray.color {
	background: #999999;
}

.dark-gray.color {
	background: #595959;
}

.black.color {
	background: #000000;
}

/* End Bootstrap 4.3.1 */
@media only screen and (max-width: 575.98px) {
  	.modal-dialog {
    	min-height: calc(100% - (7.75rem * 2)) !important;
	}
  
	.offset-col-0 {
    	margin-left: 0;
	} 	
	
	.offset-col-1 {
    	margin-left: 8.333333%;
	}

 	.offset-col-2 {
    	margin-left: 16.666667%;
	}

 	.offset-col-3 {
    	margin-left: 25%;
	}

 	.offset-col-4 {
    	margin-left: 33.333333%;
	}

 	.offset-col-5 {
    	margin-left: 41.666667%;
	}
	
 	.offset-col-6 {
    	margin-left: 50%;
	} 

	.offset-col-7 {
    	margin-left: 58.333333%;
	} 

	.offset-col-8 {
    	margin-left: 66.666667%;
	}

 	.offset-col-9 {
    	margin-left: 75%;
	}

 	.offset-col-10 {
    	margin-left: 83.333333%;
	} 	
  
	.offset-col-11 {
    	margin-left: 91.666667%;
	} 
}
/* End Bootstrap 4.3.1 */


/********** MEDIA QUERY FOR WIDTH OF PAGE **********
@media only screen and (min-width: 1200px) {
	.container-fluid {
		width: 1170px;
	}
} */


@media only screen and (max-width: 767.98px) {
	body, html, .container-fluid {
		min-width: 320px;
	}

	/* h1 {
		font-size: 22px;
		padding-top: 0px;
	}
	
	h2, h2.normal {
		font-size: 20px;
	}
	
	h3, h3.normal {
    	font-size: 18px;
    }
  
  	h4, h4.normal {
     	font-size: 16px; 
    } */
	
	.main_container {
		padding-bottom: 40px;
	}

	.text-indentation-wrapper h2 {
		padding-top: 24px;
	}
	
	.form-group {
		padding-top: 22px;
	}
}



/********** PAGE HEADER/TAB-NAVIGATION **********/ 
.main-header, .main-subheader {
	display:inline-block;
}

.main-header h1 {
	display: inline-block;
}

.header-link {
	display: inline-block;
}

.header-faqs {
	margin-right: -10px;
}

.header-faqs:after {
	content: "";
	display: inline-block;
	background-image: url(/assets/images/default/nav-red-chevron.svg);
	background-repeat: no-repeat;
	background-position: -4px 0px;
	height: 16px;
	width: 19px;
	background-size: 17px 18px;
	margin-top: 0px;
	position: relative;
	top: 2px;
}

ul.header-tabs {
	float:right;
	text-align:right;
	margin-bottom: 0px;
}

ul.header-tabs li {
	display: inline-block;
}

.header-tabs.active, .tab-link.active {
    border-bottom: 4px solid #e71921;
    padding-bottom: 1px;
	pointer-events: none;
}

.header-tabs, .header-tabs .header-faqs, .tab-link {
	display: inline-block;
	color: #333366;
	text-align: center;
	font-size: 14px;
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tab:after {
	content: "";
    position: relative;
    width: 12px;
    height: 18px;
    background: url(/assets/images/default/navigation-divider.png) center center no-repeat;
    display: inline-block;
    vertical-align: top;
	margin-left: 15px;
	margin-right: 15px;
}

.tab.last-tab:after {
	display: none;
}

.sub-header {
	padding-top: 12px;
}

.header-navigation .title {
	color: #333366;
    font-size: 30px;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: inherit;
	padding-top: -20px
}

.go-to-navigation {
 	padding-top: 15px; 
}


@media only screen and (max-width: 767.98px) {
	.main-header, .main-subheader {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	li.last-tab {
		vertical-align: middle;
	}
	
	.header-faqs {
		float: right;
		line-height: 0px;
	}
}


@media only screen and (min-width: 768px) {
  	.main-header, .main-subheader {
		padding-top: 42px;
	}
	
	ul.header-tabs {
		padding-top: 10px;
	}
	
	.text-indentation-wrapper {
		padding-left: 0%;
	}
}



/********** ALERT BANNER **********/
.alert-banner-wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

.alert-banner-content {
    padding: 15px 15px 15px 15px;
    border-left: 10px solid;
    margin-top: 20px;
}

.blue-banner .alert-banner-content {
	border-left-color: #3573b1;
	background-color: #e7f6f8;
}

.red-banner .alert-banner-content {
	border-left-color: #e71921;	
	background-color: #f4e3db;
}

.alert-banner-content p:first-child:before {
	content: "";
	width: 22px;
    height: 22px;
    left: 15px;
    position: absolute;
	background-repeat: no-repeat;
}

.blue-banner .alert-banner-content p:first-child:before, .red-banner .alert-banner-content p:first-child:before {
	background-image: url(/assets/images/default/info-icon.svg);
    background-size: 54px 54px;
    background-position: -16px -16px;	
}

.green-banner .alert-banner-content {
	border-left-color: #218748;
	background-color: #ecf3ec;
}

.green-banner .alert-banner-content p:first-child:before {
	background-image: url(/assets/images/default/success-checkmark.svg);
	background-size: 22px 22px;
    background-position: 0px 0px;
}

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

.yellow-banner .alert-banner-content p:first-child:before {
	background-image: url(/assets/images/default/warning-icon.svg);
    background-size: 22px 22px;
    background-position: 0px 0px;	
}

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

.alert-banner-content p {
    padding-left: 35px;
	font-size: 16px;
}

.alert-banner-content p + p {
    padding-top: 8px;
}



/********** MODAL **********/
.modal {
	padding-right: 0px !important;
}
.modal-container{
	background-color:#fff;
	border-radius: 0px;
	padding: 30px;
}

.modal-dialog {
	min-height: calc(100% - (1.75rem * 2));
    /* margin: 1.75rem auto; */
    display: grid;
    align-items: center;
}

.modal-header{
	border-bottom: none;
	padding: 0px !important;  
  	display: inline-block;
}

h3.modal-title {
    padding-bottom: 20px;
  	line-height: 1.2;
}

.close {
	opacity: inherit;
  	float: right;
}

.modal-header .close {
	opacity: inherit;
	display:inline-block;
	margin-top: -15px;
	margin-right: -15px;
  	margin-left: 0px;
  	padding: 0px;
	float: right;
}

.close:after, .modal-header .close:after{
	content: "";
    background-image: url(/assets/images/default/close_x.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    padding-left: none;
    background-position: 0px 1px;
    width: 15px;
    height: 16px;
}

.modal-body {
    padding: 0px;
}

.modal-dialog.content-center {
	text-align: center;
}

.modal-dialog.medium .button-container {
	text-align: center;
}

.modal-open .modal {
    overflow-x: auto;
    overflow-y: auto;
}


@media only screen and (min-width: 0px) {
	.modal-dialog {
    	/* max-width: 500px; */
      	margin: 1.75rem auto;
	}
}

@media only screen and (min-width: 375.98px) and (max-width: 390.98px) {
 	.modal-dialog {
     	width: 90%; 
    }
}

@media only screen and (max-width: 575.98px) {
	.modal-dialog {
		margin: 10px;
		width: auto;
	}
}

@media only screen and (min-width: 768px) {   
	.modal-dialog {
		margin: 1.75rem auto;
	}
	
	.modal-dialog.small {
		width: 430px !important;
		/* margin: 230px auto; */
	}
	
	.modal-dialog.medium {
		width: 500px !important;
		/* margin: 12% auto; */
	}
	
	.modal-dialog.large {
		width: 789px !important;
		/* margin: 12% auto; */
	}
	
	.modal .button-container:last-child {
		margin-right: 0px;
	}
	
	.button-container.inline{
		display: inline-block;
		padding-top: 17px;
	}
}



/********** POPOVER **********/

.popover {
    max-width: 350px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
	/* max-width: 400px; */
	padding: 15px;	
}

h3.popover-header {
    font-size: 16px;
}

.popover-header h3 {
    padding-bottom: 10px;
}

.popover-header {
    padding: 0px;
    background-color: #fff;
    border-bottom: none;
	padding-bottom: 15px;
}

.popover-body {
    padding: 0px;
}

.popover-content {
    padding: 0px;
	float: left;
    width: 100%;
}
	
.popover-content p + p, .popover-content li + li {
    float: left;
    width: 100%;
    font-size: 14px;
    padding-top: 15px;
}
   
.popover-content ul {
    padding-left: 16px;
	list-style: disc;
}

.popover > .arrow{
    border-top-color: rgba(0,0,0,.2) !important;
}
.popover.top > .arrow:after {
    margin-bottom: -1px !important;
	z-index:1011;
	bottom: 3px;
}

.popover .close:after {
	background-size: 13px 13px;
}

.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before {
    bottom: -5px;
    border-width: 11px 11px 0;
    margin-left: -11px;
}

.bs-popover-auto[x-placement^=top]>.arrow::after, .bs-popover-top>.arrow::after {
    bottom: -4px;
    border-width: 11px 11px 0;
    margin-left: -11px;
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before, .bs-popover-bottom>.arrow::before {
    top: -16px;
    margin-left: -11px;
    border-width: 11px 11px;
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after, .bs-popover-bottom>.arrow::after {
    top: -15px;
	border-width: 11px 11px;
    margin-left: -11px;
}

.bs-popover-auto[x-placement^=right]>.arrow::before, .bs-popover-right>.arrow::before {
    left: -17px;
    border-width: 11px 11px;
    margin-top: -6px;
}

.bs-popover-auto[x-placement^=right]>.arrow::after, .bs-popover-right>.arrow::after {
    left: -15px;
    border-width: 11px 11px;
    margin-top: -6px;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: 12px;
}



/********** GO-TO NAVIGATION **********/
.dropdown-backdrop {
    position: inherit;
}

.btn-default {
    color: #333366;
    background-color: #fff;
    border-color: #333366;
    height: 44px;
    width: 100%;
    text-align: left;
	padding: 6px 20px;
	border-radius: 3px;
	font-size: 15px;
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #333366;
    background-color: #fff;
    border-color: #333366;
}

.btn-default.focus, .btn-default:focus {
    color: #333366;
    background-color: #fff;
    border-color: #333366;
}

.btn-default:hover {
    color: #333366;
    background-color: #fff;
    border-color: #333366;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #333366;
    background-color: #fff;
    border-color: #333366;
	font-size: 15px;
}

.btn.active, .btn:active {
	box-shadow: none;
}

.dropdown-menu {
    width: 100%;
    border: 1px solid #333366;
    border-radius: 0px 0px 3px 3px;
    margin: -2px 0 0;
    padding: 0px 0;
    position: relative;
  	font-size: 14px;
}

.dropdown-selection .dropdown-menu {
    width: initial;
    left: 0px;
    position: absolute;
    min-width: 100%;
    overflow-y: auto;
  	max-height: 200px;
}

.dropdown-selection {
    position: relative;
}

.dropdown-menu > li > a {
    display: block;
    padding: 8px 10px;
    clear: both;
    color: #333366;
	font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
    white-space: nowrap;
}

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

.dropdown-menu .dropdown-menu {
    display: list-item;
    text-indent: 20px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #333366;
    text-decoration: none;
    background-color: #fff;
    outline: 0;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dropup, .dropdown.navigation {
    position: relative;
}

.dropdown.navigation {
    background-image: none;
}

.dropdown-items-wrapper {
    color: #333366;
    border-top: 1px solid;
    background-color: #fff;
    border-color: #333366;
    height: 44px;
    width: 100%;
    text-align: left;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 15px;
    -moz-appearance: window;
    -webkit-appearance: none;
	font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
    display: inline-block;
    position: relative;
    cursor: pointer;
	overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
  	vertical-align: initial;
}

.dropdown-items-wrapper:focus {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.dropdown.navigation a.dropdown-toggle {
    color: #333366;
    background-color: #FFFFFF;
    border: 1px solid #333366;
    vertical-align: bottom;
    padding: 10px 15px !important;
}

li.dropdown-disabled a, li.dropdown-disabled a:visited, li.dropdown-disabled a:active, li.dropdown-disabled a:hover {
    background-color: #ffffff !important;
    color: #595959 !important;
}



/********** PROGRESS BAR **********/
.statusBar.text {
	padding-top: 30px;
}

.customer-shipping-information-step, .billing-step, .review-step, .confirmation-step {
	display: inline-block;
	width: 24%;
	text-align: center;
}

.customer-shipping-information-step p, .billing-step p, .review-step p, .confirmation-step p {
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.statusBar .box.active {
	background: #333366;
}

.statusBar .box {
    display: block;
    width: 24.3%;
    height: 20px;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background: #d8d8d8;
    margin-right: 5px;
    float: left;
	margin-top: 5px;
}



/********** FORM STYLING **********/
.form-group {
	padding-top: 26px;
	margin-bottom: 0px;
}

label {
    font-weight: normal;
    font-size: 12px;
	color: #000000;
}

label.label-hidden {
    text-indent: -99999px;
}

input[type='text']:not(.global--navigation), input[type='date']:not(.global--navigation), input[type='number']:not(.global--navigation) {
    -webkit-appearance: none;
    width: 100%;
    height: 44px;
    padding: 5px 10px;
    border: 1px solid #333366;
    border-radius: 3px;
    position: relative;
    color: #000;
    font-size: 14px;
}

input[type='number'] {
    -moz-appearance: textfield !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=text]::-ms-clear, input[type=number]::-ms-clear {
    display: none;
}

select.form-control {
    font-size: 14px !important;
}

input[type=checkbox]:focus ~ span.checkbox, select.form-control:focus, select.dropdown:focus, button.search:focus, textarea.form-control:focus {
    border-color: #000;
    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;
}

textarea.form-control {
    font-size: 14px;
}

.textarea-input-field {
    resize: vertical;
    border: 1px solid #333366;
    border-radius: 3px;
    min-height: 115px;
    padding: 5px 10px;
  	color: #000000;
}

.textarea-input-field:focus {
 	color: #000000; 
}

input[type=checkbox]:focus ~ span.checkbox, select.form-control:focus, select.dropdown:focus, button.search:focus, textarea.form-control:focus {
 	border-color: #333366; 
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 3px;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	margin-left: 0px;
	border-left: none;
}

input.prepend {
    border-left: none !important;
}

input.append {
    border-right: none !important;
}

.input-group.append-btn input {
	border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
	border-right: none;
}

.input-group-append .input-group-text {
    border-left: none !important;
}

.input-group-prepend .input-group-text {
 	border-right: none; 
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.input-group-addon, .input-group-btn {
    vertical-align: bottom;
}

.input-group .form-control:focus {
	z-index: unset !important;
  	display: block;
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group-text {
    background-color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 14px;
    color: #333366;
    border-color: #333366;
    padding: 5px 10px;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.input-group input[type='text']:not(.global--navigation), .input-group input[type='date']:not(.global--navigation), .input-group input[type='number']:not(.global--navigation) {
  	width: 1%;
}

.input-group input.prepend {
    padding-left: 1px;
	border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.input-group input.append {
    padding-right: 1px;
}

.input-group-append, .input-group-prepend {
    display: flex;
}

select.form-control, select.dropdown {
    width: 100%;
    height: 44px;
    line-height: 31px;
    border: 1px solid #333366;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #333366;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 34px;
}

select.dropdown {
    background-image: url(../images/blue-caret-down.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 13px;
    background-size: 18px 18px;
    cursor: pointer;
}

label.checkbox-component {
    font-size: 14px;
	color: #000000;
	padding-top: 10px;
	padding-left: 25px;
    position: relative;
	margin-bottom: 0px;
  	display: table;
}

.checkbox-component span.checkbox {
    position: absolute;
    left: 0;
}

.checkbox-container.horizontal {
    display: inline-block;
}

.checkbox-container.horizontal + .checkbox-container.horizontal {
    padding-left: 30px;
}

.extra-input-field {
    resize: vertical;
    border: 1px solid #333366;
    border-radius: 3px;
  	min-height: 115px;
	padding: 5px 10px;
}

#count_message {
    background-color: #ffffff;
    margin-top: -23px;
    margin-right: 0px;
    color: #333366;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    padding: 0px;
    margin-left: 15px;
}

.textarea_counter {
	display: inline-block;
    color: #333366;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
	padding-top: 3px;
	padding-left: 15px;
}

.dropdown {
    cursor: pointer;
}

.dropdown-toggle::after {
    content: "";
    display: inline-block;
    background-image: url(../images/blue-caret-down.svg);
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    background-size: 17px 17px;
    position: absolute;
    right: 10px;
    top: 13px;
    border: none;
    margin-left: none;
    vertical-align: baseline;
} 

.required-field-instructions {
    font-size: 12px;
    font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.pull-right {
    font-size: 12px;
    font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-top: 5px;
}

input.form-control {
 	font-size: 14px; 
}

.address-book-wrapper {
    text-align: right;
    padding-top: 15px;
}

.business-field, .urbanization-code-wrapper {
    display: none;
}

/* Allows for input fields to align even if one has a long label text that breaks to second line. An alternative is adding flex-direction: column/end/baseline on the HTML */
.form-wrapper .row {
 	align-items: baseline; 
}



/********** SEARCH FIELD **********/
button.btn.btn-default.search {
    background: transparent url(/assets/images/default/search.svg) no-repeat;
    background-size: 25px 25px;
    background-position: 7px 7px;
}

#tracking-number {
    background: transparent url(/assets/images/default/search.svg) no-repeat;
    background-position: 97% 12px;
    background-size: 21px;
    cursor: text;
}
	
.form-control[readonly]{
	background-color: #fff;
}



/********** BOX STYLING **********/
.gray-box-wrapper {
    background: #ededed;
    /* padding-bottom: 16px; */
    /* padding-left: 5px; */
    margin-top: 30px;
    margin-left: 0px;
    margin-right: 0px;
}

.gray-box-wrapper .gray-box {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.gray-box.gb-column {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.box-main-header {
    text-align: center;
}

.gray-box-wrapper h3 {
	padding-top: 0px;
}

.center-align {
	margin: 0 auto;
}

.column-wrap {
	text-align: center;
	padding-top: 30px;
}

.column-subheader {
    /* padding-top: 30px; */
    color: #333366;
    font-size: 20px;
}

.column-subheader + .column-text {
    padding-top: 15px;
}

.box-link {
	display: block;
	padding-top: 15px;
}

.column-wrap .btn-primary {
	margin-top: 30px;
}

.gray-box-wrapper .top-header p {
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333366;
    margin: 0;
}

.gray-box-wrapper .top-header span.normal {
    color: #000000;
    display: inline-block;
    font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* .top-header {
	padding-top: 12px;
} */

.request-remove {
    font-size: 14px;
    color: #333366;
    float: right;
    cursor: pointer;
    white-space: nowrap;
}

.request-remove:after {
    content: "";
    background-image: url(/assets/images/default/close_x.svg);
    display: inline;
    background-repeat: no-repeat;
    background-size: 11px 11px;
    padding-left: 26px;
    background-position: 9px 4px;
}

.request-remove:hover {
    opacity: 0.9;
}

.row-header {
	font-size: 12px;
	padding-top: 10px;
}

.edit {
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333366;
}

.user-entered-data {
	padding-top: 10px;
}

.gray-box-content-section span {
    font-size: 12px;
    color: #000000;
    display: block;
	padding-bottom: 3px;
}

.success-container {
	padding-top: 10px;
}

.success {
    color: #218748;
    font-size: 14px;
    background-image: url(/assets/images/default/success-checkmark.svg);
    background-size: 19px 20px;
    display: inline-block;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 20px;
    background-repeat: no-repeat;
}

.gray-box-full-width p {
	float: left;
	width: 100%;
	font-size: 14px;
	padding-top: 15px;
}

.column-wrapper {
    padding-top: 30px;
}


@media only screen and (max-width: 767.98px) {
	.gray-box-wrapper {
		padding-left: 0px;
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.gray-box-column {
		padding-top: 10px;
	}
}


@media only screen and (min-width: 768px) {
	.gray-box-wrapper {
		width: 100%;
	}
}



/********** RADIO BUTTON/CHECKBOX STYLING **********/
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio-button {
    -webkit-appearance: inherit;
    content: '';
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 50%;
    outline: 0px;
    border: solid 1px #000000;
	background-repeat: no-repeat;
    background-position: center;
	-webkit-print-color-adjust: exact;	
}

.radio-button ~ label {
    font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000000;
    font-size: 14px;
    padding-left: 7px;
	display: table;
}

.radio-wrap, .checkbox-wrap {
	padding-top: 15px;
}

.radio-container + .radio-container {
    padding-top: 10px;
}

.radio-container.horizontal {
    display: inline-block;
}

.radio-container.horizontal + .radio-container.horizontal {
    padding-left: 30px;
}

input[type=checkbox], input[type=radio] {
    vertical-align: top;
    margin: 3px 0 0;
	float: left;
}

input[type=checkbox]:focus, input[type=radio]:focus {
	box-shadow:0 0 0 0.2rem rgb(38 143 255 / 50%);
}

input[type=checkbox], input[type="radio"].toggle {
    position: absolute;
    opacity: 0;
}

input[type=checkbox] ~ span.checkbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #595959;
    margin: 0 5px 0 0;
    vertical-align: middle;
	background: #ffffff;
}

input[type=checkbox]:checked ~ span.checkbox:after {
    content: "";
    display: block;
    left: 6px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid #333366;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none;
    outline-offset: inherit;
}

.radio-button:checked[type=radio], .form-check-input:checked[type=radio] {
    background-image: url(../images/radio-button-fill.svg);
    background-size: 6px;
}

.radio-button:checked, .form-check-input:checked {
    background-color: #ffffff;
    border-color: #000000;
}




/********** ADDRESS BOOK **********/
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	border-top: 1px solid #999999; 
}

#modal-address-book-table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: none;
	font-size: 16px;
	color: #333366;
}

#modal-address-book-table thead {
	border-bottom: 2px solid #e71921;
	height: 50px;
}

#modal-address-book-table th {
	text-align: left;
}

#modal-address-book-table td {
	font-size: 13px;
}

#modal-address-book-table tr:first-child th, #modal-address-book-table tr:first-child td {
	border-top: none;
}

#modal-address-book-table tr th, #modal-address-book-table tr td {
	padding-top: 15px;
	padding-bottom: 15px;
}

#modal-address-book-table tbody tr:last-child {
	border-bottom: 1px solid #999999;
}

#modal-address-book-table tr {
	width: 100%;
	display: inline-table;
	table-layout: fixed;
	height: 40px;
}

#modal-address-book-table {
	margin-top: 5px;
}

#modal-address-book-table tbody {
	overflow-y: scroll;
	max-height: 350px;
	min-height: 60px;
	display: block;
}

#modal-address-book-table tbody::-webkit-scrollbar {
	width: 10px;
}

#modal-address-book-table tbody::-webkit-scrollbar-thumb {
	background: #888;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#modal-address-book-table .radio-button:checked:after {
    display: inline-block;
}

#address-book .modal-buttons {
    text-align: center;
}

#address-book .modal-dialog {
    max-width: 700px;
}


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

	.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
		border-top: 0px solid #999999; 
	}
  
  	.nickname-header, .name-header {
     	padding-left: 35px; 
    }

	.modal-buttons .button-container {
		padding-top: 15px;
	}

	#mobile-contact-select, .input-group .form-control {
		font-size: 14px;
	}

	#name-header, #location-header {
		font-size: 14px;
		padding-left: 25px;
	}

	#name-header {
		padding-top: 5px;
	}

	#location-header {
		padding-bottom: 5px;
	}

	#modal-address-book-table tbody tr {
		height: 55px;
	}

	#modal-address-book-table tbody th, #modal-address-book-table thead th:first-child {
		width: 0%;
	}
  
	#modal-address-book-table thead tr {
		height: auto;
	}

	#modal-address-book-table thead tr th:nth-child(2) {
		display: block; 
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 34px;
	}

	#modal-address-book-table thead tr th:nth-child(3) {
		display: block; 
		padding-top: 0px;
		padding-bottom: 15px;
		padding-left: 34px;
	}

	#modal-address-book-table thead tr th:nth-child(4) {
		display: table-cell; 
		padding-top: 0px;
		padding-bottom: 15px;
		padding-left: 40px;
	}

	#modal-address-book-table tbody tr {
		border-bottom: 1px solid #999999;
	}

	#modal-address-book-table tr td:last-child{
		border-bottom: 1px solid #999999;
		padding-bottom: 5px;
	}

	#modal-address-book-table tr td:nth-child(2) {
		display: block;
		padding-top: 15px;
		padding-bottom: 0px;
		padding-left: 35px;
	}

	#modal-address-book-table tr td:nth-child(3) {
		display: block;
		padding-top: 5px;
		padding-bottom: 16px;
		padding-left: 35px;
		border-top: none;
	}

	#modal-address-book-table tr td:nth-child(4) {
		display: table-cell;
		padding-top: 5px;
		padding-bottom: 16px;
		padding-left: 35px;
		padding-top: 40px;	
	}
    
    .modal .button-wrapper {
    	padding-bottom: 20px;
	}
}


@media only screen and (min-width: 768px) {

	#address-book .modal .button-container:last-child {
		float: left;
		margin-left: 169px;
	}

	#address-book .modal-dialog.large {
		width: 85% !important;
	}

	#modal-address-book-table tbody tr {
		height: 70px;
	}

	#modal-address-book-table tbody {
		padding-right: 15px;
	}

	#modal-address-book-table tbody th, #modal-address-book-table thead th:first-child {
		width: 9%;
	}
    
    span.nickname-divider {
    	display: none;
	}
}



/********** EXPAND/COLLAPSE **********/
.expand-collapse-wrapper {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    outline: none;
    transition: 0.0s;
    color: #333366;
    padding-top: 40px;
}

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

.expand-collapse-wrapper.main-content {
    font-size: 14px;
    color: #5959559 !important;
    box-sizing: border-box;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 4px;
}

.expandable-content p {
    font-size: 12px;
    line-height: 17px;
    font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.expandable-content a {
 	font-size: 12px; 
}

.collapsed .expandable-content p {
    display: block;
    display: -webkit-box;
    height: 50px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.expand-collapse {
    text-align: center;
	cursor: pointer;
	padding-top: 5px;
	display: block;
}

.expand-collapse:after {
	background: url(../images/blue-caret-down.svg) no-repeat 20px 10px;
	content: '';
	background-size: 23px 16px;
	background-position: 0px 0px;
	height: 15px;
	width: 23px;
	top: 50px;
	display: inline-block;
	padding-top: 0px;
	margin-bottom: 5px;
}

.collapsed .expand-collapse:after {
	transform: rotate(0deg);
}

.expand-collapse:after {
	transform: rotate(180deg);
}



/********** HERO BANNER **********/
.hero-text-column .button-container + .button-container {
	margin-left: 0px;
}

.hero-banner-wrapper {
	padding-bottom: 0px;
	padding-top: 0px;
  	margin-top: 40px;
  	background: #f7f7f7;
}

.hero-text-column h1 {
    color: #333366;
    font-size: 30px;
    padding-top: 40px;
}

.hero-text-column h2 {
    font-size: 18px;
    padding-top: 40px;
}

.hero-text-column p{
   font-size: 14px;
   font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
   line-height: 20px;
}

.hero-text.receiving-gopost-header h1 {
    color: #333366;
    font-size: 24px;
    padding-top: 40px;
}

/* hero-text.shipping-gopost-header h2 {
    padding-top: 40px;
	font-size: 18px;
	padding-top: 30px;
} */

.hero-text-column .button-container {
	padding-bottom: 30px;
}

@media only screen and (max-width: 767.98px) {	
	.register-receive-img {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.register-receive-img img {
		width: 100%;
	}
	
	.store-order-shipping-gopost-img img {
		width: 100%;
	}
}

@media only screen and (max-width: 991.98px) and (min-width: 768px) {
	.register-receive-img {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.store-order-shipping-gopost-img {
		padding-left: 0px;
	}
	
	.register-receive-img img{
		width:100%;
	}
}	



/********** TWO COLUMN DROPDOWN **********/
.two-column-dropdown-wrapper {
	padding-top: 30px;
    /* padding-bottom: 60px; */
}

.two-column-dropdown {
	display: inline-flex;
	padding-top: 15px;
}

.column-item-container {
    padding-left: 0;
    margin-bottom: 0px;
    height: inherit;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.column-item-container .column-item {
    /* position: relative; */
    display: block;
    /* padding: 15px 0px; */
    background-color: #fff;
    border: none;
    border-top: 1px solid #d7d7d7;
}

.column-item-container .column-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.two-column-dropdown .column-item:last-child {
    border-bottom:none;
}

.item-details {
	padding-bottom: 20px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 15px;
}

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

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

.column-item button {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #333366;
    margin: 0;
    line-height: 22px;
    padding-right: 45px;
    position: relative;
    padding-left: 20px;
    /* cursor: pointer; */
    padding-top: 15px;
    padding-bottom: 15px;
  	width: 100%;
}

/* .column-item h4 a:hover {
    color: #333366;
} */

.expand-all {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
	text-align: right;
	color: #333366;
    /* cursor: pointer; */
}

.expand-all:after {
    content: "";
    display: inline-block;
    background-image: url(../images/blue-caret-down.svg);
    background-repeat: no-repeat;
    margin-left: 15px;
    position: relative;
    height: 13px;
    width: 22px;
    left: 0px;
    top: 0px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform 0.15s ease-out;
}

.expand-all.active:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 0;
    transition: transform 0.15s ease-out;
}

.column-item button:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 20px;
    background-size: 22px 22px;
    top: 30%;
    width: 22px;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 20px;
    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;
    /* float: right; */
}

.column-item.active button: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;
}

/* .column-item { 
	cursor: pointer; 
} */

@media only screen and (max-width:767.98px) {
	.two-column-dropdown {
		flex-direction: column;
	}
	
	.item-details, .column-item h4 {
		padding-left: 20px;
	}
	
	.column-item button {
		padding-left: 15px;
		padding-right: 40px;
	}

	.column-item button:after {
		right: 15px;
	}
}



/********** TWO COLUMN RESULT LIST **********/
.column-result-list-wrapper {
	padding-top: 40px;
}

a .result-list-row:hover {
	background: #f7f7f7;
}

.result-list-row .listArrow {
    position: absolute;
    right: 0px;
    top: calc(50% - 10px);
    width: 22px;
    height: 30px;
    background-size: 100%;
    background: url(/assets/images/default/right-arrow.png) no-repeat;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(0deg);
}

.column-result-list-wrapper a:focus .result-list-row, .location-list-container a:hover .result-list-row {
    background: #f7f7f7;
    outline: none;
}

.result-list-row {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    padding-left: 15px;
}

.result-list-header {
    font-size: 16px;
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333366;
}

.result-list-row .subheader {
    padding-top: 0px;
    font-size: 14px;
    color: #000000;
}

.column-result-list-wrapper a:first-child .result-list-row {
    border-top: 1px solid #d8d8d8;
}

.result-list-column a {
    display: block;
}


@media only screen and (max-width: 767.98px) {	
	.result-list-column.second-column a:first-child .result-list-row {
		border-top: none;

	}

}



/********** VERTICAL TABS **********/
.v-tab-content div, #aes-itn-container, .package-items-table {
    display: none;
}

.v-tab-item {
    padding: 20px 20px 20px 20px;
}

.v-tab p:first-child {
 	 color: #333366; 
}

.v-tab p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
	display: inline-block;
}

.v-tab div button p, .v-tab div:hover button p {
    color: #333366;
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.v-tab button {
    text-decoration: none;
    position: relative;
}

.v-tab button:focus p {
	box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}

.v-tab div {
    border-bottom: 1px solid #d9d9d9;
}

.vdrawers {
    padding-bottom: 30px;
}

.vdrawers h2 {
    padding-top: 40px;
  	padding-bottom: 25px;
    margin: 0;
    font-size: 14px;
    color: #595959;
}

.v-tab div.active:after {
    background-image: url(/assets/images/default/white-arrow.svg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);  	
}

.v-tab-content li + li {
    padding-top: 0px;
}

.v-tab-content li, .v-tab-item-content p {
	font-size: 14px;
	color: #000000;
}

.v-tab-content .number-list{
    padding-left: 30px;
    padding-top: 5px;
    list-style: decimal;
    font-size: 12px;
}

.row.v-tab-items {
    padding-top: 40px;
}

p.v-tab-item-content {
	color: #000000;
}

.v-tab-item button:focus:first-child {
    box-shadow: none;
}

.v-tab-item { 
  	cursor: pointer; 
}


@media only screen and (max-width: 767.98px) {
 	.back-previous-step {
    	padding-top: 20px;
	}
	
 	.v-tab-item ul.bullet-list li + li {
    	padding-top: 0px;
	}
  
 	.v-tab-item ul.bullet-list {
    	padding-top: 10px;
	}
	
	.v-tab-item {
		padding: 0px 0px 0px 0px;
	}
  
  	.v-tab p {
    	margin-bottom: 0;
    	padding-bottom: 0px;
    	margin-top: 0px;
    	display: inline-block;
	}

	.v-tab div.active button p, .v-tab div.active button p, .v-tab div.active:hover button p, .v-tab div.active:hover button p {
        color: #333366;
    }
	
	.v-tab div.active, .v-tab div.active:hover {
        background-color: #f7f7f7;
        padding-bottom: 10px;
    }
	
	.v-tab div p {
        width: 100%;
        position: relative;
    }
	
	.v-tab div button p {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.v-tab div button p:after {
		content: "";
		height: 18px;
		width: 25px;
		background-image: url(../images/blue-caret-down.svg);
		background-repeat: no-repeat;
		display: inline-block;
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		transition: transform 0.15s ease-out;
		float: right;
		margin-top: 5px;
    }
	
	.v-tab div.active button p:after {
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        transition: transform 0.15s ease-out;
        margin-top: 0px;
    }
	
	.v-tab div {
        padding-right: 15px;
        padding-left: 15px;
    }
	
	.v-tab div .mobile-content {
        padding-left: 0px;
        padding-right: 0px;
        border-bottom: none;
    }
	
	.v-tab {
		padding-left: 0px;
		padding-right: 0px;
	}

	.v-tab-item:first-child {
		border-top: 1px solid #d9d9d9;
	}
	
	p.v-tab-item-content {
		padding-top: 10px;
	}
}


@media only screen and (min-width: 768px) {
	.v-tab div.active, .v-tab div.active:hover {
        background-color: #333366;
    }
	
	.v-tab div.active button p, .v-tab div.active button p, .v-tab div.active:hover button p, .v-tab div.active:hover button p {
        color: #ffffff;
    }
	
	.v-tab div:hover {
        background-color: #eeeeee;
    }

	.v-tab div:after {
        content: "";
        height: 25px;
        width: 25px;
        background-image: url(../images/blue-caret-down.svg);
        background-repeat: no-repeat;
        display: inline-block;
        /* top: 25%; */
        position: absolute;
        right: 5px;
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
    }
	
	.v-tab div {
        position: relative;
    }
	
	p.v-tab-item-content {
		padding-top: 15px;
	}
	
	.v-tab-content div.active, .v-tab div.active v-tab-item div.active{
   	 	display: block; 
	}
}


/********** QUANTITY PICKER **********/
.product-quantity-wrapper {
    display: flex;
    flex-direction: row;
}

.number-input span:before {
    color: #336;
    content: "\25B2";
    margin-top: -46px;
    font-size: 18px;
    height: 0px;
    margin-right: 109px;
}

span.quantity-stepdown {
    transform: rotate(180deg);
}

.product-quantity-wrapper span.quantity-stepdown {
    right: 5.1px;
    bottom: 0px;
}

.number-input span {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0;
    height: 20px;
    width: 20px;
    position: absolute;
}

.number-input {
    position: relative;
    width: 70px;
    float: left;
}

.product-quantity-wrapper span.quantity-stepup {
    right: 3.2px;
    top: 2px;
}
 
.quantity-picker-label {
    padding-right: 30px;
	align-self: center;
}

.qp-content {
	padding-top: 15px;
}



/********** PAGINATION **********/
.result-list-wrapper {
	text-align: center;
}

.result-per-page-wrapper {
    padding-top: 0px;
    padding-left: 0px;
    width: 150px;
    display: inline-block;
    vertical-align: middle;
}

.result-select-wrapper {
    padding-left: 0px;
    margin-top: 0px;
    width: 85px;
    display: inline-block;
}

.result-select-wrapper select.form-control {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: transparent url(../images/blue-caret-down.svg) no-repeat;
    background-position: 80% 16px;
    background-size: 20px;
    cursor: pointer;
    color: #333366;
    margin-bottom: 0px;
}

select.form-control, select.dropdown {
    width: 100%;
    height: 44px;
    line-height: 31px;
    border: 1px solid #333366;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 34px;
}
	  
.results-pagination li.active {
    color: #ffffff;
    border-radius: 50%;
    background-color: #333366;
}
	  
.results-pagination li {
    font-size: 15px;
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333366;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition: background-color .5s, border-radius .5s;
}

.results-pagination li.active a {
    color: #ffffff;
    border-radius: 50%;
    background-color: #333366;
}

.results-pagination li.active a:hover {
    color: #fff !important;
}

li.next {
    background-image: url(/assets/images/default/right-arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 7px;
    left: 6px;
	width: 15px;
	height: 25px;
}

li.next.inactive {
	background-image: url(/assets/images/default/right-arrow-inactive.png);
	/* text-indent: -99999px; */
}

li.previous {
    background-image: url(/assets/images/default/left-arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 7px;
    left: -4px;
    width: 15px;
	height: 25px;
}

.results-pagination li.inactive a {
    display: none;
}

.results-pagination a:focus {
	border-radius: 50%;
}

.results-pagination {
    margin-bottom: 8px;
}

li.previous.inactive {
    background-image: url(/assets/images/default/left-arrow-inactive.png);
}

.results-pagination li a, .results-pagination li a:hover {
    text-decoration: none;
    color: #333366;
	display: inline-block;
	width: 30px;
	height: 30px;
}

.navigation.next a, .navigation.previous a {
    width: 15px !important;
    height: 25px !important;
}

.results-pagination li:hover:not(.active):not(.navigation) {
    border-radius: 50%;
    background-color: #d7d7d7;
}

.navigation.previous a:focus, .navigation.next a:focus {
	border-radius: 0%;
}

.navigation-text.mobile {
	display:none;
	text-indent: -99999px;
}

.navigation img {
    vertical-align: middle;
}

input.pagination-entered-data {
    font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
}


@media only screen and (max-width: 767.98px) {
	.results-pagination.results-pagination-alt li:not(.navigation) {
		display: none;
	}
	
	ul.results-pagination li:not(.mobile-navigation-text) {
		text-align: center;
	}
	
	.results-pagination li.mobile-page {
		display: inline-block !important;
		width: 200px;
		font-size: 18px;
		margin-top: 30px;
	}
	
	.results-pagination li.mobile-page input {
		width: 40px !important;
		height: 30px !important;
		margin-left: 10px;
		margin-right: 10px;
		text-align: center;
	}
	
	.results-pagination li.mobile-page:hover:not(.active):not(.navigation) {
		border-radius: 0%;
		background-color: #fff;
		transition: none;
	}
	
	.results-pagination li.mobile-page p {
		font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #333366;
	}
	
	.result-per-page-wrapper {
		padding-top: 0px;
		padding-left: 0px;
		width: 150px;
		display: inline-block;
		vertical-align: middle;
	}
	
	.result-select-wrapper {
		padding-left: 0px;
		margin-top: 0px;
		width: 85px;
		display: inline-block;
	}
	
	.result-select-wrapper select.form-control {
		font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
		background: transparent url(../images/blue-caret-down.svg) no-repeat;
		background-position: 80% 16px;
		background-size: 20px;
		cursor: pointer;
		color: #333366;
		margin-bottom: 0px;
	}
}



/****** ALTERNATE PAGINATION ******/
.results-pagination li.mobile-page p {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333366;
}

@media only screen and (max-width: 767.98px) {
	
	/****** Alt Pagination Media Query ******/
	.results-pagination.results-pagination-alt li:not(.navigation) {
		display: none;
	}
	
	.results-pagination li.mobile-page {
		display: inline-block !important;
		width: 200px;
		font-size: 18px;
		margin-top: 30px;
	}
	

}

	

/********** BUTTONS **********/
.button-container {
    padding-top: 30px;
}

.btn-primary {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    display: inline-block;
    color: #ffffff;
    background: #333366;
    min-width: 160px;
    text-align: center;
    border-radius: 3px;
    height: 44px;
    text-decoration: none;
    padding: 10px 20px;
	border-style: none;
  	border: 1px solid #333366;
}

.btn-primary.button--white {
    color: #333366;
    background: #ffffff;
    border: 1px #333366 solid;
    border-radius: 3px;
}

.btn-primary.button--green {
    color: #ffffff;
    background: #218748;
    border: 1px #218748 solid;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #ffffff;
    background-color: #333366;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:active {
    color: #ffffff;
    background-color: #333366;
	box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}

.btn-primary.button--white.focus, .btn-primary.button--white:focus, .btn-primary.button--white:active {
    color: #333366;
    background-color: #ffffff;
	box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}

.btn-primary.button--green.focus, .btn-primary.button--green:focus, .btn-primary.button--green:active {
    color: #ffffff;
    background-color: #218748;
	box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}

.btn-primary:hover, .btn-primary.focus:hover, .btn-primary:focus:hover {
    background: #ededed;
    color: #333366;
    cursor: pointer;
  	border: 1px solid #ededed;
}

.btn-primary.button--white:hover {
    background: #ededed;
    border: 1px solid #333366;
}

.btn-primary.button--green:hover {
    background: #ededed;
    color: #218748;
    border: 1px #ededed solid;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: inherit;
}

.btn-primary.button--white:not(:disabled):not(.disabled).active, .btn-primary.button--white:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #ffffff;
    border-color: inherit;
    color: #333366;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #333366;
    border-color: #333366;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}

.button--star:before {
    content: "";
    /* background-image: url(/assets/images/default/star-icon.png); */
	background-image: url(/assets/images/default/unselected-star-icon.svg);
    background-repeat: no-repeat;
    background-size: 18px 16px;
    width: 18px;
    height: 16px;
    display: inherit;
    /* padding-right: 5px; */
    vertical-align: baseline;
    margin-right: 5px;
    margin-top: 2px;
    float: left;
}

.button--star.selected:before {
    content: "";
	background-image: url(/assets/images/default/selected-star-icon.svg);
}

.button--cart:before {
    content: "";
    background-image: url(/assets/images/default/cart-icon-white.png);
    background-repeat: no-repeat;
    background-size: 28px 21px;
    width: 28px;
    height: 20px;
    display: inline-block;
    padding-right: 5px;
    position: relative;
    vertical-align: top;
    margin-right: 10px;
    background-position: 0px 1px;
}

.button--cart:hover:before {
	background-image: url(/assets/images/default/cart-icon-green.png);
}

.button--disabled {
	color: #595959;
	background: #ededed;
	border: 1px #ededed solid;
	pointer-events: none;
}


@media only screen and (max-width: 767.98px) {
	.button-container {
		text-align: center;
	}	
}

@media only screen and (min-width: 768px) {	
	.button-container {
		display: inline-block;
	}
	
	.button-container + .button-container {
		margin-left: 30px;
	}
}



/********** RETURN TO TOP **********/
.results-return {
    max-height: 0;
    opacity: 0;
    position: fixed;
    bottom: 25px;
    right: 0px;
    -moz-transition: opacity 250ms ease;
    -ms-transition: opacity 250ms ease;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
}
.results-return.active {
    z-index: 9999;
    opacity: 1;
    max-height: 50px;
    -moz-transition: opacity 250ms ease;
    -ms-transition: opacity 250ms ease;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
}

.modal-open .results-return.active {
    z-index: 5;
}

.results-return a img {
	display: block;
}

.results-return.active a:focus {
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
    display: block;
}



/********** ERROR MESSAGE **********/
.form-control.required {
	border-color: #e71921;
}

.error-message {
	display: none;
	color: #e71921;
    font-size: 14px;
    font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-top: 5px;
}

.error input[type='text']:not(.global--navigation), .error input[type='number']:not(.global--navigation), .error input[type='date']:not(.global--navigation), .error select.form-control, .error textarea.form-control, .error button.form-control, .error button.dropdown-toggle, .error .input-group>.input-group-append>.input-group-text, .error .input-group>.input-group-prepend>.input-group-text, .error input[type='password']:not(.global--navigation) {
    border: 1px solid #e71921;
}

.error .input-group>.input-group-prepend>.input-group-text {
    border-right: none;
}

.error .error-message {
    display: block;
}



/********** MOBILE VIEW (MEDIA QUERY) **********/
@media only screen and (max-width: 767.98px) {}


/********** 508 FOCUS **********/
:focus:not(:focus-visible) {
	outline: 0;
	box-shadow: none;
}

input.quantity[type=number]:focus {
	outline: 0;
  	box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
    text-decoration: none;
}

/* input.form-control:focus-visible {
	outline: none;
	outline-offset: inherit;
}

input[type=radio]:not(:focus-visible), input[type=checkbox]:not(:focus-visible) {
	outline: 0;
	box-shadow: none;
} */

/* input[type=checkbox]:focus-visible ~ span.checkbox, select.form-control:focus-visible, select.dropdown:focus-visible, button.search:focus-visible, textarea.form-control:focus-visible, a:focus-visible{
	outline:3px solid red;
} */

/* .radio-button, input[type="radio"]:focus-visible{
	outline: 3px solid red;
} *//********************************/
/********** 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;
}	
