:root {
	--text-color: #505B54;
	--link-color: #7BAA47;
	--button:       #61a3fd;
	--button-hover: #4c85d6; 
} 
 
/* Default pages styling */
.postContentDefault {
	font: 400 16px/1.5 'proxima-reg', sans-serif;
	color: #000;
	padding: 40px 15px;
}

.postContentDefault h1 {
	font: 700 48px 'proxima-bold';
	color: #33537d;
	padding: 0 0 10px 0;
}

.postContentDefault h2 {
	font: 700 44px 'proxima-bold';
	padding: 0 0 10px 0;
}

.postContentDefault h3 {
	font: 700 38px 'proxima-bold';
	padding: 0 0 10px 0;
}

.postContentDefault h4 {
	font: 700 32px 'proxima-bold';
	padding: 0 0 10px 0;
}

.postContentDefault h5 {
	font: 700 26px 'proxima-bold';
	padding: 0 0 10px 0;
}

.postContentDefault h6 {
	font: 700 18px 'proxima-bold';
	padding: 0 0 10px 0;
}

.postContentDefault hr {
	height: 1px;
	background: #000;
}

.postContentDefault p {
	font: 400 16px/1.5 'proxima-reg', TrebuchetMS, sans-serif;
	padding: 0 0 20px 0;
	margin: 0;
	color: #565a5c;
}

.postContentDefault p b,
.postContentDefault p strong {
	font-weight: bold;
}

.postContentDefault p em {
	font-style: italic;
}

.postContentDefault p a,
.postContentDefault a {
	color: #000;
	font-weight: bold;
}

.postContentDefault blockquote {
	padding: 10px;
	background: #d1dce1;
	text-indent: 15px;
	margin: 0 0 20px 0;
}

.postContentDefault blockquote p {
	margin: 0;
	padding: 0;
}


.postContentDefault figure.wp-caption {
	margin: 0;
	background: none;
}

.postContentDefault figure.wp-caption img {
	margin: 0 0 10px 0;
}

.postContentDefault figcaption.wp-caption-text {
	text-align: left;
	font-size: 18px;
	line-height: 1.5;
	color: #565a5c;
}

.postContentDefault ul {
	margin-bottom: 25px;
	margin-left: 40px;
}

.postContentDefault ul li {
	padding-bottom: 10px;
	list-style: outside disc;
}

.postContentDefault ul li a {
	font-size: 18px;
	line-height: 1.5;
	color: #66899b;
}

.postContentDefault ol {
	list-style: decimal inside;
	margin: 0 0 20px 25px;
	padding: 0; 
}

.postContentDefault ol li { 
	padding: 0 0 5px 0;
	margin: 0;
	line-height: 1.5; 
	font-weight: normal;
}

.postContentDefault ol li a {
	font-size: 18px;
	line-height: 1.5;
	color: #66899b;
	font-weight: normal;
}


.postContentDefault form label {
	display: block;
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 5px 0;
}

.postContentDefault form input[type="text"],
.postContentDefault form input[type="email"],
.postContentDefault form input[type="url"],
.postContentDefault form input[type="search"],
.postContentDefault form input[type="number"],
.postContentDefault form select {
	max-width: 300px;
	font-size: 16px;
	width: 80%;
	height: 40px;
	padding: 10px;
	border: 1px solid #444;
	margin: 0 0 10px 0;
	background: #fff;
}

.postContentDefault form select {
	font-size: 14px;
	height: auto;
}

.postContentDefault form textarea {
	max-width: 300px;
	border: 1px solid #444;
	margin: 0 0 10px 0;
	background: #fff;
	font-size: 16px;
	width: 80%;
	height: 80px;
	padding: 10px;
}

.postContentDefault input[type="submit"] {
	min-width: 100px;
	background: #66899b;
	font-size: 16px;
	color: #fff;
	padding: 5px 10px;
	border: 1px solid #66899B;
	border-radius: 2px;
} 

.postContentDefault .navigation.paging-navigation {
	width: 100%;
}

.postContentDefault .navigation.paging-navigation h1 {
	display: none !important;
}

.postContentDefault .navigation.paging-navigation a {
	font-size: 18px;
	line-height: 1px;
	color: #fff;
	background: #66899b;
	padding: 22px 10px;
	margin: 0 3px;
}

.postContentDefault .navigation.paging-navigation span {
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	background: #b3d66f;
	padding: 4px 10px;
	margin: 0 3px;
}

.postContentDefault .wp-pagenavi span.pages {
	background: #40A35F;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	padding: 4px 10px;
	margin: 0 5px 0 0;
}

.postContentDefault .wp-pagenavi a {
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	background: #66899b;
	padding: 4px 10px;
	margin: 0 3px;
}

.postContentDefault .wp-pagenavi span.current {
	background: #b3d66f;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	padding: 4px 10px;
	margin: 0 5px 0 0;
}

.search-form span.screen-reader-text {
	display: none;
}

.postContentDefault table {
	font-size: 18px;
	line-height: 1.5;
	width: 100%;
}

.postContentDefault table th {
	font-weight: bold;
}

.postContentDefault table td,
.postContentDefault table th {
	border: 1px solid;
}

.postContentDefault p img,
.postContentDefault img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.postContentDefault iframe {
	max-width: 100%;
	min-height: 250px;
}

.navigation.paging-navigation a {
	display: inline-block;
	padding: 22px;
}

.navigation.paging-navigation {
	text-align: center;
}

.wp-pagenavi {
	text-align: center;
}

/*========================================================================*/


body {
	overflow: hidden;
}

.container {
	max-width: 1200px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

header .container {
	padding: 33px 15px;
}

.toggle_menu {
	display: none;
}

.logo {
	display: inline-block;
}

a.logo-link svg {
	max-width: 220px;
	max-height: 50px;
}

a.logo-link svg path {
	fill: #ffffff;
}

a.logo-link svg:hover path {
	opacity: 0.65;
}

a.logo-link svg path {
	transition: 200ms;
	transition-timing-function: ease-in-out;
	-webkit-transition: 200ms;
	-webkit-transition-timing-function: ease-in-out;
}


.header_nav {
	float: right;
	margin-top: 5px;
}

.header_nav ul {
	display: inline-block;
	vertical-align: middle;
	margin-right: 22px;
}

.header_nav ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 35px;
	font: 500 17px proxima-semibold;
}

.header_nav ul li:last-child {
	margin-right: 0;
}

.sign_btn {
	display: inline-block;
	vertical-align: middle;
}

.header_nav a {
	color: #fff;
	text-decoration: none;
}

.header_nav .sign_btn a {
	min-width: 100px;
	padding: 8px 10px;
	font: 400 14px proxima-semibold;
	text-transform: uppercase;
	background: #3c76c6;
	border-radius: 4px;
	text-align: center;
}

.header_nav .sign_btn a:hover {
	background-color: #2166c4;
}



/*=============TOGGLE MENU==============*/

.menu_overlay {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 99;
}

.toggle_menu {
	float: right;
	margin-top: 6px;
	cursor: pointer;
}

.toggle_menu span {
	display: block;
	width: 28px;
	height: 4px;
	margin-bottom: 7px;
	border-radius: 2px;
	background: rgba(255, 255, 255, .5);
}

.toggle_menu span:first-child {
	position: relative;
	top: 0;
	-webkit-transition: top .3s .3s, -webkit-transform .3s 0s;
	transition: top .3s .3s, -webkit-transform .3s 0s;
	transition: top .3s .3s, transform .3s 0s;
	transition: top .3s .3s, transform .3s 0s, -webkit-transform .3s 0s;
}

