.inpage-alert.promotional {
    margin: 60px 100px 60px 100px;
    background-color: transparent;
}
.article .inpage-alert.promotional  {
    background: transparent;
	margin-top:24px;
	margin-bottom: 00px;
	position:relative;
}
.inpage-alert.promotional  .alert-p {
	position:relative;
}
.inpage-alert.promotional  h4 {
	max-width: 1170px;
    text-align: left;
    width: 100%;
    padding-left: 40px;
    padding-top: 12px;
    padding-bottom: 0;
}
.inpage-alert.promotional  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.promotional  h4 ~ p {
    margin-top:0;
}
.inpage-alert.promotional.inpage-alert.no-icon p,.inpage-alert.promotional.no-icon h4 {
    padding-left: 0px;
}

.inpage-alert.promotional .container-fluid {
    background-color: #E7F6F8;
    border-left: 0px solid #3573B1;
    padding: 0;
}

.inpage-alert.warning .container-fluid {
    background-color: #faf3d1;
    border-left: 15px solid #ffbe2e;
}
.inpage-alert.error .container-fluid {
    border-left: 15px solid #004B87;
    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/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.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: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.alert-p.special-promo p {
    padding: 0;
    margin: 0;
}

.alert-p.special-promo img {
    margin-top: 20px;

}


.alert-p.special-promo a img {
    margin-top: 00;
    position: relative;
    right: 0;
}
.inpage-alert-content {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 55%;
    max-width: 700px;
    padding-left: 30px;
    position: relative;
    padding-bottom: 25px;
    padding-right: 15px;
}
.app-buttons {
	display:none;
}	
.app-buttons a {
    position: relative;
}
.inpage-alert .container-fluid .alert-p p.eyebrow {
    padding: 15px 0 0 0;
}
@media (max-width: 1200px) {
	.inpage-alert-content {
		max-width: 50%; 
	}
	.alert-p.special-promo img {
		margin-top: 0;
		max-width: 500px;
	}

}
@media (max-width: 991px){
	.inpage-alert {
		margin: 0 auto;
		max-width: 500px;
		padding: 60px 30px;
	}
    .inpage-alert .alert-p.special-promo div {
        display: flex;
        justify-content: space-evenly;
        text-align: left;
    }
    .alert-p.special-promo p {
        padding: 0
        margin: 0;
    }

	.alert-p.special-promo a img {
		max-width:100%;
	}
	
	.app-buttons {
		display:flex;
	}
	
    .inpage-alert .alert-p.special-promo {
        display:flex;
        flex-wrap: wrap-reverse;
        justify-content: center;
        padding: 0 30px 30px 30px;
        gap: 00;
        text-align: center;
        position: relative;
        top: -25px;
        border-radius: 8px;
    }
	.inpage-alert-content {
		padding-left:0;
	}
    .alert-p.special-promo p {
        padding: 0;
        margin: 0;
        text-align: left;
    }
	.alert-p.special-promo>img {
		position:relative;
		max-width: 100%;
		top: -36px;
		padding-top: 0;
	}
	.inpage-alert-content {
		max-width: 100%;
		padding-bottom: 00;
        flex: 0 0 100%;
	}
	.inpage-alert.promotional {
	    margin: 30px;
	    background-color: transparent;
	    padding: 0;
	    margin: 0 auto;
	    padding-top: 60px;
	}
	.inpage-alert .container-fluid .alert-p p.eyebrow {
    padding: 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:first-child: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 .special-promo h2.header-2 {
	margin-top:0;
}.inpage-alert.promotional {
    margin: 60px 100px 60px 100px;
    background-color: transparent;
}
.article .inpage-alert.promotional  {
    background: transparent;
	margin-top:24px;
	margin-bottom: 00px;
	position:relative;
}
.inpage-alert.promotional  .alert-p {
	position:relative;
}
.inpage-alert.promotional  h4 {
	max-width: 1170px;
    text-align: left;
    width: 100%;
    padding-left: 40px;
    padding-top: 12px;
    padding-bottom: 0;
}
.inpage-alert.promotional  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.promotional  h4 ~ p {
    margin-top:0;
}
.inpage-alert.promotional.inpage-alert.no-icon p,.inpage-alert.promotional.no-icon h4 {
    padding-left: 0px;
}

.inpage-alert.promotional .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 #004B87;
    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/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.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: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.alert-p.special-promo p {
    padding: 0;
    margin: 0;
}

.alert-p.special-promo img {
    margin-top: 20px;

}


.alert-p.special-promo a img {
    margin-top: 00;
    position: relative;
    right: 0;
}
.inpage-alert-content {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 55%;
    max-width: 700px;
    padding-left: 30px;
    position: relative;
    padding-bottom: 25px;
    padding-right: 15px;
}
.app-buttons {
	display:none;
}	
.app-buttons a {
    position: relative;
}
.inpage-alert .container-fluid .alert-p p.eyebrow {
    padding: 15px 0 0 0;
}
@media (max-width: 1200px) {
	.inpage-alert-content {
		max-width: 50%; 
	}
	.alert-p.special-promo img {
		margin-top: 0;
		max-width: 500px;
	}

}
@media (max-width: 991px){
	.inpage-alert {
		margin: 0 auto;
		max-width: 500px;
		padding: 60px 30px;
	}
    .inpage-alert .alert-p.special-promo div {
        display: flex;
        justify-content: space-evenly;
        text-align: left;
    }
    .alert-p.special-promo p {
        padding: 0
        margin: 0;
    }

	.alert-p.special-promo a img {
		max-width:100%;
	}
	
	.app-buttons {
		display:flex;
	}
	
    .inpage-alert .alert-p.special-promo {
        display:flex;
        flex-wrap: wrap-reverse;
        justify-content: center;
        padding: 0 30px 30px 30px;
        gap: 00;
        text-align: center;
        position: relative;
        top: -25px;
        border-radius: 8px;
    }
	.inpage-alert-content {
		padding-left:0;
	}
    .alert-p.special-promo p {
        padding: 0;
        margin: 0;
        text-align: left;
    }
	.alert-p.special-promo>img {
		position:relative;
		max-width: 100%;
		top: -36px;
		padding-top: 0;
	}
	.inpage-alert-content {
		max-width: 100%;
		padding-bottom: 00;
        flex: 0 0 100%;
	}
	.inpage-alert.promotional {
	    margin: 30px;
	    background-color: transparent;
	    padding: 0;
	    margin: 0 auto;
	    padding-top: 60px;
	}
	.inpage-alert .container-fluid .alert-p p.eyebrow {
    padding: 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:first-child: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 .special-promo h2.header-2 {
	margin-top:0;
}