/* CSS Document */

/*
	Theme Name: Enterprise Pro Theme
	Theme URI: http://my.studiopress.com/themes/enterprise/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.1.1

	Tags: black, blue, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Modals
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Enterprise Pro Black
		- Enterprise Pro Green
		- Enterprise Pro Orange
		- Enterprise Pro Red
		- Enterprise Pro Teal
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: "Icon";
	src: url("fonts/Icon.eot");
	src: url("fonts/Icon.eot?#iefix") format("embedded-opentype"),
		url("fonts/Icon.woff") format("woff"),
		url("fonts/Icon.ttf") format("truetype"),
		url("fonts/Icon.svg#Icon") format("svg");
	font-weight: normal;
	font-style: normal;
}

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

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
a {
	background: transparent;
}
a:focus {
	outline: thin dotted;
}
a:active,
a:hover {
	outline: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark {
	background: #ff0;
	color: #000;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: normal;
}
q {
	quotes: "\201C""\201D""\2018""\2019";
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button,
input {
	line-height: normal;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 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,
.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,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

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

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

@font-face {
	font-family: Quicksand Pro Regular;
	src: url("fonts/QuicksandPro-Regular.woff");
}

@font-face {
	font-family: Quicksand Pro Regular Italic;
	src: url("fonts/QuicksandPro-RegularItalic.woff");
}

@font-face {
	font-family: Quicksand Pro Light;
	src: url("fonts/QuicksandPro-Light.woff");
}

@font-face {
	font-family: Quicksand Pro Light Italic;
	src: url("fonts/QuicksandPro-LightItalic.woff");
}

@font-face {
	font-family: Quicksand Pro Bold;
	src: url("fonts/QuicksandPro-Bold.woff");
}

@font-face {
	font-family: Quicksand Pro Bold Italic;
	src: url("fonts/QuicksandPro-BoldItalic.woff");
}

body {
	background-color: #fff;
	color: #4d4d4d;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 1.625;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lead {
	font-size: 20px;
	margin-bottom: 20px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
	line-height: auto !important;
}
.btn {
	font-weight: bold !important;
}

a.btn-warning,
a.btn-primary,
a.btn-info {
	color: #fff !important;
}

a.btn-default {
	color: #4d4d4d !important;
}

a.btn:hover {
	text-decoration: none !important;
}

.dropdown-open .entry-content ul {
	margin: 0;
}

.dropdown-menu > li {
	list-style-type: none !important;
}

ul.dropdown-menu {
	margin-left: 0 !important;
}

::-moz-selection {
	background-color: #f1ddbe;
}

::selection {
	background-color: #f1ddbe;
}

a {
	color: #31b2ed;
	text-decoration: none;
}

a:hover {
	color: #333;
}

a.fl-button > br:first-child {
	display: none;
}

.fl-photo-caption {
	font-family: Open Sans;
}

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

strong {
	font-weight: 700;
}

ol,
ul {
	margin-bottom: 0 !important;
	padding: 0;
}

div.entry-content ul {
	padding-bottom: 35px;
}

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: none !important;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

.post .entry-content p {
	font-size: 16px;
}

#featured-post-8 p {
	font-size: 14px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4d4d4d;
	font-family: "Open Sans", sans-serif;
	line-height: 1.2;
	margin: 0 0 10px;
	font-weight: 700 !important;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.post h2 {
	font-size: 22px;
}
.post h3 {
	font-size: 19px;
}
.post h4 {
	font-size: 16px;
}
.post h5 {
	font-size: 13px;
}

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

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

img {
	height: auto;
}

img.attachment-post-image {
	border: 1px solid #ececec;
	margin-bottom: 26px;
}

img.post-image {
	margin-bottom: 40px;
	border: 10px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}

/*.featured-content img,
.gallery img {
	 width: auto; 
}*/

.home-product .featured-content img,
.home-blog .featured-content img {
	opacity: 1;
	-webkit-transition: opacity 0.1s ease-in-out;
	-moz-transition: opacity 0.1s ease-in-out;
	-ms-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform: rotate(0);
}

.home-product .featured-content img:hover,
.home-blog .featured-content img:hover {
	opacity: 0.5;
}

a img {
	opacity: 1;
	-webkit-transition: opacity 0.1s ease-in-out;
	-moz-transition: opacity 0.1s ease-in-out;
	-ms-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform: rotate(0);
}

a img:hover {
	opacity: 0.5;
}

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

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	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 .gallery-item img {
	border: none;
	height: auto;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.06);
	color: #4d4d4d;
	font-size: 16px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input,
select,
textarea,
.footer-widgets {
	font-size: 13px;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(213, 126, 0, 0.37);
	outline: none;
}

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

::-moz-placeholder {
	color: #aaa !important;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #aaa !important;
	font-weight: 400;
	opacity: 1;
}

/*
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.home-top .more-link {
	background-color: #31b2ed;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	padding: 16px 24px;
	width: auto;
}


button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.home-top .more-link {
	background-color: #31b2ed;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	padding: 16px 24px;
	width: auto;
}
*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.footer-widgets {
	font-size: 13px;
}

/*
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.home-top .more-link:hover {
	background-color: #F57E25;
	color: #fff;
	box-shadow: inset 0 -10px 20px rgba(0,0,0,0.07);
}
*/

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

.button {
	display: inline-block;
}

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

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

.pricing-page {
	vertical-align: middle !important;
	border-top: none !important;
}

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

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.enterprise-pro-landing .wrap {
	max-width: 800px;
}

.site-inner {
	background-color: #f5f5f5;
	border-top: 1px solid #e2e2e2;
	clear: both;
	padding-top: 40px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

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

/* Content */

.content {
	float: right;
	width: 840px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 260px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

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

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.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: 35px 0 35px 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: 35px 0 35px 0;
}

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

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

.avatar {
	float: left;
}

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

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

.comment .avatar {
	margin: 0 16px 24px 0;
}

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

.breadcrumb {
	margin-bottom: 20px;
	font-size: 12px;
}

.archive-description,
.author-box {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	margin-bottom: 4px;
}

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

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

.search-form {
}

.site-header .search-form {
	float: right;
	margin-top: 8px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

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

.widget_search input[type="search"] {
	width: 78% !important;
	padding: 9px !important;
	margin: 0 !important;
	font-size: 12px;
}

.widget_search input[type="search"]:focus {
	border-color: #a998c3;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(169, 152, 195, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(169, 152, 195, 0.6);
}
.widget_search input[type="submit"] {
	clip: rect(0, 0, 0, 0);
	padding: 8px 5px !important;
	text-align: center;
	margin: 0 !important;
	background-color: #eee;
	background-image: -webkit-linear-gradient(#fcfcfc, #eee);
	background-image: linear-gradient(#fcfcfc, #eee);
	border: 1px solid #d5d5d5;
	font-weight: bold;
	width: auto !important;
	float: right !important;
	overflow: hidden !important;
	clear: both !important;
	font-size: 12px;
	position: relative;
	height: auto;
	width: 20% !important;
}

.widget_search input[type="submit"]:hover {
	background-color: #ddd;
	background-image: -webkit-linear-gradient(#eee, #ddd);
	background-image: linear-gradient(#eee, #ddd);
	border-color: #ccc;
}
.widget_search input[type="submit"]:active {
	background-color: #dcdcdc;
	background-image: none;
	border-color: #b5b5b5;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}

section.widget_search {
	padding: 40px 20px !important;
}

.search-form input[type="submit"] {
	content: "\f179";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 19px/1 "dashicons";
	vertical-align: middle;
}

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

/* Relocating Entry Title below Header
--------------------------------------------- */

.entry-header-wrapper {
	padding: 30px 0;
	background: #e7e8ea !important;
}

.entry-header-wrapper .entry-title {
	margin-bottom: 0;
}

.entry-header-wrapper h1 {
	color: #969696;
}

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 32px;
	margin: 0;
	font-family: Open Sans;
}

.entry-title a {
	font-family: Open Sans;
}

.sidebar .widget-title {
	border-bottom: 1px solid #ececec;
}
/*
.entry-title a,
.sidebar .widget-title a {
	color: #333;
}
*/
.entry-title a:hover {
	color: #31b2ed;
}

.widget-title,
.footer-widgets .featured-content .widget-title {
	font-size: 15px;
	margin: 0 0 20px;
	padding: 0;
}


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

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

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

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

a.alignnone {
	display: inline-block;
}

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

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

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

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

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

.wp-caption-text {
	font-size: 13px;
	color: #828080;
	font-weight: 400;
	text-align: left;
}

.featured-image-caption-text {
	font-size: 13px;
	color: #828080;
	margin: -20px 0 26px 0;
}

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

.gallery-caption {
	margin: 0 0 10px;
}

/* body.page-id-28028 div#ocvb-container {
	display: none;
}*/

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

.widget {
	word-break: keep-all;
	margin-bottom: 40px;
}

.widget li {
	border-bottom: 1px solid #ececec;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.widget li li {
	border: none;
	margin: 10px 0 0 5px;
	padding: 0;
	font-size: 12px;
}

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

.widget_calendar table {
	width: 100%;
}

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

.sidebar .widget .entry-title a {
	font-size: 14px;
	font-weight: 400;
	color: #9a9a9a !important;
}

.sidebar .widget.subscribe_callout {
	background: #503376;
	border: none;
	color: #fff;
	padding: 0;
}

.page-id-28028 .pm-scallout {
	background: #503376;
	border: none;
	color: #fff;
	padding: 0;
}

.pm-scallout--title {
	background: #7e42a2 url("images/mapwidgetbg.jpg") no-repeat center center;
	background-size: cover;
	font-size: 21px;
	font-weight: 700;
	padding: 20px;
}

.pm-scallout--text {
	padding: 20px;
	font-size: 14px;
}

div.pm-scallout p   {
	margin-bottom: 5px;
}

.enterprise-pro-orange .pm-scallout--text a,
.pm-scallout--text a {
	color: #f57e25;
	text-decoration: underline;
}

.post-28028 .fl-post-grid-post  {
	padding: 0; 
	border: none;
	box-shadow: none;
}

.post-28028 .fl-post-grid-post img  {
	padding-bottom: 15px; 
}

.enterprise-pro-orange .pm-scallout--text a:hover,
.pm-scallout--text a:hover {
	color: #dd640a;
}

.enterprise-pro-orange .pm-scallout--text a.btn,
.pm-scallout--text a.btn {
	background-color: #f57e25;
	border-radius: 2px;
	border: none;
	color: #fff;
	margin-top: 7px;
	margin-bottom: 7px;
	text-decoration: none;
}

.pm-scallout--text a.btn:hover {
	background-color: #dd640a;
}

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

.after-entry .widget.featured-content,
.featured-content,
.home-product .widget.featured-content,
.sidebar .widget.featured-content {
	border-bottom-width: 0;
	padding: 0;
}

.after-entry .featured-content .widget-title,
.featured-content .widget-title {
	margin: 0;
	padding: 30px 40px;
}

.featured-content .entry {
	background: none;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.featured-content .entry-header {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 30px 40px;
}

.featured-content .entry-title {
	font-size: 20px;
	margin: 0;
}

.featured-content .entry-content {
	padding: 40px;
}

.featured-content .alignnone {
	background: #f8f8f8;
	margin-bottom: 0;
	border: 1px solid #e5e5e5;
}

.featured-content .more-link {
	padding: 2px 4px;
	background-color: #9979da;
	border-radius: 27px;
	color: #fff;
	font-size: 10px;
}

.featured-content .more-link:hover {
	background-color: #615589;
	text-decoration: none;
}

.featured-content .more-from-category,
.featured-content ul {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 40px;
}

.footer-widgets .featured-content .alignnone {
	margin-bottom: 24px;
}

.footer-widgets .featured-content .entry {
	background: none;
	border: none;
	margin-bottom: 10px;
}

.footer-widgets .featured-content .entry-header,
.footer-widgets .featured-content .more-from-category,
.footer-widgets .featured-content ul {
	border: none;
	padding: 0 0 10px;
}

.footer-widgets .featured-content .entry-content {
	padding: 0;
}

.footer-widgets .featured-content .entry-title {
	font-weight: 400 !important;
	line-height: 0.8em;
}

#featured-post-8 .entry {
	display: inline-block;
	width: 33.3333333333333333333333%;
	vertical-align: top;
	padding: 40px;
	overflow: hidden;
	height: 570px;
	border-right: 1px solid #ececec;
}

#featured-post-8 .entry-header {
	border-bottom: none;
	margin: 0;
	padding: 30px 0px 10px;
}

#featured-post-8 .entry-content {
	padding: 10px 0 40px;
}

#featured-post-8 .featured-content {
	border-bottom: none;
}

#featured-post-8 .entry {
	border-bottom: none;
}
/*
.post-16709, .post-17650, .post-17392, .post-16533, .post-18824  {
padding: 20px !important;
background: rgb(247, 236, 220) !important;
border: 1px solid #F5DAB3 !important;
border-radius: 3px !important;
}

.post-16709 .entry-header, .post-17650 .entry-header, .post-17392 .entry-header, .post-16533 .entry-header, .post-18824 .entry-header {
	padding: 0;
	margin: 0;
	border: 0;
	
}

.post-16709 .entry-title, .post-16709 .entry-header, .post-17650 .entry-title, .post-17650 .entry-header, .post-17392 .entry-title, .post-17392 .entry-header, .post-16533 .entry-header, .post-18824 .entry-header {
	display: none;
}
*/

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

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-top .genesis_responsive_slider {
	margin: 0;
}

.site-container #genesis-responsive-slider {
	border-width: 0;
	padding: 0;
}

.site-container #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
}