.toggle_menu span:nth-child(2) {
	opacity: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.toggle_menu span:last-child {
	margin-bottom: 0;
	position: relative;
	top: 0;
	-webkit-transition: top .3s .3s, -webkit-transform .3s 0s;
	transition: top .3s .3s, -webkit-transform .3s 0s;
	transition: top .3s .3s, transform .3s 0s;
	transition: top .3s .3s, transform .3s 0s, -webkit-transform .3s 0s;
}

.toggle_menu #nav-icon2.open span:first-child {
	top: 11px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: top .3s 0s, -webkit-transform .3s .3s;
	transition: top .3s 0s, -webkit-transform .3s .3s;
	transition: top .3s 0s, transform .3s .3s;
	transition: top .3s 0s, transform .3s .3s, -webkit-transform .3s .3s;
}

.toggle_menu #nav-icon2.open span:nth-child(2) {
	opacity: 0;
}

.toggle_menu #nav-icon2.open span:last-child {
	top: -11px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: top .3s 0s, transform .3s .3s;
	-webkit-transition: top .3s 0s, -webkit-transform .3s .3s;
	transition: top .3s 0s, -webkit-transform .3s .3s;
	transition: top .3s 0s, transform .3s .3s;
	transition: top .3s 0s, transform .3s .3s, -webkit-transform .3s .3s;
}


/*============BANNER============*/

.default_banner {
	background-color: #6D9F3C;
}

.default_banner .container {
	padding: 100px 15px 60px;
	text-align: center;
}

.default_banner .banner_content .col {
	width: 100%;
	text-align: center;
}

.banner {
	background-position: top center !important;
	margin-bottom: 80px;
}

.banner .container {
	padding: 150px 15px 110px;
	text-align: center;
}

.banner_content h1 {
	position: relative;
	font: 700 47px 'proxima-reg';
	color: #fff;
	margin-bottom: 20px;
}

.banner_content h1 small {
	color: white;
	position: absolute;
	left: 0;
	right: 0;
	top: 45px;
	text-align: center;
	text-transform: uppercase;
	font-size: 50%;
	font-weight: normal; 
}

.banner_content h1 b {
	font-family: 'proxima-bold';
	font-size: 52px;
	line-height: 62px;
}

.banner_content .get_started {
	margin-top: 50px;
}

.banner2 .get_started {
	display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* #methodology .wrap .btn-or {
	margin: 0 15px;
} */

.btn-or {
	white-space: nowrap;
	text-align: center;
    margin: 0 15px;
    text-decoration: none;
	border-bottom: 1px solid #3c76c6;
	color: #3c76c6;
	font-size: 16px;
	letter-spacing: -0.02em;
}

.banner2 .btn-or,
#cmpfeatures .btn-or {
	color: #505B54;
	border-bottom-color: #505B54;
}

#methodology .btn-or {
	color: #fff;
	border-bottom-color: #fff; 
}

a.btn_link {
	min-width: 365px;
	font: 400 22px 'proxima-reg';
	color: #fff;
	padding: 15px 10px;
	text-decoration: none;
	text-align: center;
	background-color: #3c76c6;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.45);
	box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.45);
}

a.btn_link:hover {
	background-color: #2166c4;
}

