/* ||| GENERAL STYLES START */
/* || Text Styles */
:root {
	--primary_green: #008a00;
	--dark_green: #1a5336;
	--charcoal: #1c1c1c;
	--light_grey: #f0eff0;
	--white: #ffffff;
}
*, html {
	box-sizing: border-box;
}
*, html, body {
	-webkit-text-size-adjust: 100%;
}
img {
	display: block;
}
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	-webkit-scroll-behavior: smooth;
	-moz-scroll-behavior: smooth;
}
body {
	margin: auto;
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6, p, span, td, th, div, label, ol, ul, li, button {
	font-family: 'TD Graphik', 'Poppins', Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
}
h1 {
	font-weight: 700;
	font-size: 6.6rem;
	line-height: 7.4rem;
	max-width: var(--hero_text_width);
	margin: auto 3.5rem;
	font-variant-ligatures: no-common-ligatures;
}
h1, h4, h4 .faq-question-container {
	text-align: left;
}
h1, h2, h3 {
	color: var(--dark_green);
}
h2, h3 {
	font-size: 3.2rem;
	line-height: 4rem;
	text-align: center;
	margin: auto auto 2.5rem;
}
span.semibold-text {
	font-weight: 600;
}
span.uppercase-text {
	text-transform: uppercase;
}
span.nowrap-text {
	white-space: nowrap;
}
.faq-container h2 {
	margin: auto auto 3rem;
}
.faq-container h3 {
	margin: auto auto 1.2rem;
}
h2, h3, h4, h5 {
	font-weight: 600;
}
h4, h4 .faq-question-container span.faq-question, h4 button.faq-question-container {
	font-weight: 600;
	font-size: 2.6rem;
	line-height: 3rem;
	color: var(--charcoal);
}
h4 span.faq-question:hover {
	color: var(--primary_green);
}
h4 span.faq-icon, h4 span.faq-question {
	cursor: pointer;
}
iframe {
	border: none;
}
p, li {
	font-size: 2.2rem;
	line-height: 2.6rem;
	color: var(--charcoal);
}
a, a:hover {
	cursor: pointer!important;
}
.scroll-show {
	visibility: visible;
	opacity: 1;
}
.scroll-hide {
	visibility: hidden;
	opacity: 0;
}
.current-page {
	color: var(--dark_green)!important;
	text-decoration: underline!important;
}
/*--------*/

/* || Container And Wrapper Styles */
.content-wrapper {
	padding: var(--padding_val, 0);
}
.reg-container {
	max-width: var(--max_width_val, 120rem);
	margin: auto;
	position: relative;
}
/*--------*/

/* || Image Styles */
.figure-container img {
	max-width: var(--max_width_val, 91rem);
	width: 100%;
	display: inline-block;
	margin: auto auto 2.8%;
}
#def-interest-balance-info-img {
	--max_width_val: 88.8rem;
}
.def-interest-statement-img {
	--max_width_val: 91.6rem;
}
#fixed-pay-balance-info-img {
	--max_width_val: 90.1rem;
}
.fixed-pay-statement-img {
	--max_width_val: 90.9rem;
}
#equal-pay-balance-info-img {
	--max_width_val: 91.8rem;
}
.equal-pay-statement-img {
	--max_width_val: 90.8rem;
}
#standard-plan-balance-info-img {
	--max_width_val: 95.7rem;
}
.standard-plan-statement-img {
	--max_width_val: 90.8rem;
}
.td-logo-img {
	width: 100%;
	max-width: 52rem;
	height: 100%;
	max-height: 6.8rem;
}
.reduced-apr-img {
	width: 5.4rem;
	height: 7.3rem;
}
.home-reduced-apr-img {
	width: 6.1rem;
	height: 8.3rem;
}
.promotional-fee-img {
	width: 5.1rem;
	height: 7.2rem;
}
.zero-apr-img {
	width: 7.7rem;
	height: 7.2rem;
}
.zero-interest-img {
	width: 7.3rem;
	height: 7.3rem;
}
.deferred-interest-img {
	width: 7.6rem;
	height: 6.4rem;
}
.standard-purchases-img {
	width: 8.5rem;
	height: 7.2rem;
}
.no-penalty-img {
	width: 10.1rem;
	height: 6.2rem;
	--left_value: calc(50% - 1.1rem);
}
.online-img {
	width: 11.8rem;
	height: 7.6rem;
}
.by-phone-img {
	width: 7.5rem;
	height: 8rem;
	--left_value: calc(50% + 1.7rem);
}
.by-mail-img {
	width: 8.7rem;
	height: 8rem;
}
.back-to-top-img {
	width: 3.1rem;
	height: 1.7rem;
}
.min-payment-img {
	width: 5.6rem;
	height: 8.5rem; 
}
.interest-img {
	width: 6.8rem;
	height: 7.6rem;
}
.pay-off-early-img {
	width: 8.2rem;
	height: 8.2rem;
}
/*--------*/

