/*!
Theme Name: Data-Axle
Version: 1.0.0
*/


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 600;
	margin: 0.67em 0;
}
h2{
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 600;
}
h3{
	font-family: 'Poppins', sans-serif;
	font-size: 21px;
	font-weight: 600;
}
h4{
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: bold;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: 'Roboto', sans-serif;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
	outline: none !important;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	outline: none !important;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.9375rem;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
}
body {
	background: #fff;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}
a {
	color: #00A0DC;
	outline: none !important;
}
a:hover,
a:focus,
a:active {
	color: #00A0DC;
}
a:hover,
a:active {
	outline: none !important;
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
.sticky {
	display: block;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}
.custom-logo-link {
	display: inline-block;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.social_links_main {
	float: right;
	text-align: left;
	width: 100%;
	margin-top: 0px;
}
.social_links_main p {
	font-size: 24px;
	line-height: normal;
	margin-bottom: 0;
	font-weight: bold;
}
.social_links {
	display: inline-block;
	width: 100%;
	margin-top: 3px;
}
.social_links .mkdf-icon-shortcode {
	display: inline-block;
	margin-left: 6px;
}
.social_links .mkdf-icon-shortcode .fa {
	font-size: 44px;
}
.social_links .mkdf-icon-shortcode a {
	height: 36px;
	width: 36px;
	line-height: 36px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	color: #a2a6af;
	font-size: 19px;
}
.social_links .mkdf-icon-shortcode a:hover{
	color: #fff;
}
.footer_top .widget:last-child {
	margin-bottom: 0;
}
.menu-main-menu-container ul {
	margin: 0;
	padding: 0;
}
.menu-main-menu-container ul li {
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}
.menu-main-menu-container > ul > li > a{
	color: #221f20;
	text-decoration: none;
	padding: 28px 10px;
	display: inline-block;
}
.menu-main-menu-container > ul > li > a:hover{
	background: #f8f9fa;
	box-shadow: inset 0 -4px 0 0 #00a0dc;
}
.site-branding img {
	width: 120px;
	height: 22px;
}
.orange-btn{
	border-radius: 22px!important;
	background-color: #FDB913!important;
	border: none!important;
	font-size: 16px!important;
	font-weight: 500!important;
	text-align: center!important;
	color: #221f20!important;
	font-family: 'Poppins', sans-serif!important;
	padding: 8px 16px!important;
}
.orange-btn:hover,a.orange-btn:hover{
	background-color: #fec02a!important;
	color: #221f20!important;
}
.orange-btn:focus, .orange-btn.focus {
	outline: 0;
	box-shadow: none;
	background-color: #fec02a;
	color: #221f20;
}
.orange-btn .fa-external-link{
	display: none;
}
/*#masthead .navbar {
    padding-left: 0;
    padding-right: 0;
}*/
@media screen and (min-width: 767px) {
	.row{
		margin-right: -12px;
		margin-left: -12px;
	}
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
		padding-right: 12px;
		padding-left: 12px;
	}
	.non-gated-video-container {
		padding: 56.25% 0 0 0;
		position: relative;
	}
}
/* Banner Components */
.p_module {
	padding: 64px 0;
}
.height_617 {
	height: 617px;
}
.hero_block_title {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: 0.13px;
	color: #221f20;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px 0;
	display: inline-block;
	width: 100%;
}
body .primary_landing_page_hero_block.section_space .hero_block_title{
	text-transform: uppercase;
}
.hero_block_heading{
	font-family: 'Poppins', sans-serif;
	font-size: 51px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	color: #221f20;
	margin-bottom: 20px;
}
.hero_block_heading span{
	color: #00A0DC;
}
.hero_block_link {
	margin-bottom: 20px;
}
.hero_video{
	border-radius: 4px;
	border: 2px solid #00A0DC;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #0d141c;
	padding: 9px 13px;
}
.hero_video .fa-external-link{
	display: none;
}
.hero_video:hover, .hero_video:focus {
	background: #00A0DC;
	color: #0d141c;
}
.hero_video_orange{
	border-radius: 4px;
	border: 2px solid #FDB913;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #0d141c;
	padding: 9px 16px;
	border-radius: 22px;
	background-color: #FDB913;
}
.hero_video_orange:hover, .hero_video_orange:focus {
	border: 2px solid #fec02a;
	background: #fec02a;
	color: #0d141c;
}
body .btn-link.hero_link.hero_video_orange{
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	padding: 8px 16.22px;
}
.btn:focus, .btn.focus {
	outline: 0;
	box-shadow: none;
}
.has_overlay{
	position: relative;
}
.has_overlay::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(40, 40, 45, 0.8);
	z-index: 1;
}
.has_overlay .container {
	z-index: 2;
	position: relative;
}
.hero_block_link .hero_link {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #0d141c;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 2px solid #00A0DC;
}
.hero_block_link .hero_link i.fa-long-arrow-right{
	display: none;
}
.hero_block_link .hero_link:hover i.fa-long-arrow-right{
	display: inline-block;
}
.hero_video i {
	margin-right: 3px;
}
.hero_metric_rollup{
	max-width: 580px;
	margin: 0 auto;
	padding-top: 25px;
}
.hero_metric_rollup .col-md-4 {
	border-right: 2px solid #221f20;
	padding-top: 5px;
	padding-bottom: 5px;
}
.hero_metric_rollup .col-md-4:last-child{
	border-right: none;
}
.rollup_title {
	font-family: 'Poppins', sans-serif;
	font-size: 21px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 6px;
}
.rollup_excerpt {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
}
.rollup_excerpt a{
	color: #00A0DC;
	text-decoration: underline;
}
.rollup_logo {
	margin-bottom: 12px;
}
.rollup_logo img {
	max-height: 20px;
}
.rollup_excerpt p {
	margin: 0px;
	font-size: 12px;
}
.secondary_landing_page_hero_block .rollup_logo {
	margin-top: 8px;
}
.text-left .hero_metric_rollup .col-md-4:first-child {
	padding-left: 0;
}
.hero_block_description {
	margin-bottom: 30px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #0d141c;
}
.secondary_landing_page_hero_block{
	position: relative;
}
.media_outside .media_img{
	display: none;
	max-height: 660px;
}
.media_img_main{
	position: absolute;
	right: 0;
	top: 0;
	width: 44%;
	height: 100%;
	z-index: 3;
	bottom: 0;
}
.media_img_main a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.has_video_icon{
	position: relative;
}
.has_video_icon i{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	font-size: 50px;
	margin-top: -25px;
	margin-left: -25px;
	color: #ccc;
}
.has_bg_color .hero_block_heading{
	font-size: 38px;
}
.has_bg_color .hero_block_description{
	font-weight: 300;
}
.inside_image {
	display: none;
}
.tertiary_landing_page_hero_block .inside_image {
	display: inline-block;
	max-height: 470px;
}
.hero_block_title img {
	max-height: 20px;
}
.yellow_bg{
	position: relative;
	z-index: 1;
}
.yellow_bg::after {
	background: #f7d85f;
	left: -3px;
	right: -3px;
	bottom: 22%;
	content: "";
	position: absolute;
	z-index: -1;
	height: 44%;
	top: auto;
}
.yellow_bg.has_number::after {
	height: 55%;
}
.orange_bg{
	position: relative;
	z-index: 1;
}
.orange_bg::after {
	background: #f48056;
	left: -3px;
	right: -3px;
	bottom: 22%;
	content: "";
	position: absolute;
	z-index: -1;
	height: 44%;
	top: auto;
}
.orange_bg.has_number::after {
	height: 55%;
}
.terracotta_bg{
	position: relative;
	z-index: 1;
}
.terracotta_bg::after {
	background: #f8a27f;
	left: -3px;
	right: -3px;
	bottom: 22%;
	content: "";
	position: absolute;
	z-index: -1;
	height: 44%;
	top: auto;
}
.terracotta_bg.has_number::after {
	height: 55%;
}
.tertiary_landing_page_hero_block .hero_block_description{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
}
.landing_page_with_sub_navigation_hero_block .hero_block_description{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
}
.landing_page_with_sub_navigation_hero_block .inside_image{
	display: block;
}
.landing_page_with_sub_navigation_hero_block .hero_block_link a {
	margin-right: 10px;
}
.hero_block_sub_description{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #6f737c;
}
.media_inside .outside_image {
	display: none;
}
.media_inside .inside_image {
	display: inline-block;
	width: 100%;
}
.media_inside .inside_image img{
	max-height: 500px;
}
.module_Dark .hero_block_title{
	color: #fff;
}
.module_Dark .hero_block_heading{
	color: #fff;
}
.module_Dark .hero_video{
	color: #fff;
}
.module_Dark .hero_video:hover,
.module_Dark .hero_video:focus{
	color: #0d141c;
}
.module_Dark .hero_block_link .hero_link,
.module_Dark .hero_block_link .link_type_link{
	color: #fff;
	border-bottom: 2px solid #fff;
}
.module_Dark .rollup_title{
	color: #fff;
}
.module_Dark .rollup_excerpt{
	color: #fff;
}
.module_Dark .hero_block_description{
	color: #fff;
}
.module_Dark .hero_metric_rollup .col-md-4 {
	border-right: 2px solid #fff;
}
.module_Dark .blue_bg::after{
	display: none;
}
.p_navigation_links {
	background: #221f20;
	padding: 0;
	color: #fff;
}
.p_navigation_links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.p_navigation_links ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #ffffff;
	position: relative;
}
.p_navigation_links ul li a{
	color: #fff;
	padding: 15px 5px;
	display: inline-block;
	text-decoration: none;
}
.p_navigation_links .col-md-8 > ul > li > a{
	height: 61px;
}
.p_navigation_links .col-md-8 ul li a{
	border-bottom: 4px solid #221f20;
	padding: 18.5px 12px;
}
.p_navigation_links .col-md-8 ul li a:hover,
.p_navigation_links .col-md-8 ul li:hover > a {
	background: #fbfbfb;
	color: #221f20;
	border-bottom: 4px solid #00A0DC;
}
.p_navigation_links .col-md-4 ul li a:not(.btn) {
	padding-left: 0;
	padding-right: 0;
}
.p_navigation_links .col-md-4 ul li a.link_type_link {
	padding: 0;
	padding-bottom: 5px;
}
.p_navigation_links .col-md-8 ul li a.active_url{
	border-bottom: 4px solid #00A0DC;
}
.p_navigation_links .col-md-12 ul li{
	margin-right: 0px;
}
.p_navigation_links ul li.landing_page_title {
	padding: 12.6px 0;
	border-bottom: 4px solid #00A0DC;
	font-size: 21px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #ffffff;
	height: 61px;
	margin-right: 15px;
}
.p_navigation_links ul li.landing_page_title a {
	border: none !important;
	padding: 0;
	height: auto;
	background: none !important;
	color: #ffffff !important;
}
.p_navigation_links ul li.landing_page_title.no_border_title{
	border:none;
}
.p_navigation_links ul li.landing_page_title img{
	max-height: 16px;
}
.p_navigation_links ul li a.btn-blue {
	padding: 5px 15px;
	border:1px solid #00A0DC;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.52;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
.p_navigation_links ul li a.btn-blue:hover{
	background: #00A0DC;
	color: #0d141c;
}
.oval-online{
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	background-color: #50e2a8;
	margin-left: 5px;
}
.p_navigation_links ul li a i {
	margin-right: 5px;
}
.p_navigation_links ul.landing_nav_sub_menu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 218px;
	z-index: 9;
	background-color: #fbfbfb;
}
.p_navigation_links ul.landing_nav_sub_menu li{
	width: 100%;
	margin: 0px;
}
.p_navigation_links ul.landing_nav_sub_menu li a{
	font-family: Poppins;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	border: none !important;
	padding: 12px;
	width: 100%;
}
.p_navigation_links ul.landing_nav_sub_menu li a:hover{
	background-color: #e8e9ec;
}
.p_navigation_links ul li:hover ul.landing_nav_sub_menu{
	display: block;
}
.p_navigation_links.light_anchor_links{
	color: #221f20;
}
.p_navigation_links.light_anchor_links ul li,
.p_navigation_links.light_anchor_links ul li a{
	color: #221f20;
}
.s_sub_menu_links .p_navigation_links.light_anchor_links .col-md-8 ul li:hover a,
.s_sub_menu_links .p_navigation_links.light_anchor_links .col-md-8 ul li a:hover{
	color: #221f20;
}
.tooltip {
	margin-top: 4px;
}
.tooltip-inner {
	max-width: 250px;
}
#masthead {
	height: 76px;
}
#masthead .navbar {
	padding: 0;
}
.navbar-brand.site-branding {
	padding-top: 0px;
}
.static_text_grid.p_module {
	padding: 61px 0 18px 0;
}
.static_text_grid_logo {
	margin-bottom: 24px;
}
.static_text_grid_logo img {
	max-height: 80px;
}
.static_text_grid_title {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	text-align: center;
	color: #221f20;
}
.static_text_grid_column_data{
	margin-top: 40px;
}
.static_text_grid_column_title {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 11px;
	margin-top: 0px;
}
.static_text_grid_column_description {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 54px;
}
.static_text_grid_column_description p {
	margin: 0;
}
.static_text_grid_column_icon {
	margin-bottom: 17px;
	font-size: 35px;
	line-height: 0;
}
.static_text_grid_column_icon img {
	max-height: 35px;
}
.content_cards.p_module {
	padding: 51px 0 64px 0;
}
.content_cards_title {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	color: #221f20;
	margin-bottom: 15px;
}
.text-left .content_cards_title {
	font-size: 28px;
}
.content_cards_description {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	max-width: 752px;
	margin: 0 auto;
}
.content_cards_description p{
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin: 0;
}
.content_cards_grid_data{
	border-radius: 12px;
	box-shadow: 0 0 8px 0 rgba(208, 210, 215, 0.5);
	background-color: #ffffff;
	overflow: hidden;
	height: 100%;
	position: relative;
	padding-bottom: 40px;
}
.content_cards_grid_data:hover{
	box-shadow: 0 0 16px 0 rgba(208, 210, 215, 0.7);
}
.page-template-case-studies-templete .content_cards_grid_data{
	margin-bottom: 25px;
}
.content_cards_grid_content{
	padding: 17px 24px;
	height: 100%;
}
.col-md-3 .content_cards_grid_content {
	padding: 12px 16px;
}
.content_cards_grid_title {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 16px;
}
.content_cards_grid_title img {
	max-height: 28px;
}
.content_cards_grid_excerpt {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 5px;
}
.content_cards_grid_excerpt p{
	font-size: 16px;
	margin-bottom: 0px;
}
.case_studies_grid .content_cards_grid_excerpt p{
	margin-bottom: 0px;
}
.content_cards_grid_link {
	margin-bottom: 5px;
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	padding-left: 24px;
}
.col-md-3 .content_cards_grid_content .content_cards_grid_link {
	padding-left: 16px;
}
.col-md-4 .content_cards_grid_data.content_cards_with_icon .content_cards_grid_link {
	padding-left: 24px;
}
.col-md-3.text-center .content_cards_grid_link,
.col-md-4.text-center .content_cards_grid_link {
	padding-left: 0px;
}
.content_cards_grid_link a,
.content_cards_grid_link span {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #0d141c;
	padding-bottom: 4px;
	border-bottom: 2px solid #00A0DC;
	text-decoration: none;
}
.content_cards_bottom_link {
	margin-top: 40px;
}
.btn_blue_border, a.btn_blue_border{
	border-radius: 4px;
	border: 1.5px solid #00A0DC;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #0d141c;
	padding: 9px 13px;
	text-decoration: none;
	display: inline-block;
}
.btn_blue_border .fa-long-arrow-right{
	display: none;
}
.btn_blue_border:hover, .btn_blue_border:focus {
	background: #00A0DC;
	color: #0d141c;
}
.btn_blue_border:hover .fa-long-arrow-right{
	display: inline-block;
}
.btn_grey_border, a.btn_grey_border{
	border: 1px solid transparent;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #0d141c;
	border-radius: 22px;
	background-color: #f8f9fa;
	padding: 9.5px 19px;
	text-decoration: none;
	display: inline-block;
}
.btn_grey_border:hover, .btn_grey_border:focus {
	background-color: #f3f4f5;
}
.btn_yellow_border, a.btn_yellow_border{
	border: 1px solid transparent;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: rgb(34, 31, 32);
	border-radius: 22px;
	background-color: rgb(253, 185, 19);
	padding: 9.5px 19px;
	text-decoration: none;
	display: inline-block;
}
.btn_yellow_border:hover, .btn_yellow_border:focus {
	background-color: #fbbe3e;
}
a.btn_yellow_border i, a.btn_grey_border i, a.btn_blue_border i{
	display:none;
}
.content_cards_grid_image{
	overflow: hidden;
	position: relative;
}
.content_cards_grid_image img{
	height: 225px;
	visibility: hidden;
}
.col-md-3 .content_cards_grid_image img{
	height: 135px;
}
.col-md-6 .content_cards_grid_image img{
	height: 300px;
}
.content_cards_grid_logo {
	position: absolute;
	z-index: 1;
	text-align: center;
	width: 100%;
	top: 50%;
	margin-top: -25px;
}
.content_cards_grid .content_cards_grid_logo img {
	visibility: visible;
	height: 50px !important;
	filter: brightness(100) invert(1);
}
.content_cards_with_logo_Dark .content_cards_grid_logo img{
	filter: brightness(0) invert(1);
}
.content_cards_grid_data a {
	text-decoration: none;
}
.content_cards_grid_category{
	border-radius: 14px;
	background-color: #221f20;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 2;
	padding: 3px 10px;
}
.content_cards_grid_icon{
	margin-bottom: 10px;
	margin-top: 20px;
}
.content_cards_grid_icon i{
	font-size: 34px;
	color: #221f20;
}
.content_cards_with_icon .content_cards_grid_title{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
}
.content_cards_with_icon .content_cards_grid_excerpt {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #221f20;
}
.content_cards_grid {
	margin: 0 -12px;
	margin-top: 40px;
}
.content_cards_grid .col-md-4,
.content_cards_grid .col-md-3,
.content_cards_grid .col-md-6{
	padding-right: 12px;
	padding-left: 12px;
}
.content_cards_grid_data.content_cards_with_icon {
	padding: 0 15px;
	padding-bottom: 40px;
}
.content_cards_grid_data.content_cards_with_icon .content_cards_grid_content {
	padding-left: 0px;
	padding-right: 0px;
}
.text-left .content_cards_description {
	margin: 0;
}
.product_tiles .col-md-6.order-0.pr-5 {
	padding-right: 110px !important;
}
.product_tiles .col-md-6.order-1.pl-5{
	padding-left: 110px !important;
}
.product_tiles_title {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	color: #221f20;
	margin-bottom: 15px;
	padding-right: 10px;
}
.product_tiles_description {
	font-family: 'Roboto',sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
}
.product_tiles_card {
	margin: 10px 0;
	font-family: 'Poppins',sans-serif;
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #ffffff;
	padding: 25px;
	min-height: 170px;
	width: 100%;
	background-color: #221f20;
	border-radius: 15px 15px 15px 0;
	position: relative;
	border: 1px solid #c8c7c7;
}
.product_tiles_card a{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 2;
}
.product_tiles_card i {
	display: none;
}
.product_tiles_card:hover i {
	display: inline-block;
}
.product_tiles_cards_title {
	position: absolute;
	bottom: 25px;
	left: 10px;
	width: 100%;
	padding-right: 42px;
}
.blue_bg {
	position: relative;
	z-index: 1;
}
.blue_bg::after {
	background: #00a0dc;
	left: -3px;
	right: -3px;
	bottom: 22%;
	content: "";
	position: absolute;
	z-index: -1;
	height: 44%;
	top: auto;
}
.blue_bg.has_number::after {
	height: 55%;
}
.green_bg {
	position: relative;
	z-index: 1;
}
.green_bg::after {
	background: #39bb9d;
	left: -3px;
	right: -3px;
	bottom: 22%;
	content: "";
	position: absolute;
	z-index: -1;
	height: 44%;
	top: auto;
}
.green_bg.has_number::after {
	height: 55%;
}
.product_tiles.product_tiles_Dark {
	background-color: #221f20;
}
.product_tiles.product_tiles_full_width .product_tiles_title {
	font-size: 28px;
	margin-bottom: 20px;
}
.product_tiles_card:hover {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}
.product_tiles_Dark .product_tiles_title,
.product_tiles_Dark .product_tiles_description{
	color: #fff;
}
.product_tiles_Dark .blue_bg::after {
	background: none;
}
.product_tiles_Dark .blue_bg {
	color: #43b9d2;
}
.row.product_tiles_cards {
	margin: 0 -11px;
}
.htab_data .row.product_tiles_cards {
	padding-left: 83px;
}
.horizontal_tabs_data .product_tiles_cards_title {
	font-weight: 300;
	text-transform: lowercase;
	font-size: 18px;
}
.row.product_tiles_cards .col-md-4 {
	padding: 0 11px;
}
.product_tiles_Light .product_tiles_card{
	border:none;
}
.product_tiles_cards_icon {
	margin-bottom: 8px;
}
.Level2_product_tiles .product_tiles_cards_title {
	font-weight: 300;
	text-transform: lowercase;
	font-size: 18px;
}
.Level2_product_tiles .product_tiles_cards_title i {
	display: none;
}
.Level2_product_tiles .col-md-2 {
	padding: 0 10px;
}
.icon_grid_title {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	text-align: center;
	color: #221f20;
	margin-bottom: 20px;
}
.icon_grid_description {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	color: #221f20;
}
.icon_grid_description p {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	margin: 0;
}
.icon_grid_content {
	margin-top: 62px;
	width: 100%;
}
.icon_grid_content_image {
	margin-bottom: 16px;
}
.icon_grid_content_image img{
	max-height: 80px;
}
.icon_grid_content_icon{
	margin-bottom: 16px;
	font-size: 70px;
	line-height: normal;
}
.icon_grid_content_title {
	font-family: 'Poppins', sans-serif;
	font-size: 21px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: center;
	color: #221f20;
}
.icon_grid_content_excerpt {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	color: #221f20;
	margin-top: 12px;
	padding: 0 20px;
}
.icon_grid_content_link{
	margin-top: 16px;
}
.icon_grid_content_link a.btn_blue_border{
	border-width: 1px;
	padding: 3px 13px;
	font-size: 14px;
	font-weight: 500;
}
.icon_grid.icon_grid_Dark {
	background: #3c4456;
}
.icon_grid.icon_grid_Dark .icon_grid_title,
.icon_grid.icon_grid_Dark .icon_grid_description,
.icon_grid.icon_grid_Dark .icon_grid_content_title,
.icon_grid.icon_grid_Dark .icon_grid_content_excerpt,
.icon_grid.icon_grid_Dark .icon_grid_content_icon {
	color: #fff;
}
.icon_grid.icon_grid_Dark .btn_blue_border,
.icon_grid.icon_grid_Dark a.btn_blue_border{
	color: #fff;
}
.logo_grid_full_title {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	text-align: center;
	color: #221f20;
	margin-bottom: 15px;
}
.logo_grid_full_description{
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	padding-bottom: 21px;
}
.logo_grid_full_description p{
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	margin: 0;
}
.logo_grid_content {
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
}
.logo_grid_full_content_card {
	margin: 35px 0;
}
.logo_grid_full_logo img {
	max-width: 121px;
	filter: invert(.5);
}
.logo_grid_full_bottom_link {
	margin-top: 25px;
}
.logo_grid_full_width.logo_grid_full_Dark{
	background: #3c4456;
}
.logo_grid_full_Dark .logo_grid_full_title,
.logo_grid_full_Dark .logo_grid_full_description{
	color: #fff;
}
.logo_grid_full_width.logo_grid_full_Dark .link_type_link,
.logo_grid_full_width.logo_grid_full_Dark a.link_type_link{
	color: #fff;
}
.logo_grid_full_width.logo_grid_full_Dark .btn_blue_border,
.logo_grid_full_width.logo_grid_full_Dark a.btn_blue_border{
	color: #fff;
}
.logo_grid_full_width.logo_grid_full_Dark .btn_blue_border:hover,
.logo_grid_full_width.logo_grid_full_Dark a.btn_blue_border:hover{
	background: #00A0DC;
	color: #0d141c;
}
.logo_grid_full_Dark .logo_grid_full_logo img{
	filter: brightness(0) invert(1);
	opacity: 0.9;
}
.logo_grid_half_width .col-md-6.order-0.pr-5 {
	padding-right: 95px !important;
}
.logo_grid_half_width .col-md-6.order-1.pl-5{
	padding-left: 95px !important;
}
.logo_grid_half_title {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	color: #221f20;
	margin-bottom: 16px;
}
.logo_grid_half_description {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 24px;
}
.logo_grid_half_description p {
	margin: 0;
}
.logo_half_grid_logo img {
	max-width: 121px;
	filter: invert(.5);
}
.logo_grid_half_content {
	margin: 30px 0;
}
.link_type_link, a.link_type_link{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #0d141c;
	padding-bottom: 4px;
	border-bottom: 2px solid #00A0DC;
	text-decoration: none;
}
.link_type_link i.fa-long-arrow-right,
.link_type_link i.fa-long-arrow-left,
.link_type_link i.fa-external-link{
	display: none;
}
.link_type_link:hover i.fa-long-arrow-right,
.link_type_link:hover i.fa-long-arrow-left,
.link_type_link:hover i.fa-external-link{
	display: inline-block;
}
.btn_blue_border i.fa-long-arrow-right,
.btn_blue_border i.fa-long-arrow-left,
.btn_blue_border i.fa-external-link{
	display: none;
}
.btn_blue_border:hover i.fa-long-arrow-right,
.btn_blue_border:hover i.fa-long-arrow-left,
.btn_blue_border:hover i.fa-external-link{
	display: none;
}
.logo_grid_half_width.logo_grid_half_Dark{
	background: #3c4456;
}
.logo_grid_half_Dark .logo_grid_half_title,
.logo_grid_half_Dark .logo_grid_half_description{
	color: #fff;
}
.logo_grid_half_Dark .logo_half_grid_logo img{
	filter: brightness(0) invert(1);
	opacity: 0.9;
}
.logo_grid_half_Dark .btn_blue_border,
.logo_grid_half_Dark a.btn_blue_border{
	color: #fff;
}
.logo_grid_half_Dark .link_type_link,
.logo_grid_half_Dark a.link_type_link{
	color: #fff;
}
.stats_grid_title {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	text-align: center;
	color: #221f20;
	margin-bottom: 16px;
}
.stats_grid_description {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	color: #221f20;
	max-width: 750px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.stats_grid_description p{
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	margin: 0;
}
.stats_grid_description a{
	color: #007f99;
	text-decoration: underline;
}
.stats_grid_description a:hover{
	color: #007f99;
}
.stats_grid_content_value {
	font-family: 'Poppins', sans-serif;
	font-size: 67px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	text-align: center;
	color: #221f20;
	margin-bottom: 16px;
}
.stats_grid_content_title {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: 0.13px;
	text-align: center;
	color: #221f20;
	text-transform: uppercase;
}
.stats_grid_content {
	margin-top: 0px;
	margin-bottom: 0px;
}
.stats_grid_link{
	margin-top: 55px;
}
.stats_grid_Dark.stats_grid{
	background: #3c4456;
}
.stats_grid_Dark .stats_grid_title,
.stats_grid_Dark .stats_grid_description,
.stats_grid_Dark .stats_grid_content_value,
.stats_grid_Dark .stats_grid_content_title,
.stats_grid_Dark .link_type_link,
.stats_grid_Dark a.link_type_link,
.stats_grid_Dark .btn_blue_border,
.stats_grid_Dark a.btn_blue_border{
	color: #fff;
}
.stats_grid_Dark .btn_blue_border:hover,
.stats_grid_Dark a.btn_blue_border:hover{
	color: #0d141c;
}
.case_studies_grid .content_cards_grid_data{
	border-radius: 0px;
	box-shadow: none;
	margin: 0 0 12px 0;
}
.col-md-6.case_study_orange .content_cards_grid_data {
	padding-bottom: 0;
}
.case_studies_grid .content_cards_grid_title img{
	max-height: 30px;
}
.case_studies_grid .content_cards_grid_data .row{
	height: 100%;
}
.row.case_studies_grid > div {
	margin: 12px 0;
}
.case_studies_grid .content_cards_grid_link a,
.case_studies_grid .content_cards_grid_link span{
	border-bottom: 2px solid #0d141c;
}
.case_studies_grid .case_study_orange .content_cards_grid_excerpt p{
	font-size: 21px;
}
.case_study_orange .content_cards_grid_content{
	background: #FDB913;
	height: auto;
	margin-left: -15px;
}
.case_study_blue .content_cards_grid_content{
	background: #00A0DC;
}
.case_study_pink .content_cards_grid_content{
	background: #F48056;
}
.case_study_dark_grey .content_cards_grid_content{
	background: #3c4456;
}
.case_study_dark_grey .content_cards_grid_title,
.case_study_dark_grey .content_cards_grid_excerpt,
.case_study_dark_grey .content_cards_grid_link a,
.case_study_dark_grey .content_cards_grid_link span{
	color: #fff;
}
.case_study_dark_grey .content_cards_grid_link a,
.case_study_dark_grey .content_cards_grid_link span{
	border-bottom: 2px solid #fff;
}
.content_cards_grid_link i.fa-long-arrow-right,
.content_cards_grid_link i.fa-external-link{
	display: none;
}
.content_cards_grid_data a:hover i.fa-long-arrow-right,
.content_cards_grid_data a:hover i.fa-external-link{
	display: inline-block;
}
.case_study_dark_grey .content_cards_grid_title img{
	max-height: 30px;
	filter: brightness(0) invert(1);
}
.case_study_orange .content_cards_grid_image img{
	height: 356px;
}
.featured_case_studies_bottom_link {
	margin-top: 25px;
}
.pricing_block_inner {
	border-radius: 12px;
	box-shadow: 0 0 8px 0 rgba(208, 210, 215, 0.5);
	background-color: #ffffff;
	overflow: hidden;
	height: 100%;
	padding: 32px 24px;
	position: relative;
}
.pricing_block_inner.has_price_plan_link.has_price_plan_button{
	padding-bottom: 135px;
}
.pricing_block_inner.has_price_plan_link{
	padding-bottom: 65px;
}
.pricing_block_inner.has_price_plan_button{
	padding-bottom: 100px;
}
.bottom_price_btn {
	position: absolute;
	bottom: 22px;
	left: 24px;
	right: 24px;
}
.price_package_detail_link {
	margin-bottom: 20px;
}
.pricing_block_inner:hover{
	background-color: #fbfbfb;
	box-shadow: 0 0 16px 0 rgba(208, 210, 215, 0.7);
}
.plan_description ul {
	margin: 0;
	padding: 0;
}
.pricing_block_title {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	text-align: center;
	color: #221f20;
	margin-bottom: 24px;
}
.pricing_block_excerpt {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	max-width: 795px;
	margin: 0 auto;
	padding-bottom: 35px;
	color: #221f20;
}
.pricing_block_plans ul{
	margin: 0px;
}
.pricing_block_plan_term {
	display: none;
}
.pricing_block_plan_term.active {
	display: block;
}
.pricing_block_plans {
	margin-bottom: 25px;
}
.pricing_block_link a {
	font-size: 21px;
}
.plan_terms{
	display: none;
	margin-bottom: 40px;
}
.plan_terms.active{
	display: block;
}
.plan_terms_main{
	display: none;
}
.plan_terms_main.active{
	display: block;
}
.pricing_block_plan_name {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: 0.13px;
	text-align: center;
	color: #221f20;
	margin-bottom: 24px;
}
.pricing_plan_start_text {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: center;
	color: #6f737c;
	margin-bottom: 14px;
}
.pricing_block_price {
	font-family: 'Poppins', sans-serif;
	font-size: 51px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	text-align: center;
	color: #221f20;
	display: inline-block;
	width: 100%;
	margin-bottom: 24px;
}
.pricing_block_plans .nav-link.btn {
	border-radius: 4px;
	border: solid 1px #d0d2d7;
	background-color: #fff;
	font-family: Roboto;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #221f20;
}
.pricing_block_plans .nav-item {
	margin-right: 10px;
}
.pricing_block_plans .nav-pills .nav-link.active,
.pricing_block_plans .nav-pills .show > .nav-link {
	color: #fff;
	border: solid 1px #3C4456;
	background-color: #3C4456;
}
.pricing_block_plan_term .nav-item {
	margin-right: 0;
	position: relative;
}
.plan_discount_text {
	position: absolute;
	bottom: 100%;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: center;
	color: #6f737c;
	padding-bottom: 10px;
}
.pricing_block_plan_term .nav-item .nav-link.btn {
	border-radius: 0px;
}
.pricing_block_plan_term .nav-item:first-child .nav-link.btn {
	border-radius: 4px 0px 0px 4px;
}
.pricing_block_plan_term .nav-item:last-child .nav-link.btn {
	border-radius: 0px 4px 4px 0px;
}
.pricing_block.pricing_block_Dark {
	background: #212529;
}
.pricing_block.pricing_block_Dark .pricing_block_title,
.pricing_block.pricing_block_Dark .pricing_block_excerpt,
.pricing_block.pricing_block_Dark .pricing_block_link .btn_blue_border,
.pricing_block.pricing_block_Dark .pricing_block_link a.btn_blue_border,
.pricing_block.pricing_block_Dark .link_type_link,
.pricing_block.pricing_block_Dark a.link_type_link{
	color: #fff;
}
.pricing_block_plan_term ul.has_one_item .nav-item .nav-link.btn {
	border-radius: 4px;
}
.plan_description {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #0d141c;
	margin-bottom: 24px;
}
.price_plan_button {
	margin-bottom: 16px;
}
.package_detail_link, a.package_detail_link {
	font-family: Roboto;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	color: #0071aa;
	padding-bottom: 2px;
	border-bottom: 1px solid #0071aa;
	text-decoration: none;
}
.plan_description_benefits {
	text-align: left;
	padding-left: 22px;
	position: relative;
	margin-bottom: 12px;
}
.plan_description_benefits i {
	position: absolute;
	left: 2px;
	top: 6px;
	font-size: 14px;
}
.plan_description_benefits.no_provided {
	opacity: 0.4;
}
.plan_description_benefits.none_provided{
	padding-left: 0px;
}
.resources_block_title {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	color: #221f20;
	margin-bottom: 16px;
}
.resources_block_description {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 24px;
}
.resources_block_description p{
	font-weight: 300;
	font-size: 21px;
	margin: 0px;
}
.resources_block_questions_title {
	font-family: 'Poppins', sans-serif;
	font-size: 21px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 24px;
}
.resources_block_topics_title {
	font-family: 'Poppins', sans-serif;
	font-size: 21px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 24px;
}
.resources_block_topic_title {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 10px;
}
.resources_block_topics_excerpt {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 20px;
	min-height: 70px;
}
.resources_block_topic {
	border-radius: 12px;
	box-shadow: 0 0 8px 0 rgba(208, 210, 215, 0.5);
	background-color: #ffffff;
	padding: 20px;
	margin-bottom: 24px;
}
.resources_block_topic:hover{
	box-shadow: 0 0 16px 0 rgba(208, 210, 215, 0.7);
}
.resources_block_question_link {
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #007f99;
}
.resources_block_question_link a{
	text-decoration: underline;
	color: #007f99;
}
.search_resources_block{
	margin-bottom: 22px;
}
.search_resources_block input{
	max-width: 558px;
	height: 45px;
	border-radius: 4px;
	border: solid 1px #d0d2d7;
	padding: 10px;
	padding-left: 38px;
}
.search_resources_block i {
	position: absolute;
	left: 15px;
	top: 15px;
	color: #6c757d;
	font-size: 16px;
}
.resources_block.p_module {
	padding: 64px 0 40px 0;
}
.resources_block_data{
	margin-top: 15px;
}
.resources_block_link {
	margin-top: 15px;
}
.resources_block.resources_block_Dark {
	background: #212529;
}
.resources_block.resources_block_Dark .resources_block_title,
.resources_block.resources_block_Dark .resources_block_description,
.resources_block.resources_block_Dark .resources_block_questions_title,
.resources_block.resources_block_Dark .resources_block_topics_title,
.resources_block.resources_block_Dark .resources_block_question_link a,
.resources_block.resources_block_Dark .resources_block_link .btn_blue_border,
.resources_block.resources_block_Dark .resources_block_link a.btn_blue_border,
.resources_block.resources_block_Dark .resources_block_link .link_type_link,
.resources_block.resources_block_Dark .resources_block_link a.link_type_link{
	color: #fff;
}
.testimonial_banner_quote {
	font-family: 'Poppins', sans-serif;
	font-size: 21px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 25px;
}
.testimonial_banner_name {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 5px;
}
.testimonial_banner_position {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
}
.testimonial_banner_company_logo img {
	max-height: 32px;
	opacity: 0.7;
}
.testimonial_banner.testimonial_banner_Dark {
	background: #212529;
}
.testimonial_banner.testimonial_banner_Dark .testimonial_banner_quote,
.testimonial_banner.testimonial_banner_Dark .testimonial_banner_name,
.testimonial_banner.testimonial_banner_Dark .testimonial_banner_position{
	color: #fff;
}
.testimonial_banner.testimonial_banner_Dark .testimonial_banner_company_logo img {
	filter: brightness(0) invert(1);
	opacity: 1.0;
}
.testimonial_banner.testimonial_banner_Dark .yellow_bg{
	color: #00A0DC;
}
.testimonial_banner.testimonial_banner_Dark .yellow_bg::after{
	display: none;
}
.contact_banners_title {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	margin-bottom: 15px;
}
.contact_banners_description {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	max-width: 752px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.text-left .contact_banners_description{
	margin: 0;
}
.contact_banners.p_module {
	padding: 80px 0;
}
.contact_banners.p_module.text-left {
	padding: 48px 0;
}
.contact_banners.contact_banners_Dark {
	background: #212529;
}
.contact_banners.contact_banners_Dark .contact_banners_title,
.contact_banners.contact_banners_Dark .contact_banners_description{
	color: #fff;
}
.contact_banners.contact_banners_Dark .link_type_link,
.contact_banners.contact_banners_Dark a.link_type_link{
	color: #fff;
}
.contact_banners_form{
	margin-top: 12px;
	margin-bottom: 22px;
}
.contact_banners.p_module.text-left .contact_banners_form{
	margin-bottom: 0px;
}
.contact_banners_link {
	margin-top: 10px;
}
.contact_banners_form label {
	padding-right: 10px;
	margin: 0;
	vertical-align: bottom;
}
.contact_banners_form input[type="email"] {
	border-radius: 4px;
	border: solid 1px #ddd;
	background: none;
	height: 45px;
	padding: 0 10px;
	font-size: 16px;
	font-weight: normal;
	max-width: 320px;
	outline: none;
}
.contact_banners_form #wpcf7-f3195-o1 .wpcf7-submit
{
	margin-top: 0;
	min-width: 367px;
	width: auto;
	font-weight: 500;
}
.contact_banners_form #wpcf7-f3195-o1 .wpcf7-form-control-wrap .wpcf7-form-control, .contact_banners_form #wpcf7-f3195-o1 .wpcf7-form-control-wrap select.wpcf7-form-control{
	border-radius: 4px;
	border: solid 1px #ddd;
	background: #fff;
	height: 45px;
	padding: 0 10px;
	font-size: 16px;
	font-weight: normal;
	max-width: 100%;
	color: #0d141c;
	width:100%;
	outline: 0;
	-webkit-appearance: none;
	outline: none;
}
.contact_banners_form #wpcf7-f3195-o1 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox{
	border: none;
	padding: 0;
}
.contact_banners_form #wpcf7-f3195-o1 .wpcf7-checkbox span.wpcf7-list-item{
	margin: 0px;
}
.contact_banners_form #wpcf7-f3195-o1 .wpcf7-checkbox span.wpcf7-list-item label{
	margin-bottom: 10px;
}
.contact_banners_form #wpcf7-f3195-o1 .wpcf7-form-control-wrap select.wpcf7-form-control{
	cursor: pointer;
	background-image: url(images/solid-arrow.png);
	background-repeat: no-repeat;
	background-position: 95%;
	-webkit-appearance: none;
}
/*.contact_banners_form #wpcf7-f3195-o1 .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
  	color: #0d141c;
  	opacity: 1;
}*/
.contact_banners_form #wpcf7-f3195-o1 .wpcf7-form-control-wrap .wpcf7-form-control:-webkit-autofill,
.contact_banners_form #wpcf7-f3195-o1 .wpcf7-form-control-wrap .wpcf7-form-control:-webkit-autofill:hover,
.contact_banners_form #wpcf7-f3195-o1 .wpcf7-form-control-wrap .wpcf7-form-control:-webkit-autofill:focus,
.contact_banners_form #wpcf7-f3195-o1 .wpcf7-form-control-wrap .wpcf7-form-control:-webkit-autofill:active  {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
	-webkit-text-fill-color: #0d141c;
}
.contact_banners_form #wpcf7-f3195-o1 .wpcf7-form-control-wrap .wpcf7-form-control:-internal-autofill-selected {
	appearance: none;
	background-color: transparent !important;
	color: #0d141c !important;
}
.contact_banners_form #wpcf7-f3195-o1 .wpcf7-form-control-wrap select.wpcf7-form-control option {
	color: #0d141c;
}
.contact_banners_form .wpcf7-form-control.wpcf7-not-valid{
	border-color: #e42b24 !important;
}
.contact_banners_form .wpcf7-submit {
	border-radius: 4px;
	border: solid 1.5px #ddd;
	background: none;
	padding: 0 10px;
	height: 42px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
}
.contact_banners_Light .contact_banners_form .wpcf7-submit, .landing_page_hero_with_form .wpcf7-submit{
	background-color: #FDB913 !important;
	border: none !important;
	color: #221f20 !important;
}
.contact_banners_Light .contact_banners_form .wpcf7-submit:hover, .landing_page_hero_with_form .wpcf7-submit:hover{
	background-color: #fec02a !important;
	color: #221f20 !important;
}
.contact_banners_form span.wpcf7-not-valid-tip{
	position: absolute;
	top: 50px;
	font-size: 13px;
	display: none;
}
.contact_banners_form div.wpcf7-validation-errors,
.contact_banners_form div.wpcf7-acceptance-missing{
	display: none !important;
}
.contact_banners_form p {
	margin: 0;
}
.contact_banners.contact_banners_Dark div.wpcf7-mail-sent-ok{
	color: #fff;
	display: none !important;
}
.contact_banners.contact_banners_Dark .contact_banners_form .wpcf7-submit,
.contact_banners.contact_banners_Dark .contact_us_speak_left .contact_form_class .hs-button.primary.large {
	color: #fff;
	border: solid 1.5px #f8f9fa;
	background: #f8f9fa;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	color: #0d141c;
	border-radius: 22px;
	min-width: 94px;
	margin-left: 5px;
	background: #f8f9fa !important;
	vertical-align: middle;
}
.contact_banners.contact_banners_Dark .contact_us_speak_left .contact_form_class .hs-button.primary.large
{
	margin-top: 0;
	min-width: 367px;
	width: auto;
	font-weight: 500;
}
.contact_banners .orange-btn{
	font-size: 16px;
	padding: 9px 19px;
}
.contact_banners .contact_banners_form .wpcf7-submit.in_process_form{
	background: url("/wp-content/themes/data-axle/images/loading.png") no-repeat center center;
	background-size: 20px;
	font-size: 0px !important;
}
.contact_banners .contact_banners_form .wpcf7-submit.in_success_form{
	background: url("/wp-content/themes/data-axle/images/in_success_form.png") no-repeat center center;
	background-size: 20px;
	font-size: 0px !important;
}
.contact_banners.contact_banners_Dark .contact_banners_form .wpcf7-submit:hover,
.contact_banners.contact_banners_Dark .contact_us_speak_left .contact_form_class .hs-button.primary.large:hover{
	background-color: #f3f4f5 !important;
}

