@font-face {
	font-family: Roboto;
	src: url(fonts/Roboto-Bold.ttf) format("ttf"),  url(fonts/Roboto-Bold.woff) format("woff"),  url(fonts/Roboto-Bold.woff2) format("woff2");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Roboto;
	src: url(fonts/Roboto-BoldItalic.ttf) format("ttf"),  url(fonts/Roboto-BoldItalic.woff) format("woff"),  url(fonts/Roboto-BoldItalic.woff2) format("woff2");
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: Roboto;
	src: url(fonts/Roboto-Light.ttf) format("ttf"),  url(fonts/Roboto-Light.woff) format("woff"),  url(fonts/Roboto-Light.woff2) format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Roboto;
	src: url(fonts/Roboto-LightItalic.ttf) format("ttf"),  url(fonts/Roboto-LightItalic.woff) format("woff"),  url(fonts/Roboto-LightItalic.woff2) format("woff2");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: Roboto;
	src: url(fonts/Roboto-Medium.ttf) format("ttf"),  url(fonts/Roboto-Medium.woff) format("woff"),  url(fonts/Roboto-Medium.woff2) format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Roboto;
	src: url(fonts/Roboto-MediumItalic.ttf) format("ttf"),  url(fonts/Roboto-MediumItalic.woff) format("woff"),  url(fonts/Roboto-MediumItalic.woff2) format("woff2");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: Roboto;
	src: url(fonts/Roboto-Regular.ttf) format("ttf"),  url(fonts/Roboto-Regular.woff) format("woff"),  url(fonts/Roboto-Regular.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Roboto;
	src: url(fonts/Roboto-Italic.ttf) format("ttf"),  url(fonts/Roboto-Italic.woff) format("woff"),  url(fonts/Roboto-Italic.woff2) format("woff2");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
#footer-logo svg path.a, ul#socials svg path.a {
	fill: #ffffff;
}
blockquote, body, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, ul {
	margin: 0;
	padding: 0;
}
body {
	line-height: 1.4;
	font-weight: 400;
	font-size: 18px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "kern" 1;
	-moz-font-feature-settings: "kern" 1;
	-o-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	font-kerning: normal;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	font-variant: normal;
}
ol, ul {
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
}
#landing-content ul, #landing-content ol {
	font-size: 17px;
	font-weight: 300;
	line-height: 25px;
	color: #60646b;
}
main {
	display: block;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
figure > img {
	display: block;
}
figcaption {
	font-size: 13.99986px;
}
ol, ul {
	margin-left: 0;
}
li > ol, li > ul {
	margin-bottom: 0;
}
strong {
	font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
code, pre {
	font-size: 16.875px;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	background-color: #eef;
}
code {
	padding: 1px 5px;
}
pre {
	padding: 8px 12px;
	overflow-x: auto;
}
pre > code {
	border: 0;
	padding-right: 0;
	padding-left: 0;
}
section h1, section#about-intro h1 {
	font-size: 41px;
}
section h2, section#about-intro h2 {
	font-size: 35px;
}
.aligncenter {
	clear: both;
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.wrapper {
	width: 100vw;
}
.svg-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	fill: #828282;
	padding-right: 5px;
	vertical-align: text-top;
}
.social-media-list li + li {
	padding-top: 5px;
}
table {
	margin-bottom: 30px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #e8e8e8;
}
table tr:nth-child(even) {
	background-color: #f7f7f7;
}
table td, table th {
	padding: 10px 15px;
}
table th {
	background-color: #f0f0f0;
	border: 1px solid #dedede;
	border-bottom-color: #c9c9c9;
}
table td {
	border: 1px solid #e8e8e8;
}
.highlight {
	background: #fff;
}
.highlighter-rouge .highlight {
	background: #eef;
}
.highlight .c {
	color: #998;
	font-style: italic;
}
.highlight .err {
	color: #a61717;
	background-color: #e3d2d2;
}
.highlight .k {
	font-weight: 700;
}
.highlight .o {
	font-weight: 700;
}
.highlight .cm {
	color: #998;
	font-style: italic;
}
.highlight .cp {
	color: #999;
	font-weight: 700;
}
.highlight .c1 {
	color: #998;
	font-style: italic;
}
.highlight .cs {
	color: #999;
	font-weight: 700;
	font-style: italic;
}
.highlight .gd {
	color: #000;
	background-color: #fdd;
}
.highlight .gd .x {
	color: #000;
	background-color: #faa;
}
.highlight .ge {
	font-style: italic;
}
.highlight .gr {
	color: #a00;
}
.highlight .gh {
	color: #999;
}
.highlight .gi {
	color: #000;
	background-color: #dfd;
}
.highlight .gi .x {
	color: #000;
	background-color: #afa;
}
.highlight .go {
	color: #888;
}
.highlight .gp {
	color: #555;
}
.highlight .gs {
	font-weight: 700;
}
.highlight .gu {
	color: #aaa;
}
.highlight .gt {
	color: #a00;
}
.highlight .kc {
	font-weight: 700;
}
.highlight .kd {
	font-weight: 700;
}
.highlight .kp {
	font-weight: 700;
}
.highlight .kr {
	font-weight: 700;
}
.highlight .kt {
	color: #458;
	font-weight: 700;
}
.highlight .m {
	color: #099;
}
.highlight .s {
	color: #d14;
}
.highlight .na {
	color: teal;
}
.highlight .nb {
	color: #0086b3;
}
.highlight .nc {
	color: #458;
	font-weight: 700;
}
.highlight .no {
	color: teal;
}
.highlight .ni {
	color: purple;
}
.highlight .ne {
	color: #900;
	font-weight: 700;
}
.highlight .nf {
	color: #900;
	font-weight: 700;
}
.highlight .nn {
	color: #555;
}
.highlight .nt {
	color: navy;
}
.highlight .nv {
	color: teal;
}
.highlight .ow {
	font-weight: 700;
}
.highlight .w {
	color: #bbb;
}
.highlight .mf {
	color: #099;
}
.highlight .mh {
	color: #099;
}
.highlight .mi {
	color: #099;
}
.highlight .mo {
	color: #099;
}
.highlight .sb {
	color: #d14;
}
.highlight .sc {
	color: #d14;
}
.highlight .sd {
	color: #d14;
}
.highlight .s2 {
	color: #d14;
}
.highlight .se {
	color: #d14;
}
.highlight .sh {
	color: #d14;
}
.highlight .si {
	color: #d14;
}
.highlight .sx {
	color: #d14;
}
.highlight .sr {
	color: #009926;
}
.highlight .s1 {
	color: #d14;
}
.highlight .ss {
	color: #990073;
}
.highlight .bp {
	color: #999;
}
.highlight .vc {
	color: teal;
}
.highlight .vg {
	color: teal;
}
.highlight .vi {
	color: teal;
}
.highlight .il {
	color: #099;
}
.white-bg {
	background: #fff;
}
.no-scroll {
	overflow: hidden;
}
.change-orange-logo {
	fill: #18cb96 !important;
}
.change-orange-btn {
	border-color: #18cb96 !important;
	color: #18cb96 !important;
}
.insightly_mobile_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	padding: 0.438em 0.625em 0.438em 0.625em;
	line-height: 1.125em;
	cursor: pointer;
}
.insightly_mobile_btn .insightly_mobile_icon-bar + .insightly_mobile_icon-bar {
	margin-top: 0.188em;
}
.insightly_mobile_menu .insightly_mobile_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
}
.insightly_mobile_menu .insightly_mobile_icon {
	float: left;
	width: 1.125em;
	height: 0.875em;
	margin: 0.188em 0 0 0.438em;
}
.insightly_mobile_menu .insightly_mobile_icon:before {
	background: 0 0;
	width: 1.125em;
	height: 0.875em;
	display: block;
	content: "";
	position: absolute;
}
.insightly_mobile_menu .insightly_mobile_no-text {
	margin: 0;
}
.insightly_mobile_menu .insightly_mobile_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.insightly_mobile_menu:before {
	content: " ";
	display: table;
}
.insightly_mobile_menu:after {
	content: " ";
	display: table;
	clear: both;
}
.insightly_mobile_nav {
	clear: both;
}
.insightly_mobile_nav ul {
	display: block;
}
.insightly_mobile_nav li {
	display: block;
}
.insightly_mobile_nav .insightly_mobile_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}
.insightly_mobile_nav .insightly_mobile_item {
	cursor: pointer;
}
.insightly_mobile_nav .insightly_mobile_item a {
	display: inline;
}
.insightly_mobile_nav .insightly_mobile_row {
	display: block;
}
.insightly_mobile_nav a {
	display: block;
}
.insightly_mobile_nav .insightly_mobile_parent-link a {
	display: inline;
}
.insightly_mobile_brand {
	float: left;
}
.insightly_mobile_menu {
	font-size: 16px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0);
	border: 1px solid transparent;
	padding: 0;
	transition: 0.3s all ease-in-out;
	width: 50px;
}
.insightly_mobile_menu * {
	box-sizing: border-box;
}
.insightly_mobile_menu .insightly_mobile_menutxt {
	color: #343741;
	font-weight: 700;
	text-shadow: 0 1px 3px #000;
}
.insightly_mobile_menu .insightly_mobile_icon-bar {
	background-color: #fff;
	box-shadow: 0 0 0 transparent;
	transition: 0.3s all ease-in-out;
}
.insightly_mobile_menu .insightly_mobile_open .nav-sub-arrow {
	transform: rotate(-180deg);
	transition: 0.2s all ease-in-out;
}
.insightly_mobile_menu a.opened .insightly_mobile_icon-bar:first-child, .insightly_mobile_menu.opened .insightly_mobile_icon-bar:first-child, .insightly_mobile_menu  .insightly_mobile_open  .insightly_mobile_icon-bar:first-child {
	background-color: #797d83;
	transform: rotate(-45deg);
	transform-origin: center center;
	margin-top: 6px;
	margin-bottom: -2px;
	transition: 0.3s all ease-in-out;
	color: #343741;
}
.insightly_mobile_menu a.opened .insightly_mobile_icon-bar:nth-child(2), .insightly_mobile_menu.opened .insightly_mobile_icon-bar:nth-child(2), .insightly_mobile_menu  .insightly_mobile_open  .insightly_mobile_icon-bar:nth-child(2) {
	display: none;
}
.insightly_mobile_menu a.opened .insightly_mobile_icon-bar:last-child, .insightly_mobile_menu.opened .insightly_mobile_icon-bar:last-child, .insightly_mobile_menu  .insightly_mobile_open  .insightly_mobile_icon-bar:last-child {
	background-color: #797d83;
	transform: rotate(45deg);
	transform-origin: center center;
	margin-top: -2px;
	transition: 0.3s all ease-in-out;
}
.insightly_mobile_menu .mobile-logo {
	display: none;
	position: absolute;
	top: -6px;
	left: -3px;
}
.insightly_mobile_menu .mobile-logo img {
	max-width: 100px;
}
.insightly_mobile_menu.opened {
	background: #fff;
	background-position: 6px 6px;
	height: 50px;
	transition: 0.3s all ease-in-out;
	clear: both;
}
.insightly_mobile_menu.opened .insightly_mobile_btn {
	position: fixed;
	top: 0;
	right: 0;
}
.white-bg {
	background: #fff;
}
.no-scroll {
	overflow: hidden;
}
.insightly_mobile_menu.opened .menu-parent .nav-sub-arrow {
	margin-left: 6px;
	transition: 0.2s all ease-in-out;
}
.insightly_mobile_menu.opened .mobile-logo {
	display: block;
}
.insightly_mobile_btn {
	margin: 12px 6px;
	text-decoration: none;
	text-shadow: 0 0 0 #fff;
	background-color: rgba(0, 0, 0, 0);
}
.insightly_mobile_nav {
	color: #343741;
	margin: 56px 0 0 12px;
	padding: 0;
	font-size: 0.875em;
	list-style: none;
	overflow: hidden;
}
.insightly_mobile_nav ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0 0 0 20px;
}
.insightly_mobile_nav .insightly_mobile_row {
	padding: 6px 15px;
}
.insightly_mobile_nav .insightly_mobile_row:hover {
	background: #ccc;
	color: #343741;
}
.insightly_mobile_nav .insightly_mobile_row + .sub-menu a {
	color: #18cb96;
}
.insightly_mobile_nav a {
	padding: 5px 10px;
	margin: 2px 5px;
	text-decoration: none;
	color: #343741;
}
.insightly_mobile_nav a:hover {
	background: #ccc;
	color: #222;
}
.insightly_mobile_nav .insightly_mobile_txtnode {
	margin-left: 15px;
}
.insightly_mobile_nav .insightly_mobile_item a {
	padding: 0;
	margin: 0;
}
.insightly_mobile_nav .insightly_mobile_parent-link a {
	padding: 0;
	margin: 0;
}
.insightly_mobile_brand {
	color: #343741;
	font-size: 18px;
	line-height: 30px;
	padding: 7px 12px;
	height: 44px;
}
.insightly_mobile_menu .insightly_mobile_icon-bar {
	background-color: #797d83;
}
#marketingProspects {
	width: 100%;
}
.feat-cell.feature-title.accordion_arrows_style {
	display: block;
	width: 100%;
	padding-right: 14%;
}
.accordion_arrows_style .plus-mark, .accordion_arrows_style .minus-mark {
	position: absolute;
	right: 0;
	top: 14px;
}
.small_p_text {
	font-family: 'roboto';
	font-size: 12px;
	font-weight: 400;
}
li.bundle-item.header.header_margin > div {
	padding-bottom: 120px;
}
.table-info.addone-style {
	position: absolute;
	margin-top: -60px;
}
.table-info.addone-style > h3 {
	font-weight: 500;
}
.bundle-item.header .bundle-spacer.left_head .table-info-icontitle {
	text-align: left;
	width: 100%;
}
/*range slider*/
#slidernew {
	width: 100%;
	height: 10px;
	background: #EFEFEF;
	border: 1px solid #B2B2B2;
	border-radius: 50px;
	position: relative;
}
#slidernew label {
	position: absolute;
	width: 20px;
	margin-top: 20px;
	margin-left: -10px;
	text-align: left;
	font-size: 13px;
}
.ui-slider-handle.ui-state-default.ui-corner-all {
	border-radius: 100%;
	background: #1775E5;
	border: 8px solid #1775E5;
	width: 5px;
	position: relative;
	height: 5px;
	top: -5px;
	cursor: grab;
	display: block;
	transform: translate(-5px, 1px);
}
.ui-slider-handle.ui-state-active, .ui-slider-handle.ui-state-hover, .ui-slider-handle.ui-state-focus {
	border: none;
	outline: 0;
}
#background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0;
	height: 8px;
	background-color: #1775E5;
	z-index: 1;
	border-radius: 50px;
}
.header#hero.four10 {
	height: 410px;
}
#industry h2, #industry h3, #industry p {
	color: #353740;
}
#industry button.outline-btn.white {
	padding-left: 36px;
	padding-right: 36px;
	background: transparent;
    border-color: #18cb96;
    color: #18cb96;
}
#industry button.outline-btn.white:hover {
	background: #18cb96;
	border-color: #18cb96;
	transition: .2s all ease-in-out;
	color: #fff;
}
#industry {
	background-color: #F7F7F7;
	background-image: none;
}
header#hero #title-block a.btn button {
	background-color: transparent !important;
	color: #18cb96;
	border: 2px solid #18cb96;
	line-height: 31px;
	height: 37px;
	padding-left: 32px;
	padding-right: 32px;
	border-radius: 50px;
}
header#hero #title-block a.btn button:hover {
	background: #18cb96 !important;
	color: #fff;
}
header#hero #title-block h1, header#hero #title-block h3 {
	color: #343741 !important;
}
header#hero, #hero.four10 {
	background: #fff !important;
	background-image: none !important;
}
.site-header .primary-menu a {
	color: #353740;
	font-weight: 500;
}
.site-header .btn .thin-btn {
	font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #18cb96;
    border-radius: 50px;
    height: 34px;
    line-height: 29px;
    padding-left: 26px;
    padding-right: 26px;
    border: 2px solid #18cb96;
}
.site-header button.thin-btn.header_request_demo {
	background-color: #18cb96 !important;
	color: #fff !important;
	border-color: #18cb96;
}
.site-header .btn .thin-btn:hover {
	background-color: #18cb96;
	color: #fff;
	border-color: #18cb96;
}
.site-header button.thin-btn.header_request_demo:hover {
	background-color: #fff !important;
	color: #18cb96 !important;
	border-color: #18cb96;
}
header#hero div.inner {
	align-items: center !important;
}
/*start mega menu code*/
.site-header .sub-menu {
	position: absolute;
	width: 100%;
	left: 0;
	top: 77px;
	right: 0;
	padding: 46px 0px;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	border-top: 1px solid #DCDEDC;
	border-bottom: 1px solid #DCDEDC;
}
.site-header .primary-menu > li:first-child > .sub-menu {
	/*overflow-y: scroll;
	height: calc(75vh - 62px);*/
	overflow-y: scroll;
    height: auto;
    background-color: #fff !important;
    max-height: 100vh !important;
}

.sub-menu.integration_menu {
    overflow-y: scroll;
    height: 100%;
    min-height: 462px !important;
}
.primary-menu > li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}
.site-header .sub-menu ul {
	position: inherit !important;
	width: 100%;
	opacity: 1 !important;
	padding-top: 0;
}
.sub-menu .left_icon {
	margin-right: 10px;
	width: 20px;
}
header.site-header .inner nav#main-menu > ul, header.site-header .inner nav#main-menu {
	position: inherit !important;
}
.primary-menu > li {
	margin: 0;
	position: inherit !important;
}
#main-menu .sub-menu.product_menu .left_side_menu ul li a .link {
	width: 88%;
}
.sub-menu span.pharagraph {
	display: block;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: -0.01em;
	color: #343741;
	text-transform: none;
}
.sub-menu .flex_wrapper {
	display: flex;
}
#main-menu .sub-menu ul li a {
	font-size: 14px;
	line-height: 25px;
	letter-spacing: -0.005em;
	color: #353741;
	padding: 8px 14px 7px 16px;
	border-radius: 22px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	text-transform: none;
}
#main-menu .product_menu ul li a {
	padding: 10px 37px 10px 16px;
	width: auto;
	display: block;
}
#main-menu ul .block-links li a {
	padding: 7px 37px 7px 16px;
}
#main-menu .sub-menu ul li a:hover {
	background: #F1F8FF;
}
#main-menu .integration_menu .left_side_menu ul li a, #main-menu .product_menu .right_side_menu ul li a {
	font-weight: 400;
	display: flex;
}
#main-menu .sub-menu ul li {
	margin: 0 0 0px !important;
}
#main-menu .sub-menu .left_side_menu, #main-menu .sub-menu .right_side_menu {
	width: 23%;
}
#main-menu .sub-menu .menu_heading h5 {
	font-weight: 500;
	font-size: 18px;
	line-height: 15px;
	letter-spacing: -0.005em;
	color: #353741;
	text-transform: none;
	margin-bottom: 10px;
	margin-left: 0;
}
#main-menu .sub-menu .menu_heading {
	padding: 0 16px 0px;/*	margin-bottom: -7px;*/
}
#main-menu .sub-menu ul {
	position: inherit;
	width: 100%;
	margin: 0;
}
#main-menu .product_menu .left_side_menu, #main-menu .customer_menu .left_side_menu {
	border-right: 1px solid #D9D9D9;
	padding-right: 17px;
	margin-right: 66px;
}
#main-menu .product_menu .left_side_menu {
	margin-right: 0px;
	padding-left: 14px;
}
#main-menu .product_menu .left_side_menu .left_icon {
	width: 24px;
}
.site-header .primary-menu .see-all-industries {
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #2356F6;
	margin-top: 12px;
	margin-left: 15px;
}
.menu_gray_box .see-all-industries {
	margin-left: 0 !important;
}
.site-header .primary-menu .see-all-industries:after {
	content: "";
	background: url(images/arrow_right_alt.svg) no-repeat;
	width: 16px;
	height: 10px;
	display: inline-block;
	margin-left: 9px;
	background-position: center;
}
.site-header .primary-menu .see-all-industries:hover {
	text-decoration: underline;
	color: #2356F6 !important;
}
.site-header .insightly_all h4 {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.02em;
	color: #343741;
	margin: 8px 0 4px;
	text-transform: none;
}
.site-header .insightly_all p {
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: -0.01em;
	color: #343741;
}
/*.site-header .insightly_all {
    border-top: 1px solid #DCDEDC;
    margin: 6px 0px 0 17px;
    padding: 17px 0 0;
    max-width: 300px;
	
}*/
.site-header .insightly_all .insighly_all_clickable {
	margin: 6px 0px 0 0;
	padding: 13px 16px;
	max-width: 100%;
	border-radius: 22px;
	position: relative;
}
.site-header .insightly_all .insighly_all_clickable:before {
	content: "";
	height: 1px;
	width: 100%;
	background: #DCDEDC;
	display: block;
	position: absolute;
	top: -6px;
	max-width: 242px;
}
.site-header .pricing-menu .insightly_all .insighly_all_clickable:before {
	max-width: 258px;
}
.site-header .insightly_all .insighly_all_clickable:hover {
	background: #F1F8FF;
}
.site-header .primary-menu li p {
	text-transform: none;
}
.site-header .insightly_all .four_icon img {
	max-width: 24px;
	height: 24px;
	margin-right: 11px;
}

.insightly_all .four_icon {
    display: flex;
}
.primary-menu ul::before, .primary-menu ul::after {
	display: none !important;
}
#main-menu .sub-menu.integration_menu ul li {
	display: inline-block;
	width: 32%;
}
#main-menu .sub-menu.integration_menu .left_side_menu ul li {
	width: 30%;
    margin-right: 3% !important;
}
#main-menu .sub-menu.integration_menu .left_side_menu ul li:nth-child(3n + 3) {
	margin-right: 0 !important;
}
#main-menu .sub-menu.integration_menu .left_side_menu {
	width: 91%;
    margin-right: 2.3%;
}
#main-menu .sub-menu.integration_menu .left_side_menu:nth-child(2) {
	width: 28%;
	margin-right: 0;
}
.menu_heading h6 {
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.005em;
	color: #353741;
	text-transform: none;
}
#main-menu .sub-menu.customer_menu .left_side_menu {
	width: 22%;
}
#main-menu .sub-menu.customer_menu .right_side_menu {
	width: 55%;
}
#main-menu .customer_menu .right_side_menu .left_icon {
	width: 108px;
	margin-right: 23px;
}
#main-menu .customer_menu .right_side_menu li > a {
	display: flex;
	align-items: center;
}

#main-menu .customer_menu .right_side_menu li {
	margin-bottom: 36px !important;
}
#main-menu .customer_menu .left_side_menu ul li {
	margin: 0 0 11px !important;
}
#main-menu .full_side_menu ul li {
	display: inline-block;
	float: left;
	width: 39%;
	margin-right: 12% !important;
	margin-bottom: 11px !important;
}
.full_side_menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main-menu .full_side_menu ul li:nth-child(even) {
	margin-right: 0 !important;
}
.full_side_menu {
	width: 47%;
	margin-left: 0;
}
.full_side_menu ul {
	padding: 0;
	margin-top: -26px !important;
}
#main-menu .sub-menu.resources_menu .left_side_menu {
	width: 49%;
	margin-right: 0;
}
#main-menu .sub-menu.resources_menu ul {
	display: flex;
	flex-wrap: wrap;
}
#main-menu .sub-menu.resources_menu ul li {
	width: 46%;
	margin-right: 24px !important;
}
#main-menu .sub-menu.resources_menu.company_menu ul li {
    width: 49%;
    margin-right: 5px !important;
}
#main-menu .sub-menu.resources_menu ul li:nth-child(even) {
	margin-right: 0 !important;
}
.menu_gray_box h4 {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.005em;
	color: #353741;
	margin: 0;
	text-transform: none;
}
.site-header .primary-menu .menu_gray_box a.see-all-industries {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	margin-left: 0;
	margin-top: 14px;
}
.menu_gray_box {
	background: #F6F6F6;
    border-radius: 11px;
    padding: 0 !important;
    margin-top: 0;
    margin-right: 0;
	overflow: hidden;
}