.site-container #genesis-responsive-slider .more-link {
	float: none;
	text-align: center;
}

.site-container #genesis-responsive-slider li {
	border-width: 0;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

.category-careers .jp-relatedposts,
.category-upcoming-mapchats-webinar .jp-relatedposts,
.category-past-mapchats-webinars .jp-relatedposts {
	display: none !important;
}

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

.site-header {
	background-color: #4f3177;
	/*min-height: 150px;*/
}

.site-header .wrap {
	padding: 0 0 7px;
}

.site-title a {
	width: 171px;
	background: url(/wp-content/uploads/2020/02/PolicyMap-Logo-DigDeeper-White.svg) no-repeat !important;
}

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

.title-area {
	float: left;
	padding: 15px 0 5px;
	width: 171px;
}

.header-full-width .title-area {
	/*width: 100%;*/
}

.header-image .site-title > a {
	background-position: top !important;
	float: left;
	min-height: 33px;
	width: 100%;
}

.site-description {
	color: #aaa;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.5;
	text-transform: uppercase;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 720px;
	position: relative;
}

.site-header .widget-area .widget {
	margin-bottom: 0;
}

.site-header .genesis-nav-menu li {
	border: none;
	margin: 0;
	padding: 0;
}

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

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu a {
	color: #333;
}

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

.genesis-nav-menu a {
	display: block;
	padding: 0 15px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #31b2ed;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #f57e25;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 200px;
	z-index: 99;
	margin-top: -1px !important;
	border-bottom: 1px solid #cfcfcf;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.genesis-nav-menu .sub-menu a {
	background-color: #f8f8f8;
	border: 1px solid #ececec;
	color: #333;
	font-weight: 400;
	border-top: none;
	font-size: 12px;
	padding: 16px 18px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -52px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

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

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 20px 24px;
}

.genesis-nav-menu > .search {
	padding: 8px 0 0;
}

.genesis-nav-menu > .search input {
	font-size: 12px;
	padding: 12px 20px;
}

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

.site-header .widget_nav_menu {
	color: #333;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #ffffff;
	border-bottom: 1px solid #cfcfcf;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	height: 58px;
}

.nav-primary a {
	color: #7c7c7c;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
}

.nav-primary,
.nav-primary a {
	line-height: 58px;
}

.nav-primary .sub-menu a {
	background-color: #ffffff;
	border-color: #ececec;
	line-height: 1.625;
	text-transform: none;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.nav-secondary .genesis-nav-menu a {
	padding: 0 15px;
}

.site-footer .nav-secondary .genesis-nav-menu a {
	color: #aaa;
}

.nav-secondary .genesis-nav-menu a:hover {
	color: #31b2ed;
}

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

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 20px/1 "dashicons";
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}

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

/* Home Page
--------------------------------------------- */

.homepage-entry-header .entry-header-wrapper {
	display: none;
}

.home-top .widget:first-child h4 {
	padding-top: 20px;
}

.home-top .entry {
	background: none;
}

.home-top .featured-content a.alignleft,
.home-top .featured-content a.alignnone,
.home-top .featured-content a.alignright {
	margin-bottom: 0;
}

.home-top a.alignleft,
.home-top a.alignright {
	width: 66%;
}

.home-top .featured-content,
.home-top .featured-content .entry {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.home-top .featured-content .entry-header {
	border: none;
	/*padding: 10% 40px 0;*/
}

.home-top .featured-content .entry-title {
	font-size: 30px;
}

.home-top .featured-content .entry-content {
	padding: 0 40px;
}

.home-top .more-link {
	display: table;
	text-align: center;
}

.home-top {
	background: #333
		url("https://www.policymap.com/wp-content/uploads/2020/03/Tapestry-3.12.png");
	padding: 40px 0;
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.43);
	background-size: cover;
}

.home-top-left .widget {
	border-radius: 3px;
	margin-top: 0px;
}

.home-top-left {
	clear: left;
	float: left;
	width: 710px;
	margin: 0px;
}

.home-top-left-title {
	display: block;
}

.home-top-right {
	float: right;
	width: 320px;
	margin-top: 100px;
}

.home-top-right .widget {
	margin-bottom: 0;
}

.homepage-form-button-subtext {
	position: relative;
	font-size: 12px;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	color: #fff;
	opacity: 0.8;
}

.homepage-form-button-subtext:before,
.homepage-form-button-subtext:after {
	position: absolute;
	top: 50%;
	overflow: hidden;
	width: 20%;
	height: 1px;
	content: "\a0";
	background-color: #fff;
}
.homepage-form-button-subtext:before {
	margin-left: -22%;
	text-align: center;
}
.homepage-form-button-subtext:after {
	margin-left: 2%;
	text-align: center;
}
.home-top-left .widget-title {
	border-bottom: 1px solid #ececec;
	margin-bottom: 20px;
	font-size: 61px;
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
	padding-bottom: 20px;
}

.home-top-left .textwidget {
	color: #fff;
	padding: 20px 0 20px;
	line-height: 1.4em;
	font-size: 19px;
	font-weight: 400;
	text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}

.home-customer .widget,
.home-introduction-data-left,
.home-introduction-data-right,
.home-features .widget,
.home-blog .widget,
.home-news-support .widget {
	border: 1px solid #ececec;
}

.home-news-support .textwidget {
	height: 250px;
	padding: 0 20px;
}

.home-customer .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-top: 0px;
	overflow: hidden;
}

.home-customer {
	clear: left;
	width: 1140px;
}

.home-customer .widget-title {
	border-bottom: 1px solid #ececec;
	font-size: 20px;
	margin: 0;
	padding: 30px 40px;
}

.home-customer .textwidget {
	padding: 40px;
	font-size: 20px;
	font-weight: 400;
}

.home-customer-row {
	display: inline;
}

.home-customer-img {
	width: 14.2%;
}

.home-dig-deeper img {
	width: 347px;
	}

.home-announcement .widget {
	background-color: rgb(247, 236, 220);
	border-radius: 3px;
	margin-top: 0px;
	overflow: hidden;
	border: 1px solid #f5dab3;
}

