/*************************************/
/********** 250th Anniversary ********/
/*************************************/
 

a:focus {
    outline: 2px solid #668BE8 !important;
    box-shadow: none !important;
    outline-offset: 3px;
  	border-radius: 3px;
}

.navbar-toggler:focus {
    box-shadow: none;
}


[aria-expanded~="true"] span.navbar-toggler-icon {
    background: url(/usa250/images/00_Navigation/CloseIcon.svg);
}



/* General */
.thumbnail{
    display: block;
    margin: auto;
    height: 132px;
    width: 132px;
    margin-top: 40px;
}
.anniversary-page h2,
.anniversary-page h2+p,
.anniversary-page p+a.pointer-link{
    display: block;
    text-align: center;
	line-height: normal;
}
h1,h2,h3,h4,h5{
    font-family: Georgia, Times New Roman, Helvetica, Arial, sans-serif;
    font-weight: 700;
}
h1{
    font-size: 88px;
    /* Delivering since */
}
h2{
    font-size: 73px;
    color: #004B87;
    /* general section header */
}
h3{
    font-size: 64px;
    color:#343434;
    /* timeline footer*/
}
h4{
    font-size: 32px;
    color: #004B87;
    /* Section subheaders */
}
h5{
    font-size: 22px;
    color: #000000;
    /* shop item header */
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: normal;
    font-weight: unset;
}
p,a{
    font-family: "Inter";
    font-size: 18px;
    line-height: 100%;
}
a{
    font-size: 16px;
}
.pointer-link{
    color: #004B87;
    text-decoration: none;
}
.pointer-link::after{
    content: "";
    background-repeat: no-repeat;
    background-image: url(/usa250/images/00_Navigation/CTA2_arrow-right-Default-blue.svg);
    display: inline-block;
    background-size: 100%;
    width: 13px;
    height: 13px;
    margin-left: 6px;
    position: relative;
    color: #004B87;
    vertical-align: unset;
}
a.pointer-link:hover::after{
    text-decoration: underline;
}
.pointer-link:hover{
    text-decoration: underline;
    color: #004B87;
}
.pointer-link.white-link{
    color: #fff;
}
.pointer-link.white-link::after{
    background-image: url(/usa250/images/00_Navigation/CTA2_arrow-right-Default-white.svg);
}
@media only screen and (max-width:991.98px) {
    h1{
        font-size: 32px;
    }
    h2{
        font-size: 35px;
    }
    h3{
        font-size: 32px;
    }
    h4{
        font-size: 26px;
    }
    h5{
        font-size: 22px;
    }
    .thumbnail{
        height: 88px;
        width: 88px;
        margin-top: 10px;
    }
    .did-you-know>.container{
        padding-right: 30px;
        padding-left: 30px;
    }
}


