.header-1 {
	font-weight: bold;
	font-family:"Inter";
	font-size: 32px;
	line-height: 36px;
	color:#004B87;
	margin-top:40px;
	margin-bottom:20px;
}

.header-2 {	
    font-weight: bold; 
	font-family:"Inter";
    line-height: 32px;
    font-size: 28px;
    color: #000000;
    margin-bottom: 0;
}
.header-2.subhead {
	font-size: 22px;
	line-height:26px;
	margin-top:14px;
    margin-bottom: 0;
}


.header-3 {	
	font-weight: bold; 
	font-family:"Inter";
	font-size: 22px;
	line-height: 24px;
	color:#000000;
}
.header-4 {
	font-weight: bold; 
	font-family:"Inter";
	line-height: 22px;
	font-size: 18px;
	color:#000000;
}
.header-5 {
	font-weight: bold; 
	font-family:"Inter";
	font-size: 16px;
	line-height: 18px;
	color:#000000;
}
body a {
	font-family:"Inter";
	font-weight: normal;
	color: #0068BB;
	text-decoration:underline;

}
body a:hover {
	text-decoration:none;

}
p {
	font-family:"Inter";font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color:#000000;
	margin-top:15px;
	margin-bottom:15px;
    display: block;
}
.inverse *, .inverse {
	color:#FFFFFF;
}
.inline {
	font-weight: normal;
	color:#0068BB;
}
.disclaimer {
	font-family:"Inter";
	font-weight: normal;
	font-size:10pt;
	line-height: 10pt;
	color:#000000;
}
.disclaimer-text p {
    font-size: 12px;
    line-height: 16px;
}
ul {
    margin-top: 15px;
    margin-bottom: 10px;
    list-style-type: disc;
    margin-left: 10px;
}
ol {
    margin-top: 15px;
    margin-bottom: 10px;
    list-style-type: decimal;
    margin-left: 10px;
}