.menu_gray_box .gray_box_inner {
	display: flex !important;
	align-items: center;
	padding: 17px 14px;
}
.integration_menu .menu_gray_box {
	padding: 20px 22px;
	max-width: 233px;
}
.menu_gray_box .crm_team-img {
	margin-right: 20px;
}
#main-menu .sub-menu.resources_menu .right_side_menu {
	width: 51%;
	display: flex;
}

.site-header .primary-menu .menu_gray_box a.see-all-industries:after {
	margin-left: 6px;
}
#main-menu .sub-menu.integration_menu ul li {
	margin: 0 0 9px !important;
}
.login_buttons_for_mobile a.request_demo {
	background: #18cb96;
	border-radius: 22px;
	margin-bottom: 19px;
	max-width: 295px;
	height: 40px;
	line-height: 41px;
	margin: 17px auto 20px;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	line-height: 41px;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	border: 1px solid #18cb96 !important;
	color: #FFFFFF;
	display: block;
}
.login_buttons_for_mobile a.request_demo:hover {
	border: 1px solid #18cb96 !important;
	background-color: #fff;
	color: #18cb96;
}
.login_buttons_for_mobile a.login_button {
	border: 1px solid #18cb96 !important;
	background-color: #fff;
	color: #18cb96;
	margin-bottom: 0;
	margin-top: 0;
}
.login_buttons_for_mobile a.login_button:hover {
	background: #18cb96;
	color: #FFFFFF;
}
.login_buttons_for_mobile {
	display: none;
}
.single-post header#hero.four10 #title-block h1 {
	text-align: left;
	font-size: 30px !important;
	line-height: 41px;
	margin-top: 0;
	margin-bottom: 10px !important;
}
.single-post header#hero.four10 #title-block > img {
	/* height: 240px;*/
	object-fit: cover;
}
.single-post header#hero.four10.author #title-block h4 {
	margin: 0px 0 10px !important;
	text-align: left;
}
.single-post main.page-content div.wrapper article.post div.post-content a {
    color: #18cb96;
    font-weight: 600;
}
.single-post main.page-content div.wrapper article.post div.post-content a:hover {
    color: #D4471B;
}
.single-post main.page-content div.wrapper header#hero div.inner div#title-block {
	padding: 0px 0px 0;
	display: block;
	width: 100%;
}
.single-post header#hero.four10.author div.inner {
	display: block;
	padding: 0;
}
.single-post header#hero.four10 {
	height: auto;
}
.single-post header#hero.four10.author div.inner #title-block p.post-meta {
	flex-direction: unset;
	justify-content: left;
	margin-bottom: 11px !important;
	margin-top: 20px !important;
	flex-wrap: wrap;
	width: 100%;
}
.single-post header#hero.four10.author div.inner #title-block p.post-meta span.author-info {
	display: flex;
	flex-direction: inherit;
	flex-wrap: wrap;
}
.single-post span.p-author.h-card {
	margin-right: 14px;
}
.single-post #hero.four10.author div.inner #title-block p.post-meta img.avatar {
	border-radius: 0;
	width: 80px;
}
.single-post .post-meta time.dt-published {
	transform: translate(-108px, -10px);
}
#main-menu .product_menu .left_side_menu {
	width: 36% !important;
	
}

#main-menu .four_boxes_col .left_side_menu {
	min-height: 532px;
    height: 100%;
}
#main-menu .product_menu .right_side_menu {
	width: 57% !important;
}
#main-menu .product_menu .right_side_menu ul li {
	width: 47%;
	margin-right: 3% !important;
}
#main-menu .product_menu .right_side_menu ul {
	display: flex;
	flex-wrap: wrap;
}
.site-header .sub-menu ul {
	background-color: transparent !important;
	display: block;
}
.sub_menu_inner {
	display: flex;
	max-width: 1152px;
	padding: 0 0px;
	margin: 0 auto;
}
.company_menu .sub_menu_inner {
	justify-content: center;
}
a.menu_learn_more {
	color: #2b78ff !important;
}
a.menu_learn_more:hover {
	color: #343741 !important;
}





#main-menu .product_menu .left_side_menu:nth-child(1) {
    padding-left: 0;
	border-right: 0;
}

#main-menu .product_menu .left_side_menu:nth-child(2) {
    border-left: 1px solid #D9D9D9;
}
#main-menu .product_menu.pricing-menu .left_side_menu:nth-child(2) {
    border-left: 0;
}
#main-menu .left_side_menu:nth-child(3n + 3) a {
	display: block;
}
.site-header .primary-menu a.menu_learn_more {
	margin-top: 10px;
}


.pricing-menu .menu_heading {
	width: 100%;
}
.pricing-menu .sub_menu_inner {
	flex-wrap: wrap;
	max-width: 1170px;
}

#main-menu .pricing-menu .left_side_menu:nth-child(2n + 2) {
	    padding-left: 0;
}
#main-menu .pricing-menu .left_side_menu {
	width: 26% !important;
}
.sub_menu_inner > .menu_heading {
	margin-bottom: 28px !important;
}
.resources_menu .menu_gray_box {
	max-width: 268px;
    margin-top: 0;
	background-color: transparent;
}
.resources_menu .menu_gray_box .gray_box_inner {
  
    background: #F6F6F6;
}
.menu_gray_box .crm_team-img {
	max-width: 100px;
	width: 100%;
}
.menu_gray_box .crm_team-img img {
	width: 100%;
}
.customer_menu .left_icon {
	width: 82px;
    margin-right: 15px;
}
.customer_menu .menu_gray_box .crm_team-img {
    max-width: 80px;
}
.customer_menu ul {
	display: block !important;
	width: 100%;
	
}
.customer_menu li {
	width: 100% !important;
}

.company_menu .menu_gray_box {
	margin-top: 15px !important;
	max-width: 306px;
}
.company_menu .menu_gray_box .crm_team-img {
	max-width: 93px;
	width: 100%;
}
.site-header .sub-menu.company_menu {
    padding-top: 28px;
    overflow-y: scroll;
    height: auto;
    background-color: #fff !important;
    min-height: 450px !important;
	
}
.product_menu .menu_gray_box {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
#main-menu .product_menu .left_side_menu:nth-child(4) {
    padding-right: 0;
    border-right: 0;
}
.product_menu .menu_gray_box .gray_box_inner {
    padding: 17px 8px;
}
.product_menu  .menu_gray_box .crm_team-img {
    max-width: 80px;
}
#main-menu .resources_menu .menu_heading h5 {
	margin-bottom: 25px;
}
#main-menu .sub-menu.resources_menu ul li {
	padding-bottom: 7px;
}
#main-menu .resources_menu .customer_menu h5 {
	margin-bottom: 6px;
}
.sub-menu ul li .link {
	text-transform: none;
}
.integration_menu .menu_heading {
	margin-bottom: 17px;
}

.integration_menu .menu_gray_box .crm_team-img img {
	width: 100%;
}
#main-menu .sub-menu.integration_menu .menu_heading h5, #main-menu .sub-menu.pricing-menu .menu_heading h5 {
	margin-bottom: 5px;
}
.site-header .insightly_all a:hover {
	color: #2356F6;
}
.menu_gray_box .see-all-industries:hover {
	text-decoration: none !important;
}



.page-template-default header#hero.four10 {
  height: auto !important;
  padding: 91px 0 62px !important;
}
.page-template-default.logged-in header#hero.four10 {
    padding: 62px 0 !important;
}

.single-resources header#hero {
    background: linear-gradient(309.01deg, #F9840C 8.13%, #FE601D 84.76%) !important;
}
.single-resources header#hero #title-block h1, .single-resources header#hero #title-block h3 {
    color: #fff !important;
}


.page-id-21301.page-template-default.logged-in header#hero.four10, .page-id-21898.page-template-default.logged-in header#hero.four10 {
    padding: 90px 0 !important;
}

.page-id-21301.page-template-default header#hero.four10, .page-id-21898.page-template-default header#hero.four10 {
    padding: 110px 0 84px !important;
}



.orange-text {
    font-size: 20px;
    color: #18cb96;
}
.right_crm_text .orange-text {
    text-transform: none;
}
.pricing-menu .menu_gray_box h4 {
   
    margin: 5px 0 0;
}
.pricing-menu .menu_gray_box .crm_team-img {
    max-width: 140px;
    margin: 0 auto 18px;
	
}

.logged-in .page_second_nav div#title-block {
    margin-top: 0 !important;
}

#main-menu .sub-menu.integration_menu .left_side_menu ul li:last-child a {
    font-weight: 500 !important;
    font-size: 12px !important;
    color: #2356F6 !important;
}
#main-menu .sub-menu.integration_menu .left_side_menu ul li:last-child a:after {
   content: "";
    background: url(images/arrow_right_alt.svg) no-repeat;
    width: 20px;
    height: 10px;
    display: inline-block;
    margin-left: 7px;
    background-position: center;
    background-size: cover;
    position: relative;
    top: 7px;
}
#main-menu .sub-menu.integration_menu .left_side_menu ul li:last-child a:hover {
    background-color: transparent !important;
}
#main-menu .pricing-menu .left_side_menu:nth-child(3) {
    width: 72% !important;
	border-right: 0;
	display: flex;
}
.pricing-menu .left_menu {
    margin-right: 5%;
}

.pricing-menu .menu_gray_box .gray_box_inner {
    display: block !important;
}
.pricing-menu .right_crm_text {
    text-align: center;
    padding: 0 30px;
}


.resources_menu .customer_menu {
    margin-top: 0;
    width: 52%;
    padding-right: 10px;
}


.customer_menu .menu_heading {
    margin-bottom: 22px;
}

.resources_menu .menu_gray_box .crm_team-img {
    max-width: 80px;
}



#main-menu .sub-menu.company_menu .left_side_menu {
    width: 51%;
}
#main-menu .sub-menu.company_menu .right_side_menu {
    width: 49%;
}
.company_menu .menu_gray_box .gray_box_inner {
    align-items: start;
    padding: 23px 11px;
	    border-radius: 11px;
}



.menu_gray_box .gray_box_inner {
    border-radius: 11px;
}

.logged-in header#hero.integration {
    padding: 21px 0;
}

header#hero.integration .int_header_wrapper {
    padding-top: 80px;
}


header#hero.integration {
    background: linear-gradient(309.01deg, #F9840C 8.13%, #FE601D 84.76%) !important;
    height: auto !important;
    min-height: initial !important;
    padding: 54px 0 20px;
}
.newsletter_thankyou {
    padding: 40px 0;
}
.newsletter_thankyou  .inner {
    max-width: 750px;
}


.home #marketing_video_section .video-text-text {
    order: 2 !important;
}
.home #marketing_video_section span.video-text-image {
    order: 1 !important;
    margin-left: 0 !important;
    margin-right: 6.20875% !important;
}

.cc-color-override-1140044324.cc-window {
    background-color: #1A1B20 !important;
}

.home .marketing_customers .brand_logo, .page-id-21428 .marketing_customers .brand_logo {
width: 100%;
    max-width: 100px;
}

.home .marketing_customers .owl-nav .owl-next, .page-id-21428 .marketing_customers .owl-nav .owl-next {
    right: 15px;
}

.detail-link {
    font-size: 16px;
    color: #18cb96;
    font-weight: 600;
    margin-top: 30px;
    display: inline-block;
    text-transform: uppercase;
}

.home .marketing_customers h4.client_name, .page-id-21428 .marketing_customers h4.client_name {
 
    color: #343741;
}

.marketing_slider > .inner {
    display: block !important;
}






/*new banner css*/
section#video.banner-video-section .video-text-text .headline-text p {
    font-size: 22px !important;
    line-height: 30px !important;
}
.custom_banner .flex_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.custom_banner .title-block h2 {
   font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.5px;
    font-weight: bold;
    color: #18cb96;
	text-transform: uppercase;
}


.custom_banner .title-block h1 {
    line-height: 49px;
    color: #343741;
	    font-weight: 600; 
		margin: 12px 0 14px;
		}
		.custom_banner p {
 font-size: 22px;
    line-height: 30px;
    color: #343741;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
.custom_banner .title-block {
    width: 29%;
    margin-right: 11%;
}
.custom_banner .static_image {
    width: 60%;
}
.custom_banner .static_image img {
    width: 100%;
}
.custom_banner {
    padding-top: 110px;
}
.custom_banner .inner {
    max-width: 1188px;
}



.custom_banner.site_custom_banner .static_image {
    width: 56%;
}
.custom_banner.site_custom_banner .title-block {
    width: 40%;
    margin-right: 4%;
}





.page-id-98 .hero_banner, .page-id-25052 .hero_banner, .page-id-25655 .hero_banner {
    
    background: url(images/marketing-banner-hero-bg-v2.svg) no-repeat;
    display: block;
    background-repeat: no-repeat;
    background-size: 146% 90%;
    display: block;
   
    background-position: 100px bottom !important;
}
.page-id-98 .hero_banner .inner_wrapper, .page-template-template-leadership .hero_banner .inner_wrapper, .page-id-25052 .hero_banner .inner_wrapper, .page-id-25655 .hero_banner .inner_wrapper {
   
    position: relative;
    z-index: 9;
}
.page-id-98 .hero_banner, .page-template-template-leadership .hero_banner, .hero_banner {
   
    position: relative;
}

.page-id-98 .hero_banner .banner_btn, .page-template-template-leadership .hero_banner .banner_btn {
    border-radius: 50px;
    background-color: #18cb96;
    color: #fff;
    text-transform: uppercase;
}
.hero_banner .banner_btn {
    border-radius: 50px !important;
    background-color: #18cb96;
    color: #fff !important;
    text-transform: uppercase;
}
.hero_banner .banner_btn:hover {
  background-color: #fff !important;
    color: #18cb96 !important;
}
.page-id-98 .hero_banner .banner_btn:hover, .page-template-template-leadership .hero_banner .banner_btn:hover {
    background: #fff;
    color: #18cb96;
}


.page-id-98 .hero_banner, .page-id-25052 .hero_banner, .page-id-25655 .hero_banner {
    margin-top: 20px;
}

.page-template-template-leadership .hero_banner {
    padding-top: 50px;
}


section#overview.vision-section, section#sales.vision-section {
    border-top: 0 !important;
}


#video h1 {
    color: #343741;
    
	margin-bottom: 37px;
}
h1 {
    font-weight: 600;
}
.banner-video-section span.video-text-image {
    order: 2 !important;
}
.banner-video-section .video-text-text {
    order: 1 !important;
}

#video.banner-video-section {
    margin-bottom: 0px;
    margin-top: 60px;
    background-color: transparent !important;
	    padding-bottom: 170px;
		background-image: none !important;
		    padding-top: 100px;
}

#video.banner-video-section:after {
    content: "";
    background-image: url(images/crm-video-bg-lines.svg) !important;
    display: block;
    height: 654px;
    background-size: 104% 100%;
    position: absolute;
    right: -20px;
    z-index: 9;
    width: 900px;
    top: -20px;
    background-repeat: no-repeat;
}
#video.banner-video-section div.inner {
    max-width: 1192px;
	 position: relative;
    z-index: 91;
}
.banner-video-section .video-text-container.img-goes-left span.video-text-image {
 

    margin-right: 0 !important;
    /*height: 370px;*/
    border-radius: 22px !important;
    overflow: hidden;
	    position: relative;
}

.banner-video-section .video-text-container.img-goes-left div.video-text-text {
    padding-right: 70px;
}
#video.banner-video-section .text-link.play-text {
    border: 2px solid #18cb96;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    letter-spacing: 0.028em;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    height: 38px;
    line-height: 35px;
    padding-left: 26px;
    padding-right: 26px;
    border-radius: 50px;
    background-color: #18cb96;
    color: #fff !important;
}
#video.banner-video-section .text-link.play-text:after {
	display:none;
  
}
#video.banner-video-section .text-link.play-text:hover {
   
    background: #fff;
    color: #18cb96 !important;
}

#banner-video-section h1 {
    line-height: 49px;
}
.hero_banner .banner_btn {
  
    height: 37px !important;
}
.banner-video-section .video-text-image #press-play:before {
    content: "";
    background: url(images/play_circle-3.png) no-repeat !important;
    background-size: cover !important;
    border: none !important;
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
	transition: 0.25s all ease-out;
}
.banner-video-section .video-text-image #press-play:hover:before {
    margin-top: -5px;
    background-size: cover !important;
    border: none !important;
    width: 100px;
    height: 100px;
	transition: 0.25s all ease-out;
	opacity: 0.9;
}

.banner-video-section .video-section-dice-button {
    display: block !important;
}

.banner-video-section .video-section-dice-button span.text-link.play-text {
	display:none !important;
}


.banner-video-section .video-text-container {
   
    align-items: flex-start;
	justify-content: space-between;
}



.site_custom_banner a.btn.demobtn {
  
    max-width: 188px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 30px 0 0;
}


.home .custom_banner.site_custom_banner {
    padding-top: 130px;
}

.custom_banner.site_custom_banner {
    padding-top: 40px;
}



.page-id-21979 section#video.video-section-dice {
    position: relative;
}
.services-banner, section#video.services-banner {
  background: url(images/service-hero-bg-2.svg) no-repeat !important;
    display: block !important;
    background-repeat: no-repeat !important;
    background-size: 133% 84% !important;
    display: block !important;
    background-position: 83px 69px !important;
}

#video.services-banner {
   
    background-size: 133% 87% !important;
}

section#video.services-banner {
    padding-top: 150px !important;
    margin-top: 0;
}

.services-banner .video-text-text {
    padding-top: 37px;
}
section#video.services-banner:after {
	display:none;
}
.services-banner .title-block {
    padding-top: 77px;
}
.site_custom_banner.services-banner {
    padding-top: 90px;
}
.services-banner .flex_wrapper {
   
    align-items: initial;
}

.company_menu .gray_box_inner {
    margin-bottom: 30px;
}


.single-resources section#bottom-cta {
    margin-top: -70px !important;
}

.single-resources section#bottom-cta a.orange-btn {
    line-height: 33px;
	text-align: center;
}


#benefits button.orange-btn {
    background: #18cb96;
    border: 2px solid #18cb96;
    color: #fff;
}
#benefits button.orange-btn:hover {
    background-color: transparent;
    color: #18cb96;
}

.page-id-98 section#video.vision-section div.inner #press-play span.play-text.white:hover, section#video #marketing_video_section #press-play span.play-text.white:hover, section#video #better_section #press-play span.play-text.white:hover, section#video.marketing_video_section-left-bg div.inner #press-play span.play-text.white:hover, section#video.vision-section div.inner #press-play span.play-text.white:hover {
    background-color: transparent;
    color: #18cb96 !important;
}


.page-template-template-leadership section.vision-section.industry-logo-section .inner .headline-text h2 {
    color: #878787;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: -28px;
}
.page-template-template-leadership .industry-logo-section h4 {
    color: #878787;
}



.page-template-template-leadership section.leadership_section {
    padding-bottom: 70px;
}

@media screen and (min-width: 2000px) {
.services-banner, section#video.services-banner {
    
    background-size: 121% 84% !important;
}

}




@media screen and (min-width: 2900px) {
.services-banner, section#video.services-banner {
  
    background-size: 116% 84% !important;

}

}
@media screen and (min-width: 4000px) {
.services-banner, section#video.services-banner {
  
    background-size: 111% 84% !important;

}



}
@media screen and (min-width: 1900px) {
	

.page-id-98 .hero_banner .inner_wrapper:after, .page-template-template-leadership .hero_banner .inner_wrapper:after, page-id-25052 .hero_banner .inner_wrapper:after, .page-id-25655 .hero_banner .inner_wrapper:after  {
 content: "";
    background: url(images/marketing-banner-hero-bg-v2.svg) no-repeat;
    display: block;
    height: 400px;
    background-size: 100% 100%;
    position: absolute;
    right: -180px;
    z-index: 1;
    width: 800px;
    bottom: 0;
}

#video.banner-video-section .inner:after {
    content: "";
    background-image: url(images/crm-video-bg-lines.svg) !important;
    display: block;
    height: 120%;
    background-size: contain;
    position: absolute;
    right: 0px;
    z-index: 9;
    width: 60%;
    top: -50px;
    background-repeat: no-repeat;
}
.banner-video-section .video-text-container {
    align-items: flex-start;
    position: relative;
    z-index: 99;
}
#video.banner-video-section:after{
	display:none;
	
}
.page-id-98 .hero_banner .static_image, .page-template-template-leadership .hero_banner .static_image, .page-id-25052 .hero_banner .static_image, .page-id-25655 .hero_banner .static_image {
    position: relative;
    z-index: 9;
}

.page-id-98 .hero_banner, .page-template-template-leadership .hero_banner, .page-id-25052 .hero_banner, .page-id-25655 .hero_banner {
    background: none;

}
/*.page-id-98 .hero_banner .inner_wrapper {
  
    overflow: hidden;
}*/

}
@media only screen and (min-width: 1800px) {
section.contact-sale-section, section#bottom-cta, .page-id-90 section#about-intro {
    background-size:contain !important;
}
}

@media only screen and (max-width: 1400px) {
.page-id-98 .hero_banner:before, .page-template-template-leadership .hero_banner:before, page-id-25052 .hero_banner:before, .page-id-25655 .hero_banner:before {
    
    background-size: 131% 100%;
    width: 800px;
    height: 460px;
   
    background-position: 43px -1px !important;
}
}



@media only screen and (max-width: 1150px) {
#main-menu .product_menu .left_side_menu {
    padding-left: 10px;
    padding-right: 10px;
}


}

@media only screen and (max-width: 1300px) {
.page-id-98 .hero_banner:before, .page-template-template-leadership .hero_banner:before , .page-id-25052 .hero_banner:before , .page-id-25655 .hero_banner:before {
   
    width: 710px;
}

#video.banner-video-section:after {
  
    height: 95%;
    background-size: contain;
  
    width: 65%;
    top: 0;
}

}

@media only screen and (max-width: 1100px) {
.page-id-98 .hero_banner:before, .page-template-template-leadership .hero_banner:before, page-id-25052 .hero_banner:before, .page-id-25655 .hero_banner:before {
    width: 56%;

    height: 87%;
}


.services-banner, section#video.services-banner {
   
    background-size: 140% 78% !important;
    background-position: 83px 69px !important;
}

}

@media only screen and (max-width: 900px) {
.services-banner, section#video.services-banner {
    
    background-size: 138% 65% !important;
}

}