/* || Button Styles */
button {
	background: transparent;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
}
.button-link {
	font-weight: 600;
	font-size: 2.2rem;
	display: inline-block;
	text-decoration: none;
	padding: .8rem 1.6rem;
	text-align: center;
	border: .2rem solid var(--primary_green);
	line-height: 100%;
}
.filled-in-button {
	color: var(--white);
	background-color: var(--primary_green);
	width: 100%;
	max-width: 22rem;
}
.filled-in-button:hover, .filled-in-button:focus {
	background-color: var(--dark_green);
	border-color: var(--dark_green);
	color: #fff;
	text-decoration: none;
}
.transparent-button {
	color: var(--primary_green);
	background-color: transparent;
	width: 100%;
	max-width: 20.4rem;
}
.transparent-button:hover, .transparent-button:focus {
	color: var(--dark_green);
	border-color: var(--dark_green);
	text-decoration: none;
}
.back-to-top-button {
	position: fixed;
	right: 0;
	bottom: 0;
	display: inline-flex;
	cursor: pointer;
	align-items: center;
	justify-content: space-around;
	margin: 0 2rem 1rem 0;
	font-weight: 400;
	font-size: 2.2rem;
	line-height: 2.4rem;
	color: var(--charcoal);
	text-decoration: none;
	width: 18rem;
	transition: all .2s ease-in;
}
.back-to-top-button:hover, .back-to-top-button:focus, .back-to-top-button:active {
	color: var(--charcoal);
	text-decoration: none;
}
/*--------*/
/* |-| GENERAL STYLES END */


/* ||| HEADER SECTION STYLES START */
/* || Header Container Styles */
.header .content-wrapper {
	--padding_val: 2.5rem 2rem .5rem;
}
.header-container {
	--max_width_val: 106.8rem;
}
/*--------*/

/* || Logo and Account Login Button Styles */
#logo-and-account-button-container a:first-of-type {
	margin-right: 1rem;
	margin-left: 0;
	float: left;
	max-width: 52rem;
	width: 100%;
}
#logo-and-account-button-container a:last-of-type {
	margin-right: 0;
	margin-left: 1rem;
	float: right;
}
#logo-and-account-button-container a {
	margin-top: auto;
	margin-bottom: 1.5rem;
}
/*--------*/

