html,body {
	background: #fff;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	margin: 0;
}
body {
	color: #000;
}
img {
	height: auto;
}
strong {
	font-weight: 700;
}
hr {
	border: none;
	background: #000;
	clear: both;
	color: #000;
	height: 1px;
	margin: 20px auto 40px auto;
	max-width: 1200px;
	width: 95%;
}
h1,h2,h4,h5 {
	font-weight: 700;
	line-height: 140%;
}
h1 {
	font-size: 3rem;
	letter-spacing: 0.063rem;
	padding-bottom: 20px;
}
@media( max-width: 764px ) {
	h1 {
		text-align: center;
	}
	h1.page_title {
		background-position: 50% 100%;
		font-size: 2.5em;
		text-align: center;
	}
}
h2 {
	font-size: 2.25rem;
	letter-spacing: 0.063rem;
	margin-bottom: 20px;
	padding-bottom: 0;
	text-align: center;
}
h3 {
	font-size: 1.375em;
	line-height: 150%;
	margin-bottom: 50px;
	text-transform: uppercase;
	padding-bottom: 50px;
}
h4 {
	color: #666;
	font-size: 0.875em;
	line-height: 1.125em;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
}
h5 {
	font-size: 0.875em;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	color: inherit;
}
@media( max-width: 800px ) {
	h1 {
		font-size: 2.5rem;
	}
	h2 {
		font-size: 1.75rem;
		margin-bottom: 10px;
	}
	h3 {
		font-size: 1.25em;
	}
}

.more_button {
	text-align: center;
}
.more_button a,
.button {
	background-color: #d90108;
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.125em;
	padding: 12px 30px;
	text-transform: uppercase;
}
.more_button a:hover,
.button:hover {
	color: #fff;
	background-color: #687c44;
}
.learn_more {
	font-size: 0.813em;
	font-weight: 700;
	letter-spacing: 0.063em;
	text-transform: uppercase;
}

p {
	line-height: 180%;
	padding-bottom: 20px;
}
p.intro {
	font-size: 1.25em;
	font-weight: 700;
}
blockquote {
	line-height: 160%;
	padding-bottom: 20px;
}
cite {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.063em;
	text-transform: uppercase;
}
a {
	color: #e3136a;
	text-decoration: none;
}
a:hover {
	color: #000;
}
a.more {
	background: transparent url('../images/more_arrow.png') 100% 50% no-repeat;
	color: #000;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0.063em;
	padding-right: 28px;
	text-transform: uppercase;
}
a.more:hover {
	color: #e3136a;
}

figcaption {
	color: #999;
	font-size: 0.75rem;
	padding-top: 5px;
	text-align: center;
	text-transform: uppercase;
}

.wp-block-embed {
	display: block;
	margin: 0 auto 20px auto;
	text-align: center;
}
figure,
.wp-block-image {
	display: block;
}
.wp-block-media-text {
	padding-bottom: 20px;
}

.wp-block-pb-accordion-item {
	padding: 8px 0;
}
.wp-block-pb-accordion-item h4 {
	text-transform: none;
}
.c-accordion__content {
	padding: 15px 30px;
}

@media( max-width: 950px ) {
	.wp-block-image {
		display: block;
		text-align: center;
	}
}

.content_wrapper {
	margin: 0 auto;
	max-width: 1200px;
	min-width: 350px;
	padding: 0 15px;
	width: 100%;
}
.page_wrapper {
	padding: 60px 15px 20px 15px;
}