@media only screen and (min-width: 1025px) {
	.pricing-menu .menu_gray_box {
    max-width: 300px;
}

.banner-video-section .video-text-container.img-goes-left div.video-text-text br {
    display: none;
}

.insightly_mobile_menu {
	display: none;
}
#main-menu .sub-menu ul {
	margin-top: -7px;
}
.sub-menu.integration_menu .left_icon {

	width: 24px !important;
}
#main-menu .product_menu.pricing-menu .left_side_menu:nth-child(2n + 2) a {
	font-weight: 600;
}
#main-menu .product_menu .left_side_menu:nth-child(2n + 2) li > a {
	font-weight: 400;
}
.integration_menu a.gray_box_inner {
    display: block !important;
    text-align: center;
    padding: 24px 34px;
}
.integration_menu .menu_gray_box .crm_team-img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
}
.integration_menu .menu_gray_box {
    max-width: 265px;
}
.resources_menu .menu_heading h5 br, .pricing-menu .menu_heading h6 br {
    display: none;
}
}
header#hero {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 320px;
}
header#hero.purple {
	background-color: #18cb96;
}
header#hero.orange {
	background-color: #18cb96;
	color: #fff;
	font-weight: 300;
}
header#hero.grey {
	background-color: #cdd0d2;
}
header#hero #title-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 24px 0;
	margin: auto auto;
	width: 100%;
	max-width: 960px;
}
header#hero #title-block h1, header#hero #title-block h2, header#hero #title-block h3, header#hero #title-block h4 {
	color: #fff;
}
header#hero #title-block h4.post-type {
	border-bottom: 2px solid #fff;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 4px;
	margin-bottom: 20px;
	width: auto;
}
header#hero #title-block h1 {
	font-size: 41px;
	font-weight: 600;
	line-height: 49px;
	letter-spacing: 0;
	margin-bottom: auto;
}
header#hero #title-block h2 {
	font-size: 35px;
	line-height:43px;
	letter-spacing: 0;
	margin-bottom: 17px;
	text-transform: uppercase;
	font-weight:500;
}
header#hero #title-block h3 {
	font-size: 17px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0;
	margin-bottom: 11px;
	color: #fff;
	max-width: 420px;
	display: none;
}
header#hero #title-block a.btn {
	margin-top: 16px;
	margin-bottom: 10px;
	text-decoration: none;
}
header#hero #title-block a.btn button {
	margin: 0 auto;
}
a.ul {
	font-size: 17px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0;
	margin-bottom: 11px;
	color: #fff;
	text-decoration: underline;
}
a.pl {
	padding-left: 10px;
}
header#hero.four10.author div.inner {
	display: flex;
	height: 100%;
}
header#hero.four10.author div.inner #title-block {
	height: 100%;
}
header#hero.four10.author div.inner #title-block h4 {
	margin: auto auto 10px;
}
header#hero.four10.author div.inner #title-block p.post-meta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #343741;
	font-size: 11px;
	font-weight: 400;
	font-style: italic;
	margin: 0 auto 24px;
}
header#hero.four10.author div.inner #title-block p.post-meta span.author-info {
	display: flex;
	flex-direction: column;
}
header#hero.four10.author  div.inner  #title-block  p.post-meta  span.author-info  img.hero-author-img {
	border-radius: 50%;
	margin-bottom: 8px;
	width: 44px;
}
header#hero.four10.author  div.inner  #title-block  p.post-meta  span.author-info  a.text-link {
	font-style: initial;
	font-weight: 500;
	text-transform: uppercase;
}
header#hero.six70 div.inner {
	display: flex;
	height: 100%;
}
header#hero.six70 div.inner #title-block {
	padding: 0 0;
	margin-bottom: -16px;
	height: 100%;
}
header#hero.six70 div.inner #title-block h1 {
	font-size: 29px;
	font-weight: 300;
	line-height: 37px;
	letter-spacing: 0;
	margin-bottom: 23px;
	line-height: 1.1em;
	margin: auto auto 0;
}
header#hero.six70 div.inner #title-block h3 {
	display: none;
}
header#hero.six70 div.inner #title-block img.hero-img {
	margin: 24px auto -13px;
	width: 100%;
	max-width: 222px;
	max-height: 123px;
}
header#hero.supertitle #title-block h1 {
	    font-size: 41px !important;
    font-weight: 600 !important;
    line-height: 49px !important;
	letter-spacing: 0;
	margin-bottom: 35px;
	font-weight: 500;
}
header#hero.superthintitle #title-block h1 {
	font-size: 41px;
	font-weight: 300;
	line-height: 49px;
	letter-spacing: 0;
	margin-bottom: 35px;
	font-weight: 300;
}
.page-id-17930 #hero {
	background: linear-gradient(309.01deg, #F9840C 8.13%, #FE601D 84.76%) !important;
}
.page-id-17930 header#hero.four10 #title-block h1 {
	font-size: 32px !important;
	line-height: 44px !important;
	letter-spacing: -0.01em;
	color: #FFFFFF;
	font-weight: 500;
}
.page-id-17930 header#hero.four10 #title-block h3 {
	font-weight: 500;
	font-size: 24px;
	line-height: 35px;
	text-align: center;
	letter-spacing: -0.005em;
	font-feature-settings: 'liga' off;
	color: #FFFFFF;
	font-family: 'Roboto';
	margin-top: 8px;
}
.page-id-17930 #title-block:before {
	content: "";
	background: url(../../../uploads/2023/01/banner-small-image-1.png);
	width: 620px;
	height: 88px;
	display: block;
	background-size: contain;
	background-position: center !important;
	background-repeat: no-repeat;
	margin-bottom: 18px;
}
section.vision-section .inner .headline-text.grey {
	padding: 20px;
}

@media only screen and (min-width: 501px) {
header#hero.four10 #title-block {
	margin-top: 55px;
}

.single-resources header#hero.four10 #title-block {
    margin-top: 88px;
}
header#hero.four10 #title-block h1 {

	font-size: 41px;
    font-weight: 600;
    line-height: 49px;
	letter-spacing: 0;
	margin-bottom: 35px;


	margin-bottom: 12px;
}
header#hero.four10 #title-block h3 {
	    font-size: 24px;
    line-height: 32px;
    display: block;
    max-width: 890px;
}
header#hero.four10.narrow-sub #title-block h3 {
	max-width: 740px;
}
.pricing header#hero.four10 #title-block h1,  header#hero.four10.supertitle #title-block h1 {
	font-size: 53px;
	font-weight: 300;
	line-height: 61px;
	letter-spacing: 0;
	margin-bottom: 47px;
}
header#hero.four10.superthintitle.withsub #title-block h1,  header#hero.four10.supertitle.withsub #title-block h1 {
	margin-bottom: 8px;
}
header#hero.four10.superthintitle.withsub #title-block h3,  header#hero.four10.supertitle.withsub #title-block h3 {
	display: none;
}
header#hero.four10.author #title-block {
	margin-top: 0;
}
header#hero.four10.author #title-block h4 {
	margin: auto auto 16px !important;
}
header#hero.four10.author #title-block p.post-meta {
	margin: 20px auto 40px !important;
}
header#hero.three92 {
	height: 392px;
}
header#hero.three92 #title-block h1 {
	font-size: 41px;
	font-weight: 300;
	line-height: 49px;
	letter-spacing: 0;
	margin-bottom: 35px;
	margin-bottom: 0;
}
header#hero.three92.superthintitle #title-block h1,  header#hero.three92.supertitle #title-block h1 {
	font-size: 53px;
	font-weight: 300;
	line-height: 61px;
	letter-spacing: 0;
	margin-bottom: 47px;
}
header#hero.three92.superthintitle #title-block h3,  header#hero.three92.supertitle #title-block h3 {
	font-size: 23px;
	line-height: 31px;
	display: block;
	max-width: 890px;
}
header#hero.three92.narrow #title-block {
	max-width: 650px;
}
header#hero.three92.narrow #title-block h1 {
	margin-bottom: 0 !important;
}
header#hero.three92.narrow #title-block h3 {
	margin-top: 17px;
	margin-bottom: 0;
	max-width: 100%;
}
header#hero.six70 {
	height: 670px;
}
header#hero.six70 div.inner #title-block h1 {
	font-size: 41px;
	font-weight: 300;
	line-height: 49px;
	letter-spacing: 0;
	margin-bottom: 35px;
	margin: auto auto 20px;
}
header#hero.six70 div.inner #title-block h3 {
	font-size: 23px;
	line-height: 31px;
	display: block;
	max-width: 890px;
}
header#hero.six70 div.inner #title-block a.btn {
	margin-top: 24px;
}
header#hero.six70 div.inner #title-block a.btn button {
	margin: 0 auto;
}
header#hero.six70 div.inner #title-block img.hero-img {
	margin: 50px auto 0;
	max-width: 600px;
	max-height: 333px;
}
}

@media only screen and (min-width: 501px) and (max-width: 719px) {
header#hero #title-block h2 {
	font-size: 20px;
	
	line-height: 31px;
	margin-bottom: 10px;
}
header#hero.four10 #title-block h1 {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 35px;
	margin-bottom: 12px;
}
header#hero.four10 #title-block h3 {
	font-size: 20px;
	line-height: 28px;
	max-width: 90%;
}
}


@media only screen and (min-width: 800px) {
header#hero.four10.superthintitle.withsub #title-block h1,  header#hero.four10.supertitle.withsub #title-block h1 {
	margin-bottom: 8px;
}
header#hero.four10.superthintitle.withsub #title-block h3,  header#hero.four10.supertitle.withsub #title-block h3 {
	display: block;
}
header#hero.four70.supertitle div.inner #title-block {
	margin-top: -19px !important;
}
.page_second_nav div#title-block {
    margin-top: 0 !important;
}
    section.vision-section.empower-section .inner .headline-text h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 800px) {

}


.btn, .form-btn {
	width: 100%;
}
.btn button, .form-btn button {
	width: 100%;
}
.btn .thin-btn, .form-btn .thin-btn {
	position: relative;
	display: block;
	background: 0 0;
	border: 2px solid;
	border-radius: 3px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.028em;
	text-transform: uppercase;
	padding-left: 24px;
	padding-right: 24px;
	height: 28px;
	width: auto;
	transition: all 0.25s ease-in-out;
	background: 0 0;
	border-color: #fff;
	color: #fff;
	font-size: 11px;
	z-index: 3;
}
.btn .thin-btn:hover, .form-btn .thin-btn:hover {
	cursor: pointer;
}

@media only screen and (min-width: 501px) {
.btn .thin-btn,  .form-btn .thin-btn {
	padding-left: 24px;
	padding-right: 24px;
}
}
.btn .thin-btn:active, .btn .thin-btn:hover, .form-btn .thin-btn:active, .form-btn .thin-btn:hover {
	background: #fff;
	border-color: #fff;
	color: #18cb96;
	transition: 0.2s all ease-in-out;
}
.btn .thin-btn.orange, .form-btn .thin-btn.orange {
	border-color: #18cb96;
	color: #18cb96;
}
.btn .thin-btn.orange:active, .btn .thin-btn.orange:hover, .form-btn .thin-btn.orange:active, .form-btn .thin-btn.orange:hover {
	background: #18cb96;
	border-color: #18cb96;
	color: #fff;
}
section#tco-calculator input.gform_button.button, .btn .white-btn, .form-btn .white-btn {
	position: relative;
	display: block;
	border: 2px solid;

	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.028em;
	text-transform: uppercase;
	padding-left: 36px;
	padding-right: 36px;
	height: 40px;
	width: auto;
	background: transparent;
    border-color: #fff;
    color: #fff;
    border-radius: 50px;
}
section#tco-calculator input.gform_button.button:hover, section#tco-calculator select:hover, .btn .white-btn:hover, .form-btn .white-btn:hover {
	cursor: pointer;
}
section#tco-calculator .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
	background: transparent;
	border: none;
	font-size: 11px !important;
	margin-top: 8px !important;
	padding: 0 !important;
	font-weight: 400 !important;
}
section#tco-calculator .gform_wrapper.gravity-theme .description, section#tco-calculator .gform_wrapper.gravity-theme .gfield_description, section#tco-calculator .gform_wrapper.gravity-theme .gsection_description, section#tco-calculator .gform_wrapper.gravity-theme .instruction {
	font-size: 15px;
	line-height: inherit;
	clear: both;
	font-family: inherit;
	letter-spacing: normal;
	padding-top: 13px;
	width: 100%;
}
section#tco-calculator .gform_wrapper.gravity-theme .gfield_description {
}



@media only screen and (min-width: 501px) {
.btn .white-btn,  .form-btn .white-btn {
	padding-left: 36px;
	padding-right: 36px;
}
}
.btn .white-btn:active, .btn .white-btn:hover, .form-btn .white-btn:active, .form-btn .white-btn:hover {
	background: #18cb96;
	color: #fff;
	transition: 0.2s all ease-in-out;
}
.btn .white-btn.dark-text:active, .btn .white-btn.dark-text:hover, .form-btn .white-btn.dark-text:active, .form-btn .white-btn.dark-text:hover {
	background: #fff;
	color: #18cb96;
	transition: 0.2s all ease-in-out;
}
.gform_wrapper.gravity-theme .gform_button.button, .btn .orange-btn, .form-btn .orange-btn {
	position: relative;
    display: block;
    background: 0 0;
    border: 2px solid #18cb96;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.028em;
    text-transform: uppercase;
    padding-left: 36px;
    padding-right: 36px;
    height: 40px;
    width: auto;
    transition: all 0.25s ease-in-out;
    background: transparent;
    color: #18cb96;
    transition: 0.2s all ease-in-out;
    border-radius: 50px;
}
.gform_wrapper.gravity-theme .gform_button.button:hover, .btn .orange-btn:hover, .form-btn .orange-btn:hover {
	cursor: pointer;
}


.every-business button.orange-btn, #get-started-section button.orange-btn {
    background-color: #18cb96;
    color: #fff;
}
.every-business button.orange-btn:hover, #get-started-section button.orange-btn:hover {
    background-color: #fff;
    color: #18cb96;
}

