
/* SET UNIVERSAL COLORS AND IMAGE HERE */
:root {
	--brand-color-medium: #59bec9;
	--buttons-hover-color: #00604a;
	--header-color: #13294b;
	--background-photo-url: url("https://cdn-ilehoek.nitrocdn.com/DGNUkVKPXReygQxKRHfAyQdyNowCBiub/assets/images/optimized/rev-605912d/payments-dev.breadfinancial.com/wp-content/uploads/2022/06/Financing-Page-Header.svg");
	--brand-font-family: "Montserrat", sans-serif;
	--font-color: #333;
}

body {
	margin: 0;
	padding: 0;
}

.bread-content-inner {
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.bread-points {
	margin-top: 50px;
}

.bread-section {
	position: relative;
	width: 100%;
	text-align: center;
}

.bread-style {
	box-sizing: border-box;
	font-family: var(--brand-font-family);
	font-size: 16px;
}

.bread-main p {
	color: var(--font-color);
}

.bread-header {
	min-height: 350px;
	background: #b1e4e3;
	color: var(--header-color);
	background-size: cover;
	background-position: center;
	background-repeat: repeat;
	background-image: var(--background-photo-url);
	margin-bottom: 40px;
}

.bread-header h6, .bread-header h1 {
	margin: 0px;
	font-family: var(--brand-font-family);
	font-size: 42px;
	line-height: 1.2;
	font-weight: bold;
	color: var(--header-color);
}

.bread-header p {
	margin: 2em 0;
	font-weight: 400;
	font-size: 18px;
	font-style: normal;
	line-height: 1.2;
}

.bread-style h2 {
	font-family: var(--brand-font-family);
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.2;
	color: var(--font-color);
}

.bread-style h3 {
	margin: 0;
	font-family: var(--brand-font-family);
	font-size: 1em;
	color: var(--font-color);
}

.bread-main {
	background: #fff;
	color: #333;
}

.bread-check-your-rate {
	color: #fff;
	font-family: var(--brand-font-family);
	margin-bottom: 20px;
	font-size: 23px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 6px;
	max-width: 625px;
	width: 80%;
	margin: 0 auto;
}

.bread-rate-box .bread-check-your-rate p {
	color: #fff;
}

/* 'CHECK YOUR RATE' BOX */
.bread-rate-box {
	height: 250px;
	background: #00785c;
	color: #333;
	margin-top: 40px;
}

.bread-footer {
	background: #edeeef;
	color: #333;
	overflow-wrap: break-word;
	margin: auto;
}

.bread-contact {
	margin-bottom: 50px;
}

.bread-disclosure {
	font-size: 16px;
	margin: 0 auto;
	width: 72%;
	padding: 10px 0;
}

a, .bread-contact-info {
	text-decoration: none;
	color: var(--brand-color-medium);
}

.bread-promo.bread-promo-two {
	display: flex;
	justify-content: center;
}

.bread-promo.one {
	background: #1c8195;
	border-radius: 25px;
	font-family: var(--brand-font-family);
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	display: flex;
	align-items: center;
	text-align: center;
	color: #fff;
	width: 100%;
	height: 50px;
	max-width: 280px;
	justify-content: center;
	border: 1px solid var(--brand-color-medium);
	text-transform: uppercase;
	cursor: pointer;
	margin: 30px auto 15px auto;
	border: 1px solid #1c8195;
	border-radius: 25px;
	padding: 0px 21px 0px 21px;
	box-shadow: 0px 5px 0px 3px rgba(78, 92, 111, .25);
}

.bread-promo.one button {
	border: 0;
	background: transparent;
	color: #fff;
	padding: 0;
	height: auto;
	font-weight: bold;
}

.bread-promo.one button svg {
	color: #fff;
}

.bread-check-your-rate #bread-placement-2, .bread-check-your-rate .bread-promo.bread-promo-two {
	display: inline-block;
}

.bread-promo.one:hover {
	background-color: #0e5866;
	border: 1px solid #fff;
	text-decoration: none;
	color: #fff;
	transition: all .4s ease;
}

.bread-promo.bread-promo-two>div>a {
	background: none;
	border: 1px solid #fff;
	border-radius: 25px;
	padding: 0px, 21px, 0px, 21px;
	min-width: 15px;
	width: 100%;
	max-width: 250px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	display: flex;
	margin: auto;
	text-align: center;
	height: 50px;
	justify-content: center;
	color: #fff;
	margin: 30px auto 0px auto;
	align-items: center;
	font-family: var(--brand-font-family);
}

.bread-promo.bread-promo-two>div>a:hover {
	color: #fff;
	border: 1px solid #fff;
	transition: all .4s ease;
	background: var(--buttons-hover-color);
	transition: all .4s ease;
}

.bread-learn-more {
	font-family: var(--brand-font-family);
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	color: var(--brand-color-medium);
	text-transform: uppercase;
	position: relative;
	width: 100%;
	text-align: center;
}

#subhead-terms {
	color: black !important;
}

.bread-three-col div {
	margin: 50px 20px 0;
}

.bread-three-col img {
	margin-bottom: 15px;
}

p {
	padding: 5px 0;
	line-height: 1.2;
}

@media ALL and (min-width: 768px) {
	.bread-three-col {
		display: flex;
		padding: 0px 15px;
		justify-content: space-between;
	}
	
	.bread-three-col div {
		width: 30%;
		margin: 0;
	}
	
	.bread-points {
		margin-top: 30px;
	}
	
	.bread-style h3 {
		font-size: 1.25em !important;
	}
	
	p {
		padding: 0;
	}
}