.features_list .feature_row:nth-child(odd) h2{ color: #fff; }
.features_list .feature_row:nth-child(odd) h2 strong{ color: #fff; }

.features_list .feature_row:nth-child(odd) p,
#methodology { color: #fff; }

#methodology .btn_link {
	margin-top: 15px;
}

/*===============FEATURES LIST=================*/
@media screen and (min-width: 991px) {
	.features_list .feature_row:nth-child(even) h2 {
		color: #fff;
	}

	.features_list .feature_row:nth-child(even) h2 strong {
		color: #fff;
	}

	.features_list .feature_row:nth-child(even) p {
		color: #fff;
	}
}

.feature_row {
	margin-bottom: 230px;
}

.feature_row .row {
	position: relative;
	margin-bottom: 100px;
}

.feature_row:nth-of-type(odd) .layer_img {
	left: auto;
	right: auto;
}

.left_layer_position {
	right: auto;
}

.feature_row .layer_img {
	width: 160%;
	position: absolute;
	top: 62%;
	left: -5%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}

.features_list .col {
	width: 50%;
	float: right;
	display: table;
	padding: 0 15px;
}

.features_list .col .wrap {
	display: table-cell;
	/* vertical-align: middle; */ 
	vertical-align: top;
}



.feature_row h2 {
	font: 400 36px 'proxima-reg';
	color: #acb6bf;
	margin-bottom: 15px;
}

.feature_row h2 strong {
	font-family: 'proxima-bold';
	color: #6ba040;
}

.feature_row h3 {
	font: 400 28px 'proxima-semibold';
	color: #acb6bf;
	text-align: center;
	margin-bottom: 35px;
}

.feature_row p {
	font: 400 18px/1.5 'proxima-reg';
	color: #475059;
}

.customers_list {
	list-style: none;
	display: block;
	margin: 0 auto;
	padding: 0 15px;
}

.customers_item {
	min-height: 100px;
	width: calc(100% / 5);
	border-left-width: 60px;
	float: right;
	display: table;
}

.customers_item b {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.customers_link svg {
	fill: #bcc4cc;
	transition: fill .3s ease-out;
}

svg:not(:root) {
	overflow: hidden;
}

.feature_row.right_layer .layer_img {
	left: auto;
	top: 55%;
	right: -5%;
}

.features_list .left_layer .col,
.features_list .right_layer .col {
	float: left;
}


/*===============READY TO GET STARTED==================*/

.ready_to_start .container {
	padding: 15px 15px 100px;
	text-align: center;
}

.ready_to_start h3 {
	font: 400 32px 'proxima-reg';
	color: #ef676e;
	margin-bottom: 10px;
}

.ready_to_start h3 b {
	font-weight: 700;
}

.ready_to_start h4 {
	font: 400 34px 'proxima-reg';
	margin-bottom: 15px;
}

.ready_to_start .links {
	margin: 60px auto 15px;
}

.ready_to_start .links a {
	text-align: center;
	text-decoration: none;
	/* margin: 0 30px; */
}

.ready_to_start .links a.get_steated {
	background-color: #3f78c3;
	color: #fff;
}

/*=============FOOTER===============*/

footer {
	background: url("../images/footer-bg.svg") no-repeat;
	background-size: inherit;
	background-position: top;
}

footer .container {
	padding: 140px 15px 60px;
	position: relative;
}

@media screen and (max-width: 767px) {
	footer {
		background-size: cover;
	}

	footer .container {
		padding-top: 40px;
	}
}

.footer_bg {
	width: 200%;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
	display: none;
}

.footer_bg img {
	width: 100%;
}

footer .lang {
	margin-bottom: 80px;
}

footer .col {
	padding: 0 15px;
	float: left;
}

footer .col_small {
	width: 25%;
}

footer .col_big {
	width: 50%;
}

footer h4 {
	font: 400 20px 'proxima-bold';
	color: #1f272e;
	text-transform: uppercase;
	margin-bottom: 20px;
}

footer ul {
	list-style-type: none;
	margin-bottom: 40px;
}

footer ul:last-child {
	margin-bottom: 0;
}

footer ul li {
	font: 400 18px 'proxima-reg';
	color: #fff;
	margin-bottom: 15px;
	text-transform: initial;
}

footer ul li a {
	color: #fff;
	text-decoration: none;
}

footer ul li a:hover {
	opacity: .65;
}

.inner_small {
	width: 50%;
	float: left;
	padding: 0px 15px;
}

footer .map {
	margin-top: 40px;
	position: relative;
}

.map .locations b {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #67a129;
	position: relative;
	z-index: 2;
}

.map .loc1 {
	position: absolute;
	bottom: 40px;
	left: 23%;
}

.map .loc2 {
	position: absolute;
	top: 70px;
	left: 4%;
}

.map .loc3 {
	position: absolute;
	top: 60px;
	left: 42%;
}


.map .locations b:before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.loc_detail {
	min-width: 280px;
	background: #fff;
	padding: 15px 10px;
	border-radius: 7px;
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 30px;
	-webkit-transform: translateX(-30%);
	-moz-transform: translateX(-30%);
	-ms-transform: translateX(-30%);
	transform: translateX(-30%);
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	z-index: -1;
}

.locations:hover .loc_detail {
	opacity: 1;
	z-index: 99;
}

.loc_detail:after {
	content: "";
	display: block;
	width: 20px;
	height: 9px;
	background: url(../images/icon2.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 100%;
	left: 75px;
}

.loc_detail .icon {
	width: 30%;
	float: left;
	display: table;
}

.loc_detail .icon em {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.icon_loc_ct {
	max-height: 50%;
	vertical-align: top;
}

.loc_content {
	width: 70%;
	float: left;
}

.loc_content h5 {
	font: 700 16px 'proxima-reg';
	color: #f19e3f;
	margin-bottom: 10px;
	margin-top: 5px;
}

.loc_content p {
	font: 400 14px/20px 'proxima-reg';
	color: #757e82;
}

.loc_content p strong {
	color: #000;
}


/*==============BANNER===============*/


.banner_content .col {
	width: 50%;
	float: left;
	padding: 0 15px;
	text-align: left;
}

.banner_content p {
	font: 400 22px/1.5 'proxima-reg';
	color: #434a54;
}

.banner_content--product .product-overlay {
	font-family: proxima-bold, TrebuchetMS, sans-serif;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	width: 470px;
	margin: -70px 0 -155px 0;
	padding: 20px 40px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}

.banner_content--product .product-overlay br {
	display: none;
}

.banner_content--product .product-overlay__title {
	color: #7BAA47;
	font-size: 24px;
	display: block;
	text-align: center;
	margin: 0 0 20px 0;
	font-family: 'proxima-reg'; 
}

.banner_content--product .hs-form-field {
	position: relative;
	font-family: inherit;
}

.banner_content--product .hs-form-field label {
	display: none !important;
	font-weight: normal;
	font-family: inherit;
}

.banner_content--product .hs-fieldtype-select label {
	display: block !important;
	color: #7BAA47;
	font-weight: normal;
	margin: 0;
	padding: 0 15px 10px 0;
	font-family: 'proxima-reg';
	font-size: 16px;
}

.banner_content--product .hs-form-field .hs-input {
	width: 100%;
	box-shadow: none;
	height: 40px;
	box-sizing: border-box;
	padding: 5px 15px;
	font-family: inherit;
}

#phone_ext-1d900390-f328-42c8-99c4-3341365b3599 {
	margin-left: -15px;
}

.banner_content--product .hs_submit {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: inherit;
}

.banner_content--product .hs_submit .hs-button,
.banner_content--product .hs_submit .hs-button:hover,
.banner_content--product .hs_submit .hs-button:active,
.banner_content--product .hs_submit .hs-button:focus {
	border: 0 !important;
	outline: none !important;
	box-shadow: none !important;
	font-size: 15px;
	padding-left: 40px;
	padding-right: 40px;
	background: #61a3fd !important;
	text-shadow: none;
	font-family: inherit;
	transition: all 0.2s ease-out;
	-webkit-appearance: none;
	appearance: none;
}

.banner_content--product .hs_submit .hs-button:hover {
	background: #3c76c6 !important;
}

.banner_content--product .hs_submit .actions {
	margin: 0 !important;
	padding: 0 !important;
}

.banner_content--product .hs-form-field .hs-form-required {
	color: #434a54;
	font-family: inherit;
}

.banner_content--product .hs-error-msgs,
.banner_content--product .hs-error-msgs .hs_error_rollup {
	padding: 0;
	font-family: inherit;
}

.banner_content--product .hs-error-msgs .hs_error_rollup {
	display: none;
	margin: -10px 0 35px 0;
}

.banner_content--product .hs-error-msgs label,
.banner_content--product .hs-error-msgs .hs_error_rollup label {
	color: #ba2323;
	font-family: inherit;
}

@media screen and (max-width: 991px) {
	.banner_content--product .product-overlay {
		width: auto;
		margin: 0;
	}
}

@media screen and (max-width: 500px) {
	.banner_content--product .product-overlay {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.banner.banner3 .container {
	padding: 150px 15px 0;
}

.banner.banner3 {
	background-position: left top !important;
	background-size: 100% 100% !important;
}

.banner.banner3 .banner_content .col.col_right {
	padding: 5px 15px;
}

.header4 .sign_btn a {
	background-color: #9ec972;
}


.banner4 .get_started {
	text-align: left;
}

.banner4 .get_started a.btn_link {
	background-color: #8cbc5c;
}

.banner4 .get_started a.btn_link:hover {
	background-color: #77b439;
}

.banner2 .col_right,
.banner4 .col_right {
	position: relative;
	left: 50px;
}

.banner2 a.btn_link {
	background-color: #61a3fd;
}

/*===========UBERMENU============*/


.ubermenu .ubermenu-item .ubermenu-submenu-drop {
	height: auto;
	visibility: visible;
}

.ubermenu .ubermenu-item-level-0 {
	position: relative !important;
}

.ubermenu .ubermenu-item-level-0>a {
	padding: 8px 20px;
}

.ubermenu-bound-inner .ubermenu-nav li .ubermenu-submenu.ubermenu-submenu-drop {
	left: 50% !important;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ubermenu-submenu.ubermenu-submenu-drop:before {
	content: "\f0de";
	font-family: FontAwesome;
	color: #fff;
	display: block;
	font-size: 24px;
	position: absolute;
	bottom: 100%;
	left: 50%;
}

.ubermenu-submenu.ubermenu-submenu-drop {
	width: 450px !important;
	max-height: none !important;
	background: #fff;
	border-radius: 6px !important;
	overflow: hidden;
	box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-stack {
	width: 100% !important;
}

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-stack ul,
.ubermenu .ubermenu-submenu .ubermenu-submenu-type-stack ul li {
	margin-right: 0;
	display: block;
	width: 100%;
}

.ubermenu-main .ubermenu-submenu .ubermenu-column {
	min-width: 100% !important;
}

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-stack ul li {
	position: relative;
	padding-left: 70px;
	margin-bottom: 30px;
	margin-top: 5px;
}

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-stack ul li img {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-stack h4 b {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 12px;
	text-transform: uppercase;
}

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-stack h4 {
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-stack p {
	color: #6b7c93;
	font-size: 14px;
	line-height: 15px;
}

.ubermenu-main .ubermenu-submenu .ubermenu-column:last-child {
	text-align: center;
	text-transform: uppercase;
}

.ubermenu-main .ubermenu-submenu .ubermenu-column:last-child span {
	text-transform: uppercase;
}

.ubermenu .menuleft,
.ubermenu .menuright {
	float: left;
	width: 50%;
}

.ubermenu .menuleft h4,
.ubermenu .menuright h4 {
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .025em;
	margin: 0 0 3px;
	color: #8898aa;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
	margin-top: -10px !important;
}

.ubermenu .menuleft ul a {
	color: #6772e5;
}

.ubermenu .menuright ul a {
	color: #6772e5;
}

.ubermenu .menuleft ul a:hover {
	color: #111;
}

.ubermenu .menuright ul a:hover {
	color: #111;
}

.ubermenu .menuleft ul li {
	padding-left: 0 !important;
	font-weight: 600;
	font-family: 'proxima-thin';
}

.ubermenu .menuright ul li {
	padding-left: 0 !important;
	font-weight: 600;
	font-family: 'proxima-thin';
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item.ubermenu-column-auto>div {
	position: relative;
}

.ubermenu-bound-inner .ubermenu-nav li:nth-child(2) .ubermenu-submenu.ubermenu-submenu-drop .ubermenu-item.ubermenu-column-auto>div {
	padding-left: 40px;
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item.ubermenu-column-auto>div a {
	display: block;
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item.ubermenu-column-auto>div a:hover {
	color: #434a54;
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item.ubermenu-column-auto>div img {
	position: absolute;
	top: 20px;
	left: 15px;
	max-width: 40px;
}

.ubermenu-submenu .ubermenu-target-description {
	color: #6b7c93 !important;
	font-size: 14px !important;
	line-height: 15px !important;
	font-family: 'proxima-reg', TrebuchetMS, sans-serif !important;
}

.ubermenu-submenu .ubermenu-target-title {
	font-size: 17px !important;
	text-transform: uppercase !important;
	margin-bottom: 0 !important;
	font-weight: 700 !important;
	color: #47525d !important;
	font-family: 'proxima-bold', TrebuchetMS, sans-serif !important;
	line-height: 1.3;

}

/* Perspective Featured Images */

.feature_row {
	position: relative;
}

.feature_row .square-container {
	position: relative;
	width: 468px;
	height: 300px;
	transform: translate(0%, 0%);
	transform-style: preserve-3d;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	margin: 0 auto;
}

.feature_row .square-container .shadow {
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	transition: .5s linear;
	filter: blur(30px);
}

.feature_row .square-container .square {
	width: 468px;
	height: 300px;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	background: white;
	transition: .5s linear;
	overflow: hidden !important;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	border-radius: 10px;
}



/* Elton CSS */

.wpcf7 {
	background-color: #f1f3ec;
	padding: 35px !important;
	border-radius: 10px;
}

div.wpcf7 {
	padding: 35px;
}

.wpcf7-form-control-wrap option {
	font: inherit;
}

.wpcf7 input,
.wpcf7 select {
	width: 100%;
	border-radius: 3px;
	border: solid 1px #dde0d6;
	height: 40px;
}

.wpcf7 input[type=button],
.wpcf7 input[type=submit],
.wpcf7 button {
	background-color: #5590CA !important;
	text-align: center;
	color: white;
}

.communityform {
	height: auto;
}

.landingpage .features_list .col .wrap {
	vertical-align: top !important;
}

.formlandingpage .pipz-webform {
	background-color: #f1f3ec !important;
	border-radius: 10px !important;
	padding: 25px 40px !important;
}

.formlandingpagecorrecao .pipz-webform {
	background-color: #f1f3ec !important;
	border-radius: 10px !important;
	padding: 25px 40px !important;
}

.formcentral {
	width: 50%;
	margin: 0 auto;
}

a[href="http://pipz.com"] {
	display: none;
}

.sepia {
	-webkit-filter: sepia(100%);
	/* Safari 6.0 - 9.0 */
	filter: sepia(100%);
}

.banner4 img[src="http://contentools.wpengine.com/wp-content/uploads/2018/05/max-contentools.svg"] {
	margin-bottom: -8px !important;
}


.fullcirclegrey {
	border: solid 10px #c1cbd8;
	border-radius: 300px;
}

.fullcirclewhite {
	border: solid 10px #ffffff;
	border-radius: 300px;
}

.img-transform-right {
	-webkit-transform: rotate3d(.5, -.866, 0, 15deg) rotate(1deg);
	transform: rotate3d(.5, -.866, 0, 15deg) rotate(1deg);
	-webkit-box-shadow: 27.1px 62.5px 125px -25px rgba(50, 50, 93, .5), 16.2px 37.5px 75px -37.5px rgba(0, 0, 0, .6);
	box-shadow: 27.1px 62.5px 125px -25px rgba(50, 50, 93, .5), 16.2px 37.5px 75px -37.5px rgba(0, 0, 0, .6);
}

.img-transform-left {
	-webkit-transform: rotate3d(.5, .866, 0, 15deg) rotate(-1deg);
	transform: rotate3d(.5, .866, 0, 15deg) rotate(-1deg);
	-webkit-box-shadow: -27.1px 62.5px 125px -25px rgba(50, 50, 93, .5), -16.2px 37.5px 75px -37.5px rgba(0, 0, 0, .6);
	box-shadow: -27.1px 62.5px 125px -25px rgba(50, 50, 93, .5), -16.2px 37.5px 75px -37.5px rgba(0, 0, 0, .6);
}

.imgright.right_layer .layer_img {
	text-align: right;
}

.text-right {
	text-align: right;
}

.purple {
	color: #ba5091;
}

span.purple {
	font-weight: 700;
}

.color-white {
	color: #ffffff !important;
}

.bigfont {
	font-size: 5rem;
}

#bg-grey h2,
#strategy h2,
.colorgrey h2 {
	color: #acb6bf !important;
}

#bg-grey p,
#strategy p,
.colorgrey p {
	color: #475059 !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top: none !important;
}

#menu-item-214 a {
	background: rgba(0, 0, 0, .3);
	border-radius: 4px;
	padding: 8px 20px !important;
	margin-left: 15px;
}

a.ubermenu-target:hover span {
	opacity: 0.65;
}

#menu-item-214 a:hover {
	background: rgba(0, 0, 0, .6);
}

#menu-item-214 a:hover span {
	color: #ffffff;
}

#menu-item-652 a {
	background: rgba(0, 0, 0, .3);
	border-radius: 4px;
	padding: 8px 20px !important;
	margin-left: 15px;
}

#menu-item-652 a:hover {
	background: rgba(0, 0, 0, .6);
}

#menu-item-652 a:hover span {
	color: #ffffff;
}

.btn_effect {
	transition: all ease-in-out 300ms;
}

.btn_effect:hover {
	box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
	transform: translate(0px, -2px) scale(1.05);
}

.btn_red {
	background-color: #F2666C !important;
}

.btn_hidden {
	visibility: hidden;
	opacity: 0;
	color: red;
}

.m-top {
	margin-top: 20px;
}

#methodology .wrap img {
	-webkit-box-shadow: 10px 10px 150px -20px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 150px -20px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 150px -20px rgba(0, 0, 0, 0.75);
}

#max-intro {
	margin-top: -80px;
}

#methodology .feature_img {
	text-align: center;
}

#cmpfeatures .feature_img {
	display: none;
}

#cmpfeatures .feature_content,
#max-intro .feature_content,
.maxwidth .feature_content {
	width: 100% !important;
}

.center {
	text-align: center;
}

a.cmp-color .ubermenu-target-title {
	color: #B6578F !important;
}

a.smm-color .ubermenu-target-title {
	color: #f9954c !important;
}

a.max-color .ubermenu-target-title {
	color: #568bd0 !important;
}

a.cmp-color:hover .ubermenu-target-title,
a.smm-color:hover .ubermenu-target-title,
a.max-color:hover .ubermenu-target-title {
	color: #47525d !important;
}

a.cmp-color:hover img,
a.smm-color:hover img,
a.max-color:hover img {
	filter: grayscale(100%);
}

.clear {
	clear: both;
}

#cmpfeatures {
	margin-bottom: 330px;
}

#integrations {
	margin-bottom: 350px;
}

.wpml-ls-legacy-dropdown a {
	border: none;
	background: rgba(255, 255, 255, 0.1);
	color: white;
	font-size: 16px;
	border-radius: 5px;
}

/* desktop only */
@media screen and (min-width: 767px) {
	.wpml-ls-sidebars-sidebar-2 {
		margin: -139px 0px 105px 0px;
	}

	.banner1 .banner_content {
		margin: 0px 10%;
	}

	.banner4 .floating-logo {
		position: absolute;
		margin-top: 125px;
	}

}

/* Mobile Only */
@media screen and (max-width: 767px) {
	body {
		background: #f2f5f7;
	}

	#integrations,
	#cmpfeatures {
		margin-bottom: 50px;
	}

	.banner {
		margin-bottom: 0px;
	}

	.features_list .col,
	.banner_content .col {
		padding: 30px;
	}
}