ul li,ol li {
	padding-top: 5px;
    padding-bottom: 5px;
    font-family:"Inter";
	font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
ul ul li {
	list-style-type: circle;
}

ol ol li {
	list-style-type: lower-alpha;
}
ol.global-footer--navigation-options li {
    list-style-type: none;
}
.article.padding-right {
    padding-right: 5%;
}
.article.padding-left {
    padding-left: 5%;
}
.img-list {
    padding-left: 0;
    margin-left: 0;
}
.img-list li {
    position:relative;
    padding-left: 80px;
    list-style-type:none;
    padding-top: 15px;
    padding-bottom:15px;
    
}
.img-list li:before {
    content: '';
    display: inline-block;
    height: 50px;
    width: 50px;
    background: url(/assets/images/ship/online-shipping/rate-calc-commercial.svg);
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    left:0;
	top: 0;
    position: absolute;
}
.img-list li.packages:before {
    background: url(/smart-lockers/images/icons/packages.svg);
}
.img-list li.mobilescan:before {
    background: url(/smart-lockers/images/icons/mobile-scan.svg);
}

.img-list li.activity:before {
    background: url(/smart-lockers/images/icons/activity.svg);
}
.img-list li.customer-service:before {
    background: url(/smart-lockers/images/icons/customer-service.svg);
}
.img-list li.savings:before {
    background: url(/smart-lockers/images/icons/savings.svg);
}
.img-list li.secureaccess:before {
    background: url(/smart-lockers/images/icons/secure-access.svg);
}

.img-list li.printlabel:before {
    background: url(/smart-lockers/images/icons/print-label.svg);
}
.img-list li.hours:before {
    background: url(/smart-lockers/images/icons/24-hours.svg);
}
.img-list li.passwordlock:before {
    background: url(/smart-lockers/images/icons/password-lock.svg);
}
.img-list li.selfservicekiosk:before {
    background: url(/smart-lockers/images/icons/self-service-kiosk.svg);
}

.img-list li.locker:before {
    background: url(/smart-lockers/images/icons/smart-parcel-locker.svg);
}
.img-list li.van:before {
    background: url(/smart-lockers/images/icons/postal-van.svg);
}
.img-list li.business:before {
    background: url(/smart-lockers/images/icons/business.svg);
}
.img-list li.business,.img-list li.van {
    padding: 15px 20px 30px 80px;
}
.img-list li.business:before,.img-list li.van:before {
    top:0;
}
.button--primary {
    font-family: "Inter";
    font-weight: bold;
    font-size: 16px;
    display: block;
    box-sizing: border-box;
    color: #ffffff;
    background: #004B87;
    min-width: 275px;
	max-width: 325px;
    text-align: center;
    border: 1px #004B87 solid;
    border-radius: 3px;
    padding: 0px 20px;
    margin: 18px 0px 0px 0px;
    height: 42px;
    line-height: 38px;
    white-space: nowrap;
    position: relative;
	text-decoration:none;
    z-index: 99;
}
.inverse .button--primary {
    color: #ffffff;
    background: #004B87;
    border: 1px #ffffff solid;
}
.button--primary:hover,.inverse .button--primary:hover {
    background: #F7F7F7;
	color: #004B87;
}
.button--secondary {
    font-family: "Inter";
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    min-width: 205px;
    text-align: center;
    border-radius: 3px;
    padding: 0px 20px;
    margin: 18px 0px 0px 0px;
    height: 42px;
    line-height: 38px;
    white-space: nowrap;
    position: relative;
	text-decoration:none;
    z-index: 99;
    border: 1px solid #004B87;
    background: #FFFFFF;
    color: #004B87;
}
.button--secondary:hover {
    background: #F7F7F7;
	color: #004B87;
}
.button--secondary + a {
	margin-left: 35px;
}
.jumbotron {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #f7f7f7;
}
.container-fluid img {
	max-width: 100%;
}
.img-row {
	border-radius: 12px;
    align-items: self-start;
}	
.expand {
    cursor: pointer;
    white-space: nowrap;
    width:100%;
    text-align:right;
    display: block;
    position: relative;
    right: 40px;
}
.expand a {
	font-family: "Inter";
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    color: #0068BB;
}
.expand:after {
    content: "";
    display: inline-block;
    background-image: url(/assets/images/blue-caret.svg);
    background-repeat: no-repeat;
    margin-left: -25px;
    position: relative;
    height: 20px;
    width: 20px;
    left: 30px;
    top: 10px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform 0.2s ease-out,top 0.2s ease-out;
}
.visible-expand.active .expand:after {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 0;
    transition: transform 0.2s ease-out,top 0.2s ease-out;
}
.icon-spacing .article img {
    padding: 15px 0;
}
.eyebrow-header {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
}

@media (max-width: 992px){
	
	.jumbotron > * {
		padding-left: 15px;
		padding-right: 15px;
	}
	.article.padding-left,	.article.padding-right {
		padding-left:0px;
		padding-right:0px;
	}
	ol, ul {
		margin-left: 0;
	}
}

/*** HERO ***/

.hero-section {
    position: relative;
	overflow-x: hidden;
    background: url(https://www.usps.com/assets/images/welcome/premium/lifestyle-person-on-phone-dsk.jpg);
    z-index: 0;
    background-repeat: no-repeat!important;
    height: 385px;
    background-color: #f7f7f7;
    background-size: auto 100%;
    background-position: center!important;
}
.hero-section.large {
	height: 425px;
}
.hero-section img {
	display:none;
}

.hero-section .header-1, .hero-section .header-2 {
	margin-top:0;
	margin-bottom:0;
}	
.hero-section .header-2.subhead {
	font-size: 22px;
	line-height:26px;
	margin-top:14px;
    margin-bottom: 0;
}

.hero-section .article {
	max-width: 1320px;
	padding: 30px 100px 30px 30px;
	margin-top: 0;
	margin-bottom: 0;
	margin: 0 auto;
	position:relative;
	top:50px;
}
.hero-section .article h1.header-1,.hero-section .article h2.header-2,.hero-section .article p {
    z-index: 99;
    position: relative;
    padding-right:60px;
	max-width: 500px;
}
.hero-section .article:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50%;
    width: 100%;
    background: #004B87;
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
    z-index: -1;
}
.hero-section .article h2, .hero-section .article p {
    max-width: 500px;
}
@media (max-width: 992px) {
	.hero-section {
		background: none;
		height: auto;
	}
	.hero-section.large {
		background: none;
		height: auto;		
	}
	.hero-section img {
		display:block!important;
		max-width:100%;
	}	
	
	.hero-section .article {
		max-width: none;
		padding-right:15px;
		padding-left: 15px;
		margin-top: 0;
		margin-bottom: 0;
		margin: 0 auto;
		display:block;
		background: #F7F7F7;
		top:0;
	}
   .hero-section .article.inverse {
      padding-bottom: 48px;
  	}
	.hero-section .article h1.header-1,.hero-section .article h2.header-2,.hero-section .article p {
		padding-right:15px;
		padding-left: 15px;
		max-width:none;
        color: #000000;
	}
	.hero-section .article:after {
		display:none;
	}
	
	
}
/*** SUB NAVIGATION ***/

.subnav {
    background: #F7F7F7;
}
.sub-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	background: #F7F7F7;
    max-width: 1200px;
    margin: 0 auto;
}
.sub-navigation a {
	font-size: 14px;
    line-height: 16px;
    margin: 10px 10px;
    color: #0068BB;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.sub-navigation a:active, .sub-navigation a:hover,.sub-navigation a.active   {
    border-bottom: 3px solid #0068BB;
}
.sub-navigation span {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    color: #d9d9d9;
    text-align: center;
    font-size: 22px;
}
.menu-btn a {
    display: none;
}