@media only screen and (min-width: 501px) {
.btn .orange-btn,  .form-btn .orange-btn {
	padding-left: 36px;
	padding-right: 36px;
}
}
.btn .orange-btn:active, .btn .orange-btn:hover, .form-btn .orange-btn:active, .form-btn .orange-btn:hover {
	background: #18cb96;
	border-color: #18cb96;
	transition: 0.2s all ease-in-out;
	color: #fff;
}
.btn .papaya-btn, .form-btn .papaya-btn {
	position: relative;
	display: block;
	background: 0 0;
	border: 2px solid;
	border-radius: 3px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.028em;
	text-transform: uppercase;
	padding-left: 36px;
	padding-right: 36px;
	height: 40px;

	width: auto;
	transition: all 0.25s ease-in-out;
	background: #f77105;
	background: -moz-linear-gradient(  325deg,  #f77105 0,  #18cb96 50%,  #18cb96 100%  );
	background: -webkit-linear-gradient(  325deg,  #f77105 0,  #18cb96 50%,  #18cb96 100%  );
	background: linear-gradient(325deg, #f77105 0, #18cb96 50%, #18cb96 100%);
	background-size: 202%;
	background-position: 98% 50%;
	border-color: transparent;
	color: #fff;


	transition: 0.2s all ease-in-out;
}
.btn .papaya-btn:hover, .form-btn .papaya-btn:hover {
	cursor: pointer;
}

@media only screen and (min-width: 501px) {
.btn .papaya-btn,  .form-btn .papaya-btn {
	padding-left: 36px;
	padding-right: 36px;
}
}
.btn .papaya-btn:active, .btn .papaya-btn:hover, .form-btn .papaya-btn:active, .form-btn .papaya-btn:hover {
	background-position: 2% 50%;
	border-color: transparent;
	transition: 0.2s all ease-in-out;
}
.btn .outline-btn, .form-btn .outline-btn {
	position: relative;
	display: block;
	background: 0 0;
	border: 2px solid;
	border-radius: 3px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.028em;
	text-transform: uppercase;
	padding-left: 36px;
	padding-right: 36px;
	height: 40px;
	width: auto;
	transition: all 0.25s ease-in-out;
	border-color: #18cb96;
	color: #18cb96;
	    border-radius: 50px;
}
.btn .outline-btn:hover, .form-btn .outline-btn:hover {
	cursor: pointer;
}

@media only screen and (min-width: 501px) {
.btn .outline-btn,  .form-btn .outline-btn {
	padding-left: 36px;
	padding-right: 36px;
}
}
.btn .outline-btn.white, .form-btn .outline-btn.white {
	border-color: #fff;
	color: #fff;
}
.btn .outline-btn.white:active, .btn .outline-btn.white:hover, .form-btn .outline-btn.white:active, .form-btn .outline-btn.white:hover {
	border-color: #fff;
	background: #fff;
	color: #18cb96;
}
.btn .outline-btn:active, .btn .outline-btn:hover, .form-btn .outline-btn:active, .form-btn .outline-btn:hover {
	background: #18cb96;
	border-color: #18cb96;
	color: #fff;
}
.btn .pillbtn, .form-btn .pillbtn {
	position: relative;
	display: block;
	background: 0 0;
	border: 2px solid;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.028em;
	text-transform: uppercase;
	padding-left: 36px;
	padding-right: 36px;
	height: 40px;
	width: auto;
	transition: all 0.25s ease-in-out;
	display: inline;
	border-color: #18cb96;
	text-align: center;
	padding: 0;
	width: 210px;
	border-radius: 50px !important;
}
.btn .pillbtn:hover, .form-btn .pillbtn:hover {
	cursor: pointer;
}

@media only screen and (min-width: 501px) {
.btn .pillbtn,  .form-btn .pillbtn {
	padding-left: 36px;
	padding-right: 36px;
}
}
.btn .pillbtn.pillbtn-left, .form-btn .pillbtn.pillbtn-left {
	border-radius: 3px 0 0 3px;
	color: #18cb96;
}
.btn .pillbtn.pillbtn-left:active, .btn .pillbtn.pillbtn-left:hover, .form-btn .pillbtn.pillbtn-left:active, .form-btn .pillbtn.pillbtn-left:hover {
	background: #18cb96;
	border-color: #18cb96;
	color: #fff;
}
.btn .pillbtn.pillbtn-right, .form-btn .pillbtn.pillbtn-right {
	background: #18cb96;
	border-radius: 0 3px 3px 0;
	color: #fff;
}
.btn .pillbtn.pillbtn-right:active, .btn .pillbtn.pillbtn-right:hover, .form-btn .pillbtn.pillbtn-right:active, .form-btn .pillbtn.pillbtn-right:hover {
	background: #18cb96;
	border-color: #18cb96;
	color: #fff;
}

@media only screen and (min-width: 501px) {
.btn,  .form-btn {
	width: auto;
}
.btn button,  .form-btn button {
	width: auto;
}
.btn .thin-btn,  .form-btn .thin-btn {
	position: relative;
	display: block;
	background: 0 0;
	border: 2px solid;
	border-radius: 3px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.028em;
	text-transform: uppercase;
	padding-left: 28px;
	padding-right: 28px;
	height: 32px;
	width: auto;
	transition: all 0.25s ease-in-out;
	font-size: 14px;
}
.btn .thin-btn:hover,  .form-btn .thin-btn:hover {
	cursor: pointer;
}
}

@media only screen and (min-width: 501px) and (min-width: 501px) {
.btn .thin-btn,  .form-btn .thin-btn {
	padding-left: 28px;
	padding-right: 28px;
}
}
* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}
body {
	background-color: #fff;
	color: #343741;
	font-family: Roboto, helvetica, arial, sans-serif;
	font-variant-ligatures: none;
	padding-top: 90px;
	width: 100vw;
	overflow-x: hidden;
	z-index: 0;
}
:active, :focus {
	outline: 0;
}
a {
	text-decoration: none;
}
ol, ul {
	margin-left: 24px;
}
.inner {
	justify-content: center;
	align-items: center;
	padding: 0 24px;
	margin: 0 auto;
	width: 100%;
	max-width: 1248px;
}
.content-inner {
	display: flex;
	padding: 0 24px;
	margin: 0 auto;
	width: 100%;
	max-width: 1488px;
}
.papaya-bkgd {
	background-color: #f77105;
	background-image: -moz-linear-gradient(325deg, #f77105 0, #18cb96 100%);
	background-image: -webkit-linear-gradient(325deg, #f77105 0, #18cb96 100%);
	background-image: linear-gradient(325deg, #f77105 0, #18cb96 100%);
}
.aubergine-bkgd {
	background-color: #1e1b28;
}
.eveplum-bkgd {
	background-color: #18cb96;
}
.none {
	display: none !important;
}
.right {
	float: right;
}
.left {
	float: left;
}
.center {
	margin: 0 auto;
}
.clear {
	clear: both;
}
.here {
	font-size: 0;
	color: transparent;
	border-bottom: 0;
}
.left-align {
	text-align: left;
}
.center-align {
	text-align: center;
}
.right-align {
	text-align: right;
}
.white-text, .white-text * {
	color: #fff !important;
}
section.vision-section .inner .eyebrow, .eyebrow {
	display: block !important;
	color: #18cb96 !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	margin-bottom: 20px !important;
}

.read-more-arrow {
	font-size: 1.4em;
	font-weight: 800;
	padding: 24px 0;
	transform: rotate(90deg);
	transform-origin: center center;
}
.fine-print {
	color: #797d83 !important;
	font-size: 11px !important;
	font-weight: 400 !important;

	font-style: normal !important;
	line-height: 1.15em !important;
	margin-bottom: 8px !important;
	text-align: left;
}
.fine-print2 {
	color: #343741 !important;
	font-size: 11px !important;
	font-weight: 300 !important;
	line-height: 1.4 !important;
}
.fine-print3 {
	display: block !important;
	color: #343741 !important;
	font-size: 11px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	line-height: 1.25em !important;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}
.faux-bold {
	font-weight: 500;
}
.smaller-text {
	font-size: 0.8em;
}
.p-icon {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}
.p-space {
	display: block;
	clear: both;
	width: 100%;
	padding: 12px 0 0;
}
.align-left {
	text-align: left !important;
}
.align-center {
	text-align: center !important;
}
.align-right {
	text-align: right !important;
}
.img-left {
	float: left;
	padding: 0 6px 12px 0;
}
.img-left-icon {
	display: block;
	float: none;
	clear: both;
	padding: 0;
	margin: 0 auto 24px;
	max-height: 100px;
	max-width: 100px;
}
.img-right {
	float: right;
	padding: 0 0 12px 6px;
}
.img-right-icon {
	display: block;
	float: none;
	clear: both;
	padding: 0;
	margin: 0 auto 24px;
	max-height: 100px;
	max-width: 100px;
}
.img-center {
	display: block;
	margin: 30px auto 30px;
	width: 100%;
	max-width: 800px;
}
.img-center-grey {
	display: block;
	margin: 30px auto 30px;
	width: 100%;
	max-width: 600px;
	filter: grayscale(100%);
}
.bq-left, .bq-right {
	max-width: 285px;
}
.bq-left {
	border-right: 6px solid #18cb96;
	color: #18cb96;
	font-size: 20px;
	font-weight: 500;
	text-align: right;
	padding-right: 20px;
	margin-right: 0 auto;
}
.bq-right {
	border-left: 6px solid #18cb96;
	color: #18cb96;
	font-size: 20px;
	font-weight: 500;
	padding-left: 20px;
	margin-left: 0 auto;
}
.bq-full {
	display: block;
	border-left: 6px solid #18cb96;
	color: #18cb96;
	font-size: 20px;
	font-weight: 500;
	padding-left: 20px;
	margin: 50px auto;
}
.btn-orange {
	position: relative;
	display: inline-block;
	background: #18cb96;
	border: 2px solid transparent;
	border-radius: 3px;
	color: #fff !important;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 800 !important;
	letter-spacing: 0.028em;
	line-height: 36px;
	text-transform: uppercase;
	padding-left: 27px;
	padding-right: 27px;
	margin: 0 auto;
	height: 40px;
	width: auto;
	transition: all 0.2s ease-in-out;
}
.btn-orange:hover {
	cursor: pointer;
	background: #18cb96;
	border-color: #18cb96;
	transition: 0.2s all ease-in-out;
}

@media only screen and (min-width: 501px) {
.btn-orange {
	padding-left: 36px;
	padding-right: 36px;
}
}
.btn-separator {
	border: 1px solid #dfe1df;
	border-width: 1px 0;
	text-align: center;
	padding: 32px 0;
	margin: 24px 0;
}
.unwidow {
	display: inline-block;
}
a.text-link, span.text-link {
	display: inline-block;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}
a.text-link::after, span.text-link::after {
	display: block;
	content: "";
	background-color: #18cb96;
	padding: 1px 0;
	width: 0%;
	transition: 0.25s all ease-in;
}
a.text-link.white-text::after, span.text-link.white-text::after {
	background-color: #fff;
}
a.text-link:hover::after, span.text-link:hover::after {
	width: 100%;
	transition: 0.25s all ease-out;
}
a.bordered-link::after {
	display: block;
	content: "";
	padding: 1px 0;
	width: 0%;
	transition: 0.25s all ease-in;
}
a.bordered-link:hover::after {
	width: 100%;
	transition: 0.25s all ease-out;
}
a.bold-link {
	color: #18cb96;
	font-weight: 500;
}
a.bold-link:hover {
	color: #18cb96;
}

@media only screen and (max-width: 500px) {
.single-post header#hero.four10 #title-block > img {
	height: auto;
	object-fit: cover;
}
.single-post header#hero.four10 #title-block h1 {
	margin-top: 50px;
}
}

@media only screen and (min-width: 501px) {
.img-left-icon {
	float: left;
	clear: both;
	padding: 12px 0;
	margin: 0 24px 0 0;
	max-height: 100px;
	max-width: 100px;
}
.img-right-icon {
	float: right;
	clear: both;
	padding: 12px 0;
	margin: 0 0 0 24px;
	max-height: 100px;
	max-width: 100px;
}
}

@media only screen and (min-width: 800px) {
.img-left {
	margin: unset;
	padding: 0 12px 12px 0;
}
.img-right {
	margin: unset;
	padding: 0 0 12px 12px;
}
.img-center {
	display: block;
	margin: 30px auto 30px;
	width: 100%;
	max-width: 800px;
}
.img-center-grey {
	display: block;
	margin: 50px auto 50px;
	width: 100%;
	max-width: 600px;
	filter: grayscale(100%);
}
.bq-left {
	float: left;
	font-size: 27px;
	margin-right: 45px;
	margin-left: -84px;
}
.bq-right {
	float: right;
	font-size: 27px;
	margin-right: -84px;
	margin-left: 45px;
}
.bq-full {
	font-size: 27px;
	margin: 50px auto 50px -12px;
}
}




section.notwhite {
	/*  border-top: 1px solid #dfe1df; */
	background: #f5f5f5;
}

section#bottom-cta, .page-id-90 section#about-intro {
	padding: 50px 0 60px;
	width: 100%;
}
section#bottom-cta div.inner h2, .page-id-90 section#about-intro .inner h2 {
	font-size: 35px;
    font-weight: 500 !important;
    text-align: center;
    line-height: 43px;
}
section#bottom-cta div.inner div#button-container {
	display: flex;
	justify-content: center !important;
	margin: 40px auto 0;
	width: 100%;
}
section#bottom-cta div.inner div#button-container > a.btn {
	margin-right: 24px;
}
section#bottom-cta div.inner div#button-container > a.btn:last-child {
	margin-right: 0;
}
section#bottom-cta div.inner .btn button {
	margin-right: auto;
	margin-left: auto;
}
section#bottom-cta div.inner .btn .pillbtn {
	font-size: 11px;
	width: 100%;
}
section#related-content {
	padding: 40px 0 60px;
	width: 100%;
}
section#related-content.thunder {
	background: #edeff0;
}
section#related-content div.inner {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 38px 12px;
	max-width: 1188px;
	width: 100%;
}
section#related-content div.inner div#related-headline {
	flex-basis: 100%;
	margin-bottom: 40px;
}
section#related-content div.inner div#related-headline h2 {
	font-size: 35px;
	text-align: center;
	margin: 0 auto;
	max-width: 675px;
}
section#related-content div.inner a.item {

	background: #fff;
	border-radius: 3px;
	border: 1px solid #dfe1df;
	text-align: center;
	padding: 0;
	margin: 12px auto;
	height: 410px;
	width: 364px;
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.15));
	transition: 0.2s all ease-out;
}
section#related-content div.inner a.item div.item-info {
	display: flex;
	flex-direction: column;
	justify-content: center;


	align-items: center;
	height: 100%;
	width: 100%;
}
section#related-content div.inner a.item div.item-info div.featured-image {
	position: relative;
	background-color: #18cb96;
	background-size: cover;
	background-position: center;
	border-radius: 3px 3px 0 0;
	margin-bottom: 30px;
	height: 200px;
	width: 100%;
	filter: grayscale(100%);
	transition: 0.3s all ease-in-out;
}
section#related-content div.inner a.item div.item-info div.intro-title h3 {
	color: #18cb96;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 16px;
}
section#related-content div.inner a.item div.item-info div.item-title {
	padding: 0 24px;
	margin-bottom: 20px;
}
section#related-content div.inner a.item div.item-info div.item-title h2 {
	color: #343741;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.1em;
}
section#related-content div.inner a.item div.item-info div.item-desc {

	color: #343741;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.1em;
	padding: 0 30px;
	margin: auto auto 30px;
}
section#related-content div.inner a.item:hover {
	margin-top: 6px;
	margin-bottom: 18px;
	filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.15));
	transition: 0.2s all ease-out;
}
section#related-content  div.inner  a.item:hover  div.item-info  div.featured-image {
	filter: grayscale(0);
	transition: 0.3s all ease-in-out;
}
section#related-content div.inner a.item:hover div.item-info div.item-title h2 {
	color: #18cb96;
}
section#recommended-content {
	padding: 40px 0 60px;
	width: 100%;
}
section#recommended-content.thunder {
	background: #edeff0;
}
section#recommended-content div.inner {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 38px 12px;
	max-width: 1188px;
	width: 100%;
}
section#recommended-content div.inner div#recommended-headline {
	flex-basis: 100%;
	margin-bottom: 40px;
}
section#recommended-content div.inner div#recommended-headline h2 {
	font-size: 35px;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	max-width: 675px;
}
section#recommended-content div.inner div.item {
	background: #fff;
	border-radius: 3px;
	border: 1px solid #dfe1df;
	text-align: center;
	padding: 0;
	margin: 12px auto;
	height: 456px;
	width: 364px;
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.15));
	transition: 0.3s all ease-out;
}
section#recommended-content div.inner div.item div.item-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}
section#recommended-content div.inner div.item div.item-info a.item-link {
	display: flex;
	flex-direction: column;
	height: 416px;
}
section#recommended-content .featured-image {
	position: relative;
	background-color: #18cb96;
	background-size: cover;
	background-position: center;
	border-radius: 3px 3px 0 0;
	margin-bottom: 30px;
	height: 200px;
	width: 100%;
	max-height: 200px;
	filter: grayscale(100%);
	transition: 0.3s all ease-out;
}
section#recommended-content .item-category h3 {
	color: #18cb96;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 16px;
}
section#recommended-content .item-title {
	padding: 0 30px;
	margin-bottom: 20px;
}
section#recommended-content .item-title h2 {
	color: #343741;
	font-size: 35px;
	font-weight: 500;
	line-height: 1.1em;
}
section#recommended-content .item-excerpt {
	color: #343741;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.1em;
	padding: 0 24px;
	margin: 0 auto auto;
}
section#recommended-content a.item-link:hover {
	cursor: pointer;
}
section#recommended-content a.item-link:hover div.featured-image {
	filter: grayscale(0);
	transition: 0.3s all ease-in;
}
section#recommended-content a.item-link:hover div.item-title h2 {
	color: #18cb96;
	transition: 0.3s all ease-in;
}
section#recommended-content .item-info div#meta-data, section#recommended-content .item-info div.meta-data {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #dfe1df;
	color: #797d83;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	height: 40px;
	padding: 0 0 0 20px;
	margin: auto 0 0;
	width: 100%;
}
section#recommended-content .social-menu, section#recommended-content .social-menu {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 20px;
	height: 100%;
	overflow: hidden;
}
section#recommended-content #meta-data div.social-menu span, section#recommended-content .meta-data div.social-menu span {
	color: #797d83;
	font-size: 11px;
	text-transform: uppercase;
}
section#recommended-content #meta-data div.social-menu ul#socials, section#recommended-content .meta-data div.social-menu ul#socials {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	margin: 0;
	height: 0%;
	width: 0%;
	opacity: 0;
	transition: 0.5s opacity ease-in-out, 0.5s width ease-in-out;
}
section#recommended-content #meta-data div.social-menu ul#socials li a, section#recommended-content .meta-data div.social-menu ul#socials li a {
	display: flex;
	justify-content: center;
	align-items: center;
}
section#recommended-content #meta-data div.social-menu ul#socials li a svg, section#recommended-content .meta-data div.social-menu ul#socials li a svg {
	display: inline-block;
	margin: auto auto 0;
	max-height: 15px;
	width: 0;
	transition: 0.2s width ease-in-out;
}
section#recommended-content #meta-data div.social-menu ul#socials li a svg .a, section#recommended-content .meta-data div.social-menu ul#socials li a svg .a {
	fill: #a9abac;
	transition: 0.2s fill ease-in-out;
}
section#recommended-content #meta-data div.social-menu.share-hover, section#recommended-content #meta-data div.social-menu:hover, section#recommended-content .meta-data div.social-menu.share-hover, section#recommended-content .meta-data div.social-menu:hover {
	cursor: pointer;
}
section#recommended-content #meta-data div.social-menu.share-hover ul#socials, section#recommended-content #meta-data div.social-menu:hover ul#socials, section#recommended-content .meta-data div.social-menu.share-hover ul#socials, section#recommended-content .meta-data div.social-menu:hover ul#socials {
	margin-left: 12px;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: 0.5s opacity ease-in-out, 0.5s width ease-in-out;
}
section#recommended-content  #meta-data  div.social-menu.share-hover  ul#socials  li, section#recommended-content #meta-data div.social-menu:hover ul#socials li, section#recommended-content  .meta-data  div.social-menu.share-hover  ul#socials  li, section#recommended-content .meta-data div.social-menu:hover ul#socials li {
	margin: 0 3px;
}
section#recommended-content  #meta-data  div.social-menu.share-hover  ul#socials  li  a  svg, section#recommended-content  #meta-data  div.social-menu:hover  ul#socials  li  a  svg, section#recommended-content  .meta-data  div.social-menu.share-hover  ul#socials  li  a  svg, section#recommended-content  .meta-data  div.social-menu:hover  ul#socials  li  a  svg {
	width: 18px;
	transition: 0.2s width ease-in-out;
}
section#recommended-content  #meta-data  div.social-menu.share-hover  ul#socials  li  a  svg:hover  .a, section#recommended-content  #meta-data  div.social-menu:hover  ul#socials  li  a  svg:hover  .a, section#recommended-content  .meta-data  div.social-menu.share-hover  ul#socials  li  a  svg:hover  .a, section#recommended-content  .meta-data  div.social-menu:hover  ul#socials  li  a  svg:hover  .a {
	fill: #18cb96;
	transition: 0.2s fill ease-in-out;
}
section#recommended-content  #meta-data  div.social-menu.share-hover  ul#socials  li  a#twitter-share  svg, section#recommended-content  #meta-data  div.social-menu:hover  ul#socials  li  a#twitter-share  svg, section#recommended-content  .meta-data  div.social-menu.share-hover  ul#socials  li  a#twitter-share  svg, section#recommended-content  .meta-data  div.social-menu:hover  ul#socials  li  a#twitter-share  svg {
	max-height: 13px;
	margin-bottom: -2px;
}
section#recommended-content  #meta-data  div.social-menu.share-hover  ul#socials  li  a#email-share, section#recommended-content  #meta-data  div.social-menu:hover  ul#socials  li  a#email-share, section#recommended-content  .meta-data  div.social-menu.share-hover  ul#socials  li  a#email-share, section#recommended-content  .meta-data  div.social-menu:hover  ul#socials  li  a#email-share {
	margin-left: 4px;
	margin-bottom: -3px;
}
section#recommended-content div.inner div.item:hover {
	margin-top: 6px;
	margin-bottom: 18px;
	filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.15));
	transition: 0.3s all ease-out;

}
#call-us {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 23px;
	font-weight: 300;
	text-align: center;
	padding: 20px 0;
	min-height: 140px;
	width: 100%;
}
#call-us a.btn {
	margin: 0 auto 12px;
}
#call-us a.btn button {
	width: 100%;
}
#call-us .call-us-telephone {
	display: inline-block;
	color: #18cb96;
	font-weight: 500;
	margin-left: 6px;
	margin-top: 12px;
}
.headline-text {
	text-align: center;
	width: 100%;
}
.headline-text h2 {
	font-size: 35px;
	font-weight: 500;
	line-height: 43px;
	letter-spacing: 0;
	margin-bottom: 20px;
	line-height: 1.2em;
}
.headline-text h3 {
	font-size: 24px;
    font-weight: 500;
    line-height: 32.8px;
    letter-spacing: 0;
    margin-bottom: 18.8px;
    line-height: 32px;
}
.headline-text p {
	font-size: 17px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0;
	color: #60646b;
	margin-bottom: 11px;
}
.headline-text.big h2 {
	font-size: 35px;
	margin-bottom: 40px;
}
.headline-text.big p {
	font-size: 21.98px;
	font-weight: 300;
	line-height: 29.98px;
	letter-spacing: 0;
	color: #60646b;
	margin-bottom: 15.98px;
}
.headline-text.big p:not(:last-child) {
	margin-bottom: 30px !important;
}
.headline-text.big-bold h2, section#about-intro h2.big-bold {
	font-size: 35px;
	font-weight: 500;
}
.headline-text.big-bold h3 {
	font-weight: 500;
}
.headline-text.big-bold p {
	color: #343741;
}
.headline-text.big-bold.white-text p {
	color: #fff;
}
.headline-text.align-left {
	text-align: left;
}
.image-text-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.image-text-container.img-goes-left div.image-text-image-container, .image-text-container.img-goes-right div.image-text-image-container {
	order: 0;
	margin-bottom: 24px;
}
.image-text-container.img-goes-left .eyebrow, .image-text-container.img-goes-right .eyebrow {
	order: 1;
}
.image-text-container.img-goes-left .headline-text, .image-text-container.img-goes-right .headline-text {
	order: 2;
	text-align: left;
	margin-bottom: 40px;
}
.image-text-container.img-goes-left .headline-text h2, .image-text-container.img-goes-right .headline-text h2 {
	margin-bottom: 16px;
}
.image-text-container.img-goes-left .headline-text ul, .image-text-container.img-goes-right .headline-text ul {
	margin-left: 24px;
}
.image-text-container.img-goes-left .headline-text ul li, .image-text-container.img-goes-right .headline-text ul li {
	color: #343741;
	font-size: 17px;
	font-weight: 300;
}
aside#share-module ul#share-buttons {
	position: relative;
	display: flex;
	flex-direction: row;
	opacity: 0;
}
aside#share-module ul#share-buttons li {
	display: flex;
	opacity: 0;
}
aside#share-module ul#share-buttons li > * {
	display: block;
	font-size: 0;
	margin: 0 auto !important;
}
aside#share-module ul#share-buttons li > :hover {
	cursor: pointer;
}
aside#share-module ul#share-buttons li svg .a {
	fill: #18cb96;
	transition: 0.2s fill ease-in-out;
}
aside#share-module ul#share-buttons li #twitter-share svg {
	margin: 0 auto;
	height: 16px;
	width: 20px;
}
aside#share-module ul#share-buttons li #facebook-share {
	background: 0 0;
	border: 0;
	padding: 0;
	outline: transparent;
}
aside#share-module ul#share-buttons li #facebook-share svg {
	margin: 0 auto;
	height: 20px;
	width: 9px;
}
aside#share-module ul#share-buttons li .IN-widget span button {
	background-color: transparent !important;
	color: transparent !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	height: auto !important;
	width: 20px;
	outline: transparent;
}
aside#share-module ul#share-buttons li .IN-widget span button xdoor-icon {
	margin: 0 !important;
	height: 0 !important;
	width: 0;
}
aside#share-module ul#share-buttons li .IN-widget span button svg {
	margin: 0 auto;
	height: 19px;
	width: 20px;
}
aside#share-module ul#share-buttons li #email-share svg {
	margin: 0 auto;
	height: 13px;
	width: 20px;
}
aside#share-module ul#share-buttons li:hover svg .a {
	fill: #18cb96;
	transition: 0.2s fill ease-in-out;
}
aside#share-module ul#share-buttons.show {
	opacity: 1;
	transition: 0.2s all ease-in-out;
}
aside#share-module ul#share-buttons.show li {
	opacity: 1;
}
aside#share-module ul#share-buttons.show li:nth-child(1) {
	width: 20px;
	transition: 0s all ease-out;
}
aside#share-module ul#share-buttons.show li:nth-child(2) {
	width: 9px;
	transition: 0.4s all ease-out;
}
aside#share-module ul#share-buttons.show li:nth-child(3) {
	width: 20px;
	transition: 0.8s all ease-out;
}
aside#share-module ul#share-buttons.show li:nth-child(4) {
	width: 20px;
	transition: 1.2s all ease-out;
}
.slider div.slide {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto;
	opacity: 1;
}
.slider div.slide div.image-container {
	order: 1;
	margin-bottom: 24px;
 padding-bottom: calc(900 / 1100 * 100%);
	width: 100%;
	max-width: 550px;
	background-size: contain;
	background-repeat: no-repeat;
}
.slider div.slide div.image-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 500px;
}
.slider div.slide div.image-text .headline-text {
	order: 1;
}
.slider div.slide div.image-text div.slide-interviewee {
	order: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}
.slider div.slide div.image-text div.slide-interviewee .interviewee-text h4 {
	font-size: 17px;
	font-weight: 400;
	font-style: italic;
}
.slider div.slide div.image-text div.slide-interviewee .interviewee-text span {
	font-size: 17px;
	font-weight: 300;
	font-style: italic;
}
.slider div.slide div.image-text a.text-link {
	order: 3;
	color: #18cb96;
	margin-bottom: 24px;
}
.slider div.slide div.image-text a.text-link::after {
	background-color: #18cb96;
}
#slider-nav {
	text-align: center;
}
#slider-nav button {
	background: rgba(255, 255, 255, 0.5);
	border: 0;
	border-radius: 50%;
	padding: 0;
	height: 8px;
	width: 8px;
}
#slider-nav button:nth-child(-n + 2) {
	margin-right: 12px;
}
#slider-nav button.glide__bullet--active {
	background: #fff;
}
#slider-nav button:hover {
	cursor: pointer;
}
.video-text-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.video-text-container.img-goes-left .video-text-image, .video-text-container.img-goes-right .video-text-image {
	order: 0;
	margin-bottom: 24px;
	width: 100%;
	max-width: 550px;
}
.video-text-container.img-goes-left .video-text-image img, .video-text-container.img-goes-right .video-text-image img {
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.15));
}
.video-text-container.img-goes-left .video-text-image:hover, .video-text-container.img-goes-right .video-text-image:hover {
	cursor: pointer;
}
.video-text-container.img-goes-left div.video-text-text, .video-text-container.img-goes-right div.video-text-text {
	order: 2;
}
.video-text-container.img-goes-left div.video-text-text .headline-text, .video-text-container.img-goes-right div.video-text-text .headline-text {
	margin-bottom: 10px;
	max-width: 500px;
}
.video-text-container.img-goes-left div.video-text-text .headline-text h2, .video-text-container.img-goes-right div.video-text-text .headline-text h2 {
	font-weight: 500;
}
.video-text-container.img-goes-left div.video-text-text #press-play, .video-text-container.img-goes-right div.video-text-text #press-play {
	display: flex;
	justify-content: center;
	align-items: center;
}
.video-text-container.img-goes-left div.video-text-text #press-play .play-btn, .video-text-container.img-goes-right div.video-text-text #press-play .play-btn {
	margin-right: 10px;
}
.video-text-container.img-goes-left  div.video-text-text  #press-play  .play-btn  img, .video-text-container.img-goes-right  div.video-text-text  #press-play  .play-btn  img {
	width: 60px;
}
.video-text-container.img-goes-left  div.video-text-text  #press-play  .play-btn:hover, .video-text-container.img-goes-right  div.video-text-text  #press-play  .play-btn:hover {
	cursor: pointer;
}
.video-text-container.img-goes-left div.video-text-text #press-play .play-text, .video-text-container.img-goes-right  div.video-text-text  #press-play  .play-text {
	color: #18cb96;
}
.video-text-container.img-goes-left  div.video-text-text  #press-play  .play-text::after, .video-text-container.img-goes-right  div.video-text-text  #press-play  .play-text::after {
	background-color: #18cb96;
}
.video-text-container.img-goes-left  div.video-text-text  #press-play  .play-text:hover, .video-text-container.img-goes-right  div.video-text-text  #press-play  .play-text:hover {
	cursor: pointer;
}
.fancybox-container .fancybox-content, .fancybox-container .fancybox-content iframe {
	max-height: 507px;
	max-width: 900px;
}



section.contact-sale-section, section#bottom-cta, .page-id-90 section#about-intro {
    /* padding: 198px 0 215px !important; */
    position: relative;
    margin-top: 70px;
}
section.contact-sale-section, section#bottom-cta, .page-id-90 section#about-intro {
	background-color: transparent;
}
section.contact-sale-section, section#bottom-cta, .page-id-90 section#about-intro {
    background: url(images/blue-dice-marketing.svg) no-repeat;
    background-position: 127px -18px;
    background-size: cover;
    background-position: center;
}
section#bottom-cta.services-cta-section {
    padding: 0 !important;
    background: no-repeat;
    margin-top: -10px;
    margin-bottom: 110px;
}
section.contact-sale-section .inner, section#bottom-cta .inner, .page-id-90 section#about-intro .inner  {
    background-color: #fff;
    box-shadow: 0px 4px 45px rgb(0 0 0 / 10%);
    padding: 60px 0 !important;
    z-index: 999;
    position: relative;
    border-radius: 22px;
}


.page-id-90 section#about-intro .inner  {
max-width: 1248px;
}
section.contact-sale-section .inner h2, section#bottom-cta .inner h2, .page-id-90 section#about-intro .inner h2  {
    color: #18cb96;
	font-weight: 500 !important;
}
section#bottom-cta .btn .orange-btn, section.contact-sale-section div.inner .btn .orange-btn, .page-id-90 section#about-intro .inner .btn .orange-btn {
    padding-left: 70px;
    padding-right: 70px;
    background-color: #18cb96;
    color: #fff !important;
    height: 37px;
}


section#bottom-cta .btn .orange-btn:hover, section.contact-sale-section div.inner .btn .orange-btn:hover, .page-id-90 section#about-intro .inner .btn .orange-btn:hover {
	background-color: #18cb96;
}
 section#bottom-cta div.inner div#button-container, section.contact-sale-section div.inner div#button-container, .page-id-90 section#about-intro .inner div#button-container  {
	margin: 24px auto 0 !important;
}



#bottom-cta.custom-cta-section {
   margin-bottom: 0px !important;
    padding-bottom: 150px !important;
    padding-top: 130px !important;
    margin-top: 70px !important;
    background: url(images/bg-new-industry.svg) no-repeat;
    background-size: cover !important;
    background-position: center !important;
	
}