/* || Navbar Styles */
ul.nav-bar {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: space-between;
	gap: 1.5rem 1.8rem;
	padding: 1.5rem 0;
	margin: auto;
	text-align: center;
}
ul.nav-bar li {
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.4rem;
	text-align: center;
	margin: auto;
	flex-grow: 1;
}
ul.nav-bar a {
	text-decoration: none;	
}
ul.navbar a, ul.navbar a:hover {
	cursor: pointer;
}
ul.financing-options-nav-bar a {
	color: var(--primary_green);
}
ul.financing-options-nav-bar a:hover, ul.financing-options-nav-bar a:focus {
	color: var(--dark_green);
}
.financing-options-container {
	clear: both;
}
div.page-section-container {
	border-top: .2rem solid #f2f2f8;
}
ul.page-section-nav-bar {
	max-width: 82rem;
}
ul.page-section-nav-bar a {
	color: var(--charcoal);
}
.navbar-mob {
	display: none;
}
ul.page-section-nav-bar a:hover, ul.page-section-nav-bar a:focus {
	text-decoration: underline;
}
.screenreader-only {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
.navbar-mob{
	margin: auto;
}
.navbar-mob button, dropdown-menu, .open > .dropdown-menu {
	width: 100%;
}
.navbar-mob button {
	padding: .8rem 1.6rem;
	text-align: center;
	font-size: 2rem;
	line-height: 2.4rem;
	color: #fff;
	background: var(--primary_green);
	border:none;
	box-shadow: none;
	font-weight: 600;
}
.navbar-mob button:hover,
.navbar-mob button:focus {
	background: var(--dark_green);
}
.navbar-mob.open button{
	border: 0;
}
.dropdown-menu {
	margin-top: 0;
	padding:0;
	background: var(--light_grey);
	border-top: none;
	border-right: .2rem solid var(--dark_green);
	border-bottom: .2rem solid var(--dark_green);
	border-left: .2rem solid var(--dark_green);
	box-shadow: none;
	border-radius: 0;
}
.dropdown-menu li h2 {
	text-align: left;
}
.dropdown-menu > li > .dropdown-header, .dropdown-menu > li > h4 {
	margin: 0;
}
.dropdown-menu > li > .dropdown-header {
	padding: .5rem 1.5rem;
}
.dropdown-menu > li .dropdown-header.final-header {
	padding: 1.25rem 1.5rem .5rem;
}
.dropdown-menu > li > .header-link > a {
	padding: 1rem 1.5rem;
}
.dropdown-menu > li > h4 > a {
	padding: .25rem 1.5rem .25rem 2.5rem;
}
.dropdown-menu > li > .dropdown-header.header-link, .dropdown-menu > li > h4 {
	padding: 0;
}
.dropdown-menu > li > h3.dropdown-header, .dropdown-menu li .dropdown-header a {
	font-weight: 600;
	font-size: 2rem;
	text-align: left;
}
.dropdown-menu > li > h3.dropdown-header, .dropdown-menu > li > h4 > .dropdown-item.current-page {
	color: var(--charcoal)!important;
}
.dropdown-menu > li > h4 > .dropdown-item.current-page {
	text-decoration: none!important;
	font-weight: 600;
}
.dropdown-menu > li > h4 > .dropdown-item.current-page:hover {
	background: none;
}
.dropdown-menu li .dropdown-header a {
	color: var(--primary_green);
}
.dropdown-menu > li > a, .dropdown-menu > li > .dropdown-header, .dropdown-menu > li > .dropdown-header > a, .dropdown-menu > li > h4, .dropdown-menu > li > h4 > a {
	display: block;
	clear: both;
}
.dropdown-menu li a:hover, .dropdown-menu li .header-link:hover {
	background-color: var(--primary_green);
	text-decoration: underline;
	color: #fff;
}
.dropdown-menu li h4 a {
	font-weight: 500;
	font-size: 1.8rem;
	margin: 0;
	color: var(--primary_green);
}
/* |-| HEADER SECTION STYLES END */


/* ||| HERO SECTION STYLES START */
/* || General Styles */
.hero-section {
	background-color: var(--light_grey);
}
.hero-container, .hero-mob-block {
	background-image: var(--hero_bg_img);
}
.hero-container {
	background-size: 120rem var(--hero_bg_size);
	background-repeat: no-repeat;
	background-position: right top;
	height: var(--hero_bg_size);
	padding: 2rem 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-flow: row wrap;
	align-content: center;
	box-shadow: 0px -6px 0px 0px #FFFFFF, 
	0px 6px 0px 0px #FFFFFF, 
	-5px 0px 4px -3px #D6D6D6, 
	5px 0px 4px -3px #D6D6D6;
}
.hero-mob-block {
	display: none;
}
div.hero-container p {
	color: #fff;
	font-size: 3rem;
	line-height: 3.2rem;
	font-weight: 900;
}
div.transparent-background {
	background-color: var(--primary_green);
	opacity: .7;
	padding: 1.6rem 3.6rem;
	max-width: 63rem;
	margin: 1rem 0 0;
	outline: none;
}
/*--------*/

/* || Home Page */
#home-hero-container {
	--hero_bg_img: url('../images/E466_TD_img_hero_bg_home.jpg');
	--hero_bg_size: 47.6rem;
}
#home-hero-container h1 {
	--hero_text_width: 63rem;
}
/*--------*/

/* || Deferred Interest Page */
#def-interest-hero-container, #def-interest-hero-mob-block {
	--hero_bg_img: url('../images/E466_TD_img_hero_bg_def_interest.jpg');
	--hero_bg_size: 49.7rem;
}
#def-interest-hero-container h1 {
	--hero_text_width: 56.4rem;
}
/*--------*/

