.amexACLLogo{
    width: 230px;
    height: auto;
}
.pinkBGCont{
    background-color: #EAC1D7;
}
#ExploreOffersCTA a{
    background-color: #153577 !important;
	border: 1px solid #fff;
	
}
#ExploreOffersCTA a span{
    color: #fff;
}

.links-item i{
    display: none;
}
.BlueBgColorCont{
    background-color: #153577;
}
.HeroImgRight{
    padding: 55px 15px;
}
.HeroImgLeft{
    padding: 55px 15px;
}
.iconsize{
    padding-left: 1.25rem !important;
}
.TwocolRepHeaderRightText{

}
.TwocolRepHeaderRightTextBody{

}
.TwocolRepHeaderLeftText{

}
.TwocolRepHeaderLeftTextBody{

}
.cardStackDesktopImg{
    display: block !important;
}
.cardStackMobImg{
    display: none !important;
}
.AMEXexpLogo{
    width: 343px;
    padding-top: 5%;
    padding-bottom: 3%;
    margin: auto;
}
.cloudsBG{
    min-height: 300px;
}


/* modal */
#modal-id-goes-here, #modal-id-goes-here-mob {
	display: none;
	position: fixed;
	height: 100vh;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	left:0;
	top: 0;
	align-items: center;
    justify-content: center;
}
#modal-id-goes-here.active, #modal-id-goes-here-mob.active {
	display: flex !important;
	z-index: 99;
}
#modal-id-goes-here div, #modal-id-goes-here-mob div {
	width: 100%;
	max-width: 1000px;
	text-align: center;
	position: relative;
	padding: 0 0 50px;
	background:#fff;
}
#modal-id-goes-here button, #modal-id-goes-here-mob button {
    text-decoration: none;
	position: absolute;
    top: 15px;
    right: 15px;
    font-family: "Helvetica Neue", Helvetica, fallbackBold, sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #fff;
}


@media (max-width: 767px) {
	.BlueBgColorCont p{
		text-align: center !important;
		padding: 0px 30px !important;
	}
    .cloudsBG{
        margin-top: -52px !important;
    }
    .cardStackDesktopImg{
        display: none !important;
    }
    .cardStackMobImg{
        display: block !important;
    }
    .amexACLLogo{
        margin: auto !important;
    }
    .hideMob{
        display: none;
    }
    .headerHeroh1{
        font-size: 40px !important;
        line-height: 48px !important;
        text-align: center !important;
        padding-bottom: 10px !important;
    }
    .headerHerop{
        font-size: 16px !important;
        line-height: 22px !important;
        text-align: center !important;
    }
    .headerHeroh2{
        font-size: 32px !important;
        line-height: 42px !important;
        text-align: center !important;
        padding-top: 0px !important;
    }
    .stepTitle{
        font-size: 18px !important;
        line-height: 28px !important;
        text-align: center !important;
    }
    .stepSubTitle{
        font-size: 16px !important;
        line-height: 22px !important;
        text-align: center !important;
    }
    .expMoreHeadline{
        font-size: 18px !important;
        line-height: 24px !important;
        text-align: center !important;
    }
    .expMoreSub{
        font-size: 16px !important;
        line-height: 22px !important;
        text-align: center !important;
    }
    .TwocolRepHeaderRightText{
        font-size: 16px !important;
        line-height: 25px !important;
        text-align: center !important;
    }
    .TwocolRepHeaderRightTextBody{
        font-size: 16px !important;
        line-height: 22px !important;
        text-align: center !important;
    }
    .TwocolRepHeaderLeftText{
        font-size: 16px !important;
        line-height: 25px !important;
        text-align: center !important;
        padding: 60px 0px 15px 0px !important;
    
    }
    .TwocolRepHeaderLeftTextBody{
        font-size: 16px !important;
        line-height: 22px !important;
        text-align: center !important;
        padding-left: 0px !important;
    }
    .iconsize{
        text-align: center !important;
        padding-left: 0px !important;
    }
    .CardStackHeadline{
        font-size: 40px !important;
        line-height: 48px !important;
        text-align: center !important;
    }
    .CardStackHeadlineSub{
        font-size: 16px !important;
        line-height: 22px !important;
        text-align: center !important;
    }
    .cardStackMobImg{
        padding: 25px 0px !important;
    }
    .AMEXexpLogo{
        width: 191px !important;
        margin: auto !important; 
        padding: 25px 0px !important;
    }
    .ExploreExpCTA a{
        margin:auto !important; 
    }
    .FAQCTA{
        padding-bottom: 70px !important;
    }
	#ExploreOffersCTA{
	margin: 0 auto !important;
	}
}


.ExploreBusinessCardsCTA a{
	border: 1px solid !important; 
    border-color: #fff !important;
}




/* Countdown Timer */
#countdown {
    column-gap: 85px;
    column-count: 4;
    margin: 0 auto;
    max-width: 855px;
    padding-left: 0;
}
#countdown li {
    border: 2px solid #35C4B5;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 150px;
    justify-content: space-around;
    list-style: none;
    padding: 40px 0 20px;
    text-align: center;
	border-radius: 10px;
}
#countdown li .count {
    display: inline-block;
    font-size: 80px;
    font-weight: 500;
	font-family: BentonSans;
}
#countdown li .label {
    font-size: 24px;
    line-height: 32px;
	text-transform: uppercase;
	font-family: BentonSans;
}


@media screen and (min-width: 768px) and (max-width:1023px) {
    #countdown {
        column-gap: 28px;
    }
}

@media screen and (min-width:768px) {
    #countdown {
        margin-bottom: 34px;
        margin-top: 16px;
    }
}
@media screen and (max-width: 767px) {

    #countdown {
        column-gap: 14px;
        column-count: 2;
        max-width: 314px;
    }
    #countdown li {
        margin-bottom: 14px;
    }
}