.visually_hidden {
	clip-path: inset(100%);
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

article p {
	font-size: 1.125rem;
}
article iframe {
	display: block;
	margin: 0 auto 20px auto;
}

article ul,
.page_wrapper ul {
	margin: 20px 20px 40px 20px;
}
article ol,
.page_wrapper ol {
	margin: 20px 20px 40px 20px;
	list-style-type: square;
}
ol {
	counter-reset: item;
	list-style: decimal;
	list-style-type: decimal;
}
ol li {
	display: list-item;
	list-style: decimal;
	list-style-type: decimal;
	padding: 0 0 20px 10px;
}
ol li::marker {
	color: #d40e68;
	font-size: 1.25em;
	font-weight: 700;
}

ol li ul li {
	color: #e50069;
	font-weight: 700;
	list-style: none;
	list-style-image: url('../images/bullet_triangle.png');
	margin: 0;
	padding: 10px 0 10px 10px;
}

ul.bullets {
	margin: 20px 40px;
}
ul.bullets li {
	font-weight: 700;
	list-style: none;
	list-style-image: url('../images/bullet_triangle.png');
	margin: 0;
	padding: 10px 0 10px 10px;
}

.page_wrapper ul li,
.page_wrapper ol li,
article ul li,
article ol li {
	line-height: 150%;
	margin: 15px;
}
article ul li,
.page_wrapper ul li {
	padding: 2px 0 0 6px;
	list-style-image: url('../images/bullet.png');
}
article ol li,
.page_wrapper ol li {
	list-style-type: decimal;
}
article .wp-block-group__inner-container {
	margin: 0 auto;
	max-width: 1200px;
	min-width: 350px;
	padding: 15px;
	width: 100%;
}


.aligncenter,
.wp-block-image .aligncenter {
	display: block;
	margin: 15px auto;
	text-align: center;
}

.alignright,
.wp-block-image .alignright {
	float: right;
	margin-bottom: 20px;
	margin-left: 30px;
}
.alignleft,
.wp-block-image .alignleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 30px;
}

@media( max-width: 800px ) {
	.alignright,
	.alignleft,
	.wp-block-image .alignright,
	.wp-block-image .alignleft {
		display: block;
		float: none;
		margin: 15px auto;
	}
}

.two_col_wrapper {
	display: table;
	width: 100%;
}
.two_col_wrapper .col {
	display: table-cell;
	vertical-align: top;
	width: 49%;
}

@media( max-width: 1000px ) {
	.two_col_wrapper {
		display: block;
	}
	.two_col_wrapper .col {
		display: block;
		width: 100%;
	}
}


/* header / navigation */
#site_header {
	padding: 30px 0 0 0;
}
#site_header.consumer_header {
	background-color: #d40e68;
	padding: 30px 0;
}
#site_header.enterprises_header {
	background-color: #1f489c;
	padding: 30px 0;
}
#site_header.retailers_header {
	background-color: #dfc111;
	padding: 30px 0;
}
#site_header .content_wrapper {
	display: table;
	width: 100%;
}
#site_header.news_header {
	background-color: #000;
	padding: 30px 0;
}
.header_logo {
	display: table-cell;
	vertical-align: middle;
	width: 109px;
}
.header_logo img {
	max-width: 109px;
	width: 100%;
}
.header_nav {
	display: table-cell;
	vertical-align: middle;
}

#main_menu {
	color: #000;
	text-align: right;
	vertical-align: middle;
}
#main_menu ul {
	display: inline;
}
#main_menu li {
	display: inline-block;
}
#main_menu > ul > li ul {
	display: none;
}
#main_menu a {
	color: #fff;
	display: inline-block;
	font-size: 0.85em;
	font-weight: 700;
	letter-spacing: 0.063em;
	margin: 0 16px;
	padding: 10px 2px 8px 2px;
	text-transform: uppercase;
}
#main_menu a:hover,
#main_menu li.current-menu-item a {
	opacity: 0.8;
}






#main_menu > ul > li:hover ul {
	background: #e60068;
	box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.2);
	display: block;
	padding:10px;
	position: absolute;
	width: 250px;
}
#main_menu > ul > li ul li {
	display: inline;
}
#main_menu > ul > li ul li a {
	display: block;
	padding: 10px 0;
	text-align: left;
}

#burger_button,
#menu_open_bg {
	display: none;
}
#menu_open_bg {
	z-index: 400;
}

@media( max-width: 1200px ) {
	#main_menu a {
		margin: 0 12px;
	}
}

