/*
Theme Name: cooladata-theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cooladata-theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

cooladata-theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
#content article#post-16081 td,#content article#post-16081 th{
	padding:10px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	text-decoration: none;
}

a:visited {
	
}

a:hover,
a:focus,
a:active {

}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {

}

.main-navigation ul {

}

.main-navigation li {

}

.main-navigation a {

}

.main-navigation ul ul {

}

.main-navigation ul ul ul {

}

.main-navigation ul ul a {
	
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
	}
	.main-navigation ul {
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

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

/**
 schedule demo
****/

.page-template-schedule-demo header.main-header{
	background: url(images/hero-bg.jpg) no-repeat top center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    position: relative;
}
.page-template-schedule-demo .footer-cta{
	display:none;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.entry-content {
	padding: 50px 0;
}
.entry-content p {
    font-size: 18px;
    line-height: 1.7;
    margin: 0 0 25px;
}
.entry-content ul {
	margin: 0 0 25px;
}
.entry-content li {
    font-size: 18px;
    line-height: 1.7;
}
.entry-content h2 {
    font-size: 32px;
	margin: 0 0 20px;
}
.entry-content h3 {
    font-size: 24px;
    margin: 0 0 10px;
}
.entry-content p a {
    color: #03bf9c;
	text-decoration: none;
}
.page-template-default .hero {
    padding: 172px 0 150px;
    min-height: auto;
}
.page-template-default #main {
	background: #f6f6f6;
}
.custom-btn {
    outline: 0;
    -webkit-transition: background-color .1s ease;
    transition: background-color .1s ease;
    line-height: 2.5;
    margin: 10px 5px;
    padding: 0 19px;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #03bf9c;
    border-color: #03bf9c;
    border: 3px solid #03bf9c;
    border-radius: 3px;
    color: #f7f7f7 !important;
    display: inline-block;
    font-family: 'Proxima_Nova_Bold';
}
.custom-btn:hover {
    color: #03bf9c !important;
	background: transparent;
}



.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}





/*--------------------------------------------------------------
## CC Custom
--------------------------------------------------------------*/

