/*
Theme Name: Zapproved Genesis Child Theme
Theme URI:
Description: Custom Zapproved theme based on Genesis Child Sample child theme
Author: Jorge Garcia Gali
Author URI:

Version: 1.1.3

Tags:

Template: genesis

Text Domain: zapproved-genesis-child
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Helpers
- Widgets
	- Featured Content
- Plugins
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Blog Post Reading Progress Bar
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Zapproved Custom styles
  - Blog Landing Template
  - Resource Center
	- Media Center Styles
	- What Is landing Page Template
  - Zapproved Custom Pagination
	- Block Grid Page Layout
	- Custom Page Styles
- Sidebar
  - Sticky Post Sidebar
	- Social Sharing Module
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #008945;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {

}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
	border-left: 5px solid #008945;
}

.zp-button-default {
	width: max-content;
	width: -moz-max-content;
	border-width: 0;
	border-radius: 3px;
	cursor: pointer;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	padding: 10px 15px;
	background: #3462AE;
	color: #fff;
	text-decoration: none;
	white-space: normal;
}

.zp-button-white {
	width: max-content;
	width: -moz-max-content;
	border-width: 0;
	border-radius: 3px;
	cursor: pointer;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	padding: 10px 15px;
	background: #fff;
	color: #008945;
	text-decoration: none;
	white-space: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1, .h1 {
	font-size: 30px;
}

h2, .h2 {
	font-size: 27px;
}

h3, .h3 {
	font-size: 24px;
}

h4, .h4 {
	font-size: 20px;
}

h5, .h5 {
	font-size: 18px;
}

h6, .h6 {
	font-size: 16px;
}

.entry-content h3
.entry-content .h3 {
	font-weight: 600;
}

.entry-content h4,
.entry-content .h4 {
	font-weight: 600;
	margin-top: 40px;
}




/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Colors
--------------------------------------------- */
.green {
	color: #008945;
}


/* WP common rules
--------------------------------------------- */
.wp-block-image {
    margin: 0 0 1em;
}


/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #008945;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */


/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #008945;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Helpers
---------------------------------------------------------------------------- */

.zp-padded {
	padding: 30px !important;
}

.zp-header-green {
  background: linear-gradient(76.04deg, #f5d80c 0%, #008945 39.900000000000006%, #3462ae 100%);
}

.zp-header-purple {
  background: linear-gradient(76.04deg, #072B49 0%, #603393 100%);
}

.zp-green {
	color: #008945;
}

.zp-gray-bkgd {
	background: #f2f2f2;
}

.has-background {
	padding: 30px;
}

.zp-centered {
	text-align: center;
}

.zp-indented {
	padding-left: 40px;
}

.px-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.pl-30 {
	padding-left: 30px;
}

.pt-20 {
	padding-top: 20px;
}

.mw-800 {
	max-width: 800px !important;
	margin: 0 auto !important;
	padding-left: 30px;
	padding-right: 30px;
}

.mw-900 {
	max-width: 900px !important;
	margin: 0 auto !important;
	padding-left: 30px;
	padding-right: 30px;
}

.mw-1000 {
	max-width: 1000px !important;
	margin: 0 auto !important;
	padding-left: 30px;
	padding-right: 30px;
}

.mw-1200 {
	max-width: 1280px !important;
	margin: 0 auto !important;
	padding-left: 30px;
	padding-right: 30px;
}

.mw-1400 {
	max-width: 1440px !important;
	margin: 0 auto !important;
	padding-left: 30px;
	padding-right: 30px;
}

.zp-no-pb,
.zp-pb-0 {
	padding-bottom: 0 !important;
}

.zp-mb-0 {
	margin-bottom: 10px;
}

.zp-mb-10 {
	margin-bottom: 10px;
}

@media only screen and (max-width: 981px) {
	.zp-indented {
		padding-left: 20px;
	}
	.mw-800 {
		padding-left: 0;
		padding-right: 0;
	}
}



/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.featuredpost .widget-wrap {
	display: flex;
	flex-direction: row;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 30px;
}

.featuredpost .widget-wrap .post {
	padding: 0 12px;
}




/* Plugins
---------------------------------------------------------------------------- */


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0 30px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 250px;
	padding-bottom: 5px;
	padding-top: 9px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

@media only screen and (max-width: 501px) {
	.custom-logo {
		max-width: 150px;
		padding-top: 6px;
	}
}



/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #008945;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

.menu-item-24050 a,
.menu-item-31138 a {
	padding: 10px !important;
	margin-top: -10px;
	color: #fff !important;
	background: #3462ae !important;
	border-radius: 3px;
	border: 1px solid #3462ae;
}

.menu-item-24050 a:hover,
.menu-item-31138 a:hover {
	box-shadow: inset 0 0 200px rgba(230,230,230,.25);
}


@media only screen and (min-width: 981px) {
	.menu-item-24050.et-fixed-header #top-menu li.current-menu-item a,
	.menu-item-31138.et-fixed-header #top-menu li.current-menu-item a {
		color: #fff !important;
	}
	.et-fixed-header #top-menu li.current-menu-ancestor a, .et-fixed-header #top-menu li.current-menu-item a {
		color: #008945 !important;
	}
	.et-fixed-header #top-menu .menu-item-24050 a,
	.et-fixed-header #top-menu .menu-item-31138 a {
		color: #fff !important;
	}

}

@media only screen and (max-width: 981px) {
	.menu-item-31138 {
		margin-top: 20px;
		margin-bottom: 25px;
	}
}