/* || Equal Pay Page */
#equal-pay-hero-container, #equal-pay-hero-mob-block {
	--hero_bg_img: url('../images/E466_TD_img_hero_bg_equal_pay.jpg');
	--hero_bg_size: 50.2rem;
}
#equal-pay-hero-container h1 {
	--hero_text_width: 80rem;
}
/*--------*/

/* || Fixed Pay Page */
#fixed-pay-hero-container {
	--hero_bg_img: url('../images/E466_TD_img_hero_bg_fixed_pay.jpg');
	--hero_bg_size: 47.7rem;
}
#fixed-pay-hero-container h1 {
	--hero_text_width: 54rem;
}
/*--------*/

/* || Standard Plan Page */
#standard-plan-hero-container {
	--hero_bg_img: url('../images/E466_TD_img_hero_bg_standard_plan.jpg');
	--hero_bg_size: 50.2rem;
}
#standard-plan-hero-container h1 {
	--hero_text_width: 65rem;
}
/*--------*/
/* |-| HERO SECTION STYLES END */


/* ||| UNDER HERO SECTION STYLES START */
/* || Multi Page Styles */
.under-hero-section .content-wrapper {
	--padding_val: 4rem 2rem 2rem;
}
div.under-hero-container p {
	font-size: 2rem;
	line-height: 2.4rem;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#home-under-hero-container > p:nth-of-type(3), #def-interest-under-hero-container p:first-child, #equal-pay-under-hero-container p:first-child, #fixed-pay-under-hero-container p:first-child {
	margin-bottom: 2rem;
}
#fixed-pay-under-hero-container, #equal-pay-under-hero-container, #standard-plan-under-hero-container {
	--max_width_val: 102rem;
}
#home-under-hero-container {
	--max_width_val: 114rem;
}
/*--------*/

/* || Home Page Styles */
#home-under-hero-container > p {
	font-size: 2.2rem;
	line-height: 2.6rem;
}
#home-under-hero-container > p:first-of-type {
	max-width: 72rem;
	margin: auto auto 4rem;
}
#home-under-hero-container > p:nth-of-type(2), #home-under-hero-container ul.grey-box-flex-list p:first-of-type, #home-under-hero-container ul.grey-box-flex-list p:nth-of-type(2) {
	font-weight: 600;
}
#home-under-hero-container > p:nth-of-type(4) {
	margin-bottom: 1.5rem;
}
#home-under-hero-container ul.grey-box-flex-list li {
	--width_val: 26rem;
	padding: 2.5rem 1.2rem;
}
#home-under-hero-container ul.grey-box-flex-list p {
	margin-bottom: 2.5rem;
}
#home-under-hero-container ul.grey-box-flex-list p:first-of-type {
	color: var(--dark_green);
}
#home-under-hero-container ul.grey-box-flex-list p:nth-of-type(3) {
	font-style: italic;
}
#home-under-hero-container ul.grey-box-flex-list p:last-of-type {
	margin-bottom: 0;
}
#home-under-hero-container ul.grey-box-flex-list li:last-of-type p:last-of-type {
	font-weight: 400;
}
#home-under-hero-container ul.grey-box-flex-list li .flex-list-img-container {
	height: 8.3rem;
}
/*--------*/

/* || Deferred Interest Styles */
#def-interest-under-hero-container {
	--max_width_val: 91.6rem;
}
#def-interest-under-hero-container p:first-of-type {
	max-width: 89rem;
}
#def-interest-under-hero-container p:last-of-type {
	max-width: 78.5rem;
}
/*--------*/

/* || Equal Pay Styles */
#equal-pay-under-hero-container p:first-child, #equal-pay-under-hero-container p:nth-child(2) {
	max-width: 79.2rem;
}
/*--------*/

/* || Fixed Pay Styles */
#fixed-pay-under-hero-container p:first-child {
	max-width: 84rem;
}
/*--------*/

/* || Standard Plan Styles */
#standard-plan-under-hero-container p:first-child {
	max-width: 55rem;
	margin-bottom: 0;
}
/*--------*/
/* |-| UNDER HERO SECTION STYLES END */


/* ||| HOW IT WORKS SECTION STYLES START */
/* || Multi Page Styles */
.how-it-works-section .content-wrapper {
	--padding_val: 2rem 1.5rem 3.5rem;
}
div.how-it-works-container > p, #def-interest-how-it-works-container aside p, aside img {
	text-align: center;
	margin: auto auto 2rem;
}
#fixed-pay-how-it-works-container, #equal-pay-how-it-works-container {
	--max_width_val: 91.5rem;
}
#fixed-pay-how-it-works-container ul.grey-box-flex-list li, #equal-pay-how-it-works-container ul.grey-box-flex-list li {
	--width_val: 21.5rem;
}
/*--------*/