/* Fonts */
@font-face {
    font-family:'Proxima_Nova_Black';
    src: url('fonts/ProximaNova-Black.eot');
	src: url('fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProximaNova-Black.woff2') format('woff2'),
		url('fonts/ProximaNova-Black.woff') format('woff'),
		url('fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Proxima_Nova';
    src: url('fonts/ProximaNova-Regular.eot');
	src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProximaNova-Regular.woff2') format('woff2'),
		url('fonts/ProximaNova-Regular.woff') format('woff'),
		url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Proxima_Nova_Bold';
    src: url('fonts/ProximaNova-Bold.eot');
	src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProximaNova-Bold.woff2') format('woff2'),
		url('fonts/ProximaNova-Bold.woff') format('woff'),
		url('fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Proxima_Nova_Condensed';
    src: url('fonts/ProximaNovaCond-Regular.eot');
	src: url('fonts/ProximaNovaCond-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProximaNovaCond-Regular.woff2') format('woff2'),
		url('fonts/ProximaNovaCond-Regular.woff') format('woff'),
		url('fonts/ProximaNovaCond-Regular.svg#ProximaNovaCond-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Proxima_Nova_Condensed_Light';
    src: url('fonts/ProximaNovaCond-Light.eot');
	src: url('fonts/ProximaNovaCond-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProximaNovaCond-Light.woff2') format('woff2'),
		url('fonts/ProximaNovaCond-Light.woff') format('woff'),
		url('fonts/ProximaNovaCond-Light.svg#ProximaNovaCond-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Proxima_Nova_Condensed_Semibold';
    src: url('fonts/ProximaNovaCond-Semibold.eot');
	src: url('fonts/ProximaNovaCond-Semibold.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProximaNovaCond-Semibold.woff2') format('woff2'),
		url('fonts/ProximaNovaCond-Semibold.woff') format('woff'),
		url('fonts/ProximaNovaCond-Semibold.svg#ProximaNovaCond-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
	font-family: "Proxima Nova - Semibold";
	src: url('fonts/ProximaNovaSemibold.eot');
	src: url('fonts/ProximaNovaSemibold.woff') format('woff'), 
		 url('fonts/ProximaNovaSemibold.ttf') format('truetype'), 
		 url('fonts/ProximaNovaSemibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* Body */
body {
	padding: 0;
	margin: 0;
	font-family:'Proxima_Nova';
	background: #fff;
}
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	content: '';
	display: block;
}
.container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
img {
	max-width: 100%;
	height: auto;
}


/* header */
.main-header {
	position: relative;
}
.main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	z-index: 1;
}
.logo-cont {
    float: left;
    margin-top: 27px;
    margin-left: 53px;
}
.logo-cont img {
    display: inline-block;
}

.nav-cont {
    float: right;
    margin-right: 42px;
    margin-top: 15px;
}
.nav-cont ul {
	margin: 0;
	padding: 0;
}
.nav-cont ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    list-style: none;
	margin-left: 14px;
}
.nav-cont ul ul.sub-menu li {
	margin-left: 0;
}
.nav-cont ul li.schedule-demo {
    display: none;
}
.nav-cont ul li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    display: block;
    padding: 25px 20px 25px;
	margin-top: 10px;
	cursor: pointer;
}
.nav-cont ul li.menu-demo-btn a {
    background: #2d5160;
    padding: 3px 20px;
    border-radius: 4px;
    border: 3px solid #2d5160;
	transition: all .6s;
}
.nav-cont ul li.menu-demo-btn a:hover {
    background: transparent;
    color: #2d5160;
}
.nav-cont ul li.menu-login-btn a {
    background: transparent;
    padding: 3px 20px;
    border-radius: 4px;
    color: #2d5160;
    border: 3px solid #2d5160;
	transition: all .6s;
}
.nav-cont ul li.menu-login-btn a:hover {
    background: #2d5160;
    color: #fff;
}
.nav-cont ul li.login-btn a {
    border: 2px solid;
    padding: 3px 24px;
    border-radius: 5px;
}
.nav-cont ul li:hover .dropdown-toggle {
    background: transparent;
    border-left: solid transparent;
    border-right: solid transparent;
    border-bottom: solid #fff;
    border-width: 0 11px 9px;
    bottom: -1px;
    right: 0;
    left: 8px;
    padding: 0;
    margin: -9px auto 0;
    position: relative;
    z-index: 99999999;
}
.dropdown-toggle {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #222;
    display: block;
    font-size: 16px;
    right: -0.5em;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0.5em;
    position: absolute;
    text-shadow: none;
    top: 0;
    top: 50%;
    right: -13px;
}
.nav-cont ul li:hover ul.sub-nav, 
.nav-cont ul li:hover ul.sub-menu, 
.nav-cont ul li:focus ul.sub-nav,
.nav-cont ul li:focus ul.sub-menu {
    display: flex;
    flex-wrap: wrap;
    left: auto;
    align-self: center;
    top: unset;
    padding-top: 25px;
    border: none;
    border-radius: 2px;
    padding-bottom: 6px;
    background-color: white;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
	box-sizing: border-box;
}
.nav-cont ul li:hover ul.sub-nav, 
.nav-cont ul li:focus ul.sub-nav,
.nav-cont ul li:hover ul.sub-menu, 
.nav-cont ul li:focus ul.sub-menu {
    left: -84px;
    /*left: -60px;*/
    right: auto;
    width: 284px;
    height: auto;
    padding: 20px 35px 20px 35px;
}
.nav-cont ul ul {
    border: 1px solid #bbb;
    left: -999em;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 99999;
	display: block;
}
.nav-cont li li {
    display: block;
	min-width: 100%;
	webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.nav-cont li li a {
	display: flex;
    width: unset;
    font-size: 14px;
    color: #2a2a2a;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
    webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    margin: 0;
}
.nav-cont li li:last-child a {
    border-bottom: none;
}
/*.nav-cont ul ul.sub-menu li.firebase_menu a{color: #F38D9E;}*/
ul.sub-menu span.menu-image-title,
ul.sub-nav span.menu-image-title {
    font-size: 16px;
    font-weight: 600;
    color: #2a2a2a;
	line-height: 1.5;
}
ul.sub-menu span.sub-text,
ul.sub-nav span.sub-text {
    display: block;
    font-size: 13px;
    margin-top: 2px;
    color: #888;
    font-weight: 300;
}
.nav-cont .sub-menu span.cooladata-icon,
.nav-cont .sub-nav span.cooladata-icon {
    background-repeat: no-repeat;
    display: block;
    height: 26px;
    width: 60px;
    background-size: 30px 26px;
    margin: unset;
    margin-right: 18px;
    margin-top: 5px;
    margin-left: 5px;
}
.nav-cont .sub-menu span.cooladata-icon.icon-cart,
.nav-cont .sub-nav span.cooladata-icon.icon-cart {
    background-image: url(images/icon-cart.png);
}
.nav-cont .sub-menu span.cooladata-icon.icon-news,
.nav-cont .sub-nav span.cooladata-icon.icon-news {
    background-image: url(images/icon-news.png);
    margin: 5px 20px 0 17px;
}
.nav-cont .sub-menu span.cooladata-icon.icon-game,
.nav-cont .sub-nav span.cooladata-icon.icon-game {
    background-image: url(images/icon-game.png);
    width: 60px;
    background-size: 36px 21px;
    margin-left: 35px;
    margin-top: -11px;
    padding-top: 0;
}
.nav-cont .sub-menu span.cooladata-icon.icon-money,
.nav-cont .sub-nav span.cooladata-icon.icon-money {
    background-image: url(images/icon-money.png);
    margin: 15px 19px 0 27px;
    padding: 0;
    width: 62px;
    background-size: 35px 25px;
}
.nav-cont li.ul-icon-menu li {
    display: flex;
    width: 50%;
    min-width: 50%;
	box-sizing: border-box;
}
.nav-cont li.ul-icon-menu li:nth-child(1) {
    padding: 0 12px 0 31px;
    border-right: 1px solid #eeeeee;
}
.nav-cont li.ul-icon-menu li:nth-child(2) {
    padding-right: 26px;
    padding-left: 12px;
}
.nav-cont li.ul-icon-menu li:nth-child(3) {
    padding-top: 20px;
    border-right: 1px solid #eeeeee;
}
.nav-cont li.ul-icon-menu li:nth-child(3) a {
    border: none;
}
.nav-cont li.ul-icon-menu li:nth-child(3) .menu-image-title {
    margin-top: -16px;
}
.nav-cont li.ul-icon-menu li:nth-child(4) span.menu-image-title {
    padding-top: 12px;
}
.nav-cont ul li.ul-icon-menu:hover ul.sub-menu,
.nav-cont ul li.ul-icon-menu:hover ul.sub-nav {
    display: flex;
    flex-wrap: wrap;
    left: auto;
    right: -100%;
    align-self: center;
    width: 585px;
    right: -228px;
    top: unset;
    padding-top: 25px;
    border: none;
    border-radius: 2px;
    padding: 25px 0 15px 0px;
    background-color: white;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
}
.nav-cont li.menu-item-has-children a::after,
.nav-cont li.has-children a::after {
    background: transparent;
    content: "";
    width: 0;
    height: 0;
    border-left: solid transparent;
    border-right: solid transparent;
    border-bottom: solid transparent;
    border-top: solid #555;
    border-width: 5px 5px 0px;
    box-shadow: none;
    padding: 0;
    right: 0;
    left: unset;
    position: absolute;
    top: 50%;
    margin-top: 3px;
}
.nav-cont li.menu-item-has-children a::after,
.nav-cont li.has-children a::after {
    border-top: solid white;
    border-width: 5px 5px 0px;
}

.nav-cont ul li.custom-menu:hover ul.sub-menu, 
.nav-cont ul li.custom-menu:focus ul.sub-menu {
    left: -175px !important;
}
.nav-cont ul li.custom-menu .sub-menu {
	width: 500px !important;
    
}
.nav-cont ul li.custom-menu .sub-menu li.menu-item-has-children {
    width: 50% !important;
    float: left;
    min-width: initial;
}
.nav-cont ul li.custom-menu .sub-menu li.menu-item-has-children > a {
	color: #2a2a2a;
    font-size: 16px;
    font-family: 'Proxima_Nova_Bold';
    border-bottom: 1px solid #19a994;
    max-width: 140px;
    margin-bottom: 10px;
    padding-bottom: 8px;
}
body .nav-cont ul li.custom-menu .sub-menu .sub-menu {
    width: 100% !important;
    left: initial !important;
    right: initial !important;
    padding: 0;
    box-shadow: none;
    position: relative;
}
.nav-cont li li a {
    padding: 2px 0;
    border-bottom: none; 
}



/* Drawers */
.js-drawer-open-right {
    overflow: hidden;
}
.js-drawer-open-right .drawer {
    -ms-transform: translateX(-275px);
    -webkit-transform: translateX(-275px);
    transform: translateX(-275px);
}
/*.js-drawer-open-right .is-moved-by-drawer {
    -ms-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
}*/
.is-moved-by-drawer {
    -webkit-transform: translateZ(0);
    will-change: transform;
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}
#page {
    overflow: hidden;
}
.drawer {
    -webkit-transform: translateZ(0);
    will-change: transform;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    top: 0;
    outline: none;
    bottom: 0;
    padding: 30px;
    max-width: 100%;
    z-index: 10;
    background-color: rgba(27, 57, 70, 0.98);
    width: 275px;
    left: 100%;
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}
.drawer-header {
    width: 100%;
}
.drawer-title {
    color: #222222;
	font-size: 22px;
}
.drawer-title {
    width: 100%;
    display: none;
}
.drawer-close {
	display: block;
    text-align: right;
}
.drawer-close button {
    position: relative;
    height: 26px;
    padding: 0;
    color: inherit;
    border: 0;
    width: 26px;
    border-radius: 0px;
    background: url(images/menu-close.png) no-repeat center;
    outline: none;
}
.supports-fontface .icon-fallback-text .icon {
    display: inline-block;
}
.icon-fallback-text .fallback-text {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.overlay {
    position: fixed;
    height: 100%;
    width: 100%;
}
.overlay.cart-open,
.overlay.open {
	z-index: 9;
}
.drawer ul {
	padding: 0;
	margin: 0;
}
.drawer ul li {
    list-style: none;
    display: block;
    margin-bottom: 17px;
}
.drawer ul li.menu-item-has-children a:after {
	display: inline-block;
	vertical-align: middle;
    content: '';
	background: url('images/mobile-arrow1.png') no-repeat center;
	width: 13px;
	height: 7px;
	margin-left: 11px;
}
.drawer ul li.menu-item-has-children.open a:after {
	background: url('images/mobile-arrow2.png') no-repeat center;
	width: 7px;
	height: 13px;
}
.drawer ul li.menu-item-has-children .sub-menu a:after {
	display: none !important;
}
.drawer ul li a {
    color: #ffffff;
    font-size: 23px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    font-family: 'Proxima_Nova_Bold';
}
.drawer ul .sub-menu li a {
    font-size: 15px;
    font-family: 'Proxima_Nova';
}
.drawer ul li.schedule-demo {
    display: none;
}
.drawer ul .sub-menu {
    /*padding: 5px 0 5px 15px;*/
	display: none;
}
.drawer ul.sub-menu span.menu-image-title, 
.drawer ul.sub-nav span.menu-image-title {
    font-size: 15px;
}
.drawer ul.sub-menu span.sub-text {
	display: none;
}
.drawer ul.sub-menu li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    padding: 10px;
}
.drawer ul.sub-menu li:first-child {
    border-top: 0;
}
.drawer ul.sub-menu span.menu-image-title {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Proxima_Nova';
    font-weight: normal;
}
.drawer .sub-menu span.cooladata-icon {
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-size: 100%;
    margin-right: 12px;
}
.drawer .sub-menu span.cooladata-icon.icon-cart {
    background-image: url(images/icon-cart.png);
	width: 20px;
	height: 17px;
}
.drawer .sub-menu span.cooladata-icon.icon-news {
    background-image: url(images/icon-news.png);
	width: 22px;
	height: 17px;
}
.drawer .sub-menu span.cooladata-icon.icon-game {
    background-image: url(images/icon-game.png);
    width: 24px;
	height: 15px;
}
.drawer .sub-menu span.cooladata-icon.icon-money {
    background-image: url(images/icon-money.png);
    width: 24px;
	height: 14px;
}

.hero {
    background: url(images/hero-bg.jpg) no-repeat top center;
    /* background-image: url(images/hero-bg-new3.jpg);*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 172px 0 100px;
    min-height: 588px;
    box-sizing: border-box;
	position: relative;
}
.hero.align-left {
    text-align: left;
}
.hero.no-bg {
    background: none;
}
.hero.no-padding {
    padding: 0;
}
.hero span {
	display: block;
	opacity: .5;
	font-size: 16px;
	font-family:'Proxima_Nova_Bold';
	margin: 0 0 28px;
}
.hero h1,
.hero h3 {
    margin: 0 0 20px;
    font-size: 65px;
    font-family: 'Proxima_Nova_Bold';
    font-weight: normal;
    line-height: 1.2;
}
.hero p {
	margin: 0;
	font-size: 24px;
	line-height: 1.4;
}


/* content */
.secondary-nav {
	background: #f5f5f5;
	padding: 33px 0 24px;
}
.secondary-nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.secondary-nav ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    list-style: none;
	padding: 10px 0;
}
.secondary-nav ul li a {
	display: inline-block;
    vertical-align: middle;
    color: #bbbbbb;
    font-size: 18px;
    font-family: 'Proxima_Nova_Bold';
	text-decoration: none;
}
/*.secondary-nav ul li a {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
}
.secondary-nav ul li a span {
    display: inline-block;
	vertical-align: middle;
    color: #bbbbbb;
	font-size: 18px;
	font-family:'Proxima_Nova_Bold';
}*/
.secondary-nav ul li a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.secondary-nav ul li:before {
    content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(images/secondary-nav-arrow.png) no-repeat center;
	width: 14px;
	height: 15px;
	margin: 0 46px;
}
.secondary-nav ul li:first-child:before {
	display: none;
}
.secondary-nav ul li.current-menu-item a,
.secondary-nav ul li:first-child a span {
	color: #17bb96;
}
.secondary-nav ul li:first-child a:before {
	content: '';
	width: 20px;
	height: 20px;
	background: url('images/secondary-nav-icon1.png') no-repeat center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.secondary-nav ul li.current-menu-item:first-child a:before {
	background: url('images/secondary-nav-icon1a.png') no-repeat center;
}
.secondary-nav ul li:nth-child(2) a:before {
	content: '';
	width: 22px;
	height: 20px;
	background: url('images/secondary-nav-icon2.png') no-repeat center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.secondary-nav ul li.current-menu-item:nth-child(2) a:before {
	background: url('images/secondary-nav-icon2a.png') no-repeat center;
}
.secondary-nav ul li:nth-child(3) a:before {
	content: '';
	width: 32px;
	height: 20px;
	background: url('images/secondary-nav-icon3.png') no-repeat center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.secondary-nav ul li.current-menu-item:nth-child(3) a:before {
	background: url('images/secondary-nav-icon3a.png') no-repeat center;
}
.secondary-nav ul li:nth-child(4) a:before {
	content: '';
	width: 22px;
	height: 22px;
	background: url('images/secondary-nav-icon4.png') no-repeat center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.secondary-nav ul li.current-menu-item:nth-child(4) a:before {
	background: url('images/secondary-nav-icon4a.png') no-repeat center;
}
.secondary-nav ul li:nth-child(5) a:before {
	content: '';
	width: 20px;
	height: 20px;
	background: url('images/Machine_Learning_gray.png') no-repeat center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.secondary-nav ul li.current-menu-item:nth-child(5) a:before {
	background: url('images/Machine_Learning_green_png.png') no-repeat center;
}

.connect {
    padding: 48px 0 53px;
}
.connect .text {
    /* max-width: 590px; */
    width: 49.17%;
    float: right;
    margin-right: 3.7%;
    padding-top: 50px;
}
.connect h3 {
	color: #222222;
    font-size: 38px;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    font-weight: normal;
    margin: 0 0 30px;
}
.connect p {
    color: #363636;
    font-size: 20px;
    margin: 0 0 25px;
    line-height: 1.4;
}
.connect a {
    color: #6249ca;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    font-family:'Proxima_Nova_Bold';
    border-radius: 5px;
	line-height: 1.5;
    /*padding: 6px 25px;
	border: 4px solid #d8d1f2;*/
}
.connect .image {
    /*max-width: 473px;*/
	width: 39.42%;
    float: left;
    margin-left: 2.25%;
}
.connect .image img {
    display: block;
    margin: 0 auto;
}

.page-template-template-platform-overview .feature-cont {
    border-bottom: 2px solid #dddddd;
}

.thebest {
    padding: 48px 0 53px;
}
.thebest .text {
    /* max-width: 590px; */
    width: 45%;
    float: left;
    margin-left: 3.7%;
    padding-top: 50px;
}
.thebest h3 {
	color: #222222;
    font-size: 38px;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    font-weight: normal;
    margin: 0 0 30px;
}
.thebest p {
    color: #363636;
    font-size: 20px;
    margin: 0 0 25px;
    line-height: 1.4;
}
.thebest a {
    color: #6249ca;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    font-family:'Proxima_Nova_Bold';
    border-radius: 5px;
	line-height: 1.5;
    /*padding: 6px 25px;
	border: 4px solid #d8d1f2;*/
}
.thebest .image {
    /*max-width: 473px;*/
	width: 43.42%;
    float: right;
    margin-right: 2.25%;
}

.thebest .image img {
    display: block;
    margin: 30% auto;
}

.questions {
	background: #e9f7ea url(images/po-questions-bg.jpg) repeat-x bottom center;
	text-align: center;
	padding: 100px 0;
}
.questions .container {
	max-width: 1376px;
}
.questions .title h3 {
    color: #222222;
    font-size: 38px;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    font-weight: normal;
    margin: 0 0 30px;
}
.questions .title p {
    color: #363636;
    font-size: 20px;
    line-height: 1.4;
	max-width: 690px;
	margin: 0 auto 50px;
}
.questions-list.left {
	text-align: left;
}
.questions-list.right {
	text-align: right;
}
.questions-list.right .question-cont:after {
    content: '';
    display: block;
    background: url(images/bubble-arrow4.png) no-repeat center;
    width: 25px;
    height: 22px;
    position: absolute;
    top: 100%;
    left: 20px;
}
.questions-list.right .question-cont:nth-child(2):after {
    background: url(images/bubble-arrow.png) no-repeat center;
    left: initial;
    right: 20px;
}
.question-cont {
	background: #fff;
    display: inline-block;
    width: 22.6%;
    /* max-width: 320px; */
    vertical-align: top;
    text-align: left;
    margin: 0 .6% 16px;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: 2px 4px 1px rgba(173, 173, 173, 0.35);
    padding: 22px 15px;
    position: relative;
}
.question-cont.see-more {
    background: #1c3945;
    text-align: center;
    max-width: 214px;
}
.question-cont.see-more:after {
    display: none !important;
}
/*.questions-list.right .question-cont:nth-child(2),
.questions-list.left .question-cont:first-child {
	background: #2d5160;
}
.questions-list.right .question-cont:nth-child(3),
.questions-list.left .question-cont:nth-child(2) {
	background: #169fb0;
}
.questions-list.right .question-cont:first-child,
.questions-list.left .question-cont:nth-child(3) {
	background: #96d98c;
}*/
.questions-list.right .question-cont {
    margin: 0 10px 36px;
}
.question-cont h4 {
    color: #26b995;
    font-size: 14px;
    font-weight: normal;
	font-family:'Proxima_Nova_Bold';
    opacity: .5;
	margin: 0 0 15px;
}
.question-cont p {
    color: #26b995;
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
}
.questions .cta {
    padding-top: 28px;
}
.questions .cta p {
    color: #b8b8b8;
    font-size: 18px;
    font-family:'Proxima_Nova_Bold';
    margin: 0 0 32px;
}
.questions .cta a {
	color: #6249ca;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    font-family:'Proxima_Nova_Bold';
    /*border: 4px solid #d8d1f2;*/
    border-radius: 5px;
    line-height: 1.5;
    padding: 6px 25px;
}

.bullets {
	text-align: center;
	padding: 85px 0 60px;
}
.bullets-cont {
    max-width: 280px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
	box-sizing: border-box;
	padding: 0 15px;
	margin: 0 0 30px 20px;
}
.bullets-cont:first-child {
	margin-left: 0px;
}
.bullets-cont .icon-cont {
    height: 40px;
	margin-bottom: 30px;
}
.bullets-cont .icon-cont img {
    display: block;
	margin: 0 auto;
}
.bullets-cont h3 {
    color: #333333;
    font-size: 20px;
    font-weight: normal;
	font-family:'Proxima_Nova_Bold';
    line-height: 1.4;
	margin: 0 0 20px;
}
.bullets-cont p {
    color: #333333;
    font-size: 18px;
    line-height: 1.4;
	margin: 0;
}

.solutions {
    background: #f5f5f5;
    padding: 100px 0;
}
.solutions .title {
	text-align: center
}
.solutions .title h3 {
    color: #222222;
    font-size: 38px;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    font-weight: normal;
    margin: 0 0 30px;
}
.solutions .title p {
    color: #363636;
    font-size: 20px;
    line-height: 1.4;
	max-width: 816px;
	margin: 0 auto 65px;
}
.solutions .text {
    /* max-width: 402px; */
	width: 33.5%;
    float: left;
    margin-left: 1.83%;
}
.solutions .text ul {
    margin: 0;
    padding: 0;
}
.home .solutions .text ul li {
	background: #fff;
	color: #404040;
}
.home .solutions .text ul li:hover,
.home .solutions .text ul li.active {
	background: #26b995;
	color: #fff;
}
.home .solutions .text ul li.active:after {
    background: url(images/solutions-arrow-home.png) no-repeat center;
}
.solutions .text ul li {
	list-style: none;
    display: block;
    color: #fff;
    font-size: 16px;
    font-family:'Proxima_Nova_Bold';
    border-bottom: 2px solid #f5f5f5;
    line-height: 1.4;
    padding: 25px 21px;
	position: relative;
	cursor: pointer;
	background: #26b995;
}
.solutions .text ul li:hover,
.solutions .text ul li.active {
	background: #1c3945;
}
.solutions .text ul li.active:after {
    content: '';
    display: block;
    background: url(images/solutions-arrow.png) no-repeat center;
    width: 12px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -11px;
}
.solutions .text a {
    color: #6249ca;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Proxima_Nova_Bold';
    border-radius: 5px;
    line-height: 1.5;
    padding: 7px 20px;
    margin: 36px 0 0 0;
}
.solutions .image {
    /* max-width: 649px; */
	width: 54.08%;
    float: right;
    margin-right: 3.33%;
}
.solutions .image-cont {
    display: none;
}
.solutions .image-cont.active {
    display: block;
}
.solutions .image img {
    display: block;
	margin: 0 auto;
	border: 1px solid #dddddd;
}

.next-section {
    text-align: center;
    background: #1b3946;
    color: #ffffff;
	padding: 59px 0 63px;
}
.next-section p a {
    font-size: 22px;
	margin: 0;
	line-height: 1.5;
	color: #4cc7ab;
	text-decoration: none;
}
.next-section p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
	font-family:'Proxima_Nova_Bold';
    margin-right: 10px;
	color: #fff;
}


/* Data Unification */
.sources {
    padding: 42px 0 44px;
}
.sources .text {
    /* max-width: 590px; */
    width: 49%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    box-sizing: border-box;
    padding: 40px 20px;
}
.sources h3 {
    color: #222222;
    font-size: 38px;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    font-weight: normal;
    margin: 0 0 25px;
}
.sources p {
    color: #363636;
    font-size: 18px;
    margin: 0 0 40px;
    line-height: 1.4;
}
.sources a {
    color: #6249ca;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    font-family:'Proxima_Nova_Bold';
    border-radius: 5px;
	line-height: 1.5;
}

.sources-cont {
    width: 50%;
    float: none;
    margin-right: 0;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
	padding: 0 20px;
}
.sources-cont .source-wrap {
	display: inline-block;
	text-align: left;
}
.sources-cont ul#itemContainer {
    padding: 0;
    margin: 0;
}
.sources .holder a {
    display: none;
}
.sources .holder a.jp-next {
    width: 26px;
    height: 18px;
    background: url(images/up-arrow.jpg) no-repeat center;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -13px;
    cursor: pointer;
    display: block;
    text-indent: -9999999px;
}
.sources .holder a.jp-previous {
    cursor: pointer;
	width: 26px;
	height: 18px;
	background: url('images/down-arrow.jpg') no-repeat center;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -13px;
    display: block;
    text-indent: -9999999px;
}
.sources .holder a.jp-next.jp-disabled,
.sources .holder a.jp-previous.jp-disabled {
    opacity: .5;
}
.sources-cont .source {
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 17px;
    display: table;
    width: 100%;
    box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.05);
    overflow: hidden;
	padding: 15px 20px 15px 20px;
}
.sources-cont .source h4 {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Proxima_Nova_Bold';
    margin: 0;
}
.sources-cont .source p {
    font-size: 16px;
    margin: 0;
}
.sources-cont .source .content {
   display: table-cell;
   vertical-align: middle;
}
.sources-cont .source .image {
   display: table-cell;
   vertical-align: middle;
}
.sources-cont .source .image img {
   display: block;
   margin-right: 18px;
}
.sources-cont .source.small p,
.sources-cont .source.small h4 {
    font-size: 14px;
}
.sources-cont .source.small .image img {
	margin-right: 12px;
}
.sources-cont .source.smaller p,
.sources-cont .source.smaller h4 {
    font-size: 11.5px;
}
.sources-cont .source.smaller .image img {
	margin-right: 8px;
}
.sources-cont .source.small {
    padding: 13px 15px 13px 15px;
}
.sources-cont .source.smaller {
    padding: 11px 11px 10px 11px;
}
.sources-cont .arrow-up {
	width: 26px;
	height: 18px;
	background: url('images/up-arrow.jpg') no-repeat center;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -13px;
	cursor: pointer;
}
.sources-cont .arrow-down {
	cursor: pointer;
	width: 26px;
	height: 18px;
	background: url('images/down-arrow.jpg') no-repeat center;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -13px;
}

.features {
	background: #f5f5f5;
	padding: 44px 0 30px;
}
.features .feature-cont {
	padding: 38px 0 76px;
}
.features .feature-cont .image {
	/*float: left;*/
	width: 50%;
	text-align: center;
	padding: 0 20px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
.features .feature-cont .text {
	/*float: right;*/
	width: 50%;
	padding: 25px 40px 0;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
/*.features .feature-cont:nth-child(even) .image {
	float: right;
}
.features .feature-cont:nth-child(even) .text {
	float: left;
}*/
.features .feature-cont h5 {
    color: #aaaaaa;
    font-size: 16px;
    margin: 0 0 12px;
    font-family: 'Proxima_Nova_Bold';
    font-weight: normal;
    line-height: 1.2;
}
.features .feature-cont h3 {
    color: #222222;
    font-size: 30px;
    margin: 0 0 20px;
    font-family: 'Proxima_Nova_Condensed';
    font-weight: normal;
    line-height: 1.3;
}
.features .feature-cont p {
    color: #363636;
    font-size: 18px;
    margin: 0;
}

.du-bullets {
	padding-bottom: 30px;
	padding-top: 95px;
}
.du-bullets h3 {
    color: #222222;
	font-size: 38px;
	font-family: 'Proxima_Nova_Condensed_Semibold';
    margin: 0 0 20px;
    font-weight: normal;
    line-height: 1.3;
	text-align: center;
}
.du-bullets p {
    color: #363636;
    font-size: 18px;
    text-align: center;
    max-width: 690px;
    margin: 0 auto 55px;
}
.du-bullets-cont {
	text-align: center;
}
.du-bullets-item {
	max-width: 470px;
	width: 100%;
	display: inline-block;
	text-align: left;
	padding-left: 80px;
	box-sizing: border-box;
	position: relative;
	margin: 0 40px 50px;
	vertical-align: top;
}
.du-bullets-item .image {
    position: absolute;
    left: 0;
    top: 0;
}
.du-bullets-item .details h4 {
	color: #333333;
	font-size: 20px;
	font-family: 'Proxima_Nova_Bold';
    font-weight: normal;
	margin: 0;
}
.du-bullets-item .details p {
	color: #333333;
	font-size: 18px;
	max-width: 100%;
	margin: 0;
	text-align: left;
}


/* Homepage */
.home .hero h3 {
    font-size: 72px;
    font-family: 'Proxima_Nova_Condensed_Light';
    line-height: 1.1;
}
.home .hero h3 strong {
    font-family: 'Proxima_Nova_Condensed_Semibold';
    font-weight: normal;
}
.rw-words{
	display: block;
	position: relative;
	height: 90px;
}
.rw-words-1 span {
	opacity: 0;
	position: absolute;
	overflow: hidden;
	top: 8px;
	width: 100%;
	-webkit-animation: rotateWord 15s linear infinite 0s;
	-ms-animation: rotateWord 15s linear infinite 0s;
	animation: rotateWord 15s linear infinite 0s;
	font-size: 72px !important;
	font-family: 'Proxima_Nova_Condensed_Semibold';
    line-height: 1.1 !important;
}
.rw-words-1 span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 
}
.rw-words-1 span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
}
.rw-words-1 span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 
}
.rw-words-1 span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
	-ms-animation-delay: 12s; 
	animation-delay: 12s; 
}
.rw-words-1 span:nth-child(6) { 
    -webkit-animation-delay: 15s; 
	-ms-animation-delay: 15s; 
	animation-delay: 15s; 
}
@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
	5% { opacity: 1; -ms-transform: translateY(0px);}
    17% { opacity: 1; -ms-transform: translateY(0px); }
	20% { opacity: 0; -ms-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
.home .hero p {
    font-size: 24px;
	    margin: 0 0 40px;
}
.hero a.schedule-demo {
    font-family: 'Proxima_Nova_Bold';
    font-size: 22px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    background: #6249ca;
    line-height: 1.4;
    padding: 17px 37px;
    border-radius: 6px;
}

.logos {
	text-align: center;
	background: #f8f8f8;
	padding: 14px 0;
}
.logos .logos-cont {
    display: inline-block;
    vertical-align: middle;
    margin: 0 24px;
    padding: 15px 0px;
}
.logos .logos-cont img {
	display: block;
	margin: 0 auto;
	max-width: 120px;
}
.logos h5 {
	color: #222222;
    font-size: 24px;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    margin: 0 0 10px;
    position: relative;
    line-height: 1.5;
	padding: 10px 0 0;
}
.logos .video-cont {
    padding: 20px 0;
}
.logos .video-cont .img_wrapper{
    width: 80%;
    margin: auto;
}
.logos .video-cont .video {
    width: 490px;
    margin: 0 auto;
}
.logos .slick-list {
    overflow: hidden !important;
    padding: 0 !important;
}
.logos .cycle-slide {
    width: 100%;
}

.home-features {
	text-align: center;
	padding-top: 85px;
	padding-bottom: 80px;
}
.home-features img {
	display: block;
	margin: 0 auto 70px;
}
.home-features-item {
	text-align: left;
	max-width: 350px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-left: 55px;
	margin-bottom: 50px;
}
.home-features-item:first-child {
	margin-left: 0;
}
.home-features-item h3 {
	color: #222222;
	font-size: 24px;
	font-family: 'Proxima_Nova_Bold';
	font-weight: normal;
	margin: 0 0 15px;
}
.home-features-item p {
	color: #888888;
	font-size: 16px;
	margin: 0 0 20px;
}
.home-features-item ul {
	padding: 0;
	margin: 0;
}
.home-features-item li {
	display: block;
	font-size: 16px;
	color: #555555;
	border-top: 1px solid #ebebeb;
	padding: 18px 0 18px 20px;
	background: url('images/home-features-arrow.png') no-repeat left 25px;
}
.home-features-item li:first-child {
	border-top: 0;
}
a.take-the-tour {
    color: #a748ea;
    font-size: 20px;
    font-family: 'Proxima_Nova_Bold';
    text-decoration: none;
    display: inline-block;
    border: 4px solid #e9d1fa;
    border-radius: 4px;
    line-height: 1.5;
    padding: 10px 35px;
}

.home .solutions .container {
	padding: 0 10px;
}
.home .solutions .text {
    margin-left: 0;
	width: 25.8%;
}
.home .solutions .image {
    margin-right: 0;
	width: 72.28%;
	text-align: center;
}
.home .solutions .title h3 {
    margin: 0 0 15px;
}
.home .solutions .text ul li p {
	margin: 5px 0 0 0;
	font-size: 14px;
	color: #363636;
	font-family: 'Proxima_Nova';
}
.home .solutions .text ul li p a {
    font-size: 14px;
    color: #363636;
    font-family: 'Proxima_Nova_Bold';
    display: initial;
    margin: 0;
    border: 0px;
    padding: 0;
    border-radius: 0;
    line-height: initial;
}
.home .solutions .text ul li:hover p,
.home .solutions .text ul li.active p,
.home .solutions .text ul li:hover p a,
.home .solutions .text ul li.active p a {
    color: #fff;
}
.home .solutions .analytics-capabilities {
	color: #a748ea;
    font-size: 16px;
    font-family: 'Proxima_Nova_Bold';
    text-decoration: none;
    display: inline-block;
    border: 4px solid #e9d1fa;
    border-radius: 4px;
    line-height: 1.5;
    padding: 7px 17px;
	margin: 20px 0 0;
}

.home-testimonials {
    text-align: center;
	padding-bottom: 45px;
	padding-top: 85px;
}
.home-testimonials .testimonial-cont {
    display: flex;
    flex-direction: row;
}
.home-testimonials .testimonial-item {
	display: flex;
    flex-direction: column;
    vertical-align: top;
    width: 31.84%;
	margin: 0 0 40px 20px;
}
/*.home-testimonials .testimonial-item:nth-child(even) .testimonial-top {
    order: 2;
}*/
.home-testimonials .testimonial-item:nth-child(2) .arrow-down {
    border-top-color: #2d5160;
}
.home-testimonials .testimonial-item:first-child {
	margin-left: 0;
} 
.home-testimonials .testimonial-top {
    justify-content: center;
    height: 445px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    width: 100%;
	background: #2d5160;
}
.testimonial-item:first-child .testimonial-top {
    background: #715d91;
}
.testimonial-item:last-child .testimonial-top {
    background: #17bb96;
}
.testimonial-item h2.quote {
    font-size: 26px;
    line-height: 1.3;
    max-width: 350px;
    margin: 0 auto 33px;
    color: #fff;
    font-family: 'Proxima_Nova';
    font-weight: normal;
    padding: 0 20px;
}
.testimonial-item .quote-footer {
    display: table;
    width: auto;
    margin: 0 auto;
}
.testimonial-item .author {
    float: left;
}
.testimonial-item .right {
    /*text-align: left;*/
    margin-left: 0%;
    margin-right: -5%;
    float: right;
    padding: 8px 0 0 0;
    text-align: center;
}
.testimonial-item .quote-footer h3 {
    color: #fff;
    font-size: 16px;
    font-family: 'Proxima_Nova_Bold';
    margin: 0px auto;
    padding-top: 2px;
    letter-spacing: .8px;
    text-transform: uppercase;
    line-height: 1.4;
}
.testimonial-item .quote-footer p {
    color: #fff;
    font-size: 16px;
    font-family: 'Proxima_Nova';
    margin: 0px auto;
    padding-top: 2px;
    letter-spacing: .8px;
    text-transform: uppercase;
}
.testimonial-item .arrow-down {
	width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 16px solid #f00;
    align-self: center;
    margin-left: -10px;
    margin-bottom: -17px;
}
.testimonial-item:first-child .arrow-down {
	border-top-color: #715d91;
}
.testimonial-item:last-child .arrow-down {
	border-top-color: #17bb96;
}
.testimonial-item .column-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 208px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #f1f1f1;
}
.testimonial-item .column-bottom img {
	display: block;
	margin: 0 auto 20px;
}
.testimonial-item .column-bottom p {
    color: #b8b8b8;
	font-size: 20px;
	font-family: 'Proxima_Nova_Bold' !important;
	max-width: 300px;
	margin: 0;
}
.testimonial-item .column-bottom p a {
    color: #b8b8b8;
	font-size: 20px;
	font-family: 'Proxima_Nova_Bold';
	text-decoration: underline;
}

.home-resources {
    background: #1b3946;
    color: #fff;
	padding-top: 93px;
}
.home-resources .text {
    width: 50%;
    float: left;
    padding: 71px 40px 110px 60px;
}
.home-resources .text h3 {
	font-size: 42px;
    font-family: 'Proxima_Nova_Condensed';
    font-weight: normal;
    margin: 0 0 15px;
}
.home-resources .text p {
    font-size: 20px;
    margin: 0 0 30px;
}
.home-resources .text a {
	color: #fff;
    font-size: 20px;
    font-family: 'Proxima_Nova_Bold';
    text-decoration: none;
    display: inline-block;
    border: 4px solid #546b74;
    border-radius: 4px;
    line-height: 1.5;
    padding: 10px 20px;
    margin: 0;
}
.home-resources .image {
    width: 50%;
    float: right;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
	padding: 0 40px;
}
.home-resources .image img {
	display: block;
	margin: 0 auto -85px;
}



/* Resources */
.page-template-template-resources .logo-cont {
    /*display: none;*/
}

.page-template-template-resources .nav-cont ul li.schedule-demo {
    display: inline-block;
}
.page-template-template-resources .nav-cont ul li.schedule-demo a {
    color: #fff;
    background: #8e14f5;
    padding: 8px 29px;
    border-radius: 5px;
    margin-left: 20px;
}
.page-template-template-resources .nav-cont ul li a {
    /*color: #555555;*/
}
.page-template-template-resources .nav-cont li.menu-item-has-children a::after {
    /*border-top: solid #555555;
    border-width: 5px 5px 0px;*/
}
.page-template-template-resources .nav-cont li.menu-item-has-children .sub-menu a::after {
    /*border: none;*/
}

.page-template-template-resources .hero {
    padding: 172px 0 100px;
    min-height: 10px;
	background: none;
}
.page-template-template-resources .hero h3 {
    /*color: #1ca5a6;*/
}
.page-template-template-resources .hero p {
    /*color: #999999;*/
}

.resources-posts {
	background: #fff;
	padding-bottom: 60px;
}
.resources-header {
	background-image: url(images/hero-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
	padding-bottom: 10px;
    margin-bottom: 30px;
}
.resources-header.bottom {
    margin-bottom: 0;
    padding-top: 70px;
}
.resources-header .featured {
    background: #fff;
    max-width: 1162px;
    margin: 0 auto 80px;
    box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
	display: table;
	width: 100%;
}
.resources-header .featured .text {
    width: 48.02%;
    display: table-cell;
    vertical-align: middle;
    padding: 67px 50px 67px 65px;
}
.resources-header .featured .text h3 {
    color: #222222;
	font-size: 24px;
	font-family: 'Proxima_Nova_Bold';
	font-weight: normal;
	margin: 0 0 15px;
}
.resources-header .featured .text p {
    color: #363636;
	font-size: 18px;
	margin: 0 0 20px;
}
.resources-header .featured .text a {
    color: #a748ea;
    font-size: 20px;
    font-family: 'Proxima_Nova_Bold';
    text-decoration: none;
    display: inline-block;
    border: 4px solid #e9d1fa;
    border-radius: 4px;
    line-height: 1.5;
    padding: 6px 30px;
}
.resources-header .featured .image {
    width: 51.98%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.resources-header .featured .image img {
	display: block;
	margin: 0 auto;
}
.resources-header .featured .image .featured-text {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Proxima_Nova_Bold';
    background: #cccccc;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 23px 7px;
    letter-spacing: 1px;
	display: none;
}

.posts-list .top {
	padding-bottom: 30px
}
.posts-list .sorter {
	float: left;
}
.posts-list .sorter a {
	color: #979797;
	font-size: 14px;
	font-family: 'Proxima_Nova_Bold';
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 22px;
}
.posts-list .sorter.button-group li {
    float: none;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    color: #979797;
    font-size: 14px;
    font-family: 'Proxima_Nova_Bold';
    margin-right: 22px;
    border: 0;
}
.posts-list .sorter.button-group li.is-checked {
    color: #00b8a0;
    transition: all 0.3s ease-in-out;
}
.posts-list .link {
	color: #5d5d5d;
	font-size: 16px;
	font-family: 'Proxima_Nova_Bold';
	float: right;
}
.posts-list .link a {
	color: #5d5d5d;
	text-decoration: none;
	border-bottom: 1px solid #cfcfcf;
}
.posts-list .posts-cont {
	margin: 0;
	padding: 0;
}
.posts-list .posts-cont li {
	list-style: none;
	display: block;
}
.posts-list .post-item {
	list-style: none;
	position: relative;
	box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
	background: #fff;
	text-align: center;
	padding-bottom: 30px;
	margin: 0 0 42px;
}
@media (min-width: 768px) {
	.posts-list .col-sm-4 {
		width: 31.7%;
	}
}
.posts-list .post-item .category {
	text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Proxima_Nova_Bold';
    background: #cccccc;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 23px 7px;
    letter-spacing: 1px;
	display: none;
}
.posts-list .post-item img {
    display: block;
    margin: 0 auto 20px;
}
.posts-list .post-item p {
    color: #555555;
	font-size: 20px;
	margin: 0 0 25px;
	font-family: 'Proxima_Nova_Bold';
	padding: 0 10px;
	line-height: 1.4;
}
.posts-list .post-item a {
	color: #a748ea;
    font-size: 16px;
    font-family: 'Proxima_Nova_Bold';
    text-decoration: none;
    display: inline-block;
    border: 4px solid #e9d1fa;
    border-radius: 4px;
    line-height: 1.5;
    padding: 6px 20px;
}
.posts-list .holder {
    text-align: center;
	padding-top: 20px;
}
.posts-list .holder a {
    color: #868686;
    font-size: 17px;
    width: 39px;
    padding: 7px 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
	cursor: pointer;
	text-decoration: none;
}
.posts-list .holder a.jp-current {
    background: #e8e8e8;
}
.posts-list  a.jp-disabled {
	opacity: 0;
}
.posts-list .holder a.jp-next {
    text-indent: -99999px;
	background: url('images/resources-arrow-next.png') no-repeat center;
}
.posts-list .holder a.jp-previous {
    text-indent: -99999px;
	background: url('images/resources-arrow-prev.png') no-repeat center;
}


/* download form */

button.open_form {
	color: #a748ea;
    font-size: 16px;
    font-family: 'Proxima_Nova_Bold';
    text-decoration: none;
    display: inline-block;
    border: 4px solid #e9d1fa;
    border-radius: 4px;
    line-height: 1.5;
    padding: 6px 20px;
    background-color:#fff;
}
button.open_form:hover{
	background-color: #e6e6e6;
}
#ressource_form_dialog input[type="submit"]{
    background-color: #61D29E;
    color: #fff;
    margin: auto;
    text-transform: uppercase;
    display: block;
    border-radius: 16px;
    letter-spacing: 2px;
}
#ressource_form_dialog input[type="submit"]:hover{
	background-color: #52b386;
}
.dialog_download .ui-dialog-titlebar{
    border: 0;
    background-color: transparent;
}
.dialog_download .ui-dialog-titlebar-close{
    border: 0;
    background-color: transparent;
}

.dialog_download.ui-widget.ui-widget-content {
    border: 2px solid #61D29E;
    border-radius: 10px;
}

/* footer */
.footer-cta {
    background: url(images/footer-cta-bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 90px 0 69px;
}
.footer-cta h2 {
    color: #ffffff;
    font-size: 38px;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    margin: 0 0 15px;
    font-weight: normal;
	line-height: 1.2;
}
.footer-cta h5 {
    color: #ffffff;
    font-size: 24px;
    margin: 0 0 40px;
	font-weight: normal;
	line-height: 1.2;
}
.footer-cta a.btn {
    background: #6249ca;
    color: #ffffff;
    font-size: 22px;
    text-decoration: none;
    display: inline-block;
    font-family:'Proxima_Nova_Bold';
    line-height: 1.4;
    padding: 17px 39px;
    border-radius: 7px;
	margin-bottom: 50px;
	height: auto;
}
.footer-cta p {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.4;
	margin: 0;
}
.footer-cta p a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid;
}

.footer-cont {
	background: #eeeeee;
	padding: 80px 0 37px;
}
a.footer-logo {
    float: left;
}
.footer-top {
    text-align: right;
}
.footer-nav {
	width: 18.33%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 2.08%;
    margin-bottom: 25px;
}
.footer-nav ul {
    margin: 0;
    padding: 0;
}
.footer-nav ul li {
    list-style: none;
	display: block;
	margin: 0 0 20px;
}
.footer-nav ul li a {
	text-decoration: none;
    color: #5d5d5d;
    font-size: 18px;
    display: block;
    line-height: 1.4;

}
.footer-nav h3 {
	color: #5d5d5d;
	font-size: 18px;
	font-weight: normal;
	font-family:'Proxima_Nova_Bold';
	margin: 0 0 20px;
}

.footer-bot {
    border-top: 1px solid #dfdfdf;
	padding-top: 30px;
}
.footer-bot p.copyright {
    color: #5d5d5d;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 36px 0 0;
	line-height: 1.4;
}
.footer-bot ul {
    margin: 0;
    padding: 0;
	display: inline-block;
	vertical-align: middle;
}
.footer-bot ul li {
    list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 14px;
}
.footer-bot ul li a {
	color: #5d5d5d;
	font-size: 16px;
	display: block;
	text-decoration: none;
	line-height: 1.4;
}
ul.footer-social {
    float: right;
}
ul.footer-social img {
    display: block;
}


/* Pop up 
.custom-popup {
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -ms-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    position: fixed;
    opacity: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
	background: rgba(15, 21, 33, 0.89);
	overflow-y: scroll;
}
#custom-popup-cont.active .custom-popup {
    opacity: 1;
}
.popup-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 1;
    z-index: 998;
}
.popup-content {
    display: block;
    position: absolute;
    z-index: 999;
    width: 100%;
    max-height: 100%;
    padding: 0;
    text-align: center;
    overflow: visible;
    box-sizing: border-box;
    transform: translate(0,-50%);
    top: 50%;
}
.popup-content-inner {
	display: inline-block;
    background: #fff;
    text-align: center;
    z-index: 999;
    transform-style: preserve-3d;
    transform: rotateY(90deg);
    transition: transform 1s ease-in-out;
	margin: 4% auto;
    max-width: 500px;
}
#custom-popup-cont.active .popup-content-inner {
    transform: rotateY(0)!important;
}
.popup-close-btn {
    color: #6249ca;
    display: block;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Proxima_Nova_Bold';
    margin: 15px 0 0;
    font-style: italic;
}
.popup-close {
    position: absolute;
    right: 3%;
    top: 3%;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background: rgb(32, 38, 49);
    color: rgb(137, 148, 176);
    text-align: center;
    line-height: 26px;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    font-family: Verdana, Arial, San-serif;
    cursor: pointer;
    z-index: 9999;
}
.popup-content-header {
    padding: 37px 40px 29px;
	background-image: url(../images/slide-4.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	position: relative;
}
.popup-content-header h3 {
    position: relative;
    color: white;
    font-size: 28px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: italic;
    margin: 0 0 12px;
    line-height: 1.1;
}
.popup-content-header p {
    position: relative;
    color: white;
    font-size: 15px;
    font-family: 'Open Sans';
    font-weight: 400;
    margin: 0 0 10px;
    line-height: 1.3;
}
.popup-content-header img {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
}
.popup-content-overlay {
    background-color: rgb(26, 188, 156);
    opacity: 0.905926;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.popup-content-main {
    padding: 40px 70px;
}
.popup-content-main h3 {
    color: rgb(40, 50, 78);
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    margin: 10px 0 0;
    font-weight: 400;
	line-height: 1.2;
}
.popup-content-main p {
    color: rgb(108, 122, 137);
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 0.5em;
	line-height: 1.2;
}
.popup-content-main form {
    padding: 13px 0;
}
.popup-content-main .hbspt-form select, 
.popup-content-main input[type="text"], 
.popup-content-main input[type="email"] {
    font-style: normal;
    padding: 11px 0px 9px 10px;
    width: 100%;
    max-width: 100%;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    outline-color: transparent;
    outline-style: none;
    -moz-osx-font-smoothing: grayscale;
    color: #2F2F2F;
    border-radius: 3px;
    background: #FFF;
    font-weight: 400;
    border: 1px solid #DBDBDB;
    margin: 0px;
    margin-bottom: 10px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    line-height: 1.5em;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    height: initial;
}
.hbspt-form input[type="submit"], 
input[type="submit"] {
    outline-color: transparent;
    outline-style: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 0px;
    border: 0px !important;
    margin-bottom: 15px;
    max-width: initial;
    padding: 10px 16px;
    font-style: normal;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    background: rgb(98, 73, 202) !important;
    color: rgb(255, 255, 255);
    display: block;
    width: 100%;
    text-transform: uppercase;
    height: 42px;
    font-size: 14px;
    box-shadow: none !important;
}
ul.hs-error-msgs.inputs-list label {
    color: red;
}
.hbspt-form label {
    color: rgb(40, 50, 78) !important;
    font-size: 15px !important;
    font-family: "Open Sans", sans-serif !important;
    padding: 0 0 6px;
    font-weight: 400 !important;
    line-height: 1.2 !important;
}
.hbspt-form form {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
	width: 350px;
}
*/



button.toggle-menu {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    display: none;
	background: url('images/hamburger-menu.png') no-repeat center;
	width: 34px;
	height: 24px;
}
/*button.toggle-menu span {
    display: block;
    background: #222222;
    height: 4px;
    width: 35px;
    margin-bottom: 7px;
}*/



/* Solutions */
.page-template-template-solutions .hero {
	/*min-height: 10px;*/
}
.full_banner {
	width: 100%;
    height: auto;
    display: block;
}
.visible-sm, .visible-xs {
    display: none;
}
.banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 60px;
    text-align: center;
    color: #fff;
    padding-top: 135px;
    padding-top: 6%;
    left: 0;
}

.page-template-template-solutions section {
    padding: 55px 0;
}
#keys {
    text-align: center;
    color: #5e5e5e;
    font-size: 16px;
    background: #fcfcfc;
}
.keys_heading {
    font-size: 36px;
    line-height: 36px;
    color: #014f55;
    text-align: center;
    font-weight: normal;
	font-family: 'Proxima_Nova_Bold';
    padding: 20px 0 0;
    margin: 0 0 10px;
}
.keys_sub_heading {
    max-width: 900px;
    margin: 12px auto 50px;
    font-size: 26px;
    line-height: 30px;
}
.keys_sub_heading p {
    margin: 0;
    color: #a9a9a9;
}
/*Bootstrap classes*/

/*.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/*.row {
  margin-left: -15px;
  margin-right: -15px;
}*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.row:after {
    clear: both;
	content: '';
	display: block;
}
.key_img {
    height: 130px;
}
.key_img img {
    max-height: 100%;
    width: auto;
}
#keys .col-sm-3 h2 {
    height: 80px;
    overflow: hidden;
}
#keys .col-sm-3 h2 {
    color: #014f55;
    font-size: 22px;
    font-weight: normal;
	font-family: 'Proxima_Nova_Bold';
    margin-top: 15px;
    line-height: 27px;
}
#keys .key_paragraph {
    margin: 0 auto;
    max-width: 250px;
    font-size: 14px;
}
.key_paragraph p {
    margin: 0;
}


.page-template-template-solutions section#quest {
    background: #c6fd1f;
    text-align: center;
    padding: 14px 0;
    color: #014f55;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
}
.page-template-template-solutions section#quest a {
    display: inline-block;
    border-radius: 20px;
    background: #021f27;
    color: #c6fd1f;
    padding: 6px 28px 3px 15px;
    margin-left: 5px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0px 3px 2px 0px rgb( 0, 0, 0 );
	text-decoration: none;
}

.page-template-template-solutions section#solutions {
    padding: 90px 0 0;
}
#solutions {
    /*background-image: linear-gradient( 42deg, rgb(6,23,34) 0%, rgb(0,49,48) 44%, rgb(8,205,241) 100%);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (min-width: 1025px) {
	
	#solutions .solution:first-child .s_img img {
		float: right;
	}
	
	.s_img img {
		max-width: 200%;
	}
	
	.page-id-15 .s_img img,
	.page-id-26 .s_img img,
	.page-id-15085 .s_img img {
		max-width: 100%;
	}
	
	.page-template-template-data-warehouse .s_img img {
		max-width: 100%;
	}

}
.s_title {
    font-weight: 800;
    font-size: 36px;
    color: #fff;
    line-height: 43px;
    margin-bottom: 25px;
	margin-top: 0;
}
.s_desc {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
.s_desc p {
    margin: 0;
}
.page-id-15 #solutions .solution:nth-child(even),
.page-id-26 #solutions .solution:nth-child(even),
.page-id-15085 #solutions .solution:nth-child(even),
#solutions .solution:last-child {
    background: url(images/solutions/transparent_waves.png) center top no-repeat;
    height: auto;
    padding-top: 164px;
    background-size: cover;
    padding-bottom: 105px;
}
.page-id-15 #solutions .solution:nth-child(even) .s_img,
.page-id-26 #solutions .solution:nth-child(even) .s_img,
.page-id-15085 #solutions .solution:nth-child(even) .s_img,
#solutions .solution:last-child .s_img {
    float: right;
    text-align: right;
}
.page-id-15 #solutions .solution:nth-child(odd),
.page-id-26 #solutions .solution:nth-child(odd),
.page-id-15085 #solutions .solution:nth-child(odd) {
	padding: 50px 0;
}
.page-id-15 #solutions .solution:nth-child(odd) .s_img,
.page-id-26 #solutions .solution:nth-child(odd) .s_img,
.page-id-15085 #solutions .solution:nth-child(odd) .s_img {
    float: left;
    text-align: left;
}
.page-template-template-solutions section#quotes {
    background: url(images/solutions/solutions_quotes.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    padding-top: 85px;
    padding-bottom: 175px;
}
.page-template-template-solutions .quote_container {
    margin-bottom: 30px;
}
.quote_icon:after {
    content: '';
    z-index: 1;
    position: absolute;
    width: 0;
    height: 0;
    right: -10px;
    top: 50%;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #025f69;
}
.page-template-template-solutions .quote_content {
    /* background: url(../images/quote_icon.png) 19px 56px no-repeat; */
    background-image: linear-gradient(to top, #d7d7d7, #fff);
    box-shadow: 0 16px 51px rgba(0,0,0,.22);
    padding: 45px 50px;
    font-size: 20px;
    line-height: 28px;
    color: #014f55;
    text-align: left;
}
.page-template-template-solutions .quotes_icon {
    background: url(images/solutions/quote_icon.png) center center no-repeat;
    height: 43px;
    width: 45px;
    position: absolute;
    top: 30px;
    left: 25px;
}
.page-template-template-solutions .quote_name {
    font-weight: 700;
    font-size: 16px;
}
.page-template-template-solutions .quote {
    background: #e2e2e2;
    background-image: linear-gradient( 42deg, rgb(6,23,34) 0%, rgb(0,49,48) -22%, rgb(8,205,241) 100%);
}
.vertical-align {
    display: flex;
    align-items: center;
}
.page-template-template-solutions .logos_strip {
    width: 100%;
    position: absolute;
    background-color: rgb( 242, 242, 242 );
    opacity: 0.6;
    opacity: 1;
    left: 0;
    height: 100px;
    bottom: 0;
}
.page-template-template-solutions .logos_strip img {
    display: block;
    margin: auto;
}

.page-template-template-solutions section#explore {
    background: #fff;
    padding-bottom: 180px;
    text-align: center;
}
.keys_heading {
    font-size: 36px;
    line-height: 36px;
    color: #014f55;
    text-align: center;
    font-weight: 500;
    padding-top: 20px;
}
.explore_item {
    margin-top: 45px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.explore_item img.top {
    width: 100%;
    height: 190px;
    box-shadow: 0 4px 3px -1px rgba(153, 153, 153, 0.53);
}
.explore_inner {
    padding: 30px 40px;
}
@media (min-width: 1025px) {
	.explore_item h2 {
		height: 86px;
		overflow: hidden;
	}
}
.explore_item h2 {
    color: #4a4a4a;
    font-size: 22px;
    margin: 0 auto;
    font-weight: 400;
    line-height: 28px;
}
@media (min-width: 1025px) {
	.exp_desc {
		overflow: hidden;
		height: 140px;
	}
}
.exp_desc {
    color: #5e5e5e;
    line-height: 20px;
    font-size: 14px;
    margin: 9px auto 15px;
    font-weight: 400;
}
.exp_desc p {
    margin: 0 auto;
}
.exp_cta {
    font-size: 14px;
    /*color: #fff !important;*/
    color: #1fa0c2 !important;
    text-decoration: none;
    font-weight: 700;
    width: 100%;
    height: 45px;
    line-height: 43px;
    max-width: 240px;
    margin: auto;
    display: block;
    border-radius: 24px;
    background-color: #c6fd1f;
	/*background-color: #1e94e5;*/
    box-shadow: 0 3px 2px rgba(0,0,0,.1);
    /*background-image: linear-gradient(11deg, rgba(6,23,34,.79), rgba(0,49,48,.79) 44%, rgba(8,205,241,.79));*/
}
.exp_cta img {
    top: 3px;
    margin-right: 5px;
    position: relative;
}


/* About */
.about-content {
    background: #f6f6f6;
    padding: 70px 0 50px;
}
.about-content p {
    font-size: 18px;
    margin: 0 0 20px;
}
.management {
    padding-top: 20px;
	background: #f6f6f6;
}
.backers-content .container , 
.management .container {
    max-width: 750px;
}
.about-title {
    margin-bottom: 20px;
    font-size: 35px;
    text-align: center;
}
.m-item {
    padding-bottom: 60px;
}
.m-item-right {
    float: right;
    height: 200px;
}
.m-item-right img {
    height: 100%;
    width: auto;
}
.m-item-left {
    float: left;
}
.m-name {
    font-size: 32px;
    margin-top: 60px;
}
.m-position {
    font-size: 20px;
}
.m-bio {
    border-top: 1px solid #777;
    padding-top: 22px;
}
.m-bio p {
    font-size: 18px;
    margin: 0 0 20px;
}

.backers-content {
    padding-top: 30px;
    padding-bottom: 120px;
    background: #fff;
}
.backers {
    text-align: center;
    margin-top: 25px;
}
.backers img {
    margin: 0 10px;
}


/* Contact */
.page-template-template-contact .hero {
    padding: 172px 0 150px;
    min-height: auto;
}
.contact-content {
    text-align: center;
    padding: 50px 0 20px;
}
.contact-content h2 {
	font-size: 32px;
	font-weight: normal;
	margin: 0;
}
.contact-content a {
	color: gray;
	font-weight: bold;
	text-decoration: none;
}
.contact-content p {
	margin: 0;
}
.contact-content a:hover {
	color: #03bf9c;
}
.contact-map,
.contact-address,
.contact-numbers {
    padding-bottom: 30px;
}
.contact-numbers .content {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 30px;
}
.contact-map .content,
.contact-address .content {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 30px;
}


/* Careers */
.page-template-template-careers .hero {
	/*background: url(images/careers/careers.jpg) no-repeat top center;
	background-size: cover;*/
	padding: 172px 0 150px;
    min-height: auto;
}
.careers-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.careers-content ul .inner {
	padding: 20px;
    overflow: hidden;
    display: none;
}
.careers-content ul .inner li {
    list-style-type: square;
	list-style-position: inside;
}
.careers-content ul li {
    margin: .5em 0;
}
.careers-content ul li a.toggle {
    width: 100%;
    display: block;
    color: #333;
    transition: background .3s ease;
    font-size: 24px;
    text-decoration: none;
	background: url('images/careers/arrow-down.png') no-repeat left center;
	padding: 0 24px;
}
.careers-content ul li a.toggle.active {
	background: url('images/careers/arrow-up.png') no-repeat left center;
}
.careers-content ul li a.toggle:hover {
	text-decoration: underline;
}


/* Case Studies */
.page-template-template-case-studies .hero {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 172px 0 150px;
    min-height: auto;
}
.case-studies-item {
	margin-bottom: 30px;
}
.case-studies-item .image {
    width: 45%;
    float: left;
}
.case-studies-item .image a {
	display: inline-block;
}
.case-studies-item .image a:hover img {
	opacity: .8;
}
.case-studies-item .image img {
    display: block;
}
.case-studies-item .content {
    width: 50%;
    float: right;
}
.case-studies-item .content h2 {
	font-weight: normal;
	line-height: 1.2;
}
.case-studies-item .content h2 a {
    color: gray;
	text-decoration: none;
}
.case-studies-item .content h2 a:hover {
    color: #03bf9c;
}
.page-id-12991 .case-studies-item {
    padding: 0 80px;
}


/* Case Studies Single */
.page-template-template-case-studies-single .hero {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 172px 0 150px;
    min-height: auto;
}
.page-template-template-case-studies-single .hero h3 {
    text-shadow: 1px 1px 6px #000;
}
.case-studies-single a.pdf-link {
    color: #fff;
    font-size: 13px;
    font-family: 'Proxima_Nova_Bold';
    text-decoration: none;
    display: inline-block;
    border: 4px solid;
    background: #03bf9c;
    border-color: #03bf9c;
    border-radius: 4px;
    line-height: 1.5;
    padding: 5px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color .1s ease;
}
.case-studies-single a.pdf-link:hover {
    background: #fff;
	color: #03bf9c;
}
.wp-video {
    margin: 0 auto;
}


/* Case Studies */
.page-template-template-webinars-single .hero {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 172px 0 150px;
    min-height: auto;
}
.webinars-single .content {
    width: 62%;
    float: left;
}
.webinars-single .form {
	width: 31%;
    float: right;
	background-color: #eeeeee;
    border: 1px solid #81d742;
    padding: 60px 5px 5px;
}
.webinars-single .form h3 strong {
	color: #333;
}
.webinars-single .form h3 {
    margin: 0 0 20px !important;
}
.webinars-single .form .hbspt-form label {
    font-size: 16px !important;
}
.webinars-single .form input[type=text],
.webinars-single .form input[type=email],
.webinars-single .form input[type=tel] {
	font-size: 16px;
    display: block;
    width: 100%;
    height: 52px;
    padding: 10px 10px;
    box-sizing: border-box;
}
.webinars-single .form .actions {
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.webinars-single .form input[type=submit] {
    width: auto;
    font-size: 12px;
    background: #66cc00!important;
    border: none!important;
    color: #FFF!important;
    padding: 10px 25px !important;
    height: 32px !important;
    display: inline-block;
    box-sizing: border-box;
}
.webinars-single .hbspt-form form {
    width: 100%;
}


/* Integrations */ 
.single.single-integration #main {
    width: 100%;
    float: none;
	background: #fff;
}
.single.single-integration #content {
    margin-top: 0;
}
.single.single-integration .main-header {
    background: none;
}
.single.single-integration .hero {
    min-height: auto;
	border-bottom: 5px solid #f2f2f2;
}
.single.single-integration .entry-content {
    padding: 20px 0;
}
.in-header-inner {
    background: url(images/integration/integrations-inner-heading-bg.png) center center no-repeat;
    height: 219px;
    width: 457px;
    margin: auto;
    position: relative;
}
.in-header-inner img {
    position: absolute;
    right: 52px;
    width: 100px;
}
.taxonomy-nav {
    box-shadow: 0 0 4px rgba(0,0,0,.15);
    margin-bottom: 35px;
    height: 55px;
}
.single.single-integration #main .container {
    max-width: 950px;
}
.int-back {
    font-weight: 700;
    font-size: 14px;
    color: #3092d5 !important;
    display: block;
    padding: 19px 0 0 0;
	text-decoration: none;
	font-family: 'Proxima_Nova_Bold';
}
.documentation {
    text-align: center;
}
.single.single-integration a.cta_button {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 19px 45px 0px rgba(0, 0, 0, 0.1);
    width: 200px;
    border: none;
    height: 46px;
    color: #1fa0c2;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    border-radius: 23px;
    text-transform: capitalize;
    line-height: 46px;
    transition: all .4s ease;
    text-align: center;
	font-family: 'Proxima_Nova_Bold';
	text-decoration: none;
	cursor: pointer;
}
.single.single-integration a.cta_button.more {
    background: -webkit-linear-gradient(-56deg, #00b8a0 18%, #3092d5 82%);
    background: -moz-linear-gradient(-56deg, #00b8a0 18%, #3092d5 82%);
    background: -o-linear-gradient(-56deg, #00b8a0 18%, #3092d5 82%);
    background: -ms-linear-gradient(-56deg, #00b8a0 18%, #3092d5 82%);
    background: linear-gradient(146deg, #00b8a0 18%, #3092d5 82%);
    box-shadow: 0px 16px 42.14px 0.86px rgba(0, 0, 0, 0.04);
    color: #ffffff;
}
.single.single-integration a.cta_button.more:hover {
    border-radius: 23px;
    background: -webkit-linear-gradient(-56deg, #008573 18%, #2671a3 82%);
    background: -moz-linear-gradient(-56deg, #008573 18%, #2671a3 82%);
    background: -o-linear-gradient(-56deg, #008573 18%, #2671a3 82%);
    background: -ms-linear-gradient(-56deg, #008573 18%, #2671a3 82%);
    background: linear-gradient(146deg, #008573 18%, #2671a3 82%);
    box-shadow: 0px 16px 42.14px 0.86px rgba(0, 0, 0, 0.04);
}
.int-about {
    margin: 35px 0;
    border: 1px solid #bde3ff;
    padding: 20px;
    border-radius: 3px;
    background: #edfcff url(images/integration/cloud.png) 98% center no-repeat;
}
.about-int-heading {
	font-family: 'Proxima_Nova_Bold';
    color: #1e94e5;
    font-size: 18px;
}
.about-int-text {
    max-width: 740px;
}
#values-container {
    position: relative;
    z-index: 2;
    padding-top: 50px;
}
.single.single-integration #values {
    height: 480px;
    padding-bottom: 0;
    background-position: center top;
}
#values {
    background: -webkit-linear-gradient(-56deg, #00b8a0 16%, #3092d5 84%);
    background: -moz-linear-gradient(-56deg, #00b8a0 16%, #3092d5 84%);
    background: -o-linear-gradient(-56deg, #00b8a0 16%, #3092d5 84%);
    background: -ms-linear-gradient(-56deg, #00b8a0 16%, #3092d5 84%);
    background: linear-gradient(146deg, #00b8a0 16%, #3092d5 84%);
    background: #fff url(images/integration/values-back.png) center center no-repeat;
    height: 815px;
    text-align: center;
    padding: 150px 0;
}
.cs-white {
    color: #fefeff;
    text-shadow: 0 1px 1px rgba(0,0,0,.45);
    margin-bottom: 25px;
}
.cs-white.pricing-first {
    color: #fefeff;
    text-shadow: 0 1px 1px rgba(0,0,0,.45);
    margin-bottom: 25px;
}
.pricing-first {
    font-size: 40px;
    font-family: 'Proxima_Nova_Bold';
    color: #fff;
    margin-bottom: 0;
}
.demo-in-btn {
    max-width: 360px;
    width: 100%;
    padding: 9px 47px;
    margin: auto;
    font-size: 24px;
    line-height: 1.4;
    display: block;
    color: #24262b;
    font-weight: 600;
    text-align: center;
    border-radius: 25px 26px 26px 25px/25px 25px 26px 26px;
    background-color: #c6fd1f;
    box-shadow: 0 3px 2px rgba(0,0,0,.1);
}
.demo-in-btn:hover {
    background-color: #b3e61c;
}


/* Data Analysis */
.da-features {
	background: #fff;
	padding: 44px 0 30px;
}
.da-features .feature-cont {
    padding: 38px 0 100px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 70px;
}
.da-features .feature-cont:last-child {
    border-bottom: 0px !important;
    margin-bottom: 0 !important;
}
.da-features .feature-cont .image {
	/*float: left;*/
	width: 50%;
	text-align: center;
	padding: 0 20px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
.da-features .feature-cont .text {
	/*float: right;*/
	width: 50%;
	padding: 15px 40px 0;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
/*.da-features .feature-cont:nth-child(odd) .image {
	float: right;
}
.da-features .feature-cont:nth-child(odd) .text {
	float: left;
}*/
.da-features .feature-cont h2,
.da-features .feature-cont h3 {
    color: #222222;
    font-size: 38px;
    margin: 0 0 20px;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    font-weight: normal;
    line-height: 1.3;
}
.da-features .feature-cont p {
    color: #363636;
    font-size: 18px;
    margin: 0;
}

.da.solutions {
	background: #e9f7ea url(images/po-questions-bg.jpg) repeat-x bottom center;
}
.da.solutions .title p {
    font-size: 18px;
    max-width: 870px;
}
.da.solutions .text {
    width: 19.59%;
}
.da.solutions .text ul li {
    padding: 12px 21px;
}
.da.solutions .image {
    width: 65.84%;
}
.da.solutions .image h3 {
    color: #222222;
    font-size: 30px;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    font-weight: normal;
    margin: 0 0 15px;
}
.da.solutions .image p {
    font-size: 18px;
    margin: 0 0 30px;
}
.da.solutions .image img {
    margin: 0 auto;
    max-height: 449px;
    width: auto;
}

.rb-da-section2 {
    padding-top: 50px;
}
.rb-da-section2 .container {
    padding: 0 60px 40px;
}
.rb-da-section2 h3 {
    color: #222222;
    font-size: 38px;
    margin: 0 0 50px;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
}
.rb-da-section2 p {
    color: #363636;
    font-size: 18px;
    margin: 0;
}

.rb-da-section3 .container {
    padding: 0 60px 66px;
}
.rb-da-section3 h4 {
    color: #19a994;
    font-size: 27px;
    font-family: 'Proxima_Nova_Bold';
    font-weight: normal;
    margin: 0 0 20px;
}
.rb-da-section3 p {
    color: #363636;
    font-size: 18px;
    margin: 0 0 50px;
}
.rb-da-section3 .list-cont {
    width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 30px;
}
.rb-da-section3 ul {
    margin: 0;
    padding: 0;
}
.rb-da-section3 ul li {
	color: #363636;
    font-size: 18px;
    margin: 0 0 20px;
    list-style: none;
    display: block;
    position: relative;
    padding-left: 18px;
}
.rb-da-section3 ul li:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #19a994;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
}


/* Data Sharing */
.ds-testimonial {
    background: #f5f5f5;
    text-align: center;
	padding: 108px 0 85px;
}
.ds-testimonial .container {
    max-width: 990px
}
.ds-testimonial .testimonial-logo {
    display: block;
	margin: 0 auto 30px;
}
.ds-testimonial .testimonial-content p {
    color: #363636;
	font-size: 24px;
	margin: 0 0 30px;
}
.ds-testimonial .testimonial-author img {
    display: inline-block;
	vertical-align: middle;
	margin-right: 18px;
}
.ds-testimonial .testimonial-author p {
    display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin: 0;
	text-transform: uppercase;
}


/* Custom Filter */
.page-template-template-custom-filter .hero {
    padding: 120px 0 0;
    min-height: auto;
	border-bottom: 5px solid #f2f2f2;
	text-shadow: 0 1px 1px rgba(0,0,0,.45);
}
.gr-header-inner {
    width: 100%;
    background: url(images/integration/integrations-heading-bg.png) center center no-repeat;
    height: 290px;
    padding-top: 93px;
    background-size: cover;
}
.page-template-template-custom-filter #main {
	background: #f6f6f6;
}
.page-template-template-custom-filter .taxonomy-nav {
    height: auto;
}
.taxonomy-nav .container {
    position: relative;
}
.site-main ul.button-group {
    margin: 0;
    padding: 0;
}
.button-group li.is-checked {
    font-family:'Proxima_Nova_Bold';
    color: #00b8a0;
    border-bottom: 6px solid #00b8a0;
    transition: all 0.3s ease-in-out;
}
.button-group li {
    list-style-type: none;
    float: none;
    padding: 17px 30px 11px;
    cursor: pointer;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 6px solid transparent;
}
.filter-cta {
    cursor: pointer;
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #326814;
    width: 180px;
    height: 34px;
    border-radius: 17px;
    background-color: #c1f820;
    box-shadow: 0 1px 2px rgba(68,91,0,.7);
    line-height: 36px;
    text-align: center;
    top: 11px;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}
.cs-inner {
    max-width: 263px;
    height: 268px;
    margin: auto;
    background-color: #fff;
    border: 2px solid #dddddd;
    text-align: center;
    color: #5e5e5e;
    font-size: 14px;
    margin-bottom: 30px;
    padding: 8px 0;
    position: relative;
}
.cs-title {
	font-family:'Proxima_Nova_Bold';

}
.cs-title a {
    color: #5e5e5e;
	font-size: 14px;
}
.cs-img {
    max-width: 180px;
    height: 108px;
    margin: 14px auto 2px;
}
.cs-img img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    width: auto;
}
.cs-excerpt {
    max-width: 190px;
    margin: 0 auto;
    height: 70px;
    overflow: hidden;
	font-size: 14px;
}
.cs-url {
    position: absolute;
    bottom: 14px;
    width: 100%;
}
.cs-url span, .cs-url a {
    margin: 0 auto 0;
    display: block;
    font-weight: 600;
    font-size: 13px;
    color: #3092d5;
}
.filter-angle i {
    font-size: 60px;
    color: #fefeff;
    text-shadow: 9px 9px rgba(0,0,0,.06);
}
.pr-frm-first {
    font-size: 20px;
    font-family:'Proxima_Nova_Bold';
    line-height: 20px;
    margin: 0 auto 25px;
}
.pr-frm-second {
    font-size: 14px;
    max-width: 550px;
    margin: auto;
}
.page-template-template-custom-filter #values {
    background-color: #f6f6f6;
    background-position: center top;
    height: auto;
}
.page-template-template-custom-filter .filter-items.container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.page-template-template-custom-filter .pricing-form-wrapper {
    padding-left: 0;
    padding-top: 45px;
    width: 749px;
    height: 631px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f7f7f7;
    -webkit-box-shadow: 9px 9px rgba(0,0,0,.06);
    -moz-box-shadow: 9px 9px rgba(0,0,0,.06);
    box-shadow: 9px 9px rgba(0,0,0,.06);
    border: solid 3px rgba(36,91,83,.32);
    background: #f7f7f7;
}
.pricing-form-wrapper {
    background: url(images/pricing-form-bg.png) left center no-repeat;
    width: 761px;
    height: 522px;
    margin: auto;
    padding-left: 95px;
}
.page-template-template-custom-filter .page-template-pricing form {
    margin: auto;
}
.page-template-pricing form fieldset, 
.page-template-pricing form {
    max-width: 555px!important;
    overflow: hidden;
}
.page-template-pricing form fieldset, .page-template-pricing form {
    max-width: 555px!important;
    overflow: hidden;
}
.page-template-pricing form {
    margin-top: 0;
}
.page-template-pricing .hs-form.stacked label, 
.page-template-pricing .hs-form.stacked fieldset label, 
.page-template-pricing .hs-form fieldset label {
    margin: 0 0 5px!important;
    font-size: 14px!important;
    color: #989898;
    text-align: left;
    width: 555px!important;
    display: block!important;
    font-weight: normal;
}
.page-template-pricing #values .hs-form .hs-input,
.page-template-template-custom-filter #values .hs-form .hs-input {
    width: 100%!important;
    margin-bottom: 0;
    max-height: 40px;
    min-height: 0;
    max-width: 100%;
    box-sizing: border-box;
    height: 48px;
}
.page-template-pricing #values .hs-form textarea.hs-input {
    height: 75px!important;
    max-height: 75px;
}
.page-template-pricing #values .hs-form textarea,
.page-template-template-custom-filter #values .hs-form textarea {
    padding: 9px!important;
}
.page-template-pricing .page-template-pricing form textarea.hs-input,
.page-template-template-custom-filter .page-template-pricing form textarea.hs-input {
    font-size: 16px;
}
.page-template-pricing .page-template-pricing .hs-form.stacked fieldset.form-columns-1 .input, 
.page-template-template-custom-filter .page-template-pricing .hs-form.stacked fieldset.form-columns-1 .input, 
.page-template-pricing .page-template-pricing .pricing-form form .input,
.page-template-template-custom-filter .page-template-pricing .pricing-form form .input {
    margin-bottom: 0;
}
.page-template-pricing .hs-form.stacked fieldset.form-columns-1 .input, 
.page-template-template-custom-filter .hs-form.stacked fieldset.form-columns-1 .input, 
.page-template-pricing .pricing-form form .input,
.page-template-template-custom-filter .pricing-form form .input {
    margin-left: 0!important;
    margin-right: 0!important;
    max-width: 100%!important;
    margin-bottom: 20px;
}
.page-template-pricing input.hs-input.invalid.error {
    border: 1px solid red;
}
input.hs-input.error, 
.hs-form div.field.error input, 
.hs-form div.field.error textarea, 
.hs-form div.field.error .chzn-choices, 
textarea.hs-input.error {
    border-color: red!important;
}
.hs-form input[type=text], .hs-form input[type=email], .hs-form input[type=tel] {
    font-size: 16px!important;
    padding: 9px!important;
    min-height: 32px;
}
.page-template-pricing #values .pricing-form form input[type=submit],
.page-template-template-custom-filter #values .pricing-form form input[type=submit] {
    width: 99%!important;
    line-height: 50px!important;
    font-weight: normal!important;
    margin-top: 20px!important;
}
.page-template-template-custom-filter #values .pricing-form form input[type=submit], 
.page-template-pricing #values .pricing-form form input[type=submit] {
    color: #1fa0c2!important;
    width: 100%!important;
    max-width: 100%!important;
    height: 45px!important;
    line-height: 45px!important;
    border-radius: 22px!important;
    background-color: #c6fd1f!important;
    box-shadow: 0 3px 2px rgba(0,0,0,.1);
    font-size: 16px;
    padding: 0!important;
    margin-top: 0!important;
    border: none!important;
}



/* FAQs */
.page-template-template-faq .hero {
    padding: 172px 0 150px;
    min-height: auto;
}
.page-template-template-faq .pricing-faq {
    padding: 60px 0 100px;
    background: #f6f6f6;
}
.f_question {
    font-size: 16px;
    font-family: 'Proxima_Nova_Bold';
    line-height: 23px;
    color: #272a2f;
    padding-left: 60px;
    background: url(images/faq.png) left center no-repeat;
    margin-bottom: 8px;
    min-height: 44px;
}
.f_answer {
    font-size: 14px;
    color: #5e5e5e;
    line-height: 21px;
}
.f_item {
    margin-bottom: 35px;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.page-template-template-faq .cta_button {
    margin: 0 auto 33px;
    display: block;
}


/* In the News */
.page-template-template-in-the-news .hero {
    padding: 172px 0 150px;
    min-height: auto;
}
.news-cont {
    padding: 60px 0;
}
.news-item {
    text-align: center;
	margin-bottom: 30px;
}
.news-item .image {
    width: 17.92%;
    display: inline-block;
    vertical-align: top;
	text-align: left;
}
.news-item .image img {
    display: block;
	margin: 0 auto;
	-webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.news-item .image:hover img {
    opacity: .8;
}
.news-item .content {
    width: 55%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 2.92%;
}
.news-item .content h3 {
    font-size: 32px;
    margin: 0 0 15px;
    font-weight: normal;
    line-height: 1.3;
}
.news-item .content h3 a {
    color: gray;
}
.news-item .content h3 a:hover {
    color: #03bf9c;
}
.news-item .content p {
    font-size: 16px;
    margin: 0 0 20px;
}
.news-item .content p strong {
    color: #333;
}


/* Webinars Recordings */
.page-template-template-webinars-recordings .hero {
    padding: 172px 0 150px;
    min-height: auto;
}
.webinar-recordings {
	padding: 60px 0;
	text-align: center;
}
.webinar-video-nav h3 {
	font-size: 32px;
	font-weight: normal;
	margin: 0 0 40px;
}
.webinar-video-nav {
    margin-bottom: 40px;
}
.webinar-video-nav p {
    background: #03bfbf;
    width: 18%;
    float: left;
    margin: 0 1% 20px;
    box-sizing: border-box;
    padding: 5px 10px;
}
.webinar-video-nav p a {
    font-size: 16px;
	text-decoration: none;
	color: #fff;
	font-family: 'Proxima_Nova_Bold';
	display: block;
}
.webinar-videos {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    text-align: left;
}
.webinar-videos h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px;
}
.webinar-videos .webinar-video-item {
	margin: 0 0 60px;
}
.fluid-video {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
.fluid-video embed, 
.fluid-video iframe, 
.fluid-video object, .fluid-video video {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}


/* Tables */
.page-template-template-tables .hero {
    padding: 172px 0 150px;
    min-height: auto;
}
.page-template-template-tables #main {
    background: #f6f6f6;
}
.price-compare {
    background: #fff;
    padding: 50px 0;
    text-align: center;
    color: #5e5e5e;
    font-size: 15px;
}
.compare-header {
    font-size: 36px;
    line-height: 36px;
    color: #1e94e5;
    margin-bottom: 50px;
}
.cat-titles {
    color: #272a2f;
    font-family: 'Proxima_Nova_Bold';
    font-size: 22px;
    line-height: 22px;
}
.page-template-template-tables .price-compare .cat-row {
    height: auto;
    clear: both;
    padding-top: 5px;
}
.price-compare .cat-row {
    height: 30px;
    clear: both;
}
.cat-heading {
    text-align: left;
}
.price-compare hr {
    margin: 20px 0 10px;
    height: 1px;
    background: #d4d4d4;
}
.cat-title .cat-heading {
    font-size: 17px;
    line-height: 40px;
    font-family: 'Proxima_Nova_Bold';
    color: #1e94e5;
    white-space: nowrap;
}
.page-template-tables .cat-title .cat-heading {
    white-space: normal;
    line-height: 26px;
}


/* Pricing */
.page-template-template-pricing .hero {
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    color: #fefeff;
    text-shadow: 0 1px 1px rgba(0,0,0,.45);
    font-size: 40px;
    line-height: 50px;
	padding: 120px 0 150px;
    min-height: 500px;
}
.sticky_note {
    position: absolute;
    right: 0;
    top: -42px;
    text-shadow: none;
	display: none;
}
ul#stickyNotes {
    margin: 0;
    padding: 0;
}
ul#stickyNotes li {
    list-style-type: none;
    float: left;
}
ul#stickyNotes li a {
    text-decoration: none;
    color: #000;
    background: #ffc;
    display: block;
    height: 150px;
    width: 150px;
    padding-top: 20px;
    box-shadow: 5px 5px 7px rgba(33,33,33,.7);
    transition: -webkit-transform .15s linear;
    -o-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    position: relative;
    top: 5px;
    background: #c6fd1f;
}
ul#stickyNotes li .sticky_title {
    margin: 0 auto;
    font-size: 25px;
    padding-top: 5px;
	font-weight: normal;
}
ul#stickyNotes li a p {
    margin: 0 auto;
    font-size: 17px;
    line-height: 20px;
    margin-top: 5px;
}
.pricing-first {
    font-size: 40px;
    font-family: 'Proxima_Nova_Bold';
    font-weight: normal;
    color: #fff;
    margin-bottom: 0;
}
.pricing-second {
    font-size: 26px;
    margin: 5px auto;
}
.pricing-third {
    max-width: 1100px;
    margin: auto;
}

section {
    position: relative;
}
.page-template-template-pricing .packages .container {
    max-width: 1050px;
}
.packages {
    text-align: center;
}
.packages .container .col-sm-4 {
    top: -80px;
    padding: 0;
    float: none;
    display: inline-block;
    vertical-align: top;
}
/*.packages .container .col-sm-4.growth {
    top: -100px;
    z-index: 1;
}*/
.package {
    text-align: center;
    position: relative;
    color: #5e5e5e;
    font-size: 14px;
    background: #ffffff;
    box-shadow: 0 0 16px rgba(0,0,0,.2);
    height: 725px;
    box-sizing: border-box;
}
/*.growth .package {
    height: 785px;
}*/
/*.growth .package:hover {*/
.package:hover {
    box-shadow: 0 0 16px #1e94e5;
}
.packages .container .col-sm-4:hover {
    z-index: 1;
}
.package-top {
    background: #f8f8f8;
    height: 200px;
    border-bottom: 1px solid #ededed;
    position: relative;
}
.package-name {
    color: #272a2f;
    font-size: 36px;
    font-weight: normal;
	font-family: 'Proxima_Nova_Bold';
    padding: 22px 0 7px;
    line-height: 36px;
}
.package-frequency {
    font-weight: normal;
	font-family: 'Proxima_Nova_Bold';
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 22px;
}
.package-price {
    color: #1e94e5;
    font-size: 50px;
    position: absolute;
    width: 100%;
    bottom: 20px;
    line-height: 50px;
}
.growth .package-price .package-price-text, 
.package-price .package-price-text {
    color: #5e5e5e;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
}
.package-inner {
    padding: 0 30px;
    position: relative;
}
.package-receive {
    color: #1e94e5;
    font-family: 'Proxima_Nova_Bold';
    font-size: 18px;
    height: 90px;
    padding-top: 10px;
    line-height: 23px;
}
.package-receive p {
    margin: 0;
}
.package-bottom {
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0 45px;
    width: 100%;
}
.page-template-template-pricing .starter .btn {
    background-color: #c6fd1f;
    background-image: none;
    color: #1fa0c2;
}
.page-template-template-pricing .btn {
    display: block;
    height: 50px;
    border-radius: 25px;
    background-color: #1e94e5;
    box-shadow: 0 4px 6px rgba(0,0,0,.15);
    background-image: linear-gradient(68deg, rgba(0,184,160,.79), rgba(48,146,213,.79));
    color: #fff;
    font-size: 18px;
    font-family: 'Proxima_Nova_Bold';
    line-height: 50px;
}
.package-feature {
    border-top: 1px solid #d4d4d4;
    padding: 11px 5px;
    line-height: 19px;
    position: relative;
}
.growth .package-top {
    background: #f8f8f8 url(images/best-value.png) -33px -33px no-repeat;
    /*height: 222px;*/
}
.pricing-headings {
    text-shadow: 0 1px 1px rgba(0,0,0,.45);
    text-align: center;
    color: #fefeff;
    line-height: 40px;
}
.pricing-second {
    font-size: 26px;
    margin: 5px auto;
}
.pricing-headings .fa {
    font-size: 40px;
    line-height: 35px;
}
.page-template-pricing ul.hs-error-msgs {
    display: none!important;
}

.pricing-faq {
    padding-bottom: 60px;
}
.pricing-faq .compare-header {
    text-align: center;
    margin: 40px auto;
}
.more-questions {
    text-align: center;
    color: #272a2f;
    font-weight: normal;
	font-family: 'Proxima_Nova_Bold';
    font-size: 16px;
}
.more-questions p {
    margin: 0;
}
.more-questions a {
    color: #1fa0c2;
    margin: 15px 20px 0;
    display: inline-block;
}
.cat-titles.second {
    margin-top: 35px;
    margin-bottom: 18px;
}
.page-template-template-pricing .compare-btns .btn {
    height: 41px;
    line-height: 41px;
    margin: 0 auto 20px auto;
    max-width: 175px;
}


/* Use Cases */
.page-template-template-use-cases .hero {
    padding: 172px 0 150px;
    min-height: auto;
}
.page-template-template-use-cases #main {
    background: #f6f6f6;
}
.use-cases-content .container {
    max-width: 1000px;
}
.use-cases-item {
    margin-bottom: 60px;
}
.use-cases-item .image {
	margin-bottom: 15px;
}
.use-cases-item:nth-child(even) .image {
    float: right;
}
.use-cases-form .form-cont {
    background-image: url(images/fpi.png);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    padding: 25px;
}
.use-cases-form .form-cont .form {
    width: 100%;
    max-width: 530px;
	margin: 0 auto;
}
.use-cases-form .form-cont .form h1 {
    color: #FFF;
    font-weight: normal;
    margin: 0 0 10px;
    font-size: 32px;
}
.use-cases-form .form-cont .form h3 {
    color: #FFF;
	font-weight: normal;
    margin: 0 0 10px;
    font-size: 16px;
}
.use-cases-form .hs-form.stacked label, 
.use-cases-form .hs-form.stacked fieldset label, 
.use-cases-form .hs-form fieldset label {
    margin-left: 8px;
    font-weight: normal!important;
    font-size: 16px!important;
    font-family: 'Open Sans'!important;
}
.use-cases-form .hbspt-form form {
    width: auto;
}
.use-cases-form .hs_submit .actions {
    text-align: center;
    overflow: hidden;
    margin-top: 0!important;
}
.use-cases-form input[type="submit"].hs-button {
	background: #66cc00!important;
    border: none!important;
    color: #FFF!important;
    padding: 10px 20px 10px 20px!important;
    border-radius: 5px!important;
    width: auto !important;
    margin: 0 auto;
    height: auto;
}