.home-announcement {
	clear: left;
	width: 1140px;
}

.home-announcement .widget-title {
	border-bottom: 1px solid #ececec;
	font-size: 20px;
	margin: 0;
	padding: 30px 40px;
}

.home-news-headline {
	text-transform: uppercase; 
	padding-bottom: 15px; 
	font-size: 14px; 
	color: rgb(245, 126, 37); 
	letter-spacing: 1px; 
	text-align: center;
}

.home-news-logo {
	float: left; 
	width: 20%;
}

.home-news-blurb {
	float: right; 
	width: 80%; 
	color: #000;
	font-size: 15px;
	margin-top: 10px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-announcement .textwidget {
	padding: 20px 40px;
	font-size: 16px;
	font-weight: 400;
	color: #f57e25;
	overflow: hidden;
}

.home-features .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-top: 0px;
	overflow: hidden;
}

.home-features {
	clear: left;
	width: 1140px;
}

.home-features .widget-title {
	border-bottom: 1px solid #ececec;
	font-size: 30px;
	font-weight: 300;
	margin: 0;
	padding: 30px 40px;
	text-align: center;
}

.home-features .textwidget {
	padding: 40px;
}

.home-features .textwidget a p {
	font-size: 20px;
	font-weight: 300;
	width: 75%;
}

.home-features-description {
	width: 75%;
	margin: auto;
}

.home-features a:hover img {
	text-decoration: underline;
}

.home-features a:hover h4 {
	text-decoration: underline;
}

.home-newsletter .widget {
	border-radius: 3px;
	overflow: hidden;
    color: #fff;
}

.home-newsletter {
	clear: left;
	width: 100%;
	display: inline-block;
}

 .home-newsletter h4 {
    margin-top: 0;
     padding-top: 0;
}

.home-newsletter-text {
    float: left;
    width: 75%;
    background-image: url('/wp-content/uploads/2020/04/newsletter-tractbg_1.png');
    background-position: center;
    background-repeat: no-repeat; 
    background-size: 100%; 
    padding: 30px 40px;
    height: 115px;
}

.home-newsletter-btn {
    float: right;
    width: 25%;
    text-align: center;
    padding: 30px 40px;
    background-color: #4f3177;
    height: 115px;
}

.home-product .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-top: 0px;
	overflow: hidden;
}

.home-product {
	clear: left;
	width: 100%;
}

.home-product .widget-title {
	border-bottom: 1px solid #ececec;
	font-size: 30px;
	font-weight: 300;
	margin: 0;
	padding: 30px 40px;
	text-align: center;
}

.home-product .textwidget {
	padding: 40px;
}

.home-product .textwidget a p {
	font-size: 20px;
	font-weight: 300;
	width: 75%;
}

.home-product-description {
	width: 75%;
	margin: auto;
}

.home-product a:hover img {
	text-decoration: underline;
}

.home-product a:hover h4 {
	text-decoration: underline;
}

.home-blog .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-top: 0px;
	overflow: hidden;
}

.home-blog {
	clear: left;
	width: 1140px;
}

.home-blog .widget-title {
	border-bottom: 1px solid #ececec;
	font-size: 25px;
	margin: 0;
	padding: 30px 40px;
	text-align: center;
}

.home-blog .textwidget {
	padding: 40px;
	font-size: 20px;
	font-weight: 300;
}

.home-introduction-data-left .widget,
.home-introduction-data-right .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-top: 0px;
	overflow: hidden;
	margin-bottom: 0;
	height: 525px;
}

.home-introduction-data-right {
	float: right;
	width: 360px;
}

.home-introduction-data-left {
	clear: left;
	float: left;
	width: 750px;
}

.home-introduction-data-left .home-dig-deeper h3 {
    font-size: 29px;
    font-weight: 400 !important;
    margin: 50px 0 20px;
}

.home-introduction-data-left .home-dig-deeper img {
    margin: 30px 0 40px;
}

.home-introduction-data-left .home-dig-deeper .lead {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 30px;
}

.home-introduction-data-right .home-data-img {
	height: 129px;
	background: url("https://www.policymap.com/wp-content/uploads/2020/04/Home-Our-Data.png") no-repeat;
	margin: 0 auto 20px;
	background-size: cover;
	width: 100%;
}

.home-introduction-data-left .widget-title {
	border-bottom: 1px solid #ececec;
	font-size: 20px;
	margin: 0;
	padding: 30px 40px;
	text-align: center;
}

.home-introduction-data-right .widget-title {
	border-bottom: 1px solid #ececec;
	font-size: 20px;
	margin: 0;
	padding: 30px 40px;
	text-align: center;
}

.home-introduction-data .textwidget {
	padding: 40px;
}

.home-news-support .widget {
	background-color: #fff;
	border-radius: 3px;
	float: left;
	margin-left: 2.564102564102564%;
	width: 31.623931623931625%;
}

.home-news-support .widget:nth-child(3n + 1) {
	margin-left: 0;
}

.home-news-support .widget:last-child {
	margin-left: 2.564102564102564%;
}

.home-news-support .entry-title {
	font-size: 13px;
	font-weight: 400 !important;
	line-height: 1.3;
}

.home-news-support .featured-content img,
.home-news-support .tribe-events-event-image img {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
}

h4.tribe-event-title {
	font-weight: 400 !important;
	font-size: 13px;
	line-height: 1.3 !important;
}

.home-news-support .featured-content img:hover,
.home-news-support .tribe-events-event-image img:hover {
	opacity: 0.7;
}

.home-news-support .type-tribe_events {
	padding-left: 2.25em !important;
	padding-right: 2.25em !important;
	padding-top: 1em !important;
}

.tribe-events-widget-link,
.tribe-events-tooltip .tribe-events-event-thumb img {
	display: none;
}

.single-tribe_events .tribe-events-event-image,
#tribe-events-bar,
.tribe-events-ical,
.tribe-events-gcal {
	display: none !important;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type="submit"],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar
	td.tribe-events-present
	div[id*="tribe-events-daynum-"]
	> a {
	background-color: #9979da !important;
}

#tribe-events-content .tribe-events-tooltip h4,
#tribe_events_filters_wrapper .tribe_events_slider_val,
.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-ical {
	color: #9979da !important;
}

.home-news-support .featured-content .entry-header {
	padding: 14px 40px 14px;
	height: 90px;
}

.home-news-support a.alignleft,
.home-news-support img.alignleft,
.wp-caption.alignleft {
	margin: 13px 15px 13px 40px;
	width: 64px;
}

.home-news-support .widget-title {
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #ececec;
	padding: 30px 40px;
}

.home-news-support .tribe-events-event-image img {
	margin: 13px 0 13px 40px;
	width: 40%;
}

.tribe-events-event-image {
	margin: 0 !important;
}

.home-news-support .tribe-events-event-image {
	float: left;
	text-align: center;
}

.home-news-support .tribe-events-list-widget .widget-title {
	margin: 0;
	padding: 30px 40px;
	font-size: 20px !important;
	font-weight: bold !important;
}

.home-news-support .tribe-events-list-widget .entry-title {
	font-size: 14px;
	font-weight: 600;
	padding: 14px 40px 0;
}

.tribe-events-list-widget-events .tribe-event-duration {
	font-size: 12px;
}

.home-news-support .tribe-events-list-widget .duration {
	font-size: 13px;
	font-weight: 400;
	padding: 0px 40px 0;
}

.tribe-events-list-widget ol li {
	height: 90px;
	margin-bottom: 0 !important;
	padding: 0;
	text-indent: 0;
	padding-left: 34px;
}

.tribe-events-list-widget h4 {
	font-size: 13px;
	margin: 12px 0 0;
}

.tribe-events-widget-link {
	height: 62px;
	text-align: center;
	padding: 18px;
	font-size: 15px;
}

.home-news-support .more-from-category {
	text-align: center;
	font-weight: 600;
	padding: 18px;
	font-size: 15px;
}

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	padding: 40px;
	margin-bottom: 40px;
}

.entry-header {
	border-bottom: 1px solid #ececec;
	margin: -40px -40px 40px;
	padding: 40px;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 26px;
}

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

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

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

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
/*
.entry-content code {
	background-color: #333;
	color: #ddd;
}
*/

.blog-alert {
	background: #cce5ff; 
	border-radius: 3px; 
	border: 1px solid #b8daff; 
	padding: 20px; 
	margin-bottom: 20px;
}

div.blog-alert a {
	color: #5d32b4;
}

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

p.entry-meta {
	color: #aaa;
	font-size: 14px;
	margin-bottom: 0;
}

.entry-meta a {
	font-weight: 700;
}

.entry-header .entry-meta {
	margin: 10px 0 0;
}

.entry-footer {
	margin-top: 22px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #ececec;
	margin: 0 -40px;
	padding: 40px 40px 0;
}

@media only screen and (max-width: 769px) {
	.entry-footer .entry-meta {
		margin: 0 -20px;
	}
}

.entry-tags {
	float: right;
}

.entry-categories a,
.entry-tags a,
.entry-comments-link a {
	color: #9a9a9a !important;
}

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

.category-careers .entry-meta {
	display: none;
}

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

.after-entry {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
}

.after-entry .widget {
	margin: 0;
	padding: 40px;
}

.after-entry .widget-title {
	border-top: 1px solid #ececec;
	margin: -40px -40px 30px;
	padding: 30px 40px;
}

.after-entry .widget:first-child .widget-title {
	border-top: 0;
}

.after-entry .featured-content .entry:last-of-type,
.after-entry .featured-content .more-from-category {
	border-bottom: none;
}

.after-entry .featured-content .more-from-category {
	padding: 20px 40px;
}

.after-entry li {
	list-style-type: none;
}

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

.pagination {
	display: block !important;
	padding-left: 0 !important;
	margin: 40px 0 !important;
	text-align: center !important;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	border-radius: 4px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #31b2ed;
	color: #fff;
	text-decoration: none;
}