@media( max-width: 1100px ) {
	#main_menu a {
		font-size: 0.75em;
		margin: 0 8px;
	}
}
@media( max-width: 900px ) {
	#site_header {
		display: block;
	}
	.header_logo,
	.header_nav {
		display: block;
		text-align: center;
		width: 100%;
		padding-top: 20px;
	}
	.header_logo {
		padding-bottom: 30px;
		display: none;
	}
	#main_menu {
		background-color: #e3136a;
		color: #fff;
		border: 0 !important;
		display: block;
		height: 100vh;
		left: -310px;
		padding: 30px 0 20px 10px;
		position: fixed;
		text-align: left;
		top: 0;
		transition: all 1s;
		width: 300px;
		z-index: 510;
	}
	body.menu_open #main_menu {
		left: 0;
	}
	#main_menu a {
		border-bottom: transparent 2px solid;
		color: #fff;
		display: block;
		padding: 8px 12px;
		width: 80%;
		text-align: left;
	}
	#main_menu a:hover,
	#main_menu li.current-menu-item a,
	#main_menu li.current-page-ancestor a {
		border-bottom: #fff 2px solid;
		color: #fff;
	}
	#main_menu li {
		display: block;
	}

	#main_menu > ul > li ul,
	#main_menu > ul > li:hover ul {
		background: transparent;
		box-shadow: none;
		display: block;
		padding: 0 0 0 20px;
		position: static;
		width: auto;
	}


	#burger_button {
		cursor: pointer;
		display: inline-block;
		height: 25px;
		width: 30px;
		-o-transition: all 0.25s;
		-ms-transition: all 0.25s;
		-moz-transition: all 0.25s;
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
	}
	body.menu_open #burger_button {
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	body.menu_open #menu_open_bg {
		background-color: rgba( 0, 0, 0, 0.6 );
		display: block;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
	}

}

/* homepage */
#hero_wrapper {
	background-image: url('../images/hero_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
}
#hero_wrapper.about_hero {
	background-image: url('../images/hero_about.jpg');
}