@media only screen and (min-width: 981px) {
	.menu-item-31138 a {
		margin-right: 15px;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1081px) {
	.menu-item-25676 {
		display: none !important;
	}
	.nav-primary .genesis-nav-menu a {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #008945;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}



/* Blog Post Progress Bar Styles
--------------------------------------------- */


progress {
  /* Positioning */
  position: fixed;
  left: 0;
  top: 69px;
  z-index: 10;

  /* Dimensions */
  width: 100%;
  height: 5px;

  /* Reset the appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

  /* Get rid of the default border in Firefox/Opera. */
  border: none;

  /* Progress bar container for Firefox/IE10+ */
  background-color: transparent;

  /* Progress bar value for IE10+ */
  color: linear-gradient(90deg,rgba(245,216,12,1) 0%,rgba(0,137,69,1) 21%,rgba(52,98,174,1) 100%);
}

@media (max-width: 980px) {
  progress {
    top: 0;
  }
}

progress::-webkit-progress-bar {
  background-color: transparent;
}

progress::-webkit-progress-value {
  background: linear-gradient(90deg,rgba(245,216,12,1) 0%,rgba(0,137,69,1) 21%,rgba(52,98,174,1) 100%);
}

progress::-moz-progress-bar {
  background: linear-gradient(90deg,rgba(245,216,12,1) 0%,rgba(0,137,69,1) 21%,rgba(52,98,174,1) 100%);
}

.progress-container {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  display: block;
}

.progress-bar {
  background: linear-gradient(90deg,rgba(245,216,12,1) 0%,rgba(0,137,69,1) 21%,rgba(52,98,174,1) 100%);
  width: 0%;
  display: block;
  height: inherit;
}



/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}

.zp-menu-terms-nav-item {
    padding: 0 15px;
}

.zp-menu-terms-nav-item a {
    color: #fff;
}

.zp-menu-terms-nav-item a:hover {
    color: yellow;
}


/* Content Area
---------------------------------------------------------------------------- */
.zp-columns-list .wp-block-columns > .wp-block-column {
	margin-bottom: 0;
}

.zp-columns-list .wp-block-columns > .wp-block-column p:last-child {
	margin-bottom: 0;
}


/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories {

}


.entry-tags {
	display: flex;
	flex-direction: row;
	justify-content: center;
	max-width: 700px;
	flex-wrap: wrap;
	padding: 20px 0 40px 0;
}

.entry-tags a {
	margin: 10px 10px 10px 0 !important;
	padding: 6px 15px;
	background: #f2f2f2;
	border-radius: 3px;
	color: #666;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Zapproved Custom Content Styles
---------------------------------------------------------------------------- */

/* Blog Landing Template
---------------------------------------------------------------------------- */


.blog-landing .site-inner {
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.zp-featured-post-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 80px 0;
}

.zp-featured-post {
  width: 69%;
  display: flex;
  flex-direction: column;
}

.zp-feat-post-img {
	padding-bottom: 20px;
}

.zp-blog-feat-rcs {
  width: 29%;
}

.zp-feat-post-text a {
  color: #666;
}

.zp-feat-post-text a:hover {
  color: #008945;
}

.zp-color-block {
  padding: 20px;
  background: #603393;
  margin-top: -8px;
}

.zp-color-block h3 a {
  color: #fff;
  font-size: 24px;
}

.zp-cat-menu-item-blog {
  width: 100%;
  padding: 15px 30px;
  background: #f2f2f2;
  margin: 10px 0;
  border-radius: 3px;
}

.zp-cat-menu-item-blog a {
  color: #252525;
}

.zp-cat-menu-item-blog a:hover {
  color: #008945;
}

.zp-bl-crossres-headers {
	text-align: center;
	font-weight: 700;
}

.zp-featured-post-container .zp-feat-post-img,
.zp-featured-post-container .zp-feat-post-text {
	max-width: 700px;
}

@media only screen and (max-width: 1170px) {
  .zp-featured-post {
    width: 100%;
  }
  .zp-blog-feat-rcs {
    display: none;
  }
}


/* Resources Center
---------------------------------------------------------------------------- */

.zp-rc-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 300px;
}

.zp-rc-header-wrapper {
  display: flex;
  flex-direction: row;
  max-width: 1280px;
  margin: 0 auto;
}

.zp-rc-header-text {
  color: #fff;
  padding: 0 30px;
}

.zp-rc-header-text h1 {
  color: #fff;
  font-size: 42px;
  line-height: 1.4;
  font-weight: 600;
}


@media only screen and (max-width: 981px) {
  .zp-rc-header-icon-wrapper {
    display: none;
  }
}

.zp-rc-section-headers {
  text-align: center;
  font-weight: 700;
  padding: 40px 0;
}

.zp-resources-section-headers {
  text-align: center;
  font-weight: 700;
  padding-bottom: 40px !important;
}

.zp-rc-section-headers a {
	color: #2d2d2d;
}

.zp-rc-section-headers a:hover {
  color: #008945 !important;
}

.zp-section-description {
  margin: 0 auto;
  padding: 0 20px 40px 20px !important;
  max-width: 800px;
  text-align: center;
}

.zp-rc-header-icon {
  padding: 0 50px;
  min-width: 200px;
}

.zp-rc-featured-main {
  background: #f2f2f2;
}

.zp-rc-featured {
  margin: 0 30px;
}

.zp-rc-feat-main-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 30px;
}

.zp-rc-feat-main-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zp-rc-feat-main-img {
  width: 49%;
}

.zp-rc-feat-main-text {
  width: 49%;
  padding: 0 40px;
}

.zp-featured-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0 80px 0;
}

.zp-rc-feat-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.zp-rc-feat-content {
  display: flex;
  flex-direction: column;
  width: 33%;
  padding: 10px 10px 30px 10px;
}

.zp-rc-feat-content h3 {
  font-weight: 700;
  line-height: 1.3;
	font-size: 22px;
	color: #d2d2d2;
}

.zp-section-button {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.zp-ad-button {
	  width: -moz-max-content;
    width: fit-content;
    padding: 10px 15px;
    background: #3462ae !important;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    border: none;
}

@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .zp-rc-feat-content {
    width: 49%;
  }
}

@media only screen and (max-width: 768px) {
  .zp-rc-feat-content {
    width: 100%;
  }
}

.zp-rc-cat {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 30px;

}

.zp-rc-cat-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.zp-rc-cat-content {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 40px 20px;
}

.zp-rc-cat-img {
  padding-bottom: 30px;
}

.zp-rc-cat-text,
.zp-rc-feat-text {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.zp-rc-cat-text h3 a:hover {
  color: #008945;
}

.zp-rc-cat-text a,
.zp-rc-feat-text a {
  color: #666;
}

.zp-rc-cat-text a:hover,
.zp-rc-feat-text a:hover {
  color: #009845;
}

.zp-rc-cat-text .zp-rc-cat-date {
	color: #666;
	font-size: 14px;
}

.zp-rc-event-upcoming-content.wp-block-media-text .wp-block-media-text__content,
.zp-rc-event-upcoming-content.wp-block-media-text .wp-block-media-text__media {
	align-self: normal;
}

.zp-rc-event-upcoming-content .wp-block-media-text__content .zp-rc-cat-date {
	margin: 28px 0 20px 0;
}

.zp-rc-pagination-search {
  width: 300px;
  margin: 0 auto;
}

.zp-rc-pagination {
  width: 250px;
  margin: 0 auto
}

.nav-previous a,
.nav-next a {
  background: #f2f2f2;
  padding: 5px 10px;
  color: #252525;
}

.nav-previous a:hover,
.nav-next a:hover {
  color: #00aa56;
}

@media only screen and (max-width: 981px) {
  .zp-rc-cat-content {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
}


/** Ad blocks styles  **/

.zp-ad-content {
  height: inherit;
  justify-content: center;
}

.zp-ad-content-wrapper {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.zp-ad-content-wrapper a {
  display: flex;
  flex-direction: column;
  padding: 30px;
  height: 100%;
  width: 100%;
}

.zp-ad-content h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}


@media only screen and (max-width: 1170px) {
  .zp-ad-content {
    display: none;
  }
}
.zp-color-menu-page {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 80px;
}

.zp-color-menu-page li {
  width: 48%;
  vertical-align: middle;
  padding: 0 30px;
  background: #f2f2f2;
  margin: 10px 0;
  border-radius: 3px;
  padding: 20px;
}

.zp-menu-color a {
  color: #666;
}

.zp-menu-color a:hover {
  color: #008945;
}

.zp-border-green {
  border-left: 5px solid #008945;
}
.zp-border-blue {
  border-left: 5px solid #4562ae;
}
.zp-border-yellow {
  border-left: 5px solid #F5D80C;
}
.zp-border-purple {
  border-left: 5px solid #5F249F;
}
.zp-border-dark-gray {
  border-left: 5px solid #002B49;
}

@media only screen and (max-width: 768px) {
  .zp-color-menu-page {
    max-width: 400px;
  }
  .zp-color-menu-page li {
    width: 100%;
  }
}

/* Tweaks to site-inner class to make RC and Webinars 100% width  */

.page-template-page-template-rc-webinars .site-inner,
.page-template-page-template-rc-events .site-inner,
.page-template-page-template-media-center .site-inner,
.page-template-page-template-resource-center .site-inner,
.page-template-page-template-bwi .site-inner,
.post-template-whatis-single .site-inner,
.search-results .site-inner,
.archive .site-inner {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
}

/* Media Center Styles
---------------------------------------------------------------------------- */


.zp-mr-section-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 40px 0;
  justify-content: center;
}

.zp-mr-wrapper {
  max-width: 406px;
  margin: 10px;
  border: solid 1px #D9E1E2;
  padding: 40px 30px;
}

.zp-mr {
  display: flex;
  flex-direction: column;
}

.zp-mr-date {
  color: #666;
  font-size: 14px;
}

.zp-mr-excerpt {
  color: #666;
}

.zp-mr-title {
  font-weight: 700;
  font-size: 24px;
}

.zp-mr-title:hover {
  color: #008945;
}

.zp-icon-header-wrapper {
	background-size: initial;
	background-position: center left;
	background-repeat: no-repeat;
	padding-top: 30px!important;
	padding-bottom: 15px!important;
	padding-left: 80px!important;
	margin-bottom: 30px;
}

.zp-icon-header h3 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 0;
}