.entry-pagination.pagination {
	margin: 0 0 10px;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
}

.comment-respond {
	padding: 40px 40px 16px;
}

.comment-respond h3 {
	border-bottom: 1px solid #ececec;
	margin: -40px -40px 40px;
	padding: 30px 40px;
}

.entry-comments {
	border-bottom-width: 0;
}

.entry-comments h3,
.entry-pings h3 {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 30px 40px;
}

.comment-list li.depth-1 {
	border-bottom: 1px solid #ececec;
	padding-bottom: 40px;
}

.comment-content {
	clear: both;
}

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

.comment-list li li {
	padding-right: 0;
}

.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;
}

.entry-comments .comment-author,
.entry-comments .comment-author a {
	color: #333;
	font-weight: 700;
	margin-bottom: 0;
}

.comment-meta,
.comment-meta a {
	color: #aaa;
	font-size: 14px;
}

.entry-comments .comment-author a:hover,
.comment-meta a:hover {
	color: #31b2ed;
}

.ping-list li {
	padding: 40px 40px 16px;
}

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

.comment-reply-link {
	font-weight: 700;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar .widget {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	padding: 40px;
}

/*
Modals
---------------------------------------------------------------------------------------------------- */

#myModal p {
	margin: 0;
}

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

.footer-widgets {
	background-color: #efefef;
	border-top: 1px solid #e8e7e7;
	clear: both;
	padding-top: 40px;
}

.footer-widgets a {
	color: #c5a482 !important;
	font-size: 13px;
}

.footer-widgets a:hover {
	color: #f57e25 !important;
}

.footer-widgets p {
	font-size: 13px;
}

.footer-widgets input {
}

.footer-widgets li {
	border: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5,
.footer-widgets-6 {
	width: 225px;
}

.footer-widgets-6 {
	width: 315px;
	padding-bottom: 40px;
}

.footer-widgets-2 {
	width: 300px;
}

.footer-widgets-1 {
	width: 775px;
}

.footer-widgets-3 {
	clear: both;
}

.footer-widgets-1 {
	margin-right: 50px;
}

.footer-widgets-1 .widget_text {
	border: 1px solid #ddd;
	padding: 66px 70px;
}

.footer-widgets-1 .widget_text .widget-title {
	font-size: 21px;
}

.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
	margin-right: 50px;
}

.footer-widgets-1,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5,
.footer-widgets-6 {
	float: left;
}

.footer-widgets-2,
.footer-widgets-7 {
	float: right;
}

.footer-widgets-2 {
	float: left;
}

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

.site-footer {
	background-color: #4d4d4d;
	border-top: 1px solid #ececec;
	color: #aaa;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 40px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	color: #aaa;
}

.site-footer a:hover {
	color: #31b2ed;
}

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

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Enterprise Pro Orange
--------------------------------------------- */

.enterprise-pro-orange .comment-meta a:hover,
.enterprise-pro-orange .entry-comments .comment-author a:hover,
.enterprise-pro-orange .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-orange .genesis-nav-menu .current-menu-ancestor > a,
.enterprise-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-orange .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-orange .genesis-nav-menu a:hover,
.enterprise-pro-orange .site-footer a:hover,
.enterprise-pro-orange .site-title a,
.enterprise-pro-orange .site-title a:hover,
.enterprise-pro-orange a {
	color: #f57e25;
	text-decoration: none;
}

.enterprise-pro-orange a {
	color: #9979da;
}

.enterprise-pro-orange a:hover {
	text-decoration: underline;
	color: #9979da;
}

.enterprise-pro-orange .home-product .entry-title a {
	color: #9979da;
}

.enterprise-pro-orange .entry-title a:hover {
	text-decoration: underline;
}

.widget_nav_menu .current-menu-item > a {
	color: #f57e25 !important;
}

.widget_nav_menu .menu-item a {
	color: #9a9a9a;
}

.enterprise-pro-orange .comment-meta a,
.enterprise-pro-orange .site-footer a {
	color: #aaa;
}

/*

.enterprise-pro-orange .entry-comments .comment-author a,
.enterprise-pro-orange .entry-title a,
.enterprise-pro-orange .sidebar .widget-title a:hover {
	color: #4D4D4D;
}
*/

.menu-primary a {
	color: #7c7c7c;
}

.enterprise-pro-orange .nav-primary .sub-menu a {
	color: #4d4d4d;
}

.enterprise-pro-orange .archive-pagination .active a,
.enterprise-pro-orange .archive-pagination li a:hover,
.enterprise-pro-orange .home-top .more-link {
	background-color: #f57e25;
	color: #fff;
	box-shadow: inset 0 -10px 20px rgba(0, 0, 0, 0.07);
	border-radius: 4px;
}

.enterprise-pro-orange .home-top .more-link:hover {
	background-color: #f57e25;
	color: #fff;
	opacity: 0.9;
	box-shadow: inset 0 -10px 20px rgba(0, 0, 0, 0.07);
	text-decoration: none;
}

/*
.button-secondary {
	box-shadow: none !important;
    	background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(245,245,245,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); ););
	color: #a2a1a4 !important;
	border: 1px solid #e6e6e6 !important;
}

.button-secondary:hover {
	box-shadow: none !important;
    background: rgb(250,250,250);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(240,240,240,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(240,240,240,1)));
    background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(240,240,240,1) 100%);
    background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f0f0f0',GradientType=0 );
}
*/

.error404 input[type="search"] {
	width: 64%;
	margin: 0 3px 0 0;
}

.screen-reader-text {
	display: none;
}

.panel-title a {
	display: block;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: 5px auto #9b7bda !important;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background-color: #9979da !important;
}

/*.row {
    margin-top: 20px !important;
}*/

.metaslider .caption,
.metaslider .cs-title,
.metaslider .nivo-caption {
	background: none; /* adjust as necessary */
}

.metaslider .caption {
	padding: 10px 20px !important;
	word-wrap: break-word;
	font-weight: 800;
}

/* Video CPT
--------------------------------------------- */

/* Filterable Portfolio Grid
-------------------------------- */

.video-archive .archive-description {
	margin-bottom: 50px;
	padding: 20px 40px;
}

.video-content .entry-footer,
.video-content .entry-content {
	display: none;
}

.video-content .entry-header {
	margin: -40px -40px 0px;
	padding: 40px 40px 0;
	border-bottom: none;
}

.video-archive .archive-description p {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 15px;
	text-align: left;
}

.video-archive .archive-title {
	font-size: 36px;
	text-transform: none;
	text-align: left;
}

.video-archive .site-inner .wrap {
	max-width: 1200px;
}

.video-content {
	margin-top: 20px;
}

.video-archive .entry {
	background: #fff;
	margin-bottom: 50px;
	margin-left: 20px;
	padding: 10px;
}

.video-content .entry .entry-title {
	padding: 15px 0;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0;
	text-align: center;
	min-height: 80px;
}

.video-featured-image a {
	display: block;
	position: relative;
}

.video-featured-image a img {
	vertical-align: top;
}

.video-featured-image a:hover {
	opacity: 0.7;
}

/*
Filterable Portfolio
------------------------ */

ul.filter {
	color: #999;
	list-style: none;
	margin-left: 0;
}

ul.filter li {
	float: left;
	margin-left: 1rem;
	margin-left: 10px;
	margin-bottom: 1rem;
	margin-bottom: 10px;
}
ul.filter li:first-child {
	margin-left: 0;
}

ul.filter a {
	background: #4d4d4d;
	color: #fff !important;
	display: block;
	padding: 0.5rem 1rem;
	text-decoration: none !important;
	border-bottom: none;
}