@media (max-width: 992px) {
	.subnav {
	    border-top: 1px solid #d9d9d9;
	    border-bottom: 1px solid #d9d9d9;
		overflow:hidden;
	}
	.sub-navigation {
		justify-content: flex-start;
		overflow: scroll;
		position: relative;
		left: 0;
		padding: 8px 15px;
 /*		width: max-content;
		transition: left .2s ease-in-out; */
	}
	.sub-navigation:before {
		content: 'Scroll for more:';
		white-space: nowrap;
		font-weight: bold;
		font-size: 14px;
		line-height: 14px;
		border-bottom: 2px solid transparent;
	}
	.sub-navigation a {
	    border-bottom: 1px solid transparent;
		min-width: 150px;
	}
	.sub-navigation a:active, .sub-navigation a.active  {
		border-bottom: 1px solid #0068BB;
		font-weight: bold;
	}
	.sub-navigation a:hover,.sub-navigation a:focus  {
		border-bottom: 1px solid tranparent;
	}
}

/*** CAROUSEL ***/
.feature-section {
    background-color: #d8e4ef;
    border-radius: 12px;
	padding: 60px;
}

.carousel-position {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    width: 190px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 100px;
    float:right;
    margin-right: 40px;
    margin-bottom: 25px;
}
.dot-indicator {
    margin:0 10px;
}
.dot-indicator * {
    width: 24px;
    position: relative;
    border-radius: 50%;
    background-color: #D9D9D9;
    height: 24px;
    display: inline-block;
    border: 3px solid #004B87;
}

.dot-indicator .filled {
    background-color: #004B87;
}



.card-container {
    width: 100%;
    overflow: hidden;
}
.carousel,.feature-section-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.feature-card-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: stretch;
	clear:both;
    position:relative;
    transition: left .3s ease-in-out;
}
.feature-card {
    min-width: 325px;
    padding: 20px 30px;
    background-color: #F7F7F7;
    margin-right: 30px;
    border-radius: 12px;
}

@media (max-width: 452px){
	.feature-card {
		min-width: 100%;
		max-width:100%;
	}
	.carousel-position {
		margin-right: 0;
	}
}

/*** LARGE TEXT CARDS ***/
.lg-txt-crd {
    margin: 0 auto;
	max-width: 1320px;
	padding: 60px 30px;
	
}
.lg-txt-crd .expand {
	height:0;
	overflow:hidden;
}
.lg-txt-crd h2 {
	padding: 15px 0;
	margin: 0;
}
.lg-txt-crd .lg-crd {
	border-width: 3px 3px 4px 5px;
    border-style: solid;
    border-color: #d9d9d9 #d9d9d9 #d9d9d9 #004B87;
    margin: 15px 0;
    padding: 30px 30px 40px 30px;
    border-radius: 5px;
    max-width: 97% !important;
}
.lg-txt-crd .lg-crd div :not(h3)
.lg-txt-crd .lg-crd p {
    margin: 0;
    padding: 20px 0 0 0;
    display: inline-block;
}
.lg-txt-crd .lg-crd h3 {
    margin: 0;
}

.lg-crd .button--primary,.lg-crd .button--secondary {
    margin-right:20px;
	margin-bottom:20px;
}