/* tab */
.margin-tab {
	margin-left: 15px;
	margin-right: 30px;
}

.box {
	overflow: hidden;
}

.contextNav {
	display: none;
}

.selected {
	display: block;
	opacity: 1;
	transition: opacity 1s linear;
	-webkit-transition: opacity 1s linear;
}

.checklist_wrap .box {
	display: block;
	opacity: 1;
	transition: opacity 1s linear;
	-webkit-transition: opacity 1s linear;
}

.checklist-wrap {
	padding-top: 2em;
}

.contextNav.onethird {
	background-color: transparent;
	float: left;
	width: 25%;
	margin: 13% 5% 0% 0%;
}

.checklist-select li {
	text-align: right;
	color: #7a92a3;
	background: #ffffff;
	padding: 0.75em;
	margin-bottom: 0.25em;
	list-style: none;
	border-radius: 3px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.checklist-select li.active {
	background-color: #97be4f;
	color: white;
	-webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.9);
}

.checklist-select li:hover {
	cursor: pointer;
	background-color: #f5f6f8;
	color: #475058;
}

.checklist-select li.active:hover {
	background-color: #97be4f;
	color: white;
}

@media only screen and (min-width:609px) {

	.contextNav {
		display: block;
	}

	.checklist-wrap .box {
		display: none;
		opacity: 0;
		/*transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;*/
	}

	.checklist-wrap .selected {
		display: block;
		opacity: 1;
		/*transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;*/
	}

	.checklist-wrap .box .deptBox>div {
		display: none;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}

	.checklist-wrap .selected .deptBox>div {
		display: block;
		box-shadow: rgb(255, 255, 255) 0px 4px 7px 1px inset, rgba(173, 186, 204, 0.25) 0px -5px 20px 0px inset, rgba(0, 21, 64, 0.14) 0px 2px 6px 0px, rgba(0, 21, 64, 0.05) 0px 10px 20px 0px;
		align-items: center;
		align-self: flex-end;
		justify-content: center;
		background: rgb(251, 251, 251) none repeat scroll 0% 0% / auto padding-box border-box;
		border-radius: 38px 38px 38px 38px;
		margin: 20px 15px;
		padding: 20px;
	}

	.checklist-wrap .selected .deptBox>div img {
		border: solid 1px #e8ebef;
		border-radius: 10px;
	}


	#cmpfeatures .btn_link {
		margin: 30px 0px 100px 270px;
	}
}