ul.filter a:hover,
ul.filter a.active {
	background: #855fd3;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

@media only screen and (max-width: 1200px) {
	.video-archive .entry {
		margin-left: 10px;
	}
}

@media only screen and (max-width: 900px) {
	.video-archive .one-fourth {
		max-width: 45%;
	}
}

@media only screen and (max-width: 500px) {
	.video-content {
		margin-left: 0;
		text-align: center;
	}

	.video-featured-image {
		width: 100%;
	}

	.video-archive .one-fourth {
		max-width: 100%;
		margin-bottom: 20px;
		margin-left: 0;
	}
}

.team-grid .overlay {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000111+0,ffffff+41,ffffff+100 */
	background: #000111; /* Old browsers */
	background: -moz-linear-gradient(
		top,
		transparent 0%,
		transparent 41%,
		#000111 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		top,
		transparent 0%,
		transparent 41%,
		#000111 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		transparent 0%,
		transparent 41%,
		#000111 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.team-grid .overlay-details:hover + .overlay {
	-ms-filter: "alpha(Opacity=65)";
	filter: alpha(opacity=65);
	opacity: 0.65;
}
/* Team
 * ========================================================================== */

article.type-team .entry-header {
	text-align: center;
}

article.type-team .entry-content {
	width: 50%;
	margin: auto;
}

article.type-team .entry-content h2 {
	font-size: 25px;
	text-align: center;
}

article.type-team .entry-content img {
	border-radius: 300px;
	width: 275px;
	margin: auto;
	display: block;
	border: 8px solid #fff;
	box-shadow: 0 0 13px #d2d2d2;
}

@media only screen and (max-width: 768px) {
	article.type-team .entry-content {
		width: 100%;
		margin: auto;
	}
}

.page-template-page_team_new article.page {
	display: none;
}

.showcase-team-widget {
	text-align: center;
}

.showcase-team-widget .team-grid {
	overflow: hidden;
	margin-bottom: 20px;
}

.team-grid .entry {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	position: relative;
	text-align: center;
}

.team-grid .entry a {
	border: 0;
	overflow: hidden;
	color: #fff;
}

.team-grid .entry img {
	display: block;
}

.overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #333;
	-ms-filter: "alpha(Opacity=15)";
	filter: alpha(opacity=15);
	opacity: 0.15;
	z-index: 1;
}

.overlay:hover {
	-ms-filter: "alpha(Opacity=65)";
	filter: alpha(opacity=65);
	opacity: 0.65;
}

.overlay-inner {
	width: 100%;
	height: 100%;
	display: table;
	overflow: hidden;
}

.overlay-details {
	display: table-cell;
	padding: 16px;
	vertical-align: middle;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.overlay-details:hover + .overlay {
	-ms-filter: "alpha(Opacity=65)";
	filter: alpha(opacity=65);
	opacity: 0.65;
}

@media only screen and (max-width: 800px) {
	.team-grid {
		margin-left: -10px;
		margin-right: -10px;
		width: calc(100% + 20px);
	}

	.team-grid .entry {
		width: calc(50% - 20px);
		float: left;
		margin: 10px;
	}
}

@media only screen and (max-width: 520px) {
	.team-grid {
		margin-left: -10px;
		margin-right: -10px;
		width: calc(100% + 20px);
	}

	.team-grid .entry {
		width: calc(100% - 20px);
		float: left;
		margin: 10px;
	}
}

/* ==============================================
   Team profiles
   ============================================== */
.profiles {
	margin-bottom: -20px;
}
.profile:nth-child(odd) {
	clear: left;
}
.intro {
	padding-left: 140px;
}
.intro h2 {
	margin: 0 0 7px;
}
.intro .lead {
	line-height: 120%;
	font-size: 1.1em;
	font-style: italic;
	margin: 0 0 35px;
}
.profile {
	position: relative;
	margin: 60px 0 60px;
}
.profile-header {
	position: absolute;
	top: 0;
}
.profile-header img {
	float: left;
	border: 5px solid #fff;
	width: 180px;
	box-shadow: 0 0 10px #d2d2d2;
}
.profile-content {
	font-size: 14px;
	padding: 27px 20px 0 0;
	line-height: 1.4em;
	margin: 50px 0 0 198px;
}
.profile-content h3 {
	margin: 0;
}
.profile-content .lead {
	font-size: 1.2em;
	line-height: 100%;
	margin: 4px 0 11px;
}
.profile-content:before {
	content: "";
	width: 36px;
	height: 4px;
	background: #9979da;
	position: absolute;
	top: 57px;
}
.profile-content p {
	margin: 0 0 10px;
}
.profile-footer {
	position: absolute;
	top: 121px;
	width: 100px;
	text-align: center;
}
.profile-footer a {
	line-height: 18px;
	margin: 0 3px;
	display: inline-block;
}
.profile-footer a:hover i {
	color: #595959;
}
.profile-footer a:active i {
	color: #000;
}
.profile-footer i {
	font-size: 18px;
	position: relative;
}
.profile-footer i.icon-envelope {
	font-size: 16px;
	top: -1px;
}
.profile-footer i.icon-linkedin {
	font-size: 16px;
	top: -1px;
}

.profile-content button:hover {
	text-decoration: none;
}

.team .entry-meta {
	display: none;
}

/*
Industry Pages
---------------------------------------------------------------------------------------------------- */

.post-16561 {
	padding: 0;
}

.industry-intro {
	padding: 115px;
	background: #e5e5e5;
}

.industry-intro .lead {
	font-weight: 600;
	color: #f57e25;
}

.industry-benefits {
	padding: 100px 40px;
}

.industry-logos {
	padding: 40px;
}

/* carousel */
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px 0px 0px;
}

/* Control buttons  */
#quote-carousel .carousel-control {
	background: none;
	color: #222;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left {
	left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right {
	right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
	background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active {
	background: #333333;
}
#quote-carousel img {
	width: 250px;
	height: 100px;
}
/* End carousel */

.item blockquote {
	border-left: none;
	margin: 0;
}

.item blockquote img {
	margin-bottom: 10px;
}

.item blockquote p:before {
	content: "";
	font-family: "dashicons";
	float: left;
	margin-right: 10px;
}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#quote-carousel {
		margin-bottom: 0;
		padding: 0 40px 30px 40px;
		margin-top: 30px;
	}
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
	/* Make the indicators larger for easier clicking with fingers/thumb on mobile */

	#quote-carousel .carousel-indicators {
		bottom: -20px !important;
	}
	#quote-carousel .carousel-indicators li {
		display: inline-block;
		margin: 0px 5px;
		width: 15px;
		height: 15px;
	}
	#quote-carousel .carousel-indicators li.active {
		margin: 0px 5px;
		width: 20px;
		height: 20px;
	}
}

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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
}

@media only screen and (max-width: 1139px) {
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}

	.site-header .widget-area {
		width: 600px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.home-top-left {
		width: 570px;
		margin: 0;
	}

	.home-top-left .widget-title {
		font-size: 50px;
	}

	.home-top-right {
		width: 320px;
		margin: 0;
		margin-top: 96px;
	}

	.home-announcement {
		width: 960px;
	}

	.home-customer {
		width: 960px;
	}

	.home-introduction-data-left .widget,
	.home-introduction-data-right .widget {
		height: 585px;
	}
	.home-introduction-data-left {
		width: 630px;
	}

	.home-introduction-data-right {
		width: 300px;
	}

	.home-features,
	.home-blog {
		width: 960px;
	}

	#featured-post-8 .entry {
		height: 630px;
	}
	.home-news-support .entry-title {
		font-size: 13px;
		line-height: 1.1em;
	}

	.home-news-support .tribe-events-list-widget .entry-title {
		font-size: 13px;
		line-height: 1.1em;
	}

	.home-news-support .tribe-events-list-widget .duration {
		font-size: 13px;
		line-height: 1.1em;
	}

	.footer-widgets-2 {
		width: 200px;
	}

	.footer-widgets-1 {
		width: 665px;
	}

	.footer-widgets-1 .widget_text {
		padding: 40px;
	}

	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.footer-widgets-6,
	.footer-widgets-7 {
		width: 229px;
	}

	.sidebar-primary {
		width: 304px;
	}

	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.footer-widgets-6 {
		margin-right: 10px;
	}
}

@media only screen and (max-width: 1023px) {
	.wrap {
		max-width: 768px;
	}
	.header-widget-area {
		display: none;
	}
	.home-top .wrap {
		max-width: 750px;
	}

	.home-top-left {
		width: 100%;
	}

	.home-top-right {
		display: none;
	}

	.home-announcement {
		width: 768px;
	}
	
	.home-news-logo {
		width: 30%;
	}

	.home-news-blurb {
		font-size: 14px;
		width: 70%; 
	}

    .home-introduction-data-right .home-data-img {
    height: 129px;
    background: url("https://www.policymap.com/wp-content/uploads/2020/04/Home-Our-Data.png") no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    margin: 0 auto 20px;
    background-size: contain;
    width: 100%;
    background-position: center;

    }

	.home-customer {
		width: 768px;
	}

	.home-introduction-data-left .widget,
	.home-introduction-data-right .widget {
		height: auto;
	}

	.home-introduction-data-left {
		width: 100%;
	}

	.home-introduction-data-right {
		width: 100%;
	}
	
	.home-newsletter-text {
    float: left;
    width: 75%;
    background-image: url('/wp-content/uploads/2020/04/newsletter-tractbg_1.png');
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;
	padding: 30px 40px;
	height: 155px;
	}

	.home-newsletter-btn {
    height: 155px;
	}

	.home-features,
	.home-blog {
		width: 768px;
	}

	#featured-post-8 .entry {
		display: block;
		width: 100%;
		border-right: none;
		height: auto;
		padding: 20px;
	}

	.home-news-support .widget {
		margin: 0 0 40px;
		width: 100%;
	}

	.home-news-support .entry-title {
		font-size: 15px;
		line-height: 1.3em;
	}

	.home-news-support .tribe-events-list-widget .entry-title {
		font-size: 15px;
		line-height: 1.3em;
	}

	.home-news-support .tribe-events-list-widget .duration {
		font-size: 15px;
		line-height: 1.3em;
	}

	.home-news-support .widget:last-child {
		margin-left: 0;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.footer-widgets-6,
	.footer-widgets-7 {
		display: none;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		margin-right: 0;
	}

	.featured-content .alignnone {
		display: block;
		text-align: center;
	}

	.home-top a.alignleft,
	.home-top a.alignright {
		width: 100%;
	}

	.home-top .featured-content .entry-header {
		clear: both;
		padding: 40px 40px 0;
	}

	.home-top .featured-content .entry-content {
		padding: 0 40px 40px;
	}
	#a2a_follow_widget-2 {
	}
}