/* Role Based */
.page-template-template-role-based .da-features .feature-cont {
    border-bottom: 2px solid #dddddd;
}
.page-template-template-role-based .da-features .feature-cont {
    padding: 38px 0 60px;
}
.page-template-template-role-based .da-features .feature-cont {
    margin-bottom: 35px;
}
.page-template-template-role-based .da-features .feature-cont .image {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.page-template-template-role-based .da-features .feature-cont .text {
    float: none;
    display: inline-block;
    vertical-align: middle;
	padding-top: 0;
}

.page-template-template-role-based .hero h1 {
    margin: 0 0 20px;
    font-size: 60px;
    font-family: 'Proxima_Nova_Condensed';
    font-weight: normal;
    line-height: 1.2;
}

.page-template-template-role-based .da-features .feature-cont h2 {
    color: #222222;
    font-size: 38px;
    margin: 0 0 20px;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    font-weight: normal;
    line-height: 1.3;
}

.page-template-template-role-based .da-features .feature-cont h3 {
    /*color: #01a695;*/
    font-size: 38px;
    margin: 0 0 20px;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    font-weight: normal;
    line-height: 1.3;
}


.row-top .feature-cont:nth-child(7) .text {
    /*width:100% !important;*/
}
.row-top .feature-cont:nth-child(7) .text h2 {
	/*text-align: center;*/
}

.row-top .feature-cont:nth-child(7) .text ul {
	display: block;
	width: 45%;
	float: left;
	margin: 1.5em 0 .5em 2em;
	list-style: none;
}

.row-top .feature-cont:nth-child(7) .text ul li {
  text-indent: -.7em;
}

.row-top .feature-cont:nth-child(7) .text ul li::before {
  content: "• ";
  color: #01a695;
	margin-right: 3px;
}
.row-bottom {
	padding: 0px 0 30px;
}
.row-bottom .feature-cont:first-child {
border-top: 2px solid #dddddd;
}
.da-features .clear {
	clear: both;
}
.social-proof {
	background: #1b3946;
	padding: 65px 0 100px;
}
.social-proof .container {
	max-width: 1260px;
}
.social-proof h3 {
    font-size: 38px;
    color: #26b995;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    font-weight: normal;
	margin: 0 0 65px;
    text-align: center;
}

/*.page-id-13734 .sp-testimonial-cont .sp-testimonial,
.page-id-13710 .sp-testimonial-cont .sp-testimonial {
    width: 23.5%;
}*/

.sp-testimonial-cont {
    text-align: center;
}
.sp-testimonial-cont .sp-testimonial {
    background: #fff;
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-left: 1.58%;
    margin-bottom: 40px;
    min-height: 280px;
    padding: 30px 25px 20px;
    box-sizing: border-box;
    text-align: center;
}
.sp-testimonial-cont .sp-testimonial:first-child {
    margin-left: 0%;
}
.sp-testimonial-cont .sp-testimonial .content {
    min-height: 110px;
}
.sp-testimonial-cont .sp-testimonial .content p {
    font-size: 18px;
    color: #26b995;
    margin: 0;
	line-height: 1.4;
}
.sp-testimonial-cont .sp-testimonial .author {
    min-height: 60px;
    padding: 10px 25px;
}
.sp-testimonial-cont .sp-testimonial .author p {
    font-size: 14px;
    color: #715d91;
    margin: 0;
	line-height: 1.4;
	font-family:'Proxima_Nova_Bold';
	font-weight: normal;
}
.sp-testimonial-cont .sp-testimonial img {
    display: block;
    margin: 17px auto 0;
}

.media-mentions {
	background: url(images/media-mentions-bg.jpg) no-repeat center;
	background-size: cover;
	padding-top: 65px;
	padding-bottom: 40px;
}
.media-mentions h3 {
    font-size: 38px;
    color: #1b3946;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    font-weight: normal;
	margin: 0 0 45px;
    text-align: center;
}
.mm-item {
    background: #fff;
	margin-bottom: 45px;
}
.mm-item img {
    display: inline-block;
    vertical-align: middle;
    width: 43.42%;
}
.mm-item p {
	display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: 55.28%;
    padding: 10px 30px 10px 55px;
    font-size: 18px;
    color: #363636;
    font-family: 'Proxima_Nova_Bold';
    line-height: 1.3;
}

.rb-resources {
	padding-top: 60px;
	padding-bottom: 70px;
	text-align: center;
}
.rb-resources h3 {
    font-size: 38px;
    color: #1b3946;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    font-weight: normal;
	margin: 0 0 65px;
}
.resources-item {
    max-width: 359px;
    width: 100%;
    margin: 0 34px 40px;
    vertical-align: middle;
	display: inline-block;
}
.resources-item .image {
	position: relative;
}
.resources-item .image img {
	display: block;
	margin: 0 0 30px;
}
.resources-item .image .cat {
	position: absolute;
    top: 0;
    left: 0;
    background: #cccccc;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Proxima_Nova_Bold';
    min-width: 115px;
    padding: 8px 5px;
    letter-spacing: 2px;
}
.resources-item h4 {
    font-size: 20px;
    color: #555555;
	margin: 0 0 25px;
	padding: 0 20px;
}
.resources-item a {
    font-size: 16px;
    color: #a748ea;
    font-family: 'Proxima_Nova_Bold';
    text-decoration: none;
    border: 3px solid #e9d1fa;
    line-height: 1.5;
    display: inline-block;
    padding: 7px 26px;
    border-radius: 4px;
}


/* Search */
.search .hero {
    padding: 172px 0 150px;
    min-height: auto;
}
.search #main {
    width: 70.7%;
    float: left;
    box-sizing: border-box;
	padding: 0 30px 50px;
}
.search #secondary {
    width: 29.2%;
    float: right;
}
.search #secondary .widget{
    float: right;
    width: 295px;
}
.search #secondary .widget{
    border-top: 2px solid rgb(234, 240, 244);
}
.search #secondary .widget {
    box-shadow: 0 3px 15px rgba(0,0,0,.1);
    margin: 0 auto 30px;
    padding-bottom: 18px;
    padding-top: 18px;
    max-width: 100%;
}
.search #secondary .widget{
    font-size: 14px;
    margin-bottom: 2.5em;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 3.464px 8px 0 rgba(39, 44, 49, 0.12), 8px 13.856px 38px 0 rgba(39, 44, 49, 0.08);
    padding: 20px;
}
.search #secondary .widget-title {
	font-family: 'Open Sans';
	color: #484747;
    font-size: 14px;
    font-weight: 600;
    padding: 0 11px;
    position: relative;
    z-index: 1;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0px;
}
.search #secondary .widget ul {
	margin: 0 0 0 1em;
    padding: 0;
	list-style: none;
}
.search #secondary .widget ul li a {
    color: #00b8a0;
    font-weight: 600;
	text-decoration: none
}
.search h2.entry-title {
    margin: 0;
    font-weight: normal;
}
.search h2.entry-title a {
	color: #333;
    text-decoration: none;
    font-size: 18px;
}
.search h2.entry-title a:hover {
	color: #03bf9c;
}
.search .metaBox {
    font-size: 12px;
    color: #a2a2a2;
}
.search .metaBox a {
    color: #a2a2a2;
    text-decoration: none;
    font-family: Open Sans;
}
.search .metaBox .fa {
    padding-right: 3px;
}
.search .metaBox span {
    display: inline-block;
    margin-right: 20px;
}
.search .metaBox a:hover {
    color: #00b8a0;
}
.search .metaBox .singlepostcategory .fa {
    color: #00b8a0;
}
.search .entry-summary p {
    margin-top: 5px;
    margin-bottom: 1.6em;
    color: #00052e;
    font-size: 16px;
}
.search .more-link {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 0!important;
}
.search .more-link a {
    display: inline-block;
    outline: 0;
    -webkit-transition: background-color .1s ease;
    transition: background-color .1s ease;
    line-height: 2.5;
    margin: 10px 5px;
    padding: 0 19px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
	color: #333;
	border: 3px solid #333;
	border-radius: 3px;
}
.search .more-link a:hover {
    background: #03bf9c;
    border: 3px solid #03bf9c;
    color: #f7f7f7;
}
.search #primary {
    padding: 50px 0;
}