/* 250th CSS */
img.flag{
    object-fit: cover;
}
.flag-bg{
    background-color: rgba(53, 115, 177,50%);
    background-image: url(/usa250/images/00_Navigation/LandingPage_Bg_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
}
.main-header h1, 
.main-header h2 {
    color: #fff;
    text-align: left;
    font-size: 62px;
}
.main-header h2 {
    font-size: 40px;
}
.main-header.content-section {
    background-color: #0B426FE5;
    padding-top: 40px;
}
.header-text-container {
    padding: 25px 30px;
    max-width: 1440px;
    margin: auto;
}
@media only screen and (max-width:991.98px) {
    .main-header h1{
        font-size: 40px;
        text-align: center;
    } 
    .main-header h2{
        font-size: 24px;
        text-align: center;
    }
    .main-header.content-section{
        padding-top: 62px;
    }
    .header-text-container{
        padding: 16px 20px;
    }
}

/* Join Our Celebration */
.join-our-celebration {
    background-color: #fff;
    padding-bottom: 60px;
}
.split-box-container{
    margin-top: 45px;
	padding-top: 0px;
    max-width: 1140px;
}
.split-box-container .row{
    margin-bottom: 25px;
}
.split-box-container .row:last-of-type{
    margin-bottom: 0px;
}
.split-box-image{
    max-width: 100%;
    padding:0px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.col-12.col-lg-6.split-box-image-container{
    padding: 0px;
    display: block;
}
.split-box-container .col-12{
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.split-box-container h4 {
    margin-top: 20px;
    margin-bottom: 15px;
}
#join-our-celebration-section h3 {
    text-align: center;
    font-size: 40px;
    margin: 0 auto 12px;
    color: #004B87;
    max-width: 800px;
}
#join-our-celebration-section p {
	margin-bottom: 10px;
    line-height: normal;
    text-align: center;
}
.join-our-celebration h4 {
    text-align: center;
}
@media only screen and (max-width:991.98px) {
    .join-our-celebration.content-section{
        margin-top: 0px;
    }
    .split-box-container .row:first-of-type{
        margin-top: 0;
    }
    .split-box-container .row{
        background-color: rgba(255,255,255,.5);
        margin-bottom: 0px;
        margin-top: 25px;
    }
    .split-box-container .col-12{
        order: 1;
        padding: 0;
    }
    .join-our-celebration .pointer-link{
        margin: 10px 0;
    }
    .split-box-container .col-12.split-box-image-container{
        padding: 0px;
        order: 0;
    }
    .split-box-image{
        display: block;
    }
    .split-box-container{
        text-align: center;
        padding-top: 0;
    }
    .join-our-celebration>.container {
        padding: 0 30px;
    }
    #join-our-celebration-section h3{
        font-size: 32px;
    }
    #join-our-celebration-section p{
        margin-bottom: 0px;
    }
}


/* Send a letter to the future */
.letter-to-future.content-section {
    background-color: #004B87;
    padding: 72px 150px 40px;
    /* margin-bottom: 100px; */
}
.letter-to-future h4{
    font-size: 40px;
}
.letter-to-future h4,
.letter-to-future p {
    color: #fff;
    text-align: center;
    margin-bottom: 12px;
}
.letter-to-future a{
    width: fit-content;
    margin: auto;
}
@media only screen and (max-width:991.98px) {
    .letter-to-future.content-section{
        padding: 40px 10px;
    }
    .letter-to-future h4{
        font-size: 32px;
    }
}

/* Did You Know? */
#did-you-know-section h2 {
    margin-top: 12px;
    font-size: 40px;
	margin-bottom: 0;
}
#did-you-know-section p {
	margin-bottom: 12px;
    line-height: normal;
}
.did-you-know {
    background-color: #FFF5E8;
    padding-bottom: 60px;
    margin: 100px 0;
}
.did-you-know .split-box-container>.row {
    background-color: #fff;
}

@media only screen and (max-width:991.98px) {
    .dyk-thumbnail{
        width: 84px;
    }
    .did-you-know .split-box-container>.row{
        background-color: unset;
    }
    #did-you-know-section h2{
        font-size: 32px;
        margin-bottom: 0;
    }
    #did-you-know-section p{
        margin-bottom: 12px;
        text-align: left;
    }
}









/* Shop USPS */

.shop-usps.content-section {
    width: 100%;
    background: #FFFFFF;
}

.shop-usps.content-section .thumbnail {
	margin-top: 0px;
}

.shop-usps.content-section h2 {
	font-size: 40px;
	font-weight: normal;
	margin: 0;
	padding-top: 12px;
}

.shop-usps.content-section {
	margin-top: 40px;
}

.shopping-items-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	gap: 21px;
    padding-top: 25px;
}

.shopping-header-container,
.shopping-items-container,
.stamps-full-container {
	max-width: 1440px;
	margin: auto;
}

.shop-item-contents {
	flex-direction: column;
	align-items: center;
} 

.shop-item-container {
	width: 100%;
    max-width: 269px;
    height: auto;
}

.shop-item-btn, .shop-item-btn:hover {
    text-decoration: none;
    color: #000000;
}

.shop-item-btn:hover p.shop-item-name {
    text-decoration: underline;
}

