ul{
	padding: 0px 20px;
}
li{
	font-size: 16px;
    line-height: 28px;
	list-style:disc;
}
.paragraph.mb-1 {
	margin-bottom: 0.25rem !important;
}
.header-2{
	    font-size: 18px;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 15px;
	font-weight: 600;
}
.article-table-generic{
	text-align:center;
}
table{
	margin: 40px 0;
    width: 100%;
}
th{
	padding: 10px 15px;
    border: 1px solid #c2c2c2;
    background-color: #e2e2e2;
}
td{
	padding: 10px 15px;
	border: 1px solid #e2e2e2;
    text-align: center;
}
.review-offer {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 20px;
    width: 600px;
    height: 80px;
    margin-bottom: 50px;
}
.review-offer__text{
	text-align:center;
}
.review-offer__text {
    font-size: 16px;
    line-height: 25px;
}
.pagebm {
    width: 1000px;
    display: flex;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.page__left_bm {
    flex-grow: 1;
    width: 600px;
}
.page__right_bm {
    width: 350px;
    margin-left: 50px;
}

.sideOffersNoScore__title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin: 15px;
    text-align: center;
}
.review-offer__text {
    color: #222;
}

.review-offer {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}

.sideOffersNoScore__offer {
    display: flex;
    border-top: 1px solid #e2e2e2;
    margin: 0 10px;
    padding: 10px;
    height: 90px;
    align-items: center;
    box-sizing: border-box;
}

.sideOffersNoScore__cta {
    text-decoration: underline;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    margin-left: auto;
}
.sideOffersNoScore__cta {
    color: #00338e;
}
.sideOffersNoScore {
    width: 350px;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    position: sticky;
    top: 20px;
}
.sideOffersNoScoreCtaLink {
    margin: auto 0 auto auto;
}
.review-offer__cta{
	    color: #00338e !important;
		font-weight: 600 !important;
		text-decoration: underline !important;
		font-size: 16px !important;
}

@media (max-width: 1041px){
.page__right_bm {
    width: 0;
    margin-left: 50px;
	display: none;
}}

@media (max-width: 760px){
.page__right_bm {
    width: 0;
    margin-left: 50px;
	display: none;
}}
@media (max-width: 760px){
.pagebm {
    width: 100%;
    display: flex;
     margin-top: 20px; 
     margin-left: auto;
     margin-right: auto; 
}}
@media (max-width: 760px){
.page__left_bm {
    /* flex-grow: 1; */
    width: 100%;
    padding: 20px;
    margin: auto;
}}
@media (max-width: 760px){
.review-offer {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 20px;
    width: 100%;
    height: 80px;
    margin-bottom: 50px;
}}

@media (max-width: 760px){
.review-offer__cta {
    color: #00338e !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    font-size: 9px !important;
    width: auto;
}}
@media (max-width: 760px){
.review-offer__text {
    font-size: 10px;
    line-height: 15px;
    text-align: center;
}}
@media screen and (min-device-width: 760px) and (max-device-width: 1024px) { 

.review-offer {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 20px;
    width: 100% !important;
    height: 80px;
    margin-bottom: 50px;
}}
@media (max-width: 761px){
    .header__text__wrapper .header__h1, .header__text__wrapper .header__h1b, .header__text__wrapper .header__h2 {
        width: 100%;
        text-align: center;
    }
}
@media screen and (min-device-width: 760px) and (max-device-width: 1024px) {
    .page__left_bm {
        flex-grow: 1;
        width: 100%;
    }
}
@media screen and (min-device-width: 760px) and (max-device-width: 1024px) {
    .paragraph {
        width: 77% !important;
        padding: 10px;

    }
}