/* 404 */
.error404 .footer-cta,
.error404 .main-header {
    display: none;
}
.error404 div#primary {
    text-align: center;
    padding: 100px 0;
}
.error404 h1.page-title {
    font-size: 72px;
    margin: 0;
    font-weight: normal;
}
.error404 .page-content p {
    font-size: 16px;
    margin: 1.6em 0;
}
.error404 .page-content a {
    color: #03bf9c;
}


/* Category */
.category .cat_dd {
    display: block;
    position: relative;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
}
.category article:first-child .more-link {
	margin: 0 !important;
}

.category .metaBox {
	font-size: 12px;
	color: #a2a2a2;
}
.category .metaBox .fa {
	padding-right: 3px;
}
.category .metaBox .singlepostcategory .fa {
	color: #00b8a0;
}
.category .metaBox .blogmeta {
	padding-right: 10px;
}
.category .metaBox a {
	color: #a2a2a2;
	text-decoration: none;
	font-family: Open Sans;
}
.category .metaBox a:hover {
	color:#00b8a0;
}
.category .more-link {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 0!important;
}
.category .more-link .border-button-accent-hover {
    width: 197px;
    height: 35px;
    border-radius: 17px 18px 18px 17px/17px 17px 18px 18px;
    background-color: #00b8a0!important;
    box-shadow: 0 3px rgba(0,0,0,.05);
    border-color: #00b8a0 !important;
	border-style: solid;
    border-width: 3px;
    line-height: 28px;
    color: #fff!important;
	text-decoration: none;
	padding: 8px 19px;
    font-size: 13px;
    font-weight: 700;
    display: inline;
}
.category .more-link a:hover {
	background-color: #FFF !important;
	color: #00b8a0 !important;
	transition: 0.2s;
}
.category article:first-child img {
    max-height: 1000px;
    max-width: 100%;
    height: auto;
    float: left;
    min-height: 255px;
}
.category article:first-child .entry-content {
    float: right;
    width: 52%;
    padding: 0 17px;
	margin: 0px !important;
}
.category article .entry-content {
	margin: 5px !important;
}
.category article:first-child .entry-thumbnail {
    width: 48%;
}
.category article:first-child .singlepostcategory {
	display: none;
}
.category article:first-child p {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 15px;
    margin-top: 5px;
}
.category article p {
	font-size: 15px;

}
.category article .entry-content {
    padding: 0 2em 0;
}
.category {
	background: #ffffff;
}
.category .main-header {
	background: rgba(51, 51, 51, 0.7)!important;
}
.category .blog-wrapper {
    width: 92%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.category #main{
	width: 70.7%;
	float: left;
}
.category #secondary{
    width: 29.2%;
    float: right;
}
.category #secondary .widget{
    float: right;
    width: 295px;
}
.category #secondary .widget{
    border-top: 2px solid rgb(234, 240, 244);
}
.category #secondary .widget {
    box-shadow: 0 3px 15px rgba(0,0,0,.1);
    margin: 0 auto 30px;
    padding-bottom: 18px;
    padding-top: 18px;
    max-width: 100%;
}
.category #secondary .widget{
    font-size: 14px;
    margin-bottom: 2.5em;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 3.464px 8px 0 rgba(39, 44, 49, 0.12), 8px 13.856px 38px 0 rgba(39, 44, 49, 0.08);
    padding: 20px;
}
.category #secondary .widget-title {
	font-family: 'Open Sans';
	color: #484747;
    font-size: 14px;
    font-weight: 600;
    padding: 0 11px;
    position: relative;
    z-index: 1;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0px;
}
.category #secondary .widget ul {
	margin: 0 0 0 1em;
    padding: 0;
	list-style: none;
}
.category #secondary .widget ul li a {
    color: #00b8a0;
    font-weight: 600;
	text-decoration: none
}
.category #secondary h2.widget-title::before {
border-top: 1px solid #d1d1d1; /* changes the border width, style, colour */
margin-top: 10px; /* moves the line up or down */
content: " ";
position: absolute;
left: 0;
right: 0;
z-index: 0; }

