.inpage-alert strong{    
    font-weight: normal;
    font-weight: bold; font-family:"Inter";
}
.inpage-alert + .inpage-alert {
    background: transparent;
}
.inpage-alert {
    margin: 30px 20px;
    background-color: transparent;
    max-width: 400px;
}
.article .inpage-alert {
    background: transparent;
	margin-top:24px;
	margin-bottom: 00px;
	position:relative;
}
.inpage-alert .alert-p {
	position:relative;
}
.inpage-alert h4 {
	max-width: 1170px;
    text-align: left;
    width: 100%;
    padding-left: 40px;
    padding-top: 12px;
    padding-bottom: 0;
}
.inpage-alert p {
	max-width: 1170px;
    text-align: left;
    width: 100%;
    padding-left: 40px;
    padding-top: 12px;
    font-size: 16px;
    font-family:"Inter";font-weight: normal;
    padding-bottom: 16px;
    position: relative;
}
.inpage-alert h4 ~ p {
    margin-top:0;
}
.inpage-alert.no-icon p,.inpage-alert.no-icon h4 {
    padding-left: 0px;
}

.inpage-alert .container-fluid {
    background-color: #E7F6F8;
    border-left: 0px solid #3573B1;
    padding: 0;
	border-radius: 8px;
}

.inpage-alert.warning .container-fluid {
    background-color: #faf3d1;
    border-left: 15px solid #ffbe2e;
}
.inpage-alert.error .container-fluid {
    border-left: 15px solid #e71921;
    background-color:#f4e3db;
}
.inpage-alert.success .container-fluid {
    border-left: 15px solid #218748;
    background-color:#ECF3EC;
	position:relative;
}




.inpage-alert .container-fluid .alert-p p:first-child:before,
.inpage-alert .container-fluid .alert-p h4:first-child:before  {
    content: '';
    display: inline-block;
    background: url(/assets/images/global/info-icon.svg);
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
    position: absolute;
    margin-left: 0;
    left: 0;
    background-repeat: no-repeat;
    top: 12px;
}
.inpage-alert.warning .container-fluid .alert-p p:first-child:before,
.inpage-alert.warning .container-fluid .alert-p h4:first-child:before  {    
	background: url(/styleguide/design/images/icons/Warning.svg);
    background-repeat: no-repeat;

}
.inpage-alert.success .container-fluid .alert-p p:first-child:before,
.inpage-alert.success .container-fluid .alert-p h4:first-child:before  {
    background: url(/styleguide/design/images/icons/Approved.svg);
	background-repeat: no-repeat;
}
.inpage-alert.error .container-fluid .alert-p p:first-child:before,
.inpage-alert.error .container-fluid .alert-p h4:first-child:before  {
    background: url(/styleguide/design/images/icons/Alert.svg);
    background-repeat: no-repeat;
}
.inpage-alert.no-icon .container-fluid .alert-p p:first-child:before,
.inpage-alert.no-icon .container-fluid .alert-p h4:first-child:before  {
    display: none;
}

.inpage-alert.no-icon .container-fluid .alert-p:first-child:before {
    display: none;
}


.inpage-alert a {
    color: #005EA2;
    text-decoration: underline;
}
.inpage-alert a:hover {
    color: #005EA2;
    text-decoration: none;
}
.inpage-alert p+p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.inpage-alert p:last-child {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.inpage-alert p:first-child {
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-bottom:0;
   margin-top:0;
}

.inpage-alert .alert-p.special-promo {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-evenly;
    padding: 0 30px;
    border-radius: 8px;
}

.alert-p.special-promo p {
    padding: 0;
    margin: 0;
}

.alert-p.special-promo img {
    margin-top: -30px;
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 0; */
    /* max-width: 375px; */
    max-width: 100%;
}


.alert-p.special-promo a img {
    margin-top: 00;
    position: relative;
    right: 0;
}
.promotional .inpage-alert-content {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
    position: relative;
    padding-bottom: 25px;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: left;
}
.app-buttons {
	display:none;
}	
.app-buttons a {
    position: relative;
}
@media (max-width: 1200px) {
	.inpage-alert-content {
		max-width: 100%;
	}

}
@media (max-width: 991px){
	.inpage-alert {
		margin: 0 auto;
		max-width: 500px;
		padding: 60px 0;
	}
    .inpage-alert .alert-p.special-promo div {
        display: flex;
    }
    .alert-p.special-promo p {
        padding: 0
        margin: 0;
    }
	.alert-p.special-promo>img:first-of-type {
		position: relative;
		max-width: none;
		top: -24px;
		margin: 0 auto;

	}
	.inpage-alert-content {
		max-width: 100%;
		padding-bottom: 0;
		position: relative;
		top: -50px;
	}
	.alert-p.special-promo a img {
		max-width:100%;
	}
	
	.app-buttons {
		display:flex;
	}
	
}
@media (max-width: 767px){
    .inpage-alert .alert-p.special-promo {
        display:flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 30px 30px 0px 30px;
        gap: 30px;
    }
	.inpage-alert-content {
		padding-left:0;
	}
    .alert-p.special-promo p {
        padding: 0;
        margin: 0;
    }
	.alert-p.special-promo>img:first-of-type {
		position: relative;
		max-width: none;
		top: -46px;
		margin: 0 auto;

	}
	.inpage-alert-content {
		max-width: 100%;
		padding-bottom: 0;
		position: relative;
		top: -50px;
	}
	.inpage-alert-content h2.header-2 {
		margin-top: 0;
	}

}
@media (max-width: 500px){
    .inpage-alert .alert-p.special-promo div {
        flex-wrap:wrap;
        gap:30px;
        justify-content: center;
    }
}

.special-promo .eyebrow {
	font-weight:bold;
	
}
.special-promo .eyebrow:before {
	display:inline-block;
	content:'';
	width:50px;
	height:50px;
	background-size: auto;
	backkground-repeat:no-repeat;
    background: url(/assets/images/campaigns/adobe/adobe-express-logo.svg);
}
.inpage-alert a.button--primary {
    color: #FFFFFF;
    text-decoration: none;
}
.inpage-alert a.button--primary:hover {
    color: #004B87;
    text-decoration: none;
}
.inpage-alert a.button--primary {
    color: #FFFFFF;
    text-decoration: none;
}
.inpage-alert a.button--primary:hover {
    color: #004B87;
    text-decoration: none;
}
.inpage-alert .container-fluid .alert-p p.eyebrow:before {
	display:none;
}
.xxxinpage-alert .container-fluid .alert-p p.eyebrow:first-child:before {
	display:inline-block;
	content:'';
	width: 200px;
	position: relative;
	height:50px;
	background: url('/assets/images/campaigns/adobe/adobe-express-logo.svg');
	background-repeat: no-repeat;
	top: 25px;
	left: 0px;
}
.inpage-alert .container-fluid .alert-p p.eyebrow {
    padding: 45px 0 0 0;
}
.inpage-alert .special-promo h2.header-2 {
	margin-top:0;
}