/* || Deferred Interest Styles */
#def-interest-how-it-works-container {
	--max_width_val: 105rem;
}
#def-interest-how-it-works-container p {
	text-align: left;
}
aside {
	width: 100%;
	background-color: var(--light_grey);
	padding: 2rem;
	flex-basis: 40%;
}
#def-interest-how-it-works-container aside p:last-of-type {
	margin-bottom: 0;
}
aside span {
	color: var(--primary_green);
}
.def-interest-how-it-works-flex {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 1.5rem 6rem;
	padding: 0 .5rem;
}
.def-interest-how-it-works-flex > div {
	flex-basis: 50%;
}
.def-interest-how-it-works-flex > div p:first-of-type {
	margin: auto auto 2.2rem;
}
.def-interest-how-it-works-flex > div p:last-of-type {
	margin: auto auto 1rem;
} 
/*--------*/

/* || Standard Plan Styles */
#standard-plan-how-it-works-container {
	--max_width_val: 86rem;
}
#standard-plan-how-it-works-container ul.grey-box-flex-list li {
	--width_val: 27rem;
}
#standard-plan-how-it-works-container ul.grey-box-flex-list li .flex-list-img-container {
	height: 8.5rem;
}
/*--------*/
/* |-| HOW IT WORKS SECTION STYLES END */

/* ||| HELPFUL TOOLS SECTION STYLES START */
.helpful-tools-section h2 {
	margin: auto auto 3.5rem;
}

.helpful-tools-flex-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: flex-end;
	align-content: flex-start;
	gap: 3.5rem 2rem;
	margin: auto auto 3.5rem;
}

.helpful-tools-flex-container > div {
	max-width: 42rem;
}

.helpful-tools-flex-container img {
	margin: auto;
}

.helpful-tools-flex-container div:first-child img {
	width: 9.1rem;
	height: 8rem;
}

.helpful-tools-flex-container div:nth-child(2) img {
	width: 8.1rem;
	height: 9.1rem;
}

.helpful-tools-flex-container div h3 {
	margin: 1.5rem auto 1.5rem;	
}

.helpful-tools-flex-container div p {
	text-align: center;
}
/* HELPFUL TOOLS SECTION STYLES END */

.faq-container > div {
	margin: auto auto 3.5rem;
}

.faq-container > div:last-of-type {
	margin: auto auto 1rem;
}
button.faq-question-container {
	position: relative;
	width: 100%;
	padding: 1.5rem 0 1.5rem 3.8rem;
	margin: auto auto 0;
}

div.faq-answer-container {
	padding: 0;
}

div.faq-answer-container p a, div.faq-answer-container li a {
	font-weight: 600;
	text-decoration: underline;
	color: var(--primary_green);
}

div.faq-answer-container p a:hover, div.faq-answer-container p a:focus, div.faq-answer-container li a:hover, div.faq-answer-container li a:focus {
	color: var(--dark_green);
}

.faq-answer-container p, .faq-answer-container ul, .faq-answer-container ol {
	margin: auto 0 1.5rem 3.8rem;
}

.faq-icon img {
	width: 2.5rem;
}

button.faq-question-container .faq-icon {
	position: absolute;
	left: 0;
}
/* |-| HELPFUL TOOLS SECTION STYLES END */

/*------Helpful Tools Container Styles------*/
.helpful-tools-section {
	background-color: var(--light_grey);
}

#home-helpful-tools-section {
	margin: auto auto 4.5rem;
}

.helpful-tools-section .content-wrapper {
	--padding_val: 3.5rem 2rem;
}

.helpful-tools-container {
	text-align: center;
}
/*------Helpful Tools Container Styles------*/


/*------FAQ Container Styles------*/
.faq-section .content-wrapper {
	--padding_val: 3rem 2rem 3.5rem;
}

.faq-container {
	--max_width_val: 107rem;
}

.question-answer-container {
	border-top: 1px solid #000000;
	padding: .5rem 1.5rem;
}

.figure-container {
	background: var(--light_grey);
	text-align: center;
	padding: 2.8% 1.5rem 0;
}