@media screen and (min-width: 1850px) {
#bottom-cta.custom-cta-section {
    padding-bottom: 200px !important;
    background-size: auto !important;
}

}

@media only screen and (min-width: 1024px) {
.img-left {
	float: left;
	padding: 0 12px 12px 0;
}
.img-right {
	float: right;
	padding: 0 0 12px 12px;
}
hr.gray-line {
    height: 1px;
    width: 100%;
    background: #DCDEDC;
    display: block;
    max-width: 242px;
    margin: 17px auto 28px;
    border: gainsboro;
}
}
@media only screen and (max-width: 1024px) {
.page-template-default.logged-in header#hero.four10 {
    padding: 32px 0 62px !important;
}

.page-template-default.logged-in header#hero.four10.page_second_nav {
    padding: 62px 0 !important;
}
section.contact-sale-section, section#bottom-cta, .page-id-90 section#about-intro {
    background-position: 120px 92px !important;
    background-size: contain;
}

.page-id-21301.page-template-default.logged-in header#hero.four10, .page-id-21898.page-template-default.logged-in header#hero.four10 {
    padding: 54px 0 90px!important;
}

.custom_banner .title-block {
    width: 44%;
    margin-right: 6%;
}
.custom_banner .static_image {
    width: 50%;
}
.marketing_customers .slider_box_text h4 {
  
    padding-right: 124px;
}
#bottom-cta.custom-cta-section {
    margin-bottom: 20px !important;
    padding-bottom: 30px !important;
    padding-top: 60px !important;
}

}

@media only screen and (min-width: 501px) {
.headline-text {
	font-size: 30px;
}
section#bottom-cta, .page-id-90 section#about-intro {
	padding: 20px 0 20px;
}

section#bottom-cta div.inner div#button-container .btn .pillbtn {
	font-size: 14px;
	padding-left: 24px;
	padding-right: 24px;
	width: 267px;
}
}

@media only screen and (min-width: 800px) {
	section#bottom-cta, .page-id-90 section#about-intro {
    margin-bottom: 60px;
}
.headline-text {
	font-size: 35px;
    font-weight: 500;
    line-height: 43px;
}
#business-integration .headline-text h1 {
	font-size: 42.12px;
}
.image-text-container {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding: 0px;
}
.nptb .image-text-container {
	padding: 0 0 40px;
}
.image-text-container div.image-text-image-container {
	margin-bottom: 0;
	width: 48%;
}
.image-text-container div.image-text-image-container img {
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.15));
}
.image-text-container div.headline-text {
	width: 48%;
}

#get-started-section .image-text-container div.image-text-image-container {
    padding-right: 100px;
}
.image-text-container.img-goes-right div.image-text-image-container {
	order: 2;
	margin-left: 4.38596%;
}
.image-text-container.img-goes-right div.headline-text {
	order: 1;
	text-align: left;
}
.image-text-container.img-goes-left {
	justify-content: flex-start;
}
.image-text-container.img-goes-left div.headline-text {
	text-align: left;
}
.image-text-container.no-shadow div.image-text-image-container img {
	filter: drop-shadow(0 0 0 transparent);
}

    .empower-section .image-text-container div.image-text-image-container {
        width: 37%;
		display:none;
    }
	.empower-section .image-text-container div.headline-text {
        /*width: 84%;*/
        text-align: center !important;
        padding: 0 50px !important;
		width:100% !important;
    }
.video-text-container {
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.video-text-container.img-goes-left span,  .video-text-container.img-goes-right span {
	margin-right: 4.20875%;
}
.video-text-container.img-goes-left span img.video-text-image,  .video-text-container.img-goes-right span img.video-text-image {
	order: 1;
	margin-bottom: 0;
}
.video-text-container.img-goes-left span.video-text-image,  .video-text-container.img-goes-right span.video-text-image {
	order: 1;
	flex-basis: 51.85185%;

	margin-right: 4.20875%;
	margin-bottom: 0;
}
.video-text-container.img-goes-left div.video-text-text,  .video-text-container.img-goes-right div.video-text-text {
	order: 2;
	flex-basis: 42.08754%;
}
.video-text-container.img-goes-left div.video-text-text .headline-text,  .video-text-container.img-goes-right div.video-text-text .headline-text {
	text-align: left;
	margin-bottom: 16px;
}
.video-text-container.img-goes-left div.video-text-text .headline-text h2,  .video-text-container.img-goes-right div.video-text-text .headline-text h2 {
	font-size: 35px;
	font-weight: 500;
}
.video-text-container.img-goes-left div.video-text-text .headline-text p,  .video-text-container.img-goes-right div.video-text-text .headline-text p {
	font-size: 23px;
	line-height: 29px;
}
.video-text-container.img-goes-left div.video-text-text #press-play,  .video-text-container.img-goes-right div.video-text-text #press-play {
	flex-basis: 42.08754%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.video-text-container.img-goes-left div.video-text-text #press-play .play-btn,  .video-text-container.img-goes-right  div.video-text-text  #press-play  .play-btn {
	margin-right: 20px;
}
.video-text-container.img-goes-left  div.video-text-text  #press-play  .play-btn  img,  .video-text-container.img-goes-right  div.video-text-text  #press-play  .play-btn  img {
	position: relative;
	top: 0;
	transition: 0.1s all ease-in;
}
.video-text-container.img-goes-left  div.video-text-text  #press-play  .play-btn:hover,  .video-text-container.img-goes-right  div.video-text-text  #press-play  .play-btn:hover {
	cursor: pointer;
}
.video-text-container.img-goes-left  div.video-text-text  #press-play  .play-btn:hover  img,  .video-text-container.img-goes-right  div.video-text-text  #press-play  .play-btn:hover  img {
	top: -3px;
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.15));
	transition: 0.2s all ease-in;
}
#call-us {
	flex-direction: row;
	justify-content: space-evenly;
}
#call-us a.btn {
	margin: 0 auto 0 0;
}
#call-us .call-us-telephone {
	margin-top: 0;
}


.page-id-21263 .image-text-container div.headline-text, .page-id-21979 .image-text-container div.headline-text {
    width: 40%;
}
.page-id-21263 .image-text-container div.image-text-image-container, .page-id-21979 .image-text-container div.image-text-image-container {
    width: 67%;
}



.page-id-21263 .half-width-section .image-text-container div.headline-text, .page-id-21979 .half-width-section .image-text-container div.headline-text {
   width: 48%;
}
.page-id-21263 .half-width-section .image-text-container div.image-text-image-container, .page-id-21979 .half-width-section .image-text-container div.image-text-image-container {
  width: 48%;
}

}

@media only screen and (min-width: 1024px) {
	.product_menu .menu_gray_box {
    margin-left: 8px;
	}
.slider div.slide {
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	max-width: 100%;
}
.slider div.slide div.image-container {
	order: 1;
	display: block;

	background-size: cover;
	padding-bottom: 0;
	margin-right: 4.38596%;
	height: 450px;
	width: 550px;
	transition: 0.2s all ease-in;
	will-change: background-image;
}
.slider div.slide div.image-text {
	order: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 39.47368%;
}
.slider div.slide div.image-text .headline-text {
	text-align: left;
}
.slider div.slide div.image-text div.slide-interviewee {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}
.slider div.slide div.image-text div.slide-interviewee .interviewee-text h4 {
	font-size: 17px;
	font-weight: 400;
	font-style: italic;
}
.slider  div.slide  div.image-text  div.slide-interviewee  .interviewee-text  span {
	font-size: 17px;
	font-weight: 300;
	font-style: italic;
}
.slider div.slide div.image-text a.text-link {
	color: #18cb96;
	margin-bottom: 24px;
}
.slider div.slide div.image-text a.text-link::after {
	background-color: #18cb96;
}
#slider-nav {
	position: absolute;
	bottom: 30px;
	left: 604px;
	text-align: center;
}
#slider-nav button {
	background: rgba(255, 255, 255, 0.5);
	border: 0;
	border-radius: 50%;
	padding: 0;
	height: 8px;
	width: 8px;
}
#slider-nav button:nth-child(-n + 2) {
	margin-right: 12px;
}
#slider-nav button.glide__bullet--active {
	background: #fff;
}
#slider-nav button:hover {
	cursor: pointer;
}
}
.wrapper {
	margin-top: -90px;
}

header.site-header {
	position: fixed;
	top: 0;
	left: 0;
	font-size: 14px;
	font-weight: 400;
	height: 50px;
	width: 100%;
	z-index: 5000;
	transition: 0.5s all ease-in-out;
	background-color: #fff !important;
}
header.site-header.persist {
	background-color: #fff !important;
}
header.site-header .inner {
	display: flex;
	align-items: flex-start;
	padding: 0 12px;
	height: auto;
	max-width: 1188px;
}
header.site-header .inner #header-links, header.site-header .inner #header-logo {
	position: absolute;
	top: 50%;


	transform: translateY(-50%);
}
header.site-header .inner #header-logo {
	z-index: 500;
	left: 12px;
}
 header.site-header .inner #header-logo svg, header.site-header .inner #header-logo img {
	display: block;
	height: 100%;
	width: 100%;
	max-width: 100px;
}
header.site-header.mobile-open .inner #header-logo svg path.a, header.site-header .inner #header-logo svg path.a {
	fill: #18cb96;
}
header.site-header .inner nav#main-menu {
	position: absolute;
	top: 6px;
	right: 0;
}
header.site-header .inner nav#main-menu > ul {
	display: none;
}
header.site-header .inner #header-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	right: 4%;
	z-index: 1;
}
header.site-header .inner #header-links a.text-link {
	font-size: 11px;
	text-transform: capitalize;
	font-weight: 700;
}
header.site-header .inner #header-links a {
	color: #797d83;
	font-weight: 800;
}
header.site-header .inner #header-links a.btn {
	margin: 0 0 2px 12px;
}
header.site-header .inner #header-links a.unmobile {
	display: none;
}
header.site-header .inner #header-links a.optional-cta {
	display: none;
	opacity: 0;
}
header.site-header.banner-show {
	top: 140px;
}
header.site-header.banner-show.persist {
	top: 0;
}
header.site-header.mobile-open, header.site-header.persist {
	background-color: #fff;
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.15));
	transition: 0.5s all ease-in-out;
}
header.site-header.mobile-open .inner #header-logo svg path.a, header.site-header.persist .inner #header-logo svg path.a {
	fill: #18cb96;
}
header.site-header.mobile-open .inner #header-links a.btn .thin-btn, header.site-header.persist .inner #header-links a.btn .thin-btn {
	border-color: #18cb96;
	color: #18cb96;
}
header.site-header.mobile-open .inner #header-links a.btn .thin-btn:hover, header.site-header.persist .inner #header-links a.btn .thin-btn:hover {
	background: #18cb96;
	border-color: #18cb96;
	color: #fff;
}
header.site-header.mobile-open .inner #header-links a.optional-cta, header.site-header.persist .inner #header-links a.optional-cta {
	display: block;
	opacity: 1;
}
header.site-header #mega-menus.inner {
	display: none;
}
/*.page-template-default header.site-header {
    background: linear-gradient(309.01deg, #F9840C 8.13%, #FE601D 84.76%) !important;
}
.page-template-default header.site-header .inner #header-logo svg path.a {
    fill: #fff;
}
.page-template-default .site-header .primary-menu > li > a {
    color: #fff;
}
.page-template-default header.site-header .inner #header-links a.unmobile {
    color: #fff !important;
}
.page-template-default header.site-header .site-header .btn .thin-btn {
   
    color: #fff;
}
.page-template-default header.site-header .inner #header-links a.text-link::after {
    background-color: #fff;
}
.page-template-default .site-header .btn .thin-btn {
 
    color: #fff;
}

.page-template-default .insightly_mobile_menu .insightly_mobile_icon-bar {
    background-color: #fff !important;
}
.page-template-default .site-header .btn .thin-btn:hover {
    background-color: #fff;
    color: #18cb96;
    border-color: #fff;
}

.page-template-default .primary-menu > li:hover > a {
    color: #fff;
}
.page-template-default .primary-menu > li:hover {
    border-color: #fff;
}
.page-template-default .site-header.persist .btn .thin-btn {
    color: #fff !important;
    border-color: #fff !important;
}

.page-template-default header.site-header.persist .inner #header-links a.btn .thin-btn:hover {
    background-color: #fff;
    color: #18cb96 !important;
}
.page-template-default header.site-header.persist .inner #header-links a.unmobile::after{
	
background-color: #fff !important;
}
*/

.page-template-default header#hero.orange {
	background-color: transparent;
	background: linear-gradient(309.01deg, #F9840C 8.13%, #FE601D 84.76%) !important;

}
.page-template-default header#hero #title-block h1, .page-template-default header#hero #title-block h3 {
	color: #fff !important;
}

.page-template-default header#hero #title-block a.btn button {

	color: #fff;
	border: 2px solid #fff;
}
.page-template-default header#hero #title-block a.btn button:hover {
	background: #fff !important;
	color: #18cb96;
}


@media only screen and (min-width: 501px) {
header.site-header .inner #header-links {
	right: 10px;
}
header.site-header.banner-show {
	top: 140px;
}
}

@media only screen and (min-width: 1025px) {
header.site-header {
	background-color: transparent;
	height: 77px;
	padding-top: 0;
}
header.site-header .inner {
	justify-content: flex-start;
	align-items: center;
	padding: 0 24px 0px;
	height: 77px;
	transition: 0.5s all ease-in-out;
}
header.site-header .inner #header-links,  header.site-header .inner #header-logo {
	position: relative;
	top: 0;
	transform: translateY(0);
}
header.site-header .inner #header-logo {
	left: 0;
	margin: 0 16px 0 0;
}
 header.site-header .inner #header-logo svg, header.site-header .inner #header-logo img {
	max-width: 170px;
	        height: auto;
}
header.site-header .inner nav#main-menu {
	position: relative;
	top: 0;
	flex-basis: 53%;
	margin-left: 0;
}
.site-header .sub-menu {

	display: block !important;
	box-shadow: 0px 11px 19px rgb(0 0 0 / 11%);
}
nav#main-menu {
	display: block !important;
}
header.site-header .inner nav#main-menu #mobile-menu {
	display: none;
	visibility: hidden;
}
header.site-header .inner nav#main-menu > ul {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 14px;
	justify-content: center;
}
header.site-header .inner nav#main-menu > ul li {
	color: #fff;
}
/*header.site-header.persist .inner nav#main-menu > ul.primary-menu > li {
	padding: 17px 27px 15px !important;
}*/
.resources_menu .customer_menu .link {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
	width: 100%;
}
.site-header.persist .sub-menu {
	top: 62px;
}
header.site-header .inner nav#main-menu > ul li.menu-parent {
	flex: 1 0 auto;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 8px 0;
}
header.site-header .inner nav#main-menu > ul li.menu-parent:nth-child(1) {
	padding-left: 0;
}
header.site-header .inner nav#main-menu > ul li.menu-parent:nth-child(4) {
	padding-right: 0;
}
header.site-header .inner nav#main-menu > ul li.menu-parent a {
	position: relative;
	color: #fff;
	transition: 0.2s all ease-in-out;
}
header.site-header  .inner  nav#main-menu  > ul  li.menu-parent  a.text-link::after {
	margin-top: 4px;
	margin-bottom: -4px;
	background-color: #fff;
}
header.site-header  .inner  nav#main-menu  > ul  li.menu-parent  a.cc-active::after {
	display: block;
	content: " ";
	background-color: #fff;
	padding: 1px 0;
	width: 100%;
}

header.site-header  .inner  nav#main-menu  > ul  li.menu-parent  div.mega-menu  ul.mega-sub-menu  li  a.cc-active::after {
	background-color: #797d83;
}
header.site-header .inner nav#main-menu > ul li.menu-parent:hover {
	cursor: pointer;
	color: #fff;
	transition: 0.2s all ease-in-out;
}
header.site-header  .inner  nav#main-menu  > ul  li.menu-parent:hover  div.mega-menu {
	background: #fff;
	text-transform: none;
	opacity: 1;
	width: 100%;
	max-width: 1140px;
	visibility: visible;
	transform: translate(-50%, 0) scale(1);
	transition: 0.2s all ease-in-out;
}
header.site-header  .inner  nav#main-menu  > ul  li.menu-parent:hover  div.mega-menu  ul.mega-sub-menu,  header.site-header  .inner  nav#main-menu  > ul  li.menu-parent:hover  div.mega-menu  ul.sub-menu {
	height: 100%;
}
header.site-header  .inner  nav#main-menu  > ul  li.menu-parent:hover  div.mega-menu  ul.mega-sub-menu  span,  header.site-header  .inner  nav#main-menu  > ul  li.menu-parent:hover  div.mega-menu  ul.sub-menu  span {
	color: #797d83;
}
header.site-header .inner nav#main-menu > ul li.menu-parent ul.mega-sub-menu,  header.site-header .inner nav#main-menu > ul li.menu-parent ul.sub-menu {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	font-weight: 400;
	list-style: none;
	padding: 12px 24px 24px;
	margin: 12px 0;
}
header.site-header  .inner  nav#main-menu  > ul  li.menu-parent  ul.mega-sub-menu  li  a,  header.site-header .inner nav#main-menu > ul li.menu-parent ul.sub-menu li a {
	display: block;
	margin-bottom: 8px;
	color: #797d83;
	font-size: 12px;
	font-weight: 800;

	text-transform: none;
}
header.site-header  .inner  nav#main-menu  > ul  li.menu-parent  ul.mega-sub-menu  li  a:hover,  header.site-header  .inner  nav#main-menu  > ul  li.menu-parent  ul.sub-menu  li  a:hover {
	color: #18cb96;
}
header.site-header  .inner  nav#main-menu  > ul  li.menu-parent  ul.mega-sub-menu::after,  header.site-header  .inner  nav#main-menu  > ul  li.menu-parent  ul.sub-menu::after {
	display: block;
	content: "";
	height: 24px;
}
#unmobile-menu-new {
	padding-top: 40px;
}
header.site-header .inner nav#main-menu > ul li.mega-parent {
	position: relative;
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	padding-left: 0;
	padding: 8px 5.5%;
}
header.site-header .inner #header-links {
	display: flex;
	justify-content: flex-end;
	right: unset;
	margin-right: 0;
	margin-left: auto;
}
/*header.site-header a#nav-login {
    position: absolute;
    top: -29px;
    text-transform: capitalize !important;
}*/

header.site-header .inner #header-links a.unmobile {
	display: block;
	color: #353740 !important;
	margin: 0 6px;
}
header.site-header .inner #header-links a.text-link::after {
	background-color: #18cb96;
}
header.site-header.persist {
	background: #fff;
	height: 62px;
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.15));
	transition: 0.5s all ease-in-out;
}
header.site-header.persist .inner {
	padding-bottom: 0;
	height: 62px;
	transition: 0.5s all ease-in-out;
}
header.site-header.persist .inner nav#main-menu .menu-parent {
	padding-bottom: 20px;
}
header.site-header.persist .inner nav#main-menu li.menu-item a,  header.site-header.persist .inner #header-links a,  header.site-header.persist .inner nav#main-menu .menu-parent,  header.site-header.persist .inner nav#main-menu .menu-parent a {
	color: #797d83;
}
header.site-header.persist  .inner  nav#main-menu  .menu-parent  a.cc-active::after,  header.site-header.persist  .inner  nav#main-menu  .menu-parent  div.mega-menu  ul.mega-sub-menu  li  a.cc-active::after {
	background-color: #797d83;
}
header.site-header.persist .inner nav#main-menu .menu-parent a:hover,  header.site-header.persist .inner nav#main-menu .menu-parent:hover {
	color: #18cb96;
}
header.site-header.persist  .inner  nav#main-menu  .menu-parent  a:hover  a.text-link::after,  header.site-header.persist  .inner  nav#main-menu  .menu-parent:hover  a.text-link::after {
	background-color: #18cb96;
}
header.site-header.persist .inner #header-links a.unmobile {
	color: #797d83;
}
header.site-header.persist .inner #header-links a.unmobile:hover {
	color: #18cb96;
}
header.site-header.persist .inner #header-links a.unmobile::after {
	background-color: #18cb96;
}
/*header.site-header.persist .inner #header-links a.btn .thin-btn {
    background-color: #18cb96;
    border-color: #18cb96;
    color: #fff;
  }*/

header.site-header.persist .inner #header-links a.btn .thin-btn:hover {
	background-color: #18cb96;
	border-color: #18cb96;
}
header.site-header.persist #mega-menus.inner {
	flex-basis: 100%;
	top: 52px;
}
header.site-header.persist #mega-menus.inner .mega-menu {
	padding-top: 6px;
	padding-bottom: 8px;
}
header.site-header.banner-show {
	top: 120px;
}
header.site-header #mega-menus.inner {
	position: absolute;
	top: 37px;
	left: -9%;
	display: none;
	padding: 0 0;
	margin: 0 auto;
	height: auto;
	width: 120%;
	transition: 0.2s top ease-in-out;
}
header.site-header #mega-menus.inner div#menu-indicator {
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	border-radius: 0 0 3px 3px;
	height: auto;
	width: 0;
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.15));
	transition: 0.12s all ease-in-out;
}
header.site-header #mega-menus.inner div#menu-indicator .indicator-left,  header.site-header #mega-menus.inner div#menu-indicator .indicator-right {
	flex-basis: 50%;
	position: relative;
	display: inline-block;
	background: 0 0;
	border: 0;
	padding: 0;
	margin: 0;
	height: 10px;
	width: 50%;
}
header.site-header #mega-menus.inner div#menu-indicator .indicator-left {
	margin-right: 0;
}
header.site-header  #mega-menus.inner  div#menu-indicator  .indicator-left::after {

	position: absolute;
	top: 4px;
	left: 100%;
	display: inline-block;
	content: "";
	background: #fff;
	border-radius: 3px 0 0 0;
	height: 14px;
	width: 14px;
	transform: translateX(-7px) rotate(45deg);
}
header.site-header #mega-menus.inner div#menu-indicator .indicator-right {
	margin-left: 0;
}
header.site-header #mega-menus.inner div#menu-indicator .sub-menu-bkgd {
	flex-basis: 100%;
	display: block;
	background: #fff;
	border-radius: 3px 3px;
	padding-bottom: 12px;
	height: 100%;
	width: auto;
	transition: 0.12s height ease-in-out;
}
header.site-header #mega-menus.inner div#menu-indicator.products-bkgd {
	left: -0.2%;
	width: 168px;
	opacity: 1;
	transition: 0.12s all ease-in-out;
}
header.site-header  #mega-menus.inner  div#menu-indicator.products-bkgd  .sub-menu-bkgd {
	height: 220px;
	transition: 0.12s height ease-in-out;
}
header.site-header #mega-menus.inner div#menu-indicator.pricing-bkgd {
	left: 13.7%;
	width: 224px;
	opacity: 1;
	transition: 0.12s all ease-in-out;
}
header.site-header  #mega-menus.inner  div#menu-indicator.pricing-bkgd  .sub-menu-bkgd {
	height: 220px;
	transition: 0.12s height ease-in-out;
}
header.site-header #mega-menus.inner div#menu-indicator.customers-bkgd {
	height: 0;
	opacity: 0;
}
header.site-header #mega-menus.inner div#menu-indicator.resources-bkgd {
	left: 63%;
	width: 162px;
	opacity: 1;
	transition: 0.12s all ease-in-out;
}
header.site-header  #mega-menus.inner  div#menu-indicator.resources-bkgd  .sub-menu-bkgd {
	height: 220px;
	transition: 0.12s height ease-in-out;
}
header.site-header #mega-menus.inner div.mega-menu {
	position: absolute;
	top: -4px;
	left: 0;
	display: flex;
	flex: 1 0 auto;
	flex-wrap: wrap;
	padding: 4px 0 10px;
	height: auto;
	width: auto;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: 0.12s all ease-in-out, 0.6s height ease-in-out;
}
header.site-header #mega-menus.inner div.mega-menu div.inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
}
header.site-header #mega-menus.inner div.mega-menu div.inner ul {
	position: relative;
	list-style: none;
	margin: 32px 0 24px;
	width: auto;
}
header.site-header #mega-menus.inner div.mega-menu div.inner ul li a {
	display: block;
	color: #343741;
	font-size: 17px;
	padding: 10px 34px;
	transition: 0.2s all ease-in-out;
}
header.site-header #mega-menus.inner div.mega-menu div.inner ul li a:hover {
	color: #18cb96;
}
header.site-header #mega-menus.inner div#products-mega.mega-menu {
	left: -0.2%;
	width: 168px;
}
header.site-header #mega-menus.inner div#pricing-mega.mega-menu {
	left: 13.7%;
	width: 224px;
}
header.site-header #mega-menus.inner div#resources-mega.mega-menu {
	left: 63%;
	width: 162px;
}
header.site-header #mega-menus.inner div.mega-menu.active {
	z-index: 10;
	opacity: 1;
	transition: 0.4s all ease-in-out;
	visibility: visible;
}
}

