﻿.bullet-list__wrapper {
	display: flex;
}
.bullet-list__wrapper > .show-more__input,
.bullet-list__wrapper > .show-more__label {
	display: none;
}
@media only screen and (max-width: 599.9px) {
	.bullet-list__wrapper {
		flex-direction: column-reverse;
	}
	.bullet-list__wrapper > .show-more__label {
		display: block;
	}
	.bullet-list__wrapper > .show-more__input:checked + .show-more__label {
		display: none;
	}
	.bullet-list__wrapper .bullet-list.hide-after-1 li:nth-child(n + 2) {
		display: none;
	}
	.bullet-list__wrapper
		> .show-more__input:checked
		~ .bullet-list
		> li:nth-child(n + 2) {
		display: flex;
	}
	.bullet-list__wrapper .bullet-list.hide-after-2 li:nth-child(n + 3) {
		display: none;
	}
	.bullet-list__wrapper
		> .show-more__input:checked
		~ .bullet-list
		> li:nth-child(n + 3) {
		display: flex;
	}
	.bullet-list__wrapper .bullet-list.hide-after-3 li:nth-child(n + 4) {
		display: none;
	}
	.bullet-list__wrapper
		> .show-more__input:checked
		~ .bullet-list
		> li:nth-child(n + 4) {
		display: flex;
	}
	.bullet-list__wrapper .bullet-list.hide-after-4 li:nth-child(n + 5) {
		display: none;
	}
	.bullet-list__wrapper
		> .show-more__input:checked
		~ .bullet-list
		> li:nth-child(n + 5) {
		display: flex;
	}
	.bullet-list__wrapper .bullet-list.hide-after-5 li:nth-child(n + 6) {
		display: none;
	}
	.bullet-list__wrapper
		> .show-more__input:checked
		~ .bullet-list
		> li:nth-child(n + 6) {
		display: flex;
	}
	.bullet-list__wrapper .bullet-list.hide-after-6 li:nth-child(n + 7) {
		display: none;
	}
	.bullet-list__wrapper
		> .show-more__input:checked
		~ .bullet-list
		> li:nth-child(n + 7) {
		display: flex;
	}
	.bullet-list__wrapper .bullet-list.hide-after-7 li:nth-child(n + 8) {
		display: none;
	}
	.bullet-list__wrapper
		> .show-more__input:checked
		~ .bullet-list
		> li:nth-child(n + 8) {
		display: flex;
	}
	.bullet-list__wrapper .bullet-list.hide-after-8 li:nth-child(n + 9) {
		display: none;
	}
	.bullet-list__wrapper
		> .show-more__input:checked
		~ .bullet-list
		> li:nth-child(n + 9) {
		display: flex;
	}
	.bullet-list__wrapper .bullet-list.hide-after-9 li:nth-child(n + 10) {
		display: none;
	}
	.bullet-list__wrapper
		> .show-more__input:checked
		~ .bullet-list
		> li:nth-child(n + 10) {
		display: flex;
	}
	.bullet-list__wrapper .bullet-list.hide-after-10 li:nth-child(n + 11) {
		display: none;
	}
	.bullet-list__wrapper
		> .show-more__input:checked
		~ .bullet-list
		> li:nth-child(n + 11) {
		display: flex;
	}
}
.bullet-list {
	color: #002822;
	column-gap: 1rem;
	display: grid;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: SourceSansPro, Arial, Roboto, sans-serif;
	list-style: none;
	padding: 0;
	width: 100%;
}
.bullet-list li.bullet-point {
	display: flex;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5rem;
	margin: 1rem 0;
}
@media (min-width: 600px) {
	.bullet-list li.bullet-point {
		font-size: 1.125rem;
		line-height: 1.75rem;
		margin: 0.625rem 0;
	}
}
.bullet-list li.bullet-point::before {
	line-height: 1.25rem;
	margin-right: 0.75rem;
}
@media (min-width: 600px) {
	.bullet-list li.bullet-point::before {
		line-height: 1.5rem;
	}
}
.bullet-list li.bullet-point:first-child {
	margin-top: 0;
}
.bullet-list li.bullet-point a,
.bullet-list li.bullet-point b,
.bullet-list li.bullet-point strong {
	display: contents;
	overflow-wrap: break-word;
}
.bullet-list li.bullet-point .icon {
	margin-right: 0.5rem;
	align-self: center;
}
.bullet-list.bullets-mb-only li.bullet-point {
	margin-top: 0;
}
@media (min-width: 600px) {
	.bullet-list.bullets-mb-only li.bullet-point {
		margin-bottom: 1rem;
	}
}
.bullet-list.lg-number {
	margin-top: 1rem;
}
.bullet-list.lg-number li.bullet-point {
	align-items: center;
	flex-wrap: wrap;
	margin: 0 0 1.5rem;
}
.bullet-list.lg-number li.bullet-point::before {
	font-weight: 700;
	height: 1.5rem;
}
@media (min-width: 600px) {
	.bullet-list.lg-number li.bullet-point::before {
		flex: 0 0 2.5rem;
		height: 2.5rem;
	}
}
.bullet-list.lg-number li.bullet-point h3 {
	flex: 1;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.3;
}
@media (min-width: 600px) {
	.bullet-list.lg-number li.bullet-point h3 {
		font-size: 1.25rem;
	}
}
@media (min-width: 1440px) {
	.bullet-list.lg-number li.bullet-point h3 {
		font-size: 1.5625rem;
		line-height: 1.5;
	}
}
.bullet-list.lg-number li.bullet-point h3 a {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-decoration: underline;
}
.bullet-list.lg-number li.bullet-point h3 a:hover {
	color: #1549b1;
}
.bullet-list.lg-number li.bullet-point p {
	color: #4a4565;
	flex-basis: 100%;
	height: 100%;
	margin-left: 2.3125rem;
	margin-top: 0.5rem;
}
.bullet-list.lg-number li.bullet-point p.no-height {
	height: auto;
}
@media (min-width: 600px) {
	.bullet-list.lg-number li.bullet-point p {
		margin-left: 3.25rem;
	}
}
.bullet-list.bigger-gap li.bullet-point {
	margin-bottom: 2rem;
}
@media (min-width: 768px) {
	.bullet-list.col-2 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 768px) {
	.bullet-list.col-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 1440px) {
	.bullet-list.col-3 {
		grid-template-columns: repeat(3, 1fr);
	}
}
.bullet-list__img-holder {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 1.5rem;
	width: 100%;
}
.bullet-list__img-holder img {
	margin: 0.375rem;
}
@media (min-width: 768px) {
	.bullet-list__img-holder {
		box-sizing: border-box;
		padding: 0 0.75rem;
		width: 45%;
	}
}
.bullet-list__img-holder .image-sm-smaller {
	width: 6.25rem;
}
@media (min-width: 768px) {
	.bullet-list__img-holder .image-sm-smaller {
		width: auto;
	}
}
.bullet-list__text-holder {
	padding-top: 0.125rem;
	position: relative;
}
@media (min-width: 768px) {
	.bullet-list__text-holder {
		box-sizing: border-box;
		padding-right: 2rem;
		width: 55%;
	}
}
.bullet-list__text-holder::before {
	align-items: center;
	background: #489900;
	border-radius: 50%;
	color: #fff;
	content: counter(bulletpoint-counter);
	display: flex;
	flex: 0 0 1.5rem;
	font-family: Inter, Arial, Roboto, sans-serif;
	font-size: 14px;
	font-weight: 700;
	height: 1.5rem;
	justify-content: center;
	position: absolute;
	right: calc(100% + 0.75rem);
	top: 0;
	width: 1.5rem;
}
@media (min-width: 600px) {
	.bullet-list__text-holder::before {
		height: 2.5rem;
		width: 2.5rem;
	}
}
.bullet-list.img-list {
	margin-top: 2rem;
}
.bullet-list.img-list li.bullet-point {
	counter-increment: none;
	padding-left: 2.25rem;
	position: relative;
}
@media (min-width: 600px) {
	.bullet-list.img-list li.bullet-point {
		padding-left: 3.25rem;
	}
}
@media (min-width: 1440px) {
	.bullet-list.img-list li.bullet-point {
		padding-top: 0;
	}
}
.bullet-list.img-list li.bullet-point::before {
	display: none;
}
.bullet-list.img-list li.bullet-point .bullet-list__text-holder {
	counter-increment: bulletpoint-counter;
}
.bullet-list.img-list li.bullet-point p {
	margin-left: 0;
}
.bullet-list.sm li.bullet-point {
	margin-bottom: 0.75rem;
	margin-top: 0.75rem;
}
@media (min-width: 600px) {
	.bullet-list.sm li.bullet-point {
		margin-bottom: 0.5rem;
		margin-top: 0.5rem;
	}
}
.bullet-list:not([class*='col-']) > li.bullet-point:last-child {
	margin-bottom: 0;
}
.bullet-list.small-font li {
	font-size: 1rem;
	margin: 0.5rem;
}
.bullet-list.medium-font li {
	font-size: 1.125rem;
}
.bullet-list.no-margin .bullet-point {
	margin: unset;
}
.bullet-list.default-numbered-list {
	display: block;
	list-style: auto;
}
.bullet-list.default-numbered-list.no-margin .bullet-point {
	margin: unset;
	margin-left: 1rem;
}
.bullet-list.default-numbered-list .bullet-point {
	display: list-item;
	list-style-type: decimal;
	margin-left: 1rem;
}
.bullet-list.default-numbered-list .bullet-point::before {
	display: none;
}
.bullet-list > ul,
.bullet-list ol {
	text-indent: -1rem;
	list-style-position: inside;
	padding-left: 1rem;
}
.bullet-list > ul .bullet-point,
.bullet-list ol .bullet-point {
	margin: 0;
	padding-left: 0.5rem;
}
.bullet-list ol[type='a'] .bullet-point {
	list-style-type: lower-alpha;
}
ul.bullet-list li::before {
	content: '•';
	font-size: 1.5rem;
}
ul.bullet-list li.default-lg-bullets::before {
	font-size: 2rem;
}
ul.bullet-list li.checkmark::before {
	align-items: center;
	align-self: start;
	background: #489900 url('/_atomic/assets/icons/ic-checkmark.svg') no-repeat
		center center;
	border-radius: 50%;
	content: '';
	display: flex;
	flex: 0 0 1.5rem;
	height: 1.5rem;
	justify-content: center;
}
ul.bullet-list li.checkmark.green::before {
	background: #d7f0e5 url('/_atomic/assets/icons/ic-checkmark-green.svg')
		no-repeat center center;
}
@media (min-width: 600px) {
	ul.bullet-list li.checkmark.green::before {
		background-size: 1rem;
	}
}
ul.bullet-list li.checkmark.green.simple::before {
	background: url('/_atomic/assets/icons/ic-checkmark-green.svg') no-repeat
		center center;
}
@media (min-width: 600px) {
	ul.bullet-list li.checkmark.green.simple::before {
		background-size: 1rem;
	}
}
ol.bullet-list {
	counter-reset: bulletpoint-counter;
}
ol.bullet-list li {
	counter-increment: bulletpoint-counter;
}
ol.bullet-list li::before {
	content: counter(bulletpoint-counter);
	font-family: Inter, Arial, Roboto, sans-serif;
	font-size: 14px;
}
ol.bullet-list li.bubble::before {
	align-items: center;
	align-self: start;
	background: #489900;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex: 0 0 1.5rem;
	height: 1.5rem;
	justify-content: center;
	line-height: normal;
	text-align: center;
	align-self: center;
}
.bullet-list.lg-number > li.bullet-point.bubble.no-title {
	flex-wrap: nowrap;
}