.balance-figure-container, .chart-figure-container {
	margin: auto auto 4rem;
}

.statement-figure-container {
	margin: 4rem auto 5rem;
}
/*------FAQ Container Styles------*/
/* ||| SECTION CONTAINER STYLES */



/* ||| ORDERED AND UNORDERED LIST STYLES */
.standard-list {
	padding-left: 3.8rem;	
}

.standard-list li:first-of-type {
	margin-bottom: 1.2rem;
}

.no-style-list {
	list-style-type: none;
}

ul.no-style-list li img {
	margin: auto;
}

ul.grey-box-flex-list {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: space-between;
	gap: 1.2rem;
	margin: auto auto 4rem;
	padding: 0;
}

ul.grey-box-flex-list.three-item-list {
	gap: 1.2rem 2.4rem;
}

ul.no-style-list li .flex-list-img-container {
	position: relative;
}

ul.grey-box-flex-list li .flex-list-img-container {
	height: 7.3rem;
}

ul.no-background-flex-list li .flex-list-img-container {
	height: 8rem;
}


ul.no-style-list li .flex-list-img-container img {
	position: absolute;
	bottom: 0;
	left: var(--left_value, 50%);
	transform: translate(-50%);
}

ul.grey-box-flex-list li {
	background-color: var(--light_grey);
	flex-grow: 1;
	width: var(--width_val);
	position: relative;
}

ul.grey-box-flex-list.three-item-list li {
	padding: 2rem 1.8rem;
}

ul.grey-box-flex-list.four-item-list li {
	padding: 2rem 1.2rem;
}

ul.grey-box-flex-list li, ul.grey-box-flex-list li p, ul.two-item-list li, ul.two-item-list li p {
	font-size: 2rem;
	line-height: 2.4rem;
}

ul.grey-box-flex-list li, ul.grey-box-flex-list li p, ul.no-background-flex-list li, ul.no-background-flex-list li p {
	text-align: center;
}

ul.four-item-list {
	flex-basis: calc(25% - 1.2rem);
}

ul.grey-box-flex-list li p:first-of-type {
	margin: 1.2rem auto 0;
}

ul.no-background-flex-list {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: baseline;
	margin: 3rem auto auto;
	padding-left: 4rem;
}

ul.no-background-flex-list li {
	flex-grow: 1;
	width: var(--width_val);
}

ul.no-background-flex-list.two-item-list {
	max-width: 80rem;
	gap: 3rem;
}

ul.no-background-flex-list.three-item-list {
	gap: 3rem;
}

ul.no-background-flex-list.three-item-list li {
	--width_val: 28rem;
	flex-basis: calc(29% - 3rem);
}

ul.no-background-flex-list.two-item-list li {
	--width_val: 32.5rem;
	flex-basis: calc(50% - 3rem);
}

ul.no-background-flex-list li p {
	margin: auto;
}

ul.no-background-flex-list li p:first-of-type {
	font-weight: 600;
	margin: 2rem auto 1.5rem;
}

ul.no-background-flex-list.three-item-list li:nth-of-type(3) p:nth-of-type(3) {
	margin: auto auto 1rem;
}

ul.checkmark-list {
	max-width: 48.5rem;
	margin: auto;
	padding-left: 4rem;
}

#def-interest-how-it-works-container ul.checkmark-list {
	padding-left: 3.5rem;
}

ul.checkmark-list li {
	vertical-align: middle;
	font-size: 2.2rem;
	line-height: 2.6rem;
	text-indent: -2.6rem;
	margin-bottom: 1.5rem;
}

ul.checkmark-list li::before {
	content: '';
	display: inline-block;
	width: 1.8rem;
	height: 1.4rem;
	background-image: url('../images/checkmark_2.svg');
	background-size: 1.8rem 1.4rem;
	background-position: center bottom;
	margin-right: .8rem;
}

ol.counter-controller {
	counter-reset: section;
}

ol.counter-controller li::before {
	counter-increment: section;
	content: counter(section);
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 3rem;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	display: inline-block;
	float: left;
	width: 3rem;
	height: 3rem;
	margin: auto 1rem auto 0;
	background-color: var(--primary_green);
	border-radius: 50%;	
}

ol.diagram-list li {
	margin: auto auto 2rem 0;
	clear: both;
}

ol.diagram-list li:last-of-type {
	margin-bottom: auto;
}