@media only screen and (max-width: 768px) {
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.site-inner {
		padding-top: 20px;
	}

	.breadcrumb {
		padding: 0 !important;
	}

	.single-post .breadcrumb {
		padding: 8px 15px 0px !important;
	}

	.title-area {
		padding: 0;
	}

	.entry-header-wrapper {
		padding: 20px 0;
	}

	.featured-content .entry-header {
		padding: 20px;
	}

	input[type="text"]:focus {
		font-size: 16px; /* Adding 16px on focus will prevent page zoom */
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.entry-title {
		font-size: 25px;
		line-height: 1.2;
	}

	h1,
	h1.fl-heading {
		font-size: 25px;
		line-height: 1.2;
	}

	h2,
	h2.fl-heading {
		font-size: 23px;
		line-height: 1.3;
	}

	h3,
	h3.fl-heading {
		font-size: 20px;
		line-height: 1;
	}

	h4,
	h4.fl-heading {
		font-size: 18px;
	}

	h5,
	h5.fl-heading {
		font-size: 16px;
	}

	h6,
	h6.fl-heading {
		font-size: 14px;
	}

	.home-customer .textwidget,
	.home-introduction-data-left .textwidget,
	.home-introduction-data-right .textwidget,
	.home-product .featured-content .entry-content,
	.home-product .entry-header,
	.home-news-support .featured-content .entry-header,
	.home-announcement .textwidget {
		padding: 20px;
	}

	.home-news-support a.alignleft,
	img.alignleft,
	.wp-caption.alignleft {
		margin: 13px 15px 13px 20px;
	}

	.home-news-support .tribe-events-list-widget .widget-title {
		padding: 30px 20px;
	}

	.home-introduction-data .widget-title {
		padding: 20px;
	}

	.home-introduction-data-left .home-data-img {
		margin-bottom: 20px;
	}
	
	.home-news-logo {
		width: 200px;
		float: none;
	}

	.home-news-blurb {
		float: none; 
		width: 100%; 
	}

	.home-product .widget h4 {
		padding: 5px 20px;
	}

	.home-product-description {
		padding: 0 20px 20px;
	}
	.after-entry .featured-content .widget-title,
	.featured-content .widget-title {
		padding: 30px 20px;
	}

	.home-news-support .tribe-events-event-image img {
		margin: 13px 0 13px 20px;
	}

	.home-news-support .tribe-events-list-widget .entry-title,
	.home-news-support .tribe-events-list-widget .duration {
		padding-left: 20px;
		padding-right: 20px;
	}

	.home-top {
		padding: 20px 0;
	}
	.home-top .more-link {
		display: block;
	}

	.home-top .widget:first-child h4 {
		padding-top: 0;
	}

	.home-top-left .widget-title {
		border-bottom: 1px solid #ececec;
		margin-bottom: 20;
		font-size: 30px;
		color: #fff;
		text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	}
	
    .home-introduction-data-left .home-dig-deeper h3 {
        font-size: 22px;
        font-weight: 700;
    }
	
	.home-introduction-data-left .home-dig-deeper h3 {
		margin: 20px 0;
	}

    .home-introduction-data-left .home-dig-deeper .lead {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
    }

	.home-top-left .textwidget {
		color: #fff;
		padding: 5px 0 0;
		font-size: 16px;
		font-weight: 400;
		text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
	}

    .home-introduction-data-right .home-data-img {
    height: 129px;
    background: url("https://www.policymap.com/wp-content/uploads/2020/04/Home-Our-Data.png") no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    margin: 0 auto 20px;
    background-size: contain;
    width: 100%;
    background-position: center;

    }

	.home-top-left {
		width: 100%;
		margin: 0;
	}

	.home-top-left-title {
		display: block;
	}

	.home-top-right {
		display: none;
	}

	.home-announcement {
		width: 100%;
		margin: 0px;
	}

	.home-announcement .textwidget {
		font-size: 16px;
		font-weight: 400;
	}

	.home-customer {
		width: 100%;
		margin: 0px;
	}

	.home-customer .textwidget .lead {
		font-size: 15px;
		font-weight: 400;
		line-height: 1.428;
	}
	
	.home-customer-row {
	display: block;
	}

	.home-customer-img {
	width: 138px;
	}

	.home-introduction-data-left,
	.home-introduction-data-right {
		width: 100%;
	}
	
	.home-dig-deeper img {
	width: 250px;
	}
	
	.home-introduction-data-left .home-dig-deeper img {
    margin: 20px 0;
	}
	
	.home-newsletter-text {
    float: none;
    width: 100%;
	padding: 20px;
	height: 180px;
	}

	.home-newsletter-btn {
	float: none;
	width: 100%;
    height: 115px;
	padding: 20px;
	}

	.home-product .widget {
		margin: 0 0 40px;
		width: 100%;
		height: auto;
	}

	.home-features,
	.home-blog,
    .home-product  {
		width: 100%;
		margin: 0px;
	}

	.home-features .textwidget a {
		width: 100%;
	}

	.home-features .widget-title {
		font-size: 20px;
		padding: 20px;
	}

	.home-features .textwidget .home-features-description {
		width: 100%;
	}
	.home-news-support .widget {
		margin: 0 0 40px;
		width: 100%;
	}

	.home-features-img {
		width: 50%;
	}
	.home-news-support .featured-content .entry-header {
		height: 130px;
	}

	.tribe-events-list-widget h4 {
		font-size: 15px !important;
	}

	.tribe-events-list-widget ol li {
		height: 117px !important;
		padding: 10px 20px 0;
	}

	.home-news-support .textwidget {
		height: 230px;
	}

	.header-image .site-title a {
		background-size: contain !important;
	}

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

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		line-height: 1;
		padding: 16px 20px;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu {
		line-height: 2.5;
	}
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 "dashicons";
		height: 16px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition: opacity 0.4s ease-in-out;
		-ms-transition: opacity 0.4s ease-in-out;
		-o-transition: opacity 0.4s ease-in-out;
		-webkit-transition: opacity 0.4s ease-in-out;
		transition: opacity 0.4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.nav-primary {
		height: auto;
	}

	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.07);
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.entry {
		padding: 20px;
	}
	
	.post-28028 {
		padding: 0;
	}

	.entry-header {
		margin: -20px -20px 20px;
		padding: 20px;
	}

	.sidebar .widget-title {
		margin: 0;
		padding: 30px 20px;
	}

	.sidebar .widget {
		padding: 20px;
	}

	.entry-content .search-form,
	.site-header .search-form {
		width: 90%;
	}

	.profile-header {
		position: absolute;
		top: 0;
		text-align: center;
		margin: auto;
		left: 0;
		right: 0;
	}
	.profile-content {
		padding: 181px 0 0 0;
		margin: 0 0 0 0;
	}

	.profile-content h3 {
		margin: 15px 0 0 0;
	}

	.profile-content:before {
		display: none;
	}

	.profile-header img {
		float: none;
	}

	.page-id-16709 .entry,
	.page-id-17650 .entry,
	.post-16533 .entry,
	.post-18824 .entry {
		padding: 0 !important;
	}

	h2.fl-heading {
		font-size: 23px !important;
		line-height: 1.3 !important;
	}

	h3.fl-heading {
		font-size: 20px !important;
		line-height: 1 !important;
	}

	.fl-cta-title {
		font-size: 20px !important;
		line-height: 1 !important;
	}

	.product-industry-logos-row .fl-col {
		max-width: 50%;
		clear: none;
		float: left;
		height: 95px;
	}
}

@media only screen and (max-width: 480px) {
	.error404 .entry-content .search-form {
		width: 90%;
	}
	
	.home-features-img {
		width: 100%;
	}
	
}

/* Infobox on Mapchats blog posts */

.infobox-label {
	font-size: 10px;
	text-transform: uppercase;
	color: #828080;
	font-weight: 800;
	letter-spacing: 0.5px;
}

.infobox {
	width: 31%;
	text-align: left;
	margin: 0 0 20px 20px;
	padding: 15px;
	border: 1px solid #ececec;
	border-radius: 2px;
	box-shadow: 0 1px #ececec;
}

.infobox p {
	margin: 0;
}

.infobox hr {
	margin-bottom: 6px;
	margin-top: 3px;
}

@media only screen and (max-width: 686px) {
	.infobox {
		width: 50%;
	}
}

@media only screen and (max-width: 500px) {
	.infobox {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
}

.infobox h3 {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 1.4;
	font-weight: bold;
}

.infobox p.infobox-source {
	font-size: 13px;
	padding-bottom: 15px;
}

.infobox .glyphicon {
	font-size: 12px;
	color: #aaaaaa;
}

.infobox ul {
	margin-left: 20px;
	font-size: 13px;
	list-style-type: square;
}

.infobox a {
	/* text-decoration: underline; */
}

/*Data Directory CSS from old PolicyMap marketing site*/

.selection {
	display: none;
}

.data-dir-product-dropdown {
	height: 40px;
}

.product-availability-list {
	color: #888888;
}

.product-availability-list:after {
	font-family: "Glyphicons Halflings";
	position: absolute;
	margin-left: 4px;
	margin-top: 1px;
	content: "\e086";
	color: #aaa;
	font-size: 11px;
}

.alert-info .alert-link:hover {
	color: #245269;
}

/*body {
    font-weight: 400;
    font-size: 12px;
    background: #fff;
    position: relative;
    margin: 0px;
}*/
/*a {
    color: #d57e00;
}*/
.template {
	margin: 30px 0;
}
.template__2-columns .column {
	width: 698px;
	float: left;
	padding: 0 10px;
}
.column__right {
	width: 221px !important;
}
/*h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #818285;
    text-transform: uppercase;
}*/
table.data-matrix-table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	position: relative;
}
colgroup {
	display: table-column-group;
}
col {
	display: table-column;
}
table {
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
	border-color: grey;
}
thead {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
}
tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}
table.data-matrix-table th {
	padding: 8px 4px;
	vertical-align: bottom;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #66669a;
	position: sticky;
	top: 0;
}
table.data-matrix-table th.permissions {
	background-color: #f57e25;
}
table.data-matrix-table ~ p:empty {
	display: none;
}
table.data-matrix-table th {
	height: 180px;
}
table.data-matrix-table th > div {
	transform: translate(0, -4px) rotate(270deg);
	white-space: nowrap;
	width: 25px;
}
tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}
table.data-matrix-table tr.section td {
	padding: 6px 14px;
	color: #000;
	background: #b9bace;
	border: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 14px;
	font-weight: bold;
}
table.data-matrix-table td {
	padding: 8px;
	vertical-align: middle;
	text-align: left;
	background: #e5e5ea
		url(/wp-content/uploads/2016/01/global-elements-datatable-cell-odd-bg.png)
		repeat-x top left;
	border: 1px solid #fff;
}
table.data-matrix-table td.c {
	font-weight: bold;
	text-align: center;
}
table.data-matrix-table td.c img {
	display: inline;
	width: 8px;
}
table.data-matrix-table td.c a {
	position: absolute;
	margin-top: -3px;
	margin-left: 1px;
	text-decoration: none;
}
table.data-matrix-table td a {
	line-height: 18px;
}
table.data-matrix-table tr.source td {
	padding-top: 8px 0 12px;
	background: #f0f0f0;
	font-size: 11px;
	color: #666;
}
.column__right .box__1 {
	background-color: #fcf4ea;
}
.column__right .box__link {
	padding: 0px;
	background-repeat: no-repeat;
}
.column__right .box {
	text-align: center;
	margin: 0 0 15px;
	padding: 10px;
}
.column__right .box__link a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	letter-spacing: 1px;
}
.column__right .box__link a span {
	position: absolute;
	display: block;
	bottom: 15px;
	left: 0px;
	right: 0px;
	padding: 0 26px;
}
.last-updated {
	font-style: italic;
	font-size: 13px;
	text-align: center;
}
.column__right .box__2 {
	background-color: #f8fcfd;
}
.our-data-sidebar {
	float: left;
	position: relative;
	width: 228px;
	margin: 7px 0 0 0;
	padding: 0 0 15px 0;
	background: url(/wp-content/uploads/2016/01/who-sidebar-bg-bottom.png)
		no-repeat bottom left;
}
.our-data-sidebar div.section {
	background: url(/wp-content/uploads/2016/01/who-sidebar-bg-middle.png);
}
.our-data-sidebar h3 {
	position: relative;
	margin: 0;
	padding: 18px 20px 28px 20px;
	width: 228px;
	font-size: 16px;
	color: #66669a;
	background: url(/wp-content/uploads/2016/01/who-sidebar-bg-top.png)
		no-repeat top left;
}
.our-data-sidebar ul {
	margin: 0 0 16px 0;
	padding: 0;
	list-style: none;
}
.our-data-sidebar ul li {
	margin: 0;
	padding: 0 1px 6px 1px;
	list-style-type: none;
}
our-data-sidebar p {
	padding-left: 20px;
	padding-right: 20px;
}
.our-data-sidebar ul li a {
	display: block;
	width: 174px;
	padding: 4px 20px 4px 32px;
	background: url(/wp-content/uploads/2016/01/global-arrow-small-blue.png)
		no-repeat 14px 7px;
	color: #23236f;
	text-decoration: none;
}
.our-data-sidebar ul li a:hover {
	color: #e68f1a;
	background: #fff
		url(/wp-content/uploads/2016/01/global-arrow-small-orange.png) no-repeat
		14px 7px;
}
.column__right .box__list-of-data {
	height: 130px;
	background-image: url("/wp-content/uploads/2016/01/full-list-of-data.png");
	background-position: 50% 20%;
}
.column__right .box__link {
	padding: 0px;
	background-repeat: no-repeat;
}
.our-data-sidebar p {
	padding-left: 20px;
	padding-right: 20px;
}
table.data-directory-table {
	position: relative;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
	width: 100%;
	word-wrap: break-word;
	table-layout: fixed;
}
table.data-directory-table tr.even td {
	background: #eff0f3
		top left;
}