.contact_banners_form div.wpcf7 .ajax-loader{
	display: none;
}
.contact_banners.contact_banners_Dark .contact_banners_form input[type="email"]{
	color: #fff;
	border: solid 1px #d0d2d7;
}
.product_feature_title {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	text-align: center;
	color: #221f20;
	margin-bottom: 26px;
}
.product_feature_feature_image{
	border-radius: 16px;
	position: relative;
	overflow: hidden;
}
.product_feature_data{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
}
.product_feature_layer {
	position: absolute;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 8px 0 rgba(215, 218, 224, 0.5);
	background-color: #221f20;
	max-width: 284px;
	min-height: 272px;
	text-align: left;
	color: #fff;
	display: none;
}
.product_feature_data_title {
	font-family: 'Poppins',sans-serif;
	font-size: 21px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: 15px;
}
.product_feature_data_description {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: 20px;
}
.product_feature_data_description p {
	margin-bottom: 14px;
}
.product_feature_layer .link_type_link {
	color: #fff;
}
.product_feature_layer .btn-white {
	height: 35px;
	border-radius: 19px;
	background-color: #f8f9fa;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.52;
	letter-spacing: normal;
	text-align: center;
	color: #0d141c;
	min-width: 105px;
}
.product_feature_layer .btn-white:hover{
	background: #f3f4f5;
}
.product_feature_layer.layer_step_1 {
	display: block;
}
.arrow_p_right::after {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid #221f20;
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	margin-right: -20px;
}
.arrow_p_left::after {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 20px solid #221f20;
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	margin-left: -20px;
}
.arrow_p_top::after {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 20px solid #221f20;
	content: "";
	position: absolute;
	right: 10px;
	top: 0;
	margin-top: -20px;
}
.arrow_p_bottom::after {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 20px solid #221f20;
	content: "";
	position: absolute;
	right: 10px;
	bottom: 0;
	margin-bottom: -20px;
}
.product_feature.product_feature_Dark {
	background-color: #3c4456;
}
.product_feature.product_feature_Dark .product_feature_title{
	color: #fff;
}
.arrow_p_right::before {
	position: absolute;
	content: "";
	left: 100%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: 20px;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
}
.arrow_p_left::before {
	position: absolute;
	content: "";
	right: 100%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-right: 20px;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
}
.arrow_p_bottom::before {
	position: absolute;
	content: "";
	top: 100%;
	width: 200px;
	height: 200px;
	right: -80px;
	margin-top: 20px;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
}
.arrow_p_top::before {
	position: absolute;
	content: "";
	bottom: 100%;
	width: 200px;
	height: 200px;
	right: -80px;
	margin-bottom: 20px;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
}
.horizontal_tabs_title {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	text-align: center;
	color: #221f20;
	margin-bottom: 40px;
}
.horizontal_tabs_tab_title_top {
	font-family: Oswald;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: 0.13px;
	color: #221f20;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.horizontal_tabs_tab_title_top img {
	max-height: 26px;
	margin-right: 8px;
	vertical-align: middle;
	margin-bottom: 6px;
}
.horizontal_tabs_heading {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	color: #221f20;
	margin-bottom: 23px;
}
.horizontal_tabs_description {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 30px;
}
.horizontal_tabs_description p{
	margin-bottom: 10px;
}
.horizontal_tabs_sub_heading {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: 0.13px;
	color: #221f20;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.horizontal_tabs_tab_links .col-md-6 {
	margin-bottom: 24px;
}
.horizontal_tabs_tab_title{
	display: inline-block;
}
.horizontal_tabs_tab_title a{
	padding: 8px 25px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #221f20;
	display: inline-block;
	min-width: 160px;
}
.horizontal_tabs_tab_titles {
	margin-bottom: 34px;
}
.htab_data{
	display: none;
}
.htab_data.active {
	display: block;
}
.horizontal_tabs_tab_title a.active {
	border-radius: 22px;
	background-color: #fdb913;
}
.horizontal_tabs_main {
	display: table;
	margin: 0 auto;
	background: #f3f4f5; 
	border-radius: 22px;
}
.has_bg_color .horizontal_tabs_main{
	background: #fff;
}
.horizontal_tabs.horizontal_tabs_Dark {
	background: #3c4456;
}
.horizontal_tabs.horizontal_tabs_Dark .horizontal_tabs_title,
.horizontal_tabs.horizontal_tabs_Dark .horizontal_tabs_heading,
.horizontal_tabs.horizontal_tabs_Dark .horizontal_tabs_description,
.horizontal_tabs.horizontal_tabs_Dark .horizontal_tabs_sub_heading,
.horizontal_tabs.horizontal_tabs_Dark a.link_type_link{
	color: #fff;
}
.vertical_tabs_title {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	color: #221f20;
	margin-bottom: 47px;
}
.vertical_tabs_tab_title {
	margin-bottom: 0.1px;
}
.vertical_tabs_tab_title a{
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	text-decoration: none;
	width: 100%;
	min-height: 76px;
	box-shadow: inset 0 -1px 0 0 #e8e9ec;
	background-color: #fbfbfb;
	display: inline-block;
	padding: 24px 16px 24px 24px;
}
.vertical_tabs_data_main.padding_left_75 .vertical_tabs_tab_title a{
	width: 267px;
}
.vertical_tabs_data_inner {
	display: none;
}
.vertical_tabs_data_inner.active {
	display: block;
}
.vertical_tabs_tab_image {
	margin-bottom: 18px;
}
/*.vertical_tabs_tab_image img {
    max-height: 177px;
}*/
.vertical_tabs_tab_heading {
	margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	color: #221f20;
}
.vertical_tabs_tab_sub_heading {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 15px;
}
.vertical_tabs_tab_description {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 15px;
}
.vertical_tabs_tab_title a.active,
.vertical_tabs_tab_title a.active:hover {
	box-shadow: inset 6px 0 0 0 #00a0dc, inset 0 -1px 0 0 #e8e9ec;
	background-color: #fff;
}
.vertical_tabs_tab_title a:hover{
	box-shadow: 0 0 16px 0 rgba(208, 210, 215, 0.7), inset 0 -1px 0 0 #e8e9ec;
	position: relative;
	background-color: #fff;
}
.padding_left_75{
	padding-left: 75px;
}
.vertical_tabs.vertical_tabs_Dark {
	background: #3c4456;
}
.vertical_tabs.vertical_tabs_Dark .vertical_tabs_title,
.vertical_tabs.vertical_tabs_Dark .vertical_tabs_tab_heading,
.vertical_tabs.vertical_tabs_Dark .vertical_tabs_tab_sub_heading,
.vertical_tabs.vertical_tabs_Dark .vertical_tabs_tab_description,
.vertical_tabs.vertical_tabs_Dark .btn_blue_border,
.vertical_tabs.vertical_tabs_Dark a.btn_blue_border{
	color: #fff;
}
.vertical_tabs.vertical_tabs_Dark .vertical_tabs_tab_title a,
.vertical_tabs.vertical_tabs_Dark .vertical_tabs_tab_title a.active{
	color: #fff;
	opacity: 1.0;
}
.vertical_tabs.vertical_tabs_Dark .vertical_tabs_tab_title a{
	box-shadow: inset 0 -1px 0 0 rgba(106, 124, 144, 0.5);
	background-color: #3c4456;
}
.vertical_tabs.vertical_tabs_Dark .vertical_tabs_tab_title a:hover{
	box-shadow: 0 0 16px 0 rgba(40, 40, 40, 0.5);
	background-color: rgba(106, 124, 144, 0.4);
}
.vertical_tabs.vertical_tabs_Dark .vertical_tabs_tab_title a.active,
.vertical_tabs.vertical_tabs_Dark .vertical_tabs_tab_title a.active:hover{
	box-shadow: inset 6px 0 0 0 #00a0dc, inset 0 -1px 0 0 rgba(106, 124, 144, 0.5);
	background-color: #3c4456;
}
.accordions_title {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	color: #221f20;
	margin-bottom: 15px;
}
.accordions_description {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	color: #221f20;
	max-width: 940px;
	margin: 0 auto;
	margin-bottom: 24px;
}
.accordions_description p{
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	margin: 0px;
}
.accordions_data_title {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #0d141c;
	margin-bottom: 17px;
	cursor: pointer;
	padding-right: 30px;
	position: relative;
}
.accordions_data_title i {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}
.accordions_data_title .fa-chevron-up {
	display: none;
}
.accordions_data_title.active .fa-chevron-up {
	display: block;
}
.accordions_data_title.active .fa-chevron-down {
	display: none;
}
.accordions_data_title .fa-minus {
	display: none;
}
.accordions_data_title.active .fa-minus {
	display: block;
}
.accordions_data_title.active .fa-plus {
	display: none;
}
.product_feature_module .accordions_data_title.active.collapsed .fa-chevron-down{
	display: block;
}
.product_feature_module .accordions_data_title.active.collapsed .fa-chevron-right{
	display: none;
}
.product_feature_module.faq .faq_accordions_data_row.card {
	box-shadow: inset 0 -1px 0 0 #d0d2d7;
	border-radius: 0;
}
.faq.p_module .accordions_data_row {
	padding: 0;
	border: none;
	border-radius: 0px;
	margin-bottom: 1px;
}
.faq .accordions_data .faq_accordions_data_row.card {
	box-shadow: inset 0 -1px 0 0 #d0d2d7;
	border-radius: 0;
}
.accordions_data_main .col-md-12 .accordions_data_row {
	padding-left: 0;
}
.faq .accordions_data .accordions_data_title.active{
	padding-bottom: 28px;
}
.accordions_data_content {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 10px;
	max-width: 950px;
}
.accordions_data_content p {
	margin-bottom: 14px;
	font-size: 15px;
}
.accordions_data_main .col-md-12 .accordions_data_content p{
	font-size: 21px;
}
.accordions_data_row {
	margin-bottom: 8px;
	display: inline-block;
	width: 100%;
	padding: 15px 15px 10px 15px;
	box-shadow: inset 0 -1px 0 0 #d0d2d7;
}
.accordions_data_inner {
	display: none;
}
.accordions_data_inner.active {
	display: block;
}
.accordions_data_link {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
.accordions_data_main{
	margin-top: 32px;
}
.accordions_data_link {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #007fad;
}
.accordions_data_link a {
	text-decoration: none;
}
.accordions_bottom_link{
	margin-top: 20px;
}
.right_side_product_tiles_sub_heading {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: 0.13px;
	color: #221f20;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.col-md-6 .accordions_data {
	padding: 0 10px;
	padding-right: 50px;
}
.accordions_cta {
	margin-bottom: 20px;
}
.right_side_imagetext_image {
	margin-bottom: 120px;
}
.right_side_imagetext_content {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
}
.right_side_imagetext_content p {
	margin-bottom: 16px;
}
.accordions.accordions_Dark {
	background: #3c4456;
}
.accordions.accordions_Dark .accordions_title,
.accordions.accordions_Dark .accordions_description,
.accordions.accordions_Dark .btn_blue_border,
.accordions.accordions_Dark a.btn_blue_border,
.accordions.accordions_Dark .accordions_data_title,
.accordions.accordions_Dark .accordions_data_content,
.accordions.accordions_Dark .right_side_product_tiles_sub_heading,
.accordions.accordions_Dark .right_side_imagetext_content{
	color: #fff;
}
.accordions.accordions_Dark .accordions_data_link a,
.accordions.accordions_Dark .link_type_link,
.accordions.accordions_Dark a.link_type_link{
	color: #fff;
	border-color: #fff;
}
.employee_grid_title {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	color: #221f20;
	margin-bottom: 5px;
}
.employee_grid {
	margin-top: 25px;
}
.employee_grid_data {
	border-radius: 12px;
	box-shadow: 0 0 8px 0 rgba(208, 210, 215, 0.5);
	background-color: #ffffff;
	overflow: hidden;
	margin-bottom: 20px;
}
.employee_thumbnail{
	overflow: hidden;
	position: relative;
}
.employee_thumbnail img {
	height: 168px;
	visibility: hidden;
}
.employee_grid_content{
	padding: 12px;
}
.employee_grid_data_title {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 8px;
}
.employee_data_position {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #6f737c;
	margin-bottom: 10px;
	min-height: 30px;
}
.employee_grid_data a {
	text-decoration: none;
}
.employee_grid_data_link span {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #007fad;
	text-decoration: underline;
}
.row.employee_grid {
	margin-left: -10px;
	margin-right: -10px;
}
.row.employee_grid .col-md-2,
.row.employee_grid .col-md-12 {
	padding: 0 10px;
}
.row.employee_grid .col-md-12 .employee_grid_data_title{
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	color: #221f20;
	margin-bottom: 5px;
}
.row.employee_grid .col-md-12 .employee_data_position{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 5px;
}
.employee_data_excerpt {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 15px;
	max-width: 655px;
}
.row.employee_grid .col-md-12 .employee_grid_data_link span{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #0d141c;
	text-decoration: none;
}
.row.employee_grid .col-md-12 .employee_grid_data {
	padding: 24px;
}
.row.employee_grid .col-md-12 .employee_thumbnail{
	border-radius: 10px;
}
.row.employee_grid .col-md-12 .employee_thumbnail img{
	height: 243px;
}
.row.employee_grid .col-md-12 .employee_grid_content {
	padding: 0;
}
.employee.employee_Dark {
	background: #3c4456;
}
.employee.employee_Dark .employee_grid_title{
	color: #fff;
}
.grey_btn, a.grey_btn{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #0d141c;
	border-radius: 22px;
	background-color: #f8f9fa;
	padding: 9.5px 19px;
	text-decoration: none;
}
.grey_btn:hover, a.grey_btn:hover{
	background-color: #f3f4f5;
}
.grey_btn:focus, a.grey_btn:focus{
	background-color: #e8e9ec;
}
.yellow_btn, a.yellow_btn{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: rgb(34, 31, 32);
	border-radius: 22px;
	background-color: rgb(253, 185, 19);
	padding: 9.5px 19px;
	text-decoration: none;
}
.yellow_btn:hover, a.yellow_btn:hover{
	background-color: #fbbe3e;
}
.yellow_btn:focus, a.yellow_btn:focus{
	background-color: #fbbe3e;
}
a.grey_btn i, a.yellow_btn i{
	display: none;
}
.see_more_team{
	margin-top: 20px;
}
.employee_modal_main{
	padding-right: 0px !important;
}
.employee_modal_main .modal-dialog{
	margin: 3.75rem auto;
	max-width: 100%;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	transform: translate(0);
}
.employee_modal_main.modal.fade .modal-dialog{
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	transform: translate(0);
}
.employee_modal_main .modal-content{
	border-radius: 0;
	border: none;
}
.employee_modal_main .modal-header,
.employee_modal_main .modal-footer{
	border:none;
}
.employee_modal_main .employee_thumbnail{
	border-radius: 10px;
}
.employee_modal_main .employee_thumbnail img{
	height: 283px;
}
.employee_grid_popup_title {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	color: #221f20;
	margin-bottom: 10px;
}
.employee_popup_position {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #221f20;
}
.employee_description {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-top: 20px;
}
.employee_description p{
	margin-bottom: 10px;
	font-size: 15px;
}
.employee_social_links {
	margin: 14px 0;
}
.employee_social_links a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	font-size: 20px;
	color: #221f20;
}
.employee_modal_main .modal-header .close{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #0d141c;
	padding-top: 10px;
	padding-bottom: 0px;
}
.employee_more_article {
	margin-top: 15px;
}
.read_more_title {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #6f737c;
	margin-bottom: 15px;
}
.employee_more_article_link{
	margin-bottom: 8px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #007fad;
}
.employee_more_article_link a{
	color: #007fad;
	text-decoration: none;
}
.container_popup {
	padding: 0 100px;
	position: relative;
}
.left_slide_popup {
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 30px;
	margin-top: -15px;
	width: 45px;
	text-align: center;
	cursor: pointer;
	color: #221f20;
}
.right_slide_popup {
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 30px;
	margin-top: -15px;
	width: 45px;
	text-align: center;
	cursor: pointer;
	color: #221f20;
}
#employee_modal_1 .left_slide_popup,
.employee_modal_main:last-child .right_slide_popup{
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}
.testimonial_carousel_rating {
	font-family: 'Poppins', sans-serif;
	font-size: 67px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	text-align: center;
	color: #221f20;
	margin-bottom: 25px;
}
.testimonial_carousel_sub_title {
	font-family: 'Poppins', sans-serif;
	font-size: 21px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: center;
	color: #221f20;
	margin-bottom: 40px;
}
.testimonial_carousel_quote {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	color: #221f20;
	margin-bottom: 17px;
}
.testimonial_carousel_link{
	color: #007fad;
}
.testimonial_carousel_link a {
	font-family: Roboto;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	color: #007fad;
	text-decoration: underline;
}
.testimonials_list {
	max-width: 750px;
	margin: 0 auto;
	background: none;
	border: none;
	border-radius: 0px;
}
.testimonial_carousel_rating_star {
	font-size: 24px;
	margin-bottom: 20px;
	color: #fdb913;
	line-height: 0;
}
.testimonial_carousel_rating_star i{
	margin: 0 5px;
}
.flexslider.testimonials_list .flex-control-nav {
	display: none;
}
.flex-direction-nav a::before {
	font-family: "Font Awesome 5 Pro";
	font-size: 30px;
	font-weight: 400;
	content: "\f053";
}
.flex-direction-nav a.flex-next::before {
	content: '\f054';
}
.flex-direction-nav a{
	opacity: 1.0;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	left: -50px;
}
.flexslider:hover .flex-direction-nav .flex-next {
	right: -50px;
}
.testimonial_carousel.testimonial_carousel_Dark {
	background: #3c4456;
}
.testimonial_carousel.testimonial_carousel_Dark .testimonial_carousel_rating,
.testimonial_carousel.testimonial_carousel_Dark .testimonial_carousel_rating_star,
.testimonial_carousel.testimonial_carousel_Dark .testimonial_carousel_sub_title,
.testimonial_carousel.testimonial_carousel_Dark .testimonial_carousel_quote,
.testimonial_carousel.testimonial_carousel_Dark .testimonial_carousel_link,
.testimonial_carousel.testimonial_carousel_Dark .testimonial_carousel_link a{
	color: #fff;
}
.testimonial_carousel.testimonial_carousel_Dark .flex-direction-nav .flex-prev:before {
	color: #fff;
}
.testimonial_carousel.testimonial_carousel_Dark .flex-direction-nav .flex-next:before {
	color: #fff;
}
.splitfull_width_sub_title {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: 0.13px;
	color: #221f20;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.splitfull_width_title {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	color: #221f20;
	margin-bottom: 15px;
}
.splitfull_width_description {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 20px;
}
.splitfull_width_description p{
	margin-bottom: 15px;
}
.additional_quote_main{
	margin-top: 35px;
}
.splitfull_width_additional_quote {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 10px;
}
.splitfull_width_additional_name_and_position {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 15px;
}
.splitfull_width_additional_logo img {
	max-height: 25px;
}
.splitfull_width_additional {
	margin-top: 35px;
	display: inline-block;
	width: 100%;
}
.splitfull_width_additional_row {
	margin-bottom: 25px;
}
.splitfull_width_additional_heading_title {
	font-family: 'Poppins', sans-serif;
	font-size: 21px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 8px;
}
.splitfull_width_additional_heading_description {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
}
.splitfull_width_Dark{
	background: #3c4456;
}
.splitfull_width_Dark .splitfull_width_sub_title,
.splitfull_width_Dark .splitfull_width_title,
.splitfull_width_Dark .splitfull_width_description,
.splitfull_width_Dark .link_type_link,
.splitfull_width_Dark a.link_type_link,
.splitfull_width_Dark .btn_blue_border,
.splitfull_width_Dark a.btn_blue_border,
.splitfull_width_Dark .splitfull_width_additional_heading_title,
.splitfull_width_Dark .splitfull_width_additional_heading_description,
.splitfull_width_Dark .splitfull_width_additional_quote,
.splitfull_width_Dark .splitfull_width_additional_name_and_position,
.splitfull_width_Dark .rollup_title,
.splitfull_width_Dark .rollup_excerpt{
	color: #fff;
}
.splitfull_width_Dark a.btn_blue_border:hover{
	color: #0d141c;
}
.splitfull_width_Dark .yellow_bg{
	color: #fdb913;
}
.splitfull_width_Dark .yellow_bg::after{
	display: none;
}
.splitfull_width_Dark .splitfull_width_additional_logo img {
	filter: brightness(0) invert(1);
	opacity: 0.9;
}
.container_indented{
	padding: 0 50px;
}
.splitabstract .additional_quote_main {
	padding: 15px;
	border-radius: 0px;
	border: solid 2px #e8e9ec;
	background-color: #fff;
	margin-top: 32px;
	border-top: 8px solid #f48056;
}
.splitabstract .hero_metric_rollup {
	padding-top: 0px;
	padding-bottom: 32px;
}
.splitabstract .hero_metric_rollup .col-md-4{
	padding-right: 10px;
	padding-left: 10px;
	border-color: #d0d2d7;
	border-width: 1px;
}
.splitabstract {
	position: relative;
}
.splitabstract .media_img_main{
	width: 45%;
}
.splitabstract_media img {
	visibility: hidden;
}
.splitabstract.media_p_left .media_img_main{
	right: auto;
	left: 0px;
	background-position: center left !important;
}
.splitabstract .media_img_main img{
	visibility: hidden;
}
.splitabstract .col-md-6.order-1{
	padding-left: 0;
}
.splitabstract .col-md-6.order-0{
	padding-right: 0;
}
.splitabstract_Dark {
	background: #3c4456;
}
.splitabstract_Dark .splitfull_width_sub_title,
.splitabstract_Dark .splitfull_width_title,
.splitabstract_Dark .splitfull_width_description,
.splitabstract_Dark .link_type_link,
.splitabstract_Dark a.link_type_link,
.splitabstract_Dark .btn_blue_border,
.splitabstract_Dark a.btn_blue_border,
.splitabstract_Dark .rollup_title,
.splitabstract_Dark .rollup_excerpt{
	color: #fff;
}
.splitabstract_Dark .hero_metric_rollup .col-md-4{
	border-color: #fff;
}
.text_pattern_title {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	color: #221f20;
	margin-bottom: 15px;
}
.text_pattern_sub_title{
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: 0.13px;
	color: #221f20;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.text_pattern_description, .text_pattern_description p {
	font-family: Roboto;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
}
.text_pattern_Dark {
	background: #3c4456;
}
.text_pattern_Dark .text_pattern_sub_title,
.text_pattern_Dark .text_pattern_title,
.text_pattern_Dark .text_pattern_description,
.text_pattern_Dark .text_pattern_description p {
	color: #fff;
}
.full_bleed_quote {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	color: #221f20;
	margin-bottom: 25px;
}
.full_bleed_name_and_postion {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 4px;
}
.full_bleed_company {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: 0.13px;
	color: #221f20;
	text-transform: uppercase;
}
.full_bleed .container-fluid {
	padding: 0;
	overflow: hidden;
}
.full_bleed_media img{
	visibility: hidden;
}
.full_bleed .container-fluid .row {
	margin: 0;
	flex-wrap: wrap;
}
.full_bleed .container-fluid .row.hero_metric_rollup {
	padding: 30px 0 0 0;
}
.full_bleed.p_module .col-md-6 {
	display: flex;
	flex-direction: column;
}
.full_bleed_link{
	margin-top: 32px;
}
.full_bleed.p_module {
	padding: 0 !important;
}
.full_bleed_Dark {
	background: #221f20;
}
.full_bleed_Dark .full_bleed_quote,
.full_bleed_Dark .link_type_link,
.full_bleed_Dark a.link_type_link,
.full_bleed_Dark .btn_blue_border,
.full_bleed_Dark a.btn_blue_border{
	color: #fff;
}
.full_bleed_Dark .full_bleed_name_and_postion,
.full_bleed_Dark .full_bleed_company,
.full_bleed_Dark .rollup_title,
.full_bleed_Dark .rollup_excerpt{
	color: #d0d2d7;
}
.full_bleed .col-md-6.p-5{
	padding: 50px 55px !important;
}
.full_bleed .blue_bg::after{
	background: linear-gradient(to bottom, #00a0dc, #00a0dc);
}
.full_bleed_Dark.full_bleed .blue_bg{
	color: #00a0dc;
}
.full_bleed_Dark.full_bleed .yellow_bg{
	color: #f7d85f;
}
.full_bleed_Dark.full_bleed .orange_bg{
	color: #fdb913;
}
.full_bleed_Dark.full_bleed .terracotta_bg{
	color: #f8a27f;
}
.full_bleed_Dark.full_bleed span::after{
	display: none;
}
.search_resources_block .ui-autocomplete {
	float: left;
	box-shadow: 2px 2px 3px #888888;
	background: #FFF;
	position: absolute;
}
.search_resources_block .ui-menu-item {
	list-style-type: none;
	padding: 10px;
}
.search_resources_block .ui-menu-item:hover {
	background: #F1F1F1;
}
.search_resources_block {
	display: block;
	position:relative
}
.search_resources_block .ui-autocomplete {
	top: 100%;
}
.search_resources_block .ui-widget {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
.design_gallery_block_title {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	text-align: center;
	color: #221f20;
	margin-bottom: 10px;
}
.design_gallery_block_description {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	max-width: 752px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.design_gallery_data {
	margin-top: 30px;
}
.design_gallery_data_inner {
	border: solid 2px #e8e9ec;
	border-top: none;
	padding: 24px 24px 0 24px;
	height: 455px;
	background: #fff;
	overflow: hidden;
	position: relative;
}
.design_gallery_data_inner:hover{
	box-shadow: 0 0 16px 0 rgba(208, 210, 215, 0.7);
	background-color: #f8f9fa;
}
.design_gallery_data_image::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	content: "";
	display: none;
}
.design_gallery_data_inner:hover .design_gallery_data_image::before{
	display: block;
}
.design_gallery_data_inner a{
	text-decoration: none;
}
.design_gallery_data_border{
	height: 8px;
	background-color: #f48056;
	width: 100%;
}
.design_gallery_data .col-md-4:first-child .design_gallery_data_border{
	background-color: #f48056;
}
.design_gallery_data .col-md-4:nth-child(2) .design_gallery_data_border{
	background-color: #39bb9d;
}
.design_gallery_data .col-md-4:last-child .design_gallery_data_border{
	background-color: #00a0dc;
}
.design_gallery_data_title {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	color: #221f20;
	margin-bottom: 2px;
}
.design_gallery_data_type {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 10px;
}
.design_gallery_data_sub_title {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: 0.13px;
	color: #221f20;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.design_gallery_data_sub_title i{
	margin-right: 8px;
}
.design_gallery_data_image{
	position: relative;
	height: 85%;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	border: solid 1px #e8e9ec;
}
.design_gallery_data_image img {
	visibility: hidden;
}
.design_gallery_data_link{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 120px;
	text-align: center;
	margin-top: -21px;
	display: none;
}
.design_gallery_data_inner:hover .design_gallery_data_link{
	display: block;
}
.design_gallery_block_link {
	margin-top: 48px;
}
.design_gallery_data_link .btn_blue_border {
	border-radius: 22px;
	background-color: #f8f9fa;
	border: none;
	padding: 9px 20px;
	min-width: 166px;
	color: #0d141c;
}
.design_gallery_data_link .btn_blue_border:hover{
	background-color: #f3f4f5;
}
.design_gallery_data_excerpt {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.4;
	letter-spacing: normal;
	color: #6f737c;
	margin-bottom: 10px;
}
.design_gallery_block_Dark {
	background: #3c4456;
}
.design_gallery_block_Dark .design_gallery_block_title,
.design_gallery_block_Dark .design_gallery_block_description,
.design_gallery_block_Dark .btn_blue_border{
	color: #fff;
}
.services_block_title {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	text-align: center;
	color: #221f20;
	margin-bottom: 10px;
}
.services_block_description {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	max-width: 752px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.services_block_data {
	margin-top: 30px;
}
.services_block_grid_data {
	padding: 20px 24px;
	border-radius: 16px;
	box-shadow: 0 0 8px 0 rgba(208, 210, 215, 0.5);
	background-color: #ffffff;
	min-height: 303px;
	width: 267px;
}
.services_block_data a{
	text-decoration: none;
}
.services_block_grid_data:hover{
	box-shadow: 0 0 16px 0 rgba(208, 210, 215, 0.7);
}
.services_block_grid_data:hover i{
	display: inline-block;
}
.services_block_data .col-md-3,
.services_block_data .col-md-4{
	margin-bottom: 28px;
}
.services_block_data_title {
	font-family: 'Poppins', sans-serif;
	font-size: 21px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: center;
	color: #221f20;
	margin-bottom: 16px;
}
.services_block_data_image {
	margin-bottom: 20px;
}
.services_block_data_link {
	margin-bottom: 10px;
}
.blog_featured_topic.p_module {
	padding: 52px 0;
}
.blog_featured_topic_sub_title {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: 0.13px;
	color: #221f20;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.blog_featured_topic_title {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	color: #221f20;
	margin-bottom: 16px;
}
.pr-100{
	padding-right: 100px;
}
.blog_featured_topic_description {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 24px;
}
.blog_featured_topic_description p{
	margin-bottom: 0px;
}
.blog_featured_inner {
	border-radius: 8px;
	box-shadow: 0 0 8px 0 rgba(208, 210, 215, 0.5);
	background-color: #ffffff;
	padding: 16px;
	margin: 12px 0;
	height: 95%;
}
.blog_featured_inner:hover{
	box-shadow: 0 0 16px 0 rgba(208, 210, 215, 0.7);
}
.blog_featured_inner.featured_post:hover{
	box-shadow: 0 0 16px 0 rgba(215, 218, 224, 0.7);
}
.blog_featured_inner:hover i.fa-long-arrow-right {
	display: inline-block;
}
.blog_featured_data_title {
	font-family: Roboto;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 16px;
	min-height: 60px;
}
.blog_featured_data_image {
	margin-bottom: 18px;
}
.blog_featured_data_image img {
	max-height: 30px;
}
.blog_featured_data_image i{
	font-size: 30px;
	color: #221f20;
}
.blog_featured_list a{
	text-decoration: none;
}
.blog_featured_data_link{
	margin-bottom: 5px;
}
.blog_featured_inner.featured_post {
	background: #221f20;
}
.blog_featured_inner.featured_post .blog_featured_data_title,
.blog_featured_inner.featured_post .link_type_link {
	color: #fff;
}
.blog_featured_inner.featured_post .blog_featured_data_image img{
	filter: brightness(0) invert(1);
}
.testimonials_title {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	text-align: center;
	color: #221f20;
	margin-bottom: 15px;
}
.testimonials_description {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	max-width: 752px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.testimonials_description p{
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	margin: 0;
}
.testimonials_description a{
	text-decoration: underline;
	color: #0071aa;
}
.testimonials_data_title {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: 0.13px;
	color: #221f20;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.testimonials_data_quote {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 16px;
}
.testimonials_data_name {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 9px;
}
.testimonials_data_position {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 5px;
}
.testimonials_data {
	margin-top: 30px;
}
.testimonials_data_inner {
	border: solid 2px #e8e9ec;
	border-top: none;
	padding: 24px 24px 80px 24px;
	height: 100%;
	background: #fff;
	overflow: hidden;
	position: relative;
}
.testimonials_data_inner a{
	text-decoration: none;
}
.testimonials_data_inner:hover{
	box-shadow: 0 0 16px 0 rgba(208, 210, 215, 0.7);
	background-color: #f8f9fa;
}
.testimonials_data_link {
	position: absolute;
	left: 24px;
	bottom: 24px;
}
.testimonials.testimonials_Dark {
	background: #3c4456;
}
.testimonials.testimonials_Dark .testimonials_title,
.testimonials.testimonials_Dark .testimonials_description{
	color: #fff;
}
.splitfull_width_sub_title_m {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: 0.13px;
	color: #221f20;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.splitfull_width_title_m {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	color: #221f20;
	margin-bottom: 15px;
}
.splitfull_width_description_m {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 21px;
}
.splitfull_width_description_m p{
	margin-bottom: 15px;
}
.additional_quote_main_m{
	margin-top: 35px;
}
.splitfull_width_additional_quote_m {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 16px;
}
.splitfull_width_additional_name_and_position_m {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #6f737c;
	margin-bottom: 12px;
}
.splitfull_width_image_m.has_small_image img {
	max-width: 70%;
}
.splitfull_width_additional_logo_m img {
	max-height: 25px;
	filter: invert(.5);
}
.splitfull_width_additional_m {
	margin-top: 35px;
	display: inline-block;
	width: 100%;
}
.splitfull_width_additional_row_m {
	margin-bottom: 32px;
}
.splitfull_width_additional_heading_title_m {
	font-family: 'Poppins', sans-serif;
	font-size: 21px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 8px;
}
.splitfull_width_additional_heading_description_m {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
}
.splitfull_width .col-md-6.order-0.pr-5.pr-3 {
	padding-right: 1rem !important;
}
.splitfull_width_Dark{
	background: #3c4456;
}
.splitfull_width_Dark .splitfull_width_sub_title_m,
.splitfull_width_Dark .splitfull_width_title_m,
.splitfull_width_Dark .splitfull_width_description_m,
.splitfull_width_Dark .link_type_link,
.splitfull_width_Dark a.link_type_link,
.splitfull_width_Dark .btn_blue_border,
.splitfull_width_Dark a.btn_blue_border,
.splitfull_width_Dark .splitfull_width_additional_heading_title_m,
.splitfull_width_Dark .splitfull_width_additional_heading_description_m,
.splitfull_width_Dark .splitfull_width_additional_quote_m,
.splitfull_width_Dark .splitfull_width_additional_name_and_position_m{
	color: #fff;
}
.splitfull_width_Dark .splitfull_width_additional_logo_m img {
	filter: brightness(0) invert(1);
	opacity: 0.9;
}
.splitabstract .splitfull_width_description {
	margin-bottom: 24px !important;
}
body.wp-megamenu .site-header .site-branding {
	display: block !important;
}
.wpmm_brand_logo_wrap{
	display: none;
}
body .wp-megamenu-wrap{
	background: none !important;
	padding: 0 !important;
}
.wp-megamenu-wrap > .wpmm-nav-wrap ul.wp-megamenu > li > a,
.wp-megamenu-wrap ul ul a{
	text-decoration: none !important;
}
.wp-megamenu-wrap > .wpmm-nav-wrap ul.wp-megamenu > li > a .fa{
	display: none !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link{
	display: none !important;
}
#wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu{
	/*box-shadow: 0 0 8px 0 rgba(208, 210, 215, 0.5);*/
	box-shadow: 0 0 3px 0 rgba(133, 136, 142, 0.7);
	padding: 30px 0;
}
#wp-megamenu-menu-1 > .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu{
	/*box-shadow: 0 0 8px 0 rgba(208, 210, 215, 0.5);*/
	box-shadow: 0 0 3px 0 rgba(133, 136, 142, 0.7);
	padding: 20px;
	width: 995px;
	left: -50px;
}
#wp-megamenu-menu-1 > .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.sub-menu-562 > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu, #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.sub-menu-563 > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu{
	width: 562px;
}
#wp-megamenu-menu-1 > .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu:before,
#wp-megamenu-menu-1 > .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu:after{
	display: none;
}
.wp-megamenu-sub-menu span.wpmm_item_description{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #60656f;
	text-transform: none;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu li > ul{
	padding: 0 26px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu ul.wp-megamenu-sub-menu{
	margin-bottom: 5px;
}
#wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li.current-menu-item > a,
#wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li.current-menu-ancestor > a,
#wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li.active > a{
	background-color: transparent;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a:hover,
#wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li.active > a:hover,
#wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li.current-menu-item > a:hover,
#wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li.current-menu-ancestor > a:hover {
	box-shadow: inset 0 -4px 0 0 #00a0dc;
	background-color: #fff;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li:hover > a,
#wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li.active:hover > a,
#wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li.current-menu-item:hover > a,
#wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li.current-menu-ancestor:hover > a{
	background-color: #f8f9fa;
	opacity: 0.95;
}
#wp-megamenu-menu-1 > .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu, #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container-container > ul.wp-megamenu-sub-menu, #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li.wpmm-strees-row .wpmm-strees-row-container > .wp-megamenu-sub-menu::before, #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li.wpmm-strees-row .wpmm-strees-row-container > .wp-megamenu-sub-menu::after, #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu {
	background-color: #fff;
	background-blend-mode: multiply;
}
.products_menu .wpmm-col.wpmm-col-6 {
	float: left;
	width: 50% !important;
	margin-bottom: 20px;
}
.products_menu .wpmm-col.wpmm-col-6:nth-child(2n+1) {
	clear: both;
}
.products_menu .wpmm-col.wpmm-col-8 .wpmm-col.wpmm-col-6 a,
#wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li.sub-menu-562 ul.wp-megamenu-sub-menu li a,
#wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li.sub-menu-563 ul.wp-megamenu-sub-menu li a {
	padding: 15px !important;
}
.products_menu .wpmm-col.wpmm-col-8 .wpmm-col.wpmm-col-6 a:hover,
#wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li.sub-menu-562 ul.wp-megamenu-sub-menu li a:hover,
#wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li.sub-menu-563 ul.wp-megamenu-sub-menu li a:hover {
	border-radius: 4px;
	box-shadow: 0 0 16px 0 rgba(208, 210, 215, 0.7);
	background-color: #ffffff;
}
.products_menu .wpmm-col.wpmm-col-4 .wpmm-col.wpmm-col-6 a {
	padding: 10px 15px !important;
	font-size: 12.5px !important;
}
.products_menu .wpmm-col.wpmm-col-4 .wpmm-col.wpmm-col-6 a:hover {
	border-radius: 0 4px 4px 0;
	box-shadow: 0 0 16px 0 rgba(34, 31, 32, 0.2), inset 3px 0 0 0 #00a0dc;
	background-color: #fbfbfb;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.products_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu li > ul {
	padding: 0;
}
.products_menu .wpmm-col.wpmm-col-8 {
	width: 55%;
}
.products_menu .wpmm-col.wpmm-col-4 {
	width: 45%;
}
.products_menu .wpmm-col.wpmm-col-4 .wpmm-col.wpmm-col-6{
	padding-right: 10px;
	margin-bottom: 5px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.products_menu > ul.wp-megamenu-sub-menu li.wpmm-row{
	padding: 0 20px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.products_menu > ul.wp-megamenu-sub-menu li.menu-widget-class > a,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu .products_menu ul.wp-megamenu-sub-menu li.wpmm-type-widget > a{
	border-bottom: 1px solid #d0d2d7 !important;
	font-size: 12px !important;
	font-weight: 300 !important;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3 !important;
	letter-spacing: normal !important;
	color: #6f737c !important;
	pointer-events: none;
}

#wp-megamenu-menu-1 > .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.we_do_menu > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu{
	width: 1140px !important;
	left: -140px;
	padding: 20px 0px !important;
}
.we_do_menu .wpmm-col.wpmm-col-6 {
	float: left;
	width: 50% !important;
	margin-bottom: 20px;
}
.we_do_menu .wpmm-col.wpmm-col-6:nth-child(2n+1) {
	clear: both;
}
.we_do_menu .wpmm-col.wpmm-col-8 .wpmm-col.wpmm-col-6 a,
#wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li.sub-menu-562 ul.wp-megamenu-sub-menu li a,
#wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li.sub-menu-563 ul.wp-megamenu-sub-menu li a {
	padding: 15px !important;
}
.we_do_menu .wpmm-col.wpmm-col-8 .wpmm-col.wpmm-col-6 a:hover,
#wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li.sub-menu-562 ul.wp-megamenu-sub-menu li a:hover,
#wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li.sub-menu-563 ul.wp-megamenu-sub-menu li a:hover {
	border-radius: 4px;
	box-shadow: 0 0 16px 0 rgba(208, 210, 215, 0.7);
	background-color: #ffffff;
}
.we_do_menu .wpmm-col.wpmm-col-4 .wpmm-col.wpmm-col-6 a {
	padding: 15px !important;
	line-height: normal !important;
}
.we_do_menu .wpmm-col.wpmm-col-4 .wpmm-col.wpmm-col-6 a:hover {
	border-radius: 4px;
	box-shadow: 0 0 16px 0 rgba(208,210,215,.7);
	background-color: #fff;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.we_do_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu li > ul {
	padding: 0;
}
.we_do_menu .wpmm-col.wpmm-col-8 {
	width: 50%;
	border-right: 1px solid #eee;
	padding: 10px 30px !important;
}
.we_do_menu .wpmm-col.wpmm-col-4 {
	width: 50%;
	padding: 10px 30px !important;
}
.we_do_menu .wpmm-col.wpmm-col-4 .wpmm-col.wpmm-col-6{
	padding-right: 10px;
	margin-bottom: 5px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.we_do_menu > ul.wp-megamenu-sub-menu li.wpmm-row{
	padding: 0 20px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.we_do_menu > ul.wp-megamenu-sub-menu li.menu-widget-class > a,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu .we_do_menu ul.wp-megamenu-sub-menu li.wpmm-type-widget > a{
	border-bottom: 1px solid #d0d2d7 !important;
	font-size: 12px !important;
	font-weight: 300 !important;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3 !important;
	letter-spacing: normal !important;
	color: #6f737c !important;
	pointer-events: none;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu.has_image_icon ul.wp-megamenu-sub-menu{
	text-align: center;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu.has_image_icon ul.wp-megamenu-sub-menu a::before {
	content: "";
	height: 100px;
	width: 100%;
	display: inline-block;
	background: url("/wp-content/uploads/2020/07/image-1.png") no-repeat center center;
	background-size: auto 100%;
	margin-bottom: 5px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu.has_image_icon ul.wp-megamenu-sub-menu #wp-megamenu-item-2212 a::before {
	background: url("/wp-content/themes/data-axle/images/NAV_case_studies_blue.svg") no-repeat center center;
	background-size: auto 100%;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu.has_image_icon ul.wp-megamenu-sub-menu #wp-megamenu-item-3257 a::before {
	background: url("/wp-content/themes/data-axle/images/NAV_testimonials_green.svg") no-repeat center center;
	background-size: auto 100%;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu.has_image_icon ul.wp-megamenu-sub-menu #wp-megamenu-item-3124 a::before {
	background: url("/wp-content/themes/data-axle/images/NAV_recognition_yellow.svg") no-repeat center center;
	background-size: auto 100%;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu.has_image_icon ul.wp-megamenu-sub-menu #wp-megamenu-item-3115 a::before {
	background: url("/wp-content/themes/data-axle/images/NAV_design_gallery_terracotta.svg") no-repeat center center;
	background-size: auto 100%;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu.has_image_icon ul.wp-megamenu-sub-menu #wp-megamenu-item-3677 a::before {
	background: url("/wp-content/themes/data-axle/images/NAV_thought_leadership_blue.svg") no-repeat center center;
	background-size: auto 100%;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu.has_image_icon ul.wp-megamenu-sub-menu #wp-megamenu-item-23417 a::before {
	background: url("/wp-content/themes/data-axle/images/NAV_blog_green.svg") no-repeat center center;
	background-size: auto 100%;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu.has_image_icon ul.wp-megamenu-sub-menu #wp-megamenu-item-3531 a::before {
	background: url("/wp-content/themes/data-axle/images/NAV_expert__qa_yellow.svg") no-repeat center center;
	background-size: auto 100%;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu.has_image_icon ul.wp-megamenu-sub-menu #wp-megamenu-item-3530 a::before {
	background: url("/wp-content/themes/data-axle/images/NAV_news_coverage_terracotta.svg") no-repeat center center;
	background-size: auto 100%;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu.has_image_icon ul.wp-megamenu-sub-menu a{
	padding: 12px !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu.has_image_icon ul.wp-megamenu-sub-menu a:hover{
	border-radius: 4px 4px 0 0;
	box-shadow: 0 0 16px 0 rgba(208, 210, 215, 0.7), inset 0 -3px 0 0 #00a0dc;
	background-color: #fbfbfb !important;
}
#colophon.site-footer {
	margin-top: 0px;
	background-color: #221f20;
	font-family: 'Roboto', sans-serifss;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #d0d2d7;
	padding: 26px 0 0 0;
}
.footer_2 {
	padding: 22px 0 0 0;
}
.footer_2 .widget {
	margin-bottom: 0px;
}
.footer_4 p{
	margin-bottom: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: center;
	color: #d0d2d7;
	margin-top: 11px;
}
.menu_top_bar_1 ul{
	margin: 0px;
	padding: 0px;
}
.menu_top_bar_1 ul li a{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #ffffff;
	text-decoration: none;
	padding: 20px 0;
	display: inline-block;
	position: relative;
}
.menu_top_bar_1 {
	border-bottom: solid 1px #5f6570;
}
.menu_top_bar_1 ul li {
	margin-right: 24px;
	display: inline-block;
}
.menu_top_bar_1 ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 1px;
	background: #fff;
	display: none;
}
.menu_top_bar_1 ul li a:hover:after{
	display: block;
}
.menu_top_bar_1 .widget {
	margin: 0;
}

.menu_top_bar_2 ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.menu_top_bar_2 ul li {
	margin-bottom: 12px;
}
.menu_top_bar_2 ul li.menu-item-has-children{
	margin-bottom: 26px;
}
.menu_top_bar_2 ul li.menu-item-has-children > a{
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #ffffff;
	pointer-events: none;
}
.menu_top_bar_2 ul.sub-menu {
	margin-top: 12px;
}
.menu_top_bar_2 ul li a {
	font-family: Roboto;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #d0d2d7;
	text-decoration: none;
}
.menu_top_bar_2 ul li a:hover{
	color: #fff;
}
.menu_top_bar_3 ul{
	margin: 0px;
	padding: 0px;
}
.menu_top_bar_3 ul li a{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #d0d2d7;
	text-decoration: none;
	padding: 13px 0;
	display: inline-block;
	position: relative;
}
.menu_top_bar_3 ul li a:hover{
	color: #ffffff;
}
.menu_top_bar_3 ul li {
	margin-right: 24px;
	display: inline-block;
}
.menu_top_bar_3 .widget {
	margin: 0;
}
.menu_top_bar_4 ul{
	margin: 0px;
	padding: 0px;
}
.menu_top_bar_4 ul li {
	display: inline-block;
	margin-left: 16px;
}

.menu_top_bar_4 ul li a{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #d7dae0;
	text-decoration: none;
	padding: 13px 0;
	display: inline-block;
	position: relative;
}
.menu_top_bar_4 ul li a:hover{
	color: #ffffff;
}
.menu_top_bar_4 ul li.list-inline-item {
	margin-left: 16px;
}
.featured_title {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: 16px;
}
.featured_post .widget{
	margin-bottom: 24px;
}
.post_row {
	margin-bottom: 16px;
}
.category_data {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #d0d2d7;
	margin-bottom: 5px;
}
.title_data {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #d0d2d7;
}
.title_data a{
	color: #d0d2d7;
	text-decoration: none;
}
.title_data a:hover{
	color: #ffffff;
}
#colophon.site-footer hr {
	background-color: #5f6570;
	margin: 0;
	margin: 10px 0;
}
.case-studies-list{
	margin-bottom: 40px;
}
select.select_field {
	border-radius: 4px;
	border: solid 1px #d0d2d7;
	height: 45px;
	width: 100%;
	padding: 0 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #6f737c;
	margin: 0;
}
select.select_field:focus{
	border: solid 1px #1f242f !important;
	color: #1f242f;
}
input.search_field {
	height: 45px;
	border-radius: 4px;
	border: solid 1px #d0d2d7 !important;
	padding: 0 10px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #6f737c;
	padding-left: 15px !important;
}
body .search_input_main {
	position: relative;
	padding: 0 !important;
	border: none !important;
	width: 100%;
}
.search_input_main i {
	position: absolute;
	right: 1px;
	top: 1px;
	color: #6c757d;
	font-size: 16px;
	height: 43px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	background: #f3f4f5;
	border-left: solid 1px #d0d2d7;
	border-radius: 0 4px 4px 0;
}
.post_listing_main{
	padding: 48px 0 58px 0;
}
.post_listing_main .case-studies-list {
	margin-top: 32px;
	margin-bottom: 16px;
}
.post_listing_main .case-studies-list .col-md-4{
	margin-bottom: 24px;
}
.contact_banners_form span.your-email{
	float: none;
}
body .gated_content_hero_block .hero_block_heading {
	margin-bottom: 24px;
}
.Dark_full_bleed .award_view_btn .hero_video:hover{
	color: #0d141c;
}
.contact_cards_module .depts_dropdown{
	color: #6f737c;
}
.contact_cards_module .depts_dropdown:focus{
	color: #221f20;
	border: solid 1px #1f242f;
}
.departments_cards_posts a:hover{
	color: #0071aa;
}
.has_placeholder_lbl{
	position: relative;
}
.placeholder_lbl {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #6f737c;
	padding: 10px;
	pointer-events: none;
	position: absolute;
	left: 38px;
	top: 0px;
	transition: 0.2s;
	opacity: 1;
	padding-left: 0px;
}
.has_placeholder_lbl input:focus + .placeholder_lbl {
	opacity: 1;
	left: 38px;
	top: 1px;
	padding-top: 0;
	font-size: 9px;
	color: #221f20;
}
.floating-label {
	position:relative;
}
.floating-input:focus , .floating-select:focus {
	outline:none;
}
.floating-label label {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #6f737c;
	position:absolute;
	pointer-events:none;
	left:16px;
	top:10px;
	transition:0.2s ease all;
	-moz-transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
}
.floating-input:focus ~ label, .floating-input.floating_has_val ~ label {
	top:5px;
	font-size:9px;
	color:#221f20;
}
.floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
	top:5px;
	font-size:9px;
	color:#221f20;
}
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
	width:50%;
}
.floating-textarea {
	min-height: 30px;
	max-height: 260px;
	overflow:hidden;
	overflow-x: hidden;
}
.search_input_main.floating-label label{
	left: 15px;
}
input.search_field.floating-input:focus{
	border: solid 1px #1f242f !important;
	color: #1f242f;
	padding-top: 10px;
}
input.search_field.floating-input.floating_has_val{
	padding-top: 10px;
	color: #1f242f;
}
.featured_awards_grid_section .award_content_box{
	padding-bottom: 60px;
	min-height: 290px;
}
.faq.p_module .faq_cta {
	margin-top: 35px;
}
.popup_form .wpcf7-form-control-wrap{
	text-align: left;
}
.wpcf7-valid-tip{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #398f14;
	margin-top: 5px;
}
.dropdown.select_field.multiple_select_field {
	padding: 0;
	background: #fff;
	margin: 0;
	width: 100% !important;
	height: 45px;
	border: none;
}
.dropdown.select_field.multiple_select_field.show .filter-option-inner-inner{
	color: #221f20;
}
.bootstrap-select.select_field.multiple_select_field > .dropdown-toggle{
	background: none !important;
	box-shadow: none;
	padding: 8px 12px;
	outline: none !important;
	border: solid 1px #d0d2d7;
	height: 45px;
}
.dropdown.select_field.multiple_select_field.show > .dropdown-toggle{
	border-color: #1f242f;
}
.bootstrap-select.select_field.multiple_select_field .dropdown-menu{
	min-width: 0px !important;
	margin-top: -3px;
	width: 100%;
	border-top: 1px solid #d0d2d7 !important;
}
.bootstrap-select.select_field.multiple_select_field .dropdown-menu.show[role="combobox"]{
	border: solid 1px #1f242f;
	border-radius: 0 0 4px 4px;
	border-top: none;
	z-index: 5;
}
.dropdown.bootstrap-select.show-tick.select_field.multiple_select_field.show:focus {
	border-bottom: none;
}
.dropdown.bootstrap-select.show-tick.select_field.multiple_select_field .dropdown-item:hover,
.dropdown.bootstrap-select.show-tick.select_field.multiple_select_field .dropdown-item:focus {
	background-color: #f3f4f5;
}
.dropdown.bootstrap-select.show-tick.select_field.multiple_select_field .dropdown-menu li a{
	padding: 10px;
	padding-left: 40px;
	color: #221f20;
}
.bootstrap-select.show-tick .dropdown-menu span.check-mark {
	left: 15px;
	top: 11px;
	position: absolute;
	display: inline-block;
}
.bootstrap-select.show-tick.select_field.multiple_select_field .dropdown-menu .selected span.check-mark{
	left: 15px;
	top: 11px;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}
.dropdown.bootstrap-select.show-tick.select_field.multiple_select_field .bs-ok-default::after{
	transform: none;
	content: "\f0c8";
	border: none;
	font-weight: 400;
}
.dropdown.bootstrap-select.show-tick.select_field.multiple_select_field .dropdown-item.selected .bs-ok-default::after{
	content: "\f14a";
	transform: none;
	border: none;
	font-weight: 900;
}
.bootstrap-select.show-tick.select_field.multiple_select_field > .dropdown-toggle.bs-placeholder{
	color: #6f737c;
}
.bootstrap-select.show-tick.select_field.multiple_select_field .dropdown-menu li a span.text {
	margin-right: 0;
	white-space: normal;
}
.blog_p_module{
	padding-bottom: 40px;
}
.blog_container{
	max-width: 752px;
	margin: 0 auto;
}
.media_formatting_image_caption p {
	margin-bottom: 0;
}
.image_with_small_logo .media_formatting_image{
	margin-bottom: 20px;
}
.image_with_small_logo .media_formatting_image img {
	max-height: 72px;
}
.blog_paragraph_content.blog_p_module {
	padding-bottom: 15px;
	padding-top: 30px;
}
.blog_paragraph_content_paragraphs {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: normal;
	color: #221f20;
}
.blog_paragraph_content_paragraphs p{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 20px;
}
.blog_paragraph_content_paragraphs h1,
.blog_paragraph_content_paragraphs h2,
.blog_paragraph_content_paragraphs h3,
.blog_paragraph_content_paragraphs h4,
.blog_paragraph_content_paragraphs h5,
.blog_paragraph_content_paragraphs h6 {
	margin-top: 0;
	margin-bottom: 16px;
}
.media_formatting_description a,
.blog_paragraph_content_paragraphs a {
	color: #007fad;
	text-decoration: underline;
}
.image_split_content .media_formatting_description p{
	margin-bottom: 5px;
}
.blog_guide_module_inner {
	background-color: #3c4456;
	padding: 16px 16px 0px 16px;
	border-radius: 16px;
	box-shadow: 0 0 8px 0 rgba(208, 210, 215, 0.5);
	height: 262px;
	overflow: hidden;
}
.blog_guide_title {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: 0.13px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 16px;
	margin-top: 8px;
}
.blog_guide_sub_heading {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	color: #ffffff;
	margin-bottom: 16px;
}
.blog_guide_short_description {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: 16px;
}
.blog_guide_module_inner .link_type_link,
.blog_guide_module_inner a.link_type_link {
	color: #fff;
}
.media_formatting_description p:last-child {
	margin-bottom: 0;
}
.blog_posts_list .blog_main_title {
	margin-bottom: 35px;
}
.blog_author_block_content {
	border-bottom: solid 1px #d0d2d7;
	border-top: solid 1px #d0d2d7;
	padding-top: 30px;
}
.row.awards_feed_posts a {
	text-decoration: none;
}
.row.awards_feed_posts a:hover .award_link i {
	display: inline-block;
}
.single_description {
	margin-bottom: 15px;
}
.Dark_single_product_feature_block h4.single_title,
.Dark_single_product_feature_block .single_description,
.Dark_single_product_feature_block .single_description p,
.Dark_single_product_feature_block .link_type_link{
	color: #fff;
}
.gallary_info .view_camp .hero_video{
	background-color: #f3f4f5 !important;
	border-radius: 22px;
}
.gallary_info .view_camp .hero_video:hover{
	background-color: #f3f4f5 !important;
}
.gallary_info .view_camp .hero_video:focus{
	background-color: #e8e9ec !important;
}
.data_api_carousel_title {
	font-family: Poppins;
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	text-align: center;
	color: #221f20;
	max-width: 945px;
	margin: 0 auto;
	padding-bottom: 41px;
}
.data_api_carousel_section {
	border-radius: 40px 40px 0 0;
	box-shadow: 0 0 8px 0 rgba(208, 210, 215, 0.5);
	background-color: #ffffff;
	min-height: 100px;
	padding: 36px 40px 0;
}
.data_api_carousel.p_module {
	padding-bottom: 0;
	background-color: #f8f9fa;
}
.rows_dataapi {
	max-height: 404px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #ffffff);
	overflow: hidden;
}
.since-data-carousel {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	color: #6f737c;
	margin-bottom: 5px;
}
.since-data-count {
	font-family: 'Poppins', sans-serif;
	font-size: 67px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	text-align: center;
	color: #221f20;
	margin-bottom: 5px;
}
.since-data-title {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: center;
	color: #221f20;
}
.rows_dataapi_item_name {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #221f20;
	margin: 5px 0;
	display: inline-block;
}
.rows_dataapi_item_updated_at {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: right;
	color: #6f737c;
	margin: 5px 0;
	float: right;
}
.rows_dataapi_item_address {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #6f737c;
	margin: 5px 0;
}
.rows_dataapi_item {
	padding: 10px 15px;
	box-shadow: inset 0 -1px 0 0 #e8e9ec;
	display: inline-block;
	width: 100%;
	min-height: 76px;
	overflow: hidden;
}
.rows_dataapi::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #ffffff);
	height: 100%;
}
.data_api_carousel_section .col-md-6:not(.text-center) {
	height: 404px;
}
.rows_dataapi ul{
	margin: 0;
	padding: 0;
}
.left_dataapi_item {
	float: left;
	width: 40%;
}
.left_dataapi_item .rows_dataapi_item_name,.left_dataapi_item .rows_dataapi_item_address{
	width: 100%;
	text-align: left;
}
.right_dataapi_item {
	float: right;
	width: 60%;
}
.right_dataapi_item .rows_dataapi_item_updated_at,.right_dataapi_item .rows_dataapi_item_address{
	width: 100%;
	text-align: right;
}
.right_dataapi_item .rows_dataapi_item_updated_at{
	margin: 8px 0;
}
.hide-scrollbar::-webkit-scrollbar {
	display: none;
}
.data-list {
	height: 404px;
	width: 100%;
	overflow-y: hidden;
}
.flexslider_carousel .flex-control-nav{
	bottom: 85px;
	text-align: left;
	padding-left: 210px;
}
.hidden_desktop{
	display: none;
}
.case_study_logo {
	max-height: 18px;
}
.case_study_logo.has_double_height {
	max-height: 60px;
}
.media_formatting_description ul {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: normal;
	color: #221f20;
	margin-left: 0;
	padding-left: 16px;
	margin-bottom: 14px;
}
.blog_case_study_summary a:hover,
.blog_case_study_summary a:focus,
.blog_case_study_summary a:active{
	color: #0071aa;
}
.blog_paragraph_content_paragraphs ul {
	margin-left: 0;
	padding-left: 16px;
}
.single .stats_grid_content_title {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	color: #d0d2d7;
	text-transform: none;
	max-width: 235px;
	margin: 0 auto;
}
.headline_module_title {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	color: #221f20;
	max-width: 945px;
	margin: 0 auto;
}
.headline_module.p_module {
	padding: 30px 0;
}
.application_tiles_title {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	text-align: center;
	color: #221f20;
	max-width: 946px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.application_tiles_content_data {
	border-radius: 12px;
	box-shadow: 0 0 8px 0 rgba(215, 218, 224, 0.5);
	background-color: #221f20;
	padding: 20px;
	padding-bottom: 44px;
	height: 100%;
	position: relative;
}
.application_tiles_content_title {
	font-family: 'Poppins', sans-serif;
	font-size: 21px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: 12px;
	max-width: 170px;
}
.application_tiles_content_excerpt {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: 16px;
}
.application_tiles_content_link .link_type_link {
	color: #fff;
}
.application_tiles_content_link {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.application_tiles_content a {
	text-decoration: none;
}
.application_tiles_content a:hover i{
	display: inline-block;
}
.application_tiles_content .col-md-3 {
	margin-bottom: 24px;
}
.application_tiles.application_tiles_Dark {
	background: #3c4456;
}
.application_tiles.application_tiles_Dark .application_tiles_title {
	color: #fff;
}
.application_tiles.application_tiles_Dark .application_tiles_content_data{
	box-shadow: none;
}
.featured_awards_posts a {
	text-decoration: none;
}
.featured_awards_posts a:hover i.fa-long-arrow-right{
	display: inline-block;
}
.s_sub_menu_links .p_navigation_links .col-md-8 ul li a{
	padding: 20px 5px;
	position: relative;
	padding-right: 22px;
}
.s_sub_menu_links .p_navigation_links .col-md-8 ul li:hover a,
.s_sub_menu_links .p_navigation_links .col-md-8 ul li a:hover {
	background: none;
	color: #fff;
	border: none;
}
.s_sub_menu_links .p_navigation_links .col-md-8 ul li{
	margin-right: 30px;
}
.s_sub_menu_links .p_navigation_links .col-md-8 ul li a i {
	margin-left: 2px;
	display: none;
	position: absolute;
	right: 0;
	top: 23px;
}
.s_sub_menu_links .p_navigation_links .col-md-8 ul li a:hover i {
	display: inline-block;
}
.application_tiles_content ul {
	padding: 0;
}
.application_tiles_content ul li{
	padding-right: 12px;
	padding-left: 12px;
}
body .flex-control-paging li a.flex-active {
	background: #000;
	background: #00A0DC;
	cursor: default;
}
.landing_page_title i{
	display: none;
}
.rows_dataapi_item_address i {
	margin-right: 5px;
}
.most_recent_title {
	font-family: 'Poppins', sans-serif;
	font-size: 21px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: center;
	color: #221f20;
	margin-bottom: 20px;
}
.rows_dataapi_item:first-child {
	box-shadow: inset 0 -1px 0 0 #ee667a;
	background-color: #fbfbfb;
}
.product_service_block_data a {
	text-decoration: none;
}
.resource_form .hs-button.primary.large {
	border-radius: 4px;
	border: 1.5px solid #00A0DC;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #0d141c;
	padding: 9px 13px;
	text-decoration: none;
	display: inline-block;
	background: none;
	cursor: pointer;
	width: 100%;
}
.resource_form .hs-button.primary.large:hover,
.resource_form .hs-button.primary.large:focus {
	background: #00A0DC;
	color: #0d141c;
}
.resource_form.blue_btn_style .hs-button.primary.large{
	background: #00A0DC;
	color: #fff;
}
.resource_form.blue_btn_style .hs-button.primary.large:hover,
.resource_form.blue_btn_style .hs-button.primary.large:focus {
	background: #00A0DC;
	color: #0d141c;
}
.resource_form .hs-form-field {
	margin-bottom: 25px;
}
.resource_form .hs-form-field .hs-input {
	height: 45px;
	border-radius: 4px;
	border: solid 1px #d0d2d7;
	width: 100%;
	padding: 10px 12px;
	outline: none;
}
.resource_form .hs-form-field .hs-input:focus{
	border-color: #1f242f;
}
.resource_form .hs-form-field .hs-input option{
	padding: 0px;
}
.resource_form .hs-form-field > label{
	display: none;
}
.resource_form .hs-form-field ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
}
.resource_form .hs-form-field ul.hs-error-msgs label{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #e42b24;
	margin-bottom: 5px;
}
.resource_form .hs-form-field ul.hs-error-msgs a{

}
.resource_form .hs-form-field.hs-fieldtype-booleancheckbox {
	margin-bottom: 10px;
}
.resource_form .hs-form-field .hs-input[type="checkbox"],
.resource_form .hs-form-field .hs-input[type="radio"] {
	width: auto;
	display: inline-block;
	height: auto;
	vertical-align: middle;
	margin-right: 8px;
}
.resource_form .hs-form-field .hs-input[type="checkbox"] ~ span,
.resource_form .hs-form-field .hs-input[type="radio"] ~ span {
	display: inline-block;
	vertical-align: middle;
}
.resource_form .hs_error_rollup {
	display: none;
}
.resource_form_msg {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: center;
	color: #6f737c;
	margin-top: 14px;
}
.resource_form_msg p{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: center;
	color: #6f737c;
}
.resource_form_msg a{
	text-decoration: underline;
	color: #6f737c;
}
.resource_form .hs-form-field ul.hs-error-msgs li:nth-child(2) {
	display: none;
}
.col-md-6 .search_input_main {
	max-width: 100%;
}
.resource_form .hs-form-field .hs-input:-webkit-autofill,
.resource_form .hs-form-field .hs-input:-webkit-autofill:hover,
.resource_form .hs-form-field .hs-input:-webkit-autofill:focus,
.resource_form .hs-form-field .hs-input:-webkit-autofill:active  {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
	-webkit-text-fill-color: #0d141c;
}
.resource_form .hs-form-field .hs-input:-internal-autofill-selected {
	appearance: none;
	background-color: transparent !important;
	color: #0d141c !important;
}
.best_cross_channel_design{
	display: inline-block;
	width: 100%;
}
.border_top_column_grid {
	width: 100%;
	float: left;
	border-top: 8px solid #00a0dc;
}
.border_top_column_grid.blue_color {
	border-top: 8px solid #00a0dc;
}
.border_top_column_grid.green_border {
	border-top: 8px solid #39bb9d;
}
.border_top_column_grid.orange_color {
	border-top: 8px solid #f48056;
}
.site-footer .widget_text {
	margin-top: 24px;
}
.site-footer .widget_text:first-child {
	margin-top: 0;
}
.site-footer .widget-title {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: 12px;
}
.site-footer .contact_banners_form input[type="email"] {
	max-width: 100%;
}
.site-footer .contact_banners_form label,
.site-footer .contact_banners_form span{
	width: 100%;
	padding-right: 0;
}
.site-footer .contact_banners.contact_banners_Dark {
	background: none;
}
.site-footer form {
	position: relative;
}
.site-footer .contact_banners.contact_banners_Dark .contact_banners_form .wpcf7-submit {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 0;
	background-image: url(images/regular.png);
	min-width: 20px;
	background-color: transparent !important;
	border: none !important;
	right: 5px;
	font-size: 0 !important;
	border-radius: 0 !important;
	background-repeat: no-repeat;
	background-position: center center;
}
.site-footer .contact_banners.contact_banners_Dark .contact_banners_form .wpcf7-submit.in_process_form {
	background: url("/wp-content/themes/data-axle/images/loading.png") no-repeat center center;
	filter: brightness(0) invert(1);
}
.site-footer .contact_banners.contact_banners_Dark .contact_banners_form .wpcf7-submit.in_success_form{
	background: url("/wp-content/themes/data-axle/images/in_success_form.png") no-repeat center center;
	filter: brightness(0) invert(1);
}
.footer_4 {
	background-color: #282527;
	padding: 10px 0;
	margin-top: 15px;
}
.footer_4 .widget {
	margin: 0;
}
.page-template-default #masthead {
	border-bottom: 1px solid #f9f9f9;
}
.page-template-default .type-page .entry-header h1 {
	margin-top: 0;
	margin-bottom: 10px;
}
.page-template-default .type-page{
	margin-top: 15px;
}
.page-template-default .type-page .entry-content {
	margin-top: 14px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	display: none !important;
}
body .wpcf7 form.sent .wpcf7-response-output {
	padding: 0;
	margin: 0;
	border: none;
	color: #50e2a8;
	font-size: 12px;
	margin-top: 5px;
}
body .type-page .entry-content .wpcf7 form.sent .wpcf7-response-output{
	color: #117453;
	margin-bottom: 20px;
}
body .type-page .entry-content .contact_banners_form span.wpcf7-not-valid-tip{
	position: static;
	display: block;
}
.contact_us_speak_left .hs-form-field {
	margin-bottom: 25px;
}
.contact_us_speak_left .hs-form-field input.hs-input,
.contact_us_speak_left .hs-form-field select.hs-input {
	height: 45px;
	border-radius: 4px;
	border: solid 1px #d0d2d7;
	width: 100%;
	padding: 10px 12px;
	outline: none;
	font-size: 16px;
}
.contact_us_speak_left .hs-form-field textarea.hs-input{
	border-radius: 4px;
	border: solid 1px #d0d2d7;
	width: 100%;
	padding: 10px 12px;
	outline: none;
	font-size: 16px;
}
.contact_us_speak_left .hs-form-field input.hs-input.error,
.contact_us_speak_left .hs-form-field select.hs-input.error,
.contact_us_speak_left .hs-form-field textarea.hs-input.error{
	border-color: #e42b24 !important;
}
.contact_banners .contact_us_speak_left .contact_form_class .hs-submit {
	width: 100%;
	display: inline-block;
}
.contact_us_speak_left .hs-form-field .hs-input:focus{
	border-color: #1f242f;
}
.contact_us_speak_left .hs-form-field .hs-input option{
	padding: 0px;
}
.contact_us_speak_left .hs-form-field > label{
	display: none;
}
.contact_us_speak_left .hs-form-field ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}
.contact_us_speak_left .hs-form-field ul.hs-error-msgs label{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #e42b24;
	margin-bottom: 5px;
	width: 100%;
}
.contact_form_class .hs-form-field label span {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}
.contact_us_speak_left .hs-form-field.hs-fieldtype-booleancheckbox {
	margin-bottom: 10px;
}
.contact_us_speak_left .hs-form-field .hs-input[type="checkbox"],
.contact_us_speak_left .hs-form-field .hs-input[type="radio"] {
	width: auto;
	display: inline-block;
	height: auto;
	vertical-align: middle;
	margin-right: 8px;
}
.contact_us_speak_left .hs-form-field .hs-input[type="checkbox"] ~ span,
.contact_us_speak_left .hs-form-field .hs-input[type="radio"] ~ span {
	display: inline-block;
	vertical-align: middle;
}
.contact_us_speak_left .hs_error_rollup {
	display: none;
}
.contact_us_speak_left .hs-form-field ul.hs-error-msgs li:nth-child(2) {
	display: none;
}
.contact_us_speak_left .hs-form-field .hs-input:-webkit-autofill,
.contact_us_speak_left .hs-form-field .hs-input:-webkit-autofill:hover,
.contact_us_speak_left .hs-form-field .hs-input:-webkit-autofill:focus,
.contact_us_speak_left .hs-form-field .hs-input:-webkit-autofill:active  {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
	-webkit-text-fill-color: #0d141c;
}
.contact_us_speak_left .hs-form-field .hs-input:-internal-autofill-selected {
	appearance: none;
	background-color: transparent !important;
	color: #0d141c !important;
}
.contact_us_speak_msg {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: left;
	color: #6f737c;
	margin-top: 14px;
	display: inline-block;
	width: 100%;
}
.contact_us_speak_msg a{
	text-decoration: underline;
	color: #6f737c;
}
.contact_us_speak_left .hs-button.primary.large {
	height: 42px;
	border-radius: 24px;
	background: #fdb913 !important;
	width: 100%;
	border: none;
	cursor: pointer;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	color: #0d141c;
	max-width: 190px;
	margin: 0 auto;
	display: inline;
}
.contact_us_speak_left .hs-button.primary.large:hover{
	background: #fec02a !important;
	color: #221f20;
}
.single-resource .confirmation_title {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	color: #221f20;
}
.single-resource .confirmation_heading {
	max-width: 752px;
	margin: 0 auto;
	font-family: 'Poppins', sans-serif;
	font-size: 51px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	text-align: center;
	color: #221f20;
}
.single-resource .confirmation_description {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	color: #221f20;
}
.confirmation_image img {
	max-width: 200px;
	margin-bottom: 20px;
}
.single-resource .submitted-message {
	display: none;
}
.hidden.load_more_address {
	text-align: center;
	display: none;
}
.documentation_cards_list .content_cards_with_icon .content_cards_grid_title{
	font-family: 'Poppins', sans-serif;
	font-size: 21px;
	margin-bottom: 12px;
}
.documentation_cards_list .content_cards_grid_data.content_cards_with_icon .content_cards_grid_content{
	padding-top: 0px;
}
.documentation_cards_list .content_cards_with_icon .content_cards_grid_excerpt{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
}
.documentation_cards_list .content_cards_grid_data.content_cards_with_icon{
	padding-right: 24px;
	padding-left: 24px;
}
.documentation_cards_list .col-md-3 .content_cards_grid_content .content_cards_grid_link {
	padding-left: 24px;
}
.splitindented .row.product_tiles_cards {
	padding-left: 130px;
}
.splitindented .product_tiles_card {
	font-size: 18px;
	font-weight: 300;
}
.multiple_links{
	padding-bottom: 15px;
}
.splitindented .multiple_links .link_type_link{
	margin-top: 0;
}
.row.multiple_links > div {
	margin-bottom: 20px;
}
.real-data-api #updateddata {
	clear: both;
	margin-top: 5px;
	display: inline-block;
	width: 100%;
}
.real-data-api #map .tooltip {
	display: none;
}
.real-data-api svg {
	border: 2px solid white;
	background-color: white;
	overflow: visible;
}
.real-data-api .selected {
	fill: #777;
}
.real-data-api .boundary {
	fill: #D1D2D7;
	stroke: white;
	stroke-width: 1px;
}
.real-data-api .hidden {
	display: none;
}
.blog_hero_block_img img {
	width: 100%;
}
.user_ico{
	width: 38px;
	height: 38px;
	border-radius: 21px;
	background-color: #f3f4f5;
	text-align: center;
	line-height: 38px;
	margin-right: 15px;
	color: #221f20;
}
.user_ico:hover,
.user_ico:focus{
	background-color: #221f20;
	color: #fff;
}
.search_ico{
	width: 38px;
	height: 38px;
	border-radius: 21px;
	background-color: #f3f4f5;
	text-align: center;
	line-height: 38px;
	margin-right: 15px;
	color: #221f20;
}
.search_ico i, .user_ico i {
	line-height: 38px;
}
.search_ico:hover,
.search_ico:focus{
	background-color: #221f20;
	color: #fff;
}
.search_main {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: none;
}
.search_main.show_search {
	display: block;
}
.search_wrapper{
	max-width: 995px;
	margin: 0 auto;
	box-shadow: 0 0 3px 0 rgba(208, 210, 215, 0.5);
	background-color: #ffffff;
	padding: 24px;
}
.search_wrapper label {
	margin: 0;
}
.search_wrapper .search-field[type="search"] {
	width: 857px;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #6f737c;
	height: 45px;
	vertical-align: middle;
}
.search_wrapper .search-submit {
	border-radius: 4px;
	border: solid 1.5px #00a0dc;
	background: none;
	width: 82px;
	height: 45px;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #0d141c;
	vertical-align: middle;
}
.search_wrapper .search-submit:hover{
	background: #00a0dc;
	border-color: #00a0dc;
}
.blog_paragraph_content_paragraphs ul, .blog_paragraph_content_paragraphs ol {
	margin-left: 0;
	padding-left: 20px;
	margin-top: 20px;
}
.single-news .blog_hero_content {
	max-width: 752px;
	text-align: left;
	margin: 0 auto;
}
.single-news .blog_hero_content .col-md-12.text-center {
	text-align: left !important;
}
.single-news .blog_hero_block_module .blog_hero_content {
	padding-top: 15px;
}
.single-news .blog_hero_block_module {
	padding-bottom: 0;
}
.single-news .social_fix_icons{
	left: 0px;
	right: auto;
}
.single-news .hero_blog_date {
	margin-bottom: 0;
}
.single-news .blog_title.award_block_title{
	margin-top: 18px;
}
.table_api_content .tbody_addrow tr td:first-child {
	pointer-events: none;
}
.splitfull_width_description ul,
.splitfull_width ul,
.horizontal_tabs_description ul{
	margin-left: 0;
	margin-top: 20px;
	padding-left: 20px;
}
.splitfull_width_description ul li,
.splitfull_width ul li,
.horizontal_tabs_description ul li{
	margin-bottom: 5px;
}
.s_search_bar_module.p_module {
	padding: 35px 0;
}
.s_search_bar_title {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	color: #221f20;
	margin-bottom: 0;
}
.search_bar_form.contact_us_speak_left {
	margin-top: 4px;
}
.search_bar_form.contact_us_speak_left .hs-form-field,
.search_bar_form.contact_us_speak_left .hs-form-field input.hs-input {
	margin: 0;
}
.search_bar_form .btn_blue_border{
	border-radius: 4px;
	border: 1.5px solid #00A0DC;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #0d141c;
	padding: 9px 13px;
	text-decoration: none;
	display: inline-block;
	background: none;
	height: 45px;
	width: 100%;
}
.search_bar_form .btn_blue_border:hover,
.search_bar_form .btn_blue_border:focus {
	background: #00A0DC;
	border-color: #00A0DC;
	color: #0d141c;
}
.c_consumer_map_title {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	color: #221f20;
	margin-bottom: 15px;
}
.c_consumer_map_sub_title {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
}
.map_pointer_icon img {
	width: 45px;
	transition: width 0.2s, height 0.2s;
}
.map_pointer_icon:hover > img {
	width: 50px;
}
.c_consumer_map_map_image {
	position: relative;
	overflow: visible;
}
.c_consumer_map_map_image > img {
	width: 860px;
	max-width: none;
}
.map_pointer_icon {
	position: absolute;
	cursor: pointer;
	width: 50px;
	height: 50px;
}
.map_pointer_icon .arrow {
	position: absolute;
	display: block;
	top: 30px;
	left: -6px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #221f20;
}
.map_pointer_description {
	display: none;
	position: absolute;
	left: 100%;
	top: -32%;
	padding: 10px;
	width: 210px;
	background: #221f20;
	border-radius: 5px;
	color: #fff;
	margin-left: 10px;
	z-index: 9;
}
.map_pointer_description p{
	margin-bottom: 3px;
	font-size: 14px;
}
.map_pointer_icon:hover .map_pointer_description {
	display: block;
}
.full_width_pi_image {
	margin-bottom: 25px;
}
.full_width_pi_paragraph, .full_width_pi_paragraph p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
}
.real-data-api.smaller_version_map .rows_dataapi_item{
	display: none;
	text-align: left;
}
.real-data-api.smaller_version_map .rows_dataapi_item:first-child{
	display: block;
}
.real-data-api.smaller_version_map .data-list{
	height: auto;
}
.real-data-api.smaller_version_map .rows_dataapi::after{
	display: none;
}
.real-data-api.smaller_version_map svg{
	pointer-events: none;
}
.map_pointer_profile_ccontent {
	height: 100%;
	border: solid 2px #e8e9ec;
	background-color: #ffffff;
	padding: 20px 24px;
	position: relative;
	min-height: 201px;
}
.border_map_pointer{
	height: 8px;
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	background-color: #00a0dc;
}
.map_pointer_profile_ccontent ul {
	margin: 0;
	padding-left: 14px;
	font-family: Roboto;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
}
.map_pointer_profile_ccontent p {
	margin-bottom: 8px;
}
.map_pointer_profile_image {
	background-color: #ffffff;
	padding: 0px;
	position: absolute;
	height: 401px;
	width: 100%;
	text-align: center;
}
.map_pointer_profile_image img {
	max-height: 400px;
}
.row.map_pointer_profile_detail .col-md-3 {
	margin-bottom: 24px;
	display: none;
}
.map_pointer_profile_title_content, .map_pointer_profile_title_content p {
	font-family: Roboto;
	font-size: 21px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: center;
	color: #221f20;
	margin: 0;
}
.map_pointer_profile_title_content {
	display: table;
	height: 100%;
}
.map_pointer_profile_title_content p{
	display: table-cell;
	vertical-align: middle;
}
.map_pointer_company_title_pop {
	font-family: Poppins;
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	color: #221f20;
	margin-top: 8px;
}
.map_back_link {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #007f99;
	cursor: pointer;
}
.attribute_count_lbl_pop {
	font-family: Roboto;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: right;
	color: #6f737c;
	margin-top: 7px;
}
.attribute_count_data_pop {
	font-family: Poppins;
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.5px;
	text-align: right;
	color: #221f20;
	margin-top: 4px;
}
.map_pointer_icon.active_map > img {
	width: 40px;
}
.map_pointer_icon.active_map .map_pointer_description{
	display: block;
}
.map_pointer_main .modal-dialog {
	margin: 0;
	max-width: 100%;
}
.map_pointer_main .modal-content {
	border: none;
	border-radius: 0px;
	min-height: 600px;
}
.map_pointer_main .modal-header {
	border: none;
	margin-bottom: 50px;
	padding: 0px;
	position: static;
}
.map_pointer_main .modal-body {
	padding: 0;
}
.row.map_pointer_profile_detail .col-md-3:first-child {
	display: block;
}
.horizontal_tabs_video_url iframe {
	border: none;
}
.map_api_section #viz {
	position: relative;
}
.has_tabs_media_small_size img {
	max-width: 60%;
}
.contact_banners.has_contact_reduced_width {
	margin: 50px auto;
	max-width: 996px;
	border-radius: 24px;
	padding: 40px 30px !important;
}
.contact_banners.has_contact_reduced_form .contact_banners_form {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.splitfull_width.has_reduced_spacing{
	padding: 0px !important;
}
.resource_embed_video {
	margin-bottom: 50px;
}
.static_text_grid_link {
	margin-bottom: 60px;
}
.has_column_per_row .col-md-2,
.has_column_per_row .col-md-3,
.has_column_per_row .col-md-4{
	margin-bottom: 18px;
}
.navigation.posts-navigation {
	font-size: 16px;
}
.header_transparent .media_img_main.small_image_outside {
	margin-top: 0;
}
.outside_image.small_image_outside {
	overflow: hidden;
}
a.phone-header{
	position: absolute;
	left: 100%;
	margin-left: 10px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color: #221f20;
	font-family: 'Poppins', sans-serif;
	padding: 8px 5px;
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
}
a.phone-header:hover,
a.phone-header:focus{
	color: #221f20;
}
a.load_more_data,.load_more_data a {
	color: #fff;
	position: relative;
	pointer-events: none;
}
a.load_more_data::before,.load_more_data a::before {
	animation: fa-spin 2s linear infinite;
	content: "\f110";
	font: normal normal normal 14px/1 FontAwesome !important;
	margin-right: 5px;
	width: 20px;
	display: inline-block;
}
.full_width_pi_paragraph.video_reduced_width iframe {
	width: 70%;
	height: 450px;
}
.contact_banners .contact_us_speak_left .contact_form_class .hs_recaptcha,
.contact_banners .contact_us_speak_left .newsletter_form_form .hs_recaptcha {
	display: none;
}
.contact_banners .contact_us_speak_left .contact_form_class{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.contact_banners .contact_us_speak_left .contact_form_class .hs-form-field {
	margin-bottom: 20px;
	float: left;
	width: 50%;
	padding: 0 15px;
}
.contact_banners .contact_us_speak_left .contact_form_class .hs-form-field.hs-fieldtype-textarea{
	width: 100%;
}
.contact_banners .contact_us_speak_left .contact_form_class .hs-form-field:nth-child(2n+1){
	clear: both;
}
.contact_banners .contact_us_speak_left .contact_form_class .hs-form-field input.hs-input:focus,
.contact_banners .contact_us_speak_left .contact_form_class .hs-form-field select.hs-input:focus{
	border-color: #fff;
}
.contact_banners .contact_us_speak_left .newsletter_form_form .hs-form-field,
.contact_banners .contact_us_speak_left .newsletter_form_form .hs-submit{
	float: left;
	margin-bottom: 0px;
}
.contact_us_speak_left .newsletter_form_form .hs-submit {
	margin-left: 15px;
}
.contact_us_speak_left .newsletter_form_form .hs-submit .hs-button.primary.large {
	background: #e6e6e6 !important;
	color: #0d141c !important;
	height: 42px;
	border-radius: 24px !important;
	width: 100px;
	border: none !important;
}
.contact_banners .contact_us_speak_left .newsletter_form_form .hs-form-field input {
	border: solid 1px #d0d2d7 !important;
}
.contact_banners .contact_us_speak_left .newsletter_form_form .hs-form-field input.error{
	border: solid 1px #e42b24 !important;
}
.contact_banners .contact_us_speak_left .newsletter_form_form .hs-submit .hs-button.primary.large:hover {
	background: #e6e6e6 !important;
}
.contact_banners .contact_us_speak_left .newsletter_form_form .hs-form-field .hs-error-msg{

}
.contact_banners.contact_banners_Dark .newsletter_form_form p {
	margin-bottom: 0;
	color: #fff;
}
.contact_banners.contact_banners_Light .contact_us_speak_left .newsletter_form_form .hs-form-field input{
	color: #0d141c !important;
}
.contact_banners .newsletter_form_form {
	display: table;
	margin: 0 auto;
}
.contact_banners.contact_banners_Light .contact_us_speak_left .newsletter_form_form .hs-submit .hs-button.primary.large{
	background: #fdb913 !important;
	color: #0d141c !important;
}
.contact_banners.contact_banners_Light .contact_us_speak_left .newsletter_form_form .hs-submit .hs-button.primary.large:hover{
	background: #fdb913 !important;
	color: #0d141c !important;
}
.contact_banners .col-md-12 .contact_us_speak_left .newsletter_form_form .hs-form-field input{
	min-width: 300px;
}
.cd-top {
	position: fixed;
	bottom: 90px;
	right: 15px;
	display: inline-block;
	height: 60px;
	width: 60px;
	background: #00A0DC;
	text-align: center;
	line-height: 58px;
	font-size: 26px;
	color: #0d141c;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px, rgba(0, 0, 0, 0.2) 0px 2px 24px;
}
.cd-top i{
	font-weight: bold;
}
a.cd-top:hover,
a.cd-top:focus{
	color: #0d141c;
	background: #00A0DC;
}
.cd-top {
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s,visibility .3s,background-color .3s;
}
.cd-top--is-visible {
	visibility: visible;
	opacity: 1;
}
.i3-live-chat {
	position: fixed;
	z-index: 2147483639;
	right: 16px;
	bottom: 16px;
}
.i3-live-chat-inner {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px, rgba(0, 0, 0, 0.2) 0px 2px 24px;
	border: medium none;
	transition: box-shadow 100ms ease-in-out 0s;
	position: relative;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	background-color: rgb(34, 31, 32);
	text-align: center;
	line-height: 80px;
	cursor: pointer;
}
.height_617.has_height_auto_banner{
	height: auto;
}
.contact_banners_form_copy {
	display: inline-block;
	width: 100%;
	margin-top: 23px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: center;
	color: #6f737c;
}
.contact_banners_form_copy p{
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: center;
	color: #6f737c;
}
.contact_banners.contact_banners_Dark .contact_banners_form_copy,
.contact_banners.contact_banners_Dark .contact_banners_form_copy p {
	color: #fff;
}
.contact_banners.contact_banners_Dark .contact_us_speak_left .newsletter_form_form .hs-form-field input.error {
	border: solid 1px #f0524c !important;
}
.contact_banners.contact_banners_Dark .contact_us_speak_left .hs-form-field ul.hs-error-msgs label{
	color: #f0524c;
}
.contact_banners .contact_us_speak_left .hs-form-field ul.hs-error-msgs label{
	margin-bottom: 0px;
	margin-top: 4px;
}
.contact_banners .newsletter_form_form .submitted-message {
	display: none;
}
.site-footer .contact_banners .newsletter_form_form{
	margin: 0px;
	width: 100%;
}
.site-footer .contact_banners .newsletter_form_form .submitted-message,
.site-footer .contact_banners .newsletter_form_form .submitted-message p {
	display: block;
	color: #117453;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
}
.site-footer .contact_banners .contact_us_speak_left .newsletter_form_form .hs-form-field{
	width: 100%;
}
.site-footer .contact_banners .contact_us_speak_left .newsletter_form_form .hs-form-field .hs-input:-webkit-autofill,
.site-footer .contact_banners .contact_us_speak_left .newsletter_form_form .hs-form-field .hs-input:-webkit-autofill:hover,
.site-footer .contact_banners .contact_us_speak_left .newsletter_form_form .hs-form-field .hs-input:-webkit-autofill:focus,
.site-footer .contact_banners .contact_us_speak_left .newsletter_form_form .hs-form-field .hs-input:-webkit-autofill:active  {
	-webkit-box-shadow: inset 0 0 0px 9999px #221f20 !important;
	-webkit-text-fill-color: #fff;
}
.site-footer .contact_us_speak_left .newsletter_form_form .hs-submit .hs-button.primary.large{
	position: absolute;
	right: 0 !important;
	top: 0;
	margin-top: 0;
	background-image: url(/wp-content/themes/data-axle/images/regular.png) !important;
	min-width: 20px;
	background-color: transparent !important;
	border: none !important;
	right: 5px;
	font-size: 0 !important;
	border-radius: 0 !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	width: 40px;
}
.site-footer .contact_banners .contact_us_speak_left .newsletter_form_form .hs-submit .hs-button.primary.large:hover {
	background-image: url(/wp-content/themes/data-axle/images/regular.png) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-color: transparent !important;
}
body.header_fixed #masthead{
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 5px rgba(50,50,50,0.2);
}
body.header_fixed #page {
	padding-top: 76px;
}
.header_fixed.enable_fixed #masthead {
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	top: 0px;
	background: #fff;
	height: auto;
	box-shadow: 0 0 5px rgba(50,50,50,0.2);
}
body.header_fixed.admin-bar #masthead{
	top: 32px;
}
.header_fixed.enable_fixed #page {
	padding-top: 76px;
}
.header_fixed.enable_fixed .lp_navigation_links {
	position: fixed;
	width: 100%;
	z-index: 99;
}
.header_fixed .navigation_links_div{
	display: block;
	width: 100%;
	height: 61px;
}
.header_fixed .s_sub_menu_links_div{
	display: block;
	width: 100%;
}
.header_fixed.enable_fixed .navigation_links_div,
.header_fixed.enable_fixed .s_sub_menu_links_div{
	display: block;
}
.header_fixed .fixed_sub_menu_links {
	position: fixed;
	width: 100%;
	z-index: 99;
}
.header_fixed .lp_navigation_links{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}
.landing_page_with_sub_navigation_hero_block,
.site-main{
	position: relative;
}
.grid-item a {
	text-decoration: none;
}
.single-resource .resource_detail_content ul{
	margin-left: 0;
	margin-top: 20px;
	padding-left: 20px;
}
.single-resource .resource_detail_content ul li{
	margin-bottom: 5px;
	font-size: 18px;
	color: #221f20;
}
.grid-item > a {
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.single-expert-qa .site-main,
.single-news .site-main,
.single-blog .site-main
{
	padding-top: 25px;
}
.user-login {
	position: relative;
	text-align: right;
	z-index: 455;
	display: inline-block;
	vertical-align: middle;
	height: 64px;
}
.client-menu {
	margin: 0;
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	padding: 13px 0;
}
.client-menu li{
	list-style: none;
	position: relative;
}
.client-menu-toggle {
	width: 38px;
	height: 38px;
	border-radius: 21px;
	background-color: #f3f4f5;
	text-align: center;
	line-height: 38px;
	margin-right: 15px;
	color: #221f20;
	display: inline-block;
	cursor: pointer;
}
.client-menu li ul{
	clear: none;
	display: none !important;
	position: absolute;
	top: 100%;
	right: 15px;
	background: #fff;
	padding: 20px 30px;
	width: 235px;
	border-radius: 0;
	overflow: hidden;
	opacity: 1.0 !important;
	z-index: 99999;
	margin: 19px 0 0 0;
	box-shadow: 0 0 3px rgba(50,50,50,.2);
}
.user-login ul.client-menu.umenu_open li ul.nav {
	display: block !important;
}
.user-login ul.client-menu.umenu_open li ul.nav li{
	position: relative;
	display: block;
	margin-bottom: 5px;
	text-align: left;
}
.user-login ul.client-menu.umenu_open li ul.nav li a{
	padding: 8px 10px;
	background: transparent;
	text-align: left;
	text-decoration: none;
	font-family: 'Roboto',sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #221f20;
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
}
.user-login ul.client-menu.umenu_open li ul.nav li a:hover{
	border-radius: 0 4px 4px 0;
	box-shadow: 0 0 6px 0 rgba(34,31,32,.2),inset 3px 0 0 0 #00a0dc;
}
.login_title {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 10px !important;
	font-size: 13px;
	color: #999;
	font-weight: 300;
}
.caret {
	display: none;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #414042;
	border-bottom-color: rgb(65, 64, 66);
	border-top: none;
	top: 100%;
	left: 50%;
	position: absolute;
	margin-top: -2px;
	margin-left: -18px;
	border-bottom-color: #221f20;
}
.user-login .umenu_open .caret{
	display: block;
}
.client-menu-toggle:hover, .client-menu-toggle:focus {
	background-color: #221f20;
	color: #fff;
}
.umenu_open .client-menu-toggle{
	background-color: #221f20;
	color: #fff;
}
.single-employee .site-main {
	padding: 35px 0;
}
.rows_dataapi_item_name img {
	max-height: 20px;
	margin-right: 5px;
	display: inline-block;
	width: 16px;
	background: #fbfbfb;
}
.smaller_version_map .rows_dataapi_item{
	overflow: visible;
}
.smaller_version_map .rows_dataapi_item_name{
	position: relative;
	z-index: 10;
	background: #fbfbfb;
}
.smaller_version_map .line {
	left: 5px !important;
	top: 4px !important;
	transform-origin: 0 0;
	z-index: -1 !important;
}
.smaller_version_map #sviz{
	position: relative;
}
#loadmore_photo .grid-item a {
	display: inline-block;
	width: 100%;
}
.search-results .content_cards_grid_content .post_title {
	display: none;
}
.p_navigation_links ul li a.btn-blue i {
	display: none;
}
.rows_dataapi_item_name i {
	background: #fbfbfb;
}
.testimonial_title img {
	max-height: 100px;
}
.testimonial_title img.has_small_size_logo {
	max-height: 75px;
}
.col-md-12.blog_design_gallery_image img {
	padding: 0 10px;
}
img[width="1"] {
	display: none;
}

