.newsletter_overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,.75);
	z-index:999;
	display:none;
}

.newsletter_wait_loader {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	position:absolute;
	top:50%;
	left:50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 

}
.newsletter_wait_loader div {
	position: absolute;
	border: 4px solid white;
	opacity: 1;
	border-radius: 50%;
	animation: newsletter_wait_loaderanim 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.newsletter_wait_loader div:nth-child(2) {
	animation-delay: -0.5s;
}

@keyframes newsletter_wait_loaderanim {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}


.newsletter_message_modal {
	padding:15px;
	background-color: white;
	border-radius: 5px;
	position:absolute;
	top:50%;
	left:50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 

	width:95%;
	min-width:230px;
	max-width:500px;

	display:none;
}

.nmm_header {
	font:bold 1.75em Arial,sans-serif;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
	color:#999;
}
.nmm_message {
	font:norma 1.25em Arial,sans-serif;
	color:#666;
}

.nmm_ok_button.green_button {
	/* inherits green button */
	font-size:1.25em;
	font-weight:bold;
	display:block;
	margin:15px auto;
	max-width:150px;
}





.burger_bar {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:12;
	background-color:white;
	padding:10px 20px;
	border-bottom:1px solid #ccc;
}

.burger_bar_inner {
	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
}

.burger_bar_inner>div {
	flex:0 0 50%;
}

.burger_bar_inner>div:last-child {
	text-align:right;
}

.burger {
	cursor:pointer;
}

.burger span {
	display: block;
	width: 35px;
	height: 6px;
	margin-bottom: 4px;
	position: relative;

	background: #478436;
	border-radius: 3px;

	z-index: 1;
}
.burger span:last-child {
	margin-bottom:0;
}

.mobile_nav {
	display:none;
}


.green_button {
	display:inline-block;
	cursor:pointer;
	background-color:#478436;
	color:white;
	font-size:.75em;
	text-transform: uppercase;
	border:none;
	outline:none;
	padding:15px 20px;
	letter-spacing:.15em;
	transition: background-color 1.25s;
	text-decoration: none;
	text-align:center;
}

.green_button:hover {
	transition: background-color .15s;
	opacity:1;
	background-color:#72A951;
	color:white;
}

.large_green_button {
	font-size:1.125em;
}

.green_link,
.green_link_on_dark {
	color:#78be4e;
}

.green_link:hover {
	color:#497637;
}

.green_link_on_dark:hover {
	color:white;
}

footer {
	background-color:#333;
	color:white;
	padding:50px 0 80px 0;
	margin-top:100px;
	position:relative;
}

.footer_inner_wrap {
	max-width:1720px;
	padding:0 20px;
	margin:0 auto;
}

.footer_top_flex {
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	align-content:flex-start;
	flex-flow:row nowrap;

	padding-bottom:25px;
	border-bottom:1px solid #b6b6b6;
}

.footer_top_flex>div {
	/*outline:1px solid red;*/
}

.footer_top_flex>div:nth-child(1) {
	flex:0 0 35%;
	font:2.5em "abril-display","Times New Roman",serif;
	color:#a6b8a0;
	letter-spacing:.025em;
	padding-right:40px;
}

.footer_top_flex>div:nth-child(2) {
	flex:1 1 100%;
}

.footer_top_flex form {
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:row nowrap;
	padding:0;
	margin:0;
}

.footer_top_flex form>div {
	width:20%;
	flex:0 0 27%;
	margin:0 1% 0 0;
}

.footer_top_flex input[type=text] {
	font-size:1em;
	padding:2px;
	height:36px;
	width:100%;
}

.footer_top_flex input[type=button] {
	height:36px;
	flex:1 1 100%;
	padding:0 10px;
}




.footer_columns_flex {
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:row nowrap;
	padding-top:35px;
}

.footer_columns_flex>div {
	flex:0 0 16%;
	padding:0 30px;
	border-right:1px solid #b6b6b6;
}


.footer_columns_flex>div:last-child {
	border-right:none;
}

.footer_columns_flex ul {
	list-style:none;
	margin:0 0 3em 0;
	padding:0;
}

.footer_columns_flex ul li {
	margin-bottom:.85em;
	font:1em Arial,sans-serif;
}

.footer_columns_flex ul a,
.col_0 a {
	color:white;
	/* the normal font looks awful as allcaps */
	
	text-decoration:none;
	transition:color 1.25s;
	/*\xetter-spacing:1px;*/
}

.footer_columns_flex ul a:hover,
.col_0 a:hover {
	color:#a6b8a0;
	transition:color 0s;
}

.footer_columns_flex ul li.menu_allcaps {
	text-transform: uppercase;
	letter-spacing:.1em;
	padding-bottom:5px;
	font-weight:bold;
}

.foot_logo {
	width:100%;
	height:auto;
	max-width:240px;
}

.footer_columns_flex address {
	font-style:normal;
	font-size:1.125em;
	line-height:1.5em;
	margin:1.5em 0;
}

.footer_columns_flex .col_0 a {
	display:block;
	margin:5px 0;
	color:white;
}
.foot_consultant_link {
	display:inline-block;
	margin-bottom:1.5em;
}

.foot_consultant_link {
	display:inline-block;
	width:100%;
}


.foot_socials {

	display:flex;
	justify-content:flex-start;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
	margin-top:30px;
}

.foot_socials a {
	display:inline-block;
	background-color:white;
	border-radius: 50%;
	padding:6px;
	line-height:0;
	margin:0 5px !important;

	transition: background-color 1.25s;
}

.foot_socials svg {
	display:inline;
	fill:#57595b;
	width:100%;
	height:auto;
	max-width:20px;

	transition: fill 1.25s;
}

.foot_socials a:hover {
	transition: background-color 0s;
	background-color:#72A951;
}

.foot_socials a:hover svg {
	transition: fill 0s;
	fill:black;
}


.footer_mobile_nav {
	display:none;
}



.jvhm_header_message {
	text-align:center;
	font:bold .85em Arial,sans-serif;
	font-weight:normal;
	text-transform: uppercase;
	letter-spacing:.125em;
	padding:15px 20px;
}


.jvhm_header_message a {
	text-decoration: none;
	color:white;
}

.jvhm_header_message a:hover {
	opacity:.5;
}


/************************************ navs */

.top_navs {
	position:relative;
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
}

.sticky_nav {
	width:100%;
	max-width:1920px;
	font-size:1em;
	position:fixed;
	top:0;
	left:0;
	z-index:10;
}


.top_nav_flex {
	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
	padding:22px 20px;
	border-bottom:1px solid #CCC;
	transition: padding .25s;
	position:relative;
}

.top_nav_flex>div {
	/*outline:1px solid red;*/
}

.sticky_nav .top_nav_flex {
	padding:5px 20px;
}

.top_nav_flex>div {
	/*border:1px solid red;*/
}

.top_nav_flex>div:nth-child(1){
	flex:0 0 320px;
}


/* 3 and 4 combined MUST be the same width as 1 */
.header_search {
	flex:0 0 175px;
}
.header_login {
	flex:0 0 145px;
	padding-left:10px;
	white-space: nowrap;
}


.top_nav_flex>div:nth-child(2) {
	flex:1 1 100%;
	padding:0 20px;
}

.top_nav_logo {
	width:100%;
	height:auto;
	max-width:200px;
	transition:max-width .25s;
	display:block;
}

.sticky_nav .top_nav_logo {
	max-width:80px;
}

.top_nav_flex nav>ul {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	justify-content:center;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
	
}

.top_nav_flex nav li {
	padding:0 2%;
	font:400 1em "Inter",Arial,sans-serif;
	text-transform: uppercase;
	/*outline:1px solid blue;*/
	white-space: nowrap;
}

.top_nav_flex nav>ul>li>a {
	color:#333;
	text-decoration:none;
	font-size:1.125em;
}

.top_nav_flex nav>ul>li>a:hover {
	color:#497637;
}


.material-symbols-outlined {
	color:#999;
}


.header_search {
	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
	border-bottom:1px solid #999;
}

.header_search input[type='button'] {
	background-color:white;
	border:none;
	outline:none;
	width:25px;
	height:25px;
	padding:0;
	cursor:pointer;
}

.header_search input[type='text'] {
	margin:0;
	height:25px;
	width:100%;
	border:none;
	outline:none;
}

.header_login a {
	display:block;
	text-align:center;
	padding:3px 5px;
	border-radius:3px;
	
	text-decoration: none;

	color:white;
	background-color:#478436;
	font-size:.85em;
}

.header_login a:first-child {
	margin-bottom:2px;

}

.header_login a:hover {
	color:white;
	background-color:#72b64f;
}




/********************************************************************/
/********************************************************************/
/*  MONSTER MENU ****************************************************/
/********************************************************************/
/********************************************************************/


.mobile_nav_shade {
	display:none;
}

.monster_menu {
	position:absolute;
	top:100%;
	left:0;
	z-index:2;
	width:100%;
	display:none;
}

.monster_menu_inner {
	padding:20px;
	background-color:white;
	/*border:1px solid #999;*/
	border-top:none;
	margin:0 50px;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
}

.monster_flex {
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:row nowrap;
	padding-top:35px;
}

.monster_flex>div {
	flex:0 0 14%;
	padding:0 30px;
	border-right:1px solid #b6b6b6;
}

.monster_flex>div:last-child {
	border-right:none;
}

.nav_menu_title {
	text-transform: uppercase;
	letter-spacing:.1em;
	padding:10px 0;
	font:bold 1em Arial,sans-serif;
}


.monster_flex ul {
	list-style:none;
	margin:0 0 3em 0;
	padding:0;
}

.monster_flex ul li {
	margin-bottom:.85em;
	/* the normal font looks awful as allcaps */
	font:1em Arial,sans-serif;
}

.monster_flex ul a,
.col_0 a {
	color:#333;
	
	
	text-decoration:none;
	transition:color 1.25s;
	/*\xetter-spacing:1px;*/
}

.monster_flex ul a:hover,
.col_0 a:hover {
	color:#a6b8a0;
	transition:color 0s;
}

.monster_flex ul li.menu_allcaps {
	text-transform: uppercase;
	letter-spacing:.1em;
	padding-bottom:5px;
	font-weight:bold;
}



.monster_block_col img {
	width:100%;
	height:auto;
	max-width:225px;
}

.monster_block_col a {
	font:1em Arial, sans-serif;
	color:#333;

	display:inline-block;
	margin:7px 0;
}

.monster_block_col a:hover {
	color:#a6b8a0;
}


a.monster_header_link {
	
	text-decoration: none;
	font-weight:bold;
	text-transform: uppercase;
}

a.monster_block_button {
	display:block;
	width:100%;
	text-decoration:none;
	padding:15px 5px;
	text-align:center;
	font-size:.85em;
	border:1px solid #333;
	text-transform: uppercase;
	letter-spacing:.075em;
	transition: background-color 1.25s;
	color:char;
}

a.monster_block_button:hover {
	transition: background-color .125s;
	background-color:#a6b8a0;
	color:#333;
}



/********************************************************************/
/********************************************************************/
/*  END MONSTER MENU ************************************************/
/********************************************************************/
/********************************************************************/



.promise_icons {
	background-color:#72b64f;
	text-align:center;
	font:bold 1.25em Arial,sans-serif;
	color:white;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding:30px 20px;
	margin-top:40px;
}

.promise_icons_flex {
	display:flex;
	justify-content:center;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
	margin-top:20px;

}

.promise_icons_flex>div {
	flex:0 0 11%;
	padding:0 5px;
}

.promise_icons_flex img {
	border-radius:300px;
	width:100%;
	height:auto;
	max-width:110px;
}


.newcontent h2 {
	font:normal 3em "abril-display","Times New Roman",serif;
	color:#30a1bc;
	margin:0;
	text-align:center;
	letter-spacing:.05em;
}

.best_sellers_flex {
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:row nowrap;
}

.best_sellers_flex>div {
	flex:0 0 32%;
	margin:0 .5%;
}

.best_sellers_flex img {
	width:100%;
	height:auto;
	max-width:540px;
}

.best_sellers_flex h3 {
	font:normal 2em "abril-display","Times New Roman",serif;
	color:#333;
	text-align:center;
}

.best_sellers_flex h3 span {
	display:block;
	font:bold .5em "Inter",Arial,sans-serif, sans-serif;
	text-transform: uppercase;
	letter-spacing:.2em;
	padding-bottom:.35em;
}

.best_sellers_flex blockquote {
	border:1px solid #CCC;
	padding:30px 20px;
	font-size:1.125em;
	line-height:1.5em;
	margin:0;

}

cite {
	display:block;
	font-style:normal;
	font-weight:bold;
	padding-top:20px;
}

.stars {
	font-size:1.25em;
	padding-bottom:15px;
}

.body_banner img {
	width:100%;
	height:auto;
	max-width:1920px;
}


.shop_by_concern_flex {
	display:flex;
	justify-content:center;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:row wrap;
}

.concern_box {
	flex:0 0 24%;
	margin:0 .5%;

	height:600px;

	background-size:cover;
	background-position:center top;

	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:column nowrap;

	border:5px solid white;
}

.concern_box>div {
	
}

.concern_box>div:first-child {
	flex:0 0 60%;
}

.concern_box>div:last-child {
	flex:0 0 40%;
	background-color:rgba(228,217,197,.85);
	width:100%;
	padding:25px;
}

.concern_box h4 {
	margin:0;
	font-size:1.25em;
	text-transform: uppercase;
	letter-spacing: .15em;
}

.concern_box p {
	font:2em "abril-display","Times New Roman",serif;
	margin:.5em 0 0 0;
	letter-spacing:1px;
}

.concern_box a {
	margin:0;
	font-size:1.125em;
	font-weight:600;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-decoration:none;
	color:#333;

	display:inline-block;
	margin-top:1em;
}

.concern_box a:hover {
	color:#72A951;
}


.half_split_content {
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:row nowrap;
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
}

.half_split_content>div {
	position:relative;
}

.half_split_content_left>div:first-child,
.half_split_content_right>div:last-child {
	flex:0 0 45%;
}

.half_split_content_left>div:first-child {
	background-color:#72b64f;
	padding:10% 5% 5% 10%;
}

.half_split_content_right>div:last-child {
	background-color:#478436;
	padding:15% 5% 5% 5%;
}

/*
.half_split_content_left>div:first-child>div {
	margin-left:15%;
	margin-top:15%;
	border:1px solid yellow;
}
*/
.half_split_content_left>div:last-child,
.half_split_content_right>div:first-child {
	flex:0 0 55%;
	background-size:cover;
	background-position:center top;

}

.half_split_text_block {
	position:relative;
	z-index:2;
}

.half_split_content h4 {
	color:white;
	margin:0;
	font-size:1.125em;
	letter-spacing:.35em;
	text-align:left;
	text-transform: uppercase;
}

.half_split_content h2 {
	font:2.5em "abril-display","Times New Roman",serif;
	color:white;
	text-align:left;
	margin:.5em 0 0 0;
}

.half_split_content p {
	color:white;
	font-size:1.175em;
	line-height:1.5em;
	font-weight:300;
	margin:2em 0 0 0;

}

.half_split_content ul {
	margin:.5em 0 0 0;
	color:white;
	font-size:1.175em;
	line-height:1.5em;
	font-weight:300;
	padding:0 0 0 1em;
}

a.half_split_button_link {
	color:white;
	text-decoration: none;
	font-size:1em;
	letter-spacing: .125em;
	text-transform: uppercase;

	display:inline-block;
	padding:12px 30px;
	border:1px solid white;
	margin-top:2em;

	transition: background-color .75s;
}

a.half_split_button_link:hover {
	transition: background-color .125s;
	color:white;
	background-color:#497637;
}

.upper_pink_leaf {
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:auto;
	max-width:390px;
}

.lower_pink_leaf {
	position:absolute;
	bottom:0;
	right:0;
	width:33%;
	height:auto;
	max-width:260px;
}




.features_flex {
	display:flex;
	justify-content:center;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
}

.features_flex a {
	flex:0 0 20%;
	position:relative;
	overflow:hidden;
	border:2px solid white;
}

.features_flex a span {
	display:none;
	opacity:0;
	position:absolute;
	top:50%;
	left:50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 
	width:100%;
	
	text-align:center;

	
	text-decoration:none;
	text-transform: uppercase;
	font-size:1.125em;
	font-weight:bold;

	padding:15px 10px;

	xcolor:#497637;
	xbackground-color:rgba(255,255,255,.90);

	color:white;
	background-color:rgba(73,118,55,.90);

	transition:opacity 1.25s;
}

/*
.features_flex a:hover span {
	transition:opacity .25s;
	opacity:1;
}
*/

.features_flex img {
	width:100%;
	height:auto;
	max-width:100%;
}

.nancy_mission {
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.nancy_mission_flex {
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:row nowrap;
	
}

.nancy_mission_flex>div:first-child {
	flex:0 0 45%;
	background-color:#d7eace;
	padding:7% 3% 7% 7%;
}
.nancy_mission_flex>div:last-child {
	flex:0 0 55%;
	background-size:cover;
	background-position:center top;
} 

.nancy_mission_flex h4 {
	margin:0;
	font-size:1.25em;
	text-transform: uppercase;
	letter-spacing: .15em;
}

.nancy_mission_flex h2 {
	font:2.25em "abril-display","Times New Roman",serif;
	margin:.5em 0 0 0;
	letter-spacing:1px;
}

.nancy_mission_flex p {
	font-size:1.125em;
	letter-spacing:.025em;
	line-height:1.5em;
}

.nancy_mission_border {
	position:absolute;
	top:50%;
	left:50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	width:90%;
	height:90%;
	border:12px solid white;

	pointer-events: none;
}


.vid_thumbs_flex {
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:row nowrap;
	
}

.vid_block {
	flex:0 0 24%;
	border:1px solid #CCC;
	padding:15px;

	display:flex;
	justify-content:flex-start;
	align-items:center;
	align-content:flex-start;
	flex-flow:column nowrap;
	
}

.vid_block>div {

}

.vid_block>div:nth-child(2) {
	width:100%;
	flex:1 1 100%;
}

.vid_block>div:last-child {
	width:100%;
}

.vid_block img {
	width:100%;
	height:auto;
	max-width:450px;
}

.vid_block h3 {
	font:2.25em "abril-display","Times New Roman",serif;
	margin:.5em 0 0 0;
	letter-spacing:1px;
	width:100%;
}

.vid_block p {
	font-size:1.125em;
	letter-spacing:.025em;
	line-height:1.25em;
	width:100%;
}

.vid_block a {
	margin:0;
	font-size:1.125em;
	font-weight:600;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-decoration:none;
	color:#333;

	display:inline-block;
}

.vid_block a:hover {
	color:#72A951;
}


.as_seen_in_flex_v2 {
	display:flex;
	justify-content:center;
	align-items:center;
	align-content:flex-start;
	flex-flow:row wrap;
	margin-top:20px;

}


.as_seen_in_flex_v2 img {
	margin:20px;
}

.as_seen_in_flex_v2 img.mid {
	width:100%;
	height:auto;
	max-width:170px;
}


.as_seen_in_flex_v2 img.midtall {
	width:100%;
	height:auto;
	max-width:105px;
}

.as_seen_in_flex_v2 img.midwide {
	width:100%;
	height:auto;
	max-width:170px;
}

.as_seen_in_flex_v2 img.verylong {
	width:100%;
	height:auto;
	max-width:270px;
}

.as_seen_in_flex_v2 img {
	opacity:.5;
}


.as_seen_in_wrap {
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
	background-color: #e6e6e6;
	padding:10px 20px;
	text-align:center;
}
.as_seen_in_wrap h2 {
	font:bold 1.45em "Inter",Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: .125em;
}

.jcs_p_intro p {
	font-size:1.5em;
}

.jcs_right_flex_content {
	text-align:left;
}

.jcs_right_flex_content h2 {
	font: 700 1.75em "Inter",Arial,sans-serif;
	text-transform: uppercase;
	color:black;
	margin:0;
	text-align:left;
}

.jcs_right_flex_content h2:not(:first-child) {
	margin-top:1.5em;
}

.jcs_right_flex_content p {
	margin:.5em 0 0 0;
}

.jcs_right_flex_content .pink_butt {
	padding:8px 20px;
	font-weight:normal;
	font-size:1em;
}

.jcs_priceline b {
	color:#72A951;
}

.jcs_whychoose h2 {
	font-size:3em;
}

.jcs_whychoose ul {
	list-style-type: none;
}

.jcs_whychoose li {
	text-align:left;
	font-size:1.25em;
	margin-top:1.25em;
	xlist-style-image:url('data:image/svg+xml,<svg width="18" height="18" xmlns="http://www.w3.org/2000/svg"><circle cx="9" cy="9" r="7" stroke="%23a0ad72" stroke-width="4" fill="none" /></svg>');

	list-style:none;
	background: url('data:image/svg+xml,<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="8" stroke="%23a0ad72" stroke-width="4" fill="none" /></svg>') no-repeat left 2px;
	padding: 0 0 0 30px;
}
/*
.jcs_whychoose li::marker {
	color: #72A951;
	font-size:1.75em;
	line-height:0;
	margin-top:10px;
}
*/
.jcs_header_set h1 {
	font-size:4.5em;
}

.jcs_tint_bkg {
	padding:60px 20px;
	background-color:#eff1f6;
}

.sparty_flex h2 {
	margin:0;
	text-align:left;
}

h2.sparty_header_sub2 {
	font: 700 1.75em "Inter",Arial,sans-serif;
	margin:0;
	color:black;
	text-transform: uppercase;
	text-align:left;
}

.sparty_flex ul {
	font-weight:300;
	font-size:1.125em;
	columns: 2;

}

.sparty_flex ul li {
	margin-bottom:.5em;
	margin-left:10px;
}