/* What Is landing Page Template
---------------------------------------------------------------------------- */


.zp-bwi-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 180px;
}

.zp-bwi-header-wrapper {
  display: flex;
  flex-direction: row;
  max-width: 1280px;
  margin: 0 auto;
}

.zp-bwi-header-icon {
  width: 70px;
}

/* What Is single post styles */

#zp-wi-content-area {
	padding-top: 50px;
}



/* Zapproved Custom Pagination
---------------------------------------------------------------------------- */

.zp-pagination,
.zp-pagination .nav-links  {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.zp-pagination .page-numbers,
.zp-pagination .nav-links .page-numbers  {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.zp-pagination li a,
.zp-pagination a {
  padding: 5px 14px;
  color: #008945 !important;
  margin: 0 4px;
}

.zp-pagination li a:hover,
.zp-pagination a:hover  {
  background: #008945;
  color: #fff !important;
}

.zp-pagination li .current,
.nav-links .current{
  background: #008945;
  color: #fff;
  padding: 5px 14px;
  margin: 0 4px;
}

.nav-links .next::after {
	content: "→";
	padding-left: 6px;
}

.nav-links .prev::before {
	content: "←";
	padding-right: 6px;
}




/* Block Grid Page Layout
---------------------------------------------------------------------------- */

.zp-grid-layout .wp-block-group__inner-container .genesis-custom-block {
  display: flex;
  flex-direction: column;
  width: 31%;
  padding: 10px 13px;
}

.zp-grid-layout .wp-block-group__inner-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
  justify-content: center;
  width: auto;
}

.zp-grid-layout {
  max-width: 1280px;
  padding: 30px;
  margin: 0 auto;
}


@media screen and (min-width: 861px) and (max-width: 1255px) {
  .zp-grid-layout .wp-block-group__inner-container .genesis-custom-block {
    width: 49%;
  }
  .ad-block-solutions {
    display: none !important;
  }
}

@media screen and (max-width: 860px) {
  .zp-grid-layout .wp-block-group__inner-container .genesis-custom-block {
    width: 100%;
  }
  .ad-block-solutions {
    display: none !important;
  }
}


/* Custom Page Styles
---------------------------------------------------------------------------- */


/*  Home Page */


.zp-heading-testimonials {
	display: block;
    clear: both;
}

.zp-same-height {
	height: 100%;
}

.zp-home-header-bkg {
	background-image: url(../../uploads/2021/04/Zapproved-Hero-v4-1920x600-72.png);
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	overflow: hidden;
}

.zp-block-w-background {
    background-image: url(../../uploads/2020/07/Homepage-Video-background-1920x1080-1.jpg)!important;
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
	align-content: center;
}

.width-135 img {
	width: 135px !important;
}


.zp-home-head-col {
	overflow: hidden;
}

@media screen and (max-width: 1100px) {
	.zp-home-head-col {
		flex-direction: column;
	}
	.zp-home-head-col .wp-block-column {
		width: 100%;
		padding: 15px 0;
	}
	.zp-home-head-col .wp-block-column img {
		width: 100% !important;
		margin: 0 auto;
	}
}

.wp-block-latest-posts {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wp-block-latest-posts li {
	width: 31%;
}

.wp-block-latest-posts__featured-image img {
	width: 100% !important;
}

.wp-block-latest-posts li a {
	font-weight: 700;
    font-size: 20px;
    color: #666;
}

.wp-block-latest-posts li a:hover {
	color: #008945;
}


@media only screen and (min-width: 601px) and  (max-width: 1300px) {
	.wp-block-latest-posts li {
		width: 48% !important;
	}
	.wp-block-latest-posts li img {
		max-width: 500px !important;
	}
}

@media (max-width: 600px) {
	.wp-block-latest-posts li {
		width: 100% !important;
	}
	.wp-block-latest-posts li img {
		max-width: 500px !important;
	}
}


@media (min-width: 600px) and (max-width: 981px) {
	.wp-block-columns {
		flex-wrap: wrap !important;
	}
	.wp-block-column:not(:only-child) {
		flex-basis: calc(50% - 1em)!important;
    	flex-grow: 0;
	}
	.wp-block-column:last-child {
		margin-left: 0 !important;
	}
}

@media (min-width: 982px) {
	.wp-block-column {
		flex-basis: 0;
    flex-grow: 1;
		flex-wrap: nowrap;
	}

}

.wp-block-column {
	margin-bottom: 20px;
}

.zp-gradient-h {
	background-color: rgb(209,204,20);
    background-image: linear-gradient(159deg, rgba(209,204,20,1) 0%, rgba(0,137,69,1) 34%, rgba(52,98,174,1) 68%, rgba(101,45,144,1) 100%);;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.wp-block-column {
	margin-bottom: 20px;
}

.zp-home-title-h1 {
	font-size: 38px;
}

@media (max-width: 600px) {
	.zp-home-title-h1 {
		font-size: 28px;
	}
}

/* ZDisco Page  */

.zp-bkg-header-wrapper {
	display: flex;
	flex-direction: row;
	min-height: 450px;
}

.zp-bkg-header-left {
	width: 35%;
	min-height: 450px;
	padding: 30px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.zp-bkg-header-right {
	width: 65%;
	min-height: 450px;
}


/* Archive pages styles for Categories, Tags, and custom Taxonomies */


.zp-cat-menu-item-blog {
  width: 100%;
  padding: 15px 30px;
  background: #f2f2f2;
  margin: 10px 0;
  border-radius: 3px;
}

.zp-cat-menu-item-blog a {
  color: #252525;
}

.zp-cat-menu-item-blog a:hover {
  color: #008945;
}


.zp-temp-cat-wrapper {
  display: flex;
  flex-direction: row;
  max-width: 85%;
  margin: 0 auto;
}

.zp-temp-cat-menu {
  width: 25%;
  padding: 25px;

}

.zp-color-menu-category li {
  width: 100%;
  vertical-align: middle;
  padding: 0 30px;
  background: #f2f2f2;
  margin: 10px 0;
  border-radius: 3px;
  padding: 20px;
}


.zp-temp-cat-list {
  width: 75%;
  padding: 25px;
}

.zp-temp-cat-list h3 {
  font-size: 20px;
}

.zp-temp-search-list {
  margin: 0 auto;
}

.zp-temp-cat-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 120px;
}


@media only screen and (max-width: 981px) {
  .zp-temp-cat-wrapper {
    flex-direction: column-reverse;
  }
  .zp-temp-cat-menu {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .zp-temp-cat-list {
    width: 100%;
    padding: 0;
  }
}


/* Search Results page template  */

.zp-header-dark-grey {
  background: #222222;
}


/* Single blog posts styles  */

.post .entry-header {
    max-width: 700px;
    margin: 0 auto;
}

.post .entry-content {
    max-width: 700px;
    margin: 0 auto;
}


.zp-hero-post-header {
  width: 80%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  margin: 0 auto;
}

.zp-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  padding: 30px;
}

.zp-hero-post-image {
  width: 70%;
}

.zp-title-wrapper h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.3;

}


@media only screen and (max-width: 981px) {
  .zp-hero-post-header {
    flex-direction: column;
    width: 100%;
  }
  .zp-title-wrapper {
    width: 100%;
  }
  .zp-hero-post-image {
    width: 100%;
    padding: 0 30px;
  }
}


@media only screen and (max-width: 981px) {
	.sidebar-primary {
		display: none;
	}
}




/* Head Bar Widget Styles
---------------------------------------------------------------------------- */



.top-header-bar-inner .widget {
	margin-bottom: 0;
}

.zp-headbar-wrapper {
	width: 100%;
	padding: 20px 30px;
	background-color: #603393;
	color: #fff;
}

.zp-headbar-inner {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.zp-headbar {
	max-width: 1280px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.zp-headbar-icon {
	max-height: 36px;
}

.zp-headbar-title {
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	padding: 0 35px;
}

.zp-headbar-button {
	padding: 6px 15px;
	border-radius: 3px;
	background-color: #fff;
	color: #603393;
	font-weight: 600;
	text-decoration: none;
	line-height: 28px;
	font-size: 16px;
}

@media only screen and (max-width: 801px) {
	.zp-headbar-icon {
		display: none;
	}
	.zp-headbar-title {
		font-weight: 600;
		font-size: 14px;
		color: #fff;
		line-height: 36px;
		padding: 0 20px;
	}
	.zp-headbar-button {
		padding: 6px 15px;
		font-weight: 600;
		font-size: 14px;
		line-height: 24px;
		min-width: 134px;
		max-height: 36px;
	}
}

@media only screen and (max-width: 601px) {
	.zp-headbar-title {
		font-weight: 600;
		font-size: 14px;
		color: #fff;
		line-height: 20px;
		padding: 0 20px;
	}
}


/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Sticky Post Sidebar
 --------------------------------------------- */

 .content-sidebar-wrap {
 	display: flex;
 	flex-direction: row-reverse;
 	justify-content: center;
 	max-width: 1280px;
 }

 .archive .content-sidebar-wrap {
	 max-width: none;
 }

.zp-post-form-title {
	font-size: 22px;
	color: #222222;
	font-weight: 700;
	padding-bottom: 15px;
}

.zp-post-form-desc {
	color: #222222;
	padding-bottom: 20px !important;
}

.zp-sidebar-form-wrapper {
	width: 350px;
	margin: 30px 0 30px 0;
	position: -webkit-sticky;
	position: sticky; top: 150px;
	padding: 60px 50px 30px 0;
}

.zp-sidebar-button {
	width: fit-content;
	padding: 10px 15px;
	background: #0064ae;
	color: #fff;
	border-radius: 3px;
	border: none;
	text-decoration: none;
}

/* Social Sharing Module Styles
 --------------------------------------------- */

.zp-sharing-module {
	position: fixed;
	top: 220px;
	left: 10px;
	display: flex;
	flex-direction: column;
}

.zp-social-button {
	width: 40px;
	height: 40px;
	margin: 8px 0;
	border-radius: 20px;
	line-height: 40px;
	text-align: center;
}

.zp-social-button img {
	height: 16px;
}

.zp-social-button:hover {
	box-shadow: 4px 2px 1px rgba(0, 0, 0, 0.2);
}

.zp-facebook-button {
	background-color: #3a579a;
}

.zp-facebook-button .dashicons-facebook-alt {
	color: #fff;
	padding-top: 10px;
}

.zp-twitter-button {
	background-color: #00abf0;
}

.zp-twitter-button .dashicons-twitter {
	color: #fff;
	padding-top: 10px;
}

.zp-linkedin-button {
	background-color: #127bb6;
}

.zp-linkedin-button .dashicons-linkedin {
	color: #fff;
	padding-top: 9px;
}




/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #000;
	color: #fff;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	width: 100% !important;
}

.footer-widgets-1 .widget_search {
	max-width: 600px;
	margin: 0 auto;
}

.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
	max-width: 250px !important;
}

.footer-widgets-2 .textwidget .footer-widget-area {
	padding: 0;
}

.footer-widgets a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}

.footer-widgets a:hover {
	color: #00aa56;
}

.footer-widgets .widget-title {
	color: #00aa56;
	font-weight: 700;
	margin-bottom: 12px !important;
}

.footer-widgets ul li {
	margin-bottom: 6px;
}

@media only screen and (min-width: 1200px) {
	.footer-widgets-2 {
		max-width: 600px !important;
	}
}

@media only screen and (max-width: 1200px) {
	.footer-widgets-2 {
		width: 100% !important;
	}
}



/* Top Footer Bar
---------------------------------------------------------------------------- */

.top-footer-bar {
	margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  background: #f2f2f2;
  padding: 60px 0 30px 0;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background: linear-gradient(90deg,rgba(245,216,12,1) 0%,rgba(0,137,69,1) 21%,rgba(52,98,174,1) 100%);
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
	padding: 20px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
	color: #fff;
	text-decoration: none;
}



/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	.site-header .wrap {
		max-width: 1280px;
		margin: 0 auto;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #008945;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 200px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	@media screen and (min-width: 960px){
		.nav-primary .genesis-nav-menu>.menu-item>.sub-menu {
			overflow: hidden;
			/*border-radius: 0 0 15px 15px;*/
			border-radius: 15px;
			border-top: 0;
			padding-bottom: 15px;
			background: #ffffff;
			filter: drop-shadow(0 2px 3px #dbdbdb);
		}
		.nav-primary .genesis-nav-menu>.menu-item .sub-menu a {
			border: 0;
		}
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1280px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */




	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1280px;
	}

	.footer-widget-area {

	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}







.zp-icons-new-footer {
	display: flex;
	flex-direction: row;
	padding: 0 !important;
	margin-top: -50px;
}

.zp-icons-new-footer li a span {
	padding-right: 12px;
}

.zp-menu-header-new-footer {
	color: #00aa56;
	font-weight: 700;
	padding-bottom: 8px;
}



/* Mega Menu
---------------------------------------------------------------------------- */
@media screen and (min-width: 960px){
    .zp-with-mega-menu {
        position: static;
    }
    li.zp-with-mega-menu .sub-menu {
		z-index: 100;
		/*transition: none !important;*/
    }
	li.zp-with-mega-menu .sub-menu a {
		border: 0;
		/*transition: none !important;*/
	}
	li.zp-with-mega-menu>.sub-menu {
		position: absolute;
        top: 38px;
		left:0px;
		/*width: 540px;*/
		width: 560px;
		/*background: #ffffff;
		padding-bottom: 15px;
		border-radius: 0 0 15px 15px;*/

		/* rules for debuging mega-menu */
		/*display: flex !important;
		opacity: 1 !important;*/
	}
    /*li.zp-with-mega-menu:hover>.sub-menu {
		opacity: 1 !important;
   		/*flexbox fallback for browsers that do not support CSS GRID layout*/
        /*display: flex !important;
        flex-wrap: wrap;*/
    	/*CSS GRID layout*/ 
        /*display: grid !important;
        grid-template-columns: repeat(auto-fit,minmax(50%, 1fr));
    }*/
	li.zp-with-mega-menu>.sub-menu .sub-menu {
		margin: 0 !important;
		opacity: 1 !important;
		display: block !important;
		position: relative !important;
		overflow: visible !important;
		height: auto !important;
		left: 0;
    	top: 0;
		border: 0;
	}
	li.zp-with-mega-menu>.sub-menu .sub-menu a {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	li.zp-mega-menu-col {
        width: 100%;
        max-width: 100%;
        min-height: 1px;
        padding: 10px 10px;

		/*flex: 1 0 calc(50%);*/
		/*flex: 1 0 calc(33.333%);*/
		
		float: left !important;
		/*width: 50%;*/
		width: calc(33.333%);
    }
	li.zp-mega-menu-col>a {
		font-weight: bold;
	}
	li.zp-mega-menu-col .menu-item {
		width: 100%;
	}
}
/*@media screen and (min-width: 992px){
    li.zp-with-mega-menu:hover>.sub-menu {
		grid-template-columns: repeat(auto-fit,minmax(33.3333%, 1fr)); 
	}
	li.zp-mega-menu-col {
		flex: 1 0 calc(33.333%);
	}
}
@media screen and (min-width: 1200px){
    li.zp-with-mega-menu:hover>.sub-menu {
		grid-template-columns: repeat(auto-fit,minmax(25%, 1fr)); 
	}
	li.zp-mega-menu-col {
		flex: 1 0 calc(25%);
	}
}*/


/* Kadence Blocks custom CSS
---------------------------------------------------------------------------- */
.kt-blocks-accordion-header:focus {
	outline: 0;
}


/* Products page styles
---------------------------------------------------------------------------- */

/* Header with Background Image specific Products page styles */
.zp-bkg-header-right-prod {
	background-image: url(../../uploads/2021/04/ZD-Mockup-BeautyShot-Team-1920-60.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.zp-bkg-header-left-prod {
	background-image: linear-gradient(139deg,#005e2a 0%,#00064f 100%);
}

.zp-bkg-header-left-prod h1 {
	font-size: 46px;
	color: #fff;
	font-weight: 700;
}

.zp-bkg-header-left-prod p {
	color: #fff;
	padding-bottom: 20px !important;
}

.zp-button-white {
	background: #fff;
    color: #005C2E;
    padding: 12px 18px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 600;
	width: fit-content;
	width: -moz-fit-content;
}

.zp-button-white:hover {
	background: #f2f2f2;
	color: #222222;
}

@media only screen and (min-width: 981px) and  (max-width: 1261px) {
	.zp-bkg-header-left-prod h1 {
		font-size: 36px;
	}
}

@media screen and (max-width: 980px) {
	.zp-bkg-header-wrapper {
		flex-direction: column;
	}
	.zp-bkg-header-left {
		width: 100%;
		min-height: 250px;
	}
	.zp-bkg-header-right {
		width: 100%;
		min-height: 300px;
	}
}

@media only screen and (max-width: 700px) {
	.zp-bkg-header-left-prod h1 {
		font-size: 36px;
	}
}

/* Product page v2.0
---------------------------------------------------------------------------- */
.zp-bkg-product-header-wrapper-2 .zp-bkg-header-left-prod {
	background-image: linear-gradient(159deg, rgba(209,204,20,1) 0%, rgba(0,137,69,1) 34%, rgba(52,98,174,1) 68%, rgba(101,45,144,1) 100%);
	padding: 60px 40px 20px 60px;
}

.zp-bkg-product-header-wrapper-2 .zp-bkg-header-left-prod h2 {
	color: #ffffff; 
	font-size: 18px; 
	font-weight: normal; 
	margin-bottom: 20px; 
	line-height: 1.625;
}

.zp-inside-laptop {
	background-image: url(../../uploads/2021/04/Screenshot-hold-laptop-72-1024x548.png);
	background-repeat: no-repeat;
	/*padding: 6.5% 10.5% 10% 11%;*/
	padding:6.5% 12.4% 6% 12.8%;
    background-size: contain;
}


.zp-flip-card {
	border-radius: 6px;
	background: #f2f2f2;
	width: 100%;
	height: 350px;
}

.zp-flip-card > .wp-block-group__inner-container {
	display: flex;
	height: 100%;
    flex-direction: column;
	justify-content: center;
}

.zp-flip-card-front .wp-block-image {
	margin: 1em 0;
}

.zp-flip-card-front h4 {
	margin-top: 0;
	padding: 10px;
	margin: 0;
}

.zp-flip-card-back p {
	padding: 10px;
	font-size: 18px;
	margin: 0;
}

.zp-product-flip-cards,
.wp-block-columns.zp-product-flip-cards {
    flex-wrap: wrap !important;
    gap: 0;
}

.zp-product-flip-cards .wp-block-column,
.wp-block-columns.zp-product-flip-cards .wp-block-column {
    margin-bottom: 20px;
}

@media (min-width: 960px) {
	.zp-product-flip-cards .wp-block-column {
		margin: 0 10px 40px 10px !important;
		flex-basis: calc(33% - 24px)!important;
	}

	.zp-flip-card {
		height: 330px;
	}
}


@media (min-width: 1200px) {
	.zp-flip-card {
		border-radius: 0;
		background: transparent;
		width: 100%;
		height: 250px;
		perspective: 1000px; /* Remove this if you don't want the 3D effect */
	}

	.zp-flip-card > .wp-block-group__inner-container {
		display: block;
		position: relative;
		width: 100%;
		text-align: center;
		transition: transform 0.8s;
		transform-style: preserve-3d;
	} 

	.zp-flip-card:hover > .wp-block-group__inner-container {
		transform: rotateY(180deg);
	}
	
	.zp-flip-card-front, 
	.zp-flip-card-back {
		position: absolute;
		width: 100%;
		height: 100%;
		-webkit-backface-visibility: hidden; /* Safari */
		backface-visibility: hidden;
		border-radius: 6px;
		background: #f2f2f2;
	}

	.zp-flip-card-back {
		transform: rotateY(180deg);
	}
	
	.zp-flip-card-front > .wp-block-group__inner-container,
	.zp-flip-card-back > .wp-block-group__inner-container {
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
	}
}


/* 'What is Ediscovery Software?' page */
.zp-ediscovery-header {
	background: linear-gradient(76.04deg, #619B28 0%, #0F7D64 39.900000000000006%, #3462AE 100%);
}

.zp-w-60p {
	width: 60%;
	margin: 0 auto;
}

.zp-w-150p {
	width: 150%;
}

.zp-ml-ediscovery {
	margin-left: 10px;
}

.zp-main-col-ediscovery {
	z-index: 1000;
}

.zp-main-col-ediscovery ul li {
	margin-bottom: 5px;
}

.zp-main-col-ediscovery .zp-w-150p {
	background: #ffffff;
}

.zp-main-col-ediscovery .mb-0 {
	margin-bottom: 0;
}

.zp-ediscovery-helps-grid {
	gap: 2em 1em !important;
	align-items: stretch !important;
	margin: 0 0 20px 10px;
}

.zp-ediscovery-helps-grid .genesis-custom-block {
	background: #f2f2f2;
    width: calc(33% - 1em);
}
 
.zp-ediscovery-helps-grid .genesis-custom-block .zp-gbwi-wrapper {
	margin-bottom: 15px;
}

.zp-ediscovery-helps-grid .genesis-custom-block .zp-gbwi-wrapper .zp-gbwi-title {
    padding-top: 15px;
    text-align: center;
    font-size: 16px;
	font-weight: normal;
	margin: 0 20px;
}

.zp-ediscovery-helps-grid .genesis-custom-block:nth-child(7) .zp-gbwi-wrapper .zp-gbwi-title {
	margin: 0 20px;
}

.zp-ediscovery-helps-grid .genesis-custom-block .zp-gbwi-wrapper p {
	margin: 0;
}

.zp-columns-with-lists {
	margin: 0 0 20px 10px;
}
.zp-columns-with-lists .wp-block-column {
	background: #f2f2f2;
	padding: 30px 20px;
}

.zp-columns-with-lists .wp-block-column:before {
    content: '';
    display: block;
    height: 20px;
    margin: -30px -20px 20px -20px;
}

.zp-columns-with-lists .wp-block-column.zp-bg-light-green {
	background: #e8efea;
}

.zp-columns-with-lists .wp-block-column.zp-bg-light-green:before {
    background: linear-gradient(76.04deg, #619B28 0%, #0F7D64 39.900000000000006%, #3462AE 100%);
}

.wp-block-columns.zp-columns-with-lists:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
    margin-left: var(--wp--style--block-gap,1em);
}

.zp-media-texts-group .wp-block-media-text {
	background: #f2f2f2;
	margin-bottom: 20px;
	padding: 20px;
}

.zp-media-texts-group .wp-block-media-text .wp-block-media-text__media img {
	width: auto;
}

.zp-media-texts-group .wp-block-media-text .wp-block-media-text__content {
	padding: 0;
}

.zp-media-texts-group .wp-block-media-text .wp-block-media-text__content p:last-child {
	margin: 0
}

.zp-compare-software-grid {
	gap: 1em !important;
}

.zp-compare-software-grid .wp-block-image {
	background: #f2f2f2;
    display: flex;
    flex-direction: column-reverse;
	padding: 20px;
	width: calc(50% - 20px);
}

.zp-compare-software-grid .wp-block-image figcaption {
	font-weight: bold;
}

.zp-roi-results .zp-roi-results-title {
    background: #2d2d2d;
    color: #ffffff;
    padding: 10px;
	text-align: center;
	margin-bottom: 15px;
}

.zp-roi-results .zp-roi-results-cols:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
    margin-left: var(--wp--style--block-gap,1em);
}

.zp-roi-results .zp-roi-results-cols .wp-block-column {
	background: #f2f2f2;
	text-align: center;
	padding: 30px 20px;
}

.zp-roi-results .zp-roi-results-cols .wp-block-column h6 {
	font-weight: bold;
	font-size: 20px;
}

.zp-roi-results .zp-roi-results-cols .wp-block-column p {
	font-weight: bold;
	font-size: 20px;
	margin: 0;
}

.zp-roi-results .zp-roi-results-cols .wp-block-column h5 {
	font-size: 95px;
}

.zp-roi-results .zp-roi-results-cols .wp-block-column:first-child {
	background: #e8efea;
}

.zp-roi-results .zp-roi-results-cols .wp-block-column:before {
	content: '';
    display: block;
    height: 20px;
	margin: -30px -20px 20px -20px;
}

.zp-roi-results .zp-roi-results-cols .wp-block-column:first-child:before {
    background: linear-gradient(76.04deg, #619B28 0%, #0F7D64 39.900000000000006%, #3462AE 100%);
}

.zp-roi-results .zp-roi-results-cols .wp-block-column:first-child h5 {
	font-weight: bold;
}

.zp-ediscovery-fixed-book {
	position: sticky;
    top: 120px;
	z-index: 900;
}

.zp-ediscovery-fixed-book img {
	width: 90%;
}

/* 'Zapproved vs ___________' pages */
.zp-simple-hero {
	padding: 0;
}

.zp-simple-hero h1 {
	font-size: 40px;
	line-height: 55px;
}

.zp-simple-hero h2 {
	line-height: 46px;
	color: #2D2D2D;
	font-weight: normal;
}

.zp-copy h2 {
	font-weight: bold;
}

.zp-comparision-block h3 {
	font-size: 23px;
	line-height: 30px;
}

.zp-comparision-block .wp-block-columns {
	gap: 0;
	margin-bottom: 0;
}

.zp-comparision-block .wp-block-columns:not(.zp-head-cols) .wp-block-column {
	border: 1px solid #D9E1E2;
	background: #ffffff;
	height: auto;
}

.zp-comparision-block .first-line .wp-block-column:first-child {
	position: relative;
}

.zp-comparision-block .first-line .wp-block-column:first-child:before {
	background: transparent linear-gradient(151deg, #F5D80C 0%, var(--unnamed-color-008945) 64%, var(--unnamed-color-3462ae) 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(151deg, #F5D80C 0%, #008945 64%, #3462AE 100%) 0% 0% no-repeat padding-box;
	height: 21px;
	width: 100%;
	display: block;
	content: '';
	position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 3px);
}

.zp-comparision-block .wp-block-columns:not(.zp-head-cols) .wp-block-column {
	padding: 40px 20px;
}

.zp-comparision-block .wp-block-columns:not(.zp-head-cols) .wp-block-column h3 {
	margin: 0;
}

.zp-comparision-block .wp-block-columns:not(.zp-head-cols) .wp-block-column:first-child {
	background: #E8EFEA;
}

.zp-comparision-block .wp-block-columns:not(.zp-head-cols) .wp-block-column.is-vertically-aligned-center {
    align-self: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zp-comparision-block .wp-block-columns:not(.zp-head-cols) .wp-block-column:last-child {
	background: #F2F2F2;
}

.zp-comparision-block .wp-block-columns:not(.zp-head-cols) .wp-block-column ol,
.zp-comparision-block .wp-block-columns:not(.zp-head-cols) .wp-block-column ul {
    padding-left: 20px;
}

.zp-comparision-block.tight .wp-block-columns:not(.zp-head-cols) .wp-block-column p:last-child,
.zp-comparision-block.tight .wp-block-columns:not(.zp-head-cols) .wp-block-column ol:last-child,
.zp-comparision-block.tight .wp-block-columns:not(.zp-head-cols) .wp-block-column ul:last-child {
	margin-bottom: 0;
}

@media  (max-width: 981px) {
	body .zp-comparision-block .wp-block-columns .wp-block-column {
		flex-basis: 33% !important;
		margin-left: 0 !important;
	}	
}

.zp-stats-v-data {
	gap: 15px !important;
	margin-bottom: 15px !important;
}

.zp-stats-v-data .wp-block-column {
	background: #E8EFEA;
	padding: 38px 22px;
}

.zp-stats-v-data .wp-block-column .wp-block-image {
	margin-bottom: 21px;
}

.zp-stats-v-data .wp-block-column .has-medium-font-size,
.zp-stats-v-data .wp-block-column h5 {
	font-size: 36px !important;
	line-height: 49px;
	margin: 0;
}

.zp-stats-v-data .wp-block-column p {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
}

.zp-stats-v-data .wp-block-column.col-1 .wp-block-image {
	margin-top: 12px;
}

.zp-stats-v-data .wp-block-column.col-1 p {
	padding: 0 30px;
}

.zp-stats-h-data {
	gap: 15px  !important;
	margin-bottom: 15px !important;
}

.zp-stats-h-data .wp-block-column {
	background: #E8EFEA;
	padding: 43px 19px;
	display: flex;
	align-items: center;
	gap: 15px;
}

.zp-stats-h-data .wp-block-column .has-medium-font-size,
.zp-stats-h-data .wp-block-column h5 {
	font-size: 36px !important;
	line-height: 49px;
	margin: 0;
	font-weight: bold;
	white-space: nowrap;
}

.zp-stats-h-data .wp-block-column p {
	font-size: 22px;
	line-height: 30px;
	margin: 0;
}

.zp-stats-h-data .wp-block-column .wp-block-image {
	margin: 0;
	min-width: 75px
}

.zp-simple-stats {
	gap: 0 !important;
	margin: 0 !important;
	text-align: center;
}

.zp-simple-stats .wp-block-column {
	background: #F2F2F2;
	padding: 32px 45px 22px;
	color: #2D2D2DB3;
}

.zp-copy.mw-1000 .zp-simple-stats .wp-block-column {
	padding: 32px 25px 22px;
}

.zp-simple-stats .wp-block-column:first-child {
	background: #E8EFEA;
	position: relative;
	color: #2D2D2D;
}

.zp-simple-stats .wp-block-column:first-child:before {
	background: transparent linear-gradient(134deg, #F5D80C 0%, var(--unnamed-color-008945) 64%, var(--unnamed-color-3462ae) 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(134deg, #F5D80C 0%, #008945 64%, #3462AE 100%) 0% 0% no-repeat padding-box;
	height: 20px;
	width: 100%;
	display: block;
	content: '';
	position: absolute;
    top: 0;
    left: 0;
}

.zp-simple-stats .wp-block-column h4 {
	font-size: 50px;
	line-height: 30px;
	font-weight: bold;
	white-space: nowrap;
}

.zp-simple-stats.tight .wp-block-column h4 {
	margin-top: 20px;
}

.zp-simple-stats .wp-block-column p {
	margin: 0;
}

@media  (max-width: 981px) {
	body .wp-block-columns.zp-simple-stats .wp-block-column {
		flex-basis: 50%!important;
		margin-left: 0 !important;
	}	
}

.zp-footer-cta-green {
	background: #E8EFEA;
	padding: 94px 100px 87px;
	position: relative;
}

.zp-footer-cta-green:before {
	background: transparent linear-gradient(119deg, #F5D80C 0%, var(--unnamed-color-008945) 64%, var(--unnamed-color-3462ae) 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(119deg, #F5D80C 0%, #008945 64%, #3462AE 100%) 0% 0% no-repeat padding-box;
	height: 20px;
	width: 100%;
	display: block;
	content: '';
	position: absolute;
    top: 0;
    left: 0;
}

.zp-h2 {
	font-size: 34px;
	line-height: 55px;
}


/* 'Endiscovery software pricing' page */
.zp-simple-bg-hero {
	padding: 0;
}
.zp-simple-bg-hero h1 {
	font-size: 40px;
	line-height: 55px;
}
.zp-simple-bg-hero h2 {
	font-size: 30px;
	line-height: 46px;
	font-weight: normal;
}


.zp-zdiscovery-compare {
	gap: 52px !important;
}
.zp-zdiscovery-compare > .wp-block-column {
	display: flex;
    flex-direction: column;
}
.zp-zdiscovery-compare .zp-compare-notes {
	text-align: center;
	padding: 17px 20px 24px;
	margin: 0;
}
.zp-zdiscovery-compare > .wp-block-column:first-child .zp-compare-notes {
	max-width: 290px;
    margin: 0 auto;
}
.zp-zdiscovery-compare .zp-compare-card {
    flex-grow: 1;
}
.zp-zdiscovery-compare .zp-compare-card > .wp-block-group__inner-container {
	height: 100%;
    display: flex;
    flex-direction: column;
}
.zp-zdiscovery-compare .zp-compare-card-head {
	border-radius: 15px 15px 0 0;
	padding: 24px 33px;
	background: transparent linear-gradient(127deg, #F5D80C 0%, #008945 50%, #3462AE 100%) 0% 0% no-repeat padding-box;
	color: #ffffff;
	min-height: 109px;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
}
.zp-zdiscovery-compare > .wp-block-column:first-child .zp-compare-card-head {
	background: #603393;
}
.zp-zdiscovery-compare .zp-compare-card-head p {
	margin: 0;
	padding: 0;
	max-width: 385px;
	margin: 0 auto;
}
.zp-zdiscovery-compare > .wp-block-column:first-child .zp-compare-card-head p {
	max-width: 200px;
}
.zp-zdiscovery-compare .zp-compare-card-body {
	flex-grow: 1;
	border-radius: 0 0 15px 15px;
	background: #E8EFEA;
	padding: 24px 42px 24px 42px;
}
.zp-zdiscovery-compare > .wp-block-column:first-child .zp-compare-card-body {
	background: #F2F2F2;
}
.zp-zdiscovery-compare .zp-compare-card-body h5 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #cccccc;
	padding: 15px 0 25px;
	margin: 0;
	margin-top: 5px;
}
.zp-zdiscovery-compare .zp-compare-card-body h6 {
	font-size: 18px;
	padding: 15px 0;
	font-weight: bold;
}
.zp-zdiscovery-compare .zp-compare-card-body .zp-compare-icons {
	gap: 15px !important;
	justify-content: center;
	flex-wrap: wrap !important;
}
.zp-zdiscovery-compare > .wp-block-column:first-child .zp-compare-card-body .zp-compare-icons {
	gap: 15px 30px !important;
}
.zp-zdiscovery-compare .zp-compare-card-body .zp-compare-icons > .wp-block-column {
	flex: inherit !important;
		text-align: center;
}
.zp-zdiscovery-compare .zp-compare-card-body .zp-compare-icons > .wp-block-column .wp-block-image {
	margin: 0;
}
.zp-zdiscovery-compare .zp-compare-card-body .zp-compare-icons > .wp-block-column img {
    height: 60px;
    width: auto;
}
.zp-zdiscovery-compare .zp-compare-card-body .zp-compare-icons > .wp-block-column figcaption {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.zp-zdiscovery-compare .zp-compare-card-body ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.zp-zdiscovery-compare .zp-compare-card-body ul li {
    background-image: url('../../uploads/2022/09/icons-pricing_pricing-icon-checkmark.png');
	background-repeat: no-repeat;
	background-position: left 6px;
    height: auto;
    padding-bottom: 20px;
    padding-left: 32px;
}
.zp-zdiscovery-compare .zp-compare-card-body ul li.add-on {
	background-image: url('../../uploads/2022/09/icons-pricing_pricing-icon-plus.png');
}
.zp-zdiscovery-compare .zp-compare-card-body ul ::marker {
	content: '';
}
.zp-zdiscovery-compare .zp-compare-card-body h5:first-child {
	padding-top: 0;
	border-top: 0;
	margin-top: 0;
}


.zp-columns-with-stats {
	gap: 26px !important;
}
.zp-columns-with-stats .wp-block-column {
	background: #e8efea;
	color: #2D2D2D;
	padding: 19px 10px;
	text-align: center;
}
.zp-columns-with-stats .wp-block-column:before {
    content: '';
    display: block;
    height: 20px;
    margin: -30px -20px 20px -20px;
}
.zp-columns-with-stats .wp-block-column h5 {
	font-size: 50px;
	margin: 0;
}
.zp-columns-with-stats .wp-block-column p {
	font-size: 18px;
	margin: 0;
}
.zp-columns-with-stats .wp-block-column p.with-gap {
	padding: 0 15px;
}


.zp-faq-copy p {
	margin: 0;
	padding: 7px 0;
}
.zp-faq-copy p:first-child {
	padding-top: 0;
}

/* Login */
.zp-login-welcome {
	margin-top: 40px;
}

.zp-login-welcome h4 {
	font-size: 24px;
	padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
	font-weight: bold;
}

.zp-login-p {
    font-size: 18px;
}

.zp-login-notes {
	font-size: 14px;
    margin-top: 20px;
}

/* Costs of Ediscovery */
.zp-ediscovery-costs-hero {
	background: url('../../uploads/2022/12/2211-EdiscoveryCosts-QRG-ControllingEdiscoveryCosts.png') no-repeat center;
	background-size: cover;
	padding: 49px 0 55px;
}

.zp-ediscovery-costs-hero .zp-hero-header {
	color: #ffffff;
	max-width: 800px;
	padding-bottom: 16px;
}

.zp-ediscovery-costs-hero .h1 {
	font-size: 45px;
    line-height: 55px;
	margin-bottom: 9px;
}

.zp-ediscovery-costs-hero .h3 {
	font-size: 24px;
    line-height: 30px;
	margin-bottom: 9px;
}

.site-container .zp-ediscovery-costs-hero .wp-block-column {
	margin-left: 0 !important
}

.zp-ediscovery-costs-hero .zp-ediscovery-properties {
	gap: 9px;
	flex-direction: column;
}

.zp-ediscovery-costs-hero .zp-ediscovery-properties .wp-block-column {
	background: #F2F2F2;
	padding: 28px 15px 23px 12px;
	text-align: center;
}


.zp-ediscovery-costs-hero .zp-ediscovery-properties .wp-block-column .wp-block-image {
	margin-bottom: 23px;
}

.zp-ediscovery-costs-hero .zp-ediscovery-properties .wp-block-column p {
	font-size: 18px;
    line-height: 30px;
	margin-bottom: 0;
	text-align: center;
	color: #2D2D2D;
}

.zp-ediscovery-costs-hero .zp-ediscovery-properties .wp-block-column p strong {
    font-size: 21px;
    line-height: 32px;
}

.zp-ediscovery-costs-content {
	padding-top: 0;
	padding-bottom: 32px;
}

.zp-ediscovery-costs-side-col {
	display: none;
}

.zp-ediscovery-side-sticky-block {
	position: sticky;
    top: 120px;
	z-index: 900;
	background: #F2F2F2;
	padding: 18px 20px 17px 21px;
	width: 246px
}

.zp-ediscovery-side-sticky-block .h5 {
	color: #2D2D2D;
	font-size: 17px;
    line-height: 23px;
	margin-top: 5px;
}

.zp-ediscovery-side-sticky-block a {
	margin-top: 18px;
	font-size: 15px;
    line-height: 20px;
	display: block;
}

.zp-ediscovery-side-sticky-block a:first-child {
	margin-top: 0;
}

.zp-ediscovery-costs-main-col.wp-block-column {
	flex-basis: 100% !important;
}

.site-container .zp-ediscovery-costs-main-col.wp-block-column {
    margin-left: 0 !important;
}

.zp-ediscovery-costs-main-col .h2 {
	font-size: 35px;
	line-height: 47px;
	margin-bottom: 29px;
}

.zp-ediscovery-costs-main-col .h3 {
	font-size: 30px;
	line-height: 41px;
}

.zp-ediscovery-costs-main-col p {
    margin: 0 0 12px;
}

.zp-ediscovery-costs-main-col ul li {
    margin: 0 0 12px;
}

.zp-ediscovery-what-are-the-costs {
	background: #F2F2F2;
	padding: 23px 30px 20px 24px;
}

.zp-ediscovery-what-are-the-costs h3 {
	font-size: 20px;
    line-height: 30px;
}

.zp-ediscovery-what-are-the-costs.wp-block-columns {
	gap: 15px;
}

.zp-ediscovery-what-are-the-costs.wp-block-columns .wp-block-column:first-child {
	flex: 0 1 80px !important;
}

.zp-ediscovery-what-are-the-costs.wp-block-columns .wp-block-column {
	flex:1 !important;
}

.zp-ediscovery-stats .wp-block-column {
	background: #f2f2f2;
	padding: 31px 12px;
}


.site-container .zp-ediscovery-stats .wp-block-column {
	margin-left: 0 !important;
}

.zp-ediscovery-stats .wp-block-column:before {
	display: none;
}

.zp-ediscovery-questions {
	background: #f2f2f2;
	padding: 27px 35px 13px 30px;
	margin-bottom: 32px;
}

.zp-ediscovery-questions .h5 {
	font-size: 23px;
	line-height: 35px;
}

.zp-ediscovery-questions .wp-block-columns {
	gap: 15px;
	margin-bottom: 0;
	margin-top: 10px;
}

.zp-ediscovery-questions .wp-block-columns .wp-block-column h3 {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 30px;
}

.zp-ediscovery-questions .wp-block-columns .wp-block-column:first-child {
	margin-top: 0;
	flex: 0 1 75px !important;
}

.zp-ediscovery-questions .wp-block-columns .wp-block-column {
	flex:1 !important;
}

.zp-ediscovery-questions .wp-block-columns .wp-block-column ul {
	margin: 0;
}

.zp-ediscovery-costs-quick-references {
	background: url('../../uploads/2022/12/2211-EdiscoveryCosts-QRG-ControllingEdiscoveryCosts.png') no-repeat center;
	background-size: cover;
	padding: 46px 44px;
}

.zp-ediscovery-costs-quick-references h3 {
	font-size: 35px;
    line-height: 47px;
	margin-bottom: 9px;
}

.site-container .zp-ediscovery-costs-quick-references .wp-block-column {
    margin-left: 0 !important;
}

.zp-ediscovery-costs-quick-references .zp-ediscovery-properties.wp-block-columns {
	gap: 9px;
	margin-top: 38px;
	margin-bottom: 0;
	flex-direction: column;
}

.zp-ediscovery-costs-quick-references .zp-ediscovery-properties .wp-block-column {
	background: #F2F2F2;
	padding: 18px 11px;
	text-align: center;
}

.zp-ediscovery-costs-quick-references .zp-ediscovery-properties .wp-block-column .wp-block-image {
	margin-bottom: 22px;
}

.zp-ediscovery-costs-quick-references .zp-ediscovery-properties .wp-block-column p {
	font-size: 23px;
    line-height: 30px;
	margin-bottom: 0;
	text-align: center;
	color: #2D2D2D;
}


.zp-ediscovery-costs-quick-references-details {
	background: #f2f2f2;
	padding: 59px 25px 20px 30px;
	margin-bottom: 32px;
}

.zp-ediscovery-costs-quick-references-details p {
    margin: 0 0 12px;
}

.zp-ediscovery-costs-quick-references-details .wp-block-columns {
	gap: 28px;
	margin-bottom: 0;
	margin-top: 10px;
}

.zp-ediscovery-costs-quick-references-details .wp-block-column {
    margin-left: 0 !important;
}

.zp-ediscovery-costs-quick-references-details .wp-block-columns .wp-block-column h3 {
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 41px;
}

.zp-ediscovery-costs-quick-references-details .wp-block-columns .wp-block-column:first-child {
	margin-top: 0;
	flex: 0 1 80px !important;
}

.zp-ediscovery-costs-quick-references-details .wp-block-columns .wp-block-column {
	flex:1 !important;
}

.zp-ediscovery-costs-quick-references-details .wp-block-columns .wp-block-column ul {
	margin: 0;
}

.zp-ediscovery-costs-quick-references-details .wp-block-columns .wp-block-column ul li {
    margin-bottom: 12px;
}


.zp-money-saving-tips {
	padding-top: 0;
	padding-bottom: 0;
}

.zp-money-saving-tips h2 {
	font-size: 35px;
	line-height: 47px;
}

.zp-money-saving-tips .wp-block-columns  {
	gap: 20px;
	margin-bottom: 15px;
}


.zp-money-saving-tips .zp-columns-with-stats.wp-block-columns .wp-block-column {
	background: #f2f2f2;
}

.zp-money-saving-tips .zp-columns-with-stats.wp-block-columns .wp-block-column:before {
	display: none;
}

.zp-money-saving-tips .zp-columns-with-stats.wp-block-columns .wp-block-column h5 {
	font-size: 95px;
	line-height: 130px;
	color: #008945;
	white-space: nowrap;
}

.zp-money-saving-tips .zp-columns-with-stats.wp-block-columns>.wp-block-column {
	padding: 18px 15px 18px 6px;
	margin-left: 0 !important;
}

.zp-money-saving-tips .zp-columns-with-stats.wp-block-columns>.wp-block-column p {
	text-align: left;
}

.zp-money-saving-tips .zp-columns-with-stats.wp-block-columns>.wp-block-column .wp-block-columns {
	/*gap: 8px;*/
	gap: 15px;
	max-width: 800px;
    margin: 0 auto;
}

.zp-money-saving-tips .zp-columns-with-stats.wp-block-columns>.wp-block-column .wp-block-columns .wp-block-column {
	padding: 0;
}

.zp-money-saving-tips .zp-columns-with-stats.wp-block-columns>.wp-block-column .wp-block-group,
.zp-money-saving-tips .zp-columns-with-stats.wp-block-columns>.wp-block-column .wp-block-group__inner-container,
.zp-money-saving-tips .zp-columns-with-stats.wp-block-columns>.wp-block-column .wp-block-columns {
	height: 100%;
}

/*@media (min-width: 600px) {
	.site-container .zp-ediscovery-costs-quick-references .wp-block-column {
		margin-right: 0 ;
		margin-left: 0 ;
	}
	
	.site-container .zp-ediscovery-costs-main-col.wp-block-column {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}*/

@media (min-width: 960px){
	.zp-ediscovery-costs-hero .zp-ediscovery-properties {
		flex-direction: row;
	}
	
	.zp-ediscovery-costs-side-col {
		display: block;
	}
	
	.zp-ediscovery-costs-main-col.wp-block-column {
		flex-basis: calc(100% - 246px) !important;
	}
	
	.zp-ediscovery-costs-side-col.wp-block-column {
		flex-basis: 246px !important;
	}
	
	.zp-ediscovery-costs-quick-references .zp-ediscovery-properties.wp-block-columns {
		flex-direction: row;
	}
	
	.zp-ediscovery-costs-quick-references-details {
		padding-left: 67px;
	}
	
	.zp-ediscovery-costs-content,
	.zp-money-saving-tips {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 1200px){
	.zp-ediscovery-costs-main-col.wp-block-column {
		flex-basis: 100%  !important;
	}
}