.category #secondary h2.widget-title span {
background: #FFF; /* text background color to cover line */
padding: 0 10px; /* adds space to either side of the text */
position: relative;
z-index: 1 !important;
margin: 0 auto; }

.category .footer-cta {
	display: none;
}

/******Blog Pagination*******/

.category .pagination {
	width: 90%;
    border-top: 1px solid #d1d1d1;
    margin: 20px auto;
}

.category .pagination ul {
	list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.category .pagination ul.page-numbers li .page-numbers {
    font-size: 0;
    margin: 0;
    width: 0;
}
.category .pagination ul.page-numbers {
    width: 90%;
}
.category .pagination ul.page-numbers li .page-numbers.prev:before, 
.category .pagination ul.page-numbers li .page-numbers.next:before {
    position: relative;
    color: #969696;
    margin-left: -44px;
}
.category .pagination ul.page-numbers li .prev.page-numbers, 
.category .pagination ul.page-numbers li .next.page-numbers {
    position: relative;
    width: 46px;
    height: 47px;
    border-radius: 23px;
    background-color: #fff;
    box-shadow: 0 3px 15px rgba(0,0,0,.1);
    top: -24px;
}
.category ul.page-numbers:before {
    height: 1px;
    width: 100%;
    background: #d1d1d1;
    top: 50%;
    position: relative;
}


/* Home Page New */
.page-template-template-home-new .hero {    
    /* text-align: left; */
	/*padding-bottom: 130px;
	background-image: url(images/hero-bg-new3.jpg);
    padding-top: 150px;
    background-position: center;*/
}
.page-template-template-home-new .hero .medallia_link{
	padding: 35px 0;
}
.page-template-template-home-new .hero .medallia_link a{
    color: #fff;
    font-size: 25px;
}
.page-template-template-home-new .hero h1 {
    margin: 0 0 45px;
    /*font-family: 'Proxima_Nova_Condensed_Light';*/
}
.page-template-template-home-new .hero img {
    margin: 0 auto 30px;
    display: block;
}

.page-template-template-home-new .testimonial-item .column-bottom p {
    color: #b8b8b8;
	font-size: 20px;
	font-family: 'Proxima_Nova';
}

.home-new-testimonial {
	background: #2d5160;
	text-align: center;
	padding: 20px 0;
}
.home-new-testimonial img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 35px;
	padding: 20px;
}
.home-new-testimonial span {
	display: inline-block;
	vertical-align: middle;
	font-family:'Proxima_Nova_Condensed';
	color: #ffffff;
	font-size: 30px;
	font-style: italic;
	text-align: left;
}