/* Floating Logos */
@media screen and (max-width: 767px) {
	.floating-logo {
		display: none;
	}
}

.floating-logo {
	margin-top: -275px;
}

.company-icons {
	display: inline-block;
	height: 100%;
	position: relative;
	vertical-align: top;
}

.company-icon-container {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: floating;
	animation-name: floating;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	box-shadow: 0 10px 40px 0 rgba(23, 28, 33, .13), 0 31px 13px 0 rgba(23, 28, 33, .05);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 1;
	-webkit-transition: margin 1s cubic-bezier(.2, .6, .3, 1), opacity 2s ease;
	transition: margin 1s cubic-bezier(.2, .6, .3, 1), opacity 2s ease;
}

.company-icon-container {
	animation-duration: 4s;
	height: 144px;
	margin-left: 76px;
	margin-top: -25px;
	position: absolute;
	width: 144px;
}

@keyframes floating {
	0% {
		-webkit-transform: translateY(8px) rotate3d(0, 0, 1, 3deg);
		transform: translateY(8px) rotate3d(0, 0, 1, 3deg);
	}

	100% {
		-webkit-transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
		transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
	}
}

.bmw {
	-webkit-animation-delay: -3.4s;
	animation-delay: -3.4s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	height: 136px;
	margin-left: 15px;
	margin-top: 224px;
	position: absolute;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	width: 136px;
}

.intuit-big {
	-webkit-animation-delay: -2.4s;
	animation-delay: -2.4s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	background-size: 100px;
	height: 122px;
	margin-left: 524px;
	margin-top: 265px;
	position: absolute;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
	width: 122px;
}