ol.diagram-list li p {
	margin: auto auto auto 4rem;
}

ol.diagram-list li p:first-of-type {
	font-weight: 600;
}
/* ||| ORDERED AND UNORDERED LIST STYLES */
@media screen and (max-width: 1024px) {
	.hero-container {
		display: block;
		height: auto;
		background-image: none;
		padding: 2rem 0 0
	}
	.hero-container h1 {
		max-width: 100%;
		text-align: center;
		margin: auto 2rem 2rem;
	}
	.hero-container h1 span {
		display: block;
	}
	.hero-container div.transparent-background {
		max-width: 100%;
		margin: auto;
		padding: 1.8rem 2.5rem;
		opacity: 1;
	}
	.hero-container p {
		text-align: center;
	}
	.hero-mob-block {
		display: block;
		height: 30rem;
		background-size: var(--hero_block_bg_size, 102.4rem);
		background-position: var(--hero_block_bg_pos, 50% 50%);
	}
	#home-hero-mob-block {
		--hero_bg_img: url('../images/E466_TD_img_hero_block_bg_home.jpg');
		--hero_block_bg_pos: 67% 30%;
	}
	#def-interest-hero-mob-block {
		--hero_bg_img: url('../images/E466_TD_img_hero_block_bg_def_interest.jpg');
		--hero_block_bg_pos: 80% 50%;
	}
	#equal-pay-hero-mob-block {
		--hero_block_bg_size: 120rem;
		--hero_block_bg_pos: 85% 60%;
	}
	#fixed-pay-hero-mob-block {
		--hero_bg_img: url('../images/E466_TD_img_hero_block_bg_fixed_pay.jpg');
		--hero_block_bg_pos: 45% 15%;
	}
	#standard-plan-hero-mob-block {
		--hero_block_bg_pos: 90% 0%;
	}
}

@media screen and (max-width: 824px) {
	ul.four-item-list {
		flex-basis: calc(50% - 1.2rem);
	}
	ul.no-background-flex-list.three-item-list li {
		flex-basis: 100%;
	}
	#logo-and-account-button-container a:first-of-type, #logo-and-account-button-container a:last-of-type {
		float: none;
		display: block;
		margin: auto auto 1.5rem;
	}
	#logo-and-account-button-container img {
		margin: auto;
	}
	.question-answer-container {
		padding: .5rem;
	}
}

@media screen and (max-width: 640px) {
	.hero-container h1 {
		font-size: 5.4rem;
		line-height: 6.2rem;
	}
	.def-interest-how-it-works-flex div, .def-interest-how-it-works-flex aside {
		flex-basis: 100%;
	}
	button.faq-question-container {
		padding: 1rem 0 1.5rem 2.2rem;
	}
	.faq-icon img {
		width: 1.5rem;
	}
	button.faq-question-container .faq-icon {
		position: absolute;
		left: 0;
		top: 1.3rem;
	}
	.faq-answer-container p {
		margin: auto 0 1.5rem 2.2rem;
	}
	.faq-answer-container ul, .faq-answer-container ol {
		margin: auto 0 1.5rem 0;
	}
	ul.no-background-flex-list {
		padding-left: 0;
	}
	#logo-and-account-button-container a:first-of-type {
		margin: auto auto 2.5rem;
	}
	#logo-and-account-button-container a:last-of-type {
		display: none;
	}
	div.navbar-desk {
		display: none;
	}
	div.navbar-mob {
		display: block;
		margin: auto auto 2rem;
	}
}

@media screen and (max-width: 571px) {
	#home-under-hero-container ul.grey-box-flex-list p {
		margin-bottom: 2rem;	
	}
	#home-under-hero-container ul.grey-box-flex-list li .flex-list-img-container {
		height: auto;
	}
	#home-under-hero-container ul.grey-box-flex-list li .flex-list-img-container img {
		position: static;
		transform: none;
	}
}

@media screen and (max-width: 480px) {
	.hero-container h1 {
		font-size: calc(1.2rem + (.0875 * 100vw));
		line-height: calc(1.4rem + (.1 * 100vw));
	}
	.hero-container h1 span {
		font-size: 95%;
	}
	ul.four-item-list {
		flex-basis: 100%;
	}
}

@media only screen and (max-width: 320px) {
	div.hero-container p {
		font-size: 2.8rem;
		line-height: 3rem;
	}
}