.home-new-di {
    text-align: center;
	padding: 55px 0 10px;
}
.home-new-di header h3 {
    color: #1b3946;
    font-size: 34px;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    margin: 0 0 20px;
}
.home-new-di header p {
    color: #2a2929;
    font-size: 24px;
    max-width: 800px;
    margin: 0 auto 90px;
}
.home-new-di .top-text {
    padding: 40px 0px;
    max-width: 1000px;
    margin: 0 auto;
}
.home-new-di .top-text p {
	font-size: 20px;
    margin: 0 0 20px;
}
.di-bottom-content {
    text-align: left;
}
.di-bottom-content-item {
	margin-bottom: 100px;
}
.di-bottom-content-item .text {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
	padding: 0 20px;
	box-sizing: border-box;
}
.di-bottom-content-item .text h3 {
	color: #222;
    font-size: 30px;
    font-family: 'Proxima_Nova';
    margin: 0 0 25px;
    line-height: 1.3;
}
.di-bottom-content-item .text p {
	color: #888888;
    font-size: 20px;
    font-family: 'Proxima_Nova';
    margin: 0;
}
.di-bottom-content-item .image {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
	padding: 0 20px;
	box-sizing: border-box;
}
.di-bottom-content-item .image img {
    display: block;
    margin: 0 auto;
}
.di-list-item {
    max-width: 330px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 30px 30px;
    padding-top: 50px;
}
.di-list-item .icon-cont {
    min-height: 96px;
	margin-bottom: 15px;
}
.di-list-item .icon-cont img {
    display: block;
	margin: 0 auto;
}
.di-list-item p {
	color: #2a2929;
    font-size: 20px;
    margin: 0;
}

.home-new-elc {
	text-align: center;
}
.home-new-elc .top-text {
	padding: 30px 0 20px;
}
.home-new-elc h4 {
    color: #1b3946;
    font-size: 30px;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    margin: 0;
}
.home-new-elc h3 {
    color: #1b3946;
    font-size: 38px;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    margin: 0;
	padding-top: 50px;
}
.home-new-elc h3 img,
.home-new-elc h3 span {
    display: inline-block;
	vertical-align: middle;
}
.home-new-elc h3 img {
    margin-right: 15px;
}
.elc-list {
    display: table;
    border-collapse: separate;
    border-spacing: 40px 45px;
	padding-top: 10px;
	padding-bottom: 35px;
}
.elc-list-cont {
	display: table-row;
}
.elc-list-item {
    width: 540px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 40px 50px 35px;
}

.elc-list-item h5 {
	color: #222222;
    font-size: 24px;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    margin: 0 0 10px;
    position: relative;
    line-height: 1.5;
    padding: 8px 0 8px 70px;
}
.elc-list-item img {
    position: absolute;
    left: 0;
    width: 60px;
    top: -999px;
    bottom: -999px;
    margin: auto;
}
.elc-list-item p {
	color: #888888;
	font-size: 16px;
	margin: 0;
}

.tour-cta {
    background: url(images/footer-cta-bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 45px 0 70px;
}
.tour-cta p {
	color: #ffffff;
    font-size: 30px;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    margin: 0 0 15px;
    font-style: italic;
}
.tour-cta span {
	display: block;
    color: #ffffff;
    font-size: 24px;
    margin: 0 0 30px;
}
.tour-cta a.btn {
	font-family: 'Proxima_Nova_Bold';
    font-size: 22px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    background: #6249ca;
    line-height: 1.4;
    padding: 17px 37px;
    border-radius: 6px;
}

.home-new-resources {
    padding-top: 40px;
    padding-bottom: 30px;
}
.home-new-resources .text {
    width: 50%;
    float: left;
    padding: 71px 25px 110px;
}
.home-new-resources .text h3 {
	font-size: 42px;
    font-family: 'Proxima_Nova_Condensed';
    font-weight: normal;
    margin: 0 0 15px;
	line-height: 1.3;
}
.home-new-resources .text p {
    font-size: 20px;
    margin: 0 0 30px;
}
.home-new-resources .text a {
    color: #6249ca;
    font-size: 20px;
    font-family: 'Proxima_Nova_Bold';
    text-decoration: none;
    display: inline-block;
    border: 4px solid #d8d1f2;
    border-radius: 4px;
    line-height: 1.5;
    padding: 10px 57px;
    margin: 0;
	text-align: center;
}
.home-new-resources .image {
    width: 50%;
    float: right;
    overflow: hidden;
    right: 0;
    bottom: 0;
	padding: 0 40px;
}
.home-new-resources .image img {
	display: block;
	margin: 0 auto;
}

.page-template-template-home-new .testimonial-item .column-bottom {
    height: 260px;
}

.footer-cta-testimonials {
	display: none;
}
.page-template-template-home-new .footer-cta-testimonials {
	display: block;
}
.page-template-template-home-new .footer-cta h2 {
    font-size: 50px;
    /*font-family: 'Proxima_Nova_Condensed';*/
}
.page-template-template-home-new .footer-cta p {
    display: none;
}
.footer-cta-testimonials img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 35px;
	padding: 20px;
}
.footer-cta-testimonials span {
	display: inline-block;
	vertical-align: middle;
	font-family:'Proxima_Nova_Condensed';
	color: #ffffff;
	font-size: 28px;
	font-style: italic;
	text-align: left;
}
.logos .cc-autoplay {
	overflow: hidden;
	max-width: 1006px;
	margin: 0 auto 50px;
}
.logos .slick-track {
    margin: 0 auto;
}



/* Capterra */
.page-template-template-home-new.page-id-14639 .hero img {
    margin: 0 auto 50px;
}
.page-template-template-home-new.page-id-14639 .home-new-resources,
.page-template-template-home-new.page-id-14639 .nav-cont {
    display: none;
}
.page-template-template-home-new.page-id-14639 .hero p {
    margin: 0 0 40px;
}


/* Email Subscription */
.hbspt-form {
    /*display: none !important;*/
}
#secondary #text-3 p {
	margin: 0;
}
#email-subscribe .subscribe-title {
    margin: 0 0 15px;
    font-size: 14px;
    text-align: center;
}
#email-subscribe .subscribe-title {
    margin: 0 0 15px;
    font-size: 14px;
    text-align: center;
}
#email-subscribe .field.hs-form-field {
    float: none !important;
    width: 100% !important;
	margin-bottom: 25px;
}
#email-subscribe .input {
	margin: 0 !important;
}
#email-subscribe .hs-form input[type=text], 
#email-subscribe .hs-form input[type=email] {
    font-size: 14px!important;
    padding: 5px 10px!important;
    height: 36px;
    width: 100%;
}
#email-subscribe .hs-form label {
    font-family: 'Proxima_Nova_Bold';
}
#email-subscribe ul.hs-error-msgs.inputs-list {
    margin: 0 !important;
    padding: 3px 0 !important;
}
#email-subscribe ul.hs-error-msgs.inputs-list li {
    display: block;
}
#email-subscribe ul.hs-error-msgs.inputs-list label {
    color: red;
    font-family: 'Proxima_Nova';
    font-size: 12px;
}
#email-subscribe .hs-form input[type=submit] {
    color: #fff !important;
    font-size: 15px !important;
    letter-spacing: 3px !important;
    font-family: 'Proxima_Nova_Condensed_Semibold' !important;
}