.is-screen-reader-text {
	border:0;
	clip:rect(1px,1px,1px,1px);
	-webkit-clip-path:inset(50%);
	clip-path:inset(50%);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute!important;
	width:1px;
	word-wrap:normal!important;
	word-break:normal
}
.is-menu {
	position:relative
}
.is-menu a {
	background:0 0!important;
	line-height:1;
	outline:0
}
.is-menu a::after,
.is-menu a::before {
	display:none!important
}
.is-menu a:focus,
.is-menu a:hover,
.is-menu:hover>a {
	background:0 0!important;
	outline:0
}
.is-menu.default form {
	max-width:310px
}
.is-menu.is-dropdown form {
	display:none;
	min-width:310px;
	max-width:100%;
	position:absolute;
	right:0;
	top:100%;
	z-index:9
}
.is-menu.full-width-menu form,
.is-menu.sliding form {
	min-width:0!important;
	overflow:hidden;
	position:absolute;
	right:0;
	top:25%;
	width:0;
	z-index:9;
	padding:0;
	margin:0
}
.is-menu.full-width-menu form:not(.is-search-form) input[type=search],
.is-menu.full-width-menu form:not(.is-search-form) input[type=text],
.is-menu.is-dropdown form:not(.is-search-form) input[type=search],
.is-menu.is-dropdown form:not(.is-search-form) input[type=text],
.is-menu.sliding form:not(.is-search-form) input[type=search],
.is-menu.sliding form:not(.is-search-form) input[type=text],
.is-popup-search-form form:not(.is-search-form) input[type=search],
.is-popup-search-form form:not(.is-search-form) input[type=text] {
	background:#fff;
	color:#000
}
.is-menu.is-first form {
	right:auto;
	left:0
}
.is-menu.full-width-menu:not(.open) form,
.is-menu.sliding:not(.open) form {
	display:block
}
.is-menu form .screen-reader-text {
	display:none
}
.is-menu form label {
	margin:0;
	padding:0
}
.is-menu-wrapper {
	display:none;
	position:absolute;
	right:5px;
	top:5px;
	width:auto;
	z-index:9999
}
.is-menu-wrapper.is-expanded {
	width:100%
}
.admin-bar .is-menu-wrapper {
	top:51px
}
.is-menu-wrapper .is-menu {
	float:right
}
.is-menu-wrapper .is-menu form {
	right:0;
	left:auto
}
.gsc-cse-search-menu {
	max-width:310px;
	float:right
}
.gsc-cse-search-menu .cse .gsc-control-cse,
.gsc-cse-search-menu .gsc-control-cse {
	padding:0
}
.is-menu .search-icon-path {
	fill:#848484
}
.search-close {
	cursor:pointer;
	display:none;
	height:20px;
	position:absolute;
	right:-22px;
	top:33%;
	width:20px;
	z-index:99999
}
.is-menu.is-first .search-close {
	right:auto;
	left:-22px
}
.is-menu.is-dropdown .search-close {
	top:calc(100% + 7px)
}
.popup-search-close {
	cursor:pointer;
	height:20px;
	width:20px;
	z-index:99999;
	float:right;
	position:relative;
	margin:20px 20px 0 0
}
#is-popup-wrapper {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:#4c4c4c;
	background:rgba(4,4,4,.91);
	z-index:999999
}
.is-popup-search-form form {
	width:80%;
	margin:20% auto 0
}
.is-popup-search-form form.is-ajax-search {
	margin:10% auto 0
}
.popup-search-close:after,
.search-close:after {
	border-left:2px solid #848484;
	content:'';
	height:20px;
	left:9px;
	position:absolute;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg)
}
.popup-search-close:before,
.search-close:before {
	border-left:2px solid #848484;
	content:'';
	height:20px;
	left:9px;
	position:absolute;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.is-menu.full-width-menu.open .search-close,
.is-menu.is-dropdown form[style="display: block;"]+.search-close,
.is-menu.sliding.open .search-close {
	display:block
}
.is-highlight {
	background-color:#ffffb9;
	color:#222
}
@media screen and (max-width:910px) {
	.is-menu form {
		left:0;
		min-width:50%;
		right:auto
	}
	.is-menu.default form {
		max-width:100%
	}
	.is-menu.full-width-menu.active-search {
		position:relative
	}
	.is-menu-wrapper {
		display:block
	}
	.non-gated-video-container {
		padding: 48.25% 0 0 0;
		position: relative;
	}
}
.is-link-container {
	display:none
}
form .is-link-container {
	position:relative
}
form .is-link-container div {
	position:absolute;
	width:200px;
	bottom:-25px;
	left:5px;
	z-index:99999;
	height:auto;
	line-height:14px;
	padding:10px 15px
}
form .is-link-container a {
	text-decoration:none;
	font-size:14px;
	font-weight:100;
	font-family:arial;
	box-shadow:none
}
form .is-link-container a:hover {
	text-decoration:underline
}
form .is-link-container a.is-customize-link {
	margin-left:15px
}
form:hover+.is-link-container,
form:hover>.is-link-container {
	display:block
}
.is-form-style label {
	display:inline-block!important;
	padding:0;
	vertical-align:middle;
	margin:0;
	width:100%;
	line-height:1;
	float: left;
}
.is-form-style {
	line-height:1;
	position:relative;
	padding:0!important
}
.is-form-style.is-form-style-3 label {
	width:calc(100% - 36px)!important
}
.is-form-style input.is-search-input {
	background:#fff;
	background-image:none!important;
	color:#333;
	padding:0 12px;
	margin:0;
	outline:0!important;
	font-size:14px!important;
	height:36px;
	min-height:0;
	line-height:1;
	border-radius:0;
	border:solid 1px #ccc!important;
	font-family:arial;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.is-form-style input.is-search-input::-ms-clear {
	display:none;
	width:0;
	height:0
}
.is-form-style input.is-search-input::-ms-reveal {
	display:none;
	width:0;
	height:0
}
.is-form-style input.is-search-input::-webkit-search-cancel-button,
.is-form-style input.is-search-input::-webkit-search-decoration,
.is-form-style input.is-search-input::-webkit-search-results-button,
.is-form-style input.is-search-input::-webkit-search-results-decoration {
	display:none
}
.is-form-style.is-form-style-3 input.is-search-input {
	border-right:0!important
}
.is-form-style button.is-search-submit {
	background:0 0;
	border:0;
	box-shadow:none!important;
	opacity:1;
	padding:0!important;
	margin:0;
	line-height:0;
	outline:0;
	vertical-align:middle;
	width:36px;
	height:36px
}
.is-menu.full-width-menu.is-first button.is-search-submit,
.is-menu.sliding.is-first button.is-search-submit {
	display:inline-block!important
}
.is-menu.full-width-menu.is-first button.is-search-submit:not([style="display: inline-block;"]),
.is-menu.sliding.is-first button.is-search-submit:not([style="display: inline-block;"]) {
	visibility:hidden
}
.is-form-style .is-search-submit path {
	fill:#555
}
.is-form-style input.is-search-submit {
	text-decoration:none;
	position:absolute;
	top:0;
	right:0
}
.is-form-style input.is-search-submit {
	padding:0 10px!important;
	width:auto
}
.is-search-icon {
	width:36px;
	padding-top:6px!important
}
.is-search-icon svg {
	width:22px;
	display:inline
}
.is-form-style input.is-search-submit,
.is-search-icon {
	display:inline-block!important;
	color:#666;
	background:#ededed;
	box-shadow:none!important;
	outline:0;
	margin:0;
	font-size:14px!important;
	border:1px solid #ccc;
	border-radius:0;
	line-height:1;
	height:36px;
	text-transform:capitalize;
	vertical-align:middle;
	-webkit-transition:background-color .1s ease-in-out;
	-moz-transition:background-color .1s ease-in-out;
	-o-transition:background-color .1s ease-in-out;
	transition:background-color .1s ease-in-out;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.is-search-icon:hover,
form.is-form-style input.is-search-submit:hover {
	background:#dcdcdc
}
.is-form-style-2 .is-search-submit {
	display:none
}
body .fancybox-button.fancybox-close-small {
	top: 1px;
	color: #333;
	right: 1px;
	background: #efefef;
	opacity: 1.0;
	padding: 0;
	height: 35px;
	width: 35px;
}
body .fancybox-slide--video .fancybox-iframe {
	background: #fff;
	padding: 20px;
	border: 1px solid #3d4045;
}
a.grey-btn-style, .grey-btn-style{
	background-color: #f3f4f5;
	color: #221f20;
}
.grey-btn-style:hover, a.grey-btn-style:hover,
.grey-btn-style:focus, .grey-btn-style.focus {
	outline: 0;
	box-shadow: none;
	background-color: #221f20;
	color: #fff;
}
.p_navigation_links.light_anchor_links ul li a.orange-btn-style{
	padding: 5px 15px !important;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.52;
	letter-spacing: normal;
	text-align: center;
}
a.orange-btn-style, .orange-btn-style{
	border-radius: 22px;
	background-color: #FDB913  !important;
	border-color: #FDB913  !important;
	color: #221f20 !important;
}
.orange-btn-style:hover, a.orange-btn-style:hover,
.orange-btn-style:focus, .orange-btn-style.focus {
	outline: 0;
	box-shadow: none;
	background-color: #fec02a !important;
	border-color: #fec02a  !important;
	color: #221f20 !important;
}
.p_navigation_links a.orange-btn-style i,
.p_navigation_links .orange-btn-style i {
	display: none !important;
}
.btn_blue_border.orange-btn-style {
	padding-left: 20px;
	padding-right: 20px;
}
.fancybox-is-open .fancybox-bg {
	background: rgba(34,31,32,0.45);
	opacity: 1;
}
#wp-megamenu-menu-1 > .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.sub-menu-563 > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu {
	right: 0;
	left: auto;
}
#wp-megamenu-menu-1 > .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.sub-menu-563.sub-menu-resources > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu {
	right: auto;
	left: auto;
	margin-left: -230px;
}
#wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li.sub-menu-563.sub-menu-resources ul.wp-megamenu-sub-menu li a {
	padding: 10px 15px !important;
	font-size: 12.5px !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.sub-menu-resources > .wpmm-strees-row-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li {
	padding: 0px 15px;
}
.wp-megamenu > li > ul.wp-megamenu-sub-menu li > a{
	word-wrap: normal;
	word-break: normal;
}
.video-hero-module {
	background: #221f20;
	background-size: cover;
	position: relative;
	z-index: 9;
	padding: 107px 0 118px 0;
	overflow: hidden;
}
.video-hero-overlay{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: transparent linear-gradient(90deg, #221F20 28%, #221F2085 59%, #221F2000 100%) 0% 0% no-repeat padding-box;
}
.video-hero-title {
	text-align: left;
	font: normal normal 300 34px/72px Poppins;
	letter-spacing: 0.41px;
	color: #FFFFFF;
}
.video-hero-sub-title {
	font: normal normal bold 65px/64px Poppins;
	letter-spacing: 0.78px;
	color: #00A0DC;
	margin-bottom: 90px;
	height: 80px;
	/*overflow: hidden;*/
}
.video-hero-desc {
	font: normal normal normal 21px/22px Roboto;
	letter-spacing: 0px;
	color: #C5C9D0;
	margin-bottom: 32px;
}
.video-hero-module .orange-btn-style {
	min-width: 171px;
	font: normal normal bold 16px/20px Roboto;
	padding: 12.5px 16px;
}
.video-hero-module video {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-hero-slide-item {
	transform: translateY(65%);
	transition: transform 500ms ease-in-out;
	height: 0px;
	overflow: hidden;
	opacity: 0;
}
.video-hero-slide-item.active-slide {
	transform: translate(0px);
	height: auto;
	overflow: visible;
}

.agency_50_50_title_m {
	font: normal normal 900 24px/24px Poppins;
	letter-spacing: 1.08px;
	color: #D7D7D6;
	margin-bottom: 21px;
}
.agency_50_50_description_m {
	font: normal normal 500 16px/24px Roboto;
	letter-spacing: -0.16px;
	color: #868686;
}
.agency_50_50_bullets_icon {
	font-size: 21px;
	display: inline-block;
	color: #fff;
	width: 21px;
	text-align: center;
	vertical-align: middle;
}
.agency_50_50_bullets_text {
	font: normal normal 500 16px/36px Roboto;
	letter-spacing: -0.16px;
	color: #D7D7D6;
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}
.agency_50_50_bullets_icon i {
	display: block;
}
.row.agency_50_50_bullets .col-md-12 {
	margin-bottom: 2px;
}
.agency_50_50_m img {
	max-width: 655px;
}
.agency_50_50_description_m p {
	margin-bottom: 20px;
}
.agency_50_50_module {
	padding: 71px 0;
	background-color: #221f20;
}
.agency_50_50_module.agency_50_50_module_Light .agency_50_50_title_m,
.agency_50_50_module.agency_50_50_module_Light .agency_50_50_description_m,
.agency_50_50_module.agency_50_50_module_Light .agency_50_50_bullets_icon,
.agency_50_50_module.agency_50_50_module_Light .agency_50_50_bullets_text{
	color: #221f20;
}
.agency_gallery_img.owl-carousel .owl-dots {
	display: none;
}
.agency_gallery_module {
	position: relative;
	z-index: 0;
	padding: 100px 0;
	display: block;
	width: 100%;
	overflow: hidden;
}
.agency_allery_img {
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0px 3px 20px #00000080;
}
.owl-carousel.agency_gallery_img .agency_allery_img img {
	width: 267px;
}
.agency_gallery_bottom{
	margin-top: 121px;
}
.agency_gallery_both.owl-carousel{
	display: none;
}
.agency_gallery_bottom.owl-carousel .owl-item:first-child {
	margin-left: 203px;
}
.agency_gallery_top.owl-carousel, .agency_gallery_bottom.owl-carousel{
	height: 450px;
	float: left;
}
.agency-video-logo img {
	max-height: 200px;
}
.agency-video-module {
	background: #221f20;
	background-size: cover;
	position: relative;
	z-index: 9;
	padding: 21% 0;
	overflow: hidden;
}
.agency-video-module video,
.agency-video-module iframe {
	position: absolute;
	z-index: -1;
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	object-fit: cover;
}
.agency-video-overlay{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}
.agency-video-text {
	font: normal normal 500 21px/48px Roboto;
	letter-spacing: -0.25px;
	color: #C5C9D0;
	margin: 0;
	padding: 0;
}
.agency_50_50_btn .btn_blue_border.blue-btn-style {
	background: #00A0DC;
	border-radius: 3px;
	letter-spacing: -0.16px;
	color: #181717;
	padding: 9px 20px;
}
.agency_50_50_btn .btn_blue_border.blue-btn-style:hover{
	background: #6CB5E4;
}
.agency_50_50_btn .btn_blue_border.grey-btn-style {
	background: none;
	border: 1px solid #D7D7D6;
	border-radius: 3px;
	letter-spacing: -0.16px;
	color: #D7D7D6;
	padding: 9px 20px;
}
.agency_50_50_btn .btn_blue_border.grey-btn-style:hover{
	background: #D7D7D6;
	color: #030404;
}
.agency_50_50_module_Dark .agency_50_50_btn .link_type_link,
.agency_50_50_module_Dark .agency_50_50_btn a.link_type_link{
	color: #fff;
	border-bottom: 2px solid #fff;
}
.agency-video-btn{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 50px;
	z-index: 1;
	text-align: center;
}
.agency-video-btn .btn_blue_border.blue-btn-style {
	background: #00A0DC;
	border-radius: 3px;
	letter-spacing: -0.16px;
	color: #181717;
	padding: 9px 20px;
}
.agency-video-btn .btn_blue_border.blue-btn-style:hover{
	background: #6CB5E4;
}
.agency_employee .col-md-3.text-left.employee_bottom_content {
	-ms-flex: 0 0 290px;
	flex: 0 0 290px;
	max-width: 290px;
}
.see_more_emp_agency{
	display: none;
}
.agency_employee_grid_data {
	background-color: #ffffff;
	overflow: hidden;
	margin-bottom: 24px;
	border-radius: 7px;
	position: relative;
}
.agency_employee_grid_data a {
	text-decoration: none;
}
.agency_employee_thumbnail	 {
	overflow: hidden;
	position: relative;
}
.agency_employee_thumbnail img {
	visibility: hidden;
	height: 266px;
}
.agency_employee_grid_content{
	background: #221F20;
	border-radius: 7px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 29px;
	display: none;
}
.agency_employee_grid_data:hover{
	box-shadow: 0px 3px 20px #00000080;
	background: none;
}
.agency_employee_grid_data:hover .agency_employee_grid_content{
	display: block;
}
.agency_employee_small_thumbnail{
	margin-bottom: 22px;
	overflow: hidden;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.agency_employee_grid_data:hover .agency_employee_thumbnail,
.agency_employee_grid_data:hover .agency_employee_thumbnail img{
	visibility: hidden;
}
.agency_employee_grid_data_title{
	letter-spacing: 1.08px;
	color: #D7D7D6;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 12px;
	line-height: 30px;
}
.agency_employee_data_position{
	letter-spacing: -0.16px;
	color: #868686;
	font-size: 16px;
	line-height: 24px;
}
.agency_employee_small_thumbnail img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	visibility: hidden;
}
/*
.agency_employee_social_links{
	position: absolute;
	top: 20px;
	right: 20px;
}*/

.agency_employee_social_links{
	position: absolute;
	top: 20px;
	right: 7%;
}

.agency_employee_social_links a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 24px;
	color: #D7D7D6;
}
.agency_employee_social_links a:hover{
	opacity: 0.8;
}
.employee .see_more_team_agency {
	margin-top: 16px;
}
.agency_gallery_overlay {
	background: #221F20;
	border-radius: 7px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 29px;
	display: none;
	text-align: center;
}
.agency_employee a.grey_btn {
	color: #868686;
	background: none;
	text-transform: uppercase;
	position: relative;
}
.agency_employee a.grey_btn::before {
	content: "";
	width: 70px;
	height: 1px;
	background: #707070;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}
.agency_employee a.grey_btn::after {
	content: "";
	width: 70px;
	height: 1px;
	background: #707070;
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
}
.agency_employee a.grey_btn:hover{
	color: #fff;
}
a.grey_btn.bg_btn_white:hover {
	color: #868686 !important;
}
.agency_employee a.grey_btn.bg_btn_white::before{
	background: #707070 !important;
}
.agency_employee a.grey_btn.bg_btn_white::after{
	background: #707070 !important;
}

.agency_employee a.grey_btn:hover:before, .agency_employee a.grey_btn:hover:after{
	background: #fff;
}
.agency_allery_img {
	position: relative;
	height: 450px;
}
.agency_gallery_small_img {
	margin-bottom: 32px;
	overflow: hidden;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}
.agency_gallery_small_img img {
	visibility: hidden;
}
.agency_allery_img:hover{
	box-shadow: 0px 3px 20px #00000080;
	background: none;
}
.agency_allery_img:hover .agency_gallery_overlay{
	display: block;
}
.agency_allery_img:hover img.agency_has_link {
	visibility: hidden;
}
.agency_allery_item {
	position: relative;
}
.agency_gallery_icon {
	position: absolute;
	top: -32px;
	z-index: 1;
	width: 100%;
	left: 0;
	text-align: center;
	font-size: 16px;
	color: #868686;
	line-height: normal;
}
.agency_gallery_icon i {
	margin-right: 3px;
}
.agency_gallery_module .employee_grid_title{
	color: #fff;
	margin-bottom: 80px;
}
.agency_gallery_overlay_inner {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 105px;
}
.employee_grid_m {
	display: none!important;
}

img.bio_icon_emp {
	min-width: 26%;
	margin: -5px 0 0 -2px;
}

@media (min-width: 1600px) {
	.landing_page_with_sub_navigation_hero_block.p_media_left {
		background-size: 42% !important;
		background-position: left calc(100% - 30px) !important;
	}
	.landing_page_with_sub_navigation_hero_block.p_media_right {
		background-size: 42% !important;
		background-position: right calc(100% - 30px) !important;
	}
	.splitfull_width.p_media_left {
		background-size: 45% !important;
		background-position: left calc(100% - 30px) !important;
	}
	.splitfull_width.p_media_right {
		background-size: 45% !important;
		background-position: right calc(100% - 30px) !important;
	}
	.splitfull_width.p_media_left.has_image_pin_top {
		background-position: left top !important;
	}
	.splitfull_width.p_media_right.has_image_pin_top {
		background-position: right top !important;
	}
	.splitfull_width.has_image_large .col-md-6.smedia_column {
		min-height: 660px;
	}
	.agency-video-module video, .agency-video-module iframe {
		width: 100%;
		height: 100%;
		min-height: 100%;
		min-width: 100%;
		top: 0;
		left: 0;
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
	}
	.non-gated-video-container {
		padding: 37.25% 0 0 0;
		position: relative;
	}
}

@media screen and (max-width: 1366px) {
	.splitfull_width.p_media_right{
		background-position: top right !important;
	}
	.splitfull_width.p_media_left{
		background-position: top left !important;
	}
	.phone-header.desktop_btn {
		display: none;
	}
	.splitabstract .media_img_main.outside_image{
		background-size: 100% !important;
	}
	.full_bleed_quote{
		font-size: 24px;
	}
	.non-gated-video-container {
		padding: 37.25% 0 0 0;
		position: relative;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
		padding-right: 12px;
		padding-left: 12px;
	}
	.map_api_section #viz {
		min-width: 870px;
		min-height: 1px;
	}
	.icon_grid_content .col-md-4 .icon_grid_content_title{
		width: 372px;
		max-width: 100%;
	}
	.full_width_logo_grid .column-five {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.full_width_logo_grid .column-four {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.agency_gallery_img.owl-carousel .owl-stage-outer{
		overflow: visible;
	}
	.non-gated-video-container {
		padding: 37.25% 0 0 0;
		position: relative;
	}
}

@media (min-width: 1025px) {
	.application_tiles_content ul {
		width: auto !important;
		transform: none !important;
	}
	.application_tiles_content .flex-control-nav,
	.application_tiles_content .flex-direction-nav {
		display: none;
	}
	.application_tiles_content .col-md-3{
		margin-right: 0px !important;
	}
	body .fancybox-slide--video .fancybox-content {
		background: none;
		width: 900px !important;
		height: 529px !important;
		max-width: 100%;
		margin: 0;
		position: absolute;
		top: 60px;
		left: 50%;
		margin-left: -450px;
	}

}

@media screen and (max-width: 1199px) {
	.container {
		max-width: 100%;
		padding-right: 40px !important;
		padding-left: 40px !important;
	}
	.non-gated-video-container {
		padding: 36.25% 0 0 0;
		position: relative;
	}
}
@media screen and (max-width: 1100px) {
	.search_ico, .user_ico,.user-login{
		display: none;
	}
	.non-gated-video-container {
		padding: 42.25% 0 0 0;
		position: relative;
	}
}
@media screen and (max-width: 1200px) {
	.map_api_section table,
	.map_api_section table tbody,
	.map_api_section table tr,
	.map_api_section table td{
		width: 100%;
		display: inline-block;
	}
	.map_api_section #viz {
		width: 100%;
		overflow: auto;
		min-width: 0px;
	}
	body .map_left_content {
		width: 100%;
	}
	.agency_employee .row.employee_grid {
		display: table;
		margin-left: auto;
		margin-right: auto;
		max-width: 870px;
	}
	.agency_employee .col-md-3.text-left.employee_bottom_content {
		float: left;
	}
	.non-gated-video-container {
		padding: 36.25% 0 0 0;
		position: relative;
	}
}

@media screen and (max-width: 1024px) {
	.pricing_block_price{
		word-wrap: break-word;
	}
	#sviz {
		overflow: auto;
	}
	.container {
		max-width: 100%;
		padding: 0 15px !important;
	}
	.p_navigation_links{
		overflow: auto;
		white-space: nowrap;
	}
	.row.content_cards_grid {
		margin-left: 0;
		margin-right: 0;
	}
	.content_cards_title {
		padding: 0 15px;
	}
	#masthead .navbar{
		margin: 0px;
	}
	.real-data-api svg {
		border: none;
		background: none;
	}
	div#page {
		overflow-x: hidden;
	}
	.application_tiles_content ul {
		display: inline-block;
	}
	.application_tiles_content .col-md-3 {
		-ms-flex: auto;
		flex: auto;
		max-width: none;
	}
	.application_tiles_content_data{
		min-height: 250px;
	}
	.content_cards_grid .col-md-4, .content_cards_grid .col-md-3, .content_cards_grid .col-md-6{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
	}
	.content_cards.p_module .content_cards_grid .col-md-4, .content_cards.p_module .content_cards_grid .col-md-3, .content_cards.p_module .content_cards_grid .col-md-6{
		margin-bottom: 15px;
	}
	.content_cards_grid .col-md-4 img, .content_cards_grid .col-md-3 img, .content_cards_grid .col-md-6 img{
		height: 204px;
	}
	.secondary_landing_page_hero_block .col-md-6 {
		padding: 0 12px !important;
	}
	.row.map_pointer_profile_detail .col-md-3{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.map_pointer_profile_image{
		position: static;
		height: auto;
	}
	.map_pointer_profile_image img {
		max-height: 200px;
	}
	.col-md-3.hidden_mob {
		display: none !important;
	}
	.map_pointer_main .modal-content{
		min-height: 0px;
	}
	.c_consumer_map_map_image{
		overflow: auto;
	}
	.application_tiles_content .flex-control-nav {
		position: static;
	}
	.full_bleed_quote{
		font-size: 20px;
	}
	.full_bleed.p_module .col-md-6 {
		min-height: 0;
	}
	.full_bleed_media img{
		display: block;
	}
	.media_img_main.large_image_outside{
		width: 50%;
	}
	.text_pattern .row {
		margin: 0;
	}
	.blog_hero_block_img.blog_featured_image{
		margin: 0 -15px;
	}
	.has_bg_img .blog_hero_content,
	.blog_title.award_block_title{
		margin-top: 0px !important;
	}
	.blog_hero_block_img.blog_featured_image .shape_for_d{
		display: none;
	}
	.blog_hero_block_img.blog_featured_image .shape_for_mo{
		display: block !important;
	}
	.blog_categorty.content_cards_grid_category{
		position: static;
		margin-bottom: 15px;
	}
	.blog_paragraph_content.blog_p_module{
		padding-top: 0px;
	}
	.video-hero-module .pl-0 {
		padding-left: 15px !important;
	}
	.non-gated-video-container {
		padding: 42.25% 0 0 0;
		position: relative;
	}
}
@media screen and (max-width: 991px) {
	.secondary_landing_page_hero_block .hero_block_title {
		margin-top: 50px;
	}
	body.header_fixed #masthead,.header_fixed.enable_fixed #masthead{
		height: 76px;
	}
	.mobile_search_wrapper.search_input_main i{
		display: none;
	}
	.agency_50_50_m img {
		max-width: 100%;
	}
	.agency_50_50_module .col-md-4, .agency_50_50_module .col-md-8 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.agency-video-module {
		padding: 20% 15px !important;
	}
	.mobile-nav #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.sub-menu-563.sub-menu-resources > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu {
		margin-left: 0;
	}
	.mobile-nav #wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li.sub-menu-563.sub-menu-resources ul.wp-megamenu-sub-menu li a {
		padding: 10px 0 !important;
		font-size: 14px !important;
	}
	.mobile-nav .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.sub-menu-resources > .wpmm-strees-row-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li {
		padding: 0;
	}
	.agency_employee .col-md-3 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.agency_employee_grid_data_title {
		max-width: 100%;
		font-size: 20px;
		margin-bottom: 10px;
	}
	.agency_employee .row.employee_grid {
		max-width: 580px;
	}
	.non-gated-video-container {
		padding: 42.25% 0 0 0;
		position: relative;
	}
}
@media screen and (max-width: 768px) {
	.secondary_landing_page_hero_block .hero_block_title {
		margin-top: 20px;
	}
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.p_navigation_links {
		overflow: visible;
		white-space: normal;
	}
	.p_navigation_links .container {
		max-width: 100%;
		padding: 0 12px !important;
	}
	.contact_banners_form label{
		width: 65%;
	}
	.wpcf7-form-control-wrap {
		width: 100%;
	}
	.contact_banners_form input[type="email"]{
		max-width: 100%;
	}
	.contact_banners_form input.wpcf7-submit{
		margin-top: 10px;
	}
	.hero_block_link .hero_link{
		line-height: 2.0;
	}
	.secondary_landing_page_hero_block .col-md-6.pr-0.text-center {
		padding-right: 15px !important;
	}
	.secondary_landing_page_hero_block.media_outside  .col-md-6.pr-0.text-center {
		padding-right: 0px !important;
		margin-top: 20px;
	}
	.background_img_right.media_inside .inside_image {
		margin-top: 20px;
	}
	.hero_block_description{
		margin-bottom: 10px;
	}
	.secondary_landing_page_hero_block .hero_metric_rollup .col-md-4{
		width: 33.33%;
	}
	.secondary_landing_page_hero_block.height_617 {
		height: auto;
	}
	.media_outside.height_617.secondary_landing_page_hero_block {
		height: auto;
		margin-bottom: 0;
	}
	.secondary_landing_page_hero_block .media_img_main{
		display: none;
	}
	.secondary_landing_page_hero_block .inside_image{
		display: block;
	}
	.secondary_landing_page_hero_block .inside_image .media_img{
		display: block;
	}
	.secondary_landing_page_hero_block .hero_metric_rollup {
		padding-top: 20px;
	}
	.hidden_desktop{
		display: flex;
	}
	.hidden_mobile{
		display: none;
	}
	.secondary_landing_page_hero_block .hero_block_link {
		margin-bottom: 0 !important;
	}
	.secondary_landing_page_hero_block{
		background-size: 100% !important;
		background-position: left top !important;
	}
	.rollup_title{
		font-size: 19px;
	}
	.rollup_logo img {
		max-height: 16px;
	}
	.static_text_grid_logo img {
		max-height: 56px;
	}
	.p_module {
		padding: 30px 0;
	}
	.full_bleed {
		padding: 0 !important;
	}
	.static_text_grid.p_module {
		padding: 30px 0 18px 0;
	}
	.static_text_grid_logo {
		margin-bottom: 16px;
	}
	.static_text_grid_title {
		font-size: 28px;
	}
	.static_text_grid_column_data .col-md-4 {
		max-width: 254px;
		margin: 0 auto;
		text-align: center !important;
		padding: 0 15px !important;
		position: relative;
		margin-bottom: 30px;
	}
	.static_text_grid_column_description{
		margin-bottom: 25px;
	}
	.static_text_grid_column_data .col-md-4::after {
		content: "";
		width: 75px;
		height: 1px;
		border: solid 1px #221f20;
		display: inline-block;
	}
	.horizontal_tabs_title{
		font-size: 28px;
	}
	.horizontal_tabs_main{
		width: 100%;
	}
	.horizontal_tabs_tab_title a{
		padding: 8px 18px;
		min-width: 105px;
		font-size: 14px;
	}
	.horizontal_tabs_tab_links .col-md-6{
		width: 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.filter_topic, .filter_vertical, .filter_solution {
		padding: 0 !important;
	}
	.content_cards_grid_link{
		padding-left: 20px;
	}
	.search_case_study_form .col-md-3 {
		max-width: 50%;
		margin-bottom: 15px;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.container.p-0 {
		padding: 0 15px !important;
	}
	.search_case_study_form .search_use_case_dropdown, .search_case_study_form .search_verticle_dropdown {
		width: 100%;
	}
	#loadmore_photo{
		margin-left: 0px;
		margin-right: 0px;
	}
	.gallery_inner_row .filter_vertical{
		padding-left: 7.5px !important;
	}
	.grid .grid-item {
		position: static !important;
	}
	.grid {
		height: auto !important;
	}
	.vertical_tabs .vertical_tabs_data_title {
		padding-right: 0px;
		white-space: nowrap;
		margin-bottom: 20px;
		width: 100%;
		overflow-x: auto;
		border-top: 1px solid #242B3D;
		border-bottom: 1px solid #242B3D;
	}
	.vertical_tabs_title{
		margin-bottom: 15px;
	}
	.vertical_tabs_tab_title a{
		width: auto;
		height: auto;
		padding: 10px 15px;
		font-size: 18px;
		box-shadow: none !important;
		min-height: 0px;
	}
	.vertical_tabs .vertical_tabs_data_title .vertical_tabs_tab_title {
		display: inline-block;
	}
	.vertical_tabs .vertical_tabs_tab_title a.active {
		color: #3c4456;
		opacity: 1.0;
		border-bottom: 2px solid #00a0dc;
	}
	.vertical_tabs.vertical_tabs_Dark .vertical_tabs_tab_title a.active {
		color: #fff;
	}
	.content_cards.p_module .row.content_cards_grid {
		margin: 0;
	}
	.content_cards.p_module .content_cards_grid .col-md-4,
	.content_cards.p_module .content_cards_grid .col-md-3,
	.content_cards.p_module .content_cards_grid .col-md-6 {
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 15px;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 15px;
	}
	.text-left .content_cards_title {
		padding: 0 15px;
	}
	.content_cards.p_module {
		padding: 30px 0;
	}
	.product_tiles .col-md-6.order-0.pr-5 {
		padding-right: 15px !important;
	}
	.product_tiles_title{
		font-size: 28px;
		line-height: 1.2;
	}
	.row.product_tiles_cards .col-md-4 {
		width: 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.splitabstract .col-md-6.order-1 {
		padding-left: 15px;
	}
	.splitabstract_media img {
		visibility: visible;
	}
	.splitabstract .media_img_main{
		display: none;
	}
	.testimonials_title {
		font-size: 28px;
	}
	.testimonials_description p{
		font-size: 19px;
	}
	.design_gallery_data .col-md-4 {
		margin-bottom: 15px;
	}
	.featured_awards_grid_section .award_content_box {
		min-height: 0px;
	}
	.search_awards_feed_form .form-group {
		padding: 0;
		width: 100%;
	}
	.search_awards_feed_form .col-md-3 {
		width: 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.search_awards_feed_form {
		margin: 0 -15px;
	}
	.awards_feed_search_input {
		margin: 0;
	}
	.contact_banners_form #wpcf7-f3195-o1 .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
		color: #d0d2d7;
		opacity: 1;
	}
	.contact_banners_form #wpcf7-f3195-o1 .wpcf7-form-control-wrap .wpcf7-form-control, .contact_banners_form #wpcf7-f3195-o1 .wpcf7-form-control-wrap select.wpcf7-form-control{
		color: #d0d2d7;
		background: none;
	}
	.contact_banners_form #wpcf7-f3195-o1 .wpcf7-submit{
		min-width: 100%;
	}
	.has_mobile_media_bottom .container_indented .col-md-6.stext_column{
		order: 0 !important;
	}
	h1 {
		font-size: 28px;
	}
	.blog_pull_quote_detail .row {
		margin-right: 0;
	}
	.secondary_landing_page_hero_block.header_transparent {
		padding-top: 80px !important;
		height: auto !important;
		margin-bottom: 0;
	}
	.col-md-12.horizontal_tabs_data .col-md-7 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 0;
		order: 0;
		padding-bottom: 25px;
	}
	.col-md-12.horizontal_tabs_data .col-md-5 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.splitabstract_media {
		overflow: hidden;
		margin-bottom: 20px;
	}
	.logo_grid_content .col-md-3 {
		width: 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.logo_grid_full_title {
		font-size: 23px;
	}
	.logo_grid_full_description p{
		font-size: 19px;
	}
	.testimonial_carousel_rating {
		font-size: 40px;
	}
	.testimonial_carousel_rating_star {
		font-size: 15px;
	}
	.testimonial_carousel_quote{
		font-size: 19px;
	}
	.splitfull_width_title_m {
		font-size: 23px;
	}
	.row.employee_grid .col-md-12 .employee_grid_data_title{
		font-size: 23px;
	}
	.stats_grid_title {
		font-size: 23px;
	}
	.stats_grid_description p{
		font-size: 19px;
	}
	.stats_grid_content .col-md-3 {
		width: 50%;
		margin-bottom: 30px;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.stats_grid_content_value {
		font-size: 40px;
	}
	.contact_banners_description {
		font-size: 19px;
	}
	.icon_grid_content .col-md-4 {
		margin-bottom: 24px;
	}
	.logo_grid_half_title {
		font-size: 23px;
	}
	.logo_grid_half_width .col-md-6.order-0.pr-5 {
		padding-right: 15px !important;
	}
	.logo_half_grid_content .col-md-4 {
		width: 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.icon_grid_title {
		font-size: 23px;
	}
	.icon_grid_description p{
		font-size: 19px;
	}
	.icon_grid_content .col-md-3 {
		padding: 0 30px;
		margin-bottom: 35px;
	}
	.tertiary_landing_page_hero_block .yellow_bg::after{
		display: none;
	}
	.height_617 {
		height: auto;
	}
	.tertiary_landing_page_hero_block .col-md-6 {
		padding: 0 15px !important;
	}
	.tertiary_landing_page_hero_block .media_img {
		padding-left: 0;
	}
	.tertiary_landing_page_hero_block .hero_block_heading {
		font-size: 33px;
	}
	.featured_case_studies.p_module {
		padding: 0;
	}
	.row.case_studies_grid > div {
		margin: 12px 15px;
	}
	.featured_case_studies .row.case_studies_grid {
		margin: 0;
	}
	.featured_case_studies .row.case_studies_grid > div{
		margin: 8px 0;
	}
	.case_study_orange .content_cards_grid_image img {
		height: auto;
	}
	.col-md-3 .content_cards_grid_image img {
		height: auto;
	}
	.full_bleed {
		padding: 0 !important;
	}
	.case_studies_grid .content_cards_grid_data .row{
		margin: 0px;
	}
	.case_study_orange .content_cards_grid_content{
		margin-left: 0;
		min-height: 205px;
	}
	.case_studies_grid .case_study_orange .content_cards_grid_excerpt p {
		font-size: 16px;
	}
	.case_studies_grid .content_cards_grid_title img {
		max-height: 25px;
	}
	.case_study_dark_grey .content_cards_grid_title img {
		max-height: 25px;
	}
	.splitabstract .hero_metric_rollup .col-md-4{
		width: 33.33%;
	}
	.splitabstract .col-md-6.order-0 {
		padding-right: 15px;
	}
	.full_bleed.p_module .col-md-6 {
		min-height: 0;
	}
	.full_bleed_quote {
		font-size: 28px;
	}
	.full_bleed_name_and_postion {
		font-size: 19px;
	}
	.full_bleed .col-md-6.p-5 {
		padding: 30px 15px !important;
	}
	.content_cards_title, .content_cards_description {
		padding: 0 15px;
	}
	.stats_grid_content .col-md-4 {
		margin-bottom: 40px;
	}
	.splitfull_width .col-md-6.order-1.pl-5.pr-3 {
		margin-top: 15px;
	}
	.page-id-2063 .stats_grid {
		background-size: 100% !important;
	}
	.sub_navigation_block.s_sub_menu_links {
		display: inline-block;
		padding: 0 !important;
		width: 100%;
	}
	.sub_navigation_block.s_sub_menu_links .p_navigation_links {
		height: auto;
		margin-top: 0px;
	}
	.s_sub_menu_links .p_navigation_links ul li {
		margin-right: 0;
		width: 100%;
	}
	.s_sub_menu_links .p_navigation_links ul li a{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.tertiary_landing_page_hero_block .col-md-6.media_column {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 25px;
	}
	.tertiary_landing_page_hero_block .col-md-6.text_column {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: 0;
		order: 0;
	}
	.splitfull_width .col-md-6.smedia_column,
	.splitindented .col-md-6.smedia_column {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: 0;
		order: 0;
	}
	.splitfull_width .col-md-6.stext_column,
	.splitindented .col-md-6.stext_column {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 25px;
		margin-top: 25px;
	}
	.application_tiles_content ul li{
		padding-right: 0px;
		padding-left: 0px;
	}
	.sub_navigation_block.p_module.p-0 {
		padding: 0 !important;
	}
	.sub_navigation_block.p_module .p_navigation_links{
		margin: 0px;
		height: auto;
	}
	.p_navigation_links .col-md-8{
		padding: 0 !important;
	}
	.p_navigation_links ul li.landing_page_title{
		width: 100%;
		height: auto;
		position: relative;
	}
	.p_navigation_links ul li.landing_page_title i{
		position: absolute;
		right: 0px;
		top: 15px;
	}
	.p_navigation_links .col-md-8 ul li i.fa-chevron-down{
		display: none;
	}
	.p_navigation_links .col-md-8 ul li.show_nav_menu i.fa-chevron-down{
		display: none;
	}
	.p_navigation_links .col-md-8 ul li.show_nav_menu i.fa-chevron-up{
		display: inline-block;
	}
	.p_navigation_links .col-md-8 ul li{
		width: 100%;
		margin: 0;
	}
	.p_navigation_links .col-md-8 ul li a {
		padding: 10px 0px;
		width: 100%;
	}
	.p_navigation_links .col-md-8 li {
		display: none;
	}
	.s_sub_menu_links .p_navigation_links .col-md-8 li {
		display: inline-block;
		width: auto;
	}
	.s_sub_menu_links .col-md-4{
		padding-right: 15px !important;
		margin-bottom: 15px;
		text-align: left !important;
	}
	.s_sub_menu_links .p_navigation_links .col-md-4 ul li a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.s_sub_menu_links .p_navigation_links .col-md-4 ul li {
		width: auto;
		margin-right: 5px;
	}
	.s_sub_menu_links .p_navigation_links .col-md-8 ul li a{
		width: auto;
		padding: 15px 15px;
	}
	.p_navigation_links .col-md-8 li.landing_page_title {
		display: inline-block;
		cursor: pointer;
		padding: 10px 15px !important;
	}
	.p_navigation_links .col-md-8 ul li.desktop_view a{
		padding: 10px 15px !important;
		border: none;
	}
	.p_navigation_links .col-md-8 ul.show_nav_menu li{
		display: inline-block;
	}
	.p_navigation_links .col-md-8 ul li a{
		padding: 10px 15px;
	}
	.p_navigation_links .col-md-8 ul li a.active_url{
		border: none;
	}
	.p_navigation_links .col-md-8 ul li a,
	.p_navigation_links .col-md-8 ul li a:hover {
		border-bottom: none;
		background: none;
		color: #fff;
		height: auto;
	}
	.landing_page_with_sub_navigation_hero_block .p_navigation_links ul {
		width: 100%;
		text-align: left;
	}
	.application_tiles_content {
		position: relative;
	}
	.application_tiles_content ul.flex-direction-nav {
		display: none;
	}
	.application_tiles_content .flex-control-nav{
		bottom: -20px;
	}
	.content_cards_title.text-left {
		padding: 0;
	}
	.contact_us_block_content .content_cards_title {
		padding: 0;
	}
	.secondary_landing_page_hero_block .hero_video{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.padding_left_75 {
		padding-left: 0;
	}
	.vertical_tabs_data_main.padding_left_75 .vertical_tabs_tab_title a {
		width: auto;
		background: none;
		color: #221f20;
	}
	.hidden.load_more_address {
		display: block;
	}
	.contact_us_block_content .col-md-4.hidden_cls {
		display: none;
	}
	.splitindented .row.product_tiles_cards{
		padding-left: 0px;
	}
	.splitfull_width{
		background-size: 100% !important;
		background-position: left top !important;
	}
	.splitfull_width_image_m {
		margin-bottom: 20px;
	}
	.logo_grid_half_width .col-md-6.order-1.pl-5 {
		padding-left: 15px !important;
	}
	.s_sub_menu_links .p_navigation_links .col-md-8 ul li a i{
		display: block !important;
		top: 18px;
		right: -10px;
	}
	.search_ico, .user_ico,.user-login {
		display: none;
	}
	.p_navigation_links .col-md-8 ul.show_nav_menu li.desktop_view{
		background-color: #292a30;
	}
	.phone_view {
		display: none;
		background-color: #292a30;
	}
	.show_nav_phone{
		display: block;
	}
	body .landing_page_with_sub_navigation_hero_block .hero_block_description {
		margin-right: 0;
	}
	.search_bar_form.contact_us_speak_left .hs-form-field{
		margin-bottom: 10px;
	}
	.p_navigation_links ul li.landing_page_title a{
		pointer-events: none;
		padding: 0 !important;
	}
	.p_navigation_links{
		height: 52px;
		z-index: 99;
	}
	.landing_nav_sub_menu {
		display: none !important;
	}
	.p_navigation_links ul li.landing_page_title{
		position: relative;
		border: none;
	}
	.p_navigation_links ul li.landing_page_title:after{
		content: "\f078";
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.p_navigation_links ul.show_nav_menu li.landing_page_title:after {
		content: "\f077";
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.footer_4 .float-left, .footer_4 .float-right {
		width: 100%;
	}
	.footer_3 .float-left, .footer_3 .float-right {
		width: 100%;
		text-align: center;
	}
	.social_links_main{
		text-align: center;
	}
	.menu_top_bar_1 ul li a{
		padding: 10px 0;
	}
	.footer_2 .widget {
		float: left;
		width: 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	.featured_post .widget {
		width: 100%;
	}
	.footer_2 .col-md-4{
		clear: both;
	}
	.footer_2 .col-md-4 .widget {
		width: 100%;
	}
	.col-md-6.pl-0 {
		padding-left: 15px !important;
	}
	.col-md-6.pr-0 {
		padding-right: 15px !important;
	}
	.real-data-api.smaller_version_map #sviz{
		overflow: hidden;
		height: 320px;
	}
	.real-data-api.smaller_version_map svg{
		transform: scale(0.90);
		-webkit-transform: scale(0.90);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		height: auto;
	}
	.smaller_version_map .line {
		transform: scale(0.90);
		-webkit-transform: scale(0.90);
	}
	.row.content_cards_grid.resources-list {
		margin-left: -12px;
		margin-right: -13px;
	}
	.page-template-default #masthead {
		border-bottom: none;
	}
	.page-template-default .type-page {
		padding: 0 12px;
	}
	.content_cards_grid .col-md-4 img, .content_cards_grid .col-md-3 img, .content_cards_grid .col-md-6 img {
		height: auto;
	}
	.flexslider_carousel .flex-control-nav{
		position: static;
	}
	.real-data-api.smaller_version_map {
		background: #fbfbfb;
		padding-top: 20px;
		margin: 0 -15px;
	}
	.header_fixed.enable_fixed #masthead{
		height: 76px;
	}
	#wpadminbar {
		height: 0 !important;
		overflow: hidden;
	}
	body.admin-bar .mobile_menu {
		top: 0;
	}
	body.header_fixed.admin-bar #masthead {
		top: 0;
	}
	.landing_page_with_sub_navigation_hero_block{
		padding: 0 !important;
	}
	.yellow_bg::after {
		display: none;
	}
	.orange_bg::after {
		display: none;
	}
	.terracotta_bg::after {
		display: none;
	}
	.blue_bg::after {
		display: none;
	}
	.green_bg::after {
		display: none;
	}
	.col-md-6.outside_media_img.media_p_left {
		padding-left: 0;
		text-align: left;
	}
	.col-md-6.outside_media_img.media_p_right {
		padding-right: 0;
		text-align: right;
	}
	.agency_50_50_module .smedia_column {
		order: 2;
		margin-top: 20px;
	}
	.row.agency_50_50_bullets .col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.agency_50_50_module .smedia_column img {
		width: 100%;
	}
	.agency_50_50_module .order-0.stext_column {
		order: 1;
	}
	.agency_50_50_m {
		margin-bottom: 30px;
		text-align: center !important;
	}
	.video-hero-module {
		padding: 107px 0 118px 0 !important;
	}
	.video-hero-title {
		font: normal normal 300 24px/24px Poppins;
		letter-spacing: 0.29px;
	}
	.video-hero-sub-title {
		font: normal normal bold 50px/40px Poppins;
		letter-spacing: 0.6px;
	}
	.agency_50_50_module .col-md-4, .agency_50_50_module .col-md-8 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.agency-video-module video, .agency-video-module iframe{
		min-width: 88vh;
	}
	.agency_employee .col-md-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.non-gated-video-container {
		padding: 46.25% 0 0 0;
		position: relative;
	}
}
@media screen and (max-width: 767px) {
	.employee_bottom_content.employee_col_hide {
		display: none;
	}
	.see_more_emp_agency{
		display: block;
	}
	.see_more_team_agency{
		display: none;
	}
	.employee_grid_d{
		display: none !important;
	}
	.employee_grid_m{
		display: block !important;
	}
	.horizontal_tabs_tab_links .col-md-6{
		width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.search_case_study_form .col-md-3 {
		max-width: 100%;
		margin-bottom: 15px;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.content_cards.p_module .content_cards_grid .col-md-4,
	.content_cards.p_module .content_cards_grid .col-md-3,
	.content_cards.p_module .content_cards_grid .col-md-6 {
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 15px;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row.product_tiles_cards .col-md-4 {
		width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.search_awards_feed_form .col-md-3 {
		width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.stats_grid_content .col-md-3 {
		width: 100%;
		margin-bottom: 30px;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.content_cards.p_module.p-0 {
		padding: 0 !important;
	}
	.content_cards.p_module.p-0 .content_cards_grid {
		margin-top: 0px !important;
	}
	.hero_block_link a{
		white-space: pre-line;
	}
	.employee_thumbnail {
		background-size: auto 100% !important;
		background-position: center top !important;
	}
	body.page-id-10447 .wp-megamenu-wrap{
		display: none;
	}
	.full_width_pi_paragraph.video_reduced_width iframe {
		width: 100%;
		height: auto;
	}
	.map_api_section #viz {
		overflow: visible;
		height: 350px;
		transform: scale(0.65);
		-webkit-transform: scale(0.65);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	.table_api_dropdown span.checkmark {
		padding: 10px;
	}
	.p_navigation_links ul li a.btn-blue{
		margin-bottom: 10px;
	}
	body .fancybox-slide--video .fancybox-content {
		max-width: 94%;
		max-height: 94%;
	}
	.non-gated-video-container {
		padding: 46.25% 0 0 0;
		position: relative;
	}
}
@media screen and (max-width: 640px) {
	.content_cards_grid .col-md-4, .content_cards_grid .col-md-3, .content_cards_grid .col-md-6{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.agency_employee .row.employee_grid {
		max-width: 290px;
	}
	.row.map_pointer_profile_detail .col-md-3{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.attribute_count_lbl_pop,
	.attribute_count_data_pop{
		text-align: left;
	}
	.map_api_section #viz {
		height: 250px;
		transform: scale(0.43);
		-webkit-transform: scale(0.43);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	.real-data-api.smaller_version_map #sviz {
		height: 275px;
	}
	.real-data-api.smaller_version_map svg {
		transform: scale(0.65);
		-webkit-transform: scale(0.65);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	.smaller_version_map .line {
		transform: scale(0.65);
		-webkit-transform: scale(0.65);
	}
	.c_consumer_map_map_image > img{
		display: none;
	}
	.map_pointer_icon {
		position: static;
		height: auto;
		width: auto;
		text-align: center;
		margin-bottom: 15px;
		border-radius: 12px;
		box-shadow: 0 0 8px 0 rgba(208, 210, 215, 0.5);
		background-color: #ffffff;
		overflow: hidden;
	}
	.map_pointer_description p strong {
		font-size: 19px;
	}
	.map_pointer_description {
		display: block;
		position: relative;
		margin: 0;
		border-radius: 0;
		width: 100%;
		padding: 15px;
		text-align: left;
		min-height: 270px;
		top: auto;
		left: auto;
		padding-bottom: 70px;
	}
	.c_consumer_map_sub_title {
		display: none;
	}
	.map_pointer_icon img {
		width: 50px;
		margin-bottom: 10px;
	}
	.map_image_section .pr-0 {
		padding-right: 15px !important;
	}
	.map_image_section .pl-0 {
		padding-left: 15px !important;
	}
	.map_pointer_icon .arrow,
	.hidden_m_c_icon{
		display: none;
	}
	.mobile_show_map_img {
		display: block !important;
		background-size: 860px !important;
	}
	.mobile_show_map_img > img {
		max-height: 100px;
	}
	.map_pointer_main .col-md-6 {
		padding: 0;
	}
	.c_consumer_map_map_image {
		overflow: visible;
		margin-top: 20px;
	}
	.c_consumer_map_map_image .flex-control-nav,
	.c_consumer_map_map_image .flex-direction-nav {
		display: none;
	}
	.btn_c_map {
		display: block !important;
		margin-top: 15px;
		position: absolute;
		bottom: 20px;
		left: 15px;
		right: 15px;
	}
	.btn_c_map .btn_blue_border {
		width: 100%;
		text-align: center;
		color: #fff;
	}
	.btn_c_map .btn_blue_border:hover{
		color: #0d141c;
	}
	.contact_banners .contact_us_speak_left .contact_form_class .hs-form-field {
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
	.contact_banners.contact_banners_Dark .contact_us_speak_left .contact_form_class .hs-button.primary.large{
		min-width: 0px;
		margin-left: 0px;
		width: 100%;
		max-width: none;
	}
	.post_listing_main .case-studies-list .col-md-4 {
		padding-left: 0;
		padding-right: 0;
	}
	.row.content_cards_grid.expert_qa-list .col-md-4 {
		padding: 0;
	}
	.contact_banners .col-md-12 .contact_us_speak_left .newsletter_form_form .hs-form-field input {
		min-width: 0;
	}
	.contact_banners .contact_us_speak_left .newsletter_form_form .hs-form-field .hs-error-msg {
		max-width: none;
	}
	.map_api_section #viz{
		overflow: visible !important;
	}
	.secondary_landing_page_hero_block.media_outside .col-md-6.pr-0.text-center{
		padding-left: 0px !important;
		height: 60vh;
		margin-left: -40%;
		width: 150%;
		max-width: none;
		-ms-flex: auto;
		flex: auto;
	}
	.row.employee_grid .col-md-2 { flex: 0 0 50%; max-width: 50%;}
	.employee_thumbnail img{
		height: auto;
	}
	.agency_50_50_module .smedia_column {
		order: 0;
		margin-top: 0px;
	}
	.row.agency_50_50_bullets .col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.agency_gallery_bottom{
		margin-top: 0px;
	}
	.agency_gallery_both.owl-carousel{
		display: block;
		height: 540px;
	}
	.agency_gallery_top.owl-carousel, .agency_gallery_bottom.owl-carousel{
		display: none;
	}
	.video-hero-module {
		padding: 50px 0 !important;
	}
	.video-hero-overlay{
		width: 100%;
		height: 100%;
		background: transparent linear-gradient(90deg, #221F20 28%, #221F2085 59%, #221F2000 100%) 0% 0% no-repeat padding-box;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		top: -30%;
	}
	.video-hero-title {
		font: normal normal 300 24px/24px Poppins;
		letter-spacing: 0.29px;
		text-align: center;
	}
	.video-hero-sub-title {
		font: normal normal bold 36px/42px Poppins;
		letter-spacing: 0.43px;
		text-align: center;
		margin-bottom: 340px;
		height: 45px;
	}
	.video-hero-desc {
		font: normal normal normal 18px/22px Roboto;
		letter-spacing: 0px;
		text-align: center;
		margin-bottom: 35px;
	}
	.hero_module_link {
		text-align: center;
	}
	.agency-video-module video, .agency-video-module iframe {
		width: 110% !important;
		max-width: none;
		height: 100% !important;
		min-height: 100% !important;
		min-width: 100% !important;
		top: 0 !important;
		left: -3% !important;
		right: -3% !important;
		bottom: 0 !important;
		transform: none !important;
		-moz-transform: none !important;
		-webkit-transform: none !important;
	}
	.agency-video-module {
		padding: 20% 15px !important;
	}
	.agency-video-logo img {
		max-height: 150px;
	}
	.agency-video-btn{
		bottom: 20px;
	}

	.non-gated-video-container {
		padding: 56.25% 0 0 0;
		position: relative;
	}


}
@media screen and (max-width: 480px) {
	.agency_employee .col-md-3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.agency_employee_thumbnail img {
		width: 100%;
	}
	.non-gated-video-container {
		padding: 56.25% 0 0 0;
		position: relative;
	}
}

.loaderdiv {
	display: none;
	position:fixed;
	z-index:999999;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:rgba(0,0,0,.7)
}
body.loading .loaderdiv {
	overflow:hidden
}
body.loading .loaderdiv {
	display:block
}
.loader-spinner {
	border:4px solid #fff;
	border-radius:50%;
	border-top:4px solid #00A0DC;
	width:30px;
	height:30px;
	-webkit-animation:spin 1.2s linear infinite;
	animation:spin 1.2s linear infinite;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: 50%;
	margin-top: -15px;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform:rotate(0deg)
	}
	100% {
		-webkit-transform:rotate(360deg)
	}
}
@keyframes spin {
	0% {
		transform:rotate(0deg)
	}
	100% {
		transform:rotate(360deg)
	}
}
.testimonial_item .has_video_icon,
.testimonial_item .has_video_icon img{
	display: block;
	overflow: hidden;
	float: left;
}
.secondary_landing_page_hero_block .hero_block_heading{
	margin-top: 0;
}
#apitrial-btn {
	margin-top: 20px;
}
@media screen and (max-width:480px){
	#contact_banners_1 .contact_us_speak_left {
		margin-top: 0px;
	}

}
@media only screen and (min-width: 481px) and (max-width:768px){
	#contact_banners_1 .contact_us_speak_left {
		margin-top: 0px;
	}
}

.agency-video-module video, .agency-video-module iframe {
	object-fit: inherit;
}
@media screen and (max-width: 768px){
	.landing_page_with_sub_navigation_hero_block {
		padding: 30px 0 !important;
	}
	.landing_page_with_sub_navigation_hero_block .hero_block_title {
		padding: 0 0 23px 0;
	}
	.landing_page_with_sub_navigation_hero_block .hero_block_heading {
		margin-top: 0 !important;
		margin-bottom: 25px !important;
	}
}