@media only screen and (min-width: 1025px) {
header.site-header .inner #header-logo {
	margin: 0;
	width: 21%;
}
header.site-header .inner nav#main-menu ul li.menu-parent {
	padding: 8px 5.5%;
}
header.site-header .inner #mega-menus.inner div#menu-indicator.products-bkgd {
	left: 0;
}
header.site-header .inner #mega-menus.inner div#menu-indicator.pricing-bkgd {
	left: 16.8%;
}
header.site-header  .inner  #mega-menus.inner  div#menu-indicator.resources-bkgd {
	left: 69.6%;
}
header.site-header .inner #mega-menus.inner div#products-mega.mega-menu {
	left: 0;
}
header.site-header .inner #mega-menus.inner div#pricing-mega.mega-menu {
	left: 16.8%;
}
header.site-header .inner #mega-menus.inner div#resources-mega.mega-menu {
	left: 69.6%;
}
}
body.landing:not(.landing-webinar) header.site-header {
	height: 72px;
}

body.landing:not(.landing-webinar) header.site-header .inner {
	display: flex;
	max-width: 994px;
}
body.landing:not(.landing-webinar) header.site-header .inner nav#main-menu {
	display: none;
}
body.landing:not(.landing-webinar) header.site-header .inner div#header-links {
	right: 12px;
}

@media only screen and (min-width: 800px) {
body.landing:not(.landing-webinar) header.site-header .inner {
	justify-content: flex-start;
	align-items: center;
	padding: 0 24px;

	height: 72px;
}
body.landing:not(.landing-webinar) header.site-header .inner #header-links,  body.landing:not(.landing-webinar) header.site-header .inner #header-logo {
	position: relative;
	top: unset;
	transform: translateY(0);
}
body.landing:not(.landing-webinar) header.site-header .inner div#header-logo {
	left: unset;
	margin: 0;
}
body.landing:not(.landing-webinar)  header.site-header  .inner  div#header-logo  img {
	max-width: 100%;
}
body.landing:not(.landing-webinar)  header.site-header  .inner  div#header-links {
	margin-left: auto;
}
}
footer {
	position: relative;
	/* The background is a dark shade of purple if the page is browsed with javascript disabled. */
	background: #1f1b2b;
	width: 100vw;
}
footer.visible.lazy-background {
	/* With javascript enabled, we load the background. Done for performance reasons. */
	/*background: url(images/footer904e.svg?_cchid=70c027c49357f355e11d63f9ab06fb66)  no-repeat #1A1B20;*/
	background-size: cover;
	background-position: center center;
	background-color: #1A1B20 !important;
}
footer > .inner {

	display: flex;
	flex-direction: column;
	padding: 40px 24px 0;
	z-index: 3;
}
footer > .inner div#footer-logo {
	display: none;
}
footer > .inner nav#footer-menu {
	width: 100%;
}
footer > .inner nav#footer-menu > ul {
	display: flex;
	flex-direction: column;
	color: #a9abac;
	text-align: center;
	list-style: none;
	margin-left: 0;
	width: 100%;
}
footer nav#footer-menu ul.menu {
	margin-left: 0;
}
footer.site-footer nav#footer-menu ul li {
	margin-bottom: 4px;
	list-style: none;
}
footer nav#footer-menu h3.menu-parent {
	font-size: 17px;
	font-weight: 500;
	color: #a9abac;
	margin-bottom: 0;
	margin-top: 0;
}
footer.site-footer nav#footer-menu ul .ind_head_foot a {
	font-size: 17px !important;
	font-weight: 500;
	color: #a9abac !important;
	margin-bottom: 0;
}
footer.site-footer nav#footer-menu ul li.menu-item a {
	display: inline-block;
	border: 1px solid transparent;
	color: #777d88;
	font-size: 11px;
	line-height: 20px;
}
footer.site-footer nav#footer-menu ul li.menu-item a:hover {
	border-bottom-color: #777d88;
}
footer > .inner nav#footer-menu > ul li.menu-parent {
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 12px;
	width: 100%;
}
footer > .inner nav#footer-menu > ul li.menu-parent ul.sub-menu {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin-top: 4px;
	margin-left: 0;
	width: 100%;
}
footer > .inner nav#footer-menu > ul li.menu-parent ul.sub-menu li {
	margin-bottom: 4px;
}
footer > .inner nav#footer-menu > ul li.menu-parent ul.sub-menu li:last-child {
	margin-bottom: 24px;
}
footer > .inner nav#footer-menu > ul li.menu-parent ul.sub-menu li a {

	display: inline-block;
	border: 1px solid transparent;
	color: #777d88;
	font-size: 11px;
	line-height: 20px;
}
footer > .inner nav#footer-menu > ul li.menu-parent ul.sub-menu li a:hover {
	border-bottom-color: #777d88;
}
footer div#subfooter {
	border-top: 1px solid #343741;
	padding-bottom: 16px;
}
footer div#subfooter .inner {
	display: flex;
	flex-direction: column;
	height: auto;
}
footer div#subfooter .inner div#footer-logo {
	display: block;
	margin: 40px auto 18px;
}
footer div#subfooter .inner div#footer-logo a {
	height: 100%;
	width: 100%;
}
footer div#subfooter .inner div#footer-logo a svg, footer div#subfooter .inner div#footer-logo a img {
	display: block;
	width: 120px;
}
footer div#subfooter .inner #footer-social {
	margin: 0 auto 12px;
	width: 100%;
	max-width: 300px;
}
footer div#subfooter .inner #footer-social #socials {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	list-style: none;
	margin: 0 auto;
	/*width: 140px;*/
}
footer div#subfooter .inner #footer-social #socials li {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 0 auto;
	width: 24px;
}
li.instagram_link img, li.youtube img {
    width: 20px;
}


li.instagram_link {
    position: relative;
    top: 3px;
}
footer div#subfooter .inner #footer-social #socials li.twitter_link {
    margin-right: 11px;
}
footer div#subfooter .inner #footer-social #socials li.youtube_link {
    margin-right: 12px;
}
footer div#subfooter .inner #footer-social #socials li.facebook_link {
    margin-left: 3px;
    margin-right: 5px;
}
footer div#subfooter .inner #footer-social #socials li a {
	margin: auto auto 0;
}
footer div#subfooter .inner #footer-social #socials li a svg {
	display: block;
	margin: auto auto 0;
	max-height: 20px;
	width: 24px;
}
footer div#subfooter .inner #fine-print {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #60646b;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 18px;
}
footer div#subfooter .inner #fine-print span {
	border: 1px solid transparent;
	line-height: 12px;
	padding: 6px 16px;
}
footer div#subfooter .inner #fine-print span a {
	border: 1px solid transparent;
	color: #60646b;
	font-weight: 800;
}
footer div#subfooter .inner #fine-print span a:hover {
	border-bottom-color: #60646b;
}
footer div#subfooter .inner #email-form {
	display: flex;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 0;
	margin: 0 auto 80px;
	width: 90%;
	max-width: 270px;
}
footer div#subfooter .inner #email-form input {
	background: 0 0;
	border: 0;
	font-family: Roboto, helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 28px;
	outline: 0;
}
footer div#subfooter .inner #email-form input#email {
	background: #333;
	border-radius: 3px 0 0 3px;
	color: #fff;
	padding: 0 0 0 24px;
}
 footer div#subfooter .inner #email-form input#email::placeholder {
 color: #fff;
}
footer div#subfooter .inner #email-form input#submit {
	border-radius: 0 3px 3px 0;
	color: #fff;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	padding: 0 12px;
}
footer div#subfooter .inner #email-form input#submit:hover {
	cursor: pointer;
	background: #18cb96;
}

@media only screen and (min-width: 501px) {
footer > .inner nav#footer-menu > ul {
	flex-direction: row;
	flex-wrap: wrap;
	color: #a9abac;
}
footer > .inner nav#footer-menu > ul li.menu-parent {
	flex-basis: 50%;
}
}

@media only screen and (min-width: 800px) {
footer > .inner nav#footer-menu > ul {
	justify-content: space-evenly;
	align-items: flex-start;
	color: #a9abac;
}
footer > .inner nav#footer-menu > ul li.menu-parent {
	flex-basis: auto;
	width: auto;
}
}

@media only screen and (min-width: 1024px) {
footer {
	padding: 0 24px;
}
footer > .inner {
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 40px 0 0;
	max-width: 1148px;
}
footer > .inner div#footer-logo {
	display: block;
	margin-right: 100px;
	max-width: 250px;
}
footer > .inner div#footer-logo a svg {
	min-width: 120px;
}
footer > .inner nav#footer-menu > ul {
	text-align: left;
}
footer div#subfooter {
	border-top: 0 solid #343741;
	padding-bottom: 0;
}
footer div#subfooter .inner {
	flex-direction: row;
	justify-content: flex-start;
	border-top: 1px solid #343741;
	padding: 0 0;
	height: 60px;
	max-width: 1148px;
}
footer div#subfooter .inner > * {
	margin-bottom: 0 !important;
}
footer div#subfooter .inner div#footer-logo {
	display: none;
}
footer div#subfooter .inner #footer-social {
	margin: -9px 2% 0 0;
	min-width: 100px;
	width: auto;
}
footer div#subfooter .inner #fine-print {
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
	/* margin-left: 1%; */
	width: 100%;
	max-width: 100%;
}
footer div#subfooter .inner #fine-print span {
	flex: 1 0 18%;
	padding: 0 2%;
	width: 96%;
}
footer div#subfooter .inner #fine-print span:first-child {
	flex-basis: 23%;
}
footer div#subfooter .inner #fine-print span:nth-child(-n + 4) {
	/* border-right-color: #60646b; */
}
footer div#subfooter .inner #email-form {
	margin-left: 12px;
}
}
body.landing-dragon:not(.landing-asset) footer, body.landing:not(.landing-webinar) footer {
	background: #fff;
	padding: 0;
	margin: auto 0 0 0;
	align-self: end;
}
body.landing-dragon:not(.landing-asset) footer > .inner, body.landing:not(.landing-webinar) footer > .inner {
	display: none;
}
body.landing-dragon:not(.landing-asset) footer div#subfooter, body.landing:not(.landing-webinar) footer div#subfooter {
	background: #fff;
	border-top: 1px solid #dfe1df;
}
body.landing-dragon:not(.landing-asset) footer div#subfooter .inner, body.landing:not(.landing-webinar) footer div#subfooter .inner {
	display: block;
	padding: 24px;
	max-width: 994px;
}
body.landing-dragon:not(.landing-asset) footer div#subfooter .inner #fine-print, body.landing:not(.landing-webinar) footer div#subfooter .inner #fine-print {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	color: #797d83;
	margin-bottom: 0;
}
body.landing-dragon:not(.landing-asset)  footer  div#subfooter  .inner  #fine-print  a, body.landing:not(.landing-webinar) footer div#subfooter .inner #fine-print a {
	color: #797d83;
}
body.landing-dragon:not(.landing-asset)  footer  div#subfooter  .inner  #fine-print  span, body.landing:not(.landing-webinar)  footer  div#subfooter  .inner  #fine-print  span {
	padding: 0 16px;
	margin: 4px 0;
	flex-basis: 100%;
}
body.landing-dragon:not(.landing-asset)  footer  div#subfooter  .inner  #fine-print  span:nth-child(4), body.landing:not(.landing-webinar)  footer  div#subfooter  .inner  #fine-print  span:nth-child(4) {
	flex-basis: 50%;
	border-right: 1px solid #dfe1df;
	text-align: right;
}
body.landing-dragon:not(.landing-asset)  footer  div#subfooter  .inner  #fine-print  span:last-child, body.landing:not(.landing-webinar)  footer  div#subfooter  .inner  #fine-print  span:last-child {
	flex-basis: 50%;
	text-align: left;
}

@media only screen and (min-width: 800px) {
body.landing-dragon:not(.landing-asset) footer div#subfooter .inner,  body.landing:not(.landing-webinar) footer div#subfooter .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-color: transparent;
	height: 90px;
}
body.landing-dragon:not(.landing-asset)  footer  div#subfooter  .inner  #fine-print,  body.landing:not(.landing-webinar) footer div#subfooter .inner #fine-print {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	width: 100%;
	max-width: 100%;
}
body.landing-dragon:not(.landing-asset)  footer  div#subfooter  .inner  #fine-print  span,  body.landing:not(.landing-webinar)  footer  div#subfooter  .inner  #fine-print  span {
	flex: 1 0 18% !important;
	flex-wrap: nowrap;
	text-align: center !important;
	padding: 0 2%;
	width: 96%;
}
body.landing-dragon:not(.landing-asset)  footer  div#subfooter  .inner  #fine-print  span:first-child,  body.landing:not(.landing-webinar)  footer  div#subfooter  .inner  #fine-print  span:first-child {
	flex-basis: 25% !important;
}
body.landing-dragon:not(.landing-asset)  footer  div#subfooter  .inner  #fine-print  span:nth-child(-n + 4),  body.landing:not(.landing-webinar)  footer  div#subfooter  .inner  #fine-print  span:nth-child(-n + 4) {
	border-right-color: #dfe1df;
}
}

@media only screen and (max-width: 799px) {
	section#overview.services-icon-section-heading {
    margin-top: 0;
    padding-bottom: 0 !important;
}
	
	section#video.services-banner {
    padding-top: 90px !important;
    margin-top: 0;
}
.banner-video-section.services-banner .video-text-container.img-goes-left span.video-text-image {
    margin-bottom: 0 !important;
}
.services-icon-section-heading {
    margin-top: 0;
}
.page-id-25052 section.vision-section, .page-id-25655 section.vision-section {
    padding: 0 0 0px !important;
}
	
	
	.banner-video-section .video-text-container.img-goes-left span.video-text-image img {
    border-radius: 22px;
}
.banner-video-section .video-text-image #press-play:before {
   
    top: 27%;
}
	.banner-video-section .video-text-container.img-goes-left span.video-text-image {
 height: 310px;
    margin: 0px auto 87px !important;
    max-width: 430px;

}
.banner-video-section .video-text-container.img-goes-left div.video-text-text {
    padding-right: 0;
    margin: 0 auto !important;
}
section#video.banner-video-section .video-text-text .headline-text p br {
    display: none;
}


#video.banner-video-section {
   margin-bottom: 0px;

    margin-top: 0;
    padding-top: 120px !important;
}
.banner-video-section .video-text-container.img-goes-left div.video-text-text p {
    text-align: center !important;
}

#video.banner-video-section:after {
    height: 435px;
    width: 100%;
    bottom: auto;
    top: 56px;
    right: 0;
    background-size: 100% 100%;
}
	section#clients div.inner h2 {
    font-size: 28px;
	}
body.vision article#vision-content.industry section.vision-section {
	padding: 60px 0;
}

header#hero.four70.supertitle div.inner #title-block {
    padding-top: 0px !important;
}
section.contact-sale-section, section#bottom-cta, .page-id-90 section#about-intro {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.vision-section .headline-text {
    font-size: 28px;
    font-weight: 500;
    line-height: 43px;
}






.custom_banner .title-block {
    width: 100%;
    margin-right: 0;
}
.custom_banner .flex_wrapper {
  
    justify-content: center;
    text-align: center;
}
.custom_banner .static_image {
    width: 80%;
    margin-top: 50px;
}
.custom_banner {
    padding-top: 80px;
}
.custom_banner {
    margin-bottom: 60px;
}

.custom_banner.site_custom_banner .title-block {
      margin-top: 27px;
    order: 2;
}
.custom_banner.site_custom_banner {
    padding-top: 20px !important;
    margin-bottom: 30px !important;
}
.site_custom_banner a.btn.demobtn {
  
    margin: 40px auto 0;
}
.home section.vision-section.iconswithcontent {
    padding-top: 60px !important;
}

.custom_banner.site_custom_banner .static_image {
    width: 80%;
}
.custom_banner.site_custom_banner .title-block {
    width: 100%;
    margin-right: 0%;
}
.banner-video-section span.video-text-image {
    order: 1 !important;
}

.page-id-19 .custom_banner.site_custom_banner .title-block, .page-id-21979 .custom_banner.site_custom_banner .title-block {
    margin-top: 0;
    order: 2;
}
.page-id-19 .custom_banner.site_custom_banner .static_image, .page-id-21979 .custom_banner.site_custom_banner .static_image {
    width: 100%;
}

.page-id-19  .custom_banner .static_image, .page-id-21979  .custom_banner .static_image {
    margin-top: 30px;
}



.services-banner .inner {

    padding: 0;
}
.services-banner .title-block, .services-banner .static_image img {
    padding-left: 24px;
    padding-right: 24px;
}
.custom_banner.services-banner  .static_image {
    width: 100%;
}
.custom_banner.services-banner .static_image {
    background: url(images/service-hero-bg-2.svg) no-repeat;
    display: block;
    background-repeat: no-repeat;
    background-size: 136% 100%;
    display: block;
    background-position: -7px -1px !important;
}
.services-banner, section#video.services-banner {
  
    background: none !important;
}
.services-banner .title-block {
    padding-top: 0;
}











}
#icon-boxes.mfgs {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#icon-boxes.mfgs .icon-box {
	padding: 0 20px;
}
header#hero.four10.industry div#title-block {
	margin-top: 50px;
}
header#hero.industry #title-block h2 {
	margin-bottom: 0;
}
section#challenges.vision-section {
	background: url(images/hero/180920-background-dark-orange-1_hero5633.svg%3F_cchid=78a7f6c0bd2d298b85cc5b91c2705290)  no-repeat;
	background-color: #18cb96;
	background-size: cover;
	padding: 70px 0;
}
section#challenges .headline-text {
	color: #fff;
}
.challenges-container {
	display: flex;
	color: #fff;
	margin-top: 30px;
}
.challenges-container h3 {
	margin-bottom: 10px;
}
.challenges-container p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 15px;
}
.challenges-container button {
	margin-top: 40px;
}
.challenges-container .col {
	width: 50%;
}
.challenges-container img.img-goes-right {
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.15));
	padding-left: 15%;
	padding-right: 10%;
}

@media only screen and (max-width: 799px) {
.challenges-container {
	flex-wrap: wrap;
}
.challenges-container .col {
	width: 100%;
}
.col.mobilefirst {
	order: -1;
	margin-bottom: 20px;
}
}
body.vision  article#vision-content.industry  section#features.vision-section  div.inner  #dashboards {
	padding-bottom: 0;
}
section#customer-slider {
	padding: 75px 0 75px;
}
section#customer-slider  div.inner  div.slider  div.slide  div.image-text  .headline-text {
	color: #fff;
}
section#customer-slider  div.inner  div.slider  div.slide  div.image-text  .headline-text  h2 {
	font-size: 35px;
}
section#customer-slider  div.inner  div.slider  div.slide  div.image-text  .headline-text  p {
	margin-bottom: 30px;
}
section#customer-slider .slidewrapper {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
}
.slide_co_info {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.slidewrapper .slide_text {
	text-align: center;
	font-size: 17px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0;
	color: #60646b;
	margin-bottom: 11px;
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}
.slide_co_info h2 {
	font-size: 35px;
	font-weight: 500;
	line-height: 43px;
	letter-spacing: 0;
	margin-bottom: 20px;
	color: #60646b;
}
.slide_contact_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.slidewrapper img.slide_img {
	max-width: 70px;
	margin-right: 20px;
}
.slidewrapper .slider_co_logo {
	max-width: 200px;
	margin-right: 20px;
}
.mfg_testimonial #slider-nav button {

	background-color: #60646b;
	border: 0;
	border-radius: 50%;
	padding: 0;
	height: 8px;
	width: 8px;
}
.slide_contact_name {
	color: #60646b;
	font-size: 17px;
	font-weight: 300;
	line-height: 20px;
}
.slide_contact_position {
	color: #60646b;
	font-size: 14px;
	font-weight: 300;
}
section#cta.vision-section {
	background: url("../../../uploads/2021/07/180920-background-purple-2_hero47a2.svg");
	background-color: #18cb96;
	background-size: cover;
	padding: 70px 0;
}
section#cta {
	text-align: center;
	color: #ffffff;
	font-weight: 300;
}
section#cta h1 {
	font-size: 41px;
	font-weight: 300;
	line-height: 49px;
	margin-bottom: 35px;
}
section#cta button {
	margin: 30px auto;
}
#button-container {
	display: flex;
	justify-content: center;
}
section#relationships .col, section#workflow .col {
	text-align: left;
}
body.vision  article#vision-content  section#relationships.vision-section  .inner  .headline-text  .col  h2, section#workflow .col h2 {

	margin: 0 auto 16px;
}
section#workflow .col p {
	font-size: 18px;
	line-height: 31px;
	font-weight: 300;
	letter-spacing: 0;
	margin: 16px 0;
}
.col .img-right {
	text-align: center;
}
section.npt .image-text-container {
	margin-top: 0 !important;
}
section.npb {
	padding-top: 100px !important;
}
section.npt .image-text-container {
	padding-bottom: 0 !important;
}
.img-right img {
	max-width: 80%;
}
body.vision article#vision-content.industry section#app-library.vision-section {
	padding-top: 0px;
}
.int_header_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 80px;
}
#build .inner {
	display: flex;
	justify-content: center;
	align-items: center;
}
header#hero .int_header_wrapper #title-block {
	margin: 0;
}
.int_header_img {
	max-width: 30%;
}
.col {
	width: 50%;
}

@media only screen and (max-width: 799px) {
.col {
	width: 100%;
}
}

@media only screen and (max-width: 550px) {
section.contact-sale-section, section#bottom-cta, .page-id-90 section#about-intro {
    background-position: 7px -22px;
    background-size: cover;
}
.custom_banner .static_image {
    width: 100%;
    margin-top: 50px;
}

}