/* Pricing New */
.page-template-template-pricing-new .hero {
	padding: 172px 0 150px;
    min-height: auto;
}
.pricing-content {
	padding-bottom: 64px;
}
.pricing-content .text {
    float: left;
    /* max-width: 600px; */
    width: 50%;
    box-sizing: border-box;
    padding: 120px 20px 120px 50px;
}
.pricing-content .text p {
    font-size: 24px;
    color: #000000;
    margin: 0 0 35px;
}
.pricing-content .form {
    float: right;
	/* max-width: 545px; */
    width: 45.42%;
    box-sizing: border-box;
    border: 4px solid #6dc9ae;
    border-radius: 6px;
    margin-top: -126px;
    background: #fff;
    padding: 50px 45px 50px 55px;
}
.pricing-content .form h3 {
    font-family: 'Proxima_Nova_Black';
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    color: #1f1f1f;
    margin: 0 0 20px;
}
.pricing-content .form p {
	font-size: 15px;
    color: #1f1f1f;
    text-align: center;
    margin: 0 0 25px;
}
.pricing-content .form .field {
	margin-bottom: 22px !important;
}
.pricing-content .form label span {
    font-size: 16.5px;
    color: #1f1f1f;
    font-family: "Open Sans";
    font-weight: bold;
}
.pricing-content .form input[type='email'],
.pricing-content .form select,
.pricing-content .form input[type='tel'],
.pricing-content .form input[type='text'] {
    background: #f2f7fc;
    height: 46px;
    box-sizing: border-box;
    padding: 5px 20px !important;
    border: none;
    border-radius: 0px;
    width: 100% !important;
    color: #636363;
    font-size: 16.5px !important;
    font-family: 'Open Sans';
}
.pricing-content .form input[type='submit'] {
	color: #fff;
    background: #6249ca !important;
    border-radius: 0px;
    font-size: 19px;
    font-family: 'Open Sans';
    font-weight: 900;
    height: 49px;
    width: 100%;
    max-width: 289px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}
.pricing-content .form .actions {
    margin-left: 0 !important;
}
.pricing-content .form textarea {
    background: #f2f7fc;
    height: 133px;
    box-sizing: border-box;
    padding: 20px 20px !important;
    border: none;
    border-radius: 0px;
    width: 100% !important;
    color: #636363;
    font-size: 16.5px !important;
    font-family: 'Open Sans';
}
.pricing-content .form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #636363;
}
.pricing-content .form ::-moz-placeholder { /* Firefox 19+ */
  color: #636363;
}
.pricing-content .form :-ms-input-placeholder { /* IE 10+ */
  color: #636363;
}
.pricing-content .form :-moz-placeholder { /* Firefox 18- */
  color: #636363;
}


/* Tables V2 */
.page-template-template-tables-v2 .hero {
    padding: 266px 0 110px;
    min-height: 540px;
} 
.page-template-template-tables-v2 .hero h1, 
.page-template-template-tables-v2 .hero h3 {
    font-size: 60px;
    font-family: 'Proxima_Nova_Condensed';
}

.advantages-top {
	background: #ffffff;
	padding-top: 50px;
	padding-bottom: 40px;
}
.advantages-top .container {
	max-width: 1030px;
}
.advantages-top img {
	display: block;
    margin: 0 auto 25px;
}
.advantages-top h3 {
	color: #222;
	font-size: 38px;
	font-family: 'Proxima_Nova_Condensed_Semibold';
	margin: 0 0 40px;
	text-align: center;
}
.advantages-top p {
	color: #363636;
	font-size: 18px;
	margin: 0 0 20px;
}

.advantages-cont {
	background: #f5f5f5;
	text-align: center;
	padding-top: 55px;
	padding-bottom: 60px;
}
.advantages-cont h3 {
	color: #2f505e;
	font-size: 38px;
	font-family: 'Proxima_Nova_Condensed_Semibold';
	margin: 0 0 45px;
	text-align: center;
}
.advantages-item {
    display: inline-block;
    max-width: 504px;
    vertical-align: top;
    width: 100%;
    padding: 20px 40px 0;
}
.advantages-cont .advantages-item .image {
	height: 126px;
	margin-bottom: 25px;
}
.advantages-cont .advantages-item img {
	display: inline-block;
	vertical-align: bottom;
}
.advantages-cont .advantages-item .image:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	height: 100%;
}
.advantages-cont .advantages-item p {
	color: #363636;
	font-size: 18px;
	margin: 0 0 60px;
}
.advantages-cont .advantages-item:first-child:after,
.advantages-cont .advantages-item:nth-child(2):after {
	background: #ddd;
    height: 1px;
    max-width: 504px;
    width: 100%;
    display: block;
    content: '';
    margin: 0 auto;
}
.advantages-cont .advantages-item:nth-child(odd) {
	border-right: 1px solid #ddd;
}

.features-bottom {
    background: #249fae;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 83px;
}
.features-bottom p {
    color: #ffffff;
    font-size: 30px;
    margin: 0;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    line-height: 1.2;
    padding: 0 70px;
}

.tables-top {
	text-align: center;
	padding-top: 55px;
	padding-bottom: 45px;
}
.tables-top .container {
	max-width: 820px;
}
.tables-top h3 {
	color: #222;
	font-size: 38px;
	font-family: 'Proxima_Nova_Condensed_Semibold';
	margin: 0 0 40px;
	text-align: center;
}
.tables-top p {
	color: #363636;
	font-size: 18px;
	margin: 0 0 20px;
}

.page-template-template-tables-v2 .da-features .feature-cont {
    padding: 38px 0 60px;
    margin-bottom: 10px;
}

.page-template-template-tables-v2 .price-compare .cat-row {
    height: auto;
    clear: both;
    padding-top: 5px;
}
.page-template-template-tables-v2 .compare-header {
    font-size: 22px;
    line-height: 36px;
    color: #42cbac;
    margin-bottom: 50px;
    text-align: left;
    font-weight: bold;
    font-family: 'Open Sans';
	padding: 0 14px;
}
.page-template-template-tables-v2 .cat-title .cat-heading {
    font-size: 16px;
    color: #42cbac;
}
.page-template-template-tables-v2 .price-compare {
    color: #919191;
    font-size: 13px;
}

.cvg-testimonial {
    background: #2f505e;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 5px;
}
.cvg-testimonial p {
    color: #ffffff;
    font-size: 30px;
    margin: 0 0 45px;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    line-height: 1.2;
    padding: 0 100px;
}
.cvg-testimonial a {
    color: #ffffff;
    font-size: 22px;
    display: inline-block;
    text-decoration: underline;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    line-height: 1.2;
}

.page-template-template-tables-v2 .footer-cta {
	display: none;
}



/* Professional Services */
.page-template-template-professional-services .hero {
    padding: 266px 0 110px;
    min-height: 540px;
} 
.page-template-template-professional-services .hero h1, 
.page-template-template-professional-services .hero h3 {
    font-size: 60px;
    font-family: 'Proxima_Nova_Condensed';
}

.ps-hiw-top {
	padding-top: 105px;
	padding-bottom: 70px;
}
.ps-hiw-top .content {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 27px;
	padding-right: 43px;
	padding-bottom: 40px;
}
.ps-hiw-top .content:nth-child(even) {
	padding-right: 27px;
	padding-left: 43px;
}
.ps-hiw-top h3 {
    color: #222;
    font-size: 38px;
    margin: 0 0 35px;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    line-height: 1.2;
}
.ps-hiw-top p {
    color: #363636;
    font-size: 18px;
    margin: 0;
}

.ps-hiw {
	background: #d4f0d1;
	padding-bottom: 52px;
	padding-top: 60px;
}
.ps-hiw .container {
	max-width: 1146px;
}
.ps-hiw h2 {
	color: #1b3946;
    font-size: 38px;
    margin: 0 0 46px;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    line-height: 1.2;
	text-align: center;
}

.hiw-item {
	background: #ffffff;
    /* max-width: 540px; */
    width: 47.12%;
	min-height: 235px;
	box-sizing: border-box;
	display: block;
	margin-bottom: 48px;
	float: left;
	padding: 30px 65px 20px 60px;
}
.hiw-item:nth-child(even) {
	margin-left: 5.76%;
}
.hiw-item img {
	margin-right: 32px;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: middle;
}
.hiw-item h3 {
	font-family: 'Proxima_Nova_Condensed_Semibold';
	font-size: 30px;
	color: #19a994;
	margin: 0 0 20px;
	display: inline-block;
	vertical-align: middle;
}
.hiw-item p {
	font-size: 16px;
	color: #888888;
	margin: 0;
}

.ps-solutions img {
	display: block;
	width: 100%;
}
.ps-solutions-list {
	text-align: center;
	padding-top: 105px;
	padding-bottom: 40px;
}
.ps-solutions-item {
	display: inline-block;
	vertical-align: middle;
	max-width: 530px;
	width: 100%;
	min-height: 470px;
	box-sizing: border-box;
	margin: 0 15px 40px;
	background: url(images/ps/ps-benefit-bg.png) no-repeat top right;
	border: 3px solid #e9e9e9;
	padding: 50px 50px 5px 40px;
}
.ps-solutions-item h3 {
	color: #28a7b6;
	font-size: 42px;
	margin: 0 0 40px;
	line-height: 1.2;
	font-family:'Proxima_Nova_Condensed';
	font-weight: normal;
}
.ps-solutions-item ul {
	margin: 0;
	padding: 0;
}
.ps-solutions-item p {
	margin: 0;
}
.ps-solutions-item ul li {
	list-style: none;
	display: block;
	font-size: 18px;
	color: #363636;
	position: relative;
	padding-left: 17px;
	text-align: left;
	margin-bottom: 20px;
}
.ps-solutions-item ul li:before {
	background: #74cea0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	content: '';
	top: 7px;
    left: 0;
}



/* Solutions V2 */
.page-template-template-solutions-v2 .hero h1 {
    margin: 0 0 20px;
    font-size: 60px;
    font-family: 'Proxima_Nova_Condensed';
    font-weight: normal;
    line-height: 1.2;
}
.page-template-template-solutions-v2 .wrap {
    max-width: 685px;
}
.solutions-content {
    background: #fff;
    padding: 44px 0 30px;
}
.solutions-cont:last-child {
    border: 0;
}
.solutions-cont {
    margin-bottom: 35px;
	padding: 38px 0 60px;
	border-bottom: 2px solid #dddddd;
}
.solutions-cont h3 {
	color: #222222;
    font-size: 38px;
    margin: 0 0 20px;
    font-family: 'Proxima_Nova_Condensed_Semibold';
    font-weight: normal;
    line-height: 1.3;
}
.solutions-cont .text {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 40px;
	width: 50%;
    box-sizing: border-box;
}
.solutions-cont .text p {
    color: #363636;
    font-size: 18px;
    margin: 0;
}
.solutions-cont .image {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
	width: 50%;
    box-sizing: border-box;
}
.solutions-cont .image img {
    display: block;
    margin: 0 auto;
}


/* Media Queries */
@media only screen and (max-width: 1240px) {
	
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.questions-list {
		text-align: center !important;
	}
	
	/* Custom Filter */
	.page-template-template-custom-filter .button-group li {
		padding: 17px 14px 9px;
	}
	
	.home-testimonials .testimonial-top {
		height: 600px;
	}
	
	
	
}

@media only screen and (max-width: 1100px) {
	
	/* Tables V2 */
	.advantages-cont .advantages-item:nth-child(odd) {
		border-right: none;
	}
	
	.advantages-item {
		display: block;
		padding: 40px 0px 0;
		margin: 0 auto;
	}
	
	.advantages-cont .advantages-item:nth-child(3):after {
		background: #ddd;
		height: 1px;
		max-width: 504px;
		width: 100%;
		display: block;
		content: '';
		margin: 0 auto;
	}
	
}