.hero_content {
	color: #fff;
	padding: 100px 0 60px 0;
	text-align: center;
}
.consumer_hero,
.enterprises_hero,
.retailers_hero,
.news_hero  {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.consumer_hero {
	background-image: url('../images/hero_consumers.jpg');
}
.enterprises_hero {
	background-image: url('../images/hero_enterprises.jpg');
}
.retailers_hero {
	background-image: url('../images/hero_retailers.jpg');
}
.news_hero {
	background-image: url('../images/hero_about2.jpg');
}


.hero_content .content_wrapper {
	max-width: 900px;
}
.hero_content img {
	max-width: 483px;
	width: 100%;
}
.hero_content h2 {
	color: #ead24c;
	font-size: 2em;
	letter-spacing: 0.125em;
	margin-bottom: 20px;
	margin-top: 15px;
	text-transform: uppercase;
}
.hero_content h2.lined,
.hero_content h3 {
	color: #fff;
	font-size: 1.875em;
	text-transform: uppercase;
}
.hero_content strong {
	border-bottom: 4px #ead24c solid;
}

/* Control text wrapping for health analytics text */
.health-analytics-text {
	white-space: nowrap;
}
@media( max-width: 650px ) {
	.hero_content {
		padding: 60px 0;
	}
	.hero_content h2 {
		font-size: 2.5em;
		text-transform: uppercase;
	}
	.hero_content h2.lined,
	.hero_content h3 {
		font-size: 1.875em;
	}
	.hero_content strong {
		border-bottom: 2px #ead24c solid;
	}
	
	/* Allow wrapping on mobile */
	.health-analytics-text {
		white-space: normal;
	}
}

.callout,
.map_callout {
	background: #fff url('../images/callout_side_flags.png') 0 50% no-repeat;
	padding: 80px 0;
}
.map_callout {
	padding: 100px 0;
}
.retailer_callout {
	background-position: 0 10%;
}
.callout {
	padding: 50px 0;
}
.map_callout .inner_wrapper {
	margin-left: 140px;
	position: relative;
	width: 60%;
	z-index: 30;
}
.callout .inner_wrapper {
	margin: 0 auto;
	max-width: 700px;
}
.retailer_callout .content_wrapper {
	max-width: 850px;
}
.callout h2 {
	text-transform: uppercase;
}
.callout h3 {
	font-size: 1.5em;
	font-weight: 700;
	margin-top: 30px;
	text-align: justify;
	text-transform: none;
}
.callout p,
.map_callout p,
.why_choice p {
	text-align: justify;
}
.floating_map {
	margin-top: -120px;
	max-width: 432px;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 20;
}
@media( max-width: 1100px ) {
	.callout,
	.map_callout {
		background-image: none;
		text-align: center;
		padding: 50px 0;
	}
	.callout {
		padding-bottom: 0;
	}
	.callout .inner_wrapper,
	.map_callout .inner_wrapper {
		margin-left: 0;
		padding: 0 15px;
		position: static;
		text-align: left;
		width: 100%;
	}
	.floating_map {
		margin-top: -120px;
		position: relative;
	}
}

.supply_chains {
	background-color: #d40e68;
	color: #fff;
	padding: 100px 0 140px 0;
	text-align: center;
}
.enterprise_chains {
	background-color: #1f489c;
}
.retailer_chains {
	background-color: #dfc111;
	padding: 100px 0;
}
.consumer_chains .content_wrapper,
.enterprise_chains .content_wrapper,
.retailer_chains .content_wrapper {
	max-width: 700px;
}
.supply_chains h2 {
	font-size: 2.125em;
	font-weight: 400;
	text-transform: uppercase;
}
.supply_chains p {
	font-size: 1.325em;
}

.video_section {
	padding: 80px 0;
	background: #fff;
}

.video_section h2 {
	text-align: center;
	margin-bottom: 40px;
}

.video_container {
	max-width: 800px;
	margin: 0 auto;
}

.join_us {
	margin-top: 0;
	padding-bottom: 50px;
	position: relative;
	text-align: center;
}
.join_us p {
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
}
.join_us p span {
	display: block;
}
.join_us .content_wrapper {
	padding-top: 30px;
}
@media( max-width: 830px ) {
	.join_us {
		margin-top: 0;
	}
	.join_us p span {
		display: inline;
	}
	.join_us .for_link {
		max-width: 350px;
		width: 100%;
	}
	.video_section {
		padding: 40px 0;
	}
	.video_container {
		max-width: 100%;
	}
}

.how_it_works {
	background-color: #faf9f9;
	padding: 80px 0 60px 0;
}

.why_choice {
	background: #faf9f9 url('../images/callout_side_flags_right.png') 100% 50% no-repeat;
	padding: 80px 80px 80px 0;
}
.contact_content {
	background: #faf9f9 url('../images/callout_side_flags_right.png') 100% 0 repeat-y;
	padding: 0;
	text-align: center;
}
.contact_content .inner_wrapper {
	background: transparent url('../images/callout_side_flags.png') 0 0 repeat-y;
	padding: 0 0 80px 0;
}
.how_it_works h2,
.why_choice h2 {
	font-size: 2.25rem;
	font-weight: 400;
	padding-top: 80px;
	text-align: left;
	text-transform: uppercase;
}
.contact_content h2 {
	text-align: center;
}
.retailers h2 {
	padding-top: 0;
}

.why_choice .choice_collage {
	float: left;
	margin-right: 50px;
	max-width: 409px;
	width: 100%;
}
.how_it_works .choice_collage {
	float: right;
	margin-left: 50px;
	max-width: 445px;
	width: 100%;
}
.retailer_callout .choice_collage {
	float: right;
	margin-left: 50px;
	max-width: 431px;
	width: 100%;
}
.retailer_callout .content_wrapper {
	margin-top: 60px;
}
.how_it_works ol {
	text-align: left;
}
@media( max-width: 1200px ) {
	.why_choice {
		background-image: none;
		text-align: center;
		padding: 60px 0 40px 0;
	}
	.contact_content .inner_wrapper {
		background-image: none;
	}
	.how_it_works h2,
	.why_choice h2 {
		font-size: 2.75rem;
		padding-top: 10px;
		text-align: center;
	}
	.why_choice .inner_wrapper {
		margin: 0 auto;
		max-width: 619px;
		padding: 15px;
		width: 100%;
	}
	.how_it_works .choice_collage,
	.why_choice .choice_collage,
	.retailer_callout .choice_collage {
		float: none;
		margin-bottom: 30px;
		margin: 0 0 30px 0;
	}
	.how_it_works {
		padding: 60px 20px 40px 20px;
		text-align: center;
	}
	.how_it_works .content_wrapper {
		max-width: 750px;
	}

}
.enterprises .inner_wrapper {
	margin: 0 auto;
	max-width: 950px;
}
.enterprises .inner_wrapper ul li {
	list-style: square;
}
.enterprises_content {
	padding-top: 50px;
}
.enterprises_content p:first-child {
	font-size: 1.25em;
	line-height: 200%;
}
.retailers .inner_wrapper {
	margin: 0 auto;
	max-width: 1000px;
}


/* about */
.about_callout {
	padding: 80px 0;
}
.about_callout .content_wrapper {
	display: table;
}
.about_callout .col {
	display: table-cell;
	padding: 0 70px;
	text-align: center;
	vertical-align: top;
	width: 33%;
}
.about_callout .col img {
	margin-bottom: 30px;
}

@media( max-width: 1100px ) {
	.about_callout {
		padding: 60px 0;
	}
	.about_callout .content_wrapper {
		display: block;
	}
	.about_callout .col {
		display: block;
		margin: 0 auto 50px auto;
		max-width: 350px;
		padding: 0;
		width: 100%;
	}
}

/*commerce sectors */

.commerce-sectors {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}
.col-sector {
	float: left; 
	font-size: 14px;
	padding: 30px 10px 50px 10px; 
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 20%;
}
.col-sector img {
	padding-bottom: 16px;
	width: 70px;
}


@media( max-width: 1100px ) {

	.col-sector {
		display: block;
		margin: 0 auto 20px auto;
		max-width: 600px;
		padding: 30px;
		margin-bottom: 0;
		width: 50%;
	}
}


/* news */
.news_callout {
	padding: 80px 50px 80px 100px;
	margin: 0 auto 20px auto;
}
.news_callout .content_wrapper {
	display: table;
}
.news_callout .news-box {
	border-top: 8px #ead24c solid;
	background-image: url("../images/news_triangle.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	display: block;
	text-align: left;
	vertical-align: top;
	min-height: 400px;
	max-width: 30%;
}
.news_callout .news-box img {
	margin-bottom: 30px;
}
.news_callout .news-box h2 {
	text-align: left;
	letter-spacing: 0;
	font-size: 24px;
}
.news_callout .news-box h2 a:hover {
	color: #e3136a;
}
.news_callout .news-box span.date {
	color: #666;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 15px;
	letter-spacing: 1px;
}
.news_callout .news-box a.read_more {
	color: #e3136a;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 14px;
	text-transform: uppercase;
}
.news_callout .news-box a.read_more:hover {
	color: #000;
}

@media( max-width: 1100px ) {
	.news_callout {
		padding: 60px;
	}
	.news_callout .content_wrapper {
		display: block;
	}
	.news_callout .news-box {
		display: block;
		margin: 0 auto 20px auto;
		max-width: 600px;
		padding: 30px;
		width: 100%;
		height: auto;
	}
}



/* footer */
#site_footer {
	background-color: #101010;
	color: #fff;
	font-size: 0.75em;
	padding: 80px 0 40px 0;
	text-align: center;
}
#site_footer p {
	margin-top: 20px;
}



.contact_section {
    background-color: #f0f0f0; /* Light grey background */
    padding: 50px 0;
}

.contact_section .content_wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.contact_section h2 {
    text-align: center;
    margin-bottom: 20px;
}

.contact_section p {
    text-align: center;
    margin-bottom: 40px;
}

.contact_section form {
    display: flex;
    flex-direction: column;
}

.contact_section label {
    margin-bottom: 5px;
    font-weight: bold;
}

.contact_section input[type="text"],
.contact_section input[type="email"],
.contact_section select,
.contact_section textarea {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact_section textarea {
    resize: vertical;
    min-height: 100px;
}

.contact_section button[type="submit"] {
    padding: 15px;
    font-size: 18px;
    background-color: #000; /* Adjust to match your site's theme */
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contact_section button[type="submit"]:hover {
    background-color: #d81b60; /* Adjust hover color */
}

#loading {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

#successMessage {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.contact_section span {
    color: red;
}

.reach_us_section i {
    margin-right: 10px;
    color: #e91e63; /* Adjust as needed */
}

.col_contact h3 {
	font-size: 2rem;
	font-weight: 400;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	text-align: center;
	text-transform: uppercase;
}

.col_contact p {
	text-align: center;
}