table.data-directory-table td {
	padding: 10px 12px;
	border: 1px solid #fff;
}
table.data-directory-table tr.odd td {
	background: #d2d2df
		top left;
}
a.backArrow {
	display: block;
	margin: 0 0 45px 0;
	padding: 2px 0 2px 23px;
	background: url(/wp-content/uploads/2016/01/global-circlearrow-small-orange-left.png)
		no-repeat 0% 50%;
}

/*Remove PolicyMap navigation from non-PolicyMap Proper data directories*/

/* Memphis */
.page-id-24972 .nav-primary,
.page-id-24972 .breadcrumb,
.page-id-24972 .footer-widgets {
	display: none;
}

/* USDA */
.page-id-18633 .nav-primary,
.page-id-18633 .breadcrumb,
.page-id-18633 .footer-widgets {
	display: none;
}

/* Lincoln */
.page-id-18631 .nav-primary,
.page-id-18631 .breadcrumb,
.page-id-18631 .footer-widgets {
	display: none;
}

/* Philadelphia */
.page-id-18624 .nav-primary,
.page-id-18624 .breadcrumb,
.page-id-18624 .footer-widgets {
	display: none;
}

/* ArtsWave */
.page-id-18626 .nav-primary,
.page-id-18626 .breadcrumb,
.page-id-18626 .footer-widgets {
	display: none;
}

/*Email Signup Form*/

.email-subscription p {
	margin: 0 !important;
}

/*Recent Tweets CSS*/

.tp_recent_tweets li {
	background: none !important;
	padding-left: 0 !important;
}

.simple-social-icons ul li a {
	background-color: #eeeeee !important;
	border-radius: 3px;
	color: #666666 !important;
	border: 0px #ffffff solid !important;
	font-size: 24px !important;
	padding: 9px;
}

body:not(.single-post) .a2a_floating_style {
	display: none;
}

#a2a_follow_widget-2 {
}

/* Breadcrumbs on Single Post */
.single-post .breadcrumb {
	background: #fff;
	border: 1px solid #ececec;
	border-bottom: none;
	border-radius: 0;
	color: #bbb;
	margin-bottom: 0;
	padding-bottom: 0;
}

.single-post .breadcrumb + .entry {
	border-top: none;
}

/*Page builder CSS*/

.no-padding {
	padding: 0;
}

.page-id-16709 .fl-post-grid-text a {
	color: #333333;
	text-decoration: none;
}

.page-id-16709 .fl-post-grid-text a:hover {
	text-decoration: underline;
}

.page-id-16709 h2.fl-post-grid-title {
	font-size: 16px;
	line-height: 23px;
	margin: 0 0 5px;
	padding: 0;
}

.page-id-16709 .fl-post-grid-meta {
	padding-bottom: 0;
}

.page-id-17650 .site-inner .wrap,
.post-16533 .site-inner .wrap {
	max-width: none;
}
.page-id-16709 .site-inner,
.page-id-17650 .site-inner,
.post-16533 .site-inner,
.post-16533 .site-inner,
.page-id-18824 .site-inner {
	padding-top: 0;
}
.page-id-16709 .breadcrumb,
.page-id-17650 .breadcrumb,
.page-id-18824 .breadcrumb {
	display: none;
}

.page-id-16709 .entry,
.page-id-17650 .entry,
.post-16533 .entry {
	border-top: 1px solid #ececec;
	padding: 40px;
	margin-bottom: 40px;
	border: none;
}

.page-id-16508 .entry .fl-post-feed-post {
	border: none;
}

.page-id-16709 .entry {
	background-color: #ffffff;
	border-top: 1px solid #ececec;
	margin-bottom: 40px;
	padding: 0 0 0 0;
	border: none;
}

.page-id-16709 .fl-post-grid {
	margin-top: 40px;
}

.page-id-16709 .widget-wrap .post {
	background: #fff;
	padding: 0;
	margin-bottom: 0;
}

.page-id-16709 .sidebar-primary {
	margin-top: 40px;
}

.page-id-16709 .fl-post-grid-title {
	font-size: 18px;
	line-height: 22px;
}

.page-id-16709 .fl-post-grid-meta,
.page-id-16508 .fl-post-feed-meta {
	color: #aaa;
}

.page-id-16709 .widget-title {
	font-size: 15px;
}

.post-16533 .fl-post-feed-header {
	margin-bottom: 0;
}

.post-16533 h2.fl-post-feed-title a,
.page-id-16508 h2.fl-post-feed-title a {
	font-size: 16px;
	color: #333333;
	line-height: 18px;
}

.page-id-16508 h2.fl-post-feed-title {
	line-height: 20px;
}

