/* CSS Document */

/*----------- PERSONAL MEMORIAL OFFER STYLES -----------
##############################################################*/



.pink-vertical-bar {
    background-color: #e89e9a;
    width: 56px;
    height: 100%;
    border-radius: 28px 28px 0 0;
    float: right; }

.offer-header {
    padding: 0 40px 0 40px;
    margin: 60px 0 60px 0; }


.offer-content {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }


.offer-calltoaction {
    padding: 0 40px 0 40px;
    margin: 0 0 60px 0; }


.offer-detailcontainer {
    width: 100%;
    max-width: 880px;
    margin: 0 0 20px 0;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-around; }
@media screen and (min-width: 760px) {
.offer-detailcontainer { margin: 0 20px 20px 20px; }
}


.offerdetails {
    width: 100%;
    max-width: 880px;
    margin: 0 20px 60px 20px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    border: 8px solid #e89e9a;
    border-radius: 24px;
	padding: 30px; }


.offer-exampleimage-artwork {
    width: 100%;
    max-width: 400px;
    margin: 0 16px 50px 16px;
    background-color: #fff; }
@media screen and (min-width: 760px) {
.offer-exampleimage-artwork { max-width: 220px; }
}
@media screen and (min-width: 848px) {
.offer-exampleimage-artwork { max-width: 260px; }
}
@media screen and (min-width: 1044px) {
.offer-exampleimage-artwork { max-width: 158px; }
}

.offer-exampleimage-artwork img {
	display: block;
	border-radius: 30px; }


.offer-exampleimage-plaque {
    width: 100%;
    max-width: 400px;
    margin: 0 16px 30px 16px;
    background-color: #fff;
    border-bottom: 2px solid #e89e9a; }
@media screen and (min-width: 760px) {
.offer-exampleimage-plaque { max-width: 220px; }
}
@media screen and (min-width: 848px) {
.offer-exampleimage-plaque { max-width: 260px; }
}
@media screen and (min-width: 1044px) {
.offer-exampleimage-plaque { max-width: 158px; }
}


.offer-exampleimage-plaque img { display: block; }

.plaquetitle {
	font-family: 'Encode Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.75;
    margin-top: 0.5em;
    color: #4a6e8c; }


.offer-headline-three {
	display: inline-block;
    font-weight: 300;
	font-size: 30px;
	color: #4a6e8c;
    margin-bottom: -2px; }

.offer-headline-four {
    display: inline-block;
	font-size: 21px;
    font-weight: 600;
    color: #e89e9a;
    margin-top: 10px; }

.offer-headline-five {
	display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #4a6e8c;
	margin-bottom: 22px; }


.offer-bodytext {
    font-size: 16px;
    font-weight: 300; }


.offer-detailtext li {
	list-style: outside;
    margin-left: 20px;
    padding-left: 0px;
	font-size: 16px;
    color: #4a6e8c;
    line-height: 1.5;
    margin-bottom: 20px; }


.offer-termstext {
    width: 100%;
    max-width: 880px;
    margin: 0 20px 40px 20px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 1.5em;
    padding-bottom: 6px; }



.offer-termstext li {
	list-style: outside;
    margin-left: 20px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 1.5em;
    padding-bottom: 6px; }