.shop-item-btn img {
    text-decoration: none;
	width: 100%;
    max-width: 269px;
	height: 100%;
	max-height: 322px;
}

.button-image-container {
    position: relative;
}

.button-text-container {
    text-align: center;
    padding: 20px;
    margin-top: 6px;
    max-width: 269px;
}

.shop-item-btn img.thumbnail-back {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.shop-item-btn:hover img.thumbnail-front,.shop-item-btn:focus img.thumbnail-front {
	opacity: 0;
} 

.shop-item-btn:hover img.thumbnail-back, .shop-item-btn:focus img.thumbnail-back {
	opacity: 1;
}

.shop-item-contents .shop-item-name {
    font-size: 22px;
    line-height: normal;
	font-weight: bold;
}

.shop-item-contents p {
    margin-bottom: 0px;
}

.shop-item-contents .shop-item-price {
    font-size: 20px;
    font-family: "Inter";
	font-weight: normal;
    margin-top: 4px;
}

.stamps-full-container {
    text-align: center;
	padding-top: 25px;
}

.stamps-full-container h4 {
	margin: 0;
	padding: 26px 48px 0px;
}

.stamps-full-container .content-block {
    padding-top: 26px;
}

.stamps-full-container .content-block p {
    font-weight: normal;
    margin: 0;
    line-height: 22px;
}

.stamps-banner {
    width: 100%;
	max-width: 1140px;
	max-height: 459px;
}

.banner-text-content {
	width: 100%;
	max-width: 1140px;
	text-align: center;
	padding-right: 48px;
	padding-left: 48px;
	padding-bottom: 26px;
	margin: auto;
}

.banner-text-content p {
	color: #1A1A1A;
}

.stamps-full-container .pointer-link {
    margin-top: 10px;
	display: inline-block !important;
	color: #004B87;
}

.available-items p {
	padding-top: 4px;
}

.shop-usps .container {
	max-width: 1440px;
	padding-right: 20px;
	padding-left: 20px;
}

@media only screen and (min-width: 992px) {
	
	.stamps-full-container {
		padding-left: 130px;
		padding-right: 130px;
	}
}

@media only screen and (max-width: 991.98px) {

	.shopping-items-container {
	    flex-direction: column;
	    justify-content: center;
		align-items: center;
		align-content: center;
	}

	.shop-usps .container,
	.our-history-container .container {
		padding-left: 20px !important;
		padding-right: 20px !important; 
	}

	.shopping-items-container {
	    padding-top: 25px;
	}

	.banner-text-content {
		padding-right: 0px;
		padding-left: 0px;
	}

	.banner-text-content .available-items {
		padding-right: 28px;
		padding-left: 28px;
	}

	.stamps-full-container h4 {
		margin: 0;
		padding: 26px 26px 0px;
	}

	.shop-usps.content-section h2 {
		font-size: 32px;
	}

}



/* Looking for More */

.closing-banner {
	width: 100%;
    background: #FFFFFF;
}

.banner-img-container {
	padding-top: 40px;
}

.blue-block {
	display: flex;
    background-color: #004B87;
    text-align: center;
    padding: 20px 76px 40px 76px;
	height: 260px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.blue-block h4,
.blue-block p {
    color: #FFFFFF;
    margin: 0;
    font-family: "Inter";
}

.blue-block p {
	font-size: 18px;
	line-height: normal;
	padding-top:10px;
}

.blue-block h4 {
	font-size: 32px;
}

.blue-block a.pointer-link {
    margin-top: 10px;
}

@media only screen and (max-width: 991.98px) {

	.blue-block {
	    padding: 20px 30px 40px 30px;
	}
}

/* Header and Footer Banner */ 

.main-header.content-section,
.closing-banner.content-section {
	overflow: hidden;
}

.top-swoosh-container, .banner-img-container {
	margin: 0 -6px;
}

.top-swoosh-container .top-swoosh,
.banner-img-container .bottom-swoosh {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