.post-16533 a.fl-post-feed-more,
.page-id-16508 a.fl-post-feed-more {
	text-decoration: none;
	color: #ffffff;
	background: #9979da;
	background-image: -moz-linear-gradient(top, #9979da 0%, #7b51cf 100%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #9979da),
		color-stop(100%, #7b51cf)
	);
	background-image: -webkit-linear-gradient(top, #9979da 0%, #7b51cf 100%);
	background-image: -o-linear-gradient(top, #9979da 0%, #7b51cf 100%);
	background-image: -ms-linear-gradient(top, #9979da 0%, #7b51cf 100%);
	background-image: linear-gradient(to bottom, #9979da 0%, #7b51cf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9979da', endColorstr='#7b51cf', GradientType=0 );
	border-color: #8a65d4;
	display: inline-block;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.post-16533 a.fl-post-feed-more:hover,
.page-id-16508 a.fl-post-feed-more:hover {
	text-decoration: none !important;
	color: #ffffff;
	background: #7b51cf;
	background-image: -moz-linear-gradient(top, #7b51cf 0%, #7b51cf 100%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #7b51cf),
		color-stop(100%, #7b51cf)
	);
	background-image: -webkit-linear-gradient(top, #7b51cf 0%, #7b51cf 100%);
	background-image: -o-linear-gradient(top, #7b51cf 0%, #7b51cf 100%);
	background-image: -ms-linear-gradient(top, #7b51cf 0%, #7b51cf 100%);
	background-image: linear-gradient(to bottom, #7b51cf 0%, #7b51cf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b51cf', endColorstr='#7b51cf',GradientType=0 );
	border-color: #6637c6;
}

.fl-widget .featuredpost h2 {
	font-size: 15px;
	line-height: 1.5;
}

.fl-widget .featuredpost img {
	border-radius: 100px;
	margin-top: 8px;
}
.fl-content-slider-navigation path {
	fill: #9979da !important;
}
.support-callout,
.resources-callout,
.your-website-callout {
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	margin: 10px 10px 0 0;
}

.industry-callout {
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	margin: 10px 10px 0 0;
	height: 370px;
}

.your-website-callout {
	height: 390px;
}

.prdct-callout {
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	margin: 10px 10px 0 0;
	height: 550px;
}

.mapchats-callout {
	background: #9979da;
	border-radius: 6px;
	margin: 10px 10px 0 0;
	color: #ffffff;
}

.fl-slide-text a {
	color: #9979da !important;
}

.fl-slide-text blockquote {
	padding: 10px 20px !important;
	margin: 0 0 20px !important;
}

.fl-callout-content h3 {
	line-height: 1.3em !important;
}
.product-top-image-wide img {
	width: 745px;
	height: 500px;
}

.mktg-data-sources-list {
	margin-left: 0 !important;
}

.mktg-data-sources-list-item {
	list-style-type: none !important;
	margin-bottom: 7px !important;
}

.fl-post-grid-post {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.fl-builder-pagination li span.current {
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px !important;
	background: #f57e25 !important;
	color: #fff;
	box-shadow: inset 0 -10px 20px rgba(0, 0, 0, 0.07);
	border-radius: 4px;
}

.fl-builder-pagination li a.page-numbers {
	background-color: #fff;
	border: 1px solid #ececec !important;
	box-shadow: 0 1px #ececec;
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px !important;
	border-radius: 4px;
}

.fl-builder-pagination li a.page-numbers:hover {
	background: #f57e25 !important;
	color: #fff;
	box-shadow: inset 0 -10px 20px rgba(0, 0, 0, 0.07) !important;
	border-radius: 4px;
}

.fl-builder-pagination li span.page-numbers {
	border: none !important;
	display: inline-block;
	padding: 0;
	margin: 0 0 5px;
}

/* Newsletter Sign Up Modal */

.row.newsletter-signup {
	max-width: 100%;
	margin: 0;
}

.wph-modal--1.wph-modal.wph-modal--simple
	.wph-modal--content
	header
	h2.wph-modal--title {
	font-family: Open Sans;
}

.wph-modal--image {
	max-height: none !important;
	background: url(https://www.policymap.com/wp-content/uploads/2017/05/email-signup-image.png);
	background-position: center center;
	background-size: cover;
	display: block;
}

.wph-modal--image img {
	display: none !important;
}

.wph-modal .wph-modal--close a {
	color: #fff !important;
	opacity: 0.5;
}

.wph-modal .wph-modal--content .wph-modal--message {
	font-family: Open Sans !important;
	font-size: 12px !important;
	line-height: 16px !important;
	font-weight: 600 !important;
}

.wph-modal .col-left {
	padding-left: 0 !important;
	padding-right: 30px !important;
}

.wph-modal .col-right {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.wph-modal div.listing-item {
	margin-bottom: 10px;
}

.wph-modal .wph-modal--content .wph-modal--message h5 {
	font-size: 11px !important;
	letter-spacing: 0.4px !important;
	line-height: 1em !important;
	font-family: open sans !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
}

article.post-22658 {
	background-color: #f5f5f5;
	border: none;
	box-shadow: none;
	padding: 0;
}

.post-22658 .wph-modal {
	z-index: 1;
}

.post-22658 .wph-modal--1.wph-modal.wph-modal--simple .wph-modal--content {
	box-shadow: none;
	border: 1px solid #e2e2e2;
}

@media (max-width: 770px) {
	.wph-modal.wph-modal--simple .wph-modal--content .wph-modal--wrap {
		max-height: 415px !important;
	}

	.wph-modal.wph-modal--after_content {
		padding: 0 !important;
	}

	.post-22658
		.wph-modal.wph-modal--simple
		.wph-modal--content
		.wph-modal--wrap {
		max-height: 515px !important;
	}

	.post-22658 .wph-modal--message {
		max-height: 515px !important;
	}
}

@media (max-width: 600px) {
	.wph-modal .col-left {
		padding-left: 0 !important;
		padding-right: 0 !important;
		display: block !important;
		max-width: 100% !important;
		flex-basis: 100% !important;
		width: 100% !important;
	}

	.wph-modal .col-right {
		padding-right: 0 !important;
		padding-left: 0 !important;
		display: block !important;
		max-width: 100% !important;
		flex-basis: 100% !important;
		width: 100% !important;
	}

	.wph-modal--image {
		display: none;
	}

	.wph-modal--1.wph-modal--1.wph-modal .col-left {
		display: none !important;
	}

	.post-22658 .wph-modal .wph-modal--image img,
	.wph-modal .wph-modal--image_full img {
		-o-object-position: top;
		object-position: top;
	}

	.post-22658 .wph-modal.wph-modal--after_content.wph-modal-show {
		max-height: 517px !important;
	}
}

@media only screen and (max-width: 1139px) {
}
@media only screen and (max-width: 1015px) {
}
@media only screen and (max-width: 768px) {
	.fl-row-content-wrap {
		padding: 20px !important;

		
	}
	.fl-module-callout {
		margin-left: 20px;
		margin-right: 20px;
	}
	.prdct-callout {
		height: auto;
	}
	.industry-callout {
		height: auto;
	}
	.fl-node-570d96afaa23d,
	.fl-node-570d96afaa23d,
	.fl-node-570d9825329f9,
	.fl-node-570d98c92cac0 {
		margin-top: -40px;
	}
	.resources-row {
		padding: 20px;
	}
	.resources-callout {
		margin: 0;
	}

	.your-website-callout {
		height: auto;
	}
	.support-row {
		padding: 0 !important;
	}
	.support-row .fl-row-content-wrap {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.fl-news-blog .fl-module-content {
		margin: 0;
	}
}
/* Pricing CSS*/

.pricing-cols {
	text-align: center;
	margin: 0 !important;
}
.pricing-col {
	padding: 0 !important;
}
.pricing-col-height {
	height: 455px;
}
.pricing-col-height-enterprise {
	background: #e1e1e1;
}
.pricing-head-row {
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	padding: 10px 0;
	letter-spacing: 0.6px;
}
.pricing-head-row-subscrip {
	background: #4d4d4d;
}
.pricing-head-row-enterprise {
	background: #bdbdbd;
}
.pricing-price {
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	padding: 35px 0 25px;
	border-bottom: 1px solid #e1e1e1;
}
.pricing-price-month {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #777777;
}
.pricing-title {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #777777;
	padding: 25px 0;
	border-bottom: 1px solid #e1e1e1;
	height: 100px;
}
.pricing-content {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
.pricing-tooltip {
	border-bottom: 2px dotted #9979da;
	display: inline-block;
	margin-bottom: 4px;
	cursor: default;
}
.pricing-content-extra {
	font-size: 11px;
	text-transform: none;
	color: #333333;
}
.pricing-enterprise-descrip {
	padding: 25px 20px;
	font-size: 12px;
}
.pricing-btm-btn {
	padding: 25px 15px;
}
.pricing-trial-basic-btn {
	padding: 10px 0;
}
.hidden-sm {
	visibility: visible;
}
.pricing-features-title {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	padding: 0 20px 10px 0;
}
.pricing-trial-basic-title {
	font-size: 15px;
	font-weight: bold;
	color: #777777;
}
.pricing-checklist {
	font-size: 12px;
	padding: 7px 20px 0px 30px;
	cursor: default;
}
.pricing-checklist:before {
	font-family: "Glyphicons Halflings";
	position: absolute;
	left: 22px;
	content: "\e013";
	color: #f57f26;
}
.pricing-checklist span:after {
	font-family: "Glyphicons Halflings";
	position: absolute;
	margin-left: 4px;
	margin-top: 1px;
	content: "\e086";
	color: #aaa;
	font-size: 11px;
}
.pricing-checklist-no-tooltip {
	font-size: 12px;
	padding: 7px 20px 0px 30px;
}
.pricing-checklist-no-tooltip:before {
	font-family: "Glyphicons Halflings";
	position: absolute;
	left: 22px;
	content: "\e013";
	color: #f57f26;
}
.pricing-trial-basic-container {
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	text-align: center;
	padding: 15px;
	margin: 22px 100px 0px 0;
}
.pricing-basic-descrip {
	font-size: 12px;
	margin: 5px 0;
}
.pricing-head-link {
	color: #ae94e2;
	font-weight: bold;
}
.pricing-head-link:hover {
	color: #855fd3;
}
.pricing-head-link-enterprise {
	color: #855fd3;
	font-weight: bold;
}
.pricing-title-info:after {
	font-family: "Glyphicons Halflings";
	position: absolute;
	margin-left: 4px;
	margin-top: 1px;
	content: "\e086";
	color: #888888;
	font-size: 11px;
}
.pricing-separator {
	border-top: 1px solid #e1e1e1;
	margin: 40px 0;
}
.pricing-other-products {
	width: 50%;
	margin: auto;
}
.pricing-other-products-title {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.pricing-your-website-content {
}
.pricing-your-website-title {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.pricing p {
	margin: 0;
}
@media only screen and (max-width: 1139px) {
	.pricing-head-row {
		font-size: 11px;
	}
	.pricing-col-height {
		height: 450px;
	}
}
@media only screen and (max-width: 1015px) {
	.pricing-trial-basic-container {
		margin: 22px 0;
	}
}
@media only screen and (max-width: 768px) {
	.pricing-col-height {
		height: auto;
	}
	.pricing-col {
		padding: 0 15px !important;
	}
	.hidden-sm {
		visibility: hidden;
		display: none;
	}
	.pricing-trial-basic-container {
		margin: 22px 0;
	}

	.pricing-other-products {
		width: 100%;
	}
	.pricing-enterprise-bottom-btn {
		background-color: #e1e1e1;
	}
}

.page-template-page_landing .entry-header-wrapper {
	display: none;
}

.free-trial-custom-header h1 {
	margin-bottom: 0;
}

.free-trial-custom-header h2 {
	margin-top: 0;
	margin-bottom: 1em;
}

.free-trial-custom-form {
	border: 1px solid #ddd;
	padding: 20px;
}

.free-trial-custom-header > *:last-child {
	margin-bottom: 0;
}

.free-trial-custom-header-wrap p:empty {
	display: none;
}

#ocvb-container div #ocvb-container-notice-link {
    margin: 25px auto 15px;
}

#ocvb-container p { 
     display: none; 
}

h1.site-title {
	margin-top: 0;
}

.page-template-page_pricing_table .pricing-table .column-header {
	width: 142px;
}