body {
	margin: 0;
	padding: 0;	
}


html, body {width: auto!important; overflow-x: hidden!important} 


.site-header .container,
footer.site-footer .container  {
	max-width: 1340px;
}
.site-header .main-navigation.nav-uppercase > ul > li > a, .main-navigation.nav-uppercase > .menu > ul > li > a {
	padding: 20px 30px;
}
/* card-taxonomy-page Start */
.mpf-title {
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}

.mpf-title h2 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #00236e;
	font-weight: bold;
	line-height: 26px;
	text-align: left;
}
.mpf-title p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #555555;
	font-weight: normal;
}
.mpf-title p.red-text {
	color: #950202;
}
.border-totle {
	width: 100%;
	border-bottom: 1px solid #d4d6d8;
	margin:10px 0 10px 0;
}

.mpf-card-taxonomy .col-md-8.content-area {
	padding-left: 0;
	margin-top: 5px;
	text-align: justify;
}
.mpf-card-taxonomy .card-spotlight {
	display: flex;
    align-items: center;
    background: #00236e;
    padding: 11px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 160px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.mpf-card-taxonomy .card-spotlight img {
	margin-right: 5px;
}
.mpf-card-taxonomy .card-category-list {
    position: relative;
    border: 1px solid #dbdde0;
    background-color: #fff;
    margin-bottom: 25px;
    padding: 20px 20px 20px 20px;
    display: grid;
    grid-template-columns: 240px 1fr;
	font-size: 13px;
}
.mpf-card-taxonomy .card-category-list.active {
    border: #00236e solid 1px;
    background: rgb(217,226,239);
	background: linear-gradient(0deg, rgba(217,226,239,1) 0%, rgba(255,255,255,1) 100%);
}
.mpf-card-taxonomy .card-category-img {
    padding: 0;
    position: relative;
    z-index: 1;
}

.mpf-card-taxonomy .card-category-img img {
	max-width: 100%;
}
.btn-apply-now-two a {
	border-radius: 0;
    font-size: 20px;
	font-family: Helvetica, Arial, "sans-serif";
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    margin: 10px auto 7px;
    background-color: #00236e;
    color: #fff;
    /* max-width: 200px; */
    text-decoration: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: rgb(91,135,232);
    background: linear-gradient(180deg, rgba(91,135,232,1) 0%, rgba(3,23,66,1) 100%);
	box-shadow: 0px 9px 0px 0px rgba(0,0,0,0.11);
	-webkit-box-shadow: 0px 7px 0px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 7px 0px 0px rgba(0,0,0,0.11);
	box-shadow: 0px 0px 3px 3px rgba(185,210,242,0.55) inset;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(185,210,242,0.55) inset;
    -moz-box-shadow: 0px 0px 3px 3px rgba(185,210,242,0.55) inset;
	border:2px solid #031742;
	color:#fff;
	
}
.btn-apply-now-two a img {
	margin-right: 5px;
}
.btn-apply-now-two a:focus,
.btn-apply-now-two a:hover {
	background-color: #454545;
}


.btn-apply-now-three a {
	border-radius: 0;
    font-size: 20px;
	font-family: Helvetica, Arial, "sans-serif";
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    margin: 10px auto 7px;
    background-color: #950202;
    color: #fff;
    /* max-width: 200px; */
    text-decoration: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #950202;
	background: linear-gradient(to bottom, #d30700 0%,#950202 100%); 
	box-shadow: 0px 9px 0px 0px rgba(0,0,0,0.11);
	-webkit-box-shadow: 0px 7px 0px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 7px 0px 0px rgba(0,0,0,0.11);
	box-shadow: 0px 0px 3px 3px rgba(216,130,130,0.55) inset;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(216,130,130,0.55) inset;
    -moz-box-shadow: 0px 0px 3px 3px rgba(216,130,130,0.55) inset;
	border:2px solid #5c0001;
	color:#fff;
	
}
.btn-apply-now-three a img {
	margin-right: 5px;
}
.btn-apply-now-three a:focus,
.btn-apply-now-three a:hover {
	background-color: #454545;
}



.btn-credit-score a {
	display: flex;
    align-items: center;
    justify-content: center;
	border:solid 1px #555555;
	background-color: #fff;
	color:#555;
	font-family:Helvetica, Arial, "sans-serif";
	font-size:14px;
	font-weight: 400;
	border-radius:0;
	margin:10px auto;
	text-align:center;
	/* max-width: 200px; */
	padding: 11px;
	text-decoration: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.btn-credit-score a:focus,
.btn-credit-score a:hover {
	border:solid 1px #00236e;
	color: #00236e;
}
.mpf-card-taxonomy .card-category-detail {
    padding: 0 0 0 20px;
    position: relative;
}
.card-category-detail .card-category-detail-title .subtitle {
	color:#b88e1a;
	font-size:16px;
	font-weight:bold;
	font-family:'Source Sans Pro', sans-serif;
}
.mpf-card-taxonomy .card-category-detail h2.category-title {
    font-size: 24px;
    color: #00236e;
    text-transform: none;
    margin: 8px 0 10px;
    letter-spacing: 0px;
    font-weight: bold;
	text-align: left;
}
p.call-out-title {
    color: #950202;
    font-size: 14px;
    margin: 15px 0 0 0;;
    line-height: 20px;
    font-weight: bold;
	text-align: left;
}
.mpf-card-taxonomy ul.category-list-section {
	margin: 0;
	padding: 0;
	display: grid;
    grid-template-columns: 1fr 1fr;
}
.mpf-card-taxonomy ul.category-list-section li {
	margin: 10px 0 0 0;
	padding: 0 22px 0 0;
	list-style: none;
	font-size: 13px;
	color: #222222;
	text-align:left;
}
.mpf-card-taxonomy ul.category-list-section li b {
	margin: 0;
	padding: 0;
}
.mpf-card-taxonomy ul.category-list-section li p {
	margin: 0;
	padding: 0;
	color: #555;
	text-align: left;
}
.mpf-card-taxonomy ul.category-list-section li p a {
	margin: 0;
	padding: 0;
	color: #950202;
	text-decoration: underline;
}
.mpf-card-taxonomy ul.category-list-section li p a:focus,
.mpf-card-taxonomy ul.category-list-section li p a:hover {
	color: #222;
}
.mpf-card-taxonomy ul.category-list-section li p.rating a {
	color: #eac770;
}
.mpf-card-taxonomy ul.category-list-section li p.rating a:focus,
.mpf-card-taxonomy ul.category-list-section li p.rating a:hover {
	color: #950202;
}
.mpf-card-taxonomy .card-category-img .rating-box {
	margin: 0;
	text-align: center;
}
.mpf-card-taxonomy .card-category-img .rating-box a {
	color: #eac770;
}
.mpf-card-taxonomy .card-category-img .rating-box a:focus,
.mpf-card-taxonomy .card-category-img .rating-box a:hover {
	color: #950202;
}
.mpf-card-taxonomy .card-taxonomy-highlights ul {
	margin: 0;
}
.mpf-card-taxonomy .card-taxonomy-highlights {
	margin-top: 30px;padding:0 50px 0 0;
}
.mpf-card-taxonomy .card-taxonomy-highlights h2 {
	margin: 0 0 0 0;
	padding: 10px 0 5px 0;
	font-size: 18px;
	font-weight: bold;
	color: #00236e;
}
.mpf-card-taxonomy .card-taxonomy-highlights p {
	margin: 15px 0 0 0;
	font-size: 13px;
	font-weight: normal;
	color: #555555;
}
.mpf-card-taxonomy .card-taxonomy-highlights li {
	margin: 12px 0;
	padding: 0;
	list-style: disc;
	color: #555555;
	font-weight: 400;
	font-size: 13px;
}
.mpf-card-taxonomy .card-taxonomy-highlights li a {
	text-decoration: underline 1px solid;
	font-size: 13px;
	color: #950202;
}
.mpf-card-taxonomy a.card-detail-link {
	text-decoration: underline;
	font-size: 13px;
	color: #950202;
}
.mpf-card-taxonomy a.card-detail-link:focus,
.mpf-card-taxonomy a.card-detail-link:hover {
	color: #222;
}
.mpf-card-taxonomy .card-category-img img.chime-certificate {
	position: absolute;
	top: 0;
}

/* card-taxonomy-page End */

/* card-offer-details Start */
.mpf-card-taxonomy .card-offer-details-section {
	background-color: #fff;
	padding: 20px 20px 20px 20px;
	border: 1px solid #dbdde0;
	margin-bottom: 40px;
	position: relative;
}
.mpf-card-taxonomy .card-offer-details-section .card-category-list {
	padding: 0;
	border: 0;
}
.mpf-card-taxonomy .card-offer-details-section .bdr-top {
    border-top: solid 1px #ccc;
    margin-top: 30px;
}
.mpf-card-taxonomy ul.card-offer-details-list {
	grid-template-columns: repeat(3, 1fr);
}
.apply-show {
	text-align: center;
}
.apply-show .show-details a {
	color: #950202;
    font-size: 14px;
    margin: 0;
    line-height: 18px;
    font-weight: normal;
    outline: none;
    text-decoration: none;
}
.mpf-card-taxonomy .card-taxonomy-highlights h2.title {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	color: #00236e;
}
.mpf-card-taxonomy .card-offer-details-section .card-taxonomy-highlights {
	margin-bottom: 20px;
}
table.specifications-table {
	margin: 0;
	padding: 0;
	width: 100%;
}
table.specifications-table tr th,
table.specifications-table tr td {
	padding: 15px 0;
	border-bottom: solid 1px #d4d6d8;
	color: #222222;
	font-size:13px;
}
table.specifications-table tr td {
	color: #555555;
}
.hide-detail-link {
	margin:25px 0 0 0;
	text-align: left;
}
.hide-detail-link .show-details a {
	color: #555;
}


/* card-offer-details End */

/* loan-offer-details Start */
.loan-offer-details-main .loan-offer-details-box {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.loan-offer-details-main .loan-offer-details-list {
    max-width: 64%;
}
.loan-offer-details-main .loan-details-border {
	border: solid 1px #dbdde0 !important;
}
.loan-offer-details-main .card-category-detail h3.category-title {
	font-size: 16px;
    color: #222222;
    margin: 8px 0 10px;
    font-weight: bold;
}
.loan-offer-details-main .card-category-detail h3.category-title span {
	font-weight: normal;
	color: #555555;
}
.loan-offer-details-main ul.loan-offer-lists {
	margin: 25px 0 0 0;
    padding: 0;
    list-style: none;
}
.loan-offer-details-main ul.loan-offer-lists li {
	font-size: 14px;
    color: #555;
    padding: 0 0 0 20px;
    margin: 8px 0;
    background: url(../images/check-icon.png) no-repeat left 3px;
}
.loan-offer-details-main ul.loan-offer-lists li strong {
    color: #222;
}
.loan-offer-details-main .loan-offer-details-list p.call-out-title {
	color: #950202;
    font-size: 16px;
    margin: 0;
    line-height: 20px;
    font-weight: bold;
}
.loan-offer-details-main .loan-offer-details-list p {
	font-size: 10px;
	color: #555555;
	font-weight: normal;
	margin: 20px 0 0 0;
}
.loan-offer-details-main .card-taxonomy-highlights .bdr-top {
	border-top: solid 1px #ccc;
	margin:10px 0;
}

.loan-offer-details-main .card-taxonomy-highlights p {
	font-weight: normal;
	font-size: 13px;
	color: #555555;
	margin: 0 0 15px 0;
}
.loan-offer-details-main .card-taxonomy-highlights h3 {
	font-weight: bold;
	font-size: 14px;
	color: #222222;
	margin: 0;
}
.loan-offer-details-main .card-taxonomy-highlights p a {
	font-weight: normal;
	font-size: 10px;
	color: #950202;
	margin: 0;
	text-decoration: none;
}
.loan-offer-details-main .card-taxonomy-highlights p a:focus,
.loan-offer-details-main .card-taxonomy-highlights p a:hover {
	color: #222;
}
/* loan-offer-details End */

/* loan-taxonomy Start */
.loan-taxonomy-main {
	margin: 0;
}
.loan-taxonomy-main .loan-taxonomy-link {
	text-align: center;
}
.loan-taxonomy-main .loan-taxonomy-link a.loan-taxonomy-view-detail {
	color: #950202;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
}
.loan-taxonomy-main .loan-taxonomy-link a.loan-taxonomy-view-detail:focus,
.loan-taxonomy-main .loan-taxonomy-link a.loan-taxonomy-view-detail:hover {
	color: #222;
}
.loan-taxonomy-main .card-offer-details-section .top-pick {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00236e;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 8px 16px;
	z-index: 2;
}
.loan-taxonomy-main .card-category-list .top-pick {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00236e;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 8px 16px;
	z-index: 2;
}
.loan-taxonomy-main .loan-taxonomy-content-full .loan-taxonomy-content {
	margin: 0 20px 0 20px;border-top:1px solid #d1d1d1;padding-top:10px;
}

.loan-taxonomy-main .loan-taxonomy-content-full .loan-taxonomy-content h3 {
	margin:25px 0 10px 0;
	color: #00236e;
	font-size: 16px;
	font-weight: bold;
}
.loan-taxonomy-main .loan-taxonomy-content-full .loan-taxonomy-content h3.block-color {
	color: #222;
	margin-bottom: 10px;
}
.loan-taxonomy-main .loan-taxonomy-content-full .loan-taxonomy-content p {
	margin: 0 0 20px 0;
	color: #555;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
}
.loan-taxonomy-main .loan-taxonomy-content-full .loan-taxonomy-content a {
	display: block;
	color: #950202;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	margin-top: 20px;
}
.loan-taxonomy-main .loan-taxonomy-content-full .loan-taxonomy-content a:focus,
.loan-taxonomy-main .loan-taxonomy-content-full .loan-taxonomy-content a:hover {
	color: #222;
}
.loan-taxonomy-main .mpf-title {
	text-align: center;
}
.loan-taxonomy-content-full {
	display: grid;
	grid-template-columns: 240px 1fr;
}

/* loan-taxonomy End */
@media (max-width: 1199px) {
.loan-taxonomy-main .loan-taxonomy-content-full {
	grid-template-columns: 1fr;
}
.loan-taxonomy-main .loan-taxonomy-content-full .loan-taxonomy-content {
	margin: 0;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.mpf-card-taxonomy .card-category-list {
	grid-template-columns: 180px 1fr;
}
.loan-offer-details-main .card-category-list {
	grid-template-columns: inherit;
}
.mpf-card-taxonomy.loan-offer-details-main .card-category-detail {
	padding-left: 0;
	margin-top: 20px;
}
.loan-taxonomy-main .card-category-img .rating-box {
    text-align: left;
}
}
@media (min-width: 768px) and (max-width: 991px) {
	.mpf-card-taxonomy .card-category-list {
		grid-template-columns: inherit;
    }
	.btn-apply-now-two a,
	.btn-credit-score a {
		margin: 10px auto 7px;
	}
	.mpf-card-taxonomy .card-category-detail {
		padding-left: 0;
		margin-top: 20px;
	}
	.mpf-card-taxonomy .card-category-img {
	    padding: 0;
	    max-width: 240px;
	}
	.mpf-card-taxonomy .card-category-img .rating-box {
	    margin: 0 auto;
	    text-align: center;
	}
	.loan-offer-details-main .card-category-list .card-category-img {
		margin: 0 auto;
	}
	

}
@media (max-width: 991px) {
	.loan-offer-details-main .loan-offer-details-box {
	    flex-direction: column;
	    margin-top: 20px;
	}
	.mpf-card-taxonomy.loan-offer-details-main .loan-offer-details-box h2.category-title, .mpf-card-taxonomy.loan-offer-details-main .loan-offer-details-box p.call-out-title {
		text-align: left !important;
	}
	.loan-offer-details-main .loan-offer-details-list {
	    max-width: 100%;
	    display: block;
	}
	
	.mpf-card-taxonomy .card-category-detail h2.category-title {font-size: 36px;text-align: center;line-height:38px;}	
	.mpf-card-taxonomy .card-category-detail p.call-out-title{font-size:18px;line-height:24px;text-align: center;}	
	.mpf-card-taxonomy ul.category-list-section li {font-size:16px;}
	
}
@media (min-width: 576px) and (max-width: 767px) {
	.container {
	    max-width: 540px !important;
	}
	.mpf-card-taxonomy .col-md-8.content-area {
		padding-left: 0;
		padding-right: 0;
	}
	.card-category-page .card-category-list {
		
	}

}
@media (max-width: 767px) {
	.mpf-card-taxonomy .row {
		margin-left: 0;
		margin-right: 0;
	}
	.mpf-title h2 {
		font-size: 36px;
		line-height: 40px;
		text-align: center;
	}
	.mpf-card-taxonomy .card-category-detail {
    	padding: 0;
	}
	.mpf-card-taxonomy .card-category-list {
		grid-template-columns: inherit;
	}
	.mpf-card-taxonomy .card-category-img {
	    padding: 15px 0 25px 0;
	    text-align: center;
	}
	
	.mpf-card-taxonomy .card-category-detail h2.category-title {font-size: 36px;text-align: center;line-height:38px;}	
	.mpf-card-taxonomy .card-category-detail p.call-out-title{font-size:18px;line-height:24px;text-align: center;}	
	.mpf-card-taxonomy ul.category-list-section li {font-size:16px;}
	
	.mpf-card-taxonomy ul.category-list-section {
		grid-template-columns: 1fr;
	}
	.mpf-card-taxonomy .card-taxonomy-highlights {
		display: none;
	}
	/*.card-offer-detail-hide .card-taxonomy-highlights {
		display: block;
	}*/
	.mpf-card-taxonomy .card-taxonomy-highlights h2.title {
		font-size: 18px;
	}
	.mpf-card-taxonomy .card-offer-details-section .bdr-top {
	    margin: 20px 0 20px 0;
	}
	.loan-taxonomy-main .loan-taxonomy-content-full {
		display: none;
		grid-template-columns: 1fr;
	}
	.mpf-card-taxonomy .card-category-detail .card-category-detail-title .subtitle {
		text-align: center;	
	}


	.card-offer-details-section .card-taxonomy-highlights {
		display: block;
	}
	.loan-offer-details-content .card-taxonomy-highlights {
		display: block;
	}
	.loan-offer-details-main .loan-offer-details-box {
		display: block;
	}
	.loan-offer-details-main .loan-offer-details-box .btn-apply-now-two a,
	.loan-offer-details-main .loan-offer-details-box .btn-credit-score a {
		max-width: inherit;
	}
    .active-category-title{text-align: center;}
	
	
	
	.home-slider .slider-des h1 {text-align: center;}
    .home-slider .slider-des h2 {text-align: center;}
    .home-slider .slider-des p {text-align: center;}
    .home-slider .slider-des .btn {text-align: center;}
	
	.home-featured-card-offer{width:100%;padding:20px;}
	
	.score-rating{width:100%;}
	
	.home-featured-row-title {display:inline;}
	
	.main-navigation a {font-size: 20px;}
	
	.main-navigation .dropdown-parent .dropdown-toggle {font-size:40px;color:#950202;}
}

}

@media (max-width: 575px) {
	.container {
	    max-width: inherit!important;
	    width: 100% !important;
	}
	.mpf-card-taxonomy .col-md-8.content-area {
		padding-left: 0x;
		padding-right: 0;
	}
	
	.mpf-card-taxonomy .card-category-detail h2.category-title {font-size: 36px;text-align: center;line-height:38px;}	
	.mpf-card-taxonomy .card-category-detail p.call-out-title{font-size:18px;line-height:24px;text-align: center;}	
	.mpf-card-taxonomy ul.category-list-section li {font-size:16px;}
}

.mpf-card-taxonomy ul.category-list-section li:first-child a {
    color: #eac770;
}

.card-offer-details-section  .apply-show, 
.card-offer-details-section .hide-btn {
	display: none;
}
.loan-taxonomy-main .loan-taxonomy-link a.loan-taxonomy-view-detail,
.loan-taxonomy-main .loan-taxonomy-content-full .loan-taxonomy-content a {
	text-decoration: underline;
}

@media (min-width: 1600px) {
	.card-offer-template-default .container,
	.tax-card-ratings .container,
	.tax-card-category .container,
	.tax-card-issuers .container,
	.lender-template-default .container,
	.page-template-page-top-lenders .container,
	.tax-loan-credit .container,
	.tax-loan-type .container  {
		max-width: 1340px;
	}
}

.loading-page {
    margin: 60px 0;
    text-align: center;
    color: #000;
}
.loading-page .loading-wrapper {
    overflow: hidden;
}
.loading-page .logo-gray {
    padding-bottom: 46px;
}
.loading-page h2.you-are {
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 28px;
    color: #b8b8b8;
    letter-spacing: 0;
}
.loading-page h1 {
    font-family: 'Conv_SanFranciscoText-Bold';
    font-size: 30px;
    margin: 12px 0 30px 0;
    padding: 0;
    line-height: 28px;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
}
.loading-page h2.secure {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 28px;
    color: #ecaa10;
    text-transform: none;
    letter-spacing: 0;
}
.loading-page .logo-gif {
    padding: 25px 0 35px 0;
}
.loading-page p.loading-time {
    font-size: 16px;
    color: #636363;
}
.loading-page p.loading-time a {
    text-decoration: underline;
    color: #950202;
}
.loading-page p.loading-time a:hover {
    text-decoration: none;
}
.loading-page .text-1 {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px !important;
}
.loading-page h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #00236e;
	font-weight: 600;
}
sup {
	vertical-align:top;
	font-size:small;
	top:5px;
}

.ribbon-icon{position: absolute;}

.active-category-title{font-size:18px; color:#b88e1a;padding:0;margin:0;font-family: 'Source Sans Pro', sans-serif;font-weight:600;}

.btn-learn-more a {
	border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 10px auto 7px;
    background-color: #00236e;
    color: #fff;
    max-width: 150px;
    text-decoration: none;
}

.btn-learn-more a:visited {
    color: #fff;
}



/* Home Slider Top */
.home-slider {   
    background: #e9ecf5;
}

.home-slider .slider-cards {
    /* box-shadow: 0 10px 7px #787b7f; */
    /* border-radius: 20px; */
    /* display: inline-block; */
	/* margin:5% 10% 5% 10%; */
}
.home-slider .slider-des {
    text-align: left;
}
.home-slider .slider-des h1 {
    color: #950202;
    font-size: 20px;
    margin: -5px 0;
    padding: 0;
	font-weight:800;
	font-family: 'Source Sans Pro', sans-serif;
}
.home-slider .slider-des h2 {
    color: #00236e;
    font-size:40px;
    margin: 35px 0 10px 0;
    padding: 0 0 10px 0;
	line-height: 50px;
    text-transform: none;
}
.home-slider .slider-des p {
    color: #333333;
    font-size: 16px;
}
.home-slider .slider-des .btn {
    border: 2px solid #fff;
    color: #fff;
    background: #00236e;
    text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:800;
    font-size: 16px;
    padding: 0 55px;
    line-height: 46px;
}
.home-slider .slider-des .btn:before {
    background: #00236e;
}



.home-featured-card-offer{text-align:center;border:1px solid #dbdde0;background-color:#fff;padding:39px;margin:10px;}
.home-featured-title {font-size: 20px; margin-bottom: 15px; width:100%; text-align:center;}
.home-featured-row {margin:20px 0 10px 0;}
.home-featured-row h2{font-family:'Source Sans Pro', sans-serif;font-weight:700;font-size:17px;text-align: left;color:#00236e;padding:0 0 5px 0;margin:10px 0 10px 0;border-bottom:2px solid #d4d6d8;}
.home-featured-row-title {font-size: 14px;margin:0 0 25px 0;width:220px;text-align: center;line-height: 22px;word-wrap: break-word;height: 15px;}

.select-score-container{background-color:#fff;padding:20px 0 20px 0;border-bottom:1px solid #dbdde0;}
.score-header{width:100%;font-size:25px;color:#333333;text-align: center;font-weight: 700;margin:10px 0 10px 0;}
.score-sub-header{width:100%;font-family:'Source Sans Pro', sans-serif;color:#950202;font-size:24px;text-align:center;font-weight:800;margin:0 0 15px 0;}
.select-credit-score{width:100%;margin:0;}
.score-rating-container{text-align:center;}
.score-rating{text-align:center;border:1px solid #dbdde0;background-color:#fff;margin:5px 0 15px 0;padding:10px 0 15px 0;}
.score-rating h5{font-size:18px;color:#00236e;border-bottom:1px solid #950202;padding-bottom:5px;box-shadow: 0 5px 5px rgb(0 0 0 / 0.2);}

.score-rating .btn{
    color: #fff;
    background: #00236e;
    text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	padding:20px 15px 20px 15px;
	font-weight:800;
    font-size: 16px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width:80%;
}

.logo-slider-title{width:100%;font-size:15px;color:#fff;text-align: center;font-weight: 400;padding:20px 0 30px 0;font-style: italic;}


.select-credit-score-container{border:1px solid #d1d1d1;padding:12px;background-color:#fff;}
.select-credit-score-rating-image{width:20%;}
.select-credit-score-rating-image img{width:70px;}
.select-credit-score-rating-label{width:40%;}
.select-credit-score-rating-label h4{font-size:25px;text-align:left;font-weight: 700;padding:10px 8px 0 10px;font-family: Arial, sans-serif;line-height: 25px;}
.select-credit-score-rating-button-container{width:40%;}
.select-credit-score-rating-button-container .btn{
    background: rgb(91,135,232);
    background: linear-gradient(180deg, rgba(91,135,232,1) 0%, rgba(3,23,66,1) 100%);
	box-shadow: 0px 9px 0px 0px rgba(0,0,0,0.11);
	-webkit-box-shadow: 0px 7px 0px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 7px 0px 0px rgba(0,0,0,0.11);
	box-shadow: 0px 0px 3px 3px rgba(185,210,242,0.55) inset;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(185,210,242,0.55) inset;
    -moz-box-shadow: 0px 0px 3px 3px rgba(185,210,242,0.55) inset;
	border:2px solid #031742;
	color:#fff;
    text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	padding:20px 15px 20px 15px;
	font-weight:800;
    font-size: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-decoration: none;
	width:100%;
	line-height:22px;
}

.score-rating-container .btn{
    background: rgb(91,135,232);
    background: linear-gradient(180deg, rgba(91,135,232,1) 0%, rgba(3,23,66,1) 100%);
	box-shadow: 0px 9px 0px 0px rgba(0,0,0,0.11);
	-webkit-box-shadow: 0px 7px 0px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 7px 0px 0px rgba(0,0,0,0.11);
	box-shadow: 0px 0px 3px 3px rgba(185,210,242,0.55) inset;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(185,210,242,0.55) inset;
    -moz-box-shadow: 0px 0px 3px 3px rgba(185,210,242,0.55) inset;
	border:2px solid #031742;
	color:#fff;
    text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	padding:20px 15px 20px 15px;
	font-weight:800;
    font-size: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-decoration: none;
	width:90%;
	line-height:22px;
}

.financial-disclosure {margin:30px 0 30px 0;}
.financial-disclosure h3{font-size:16px;border-bottom:1px solid #d1d1d1;font-weight:700;text-transform:uppercase;color:#555;}

.post-col{width:100%;}


/* Credit Module

/* Container Styles */
.mpf-module-container {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
    max-width: 700px;
    margin: 0px auto 30px auto;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
}

/* Header & Progress Bar */
.mpf-header h3 {
    margin: 0 0 15px 0;
    color: #2c3e50;
    font-size: 22px;
	font-weight: 1000;
}
.mpf-progress-bar {
    background: #f0f0f0;
    height: 8px;
    border-radius: 4px;
    margin-bottom: 25px;
    overflow: hidden;
}
.mpf-progress-fill {
    background: #27ae60; /* Green success color */
    height: 100%;
    transition: width 0.4s ease;
}

/* Steps & Transition */
.mpf-step {
    display: none;
    animation: fadeIn 0.5s;
}
.mpf-step.active {
    display: block;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Questions */
.mpf-question {
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
}

/* Stack Layout (Full Width) */
.mpf-options-grid {
    display: flex;
    flex-direction: column; /* Stacks items vertically */
    gap: 0px;
    width: 100%;
}

/* Ensure Buttons Fill the Space */
.mpf-option-btn, 
.mpf-btn-step1, 
.mpf-btn-step2,
.mpf-btn-step3 {
    width: 100%; /* Forces full width */
    max-width: 100%; /* Prevents overflow */
    box-sizing: border-box; /* Includes padding in width calculation */
    
    /* Optional: Center the content for a cleaner look */
    justify-content: flex-start; /* Keeps icon/text aligned to the left */
    padding: 18px 20px; /* Slightly larger tap target for mobile */
}

/* Button Styles (Updated for Step 1 & Step 2 classes) */
.mpf-option-btn, 
.mpf-btn-step1, 
.mpf-btn-step2,
.mpf-btn-step3{
    background: linear-gradient(180deg, rgba(91, 135, 232, 1) 0%, rgba(3, 23, 66, 1) 100%);
    border: 2px solid #031742;
    border-radius: 15px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: left;
    width: 100%;
    color: #fff;
}

/* Button Hover Effects */
.mpf-option-btn:hover, 
.mpf-btn-step1:hover, 
.mpf-btn-step2:hover,
.mpf-btn-step3:hover{
    border-color: #27ae60;
    background: #eafff0;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	color: #444; /* Default text color */
}

/* Icon & Label Styles */
.mpf-icon { 
    font-size: 20px; 
}
.mpf-label { 
    font-weight: 600; 
    color: inherit;
	font-size:20px;
}

/* Loading State Animation */
.mpf-loading-state { 
    padding: 20px 0; 
}
.mpf-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #27ae60;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px auto;
}
#mpf-sub-text { 
    color: #7f8c8d; 
    font-size: 14px; 
    margin-top: 5px; 
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}