.company-icon-container .company-icon.image {
	width: 100px;
	height: 100px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.company-icon-container.samsung {
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	height: 144px;
	margin-left: 302px;
	margin-top: 250px;
	position: absolute;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	width: 144px;
}

.two-columns-bg {
	background: url(https://contentools.com/wp-content/uploads/2018/04/fundo-1.svg) no-repeat; 
	background-size: auto 100%;
}

.hs-form-inside {
	background: rgba(0, 0, 0, 0.03);
	padding: 20px;
	margin: -45px 0 0 0;
	border-radius: 5px;
	box-sizing: border-box;
	max-width: 90%;
	border: 1px solid rgba(0, 0, 0, 0.03);
}

.hs-form-inside h2 {
	display: block!important;
	text-align: left!important;
	font-size: 24px!important;
	color: #777777!important;
	padding: 10px 20px 10px 0!important;
	margin: 0!important; 
}

.hs-form-inside h2 strong {
	color: #777777!important;
}

.hs-form-inside br {
	display: none;
}

.image-two-columns {
	margin: -110px 0 0 0;
}

@media screen and (max-width: 920px) {
	.container-two-columns {
		padding-top: 130px!important;
	}
}

@media screen and (max-width: 767px) {
	.container-two-columns {
		padding-top: 60px!important;
	}

	.image-two-columns {
		display: block;
		max-width: 85%;
		margin: -20px auto 0;
	}

	.hs-form-inside {
		max-width: 100%;
	}
}

.company-icon-container.uber {
	-webkit-animation-delay: -3.9s;
	animation-delay: -3.9s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	height: 136px;
	margin-left: 300px;
	margin-top: 440px;
	position: absolute;
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
	width: 136px;
}

.company-icon-container.starz-new {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	height: 122px;
	margin-left: 515px;
	margin-top: 458px;
	position: absolute;
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
	width: 122px;
}

.company-icon-container.usbank {
	-webkit-animation-delay: -2.9s;
	animation-delay: -2.9s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	height: 122px;
	margin-left: 108px;
	margin-top: 379px;
	position: absolute;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
	width: 122px;
}

.company-icon-container.docusign {
	-webkit-animation-delay: -2.2s;
	animation-delay: -2.2s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	height: 104px;
	margin-left: 211px;
	margin-top: 139px;
	position: absolute;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	width: 104px;
}

.company-icon-container.new-york-magazine {
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	height: 144px;
	margin-left: 76px;
	margin-top: 20px;
	position: absolute;
	width: 144px;
}


.company-icon-container.microsoft {
	-webkit-animation-delay: -1.8s;
	animation-delay: -1.8s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	height: 147px;
	margin-left: 417px;
	margin-top: 38px;
	position: absolute;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	width: 147px;
}

.company-icon-link:hover .company-icon-container {
	background: #f7f7f7;
}

.banner-pd {
	background: url("https://contentools.com/wp-content/uploads/2018/04/fundo-1.svg") no-repeat;
	background-size: auto 100%;
}

.logos-home {
	background: #f5f5f5;
	padding: 75px 0 85px 0;
	margin: 20px 0 40px 0;
}

.logos-home .title {
	font-family: 'proxima-reg';
	font-size: 30px;
	text-align: center;
	color: #424242;
	margin: 0;
	padding: 0;
}

.logos-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap; 
	margin: 60px 0 0 0; 
}

.logos-container img {
	margin: 0 15px;
}

@media screen and (max-width: 669px) { 
	.logos-home { 
		margin: 0;
		padding: 0 0 60px 0;
	}
	.logos-container {
		margin: 0;
	}
}

@media screen and (max-width: 420px) { 
	.logos-container img {
		max-width: 80%;
	}
}

.features_list--products {
	margin-top: 115px;
}

.product-details {
	margin: 0 0 90px 0;
	padding: 45px 25px 0 50px; 
	color: var(--text-color);
}

.product-details__image {
	max-width: none;
	width: 150%;
} 

.product-details__video { 
	display: block;
	width: 100%; 
	margin: 55px 0 0 0; 
} 

.product-details p,
.product-details p strong {
	font-size: 24px;
	color: inherit;
}

.product-details__list {
	padding: 40px 0 0 0;
}

.product-list__item,
.product-details__item {
	font-size: 20px;
	list-style: none;
	display: flex;
	align-items: center;
	margin-bottom: 35px;
	color: inherit;
}

.product-list__item strong,
.product-details__item strong {
	font-size: 19px;
}

.product-details__item img {
	margin: 0 30px 0 0;
}

.product-list {
	color: var(--text-color);
	display: flex;
	padding: 140px 0 40px 0;
	max-width: 80%;
	margin: 0 auto;
}

.product-list__item {
	font-size: 20px;
	flex-direction: column;
	text-align: center;
	margin-bottom: 0;
	color: inherit;
}

.product-list__item img {
	margin-bottom: 20px;
}

.product-message {
	color: #1D1C1B;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
	max-width: 610px;
	margin: 15px auto 130px auto;
}

.product-message a {
	color: var(--link-color);
	text-decoration: none;
	font-weight: bold;
}

.product-footer {
	background-size: inherit!important; 
} 

@media screen and (max-width: 767px) {
	.product-footer .container {
		padding-top: 70px!important; 
	}
}

.product-footer p {
	padding: 25px 0 0 0;
	text-transform: uppercase;
	font-size: 16px;
}

.pd-section {
	text-align: center;
	padding: 80px 15px;
}

.pd-section--teams {
	background: #F5F5F5;
}

.pd-section--slider {
	/* background: url('../images/demo/curves.svg') center center no-repeat; */
	/* background-size: cover; */
	overflow: hidden;
	position: relative;
}

.pd-section p {
	margin: 0;
	padding: 0;
	color: #505B54;
}

.pd-section__title {
	margin: 0;
	padding: 0;
	color: #505B54;
	font-size: 32px;
	font-family: 'proxima-reg';
}

.pd-section__title--impact {
	text-align: left;
}

.pd-section__title strong,
.pd-section__title span,
.pd-section__operation__item span,
.pd-section__impact__item p span {
	color: #1D1C1B;
	font-weight: 600;
}

.pd-section__operation,
.pd-section__teams,
.pd-section__values {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 120px 0 70px 0;
}

.pd-section__operation__item,
.pd-section__teams__item,
.pd-section__values__item {
	font-size: 20px;
	text-align: center;
	flex: 0 0 33%;
	display: flex;
	flex-direction: column;
	margin-bottom: 65px; 
}

.pd-section__operation__item p { 
	font-weight: 600;
}

.pd-section__operation__item img {
	margin-bottom: 30px;
} 

.pd-section__teams {
	margin-top: 10px;
} 

.pd-section__teams__item {
	margin-bottom: 80px;
}

.pd-section__teams__item a {
	opacity: 0.85;
	transition: all 0.2s ease-out;
} 

.pd-section__teams__item a:hover {
	opacity: 1;
}

.pd-section__impact {
	list-style: none;
	margin: 0;
	padding: 60px 0 75px 0;
}

.pd-section__impact__image {
	max-width: none;
	width: 150%;
	transform: translate(-300px, 0);
}

.pd-section__impact__item {
	position: relative;
	padding-left: 25px;
	text-align: left;
	margin-bottom: 40px;
}

.pd-section__impact__item img {
	position: absolute;
	top: 1px;
	left: 0;
}

.pd-section__impact__item p {
	font-weight: 600;
}

.pd-section__values {
	padding: 120px 0 100px 0;
	align-items: stretch;
	justify-content: space-between;
}

.pd-section__values__item {
	flex: 0 0 30%;
	text-align: left;
	margin: 0 1% 55px 1%;
	padding: 20px 15px;
	border-radius: 4px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.pd-section__values__title,
.pd-section__values__text {
	font-size: 19px; 
}

.pd-section__values__title {
	color: var(--link-color);
	margin-bottom: 5px;
}

.pd-section__feadbacks {
	margin-top: 60px;
	margin-bottom: 80px!important;
}

.pd-section__feadbacks {
	margin-top: 100px;
	margin-bottom: 100px;
}

.pd-section__feadbacks__item {
	background: #FFFFFF;
	padding: 40px;
	min-height: 500px;
	text-align: left;
}

.pd-section__feadbacks__item h3 { 
	text-align: center;
	line-height: 40px;
	margin: 0 0 40px 0;
}

.pd-section__feadbacks__item p {
	position: relative;
	padding: 0 10px;
}

.pd-section__feadbacks__item p:after,
.pd-section__feadbacks__item p:before {
	content: '';
	position: absolute;
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.pd-section__feadbacks__item p:before {
	top: 0;
	left: -15px;
	background-image: url('../images/demo/start-quote.svg'); 
}

.pd-section__feadbacks__item p:after {
	bottom: 0;
	right: -15px;
	background-image: url('../images/demo/end-quote.svg');
}

.pd-section__feadbacks .slick-list {
	max-width: 430px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 5px;
}

.pd-section__feadbacks .slick-dots {
	bottom: -35px;
}

.pd-section__feadbacks .slick-dots li {
	width: auto;
	height: auto; 
}

.pd-section__feadbacks .slick-dots li button {
	display: block; 
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: white;
	opacity: 0.25;
}

.pd-section__feadbacks .slick-dots li.slick-active button { 
	opacity: 1; 
}

.pd-section__feadbacks .slick-dots li button:before {
	display: none;
}

.pd-section__feadbacks__background {
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 0;
	margin: -180px 0 0 -70%;
	width: 140%;
	max-width: none;
}

.pd-section__book-a-demo {
	display: inline-block;
	clear: both;
	border: 0;
	color: #505B54;
	font-size: 18px; 
	font-family: 'proxima-reg';
	font-weight: 600;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
	border: 2px solid transparent;
	padding: 10px 25px;
  background: rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	transition: all 0.2s ease-out;
}

.pd-section__book-a-demo img {
	position: relative;
	/* display: inline-block; */
	top: -1px;
	width: 17px;
	transition: all 0.2s ease-out;
	display: none;
}

.pd-section__book-a-demo:hover { 
	border-color: #e0e0e0;
}

.pd-section__book-a-demo--light {
	border-color: rgba(255, 255, 255, 0.1);
	color: white;
	background: transparent;
}

.pd-section__book-a-demo--light:hover {
	border-color: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 991px) {

	.features_list--products {
		margin-top: 0; 
	}

	.product-details {
		padding-top: 50px;
		padding-bottom: 25px;
		margin-bottom: 20px;
	}

	.pd-section--slider {
		background: #323A44;
	}

	.pd-section--slider img {
		display: none;
	}

	.product-details__image,
	.pd-section__impact__image {
		width: auto;
		max-width: 100%;
		transform: translate(0, 0);
	}

	.pd-section__impact__image {
		max-width: 70%;
		margin-bottom: 25px;
	}

	.pd-section__operation, .pd-section__teams, .pd-section__values {
		padding: 40px 0 0 0;
	}

	.pd-section__impact {
		padding: 20px 0 10px 0;
	}

	.pd-section__impact__item {
		margin-bottom: 20px;
	}

	.pd-section__book-a-demo {
		border-color: #c8c8c8;
	}

}

@media screen and (max-width: 767px) {

	.pd-section {
		padding: 40px 15px;
	}

	.pd-section__operation__item, 
	.pd-section__teams__item, 
	.pd-section__values__item {
		flex: 0 0 50%;
	}

	.banner-pd .container {
		padding: 40px 20px 0px;
	}

	.product-details {
		padding-right: 20px;
		padding-left: 20px;
		text-align: center;
	}

	.product-details__item {
		flex-direction: column;
	}

	.product-details__item img {
		margin: 0 0 20px 0;
	}

	.product-list {
		max-width: 350px;
		padding-top: 10px;
		flex-direction: column;
	}

	.product-list__item {
		margin-bottom: 40px;
	}

	.product-message {
		padding: 0 20px;
		margin-bottom: 60px;
	}
	
	.product-details__image,
	.pd-section__impact__image {
		display: block;
		margin: 0 auto;
	}

	.pd-section__title--impact {
		text-align: center;
	}

	.pd-section__impact__item {
    text-align: center;
	}

	.pd-section__impact__item img {
		display: none!important;
	}

	.pd-section__values__item {
		margin: 0 0 30px 0;
	}

	.pd-section__feadbacks {
		margin-top: 30px;
	}

}

@media screen and (max-width: 520px) {
	.pd-section__values__item, 
	.pd-section__teams__item, 
	.pd-section__values__item {
		flex: 0 0 100%;
	}
	.pd-section__values__item {
		box-shadow: none;
	}
}

@media screen and (max-width: 450px) {
	.pd-section__operation__item {
		flex: 0 0 100%;
	}
} 

.btn-blue {
	border: 0;
	outline: none;
	box-shadow: none;
	font-size: 15px;
	font-family: inherit;
	/* font-weight: bold; */
	text-shadow: none;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 40px;
	white-space: nowrap;
	color: white;
	background: var(--button-hover);
	transition: all 0.2s ease-out;
	appearance: none;
	border-radius: 5px;
}

.btn-blue:hover {
	background: var(--button-hover);
}

.debug-element {
	border: 1px solid red;
}

/* Error 404 */ 


.error-page .banner {
	background-image: url("http://contentools.wpengine.com/wp-content/uploads/2018/04/fundo-1.svg");
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.error-page h3 {
	padding: 0;
	margin: 0 0 -80px -5px;
	color: #000;
	font-size: 160px;
	letter-spacing: -0.05em;
}

.error-page p {
	padding: 45px 0;
	margin: 0;
	color: var(--link-color);
	font-size: 17px;
}

.error-page a {
	max-width: 200px;
	margin: 0 auto;
}

.error-page .error-page__container,
.error-page .error-page__text,
.error-page .error-page__image {
	display: flex;
	align-content: center;
	justify-content: center;
}

.error-page .error-page__text,
.error-page .error-page__image {
	flex: 1 0 50%;
	flex-direction: column;
	text-align: center;
}

.error-page .error-page__text {
	justify-content: flex-start;
	padding: 70px 0 0 0;
}

.error-page .error-page__container {
	margin-top: -130px;
	margin-bottom: -80px;
}

@media screen and (max-width: 767px) {
	.error-page h3 {
		margin-bottom: -60px;
		font-size: 120px;
	}

	.error-page .error-page__container {
		flex-direction: column;
		margin: -70px auto 40px auto;
	}

	.error-page .error-page__image {
		display: none;
	}
}

/* Simple Page */



.simple-page h2,
.simple-page h3,
.simple-page h4,
.simple-page h5,
.simple-page h6 {
	font-family: 'proxima-reg';
	margin: 0 0 10px 0;
	padding: 0;
}

.simple-page h2 {
	color: #888c91;
	font-weight: 600;
	font-size: 36px;
	margin: 0 0 15px 0;
	padding: 30px 0 15px 0;
	border-bottom: 1px solid #f1f1f1;
}

.simple-page h3 {
	color: #a4a5a7;
	font-size: 30px;
	margin-bottom: 10px;
}

.simple-page h4 {
	color: #c2c2c2;
	font-size: 22px;
}

.simple-page a {
	text-decoration: none;
	color: var(--link-color);
	font-weight: bold;
}

.simple-page ul {
	padding: 0 0 0 10px; 
	margin: 0 0 10px 0;
	list-style: none; 
}

.simple-page ul li { 
	margin: 0 0 10px 0; 
	list-style: none;
}



.simple-page p br {
	display: none;
}

.simple-page .ending {
	text-align: center;
	padding: 30px 0;
	margin: 0 0 100px 0;
} 

.ubermenu-item ul {
	pointer-events: none;
}

.ubermenu-item.ubermenu-active ul {
	pointer-events: all;
}

.uppercase {
	text-transform: uppercase;
}

/* Resources */

.resource,
.integration {
	min-height: 505px;
	background: url('https://contentools.com/wp-content/uploads/2018/05/bg-green2.svg') no-repeat;
	background-size: auto 100%;
}

@media screen and (max-width: 991px) { 
	.resource,
	.integration {
		margin-bottom: 0!important;
	}
}


.resource__container,
.integration__container {
	margin: -80px auto 100px auto!important;
	padding-top: 80px;
}

.resource__wrapper,
.integration__wrapper {
	border-left: 2px solid #f5f8fb;
} 

@media screen and (max-width: 991px) { 
	.resource__wrapper,
	.integration__wrapper {
		border-left: 0;
	} 
}

.resource__sidebar,
.integration__sidebar { 
	background: transparent;
	padding-top: 30px;
}

.resource__sidebar__search,
.integration__sidebar__search {
  max-width: 270px; 
  margin-bottom: 40px;
  position: relative;
  left: -15px;
} 

@media screen and (max-width: 991px) { 
	.resource__sidebar__search,
	.integration__sidebar__search {
		max-width: 100%; 
	}
}

.resource__sidebar__item {
	width: 100%;
}

@media screen and (max-width: 991px) { 
	.resource__sidebar__item {
		width: 50%;
		float: left;
		padding-left: 20px;
	}
}

.resource__sidebar__search .input,
.integration__search .input {
	appearance: none;
	background-color: #f6f9fc;
	background-position: 15px 11px;
	height: 36px;
	border-radius: 36px;
	font-size: 17px;
	padding: 2px 0 0 20px;
	border: none;
	width: 100%;
	position: relative;
	transition: background-color .35s ease;
}

.resource__sidebar__search .input:hover,
.resource__sidebar__search .input:focus,
.integration__sidebar__search .input:hover,
.integration__sidebar__search .input:focus {
	background-color: #ececec;
}

.resource__sidebar__search button,
.integration__sidebar__search button {
	appearance: none;
	border: 0;
	background: transparent;
	color: #979797;
	position: absolute;
	top: 0;
	right: 5px;
	padding: 10px;
	transition: all .2s ease;
}

.resource__sidebar__search button:hover,
.integration__sidebar__search button:hover {
	color: #5e5e5e;
}

.resource__search-results,
.integration__search-results {
	padding: 35px;
	font-size: 20px;
	color: #5e5e5e;
}

.resource__sidebar__title,
.integration__sidebar__title { 
  font-size: 19px;
  line-height: 32px;
  color: #32325d;
	letter-spacing: -0.02em;
	margin: 0 0 10px 0;
}

.resource__sidebar__links,
.integration__sidebar__links {
	padding: 0 0 15px 0;
  margin: 0 0 15px 0;
	list-style: none;
	border-bottom: 2px solid #f5f8fb;
}

@media screen and (max-width: 991px) { 
	.resource__sidebar__links,
	.integration__sidebar__links {
		border-bottom: 0;
	}
}

.resource__sidebar__links--last,
.integration__sidebar__links--last { 
	border-bottom-color: transparent;
}

.resource__sidebar__links__item,
.integration__sidebar__links__item {
	margin-bottom: 5px;
}

.resource__sidebar__links__item a,
.integration__sidebar__links__item a {
	color: #6c7c92; 
	font-size: 16px;
	letter-spacing: -0.03em;
	text-decoration: none;
	transition: color .1s;
}

.resource__sidebar__links__item a:hover,
.resource__sidebar__links__item a.active,
.integration__sidebar__links__item a:hover,
.integration__sidebar__links__item a.active {
	color: #67a129; 
}

.resource__sidebar__links__item a.active,
.integration__sidebar__links__item a.active {
	font-family: 'proxima-bold';
}

.resource__content,
.integration__content {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 0 25px;
}

@media screen and (max-width: 991px) { 
	.resource__content,
	.integration__content {
		padding: 0;
	}
}

.resource__content {
	flex-flow: row wrap;
}

.resource__divider,
.integration__divider { 
	width: 100%;
	height: 2px;
	border: 0;
	margin: 30px auto;
	background: #f5f8fb;
}

.resource__divider {
	background: white;
	margin: 10px auto;
}

.resource__highlight,
.integration__highlight {
	display: block; 
	margin: 0 auto;
	max-width: 94%; 
}

.integration__highlight--details {
	display: flex;
	padding: 20px 0;
}

.integration__highlight {
	max-width: 94%;
}

.resource__highlight a,
.integration__highlight a {
	width: 100%;
	display: flex;
	padding: 10px 20px 20px 20px; 
	text-decoration: none;
	/* border: 2px solid #f5f8fb; */
	border-radius: 5px;
	transition: all 0.3s ease-out;
	transform: translateY(0);
	transform-style: preserve-3d;
}

.resource__highlight a {
	padding: 0;
	box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.resource__highlight a:hover,
.integration__highlight a:hover { 
	transform: translateY(-2px); 
	box-shadow: 0 15px 35px 0 rgba(23, 55, 87, .13), 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.integration__highlight img {
	width: 130px;
	height: 130px;
}

.resource__highlight img {
	width: 255px; 
	height: 100%;
}

.resource__highlight__content {
	padding: 15px 20px 15px 25px;
}

.integration__highlight__content {
	padding: 5px 0 0 20px;
}

.resource__highlight__title,
.integration__highlight__title {
	font-size: 25px;
	color: #363636;
}

.resource__highlight__text,
.integration__highlight__text {
	color: #757e82;
	font-size: 16px; 
}

.resource__highlight__category,
.integration__highlight__category {
  font-size: 16px;
	color: #67a129;
	margin: -5px 0 5px 0;
	list-style: none;
}

.integration__highlight__category {
	margin-top: 3px;
}

.resource__highlight__category li,
.integration__highlight__category li {
	display: inline;
	color: inherit;
}

.integration__item {
	flex: 0 0 45%;
	height: auto;
	margin: 0 3% 0 0;
}

.resource__item {
	flex: 0 0 30%;
	margin: 0 3% 0 0;
	min-height: 330px;
}

.resource__item a,
.integration__item a {
	display: block;
	position: relative;
	background: #fff;
	padding: 20px 20px 20px 95px;
	margin-bottom: 25px;
	border-radius: 3px;
	transition: all 0.3s ease-out;
	transform: translateY(0);
	transform-style: preserve-3d;
}

.resource__item a {
	padding: 0;
	background-color: #f7f7f7;
	box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.resource__item a:hover,
.integration__item a:hover {
	transform: translateY(-2px);
	border-radius: 4px;
	box-shadow: 0 15px 35px 0 rgba(23, 55, 87, .13), 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.resource__item a,
.integration__item a {
	text-decoration: none;
}

.integration__item__image {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 20px;
	left: 20px;
	border-radius: 100%;
	overflow: hidden; 
	box-shadow: 0 4px 6px rgba(50, 50, 93, 0.13), 0 1px 3px rgba(0, 0, 0, .08);
}

.integration__item__image img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	border-radius: 100%;
}

.resource__item__image {
	background: white;
	float: none; 
	margin: 0 0 15px 0;
	text-align: center;
	height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resource__item__image img {
	display: block;
	margin: 0 auto;
	width: auto;
	max-height: 100%;
}

.resource__item__title,
.integration__item__title {
	font-size: 18px;
	color: #363636;
	line-height: 20px;
}

.resource__item__category,
.integration__item__category {
	list-style: none;
	margin: 0;
	padding: 0;
} 

.resource__item__category li,
.integration__item__category li {
	display: inline;
	font-size: 15px;
	line-height: 18px;
	margin-right: 5px;
	color: #67a129;
}

.resource__item__text,
.integration__item__text {
	color: #757e82;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
}

.resource__item__title,
.resource__item__category {
	padding: 0 15px 0 15px;
}

.resource__item__category {
	margin-bottom: -5px;
}

.resource__item__text {
	padding: 6px 15px 15px 15px;
}

.integration__arrow {
	position: absolute;
	top: 50%;
	margin: -15px 0 0 0; 
	width: 30px;
	height: 30px;
	cursor: pointer;
	opacity: 0.8;
	transition: all 0.2s ease-out;
}

.integration__arrow {
	opacity: 1;
}

.integration__arrow--left {
	left: -40px;
}

.integration__arrow--right {
	right: -40px;
}

.integration__arrow img {
	width: 100%;
	height: 100%;
}

.mfp-close-btn-in .mfp-close {
	color: white!important;
	opacity: 1!important;
	position: absolute;
	top: -40px;
	right: -15px;
}

.job-listing-meta {
	list-style: none;
	display: flex;
    /* flex-direction: column; */
	/* justify-content: flex-start; */
	align-items: center;
}

.job-listing-meta li {
	list-style: none!important;
	list-style-type: none!important;
} 

.job-listing-meta .job-type {
	list-style: none;
	padding: 5px 30px;
    border-radius: 30px;
    display: inline-block;
} 

.single_job_listing .meta .date-posted:before {
	display: none;
}

.single_job_listing .meta li {
	padding: 0!important;
}

.single_job_listing .job_description,
.single_job_listing .job_description p,
.single_job_listing .job_description b,
.single_job_listing .job_description ul,
.single_job_listing .job_description ol,
.single_job_listing .job_description li,
.single_job_listing .job_description strong,
.single_job_listing .job_description span,
.single_job_listing .job_description a,
.single_job_listing .location a {
	font-size: 16px;
	color: #565a5c;
}

.single_job_listing .location {
	margin: -15px 0 20px 0;
    padding: 0;
}

.single_job_listing a {
	text-decoration: none!important;
	font-weight: normal!important;
	color: black;
}

.single_job_listing .job_description a:hover {
	color: #6D9F3C; 
}

.job-manager-application-wrapper .application .application_button, 
.single_job_listing .application .application_button  {
	color: white;
    background: #6D9F3C;
    line-height: 1;
    height: auto;
    border-radius: 30px;
	text-transform: uppercase;
	transition: all 0.2s ease-out;
}

.job-manager-application-wrapper .application .application_button:hover, 
.single_job_listing .application .application_button:hover  {
    background: #578a24;
}

.dark-color h1,
.dark-color h2,
.dark-color h3,
.dark-color strong,
.dark-color p,
.dark-color ul,
.dark-color li {
	color: #1d1d1b!important;
}