@media (max-width: 992px){
	    .lg-txt-crd-expand {
        padding-left: 0;
        padding-right: 0;
        background-color: #f7f7f7;
        position:relative;
        padding: 0 0 30px 0;
        overflow: hidden;
        margin: 0 0 80px 0;
    }

	.lg-txt-crd-expand .expand {
		height:auto;
		overflow:hidden;
	}
    .lg-txt-crd-expand .lg-crd div h3 {
        padding: 20px 0 15px 0;
        border-top: 00;
        padding-right: 40px !important;
        color: #0068BB;
		position:relative;
        
    }

	.lg-txt-crd-expand .lg-crd {
		border: 0;
		padding-top:0;
		padding-bottom:0;
		margin:0;
		border-top:1px solid #d9d9d9;
	}


	.lg-txt-crd-expand .lg-crd.hidden div :not(h3) {
		display:none;
		height:0;
		overflow:hidden;
		padding:0 0 0 0;
		margin:0;
	}
	.title {
		position: relative;
	}
    .lg-txt-crd-expand  .lg-crd.hidden h3:after {
        content: "";
        display: inline-block;
        background-image: url(/assets/images/blue-caret.svg);
        background-repeat: no-repeat;
        position: absolute;
        right: 15px;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        height: 25px;
        width: 25px;
        position: absolute;
        top: 40%;
        transition: transform 0.2s ease-out;
    }
    .lg-txt-crd-expand  .lg-crd h3:after {
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: 20%;
        transition: transform 0.2s ease-out;
    }
	.img-locker {
		margin-top:48px;
	}

}

/*** VISIBLE EXPAND ***/
.visible-expand {
    margin: 0 auto;
	max-width: 1320px;
	padding: 0 30px;
}
.visible-expand p {
    display: block;
}

.visible-expand .title p {
    padding-right: 35%;
}
.expand-unit {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #d8d8d8;
	position:relative;
}
.expand-unit a.header-3,.expand-unit h3.header-3 a.header-3 {
    color: #0068BB;
}

.expand-unit a.header-3:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    background-size: 25px 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 25px;
    background-image: url(/assets/images/blue-caret.svg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform 0.2s ease-out;
}
.expand-unit.active a.header-3 {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: transform 0.2s ease-out;
}
.visible-expand .expand-unit .drawer {
    padding-left: 0;
    padding-top: 0;
    width: 100%;
    padding-left: 0;
}
.expand-unit .drawer {
    display: none;
}
.visible-expand .expand-unit.active .drawer {
    display: block;
}
.visible-expand .expand-unit.active .expand-more {
    display:none;
}

.visible-expand .expand-unit.active a.header-3:after {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.alt-text-img, .col-1-text,.img-row,.icon-row,.visible-expand,.disclaimer-text,.img-cover  {
	margin: 0 auto;
    max-width: 1320px;
	padding: 60px 30px;
}

.alt-text-img {
	align-items: center;
}
.img-xchange {
	max-width: none;
    height: 100%;
    text-align: end;
}
.img-xchange img {
	border-radius: 12px;
}
/** changed size from 100 to 75 **/
.img-row img {
    border-radius: 12px;
	width: 75px;
    height: 75px;
    margin-bottom: 20px;
}

.img-row > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: stretch;
}
.img-row .article {
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    flex-wrap: wrap;
}

.icon-row img {margin: 0 auto;display: block;}

.icon-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: center;
    align-items: stretch;
}
.img-text-row div:not(first-of-type) {
    display: flex;
    gap: 25px;
    padding: 0;
}

.img-text-row img {
    width: 50px;
}

.col-2-text {
    display: flex;
	flex-wrap:wrap;
}
.col-1-text .button--primary {
    margin: 0px 0 35px 0;
}
@media (max-width:992px){
	.img-row > div,.icon-row > div {
		margin-top: 30px;
	}
	.jumbotron .col-2-text, .jumbotron  .col-1-text {
		padding-left: 15px;
		padding-right: 15px;
	}
	.alt-text-img img {
		margin: 15px 0;
	}
	.img-xchange {
		text-align: center;
		max-width:100%;
	}
	.reserve-title {
		padding-top:35px;
	}
}

/** IMAGE COVER **/

.img-cover {
    padding: 0;
}

.img-cover-content {
    padding: 60px 30px;
}
.img-cover-img img {
    display:none;
}
.img-cover-img {
    background: url(/smart-lockers/images/package-in-smart-locker.jpg);
    background-size: cover;
}