@media only screen and (max-width: 1024px) {
	
	/* Professional Services */
	.hiw-item {
		max-width: 540px;
		width: 100%;
		margin: 0 auto 48px !important;
		float: none;
		padding: 30px 40px;
	}
	
	
	/* Pricing New */
		.pricing-content .text {
		float: none;
		width: 100%;
		padding: 40px 30px;
	}
	
	.pricing-content .form {
		float: none;
		max-width: 545px;
		width: 100%;
		margin: 0 auto;
	}
	
	
	/* Home New */
	.home-new-resources .image {
		padding: 0;
	}
	
	.home-new-resources .text {
		padding: 0 25px 40px;
	}
	
	.elc-list {
		display: block;
		border-spacing: 0;
	}
		
	.elc-list-cont {
		display: block;
	}
	
	.elc-list-item {
		width: 100%;
		max-width: 540px;
		display: block;
		margin: 0 auto 45px;
	}
	
	.di-bottom-content-item .image,
	.di-bottom-content-item .text {
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
		
	
	/* Role Based */
	.sp-testimonial-cont .sp-testimonial {
		width: 46% !important;
		margin: 0 2% 40px !important;
	}
	
	
	/* Home */
	.home-resources .text {
		padding: 71px 20px 110px 20px;
	}
	
	
	/* Custom Filter */
	.gr-header-inner {
		padding-top: 20px;
	}
	
	.button-group li {
		display: block;
		text-align: center;
		border-top: 2px solid #ddd;
	}
	
	.button-group li:first-child {
		border-top: 0px;
	}
	
	.filter-cta {
		position: relative;
		margin: 30px auto 0;
	}
	
	
	/* Contact */
	.contact-map .content,
	.contact-address .content,
	.contact-numbers .content {
		width: 100%;
		display: block;
		margin: 0 auto 30px;
		max-width: 500px;
	}
	
	
	.main-navigation {
		display: none;
	}
	
	button.toggle-menu {
		display: block;
	}
	
	.logo-cont {
		margin-top: 20px;
		margin-left: 0px;
		display: block;
		float: none;
		text-align: center;
	}
	
	.nav-cont {
		float: none;
		position: absolute;
		top: 29px;
		margin: 0;
		right: 26px;
	}
	
	.nav-cont ul li a {
		padding: 25px 15px 25px;
	}
	
	.secondary-nav ul li:before {
		margin: 0 25px;
	}
	
	.connect .text {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 30px;
	}
	
	.connect .image {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	
	.solutions .text {
		width: 100% !important;
		float: none;
		margin-left: 0 !important;
		text-align: center;
		margin-bottom: 35px;
	}
	
	.solutions .text ul {
		display: table;
	}
	
	.solutions .text ul li {
		width: 20%;
		display: table-cell;
		padding: 20px 18px;
		vertical-align: top;
		text-align: left;
	}
	
	.solutions .text ul li.active:after {
		background: url(images/solutions-arrow2.png) no-repeat center;
		width: 22px;
		height: 12px;
		position: absolute;
		top: 100%;
		left: 50%;
		margin-top: 0;
		margin-left: -11px;
	}
	.home .solutions .text ul li.active:after {
		background: url(images/solutions-arrow-home2.png) no-repeat center;
	}
	
	.solutions .image {
		width: 100% !important;
		float: none;
		margin-right: 0 !important;
	}
	
	.home-testimonials .testimonial-cont {
		display: block;
	}
	
	.testimonial-item .arrow-down {
		width: 0;
		height: 0;
		border-left: 18px solid transparent;
		border-right: 18px solid transparent;
		border-top: 16px solid #f00;
		display: block;
		margin: 0 auto -17px !important;
	}
	
	.home-testimonials .testimonial-item:nth-child(even) .arrow-down {
		border-top: 14px solid #2d5160;
		border-bottom: 0;
	}
	
	.testimonial-item .author {
		float: none;
	}
	
	.testimonial-item .right {
		margin-right: 0;
		float: none;
	}
	
	.home-testimonials .testimonial-top {
		height: auto;
		display: block;
		padding: 40px 0;
	}
	
	.home-testimonials .testimonial-item {
		display: block;
		max-width: 400px;
		width: 100%;
		margin: 0 auto 40px !important;
	}
	
	.footer-cont {
		padding: 60px 0 37px;
	}
	
	.footer-nav {
		width: 20%;
		text-align: left;
		margin: 0 2.2% 25px;
	}
	
	a.footer-logo {
		float: none;
		display: block;
		text-align: center;
		margin-bottom: 25px;
	}
	
	.footer-bot {
		text-align: center;
	}
	
	ul.footer-social {
		float: none;
		clear: both;
		display: block;
		padding-top: 15px;
	}
	
	/* Solutions */
	.banner_content {
		padding-top: 0;
	}
	
	.page-template-template-solutions .hero h3 {
		font-size: 22px;
		line-height: 30px;
		padding: 0;
		text-transform: none;
		margin-bottom: 16px;
	}
	
	.keys_sub_heading, 
	.page-template-template-solutions .hero p {
		font-size: 18px;
	}
	
	.page-template-template-solutions .hero p {
		padding: 0;
	}
	
	.page-template-template-solutions .banner-content {
		top: 100px;
		text-shadow: 1px 1px 6px #000;
	}
	
	
	
	
	.question-cont {
		margin: 0 auto 36px !important;
		display: block;
		width: 100%;
		max-width: 600px;
	}
	
	
	.category .more-link .border-button-accent-hover, 
	.blog .more-link .border-button-accent-hover {
		height: auto !important;
		line-height: 1.6 !important;
		display: inline-block !important;
		text-align: center !important;
		width: auto !important;
	}
	
}

@media only screen and (max-width: 767px) {
	
	/* Professional Services */
	.ps-hiw-top {
		padding-top: 70px;
		padding-bottom: 40px;
	}
	
	.ps-hiw-top .content {
		float: none;
		width: 100%;
		padding-left: 10px !important;
		padding-right: 10px !important;
		padding-bottom: 50px;
	}
	
	.ps-hiw-top h3 {
		margin: 0 0 15px;
	}
	
	.hiw-item img {
		margin: 0 auto 8px;
		display: block;
	}
	
	.hiw-item h3 {
		margin: 0 0 10px;
		display: block;
		text-align: center;
	}
	
	.ps-solutions-item {
		display: block;
		margin: 0 auto 40px;
		padding: 50px 20px 20px;
	}
	
	
	/* Tables V2 */
	.page-template-template-tables-v2 .hero {
		padding: 160px 20px 70px;
		min-height: auto;
	}
	
	.tables-top h3,
	.page-template-template-tables-v2 .da-features .feature-cont h2, 
	.page-template-template-tables-v2 .da-features .feature-cont h3,
	.advantages-cont h3,
	.advantages-top h3 {
		font-size: 34px;
		margin: 0 0 25px;
	}
	
	.tables-top p,
	.page-template-template-tables-v2 .da-features .feature-cont p,
	.advantages-top p {
		font-size: 16px;
	}
	
	.price-compare .col-xs-4 {
		width: 50% !important;
	}
	
	.cvg-testimonial {
		padding-top: 40px;
	}
	
	.features-bottom {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.cvg-testimonial p,
	.features-bottom p {
		font-size: 25px;
		padding: 0;
	}
	
	/* Solutions V2 */
	.solutions-cont .image,
	.solutions-cont .text {
		float: none;
		display: block;
		padding: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	
	
	/* Pricing New */
	.pricing-content .text {
		padding: 40px 0;
	}
	
	.pricing-content .form {
		padding: 30px;
	}
	
	.pricing-content .form fieldset.form-columns-2 .hs-form-field {
		width: 100% !important;
	}
	
	.pricing-content .form .input {
		margin-right: 0 !important;
	}
	
	
	/* Home New */
	
	.page-template-template-home-new .hero {
		padding-bottom: 40px;
	}
	
	.home-new-resources .text {
		width: 100%;
		float: none;
		padding: 0 0 40px;
	}
	
	.home-new-resources .text a {
		padding: 6px 25px;
	}
	
	.home-new-resources .image {
		width: 100%;
		float: none;
		max-width: 400px;
		margin: 0 auto;
	}
	
	.elc-list-item h5 {
		padding: 0;
		text-align: center;
	}
	
	.elc-list-item img {
		position: relative;
		top: 0;
		bottom: 0;
		margin: 0 auto 10px;
		display: block;
	}
	
	.home-new-testimonial img {
		display: block;
		margin: 0 auto 10px;
	}
	
	.home-new-testimonial span {
		text-align: center;
	}
	
	.home-new-testimonial span {
		font-size: 25px;
	}
	
	.di-list-item {
		display: block;
		margin: 0 auto 30px;
	}
	
	.home-new-elc h3 img {
		display: block;
		margin: 0 auto 10px;
	}
	
	.elc-list-item {
		padding: 30px;
	}
	
	.footer-cta-testimonials span {
		text-align: center;
	}
	
	.footer-cta-testimonials img {
		display: block;
		margin: 0 auto 10px;
	}

		
	
	/* 404 */
	.error404 h1.page-title {
		font-size: 40px;
	}
	
	
	/* Search */
	.search #main {
		width: 100%;
		float: none;
		box-sizing: border-box;
		padding: 0 0px 50px;
	}
	
	.search #secondary {
		width: 100%;
		float: none;
		max-width: 300px;
		margin: 0 auto;
	}
	
	
	/* Blog */
	.category .blog-wrapper, .single .blog-wrapper,
	.blog .blog-wrapper, .single .blog-wrapper {
		width: 100% !important;
		padding: 0 20px;
	}
	
	.category #main, .single #main,
	.blog #main, .single #main {
		width: 100% !important;
		float: none !important;
	}
	
	.category #secondary, .single #secondary,
	.blog #secondary, .single #secondary {
		width: 100% !important;
		float: none !important;
		max-width: 300px;
		margin: 0 auto !important;
	}
	
	.category #secondary .widget, .single #secondary .widget,
	.blog #secondary .widget, .single #secondary .widget {
		float: none !important;
		width: 100% !important;
	}
	
	.single .entry-content {
		padding: 0 !important;
	}
	
	.single .entry-content .attachment-post-thumbnail {
		max-width: 100% !important;
		width: auto !important;
	}
	
	.masonry article {
		width: 100% !important;
		float: none !important;
		margin: 0 auto 2.7rem !important;
	}
	
	.category article .entry-content,
	.blog article .entry-content {
		padding: 0 !important;
	}
	
	.category article:first-child .entry-thumbnail,
	.blog article:first-child .entry-thumbnail {
		width: 100% !important;
	}
	
	.category article:first-child .entry-content, 
	.blog article:first-child .entry-content {
		float: none !important;
		width: 100% !important;
		margin: 0px !important;
		padding: 0px 20px !important;
	}
	
	.category article:first-child img,
	.blog article:first-child img {
		float: none !important;
		min-height: auto !important;
	}
		
	.entry-thumbnail {
		text-align: center !important;
	}
	
	.single .recentPost {
		width: 100% !important;
		max-width: 500px;
		float: none !important;
		margin: 0 auto 20px !important;
	}
	
	.single .recentPost {
		width: 100% !important;
		max-width: 500px;
		float: none !important;
		margin: 0 auto 20px !important;
	}

	.single .recentPost span a {
		font-size: initial !important;
	}

		
	
	/* Role Based */
	.sp-testimonial-cont .sp-testimonial {
		width: 100% !important;
		margin: 0 auto 40px !important;
		float: none;
		max-width: 300px;
		display: block;
	}
	
	.mm-item img {
		display: block;
		width: auto;
		margin: 0 auto;
	}
	
	.mm-item p {
		display: block;
		margin: 0;
		width: 100%;
		padding: 20px;
	}
	
	.resources-item {
		margin: 0 auto 60px;
		display: block;
	}
	
	.resources-cont {
		padding: 0 20px;
	}
	
	
	/* Case Studies */
	.case-studies-item {
		margin-bottom: 50px;
	}
	
	.case-studies-item .image {
		width: 100%;
		float: none;
		margin-bottom: 15px;
		text-align: center;
	}
	
	.case-studies-item .content {
		width: 100%;
		float: none;
	}
	
	
	/* Data Unification */
	.sources .text {
		width: 100%;
		float: none;
		margin-left: 0;
		padding-top: 0;
		margin-bottom: 40px;
	}
	
	.sources-cont {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	
	.sources-cont .source-wrap {
		display: block !important;
		max-width: 400px;
		margin: 0 auto;
	}
	
	.features .feature-cont .image {
		float: none;
		width: 100%;
		text-align: center;
		padding: 0;
	}
	
	.features .feature-cont .text {
		float: none;
		width: 100%;
		padding: 25px 0 0;
	}
	
	.du-bullets-item {
		display: block;
		padding-left: 65px;
		margin: 0 0 50px;
	}
		
	
	/* Resources */
	.resources-header .featured .text {
		width: 100%;
		display: block;
		padding: 40px 30px;
	}
	
	.resources-header .featured .image {
		width: 100%;
		display: block;
		height: 250px;
	}
	
	.posts-list .link {
		float: none;
		text-align: center;
		margin-bottom: 25px;
	}
	
	.posts-list .sorter {
		float: none;
		text-align: center;
	}
	
	.posts-list .sorter.button-group li {
		font-size: 18px;
		margin: 0 15px 10px;
	}
	
	.posts-list .posts-cont {
		max-width: 359px;
		width: 100%;
		margin: 0 auto;
	}
	
	.posts-list .posts-cont li {
		width: 100%;
		display: block;
	}
	
	
	/* Pricing */
	.page-template-template-pricing .compare-btns .btn {
		height: 67px;
		line-height: 41px;
		margin: 0 auto 20px auto;
		max-width: 67px;
		border-radius: 0;
		width: 67px;
		display: flex;
		font-size: 12px;
		line-height: 14px;
		align-items: center;
		margin: auto;
	}
	
	section.packages {
		background: linear-gradient(to bottom, #01b9a1 0%,#01b9a1 82%,#05b4a7 86%,#07b2a9 86%,#08b1aa 87%,#0bb0aa 89%,#0eadb0 90%,#0facb1 91%,#11abb3 91%,#12abb3 92%,#13a9b7 92%,#17a6b7 94%,#19a3bd 96%,#1ba2bf 96%,#209ec4 99%,#229dc6 99%,#239dc6 100%,#229cc1 100%,#f2f3f8 100%,#f4f0ef 100%,#f3f3f5 100%,#f3f3f5 100%);
		padding: 20px 0;
	}
	
	.packages .container .col-sm-4, .packages .container .col-sm-4.growth {
		margin: 0 auto 20px;
		top: 0;
		display: block;
		max-width: 500px;
	}
	
	.growth .package, .package {
		height: auto;
		padding-bottom: 90px;
	}
	
	.growth .package-top, .package-top {
		height: 190px;
	}
	
	.growth .package-price, .package-price {
		font-size: 40px;
		line-height: 40px;
	}
	
	.growth .package-price .package-price-text, .package-price .package-price-text {
		margin-bottom: 6px;
	}
	
	.package-inner {
		padding: 0 15px;
	}
	
	.package-receive {
		height: auto;
		padding: 10px 0 13px 0;
	}
	
	.package-bottom {
		padding: 0 15px;
	}
	
	.pricing-form-wrapper {
		border-radius: 3px;
		background: #f7f7f7;
		border: solid 3px rgba(36,91,83,.32);
		width: 100%;
		height: auto;
		margin: auto;
		padding-left: 0;
	}
	
	#pricing-form-container {
		margin: auto;
		width: 100%;
		padding-top: 20px;
	}
	
	.page-template-pricing form fieldset, 
	.page-template-pricing form {
		max-width: 100%!important;
		overflow: hidden;
		padding: 0 10px;
	}
	
	.page-template-pricing .hs-form.stacked label, 
	.page-template-pricing .hs-form.stacked fieldset label, 
	.page-template-pricing .hs-form fieldset label {
		width: 100%!important;
	}
		
	
	/* Home */
	.home-features-item {
		max-width: 100%;
		margin: 0 auto 50px !important;
		display: block;
	}
	
	.home-resources {
		padding-top: 40px;
	}
	
	.home-resources .text {
		padding: 0px 00px 30px 0px;
		float: none;
		width: 100%;
	}
	
	.home-resources .image {
		width: 100%;
		float: none;
		position: relative;
		padding: 0px;
		margin: 0 auto;
		max-width: 500px;
	}
	
	.home-testimonials .testimonial-top {
		height: auto;
		padding: 20px 0;
	}
		
		
	
	/* Tables */
	.price-compare .container {
		width: 100%;
		overflow: hidden;
	}
	
	.compare-header {
		font-size: 26px;
		line-height: 33px;
		color: #1e94e5;
		margin-bottom: 20px;
	}
	
	.cat-titles {
		font-family: 'Proxima_Nova_Bold';
		font-size: 14px;
		line-height: 14px;
	}
	
	.row.cat-row.vertical-align,
	.row.cat-row.vertical-align.cat-title {
		display: block;
	}
	
	.price-compare hr {
		background: none;
	}
	
	.cat-title .cat-heading {
		font-size: 16px;
		line-height: 22px;
		background: #f7f7f7;
		padding: 15px 0;
		text-align: center;
		border-top: 1px solid #d4d4d4;
	}
	
	.cat-heading {
		text-align: center;
		border-bottom: 1px solid #d4d4d4;
		padding: 10px 0 5px;
		margin-bottom: 5px;
		font-family: 'Proxima_Nova_Bold'
	}
	

	
	/* Webinars Recordings */
	.webinar-video-nav p {
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}
	
	.webinar-video-nav p a {
		font-size: 23px;
	}
	
	.webinar-videos .webinar-video-item {
		text-align: center;
	}
	
	
	/* In the News */
	.news-item .image {
		width: auto;
		display: block;
		margin-bottom: 10px;
	}
	
	.news-item .content {
		width: 100%;
		display: block;
		margin-left: 0;
	}
	
	
	/* Webinars */
	.webinars-single .content {
		width: 100%;
		float: none;
	}
	
	.webinars-single .form {
		width: 100%;
		float: none;
		max-width: 510px;
		margin: 0 auto;
	}

	
	/* FAQs */
	.f_item {
		float: none;
		display: block;
		width: 100%;
	}
	
	/* Custom Filter */
	.gr-header-inner {
		height: auto;
		padding: 50px 0;
	}
	
	.page-template-template-custom-filter .hero h3 {
		font-size: 36px;
		line-height: 36px;
	}
	
	.page-template-template-custom-filter .hero p {
		font-size: 18px;
		line-height: 25px;
		font-weight: 400;
		margin: 20px auto;
	}
	
	.page-template-template-custom-filter #values-container {
		height: auto;
	}
	
	.page-template-template-custom-filter #values {
		background: transparent url(images/waves-t-m-bottom.png) center top;
		background-size: 210%;
	}
	
	#values {
		background: -webkit-linear-gradient(-56deg, #00b8a0 16%, #3092d5 84%);
		background: -moz-linear-gradient(-56deg, #00b8a0 16%, #3092d5 84%);
		background: -o-linear-gradient(-56deg, #00b8a0 16%, #3092d5 84%);
		background: -ms-linear-gradient(-56deg, #00b8a0 16%, #3092d5 84%);
		background: linear-gradient(146deg, #00b8a0 16%, #3092d5 84%);
		background: #fff url(images/values-back.png) center center no-repeat;
		height: 815px;
		text-align: center;
		padding: 150px 0;
	}
		
	.page-template-template-custom-filter .pricing-form-wrapper, .filter-values {
		max-width: 92%;
		margin-bottom: 20px;
		height: auto;
		padding-bottom: 30px;
	}
	
	.page-template-template-custom-filter .pr-frm-second, 
	.page-template-template-custom-filter .pr-frm-first {
		font-size: 24px;
		color: #fefeff;
		text-shadow: 0 1px 1px rgba(0,0,0,.45);
		line-height: 30px;
		margin-bottom: 8px;
		margin-top: 5px;
	}
	
	.page-template-template-custom-filter .pr-frm-second {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 20px;
	}
	
	.page-template-template-custom-filter .pricing-form-wrapper {
		padding-top: 20px;
	}
	
	.page-template-template-custom-filter .page-template-pricing form {
		padding: 0!important;
	}
	
	.page-template-pricing form fieldset, 
	.page-template-pricing form {
		max-width: 100%!important;
		overflow: hidden;
		padding: 0 10px;
	}
	
	.page-template-template-custom-filter .page-template-pricing .hs-form.stacked label, 
	.page-template-template-custom-filter .page-template-pricing .hs-form.stacked fieldset label, 
	.page-template-template-custom-filter .page-template-pricing .hs-form fieldset label {
		width: auto!important;
		margin-left: 7.5%!important;
		margin-bottom: 5px!important;
	}
	
	.page-template-pricing .hs-form.stacked label, 
	.page-template-pricing .hs-form.stacked fieldset label, 
	.page-template-pricing .hs-form fieldset label {
		width: 100%!important;
	}
	
	.page-template-pricing #values .hs-form fieldset.form-columns-1 textarea.hs-input, 
	.page-template-template-custom-filter #values .hs-form fieldset.form-columns-1 textarea.hs-input, 
	.page-template-pricing #values .hs-form fieldset.form-columns-1 .hs-input,
	.page-template-template-custom-filter #values .hs-form fieldset.form-columns-1 .hs-input {
		width: 85%!important;
		margin: 0;
		padding-right: 0!important;
		padding-left: 0!important;
		text-indent: 8px;
		font-size: 13px!important;
	}
	
	.page-template-template-custom-filter #values .pricing-form form input[type=submit] {
		width: 85%!important;
	}
	
	
	/* Data Analysis */
	.rb-da-section2 .container {
		padding: 0 20px 40px;
	}
	
	.rb-da-section3 .container {
		padding: 0 20px 66px;
	}
	
	.rb-da-section3 .list-cont {
		width: 100%;
		float: none;
		padding: 0;
	}
	
	.da-features .feature-cont .text {
		float: none !important;
		width: 100%;
		padding: 15px 0px 0;
		margin-bottom: 20px;
	}
	
	.da-features .feature-cont .image {
		float: none !important;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.da.solutions .text {
		width: 100%;
	}
	
	.da.solutions .text ul li {
		text-align: center;
	}
	
	.da.solutions .image {
		width: 100%;
	}
	
	
	/* Integration */
	.in-header-inner {
		width: 300px;
		background-size: contain;
	}
	
	.in-header-inner img {
		right: 19px;
	}
	
	.int-about {
		margin: 35px 0;
		border: 1px solid #bde3ff;
		padding: 73px 20px 20px;
		border-radius: 3px;
		background: #edfcff url(images/integration/cloud.png) 90% 5% no-repeat;
	}

	
	/* About */
	.about-title {
		font-size: 26px;
		line-height: 30px;
	}
	
	.m-item {
		margin-bottom: 40px;
	}
	
	.m-item-left, .m-item-right {
		float: none;
		text-align: center;
	}
	
	.m-name {
		font-size: 25px;
		margin-top: 0;
	}
	
	.m-position {
		line-height: 25px;
		margin-bottom: 5px;
	}
	
	
	/* Solutions */
	.hidden-xs {
		display: none;
	}
	
	.visible-xs {
		display: block;
	}
	
	.hero img.visible-xs {
		width: 100%;
	}
	
	.s_img img {
		max-width: 250px;
		margin: auto;
		display: block;
		padding: 10px 0;
	}
	
	#solutions .s_img, #solutions .solution:last-child .s_img {
		float: none;
		text-align: center;
	}
	
	#keys h2 {
		font-size: 20px;
		line-height: 24px;
		margin-top: 0;
		padding-top: 0;
	}
	
	.keys_sub_heading {
		margin: 0 auto 22px;
		line-height: 21px;
	}
	
	#keys .key_paragraph {
		margin-bottom: 40px;
	}
	
	#keys .col-sm-3 h2 {
		font-size: 20px;
		line-height: 24px;
		margin-top: 0;
		height: auto;
	}
	
	.s_title {
		font-weight: 700;
		font-size: 24px;
		color: #fff;
		line-height: 30px;
		margin-bottom: 4px;
		margin-top: 19px;
	}
	
	.s_desc {
		color: #fff;
		font-size: 14px;
		line-height: 22px;
	}
	
	.page-template-template-solutions .quote.vertical-align {
		display: block;

	}
	
	.quote_icon:after {
		z-index: 1;
		position: absolute;
		width: 0px;
		height: 0px;
		right: 50%;
		top: auto;
		bottom: -40px;
		border: solid transparent;
		content: " ";
		pointer-events: none;
		border-color: rgba(15, 50, 62, 0);
		border-top-color: rgb(6,23,34);
		border-width: 20px;
		margin-right: -20px;
	}
	
	.quote_icon {
		background-image: linear-gradient(to top, rgba(6,23,34,.79), rgba(0,49,48,.79) 44%, rgba(8,205,241,.79));
		min-height: 150px;
		display: flex;
		align-items: center;
		position: relative;
	}
	
	.page-template-template-solutions .quote_content {
		padding: 15px 20px;
		font-size: 16px;
	}
	
	.logos_strip_mobile .mobile-img {
		display: block;
		margin: auto;
	}
	
	.visible-xs.logos_strip_mobile {
		background: #f6f6f6;
	}
	
	.quote_icon img {
		display: block;
		margin: auto;
	}
	
	.keys_heading {
		font-size: 26px;
		font-weight: 400;
		line-height: 32px;
		margin-top: 0;
		padding-top: 0;
	}
	
	.explore_item img.top {
		height: auto!important;
	}
	
	
	
	.home .hero span,
	.hero span {
		font-size: 14px;
	}
	
	.rw-words-1 span,
	.home .hero h3,
	.hero h1,
	.hero h3 {
		font-size: 45px !important;
	}
	
	.home .hero p,
	.hero p {
		font-size: 21px;
	}
	
	.secondary-nav ul li {
		display: block;
	}
	
	.secondary-nav ul li:before {
		display: none;
	}
	
	.connect .text {
		padding-top: 0;
	}
	
	.solutions .title h3,
	.questions .title h3,
	.connect h3 {
		font-size: 37px;
		margin: 0 0 20px;
	}
	
	.solutions .title p,
	.questions .title p,
	.connect p {
		font-size: 16px;
	}
	
	.questions {
		padding: 60px 0;
	}

	.bullets-cont {
		display: block;
		margin: 0 auto 30px !important;
	}
	
	.solutions .text ul {
		display: block;
	}
	
	.solutions .text ul li {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	
	.solutions .text ul li.active:after {
		display: none;
	}
	
	.footer-cta h2 {
		font-size: 40px;
	}
	
	.footer-cta h5 {
		font-size: 20px;
	}
	
	.footer-cta p {
		font-size: 18px;
	}
	
	.footer-nav {
		width: 100%;
		margin: 0 0 25px;
	}
	
	.footer-bot p.copyright {
		display: block;
		margin: 0 0 15px;
}