#build .inner {
	flex-wrap: wrap;
}
#build img {
	padding-left: 15%;
	padding-right: 10%;
}
#build .image-text-container {
	padding: 50px 0 50px;
}
section#integration {
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 10px;
}
.integration-container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.integration-container.intro {
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.content-wrapper p {
	margin: 16px 0;
}

@media only screen and (max-width: 600px) {
.integration-container {
	display: block;
}
.integration-container .icon-box {
	margin-top: 30px;
}
}
.integration-container .col {
	display: flex;
	justify-content: center;
}
.integration-container .col img {
	max-width: 80%;
}
#integration .headline-text h2 {
	font-size: 35px;
	margin: 0 auto 16px;
}
#integration .headline-text h2:nth-child(3) {
	margin-top: 36px !important;
}
#integration .headline-text h3 {
	font-size: 27px;
	font-weight: 300;
	margin: 56px auto 26px;
}
.integration_plus {
	font-size: 50px;
	font-weight: 600;
	padding: 0 40px 0 50px;
}
.insightly_logo {
	max-width: 240px;
}
.integration div.integration-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	padding: 20px;
	margin-bottom: 20px;
	height: 150px;
	width: 150px;
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.15));
}
.integration .integration-logo .integration-image {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	padding-top: 100%;
	width: 100%;
}
.integration .integration-name {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	height: auto;
	width: 100%;
	max-width: 94%;
}
.integration .insightly_logo_integration .integration-logo {
	width: 100%;
	padding: 0;
}
.integration-container {
	font-size: 17px;
	line-height: 31px;
	font-weight: 300;
}
.integration-container p {
	margin: 16px 0;
}
.integration-container .col .icon-box {
	width: 100%;
}

@media only screen and (max-width: 650px) {
	.single-resources section#bottom-cta {
    margin-top: 30px !important;
	}
/* .int_header_wrapper {
    padding-top: 60px;
  }*/
.integration div.integration-logo {
	height: 120px;
	width: 120px;
}
.integration_plus {
	font-size: 40px;
	font-weight: 600;
	padding: 0 20px 0px 20px;
}
.insightly_logo_integration {
	padding-bottom: 0px;
	max-width: 300px;
}
.integration div.integration-logo {
	margin-bottom: 10px;
}
.integration .headline-text {
	margin-bottom: 10px;
}
.banner-video-section .video-text-container.img-goes-left span.video-text-image {
    height: 310px;
    margin: 0px auto 87px !important;
    /* width: auto; */
    max-width: 510px;
}
#video.banner-video-section:after {
    height: 435px;
    width: 100%;
    bottom: auto;
    top: 32px;
}
.banner-video-section .video-text-image #press-play:before {
    top: 32%;
}
#video.banner-video-section {

    padding-top: 100px !important;
}
}
#explore-slider {
	padding: 80px 0;
}
#explore-slider #slider {
	margin-top: 40px;
}
#explore-slider .inner {
	padding-right: 36px;
}
#explore-slider #slider.glide {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 600px) {
#explore-slider #slider.glide {
	max-width: 80%;
}
}
#explore-slider .integration-logo {
	height: 150px;
	width: 150px;
	padding: 18px;
	display: flex;
	align-items: center;
}
.integration_title {
	text-align: center;
	font-size: 16px;
	line-height: 31px;
	font-weight: 300;

}
a .integration_title {
	color: #343741;
}
#explore-slider .slide_integration_wrapper {
	display: flex;
	justify-content: center;
}
#explore-slider .slider__arrows {
	position: static;
	z-index: 2;
	bottom: 36px;
	width: 100%;
}
#explore-slider .slider__arrow--prev {
	left: -50px;
}
#explore-slider .slider__arrow--next {
	right: -50px;
}
#explore-slider .slider__arrow {
	width: 46px;
	height: 46px;
	margin-top: -30px;
}
#explore-slider .slider__arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	border-radius: 50%;
	background-color: #818999;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 0 0.5rem 4rem 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0.5rem 4rem 0 rgba(0, 0, 0, 0.5);
}
#explore-slider .glide__arrow {
	cursor: pointer;
	padding: 0;
	border: 0;
	outline: 0;
}
#appconnect-wrapper .inner {
	align-items: flex-start;
	display: flex;
}
#appconnect-wrapper #filters {
	width: 25%;
	margin-top: 40px;
}
#appconnect-wrapper .archive-roll {
	width: 75%;
}

@media only screen and (max-width: 800px) {
#filters.appconnect-filters .inner {
	padding-left: 0;
}
#appconnect-wrapper #filters {
	width: 45%;
}
#appconnect-wrapper .archive-roll {
	width: 55%;
}
}
article#archive-items  #appconnect-wrapper  section#filters.appconnect-filters.persist {
	position: relative;
	top: auto;
}
article#archive-items  #appconnect-wrapper  section#filters.appconnect-filters  div.inner  div.filters {
	flex-wrap: wrap;
	overflow: hidden;
}

@media only screen and (min-width: 800px) {
article#archive-items.persistent-filter.appconnect-persistent-filter {
	padding-top: 0px !important;
}
}
.appconnect-filters .inner {
	flex-wrap: wrap;
	justify-content: left;
}
.appconnect-filters h2 {
	text-align: left;
	font-size: 35px;
	margin-bottom: 8px;
}
.appconnect-filters ul#category-filter {
	margin-left: 0;
}
.appconnect-filters #category-filter li {
	font-size: 16px;
	line-height: 30px;
	list-style-type: none;
}
.appconnect-filters #category-filter li a {
	color: #797d83;
	text-transform: uppercase;
}
.appconnect-filters #category-filter li.filter-option a {
	text-transform: capitalize;
}

.appconnect-filters #category-filter li.filter-option a:hover {
	color: #18cb96;
}
#integration-container .pagination-wrapper {
	width: 100%;
}
#integration-container .pagination {
	display: flex;
	justify-content: center;
}
#integration-container .pagination-wrapper .pagination span, #integration-container .pagination-wrapper .pagination a {
	padding: 0 10px;

}
#integration-container .pagination, #integration-container .pagination a {
	color: #343741;
	font-weight: 500;
}
#integration-container .pagination .page-numbers.current {
	font-weight: 600;
	color: #18cb96;
}
.filters-wrapper {
	width: 100%;
	padding-left: 0px;
}
.filters-wrapper input {
	padding: 10px;
	font-family: Roboto, helvetica, arial, sans-serif;
	font-size: 0.9em;
	width: 300px;
	color: #8f949a;
	border: 2px solid #adb4bc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
.filters-wrapper input {
	max-width: 90%;
	width: 300px;
}
#integration-container .pagination,  #integration-container .pagination a {
	font-size: 14px;
}
#integration-container .pagination a.prev.page-numbers,  #integration-container .pagination a.next.page-numbers {
	display: none;
}
}
.breadcrumbs {
	font-size: 14px;
	color: #516f90;
	margin-bottom: 40px;
	width: 100%;
}
.page-id-21 #appconnect-wrapper .breadcrumbs span {
	display: none;
}
.breadcrumbs span.arrow {
	color: #7c98b6;
	margin-left: 10px;
	margin-right: 10px;
}
.breadcrumbs a {
	color: #18cb96;
}

@media only screen and (max-width: 1190px) {
.filters-wrapper {
	padding-left: 0px;
}
}

@media only screen and (max-width: 1084px) {
.filters-wrapper {
	padding-left: 0px;
}
}

@media only screen and (max-width: 1054px) {
.filters-wrapper {
	padding-left: 0px;
}
}

@media only screen and (max-width: 889px) {
.filters-wrapper {
	padding-left: 0px;
}
}
/**************** GDPR compliance snippet CSS ******************/
.cc-theme-edgeless.cc-window {
	-webkit-font-smoothing: antialiased;
	font-family: "Roboto", helvetica, arial, sans-serif;
	justify-content: center;
	align-items: center;
	min-height: 60px;
	padding: 8px;
}
.cc-banner.cc-theme-edgeless .cc-message {
	padding: 6px 8px;
	flex: 0 1 auto;
}
.cc-banner.cc-theme-edgeless .cc-btn {
	flex: 0 1 auto;
	font-size: 14px;
	padding: 0px;
	border: 2px solid white;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0px 28px;
	line-height: 32px;
	transition: 0.2s all ease-in-out;
}
.cc-banner.cc-theme-edgeless .cc-btn:hover {
	background-color: white;
	color: #18cb96;
	transition: 0.2s all ease-in-out;
}
.tag-cloud span.post-tag a {
	padding: 0 3px;
}
#author-info .inner img.avatar.photo {
	display: block;
	border-radius: 50%;
	margin: 0 auto;
	height: 100px;
	width: 100px;
}
#hero.four10.author div.inner #title-block p.post-meta img.avatar {
	border-radius: 50%;
	margin-bottom: 8px;
	width: 44px;
	height: auto;
}
body.archive  article#archive-items  section.archive-roll  div.inner  div#no-resources {
	display: none;
}
body.archive  article#archive-items  section.archive-roll  div.inner  div#no-stories {
	display: none;
}
ul#share-buttons li {
	opacity: 1 !important;
}
ul#share-buttons {
	opacity: 1 !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
	color: #d8000c;
	margin: 15px 0 0 0;
	background-color: beige;
	border: 1px solid;
	letter-spacing: 0.5px;
	font-size: 11px;
	font-weight: 400;
	padding: 10px;
}
.wpcf7 form.sent .wpcf7-response-output {
	margin: 15px 0 0 0;
	color: #4f8a10;
	background-color: #84ff0029;
	border: 1px solid;
	padding: 10px;
	letter-spacing: 0.5px;
	font-size: 11px;
	font-weight: 400;
}
.wpcf7-validates-as-required.wpcf7-not-valid, .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
	border: 1px solid red;
	background: antiquewhite;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="password"]:focus, .wpcf7-textarea:focus {
	border-color: #18cb96 !important;
}
.wpcf7-not-valid-tip {
	margin-top: 0px;
	font-weight: 400;
	letter-spacing: 0.5px;
	font-size: 11px;
}
.cc-color-override-1140044324.cc-window {
	width: 100%;
	max-width: 100%;
	bottom: 0;
}
.cc-color-override-1140044324 .cc-btn {
	border: 2px solid white !important;
}

@media only screen and (max-width: 767px) {
	header#hero #title-block h2 {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 10px;
	font-weight: 600;
}
.webinar-video {
	width: 100% !important;
}
.marketing_customers .brand_logo {
   
    width: 100%;
    max-width: 80px;
}
.detail-link {
    font-size: 14px;
   
    margin-top: 14px;
}

.page-layout main.page-content div.wrapper article.page div.page-content a {
	word-wrap: break-word;
}
/* header#hero.four10 {
    height: 170px;
}*/
.int_header_wrapper {
	padding-top: 90px;
}
.page-id-17930 #title-block:before {
	width: 430px;
	height: 67px;
}
.page-id-17930 header#hero.four10 #title-block h1 {
	font-size: 27px !important;
	line-height: 36px !important;
}
.page-id-17930 header#hero.four10 #title-block h3 {
	font-weight: 500;
	font-size: 21px;
}

header#hero.integration .int_header_wrapper {
   
    padding-top: 68px;
}
.page-content > .wrapper {
    width: 100%;
}
body {
    width: 100% !important;
}
.custom-table-section .plan-wrapper {
    height: auto !important;
}
section#services-compare-plans .plan-wrapper > div.service-title, section#services-compare-plans .plan-wrapper > div.item {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
	text-align:left;
}
section.contact-sale-section, section#bottom-cta, .page-id-90 section#about-intro {
    padding: 20px 24px 72px !important;
}
section.contact-sale-section, section#bottom-cta, .page-id-90 section#about-intro {
    background-size: cover;
    margin: 80px 0 40px !important;
    background-position: 100px 0 !important;
}
section.contact-sale-section .inner, section#bottom-cta .inner, .page-id-90 section#about-intro .inner  {
    padding: 60px 20px !important;
}
section.contact-sale-section div.inner h2, section#bottom-cta div.inner h2, .page-id-90 section#about-intro .inner h2 {
    font-size: 27px !important;
    color: #18cb96 !important;
    font-weight: 500 !important;
}
.marketing_customers .slider_box_text h4 {
  
    padding-right: 0px;
}
.page-id-98 .hero_banner:before, .page-template-template-leadership .hero_banner:before, .page-id-25052 .hero_banner:before, .page-id-25655 .hero_banner:before {
    width: 64%;
    height: 46%;
    bottom: 0;
    top: auto;
}
#bottom-cta.custom-cta-section {
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    padding-top: 120px !important;
    background-position: center !important;
    margin: 0 !important;
}

.page-id-98 .hero_banner, .page-template-template-leadership .hero_banner, .page-id-25052 .hero_banner, .page-id-25655 .hero_banner {
    background-size: 128%;
    background-position: 100px bottom !important;

}
.page-id-98 .hero_banner .inner_wrapper, .page-template-template-leadership .hero_banner .inner_wrapper, .page-id-25052 .hero_banner .inner_wrapper, .page-id-25655 .hero_banner .inner_wrapper {
  
    display: flex;
    flex-wrap: wrap;
}

.page-id-98 .hero_banner .title-block, .page-template-template-leadership .hero_banner .title-block, .page-id-25052 .hero_banner .title-block, .page-id-25655 .hero_banner .title-block {
    
    order: 2;
}
.page-id-98 .hero_banner .static_image, .page-template-template-leadership .hero_banner .static_image, .page-id-25052 .hero_banner .static_image, .page-id-25655 .hero_banner .static_image {
    width: 100%;
    margin: -10px auto;
}
.page-id-98 .hero_banner, .page-template-template-leadership .hero_banner, .page-id-25052 .hero_banner, .page-id-25655 .hero_banner {
    background-size: 97%;
    background-position: 170px 168px !important;
}
.page-id-98 .hero_banner .title-block, .page-template-template-leadership .hero_banner .title-block, .page-id-25052 .hero_banner .title-block, .page-id-25655 .hero_banner .title-block {
 
    margin-top: 52px;
}

.page-id-98 .static_image , .page-id-25052 .static_image , .page-id-25655 .static_image {
    background: url(images/marketing-banner-hero-bg-v2.svg) no-repeat;
    display: block;
    background-repeat: no-repeat;
    background-size: 128%;
    background-position: 100px bottom !important;
}
.page-id-98 .hero_banner, .page-template-template-leadership .hero_banner, .page-id-25052 .hero_banner, .page-id-25655 .hero_banner {
  
    background: none;
}


.page-id-98 .hero_banner .static_image, .page-template-template-leadership .hero_banner .static_image, .page-id-25052 .hero_banner .static_image, .page-id-25655 .hero_banner .static_image {

    margin-top: 0;
}

.page-template-template-leadership .industry-logo-section h4 {
    color: #878787;
    text-align: center;
}

.page-id-98 .hero_banner .custom_container, .page-template-template-leadership .hero_banner .custom_container, .page-id-25052 .hero_banner .custom_container, .page-id-25655 .hero_banner .custom_container {
    padding: 0;
}
.page-id-98 .hero_banner .static_image img, .page-id-98 .hero_banner .title-block, .page-template-template-leadership .hero_banner .static_image img, .page-template-template-leadership .hero_banner .title-block, .page-id-25052 .hero_banner .static_image img, .page-id-25052 .hero_banner .title-block, .page-id-25655 .hero_banner .static_image img, .page-id-25655 .hero_banner .title-block {
    padding: 0 24px;
}

body.page-template-template-leadership {
    padding-top: 0;
}

}

@media screen and (max-width:500px) {
/*header#hero.four10 {
    height: 150px;
}*/	
body #hero.four10 h1 {
	font-size: 36px !important;
	margin-bottom: 0 !important;
}
.int_header_wrapper {
	padding-top: 40px;
}
.page-id-17930 header#hero.four10 #title-block h1 {
	font-size: 22px !important;
}
.page-id-17930 #title-block:before {
	width: 340px;
	height: 50px;
}
}

@media only screen and (max-width: 400px) {
	section#bottom-cta .btn .orange-btn, section.contact-sale-section div.inner .btn .orange-btn, .page-id-90 section#about-intro .inner .btn .orange-btn  {
    padding-left: 30px;
    padding-right: 30px;
	}
.page-id-17930 #title-block:before {
	width: 240px;
	height: 36px;
}
body.archive  article#archive-items  section.archive-roll  div.inner  div#story-container  div.customer-story-item {
	height: auto !important;
}
body.archive  article#archive-items  section#blog-highlights  div.inner  div.top-card,  body.archive  article#archive-items  section#blog-highlights  div.inner  div.top-card  div#post-info {
	padding-bottom: 0 !important;
	height: auto !important;
}
.cc-floating.cc-theme-edgeless .cc-message {
	margin: 0 !important;
}
}
body.archive  article#archive-items  section#filters.appconnect-filters  div.inner  div.ui-group.search-bar::after {
	top: 6px;
	right: 6px;
	content: url(../../../uploads/2022/06/210503-search-bar-magnifying-glass-icon.svg);
	border: 0;
	width: 14px;
	transform: rotate(0);

	padding-left: 1px;
}
.security-features, #happy-teams.vision-section {
	text-align: center;
}
.service-pricing .toggle.closed:before, .service-pricing .toggle.closed:after {
	background: rgba(0, 0, 0, 0) !important;
}




/*Override gray background when purple comparison chart is hidden*/
.override-gray section#bottom-cta.notwhite {
	background-color: #fff;
}
/*Form Template*/

.page-id-6611 .page-content {
	max-width: 100% !important;
}
.form-section {
	width: 800px;
	display: table;
	margin: -110px auto 0 auto !important;
}
.form-section .formco11, .form-section .formcol2 {
	width: 50% !important;
	display: table-cell;
	vertical-align: top;
}
.form-section .formcol1 {
	padding-right: 20px !important;
	margin-top: 110px;
}
div.form-container  form  div.field-container  fieldset  .intl-tel-input  .country-list {
	color: #a9abac;
	font-size: 13px;

	z-index: 11;

	display: none;
}
img.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#hide, .hide {
	display: none !important;
}
#generic-copy h2 {
	font-size: 23px;
	line-height: 31px;
}
iframe {
	max-width: 100%;
}
section.vision-section {
	padding: 120px 0 110px;
}
.integration .headline-text h2 {
	font-size: 35px;
	font-weight: 300;
	margin: 40px auto 16px;
	color: #ffffff;
}
.alignright {
	/*rtl:ignore*/
	float: right;
	margin: 0.3rem 2rem 2rem 2rem;
}

.page-id-21 section#build {
    padding-bottom: 0;
}
.services-page-under-icon {
    padding: 0 !important;
}
.services-icon-section {
	padding-bottom: 30px !important;
}


.page-id-25052  section.vision-section, .page-id-25655  section.vision-section {
    padding: 0 0 40px !important;
}

.services-icon-section-heading .headline-text {
    margin-bottom: 0 !important;
	
}
.services-icon-section-heading {
    margin-top: 40px;
}
section#overview.services-icon-section-heading {
    padding-bottom: 0 !important;
}

@media only screen and (max-width: 650px) {
header#hero.integration {
	min-height: 320px;
	height: auto;
}
.integration .headline-text h2 {
	font-size: 26px;
	margin-top: 20px;
}
header#hero.integration .int_header_wrapper {
    padding-top: 50px;
}
}
.headline-text.white {
	background-color: #ffffff;
	padding: 20px;
}
li.check-icon {
	list-style-image: url(../../assets/images/pages/check_filled_22w.png);
	margin-top: 6px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: 300;
}
/* Custom Block Padding */
.nopaddingtop, .npt {
	padding-top: 0 !important;
}
.nopaddingbottom, .npb {
	padding-bottom: 0 !important;
}
.nopaddingtopbottom, .nptb {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.nbt {
	border-top-style: none !important;
}
.npb .headline-text {
	margin-bottom: 10px !important;
}
.bt {
	border-top: 1px solid #dfe1df !important;
}
.nopaddingtopbottom .image-text-container {
	margin-top: 40px !important;
	padding-bottom: 40px !important;
}
.pt {
	padding-top: 30px;
}
.ptx {
	padding-top: 110px !important;
}
.ptb {
	padding-top: 30px;
	padding-bottom: 30px;
}
.nbt {
	border-top: none;
}
.narrowwidth .inner {
	max-width: 988px !important;
}
.narrow .inner {
	max-width: 650px;
}
.extranarrowwidth .inner {
	max-width: 600px !important;
}
.smallerimage img {
 width: calc(312px * 0.8);
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.mediumimage img {
	width: calc(350px);
	display: block;
	margin-left: auto;
	margin-right: auto;
}
section.vision-section.nopaddingbutton .inner .ptb {
	padding: 0 !important;
}
/* End Custom Block Padding */

/* Primary Menu ---------------------------- */

.primary-menu-wrapper {
	display: none;
}
ul.primary-menu {
	display: flex;
	font-size: 1.8rem;
	font-weight: 500;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: -0.8rem -1.6rem 0 0;/*width: 100%;
  max-width: 570px;*/
}
.primary-menu .icon {
	display: block;
	height: 0.7rem;
	position: absolute;
	pointer-events: none;
	transform: rotate(45deg);
	width: 1.3rem;
}
.primary-menu .icon::before, .primary-menu .icon::after {
	content: "";
	display: block;
	background-color: currentColor;
	position: absolute;
	bottom: calc(50% - 0.1rem);
	right: 0;
}
.primary-menu .icon::before {
	height: 0.9rem;
	width: 0.2rem;
}
.primary-menu .icon::after {
	height: 0.2rem;
	width: 0.9rem;
}
.primary-menu > li {
	line-height: 1.25;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	color: #ffffff;
	list-style-type: none;
	padding: 25px 27px 22px !important;
	margin: 0 5px !important;
	border-bottom: 2px solid transparent;
	margin-right: 0% !important;
	margin-left: 0 !important;
}
.primary-menu > li:hover {
	border-color: #18cb96;
}

.primary-menu > li:hover > a {
	color: #18cb96;
}
.primary-menu > li {
	margin: 0;
}
.primary-menu > li:nth-child(6) {

	padding-right: 0;
}
.primary-menu > li > .icon {
	left: -0.5rem;
	top: calc(50% - 0.4rem);
}
.primary-menu a {
	color: inherit;
	display: block;
	line-height: 1.0;
	text-decoration: none;
	word-break: normal;
	word-wrap: normal;
}
.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor {
	text-decoration: none;
}
.primary-menu li > a, .primary-menu li > a:hover {
	border-bottom: 2px solid transparent;
}
.primary-menu li .sub-menu a, .primary-menu li .sub-menu a:hover {
	border-bottom: none;

}
.primary-menu li.customers > a:hover {
	border-bottom: 2px solid #ffffff;

}
.primary-menu li.current-menu-item > a:hover, .primary-menu li.current-menu-item > .link-icon-wrapper > a:hover, .primary-menu li.current-menu-item > a:focus, .primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
	text-decoration: none;
}
/* SUB MENU */

.primary-menu ul {
	background: #ffffff;
	border-radius: 3px;
	color: #fff;
	font-size: 1.7rem;
	opacity: 0;
	padding: 1rem 0;
	position: absolute;
	left: 9999rem;
	top: calc(100% + 1rem);
	transition: opacity 0.15s linear, transform 0.15s linear, left 0s 0.15s;
	transform: translateY(0.6rem);
	width: 20rem;
	z-index: 1;
	margin: 0;
}
.primary-menu li.menu-item-has-children > ul {
	width: 168px;
}
.primary-menu li.products.menu-item-has-children > ul {
	width: 168px;
}
.primary-menu li.pricing.menu-item-has-children > ul {
	width: 224px;
}
.primary-menu li.resources.menu-item-has-children > ul {
	width: 162px;
}
.primary-menu li.menu-item-has-children:hover > ul, .primary-menu li.menu-item-has-children:focus > ul, .primary-menu li.menu-item-has-children.focus > ul {

	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.15s linear, transform 0.15s linear;
	left: -20px;
	width: 168px;
}
.primary-menu li.products.menu-item-has-children:hover > ul {
	left: -45px;
	width: 168px;
}
.primary-menu li.pricing.menu-item-has-children:hover > ul {
	left: calc(50% - 150%);
	width: 224px;
}

.primary-menu li.resources.menu-item-has-children:hover > ul {
	left: -40px;
	width: 162px;
}
.primary-menu ul::before, .primary-menu ul::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
}
.primary-menu ul::before {
	height: 2rem;
	right: 0;
	left: 0;
}
.primary-menu ul::after {
	border: 0.5rem solid transparent;
	border-bottom-color: #ffffff;
	left: calc(50% - 0.5rem);
}
.primary-menu ul a {
	background: transparent;
	border: none;
	color: inherit;
	display: block;
	padding: 1rem 2rem;
	transition: background-color 0.15s linear;
	width: 100%;
}
.primary-menu ul.sub-menu li a {
	color: #343741;
	font-size: 17px;
	padding: 6px 34px 6px 26px;
	transition: 0.2s all ease-in-out;
	text-transform: capitalize;
}
header.site-header.persist .inner nav#main-menu li.menu-item a:hover, .primary-menu ul.sub-menu li a:hover {
	color: #18cb96;
}
.primary-menu ul li.menu-item-has-children > a {
	padding-left: 4.5rem;
}
.primary-menu ul li.menu-item-has-children .icon {
	position: absolute;
	left: 1.5rem;
	top: calc(50% - 0.5rem);
}
/* DEEP DOWN */

.primary-menu ul ul {
	top: -1rem;
}
.primary-menu ul li.menu-item-has-children:hover > ul, .primary-menu ul li.menu-item-has-children:focus > ul, .primary-menu ul li.menu-item-has-children.focus > ul {
	left: calc(100% + 2rem);
}
.primary-menu ul ul::before {
	bottom: 0;
	height: auto;
	right: auto;
	left: -2rem;
	top: 0;
	width: 2rem;
}
.primary-menu ul ul::after {
	border-bottom-color: transparent;
	border-left-color: #000;
	bottom: auto;
	left: calc(50% - 0.5rem);
	top: 2rem;
}
.rtl .primary-menu ul ul::after {
	transform: rotate(-180deg);
}

/*
 * Enable nav submenu expansion with tapping on arrows on large-viewport
 * touch interfaces (e.g. tablets or laptops with touch screens).
 * These rules are supported by all browsers (>IE11) and when JS is disabled.
 */
@media (any-pointer: coarse) {
.primary-menu > li.menu-item-has-children > a {
	padding-left: 0;
}
.primary-menu ul li.menu-item-has-children > a {
	margin-left: 4.5rem;
	padding-left: 0;
	width: unset;
}
}
/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled .primary-menu > li.menu-item-has-children > a {
	padding-left: 0;
	margin-left: 2rem;
}
body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
	margin-left: 4.5rem;
	padding-left: 0;
	width: unset;
}
.toggle-nav {
	display: none !important;
}

@media screen and (max-width:1400px) {
#main-menu .sub-menu .left_side_menu, #main-menu .sub-menu .right_side_menu {
	width: 30%;
}
#main-menu .sub-menu.integration_menu .left_side_menu {
	width: 71%;
}
.full_side_menu {
	width: 47%;
	margin-left: 0;
}
#main-menu .sub-menu.customer_menu .left_side_menu {
	width: 20%;
}
#main-menu .sub-menu.customer_menu .right_side_menu {
	width: 40%;
}
}

@media screen and (max-width:1200px) {
#main-menu .sub-menu .left_side_menu, #main-menu .sub-menu .right_side_menu {
	width: 35%;
}
#main-menu .sub-menu.integration_menu .left_side_menu {
	width: 76%;
}
#main-menu .sub-menu.customer_menu .left_side_menu {
	width: 24%;
}
#main-menu .sub-menu.customer_menu .right_side_menu {
	width: 46%;
}
.primary-menu > li {
	padding: 23px 18px !important;
}
#main-menu .sub-menu.integration_menu .left_side_menu ul li {
    width: 31%;
    margin-right: 1% !important;
}
.menu_gray_box {
    margin-right: 10px !important;
}
}

@media screen and (max-width:1100px) {
#main-menu .sub-menu.integration_menu .left_side_menu ul li {
	width: 32%;
}
.site-header .btn .thin-btn {
	font-size: 12px;
}
#main-menu .sub-menu ul li a {
    font-size: 13px;
}
#main-menu .sub-menu.integration_menu .left_side_menu {
    width: 93%;
}
.site-header .insightly_all .insighly_all_clickable:before {
   
    max-width: 220px;
}
.site-header .pricing-menu .insightly_all .insighly_all_clickable:before {
    max-width: 235px;
}


.services-banner .video-text-text {
    padding-top: 0;
}
}

@media screen and (max-width: 580px) {
.toggle-nav {
	display: inline-block !important;
}
}
.mobileonly {
	display: none !important;
}

/* .site-header div.inner nav#menu.menu.main {
  display: none;
} */




@media screen and (max-width: 1024px) {
header.site-header .inner nav#main-menu {
	position: inherit !important;
	margin-top: 20px;
}
header.site-header .inner nav#main-menu {
	width: 100%;
	height: 100%;
}
.sub-menu.integration_menu {
    overflow-y: unset;
    height: auto;
	min-height: unset !important;
}
.site-header .sub-menu {
	opacity: 1;
	visibility: visible;
	position: inherit;
	padding: 0;
	display: none;
	top: 0;
	padding-bottom: 27px;
	border-top: 0;
	overflow-y: unset;
	max-height: none;
	height: auto;
}
.site-header .sub-menu.product_menu {
	border-top: 1px solid #DCDEDC;
}
.site-header .primary-menu > li:first-child > .sub-menu {
	overflow-y: unset;
	height: auto;
	max-height: unset !important;
}
.site-header .sub-menu.product_menu .left_side_menu {
	margin-top: 2px !important;
}
#main-menu .product_menu .left_side_menu, #main-menu .customer_menu .left_side_menu {
	border-right: 0 !important;
	padding-right: 0 !important;
	margin-right: 0 !important;
}
#main-menu {
	display: none;
}
#main-menu .sub-menu .left_side_menu, #main-menu .sub-menu .right_side_menu {
	width: 100% !important;
	max-width: 100% !important;
}
#main-menu .sub-menu ul li {
	margin: 0 0 0px !important;
	border-bottom: 1px solid #D9D9D9;
	width: 100% !important;
	display: block !important;
	float: none !important;
}
#main-menu .sub-menu.resources_menu ul li {
	margin-right: 0px !important;
}
.login_buttons_for_mobile {
	display: block;
}
#main-menu .sub-menu ul li a {
	padding: 10px 0px !important;
	width: auto !important;
	display: block !important;
	line-height: 28px;
	font-weight: 400 !important;
}

#main-menu .product_menu .left_side_menu:nth-child(4) {
    margin-top: 23px !important;
}
.site-header .insightly_all .insighly_all_clickable {
	margin: 0px 0px 0 0;
	padding: 13px 0px 7px;
	border-radius: 0;
}
#main-menu .product_menu .left_side_menu:nth-child(1) a {
	font-weight: bold !important;

}
.sub_menu_inner {
	display: block;
	max-width: 100%;
	padding: 0 0px;
	margin: 0 auto;
}
.product_menu .sub_menu_inner {
	left: 0;
}
#main-menu .product_menu .left_side_menu:nth-child(2n + 2) {
	width: 100% !important;
}
#main-menu .product_menu .left_side_menu:nth-child(2) {
    border-left: 0;
}

#main-menu .product_menu .left_side_menu:nth-child(4) {
    margin-top: 23px !important;
}
hr.gray-line {
    display: none;
}
.integration_menu .menu_heading, .customer_menu .menu_heading {
	margin-top: -6px !important;
	margin-bottom: 17px;
}
#main-menu .sub-menu ul li a:hover {
	background: transparent;
}
.site-header .sub-menu ul {
	margin: 0px 0 0 !important;
	padding: 0;

	transform: translateY(0rem);
}
a.menu_learn_more {
	padding: 9px 0 !important;
	margin-bottom: 20px;
	border-bottom: 1px solid #D9D9D9 !important;
}
.site-header button.thin-btn.header_request_demo {
	display: none;
}

.company_menu span.pharagraph {
	display: block;
}
#main-menu .sub-menu.resources_menu ul li a {
	font-weight: 400;
}
.site-header .insightly_all {
	border-top: 0;
	border-bottom: 1px solid #D9D9D9;
	max-width: 100%;
	padding: 0;
	margin-bottom: 11px;
	margin-left: 0;
}
#main-menu .pricing-menu .left_side_menu:nth-child(3) li:last-child {
    border-bottom: 0;
}
.site-header .insightly_all h4 {
	margin: 7px 0 8px;
}
#main-menu .product_menu .left_side_menu:nth-child(1) .menu_heading {
	display: none;
}

#main-menu .sub-menu .menu_heading {
	padding: 0 0px 0px;
	margin-top: 0px;
}
.site-header .primary-menu .see-all-industries {
    padding: 0 !important;
    margin-top: 20px !important;
    margin-left: 0;
    border: none !important;
    font-size: 14px;
	margin-bottom: 0;
}
#main-menu .sub-menu .menu_heading h5 {
	font-size: 14px;
	line-height: 29px;
	font-weight: 600;
	color: #343741;
	margin-bottom: 0;
}
.site-header .sub-menu {
    border-bottom: 0;
}
#main-menu .sub-menu.integration_menu ul li, #main-menu .customer_menu .left_side_menu ul li {
	margin: 0 0 0px !important;
}
.sub-menu.customer_menu span.pharagraph {
	display: block;
}
#main-menu .sub-menu.customer_menu .menu_heading h5 {
	font-style: italic;
	font-weight: 600;
}
#main-menu .sub-menu.integration_menu .left_side_menu ul li:last-child a:after {

    
    position: absolute;
    left: 131px;
    top: 18px;
}
#main-menu .sub-menu.integration_menu .left_side_menu ul li:last-child a {
   
    position: relative;
}
menu.integration_menu .left_side_menu ul li:last-child a {
   
    font-size: 14px !important;
    border-bottom: 0 !important;
    margin-top: 12px;
}
.pricing-menu .left_menu {
    margin-right: 0;
}
#main-menu .pricing-menu .left_side_menu:nth-child(3) {
    width: 100% !important;
    display: block;
}
#main-menu .product_menu .left_side_menu {
    padding-left: 0;
}
#main-menu .sub-menu.integration_menu .left_side_menu ul li:last-child a:after {
    left: 150px;
}
#main-menu .sub-menu.integration_menu .left_side_menu ul li:last-child {
    border-bottom: 0;
}
#main-menu .sub-menu.integration_menu .left_side_menu ul li:last-child a {
    padding-bottom: 0 !important;
    font-size: 14px !important;
    color: #2356F6 !important;
    margin-top: 10px;
	margin-right: 0;
    border-radius: 0 !important;
}
.sub-menu.resources_menu.company_menu span.pharagraph {
    display: block;
}
#main-menu .sub-menu.integration_menu .left_side_menu ul li:last-child:hover > a {
    background-color: #fff !important;
}
#main-menu .sub-menu.integration_menu .left_side_menu ul li:last-child:hover {
    background-color: transparent !important;
}

#main-menu .sub-menu.pricing-menu .sub_menu_inner > .menu_heading h5 {
    display: none;
}
.pricing-menu .menu_gray_box .gray_box_inner {
    display: flex !important;
}
.pricing-menu .menu_gray_box .crm_team-img {
    max-width: 170px;
}
.pricing-menu .right_crm_text {
    text-align: left;
    padding: 0;
}
#main-menu .sub-menu.customer_menu .right_side_menu {
	display: none;
}
.full_side_menu {
	width: 100%;
	margin-left: 0;
}
#main-menu .full_side_menu ul li {
	margin-right: 0% !important;
	margin-bottom: 0px !important;
}
.sub-menu.resources_menu span.pharagraph {
	display: none;
}
.menu_gray_box {
	max-width: 350px !important;
	margin: 24px auto 0px !important;
	justify-content: center;
}
.primary-menu li > a, .primary-menu li > a:hover {
	border-bottom: 0;
}
#main-menu .sub-menu.integration_menu .menu_heading h5, #main-menu .sub-menu.pricing-menu .menu_heading h5 {
	margin-bottom: 0;
}
.site-header .sub-menu.product_menu.pricing-menu {
	border-top: 0;
	border-bottom: 0;
}
.pricing-menu .sub_menu_inner > .menu_heading {
	margin-bottom: 15px !important;
}
#main-menu .pricing-menu .left_side_menu a {
	font-weight: bold !important;
}
#main-menu .pricing-menu .left_side_menu:nth-child(3n + 3) li {
	padding-bottom: 0;
}
header .primary-menu li > a {
	font-weight: 700 !important;
	font-size: 20px;
	line-height: 58px;
	letter-spacing: -0.01em;
	color: #000000 !important;
	padding: 0 !important;
	margin-right: 20px;
}
.primary-menu > li {
	border-bottom: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	display: block !important;
}
header .primary-menu > li > a {
	/* pointer-events: none; */
}
.pricing-menu .sub_menu_inner {
	max-width: 100%;
}
#main-menu .pricing-menu .left_side_menu:nth-child(2n + 2) {
	width: 100% !important;
	padding-right: 18px;
}
.customer_menu {
	display: none;
}
.site-header .sub-menu.company_menu {
	padding-top: 0;
	border-bottom: 0;
}
#main-menu .sub-menu ul li:hover {
	background-color: #F1F8FF;
}
.pricing-menu .menu_learn_more.see-all-industries {
	margin-bottom: 0;
}
.site-header .insightly_all .insighly_all_clickable:before {
	display: none;
}
header.site-header .inner {
	padding: 0px;
}
.site-header.mobile-open div.inner nav#menu.menu.main {
	display: block;
	position: absolute;
	left: 0;/* top:30px; */
}
.primary-menu li {
	text-transform: capitalize;
}
.toggle-nav {
	display: inline-block !important;
	float: right;
	margin: 25px;
	font-size: 2em;
	transition: color linear 0.15s;
}
a.toggle-nav:link,  a.toggle-nav:visited,  a.toggle-nav:hover,  a.toggle-nav:active {
	text-decoration: none;
	color: #fff;
}
header.site-header .inner nav#menu {
	background-color: #ffffff;
	/* display: none; */
	width: 100%;
}
header.site-header .inner nav#menu {
	background-color: #ffffff;
	width: 100%;
	padding-top: 10px;
	height: 100vh;
	top: 45px;/* opacity: 0;
				transition: opacity 0.15s linear;  */
    /* transform: translateY(0.6rem); */
}
header.site-header .inner nav#menu.mobile-open-new {
	opacity: 1 !important;
}
.menu.main {
	display: inline-block;
	position: relative;
	text-align: left;
}
.menu.main ul {
	overflow: auto;
	top: 30px;
	z-index: 999;
	padding-right: 15px;
	margin-left: 0;
	position: relative;
}
.menu.main ul li a {
	padding-left: 10px;
}
.menu.main ul.sub-menu {
	margin-left: 10px;
	position: relative;
	display: none;
	top: 0px;
}
.menu.main ul.sub-menu li {
	padding-left: 10px;
}
.menu.main li.menu-item a {

	display: block;
	width: 100%;
}
.menu.main li.menu-item a:hover {
	background: #ccc;
	color: #343741;
}
.menu.main ul li a {
	position: relative;
	top: 0px;
	right: 0px;
	min-width: 200px;
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
}
.menu.main li:after {
	content: none;
}
.menu.main li a {
	color: #343741;
}
.menu.main li ul.sub-menu li a {
	color: #18cb96;
}
header.site-header .inner nav#main-menu {
	background-color: #ffffff;
	width: 100%;
	padding-top: 0;
	top: 50px;
	position: relative !important;
	/* height: 100vh; */
	margin-top: 0;
	overflow-y: scroll;
}
header.site-header .inner nav#main-menu > ul {
	display: block;
	width: 100%;
	padding: 50px 20px 0;
}

#main-menu .sub-menu.resources_menu ul li {
	padding-bottom: 0;
}

#main-menu .four_boxes_col .left_side_menu {
    min-height: auto;
}
.primary-menu {
	margin: 56px 0 0 12px;
	padding: 0;
	font-size: 0.875em;
	list-style: none;
	overflow: hidden;
	clear: both;
	box-sizing: border-box;
	display: block;
	width: 100%;
}
header.site-header.persist .inner nav#main-menu {
	top: 50px;
}
.primary-menu a {
	color: #000000;
}
.primary-menu ul.sub-menu {
}
.mobileonly {
	display: block !important;
}
.primary-menu li.menu-item-has-children:hover > ul,  .primary-menu li.menu-item-has-children:focus > ul,  .primary-menu li.menu-item-has-children.focus > ul {
	left: -0px;
}
.primary-menu li.products.menu-item-has-children:hover > ul {
	left: 0px;
	width: 100%;
}
.primary-menu li.pricing.menu-item-has-children:hover > ul {
	left: 0;
	width: 100%;
}
.primary-menu li.resources.menu-item-has-children:hover > ul {
	left: 00px;
	width: 100%;
}
.primary-menu ul.sub-menu li a {
	color: #18cb96;
}
.primary-menu ul.sub-menu li a:hover {
	color: #18cb96;
}
.show-it {
	opacity: 1;
}

header#hero.four70.supertitle div.inner #title-block {
    padding-top: 81px !important;
}


.page-template-default header#hero.four10 {
  padding: 61px 0 62px !important;
}


.page-id-21301.page-template-default header#hero.four10, .page-id-21898.page-template-default header#hero.four10 {
    padding: 90px 0 84px !important;
}

.single-resources header#hero.four10 #title-block {
    margin-top: 48px;
}
.pricing-menu .menu_gray_box {
    max-width: 430px !important;
    display: none;
}

.sub-menu span.pharagraph {
    display: none;
}
.site-header .insightly_all p {
    display: none;
}
#main-menu .sub-menu ul li a {
    font-size: 14px;
}
.sub-menu.pricing-menu span.pharagraph {
    display: block;
}
.pricing-menu .insightly_all p {
    display: block;
}
#main-menu .sub-menu.resources_menu ul li:last-child {
    border-bottom: 0;
}
.sub-menu.resources_menu {
    border-bottom: 0;
}
.site-header .sub-menu.company_menu {
   
    overflow-y: inherit;
    min-height: unset !important;
}
menu.company_menu span.pharagraph {
    display: block;
}

.mobile_hide{
	display:none ;
}

.logged-in header#hero.integration {
   
    padding: 0px 0 22px;
}
header#hero.integration {
   
    padding: 35px 0 20px;
}


}

@media screen and (max-width: 1065px) {
.home .header-content-wrapper {
	margin-top: 0 !important;
}
header#hero.four70.supertitle div.inner #title-block {
    margin-top: 0 !important;
    padding-top: 103px !important;
}
}



@media only screen and (max-width: 501px) {
	.menu_gray_box {
    max-width: 100% !important;
	width: 100%;
   
}
	.page-template-default header#hero.four10 {
  padding: 106px 0 63px !important;
}
.page-template-default.logged-in header#hero.four10 {
    padding: 63px 0 !important;
}

.single-resources div#title-block {
    margin-top: 0;
}
.page-id-21301.page-template-default.logged-in header#hero.four10, .page-id-21898.page-template-default.logged-in header#hero.four10 {
    padding: 58px 0 60px!important;
}
.page-id-21301.page-template-default header#hero.four10, .page-id-21898.page-template-default header#hero.four10 {
    padding: 122px 0 84px !important;
}

}

.home .vision-section div.image-text-image-container img {
	min-width: 327px;
}
section.vision-section .inner .image-text-container {
	padding-top: 15px;
}


.cc-color-override-1140044324.cc-window a.cc-btn.cc-dismiss {
    background-color: #1A1B20;
}


@media only screen and (max-width: 501px) {
.page-id-21263 header#hero div#title-block, .page-id-21979 header#hero div#title-block {
    margin-top: 0 !important;
}

}

@media only screen and (max-width: 400px) {

header#hero #title-block a.btn button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
}


}

@media only screen and (max-width: 550px) {
.hero_banner {
    padding-top: 40px !important;
}
/*.banner-video-section .video-text-container.img-goes-left span.video-text-image {
    height: 220px;
    margin: 0px auto 87px !important;
   
    max-width: 324px;
}*/
#video.banner-video-section:after {
    height: 445px;
    width: 100%;
   
    top: 19px;
    background-size: 99% 100%;
}
.banner-video-section .video-text-container.img-goes-left span.video-text-image {
    margin: 0px auto 67px !important;
}
.banner-video-section .video-text-image #press-play:before {
   
    width: 90px;
    height: 90px;
   
    top: 25%;
}
}
@media only screen and (max-width: 450px) {
#banner-video-section h1 br {
    display: none;
}
.page-id-98 .hero_banner h1 {
    font-size: 41px;
    line-height: 49px;
}
.banner-video-section .video-text-image #press-play:before {
    width: 60px;
    height: 60px;
    top: 39%;
}
.page-id-19 .custom_banner .title-block h1, .page-id-21979 .custom_banner .title-block h1 {
    line-height: 46px;
  
    font-size: 32px;
}
.page-id-19 .custom_banner p, .page-id-21979 .custom_banner p {
    font-size: 18px;
    line-height: 27px;
}

#video.banner-video-section:after {
    height: 230px;
    width: 100%;
    bottom: auto;
    top: 59px;
}
.banner-video-section .video-text-container.img-goes-left span.video-text-image {
    height: 180px;
    margin: 0px auto 57px !important;
    /* width: auto; */
    max-width: 320px;
}
#video.banner-video-section {
   
    padding-top: 83px !important;
}
}



@media only screen and (max-width: 350px) {
.page-template-default header#hero #title-block a.btn button {
    height: auto;
    line-height: 16px;
    padding-top: 9px;
    padding-bottom: 8px;
}

}


.banner-video-section .video-text-container.img-goes-left span.video-text-image img {
    box-shadow: 2px 2px 22px 0px rgba(255, 86, 33, 0.25);
	border-radius: 22px !important;
}
.banner-video-section .video-text-container.img-goes-left span.video-text-image {
   
    overflow: inherit !important;
}


.product-tab:hover {
    color: white !important;
    background-color: #18cb96 !important;
}
 

body.crm .product-tab.crm, body.appconnect .product-tab.appconnect, body.marketing .product-tab.marketing, body.service.product-tab.service, body.bundle .btn-bundles-tab.product-tab {
    background-color: #fff;
    color: #18cb96;
    border-top: 2px solid #18cb96;
}
.services-icon-section p {
    font-weight: 300 !important;
}


.page-id-25052 .headline-text ul li, .page-id-25052 .headline-text span, .page-id-25052 .headline-text p, .page-id-25655 .headline-text ul li, .page-id-25655 .headline-text span, .page-id-25655 .headline-text p {
    font-weight: 300 !important;
}


.page-id-25052  .banner-video-section .video-text-image #press-play:before, .page-id-25655  .banner-video-section .video-text-image #press-play:before {
 
    width: 70px;
    height: 70px;
    top: 41%;
    left: 50px;
}

.page-id-25052 .banner-video-section .video-text-image #press-play:hover:before, .page-id-25655 .banner-video-section .video-text-image #press-play:hover:before {
  
    width: 80px;
    height: 80px;
}