OG ROSETTE

/*
Theme Name: Basis Products 
Theme URI: http://www.basistech.com
Author: Sunny Wanser for Basis Technology
Author URI: http://www.sunnywanser.com
Description: Custom theme for Basis Technology products marketing pages, including the Rosette Text Analytics site
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: basisproducts
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.

Rosette is based on Underscores http://underscores.me/, (C) 2012-2015 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.com/normalize.css/
*/

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

*,
*: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;
}

html {
	font-family: sans-serif;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	box-sizing: border-box;
}

body {
	font-family: sans-serif;
	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;
	font-weight: 500;
}

a:active,
a:hover,
a:focus,
a:visited {
	outline: 0;
	text-decoration: none;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: 700;
}

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

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

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;
	margin-top: 15px;
	margin-bottom: 15px;
}

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;
	margin-right: 3px;
}

input[type="checkbox"]:before {
	color: black;
}

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 #DCDCDF;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

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

address {
	margin: 0 0 1.5em;
}

td,
th {
	padding: 0;
}

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

embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
input,
select,
textarea {
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.1rem;
	line-height: 1.6;
}

body:lang(ja) {
	font-weight: 500;
	font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
	line-height: 1.6;
}

/*
p:lang(ja) {
	font-weight: 500;
	font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
	line-height: 1.6;
}
*/

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


.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active h5,
.wf-active h6,
.wf-active h1:lang(ja), 
.wf-active h2:lang(ja),
.wf-active h3:lang(ja),
.wf-active h4:lang(ja),  
.wf-active h5:lang(ja), 
.wf-active h6:lang(ja) {
	visibility: visible;
}


h1,
h2,
h3,
h4,
h5,
h6,
h1:lang(ja), 
h2:lang(ja),
h3:lang(ja),
h4:lang(ja),  
h5:lang(ja), 
h6:lang(ja) {
	font-family: 'Dosis', sans-serif;
	letter-spacing: 1px;
	margin: 0 0 0.7rem 0;
	line-height: 1.3;
}

h1,
h1:lang(ja) {
	font-weight: 700;
	font-size: 3.5rem;
}

h2,
h2:lang(ja) {
	font-weight: 700;
	font-size: 2.5rem;
	color: #2f323a;
}

h3,
h3:lang(ja) {
	font-weight: 500;
	font-size: 1.8rem;
	color: #307fe2;
}

h4,
h4:lang(ja) {
	font-weight: 700;
	font-size: 1.3rem;
	text-transform: uppercase;
	color: #307fe2;
}

h5,
h5:lang(ja) {
	font-weight: 700;
	font-size: 1.1rem;
	text-transform: uppercase;
	color: #2f323a;
}


h6,
h6:lang(ja) {
	font-weight: 500;
	font-size: 1rem;
	text-transform: uppercase;
	color: #2f323a;
}

p {
	margin: 0 0 1.3rem 0;
}



/*-formatting-*/
ul,
ol {
	margin: 0 0 1.2rem 2rem;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	margin: 0 0 0.5em 0;
	position: relative;
}

ul li:before {
	content: "•";
	left: -20px;
	position: absolute;
}

ul > li > ul {
	margin-top: 5px;
	margin-bottom: 0 !important;
}

ul > li > ul > li:before {
	content: "–";
}

ol {
	list-style: decimal;
}

ol li {
	margin: 0 0 0.5em 0;
}

ol > li > p {
	padding-left: 5px;
}

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

p + ul,
p + ol {
	margin-top: -0.7em;
}


/*-checks-*/
ul.checks {
	margin: 0 0 0 1em;
}

ul.checks li:before,
ul.ct-checks li:before {
    content: "\f00c";
    font-family: FontAwesome;
	color: #307fe2;
	position: absolute;
	left: 0;
}

ul.checks li,
ul.ct-checks li {
	padding: 0 0 0 25px;
}

pre {
	font-size: 13px;
	font-family: monospace, serif;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	white-space: pre-wrap;
	margin: 0 0 1.3em;
}

pre:lang(ja) {
	font-family: 'Menlo', serif;
}

code,
kbd,
tt,
var {
	font-family: 'Source Code Pro', Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
	background-color: transparent;
	border-radius: 0;
	color: #000;
	padding: 0;
}

figcaption {
	font-size: 1rem;
	font-style: italic;
	margin-bottom: 2.5em;
}







/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*-links-*/

a,
a:focus,
a:visited,
a:active {
	outline: 0;
	color: #307fe2;
	text-decoration: none;
}

a:hover {
	outline: 0;
	color: #307fe2;
	text-decoration: underline;
}

a:focus {
	outline: 0;
}

/*-buttons-*/

button,
.btn,
a.btn,
.btn-primary {
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-size: 0.9rem;
	line-height: 1.8;
}

.btn-primary,
a.btn-primary,
.btn-white,
a.btn-white,
.btn-light,
a.btn-light {
	padding: 3px 14px 2px;
	background: none;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
	text-shadow: none;
	box-shadow: none;
}

.btn-primary,
a.btn-primary {
	border: 2px solid #307fe2;
	color: #307fe2;
}

.btn-secondary,
a.btn-secondary {
	padding: 0;
	text-align: left;
}

a.btn-primary:hover,
a.btn-primary:active,
a.btn-primary:focus,
a.button:hover,
a.button:active,
a.button:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active.focus, 
.btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary:active.focus, 
.btn-primary:active:focus, 
btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary.focus, 
.open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover {
	background: #307fe2;
	border: 2px solid #307fe2;
	color: #fff;
	text-decoration: none;
	outline: none;
}

button:hover,
button:active,
button:focus {
	outline: none;
}


.btn + .btn,
.button + .button {
	margin-left: 0.5em;
}

.btn-large {
	font-size: 18px !important;
	padding: 5px 15px !important;
}
/*

.btn-large:after {
	font-size: 13px !important;
	margin: 4px 7px !important;
}
*/

.btn-white,
a.btn-white {
	color: #fff;
	border: 2px solid #fff;
}

.btn-white:hover,
a.btn-white:hover,
.btn-white:focus,
a.btn-white:focus,
.btn-white:active,
a.btn-white:active,
.btn-white:active:focus,
a.btn-white:active:focus {
	background-color: #fff;
	border: 2px solid #fff;
	color: #307fe2;
}

.btn-light,
a.btn-light {
	border: 2px solid #dcdcdf;
	color: #aaa;
}

btn-light:hover,
a.btn-light:hover {
	background: #DCDCDF;
	border: 2px solid #dcdcdf;
	text-decoration: none;
}

@media screen and (max-width: 640px) {
	.btn + .btn {
		margin-left: 0;
		margin-top: 0.8rem;
	}
}


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

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: #848486;
	border: 1px solid #f1f2f5;
	border-radius: 0;
	background: #f1f2f5;
}

select {
	background: #f1f2f5;
	border: 0;
	padding: 10px;
	width: 90%;
}

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 {
	background: #fff;
	border-color: #2f323a;
}

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"] {
	padding: 10px;
	width: 90%;
}

textarea {
	padding-left: 10px;
	width: 90%;
}


.checkbox,
.radio {
	display: block;
	position: relative;
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 5px;
}

.checkbox+.checkbox, 
.radio+.radio {
	margin-top: 5px;
}

.checkbox label, 
.radio label {
	padding-left: 0;
}
.checkbox input[type="checkbox"] {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	margin: 0;
	opacity: 0;
	z-index: 1;
}

.checkbox label {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 27px;
	min-height: 0;
	height: 18px;
	font-weight: 500;
	margin-bottom: 0;
	font-family: 'Dosis', sans-serif;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.checkbox label:before,
.checkbox label:after {
	content: '';
	display: block;
	position: absolute;
}

.checkbox label:before {
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	background: #DCDCDF;
	border-radius: 3px;
}

.checkbox label:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	background: #307fe2;
	opacity: 0;
	pointer-events: none;
}

.checkbox input:checked ~ label:after 	{ opacity: 1; }

.checkbox input:focus ~ label:before 	{ background: #DCDCDF; }



/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

#rosetteIframe {
	border: 0 !important;
}

/*-images-*/
.img-caption {
	font-size: 1rem;
	font-style: italic;
	text-align: center;
	margin: 0 auto 1.3em;
	color: #848486;
}

.img-container {
	border: 1.5px solid #dcdcdf;
	box-shadow: 7px 7px #dcdcdf;
	border-radius: 4px;
	margin: 1.3rem auto 1.5rem;
	padding: 20px;
}



/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.site-content

/*
.entry-header {
	margin-bottom: 40px;
	margin-top: 90px;
}
*/

.side-menu {
	padding: 20px;
	margin-bottom: 40px;
}

.side-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.side-menu li {
	margin-bottom: 10px;
}

.side-menu li:before {
	display: none;
}

.side-menu li a {
	color: #ffffff;
	text-decoration: none;
}

.side-menu li a:hover {
	color: #f1f2f5;
}


/*-bootstrap enhancements-*/
.center-block {
	float: none;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.container-fluid {
	padding: 0;
}

.container {
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.content-column {
	padding-right: 30px;
	font-weight: 500;
}


/*-alignments-*/
.alignleft {
	display: inline;
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin: 1.5em 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;
}

/*-floats-*/
.float-left		{ float: left !important; }
.float-right	{ float: right !important; }


/*-flex container-*/
.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	margin-right: -30px;
}

.flex-2 {
	flex-basis: calc(50% - 30px);
    -ms-flex-preferred-size: calc(50% - 30px);
}

.flex-3 {
 	flex-basis: calc(33.3% - 30px);
    -ms-flex-preferred-size: calc(33.3% - 30px);
}

.flex-4 {
	flex-basis: calc(25% - 30px);
	-ms-flex-preferred-size: calc(25% - 30px);
}

.flex-5 {
	flex-basis: calc(20% - 30px);
	-ms-flex-preferred-size: calc(20% - 30px);
}

.flex-5,
.flex-4,
.flex-3,
.flex-2 {
	margin-right: 30px;
}

@media screen and (max-width: 1200px) {
	.flex-5,
	.flex-4 {
		flex-basis: calc(33.3% - 30px);
	}
}

@media screen and (max-width: 1024px) {
	.container {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {		
	.flex-5,
	.flex-4,
	.flex-3 {
		flex-basis: calc(50% - 30px);
	}

	.row-eq-height {
		display: block;
	}
	
	.content-column {
		padding-right: 0;
	}
	
	.one_fourth {
		clear: none !important;
		width: 50% !important;
	}
	
	.full_width, .one_half, 
	.one_third, .two_third, 
	.three_fourth, 
	.one_fifth, .two_fifth, 
	.three_fifth, .four_fifth, 
	.one_sixth, .five_sixth {
		clear: both;
		margin-bottom: 1em;
		margin-left: 0;
		margin-right: 0;
		width: 100% !important;
	}
	
}

@media screen and (max-width: 640px) {
	.flex-5,
	.flex-4,
	.flex-3,
	.flex-2 {
		flex-basis: auto !important;
		width: 100%;
		margin-right: 0;
	}
	
	.flex-container {
		margin-right: 0;
	}
}


@media screen and (max-width: 480px) {
	.col-xxs-12 {
		width: 100%;
		text-align: center;
	}
	.one_fourth {
		clear: both;
		margin-bottom: 1em;
		margin-left: 0;
		margin-right: 0;
		width: 100% !important;
	}
}

/*-fake masthead-*/
.fake-masthead {
	margin-top: 120px;
}

.fake-masthead-short {
	margin-top: 90px;
}

.announcement-banner ~ .site-content .fake-masthead {
	margin-top: 164px;
}
.announcement-banner ~ .site-content .fake-masthead-short {
    margin-top: 129px;
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

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

hr {
	background-color: #B9BABD;
	border: 0;
	height: 1px;
	margin: 0.5rem 0 1.25rem;
}

.sticky {
	display: block;
}


/*-arrow-*/

.arrow:after {
	content: "\f054";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 10px;
	font-weight: normal;
	margin: 4px 0 0 6px;
	vertical-align: top;
}

.arrow.big:after {
	font-size: 15px;
}


/*-clickable div-*/

.clickable-div,
.v2-hero-callout-box {
	cursor: pointer;
	transition: 0.2s;
}

.clickable-div:hover,
.v2-hero-callout-box:hover {
	border-color: #307fe2;
	transform: scale(1.05);
	transition: 0.2s;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.clickable-div:hover a,
.v2-hero-callout-box:hover a {
	text-decoration: none;
	transition: 0.3s;
}


/*-callout box-*/
.calloutbox {
	font-size: 1rem;
	padding: 20px 25px;
	margin: 0 auto 1.3rem;
	border-radius: 4px;
}

.calloutbox.light {
	background: #DBEDFF;
}

.calloutbox.lightgrey {
	background: #f1f2f5;
}

.calloutbox p:last-of-type {
	margin-bottom: 0;
}

	/*-callout box table-*/
	
	.calloutbox table {
		border-collapse: separate;
		border-spacing: 0 10px;
	}
	
	.calloutbox table th {
		font-family: 'Dosis', sans-serif;
		text-transform: uppercase;
		font-weight: 600;
	}
	
	.calloutbox table td {
		padding-right: 10px;
		vertical-align: top;
		font-size: 0.9rem;
		border-bottom: 1px solid #848486;
		padding-bottom: 0.8rem;
		line-height: 1.3;
	}
	
	
	.calloutbox table td:last-of-type {
		padding-right: 0;
	}
	
	

/*-card container-*/

.card-container {
	border: 1px solid #B9BABD;
	background: #fff;
	margin-bottom: 30px;
	border-radius: 4px;
}

.card-container.past-event-card {
	background: #f1f2f5;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.card-inner {
	padding: 20px;
}

.card-inner a:visited p,
.card-container p,
.card-container ol,
.card-container ul {
	color: #000000;
	font-size: 1rem;
}

.card-container p:last-of-type {
	margin-bottom: 0;
}

.card-container .btn {
	margin-top: 0.8rem;
}

	/*-base linguistics card-*/
	
	.card-container .base-linguistics + p {
		margin-top: 0.8rem;
	}
	
	.card-container .base-linguistics p {
		font-size: 1.5rem;
	}
	
	.card-container .base-linguistics p:first-child {
		margin-bottom: 0.5rem;
	}


/*-blockquote-*/

blockquote {
	border: 1.5px solid #307FE2;
	background: #e2ecfa;
	box-shadow: 7px 7px #dcdcdf;
	border-radius: 4px;
	margin: 2.5rem -50px 2.8rem;
	padding: 25px 80px 30px;
	text-align: center;
	color: #307FE2;
	font-size: 1.5rem;
	font-weight: 500;
}

blockquote p {
	font-family: 'Dosis', sans-serif;
	line-height: 1.4;
}

.blockquote-author,
.blockquote-author:lang(ja) {
	display: block;
	font-size: 1rem;
	display: block;
	margin: 10px 30px 0;
	text-transform: uppercase;
	font-weight: 700;
}

@media screen and (max-width: 981px) {
	blockquote {
		margin-left: 0;
		margin-right: 0;
		padding: 25px;
	}
}



.card img {
	max-height: 30px;
	text-align: center;
}

.card-img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 125px;
}

.card-details {
	font-family: "Dosis", sans-serif;
	letter-spacing: 0.5px;
	font-size: 12px;
	padding: 20px 20px 0;
}

.card-details .date-container {
	display: none;
}

.category {
	border-radius: 0;
	border-style: solid;
	border-width: 2px;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	padding: 2px 6px;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/*-box shadow-*/
.box-shadow		{ box-shadow: 7px 7px #dcdcdf; }

/*-pill-*/
.pill {
	border-radius: 4px;
	display: inline-block;
	font-family: 'Dosis', sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
	padding: 3px 14px;
	text-transform: uppercase;
	font-weight: 700;
}

.pill-large {
	font-size: 16px;
	padding: 5px 14px;
}

.pill-teal {
	background: #47A8A2;
	color: #ffffff;
}

.pill-blue {
	background: #307fe2;
	color: #ffffff;
}

.pill + .share-btns {
	margin-left: 10px;
}

/*-dark masthead-*/
.builder-dark-masthead {
	background-color: #2F323A;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #ffffff;
	height: 400px;
	position: relative;	
	width: 100%;
	z-index: 0;
}

.builder-dark-masthead .inner-content {
	display: block;
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	top: 50%;
	right: 0; 
	left: 0;
	position: absolute;
	z-index: 2;
}

.builder-dark-masthead a.button {
	font-size: 16px;
	margin-top: 1em;
	padding: 5px 30px;
}


/*-customer logos-*/
	/*-slider-*/
.builder-customer-logos + .builder-customer-logos {
	padding-top: 0;
}

.builder-customer-logos .slide {
	display: inline-block;
}

.builder-customer-logos .slide.no-slide {
	padding: 0 20px;
}

.builder-customer-logos .slide img {
	margin: auto auto;
	max-width: 200px;
	max-height: 65px;
	padding: 15px;
}

.builder-customer-logos .slide.increase-logo-size img {
	max-height: 105px;
}

.builder-customer-logos .customer-logo-container {
	margin: 20px 0;
}

.customer-logo-container.no-slide {
	margin: 0;
}

#customerLogoSlider {
	padding: 0 35px;
}

#customerLogoSlider .slick-prev,
#customerLogoSlider .slick-next {
	top: 50%;
}

#customerLogoSlider.slick-slider .slick-track, 
#customerLogoSlider.slick-slider .slick-list {
	align-items: center;
}

/*
#customerLogoSlider .slick-prev:hover:before,
#customerLogoSlider .slick-next:hover:before {
	color: rgba(255, 255, 255, 1);
}
*/

@media screen and (max-width: 450px) {
	.builder-customer-logos .slide img { 
		max-width: 100%;
		padding: 15px 0;	
	}
}


	/*-no slider-*/
.builder-all-customer-logos .img-container {
	display: inline-block;
	padding: 20px 27px;
	border: none;
	box-shadow: none;
	margin: 0;
}


.builder-all-customer-logos .img-container img {
	max-width: 165px;
	max-height: 40px;
	object-fit: contain;
}


.builder-all-customer-logos .img-container.increase-logo-size img {
	max-height: 80px;
}


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

table {
	margin: 0 0 1.5em;
	width: 100%;
	font-size: 1rem;
}

table.two-col th,
table.two-col td {
	border: 1px solid #dcdcdf;
	padding: 0.3rem 0.5rem;
	vertical-align: top;
}

table.two-col th {
	background-color: #f1f2f5;
}

ul.two-col,
ol.two-col {
	columns: 2;
}

@media screen and (max-width: 700px) {
	ul.two-col,
	ol.two-col {
		columns: 1;
	}
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

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

.small-text {
	font-size: 0.9rem;
	font-style: italic;
/* 	text-align: center; */
	margin: 0 auto 1.3em;
	color: #848486;
	line-height: 1.2;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	font-size: 0.9rem;
}


.excel-icon:before,
.rapidminer-icon:before,
.solr-icon:before,
.salesforce-icon:before,
.elasticsearch-icon:before {
	background-size: cover;
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
}

.excel-icon:before {
	background-image: url(assets/Excel.png);
}

.salesforce-icon:before {
	background-image: url(https://www.rosette.com/wp-content/uploads/2018/10/Salesforce_Logo_RGB_1797c0_8_13_14-50x35.png);
}

.rapidminer-icon:before {
	background-image: url(assets/RapidMiner-min.png);
}

.solr-icon:before {
	background-image: url(assets/solr-icon-min.png);
}

.elasticsearch-icon:before {
	background-image: url(assets/Elasticsearch-min.png);
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul li:before {
	display: none;
}

.main-navigation li {
	float: left;
	position: relative;
	visibility: hidden;
}

.wf-active .main-navigation li {
	visibility: visible;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	letter-spacing: 0.2px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

/*
.main-navigation ul ul a {
	width: 200px;
}
*/

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .dropdown {
	margin-bottom: 0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

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

/*--------------------------------------------------------------
		### Fancy Menu
--------------------------------------------------------------*/

.fancy-menu {
	background: #fff;
	border: 2px solid #2F323A;
	display: none;
	width: 700px;
	position: absolute;
	z-index: 9999;
}


/* do not delete this rule - this is necessary for fancy menu hover */
.fancy-menu-tab {
	content: "";
	height: 70px;
	position: absolute;
		top: -70px;
		left: calc(50% - 40px);
		right: calc(50% - 80px);
		z-index: -1;
}
/* do not delete this rule - this is necessary for fancy menu hover */


.fancy-menu.active {
	display: block;
}

.fancy-menu .fancy-menu-inner {
	position: relative;
	padding: 17px 20px 20px 20px;
}

.fancy-menu .fancy-menu-inner:before {
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    position: absolute;
    content: " ";
    left: 51%;
    top: -12px;
    height: 10px;
    width: 10px;
    transform: translateX(-50%);
    border-bottom: 10px solid #2F323A;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-width: 10px;
}

.fancy-menu .table {
	display: table;
	margin-bottom: 0;
}

.fancy-menu .table-cell {
	display: table-cell;
}

.fancy-menu-col + .fancy-menu-col {
	padding-left: 20px;
}

.fancy-menu .left-col {
	float: left;
	padding-right: 10px;
}

.fancy-menu .right-col {
	float: right;
	padding-left: 10px;
}

.forty {
	width: 40%;
}

.sixty {
	width: 60%;
}

.fifty {
	width: 50%;
}

.fancy-menu p {
	font-size: 0.9rem;
}

/* Keeps the product menu from showing up underneath the fancy product menu */
.fancy-menu-1 ul {
	display: none;
}

.fancy-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fancy-menu li {
	line-height: normal;
	margin: 0 0 0.6rem 0;
	font-size: 0.9rem;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 16px;
}

.fancy-menu .capabilities ul li:before,
.fancy-menu .uses ul li:before,
.fancy-menu .cloud ul li:before {
	display: none;
}

.fancy-menu .capabilities ul li a,
.fancy-menu .uses ul li a,
.fancy-menu .plugins ul li a,
.fancy-menu .cloud ul li a {
	color: #000;
}

.fancy-menu .capabilities ul li a:hover,
.fancy-menu .uses ul li a:hover,
.fancy-menu .plugins ul li a:hover,
.fancy-menu .cloud ul li a:hover {
	color: #1789FC;
}



.fancy-menu .excel-icon,
.fancy-menu .rapidminer-icon,
.fancy-menu .solr-icon,
.fancy-menu .salesforce-icon,
.fancy-menu .elasticsearch-icon {
	margin-left: 20px !important;
}


.fancy-menu .excel-icon a,
.fancy-menu .rapidminer-icon a,
.fancy-menu .solr-icon a,
.fancy-menu .salesforce-icon a,
.fancy-menu .elasticsearch-icon a {
	display: inline-block;
	line-height: 20px;
	padding-left: 8px;
	vertical-align: top;
}

.fancy-menu hr {
	margin-bottom: 0.5em;
}

.fancy-menu-col .product-desc {
	padding: 0;
	font-style: italic;
	color: #666;
	margin-bottom: 0.5em;
}

.fancy-menu .capabilities,
.fancy-menu .plugins-and-uses {
	overflow: auto;
}

.fancy-menu .capabilities,
.fancy-menu .cloud {
	margin-bottom: 1em;
}

.fancy-menu .cloud ul li {
	display: inline;
	margin-right: 10px;
}

.fancy-menu .cloud .btn-primary,
.fancy-menu .enterprise .btn-primary {
	margin-bottom: 1em;
}

.fancy-menu .cloud-btn .btn-primary {
	margin-top: 0.6em;
}


@media screen and (max-width: 800px) {
	.fancy-menu.active {
		display: none !important;
	}
}




/*--------------------------------------------------------------
# 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;
}

.screen-reader-text:focus {
	background-color: #f1f2f5;
	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: 700;
	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;
}


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

.container.default {
	padding-bottom: 30px;
}


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

.hentry {
	margin: 0 0 0;
}

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

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

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## 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;
}




.card-inner p:last-of-type + ul {
	margin-top: 0.5rem;
}


.card-container-img {
	height: 125px;
	text-align: center;
	position: relative;
	border-bottom: 2px solid #dcdcdf;
	margin: 0 20px;
}

.card-container-img img {
	height: auto;
	position: absolute;
	top: 50%;
	transform: 	translateY(-50%) 
				translateX(-50%);
		-webkit-transform: 	translateY(-50%)
							translateX(-50%);
	left: 50%;
}

.card-details {
	margin-bottom: 1.5rem;
}

.card-container .card-details,
.card-details {
	font-family: "Dosis", sans-serif;
	letter-spacing: 0.5px;
	font-size: 12px;
	padding: 10px 20px;
	background: #2F323A;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.card-container .card-details {
	margin-bottom: 0;
}

.card-details.no-image {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.card-details div {
	display: inline-block;
}

.card-details div + div {
	margin-left: 10px;
}


.category {
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	padding: 2px 10px;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.category.blog {
	background: #55b948;
}

.category.case-study {
	background: #0D7BFF;
}

.category.use-case {
	background: #204085;
}

.card-inner a p,
.card-inner a:visited p,
.card-container p,
.card-container ul li {
	color: #000000;
	font-size: 0.9rem;
}

.sidebar p:last-of-type {
	margin-bottom: 0;
}

.sidebar ul li {
	margin-bottom: 0.2rem;
}


.post-info .social-btns {
	display: inline-block;
}

.post-info .social-btns + .btn-primary,
.post-info .social-btns + a.btn-primary {
	margin-left: 0.5em;
}

.card-img-container {
	text-align: center;
	position: relative;
	border-bottom: 1px solid #B9BABD;
	height: 100px;
}

.card-img-container img {
    position: absolute;
    top: 40%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    left: 50%;
	max-width: 250px;
	max-height: 50px;
	object-fit: contain;
}


@media screen and (max-width: 640px) {
	.post-info .social-btns + .btn-primary,
	.post-info .social-btns + a.btn-primary  {
		margin-left: 0;
	}
	
	.share-btns .social-btns,
	.post-info .social-btns {
		margin-bottom: 0.7rem;
	}
}


@media screen and (max-width: 1200px) {
	.flex-5,
	.flex-4 {
		flex-basis: calc(33.3% - 20px);
	}
}


@media screen and (max-width: 768px) {	
	.card {
		display: block;
		padding: 20px;
		margin-bottom: 20px;
		margin-left: -10px;
		margin-right: -10px;
	}
	
/*
	.card-inner {
		width: 100%;
		margin: 0 auto;
	}
*/
	
	.flex-5,
	.flex-4,
	.flex-3 {
		flex-basis: calc(50% - 20px);
	}
}

@media screen and (max-width: 640px) {
	.flex-5,
	.flex-4,
	.flex-3,
	.flex-2 {
		flex-basis: auto;
		width: 100%;
	}
}


/*--------------------------------------------------------------
## Blog, Use Cases, Case Studies, and Insights
--------------------------------------------------------------*/

/*
.container.use-case {
	padding-bottom: 30px;
}
*/


/* Use Cases */
	
.center-block {
	float: none;
} 

.one-third-container {
	margin-top: 10px; 
	background: #f1f2f5; 
	background: -webkit-linear-gradient(130deg, #f1f2f5, #73C0FF); 
	background: -o-linear-gradient(130deg, #f1f2f5, #73C0FF); 
	background: -moz-linear-gradient(130deg, #f1f2f5, #73C0FF); 
	background: linear-gradient(130deg, #f1f2f5, #73C0FF); 
	padding: 20px;
	border: 2px solid #dcdcdf;
} 
.nopadding {
	padding-left: 0; 
	padding-right: 0;
} 
	
.big-number {
	color: #1789FC; 
	font-size: 50px; 
	font-weight: 700; 
	line-height: 1; 
	border-bottom: 5px solid #1789FC;}

.big-number-desc {
	color: #2F323A; 
	font-size: 1.2rem; 
	font-weight: 300; 
	line-height: 1.2; 
	margin: 0 0 0.5rem 0;
} 






/*--------------------------------------------------------------
# Header - API and Utility
--------------------------------------------------------------*/
#global-navigation {
	position: fixed !important;
	width: 100%;
	z-index:1101;
}

.rosette-api-util {
	background: #2F323A;
	color: #ffffff;
	height: 10px;
	line-height: 10px;
}

.rosette-api-util .login {
	font-size: 12px;
}

.rosette-api-util a,
.rosette-api-util a:visited {
	color: #F94038;
	text-decoration: none;
}

.rosette-api-util a:hover {
	text-decoration: underline;
}

.rosette-api-util i {
	color: #ea3424;
}


/* API menu */
.rosette-trigger {
	cursor: pointer;
}

.rosette-api-menu {
	z-index: 5000;
	position: absolute;
	top: 30px;
	left: 0;
}

.rosette-api-menu li a {
	font-size: 16px;
	padding: 8px;
}

.rosette-api-menu .rosette-menu {
	width: 270px;
	margin-left: 0;
	margin-top: 0;
	border: none !important;
	padding: 0;
	background: rgba(58,61,57,0.9);
	list-style: none;
	display: none;
}

.rosette-api-menu.active .rosette-menu {
	display: block;
}

.rosette-api-menu .rosette-menu li {
	padding:0 !important;
	border:none !important;
	margin:0 !important;
	display: block;
	clear: both;
}

.rosette-api-menu .rosette-menu li:before {
	display: none;
}

.rosette-api-menu .rosette-menu a {
	font-size: 16px;
	line-height:40px;
	padding: 0;
	color: #ffffff;
}

.rosette-api-menu .rosette-menu a:hover {
	text-decoration: none;
	color: #ffffff;
}

.rosette-api-menu .rosette-menu i {
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 20px;
	color: #CE3A2D;
	text-align: center;
	margin-right: 15px;
	border-right: 1px solid #898D8D !important;
	vertical-align: middle;
	background: rgba(58,61,57,1);
	z-index: 1001;
	padding: 7px 10px;
	font-style: normal;
	float: left;
	min-width: 67px;
	min-height: 40px;
	text-align: center;
}

.rosette-api-menu hr {
	margin: 0 auto;
	background: #898d8d;
	height: 1px;
}

.rosette-api-menu .rosette-menu li.nav-api-1 a:before {
	content: "\f013";
	height: 60px;
	padding-top: 20px;
	vertical-align: bottom !important;
}

#ubermenu-rosette_api-3 .dropdown-menu li.divider-hz a {border-bottom: 1px solid #898D8D;}

#ubermenu-rosette_api-3 .dropdown-menu li.ubermenu-retractor {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #999;
	z-index:1001;
	background: transparent !important;
}

#ubermenu-rosette_api-3 .dropdown-menu li.ubermenu-retractor i {float:right;clear:none;padding-top: 3px;margin-left: 3px;color: #F94038;}

/* Utility menu */
#utility-menu {
	float: right;
	clear: none;
	width: 50%;
	color: #FFF;
	padding: 5px 0 10px 0;
	text-align: right;
}

#utility-menu ul {
	float: right;
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#utility-menu ul li {
	float: left;
	clear: none;
}

#utility-menu ul li a {
	display: block;
	color: #F94038;
}

#utility-menu ul li.utility-menu-label {
	padding-right: 18px;
}

#utility-menu ul li.separator {
	width: 1px;
	height: 10px;
	border: 1px solid #F94038;
	margin-top: 5px;
}

.utility-menu-login a {margin-right: 6px;}
.utility-menu-signup a {margin-left: 6px;}




/*--------------------------------------------------------------
# Header - Primary Navigation
--------------------------------------------------------------*/

header.site-header {
	position: relative;
	width: 100%;
	height: 90px;
	max-height: 90px;
	background: rgba(255, 255, 255, 1); 
	z-index: 1000;
	transition: all 0.2s ease;
}

header.site-header .site-branding img {
	height: 55px;
	transition: height 0.2s ease;
		-webkit-transition: height 0.2s ease;
		-moz-transition: height 0.2s ease;
		-o-transition: height 0.2s ease;
	margin: 17px 0;
}


header.site-header {
	-webkit-box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
	box-shadow:2px 0 6px rgba(0, 0, 0, 0.3);
}

/*--------------------------------------------------------------
	## Main Navigation
--------------------------------------------------------------*/

#site-navigation {
	float: right;
	clear: none;
	width: auto;
	box-sizing: border-box;
	padding-right: 30px;
	padding-top: 18px;
}

#mobile-menu {
	display: none;
}

.navbar {
	margin-bottom: 0;
}

.navbar-nav > li > .dropdown-menu {
	border-radius: 0;
}

.navbar-nav > li > a {
	text-shadow: none;
	padding: 0;
	padding: 15px;
	font-size: 1.2rem;
	color: #2F323A;
	font-family: 'Dosis', sans-serif;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.nav >li > a:hover,
.nav > li > a.active {
	color: #1789FC;
}

.nav > li > a:focus,
.nav >li > a:hover {
	background-color: transparent;
}


/* Dropdown Menu */

#site-navigation .dropdown-menu { 
	padding-top: 0px !important;
	box-shadow: none;
	z-index:9998;
	margin-left: -64px;
	width: 200px;
	background: #2F323A;
	top: 50px;
	font-size: 16px;
}

#site-navigation hr {
	margin: 0 auto;
	background: rgba(100, 100, 100, 0.5);
}

#site-navigation .dropdown-menu:before {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #2F323A;
    border-image: none;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid transparent;
    border-style: solid;
    border-width: 11px;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -12px;
    pointer-events: none;
    position: absolute;
    width: 0;
    z-index: 9999;

}





#site-navigation .menu-item-20851 .dropdown-menu {
	margin-left: -69px;
}

#site-navigation .menu-item-19184 .dropdown-menu {
	margin-left: -37px;
}

#site-navigation .menu-item-21236 .dropdown-menu {
	margin-left: -45px;
}

#site-navigation .menu-item-22638 .dropdown-menu {
	margin-left: -55px;
}

#site-navigation li:nth-child(5) .dropdown-menu {
	margin-left: -53px;
}

#site-navigation li:nth-child(6) .dropdown-menu {
	margin-left: -70px;
}

#site-navigation .dropdown-menu li {
	display: block;
	width: 100% !important;
	min-width: 0;
	padding: 0 18px 0 18px;
	border: none;
}

#site-navigation .dropdown-menu li:first-child {
	padding-top: 12px;
}

#site-navigation .dropdown-menu li:last-child {
	padding-bottom: 6px;
}


#site-navigation .dropdown-menu a {
	display: block;
	color: #fff;
	font-family: 'Dosis', sans-serif;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	background: none !important;
	padding: 3px 0;
	line-height: 1.4;
}

#site-navigation .dropdown-menu a:hover {
	color: #1789FC;
}

#site-navigation .dropdown-menu li:last-child a {
	border: none;
}

#site-navigation li .divider-hz a {
	margin-right: -18px;
	margin-left: -18px;
	padding-left: 18px;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}



/* Search Bar */

.search-menu-item i {
	color: #A0A3A5;
	padding: 10px 10px 10px 10px;
	border-radius: 50%;
	background: #2F323A;
	z-index:999;
	cursor: pointer;
	position: absolute;
	max-height: 36px;
}

.search-menu-item {
	display: inline-block;
	padding-left: 15px;
	padding-right: 8px;
	padding-top: 8px;
	position: relative;
}

.search-menu-item .search-expand {
	display:none;
}

.search-menu-item .search-expand {
	position: absolute;
	top: 7px;
	right: -10px;
	width: 350px;
	padding: 0;
	z-index:998;
}

.search-menu-item.active .search-expand {
	display: block;
	transition: 0.25s;
	-webkit-transition: 0.25s;
}

.search-menu-item .search-expand input[type="search"] {
	width: 350px;
	font-size: 0.9rem;
	font-weight: 400;
	padding: 0 10px 0 15px; 
	color: #FFF;
	line-height: normal;
	background: #2F323A;
	border-radius: 50px 0px 0px 50px;
	-moz-border-radius: 50px 0px 0px 50px;
	-webkit-border-radius: 50px 0px 0px 50px;
	height: 36px;
	margin-top: 1px;
	border: 0 !important;
}

.search-menu-item .search-submit {
	display: none;
}

.search-menu-item #searchClose {
	display: none;
}

.main-mobile-menu-container .search-menu-item {
	display: none;
}

@media screen and (max-width: 1200px) {
	.navbar-nav > li > a {
		padding: 15px 10px;
	}
}

@media screen and (max-width: 981px) {
	.navbar-nav > li > a {
		font-size: 1rem;
		padding: 15px 7px;
	}
	
	#site-navigation {
		padding-right: 0;
	}
	
	.search-menu-item {
		display: none !important;
	}
}


/*--------------------------------------------------------------
	## Mobile Navigation
--------------------------------------------------------------*/
/* Hamburger Icon and "X" */

.mobile-navigation {
	display: none;
	color: #2F323A;
	padding-right: 15px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 502;
}

.mob-menu {
	padding-top: 28px;
	text-align: right;
	color: #2F323A;
	opacity: 1;
}

.mob-menu i {
	font-size: 2em;
	cursor: pointer;
	color: #2F323A;
}

.mob-menu.close {
	color: #2F323A;
	opacity: 1;
}

.mob-menu.close i {
	font-size: 1.5em;
}

body.active {
  	position: fixed;
  	left: 0;
  	right: 0;
}

.main-mobile-menu-container {
	position: fixed;
	top: 90px;
	right: -105%;
	bottom: 0;
	width: 100%;
	background: #fff;
	transition: right .5s ease-in-out;
	-webkit-transition: right .5s ease-in-out;
	z-index: 10000;
	text-align: left;
}

.main-mobile-menu-container.active {
	right: 0;
}

.main-mobile-menu-container.overflow-y {
	overflow-y: scroll;
}

.main-mobile-menu-container menu {
	padding-left: 0;
}

.main-mobile-menu-container .main-menu {
	border-top: 1px solid #DCDCDF;
	margin-top: 0;
}

.main-mobile-menu-container .main-menu ul {
	margin: 0;
	padding: 0;
}

.main-mobile-menu-container .main-menu li {
	border-bottom: 1px solid #DCDCDF;
	display: block;
	font-size: 14px;	
	list-style-type: none;
	position: relative;
	padding: 0 0 0 20px;
}

.main-mobile-menu-container .main-menu li:before {
	display: none;
}

.main-mobile-menu-container .main-menu li li {
	border-bottom: 0;
}

.main-mobile-menu-container .main-menu li .expand {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	display: inline-block;
	border-bottom: 0 !important;
	padding: 10px 32px 10px 10px;
}

.main-mobile-menu-container .main-menu li .expand:hover {
	background: none;
	border-left: 0;
}

.main-mobile-menu-container .main-menu li .expand:after {
	color: #2F323A;
	content:"\f107";
	font-family: FontAwesome;
}

.main-mobile-menu-container .main-menu li .expand:hover:after {
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.main-mobile-menu-container .main-menu li.active > .expand:after {
    font-family: FontAwesome;
	content:"\f106";
}

.main-mobile-menu-container .main-menu li .sub-menu {
	display: none;
}

.main-mobile-menu-container .main-menu li .sub-menu:last-child {
	padding-bottom: 10px;
}

.main-mobile-menu-container .main-menu a {
	display: block;
	color: #2F323A;
	padding: 10px;
	text-decoration: none;
}

.main-mobile-menu-container .main-menu a:hover,
.main-mobile-menu-container .main-menu > li.active > a {
	color: #213768;
}

.main-mobile-menu-container .main-menu li li > a {
	padding: 5px 10px 5px 15px;
	text-transform: none;
}

.main-mobile-menu-container .main-menu li li li > a {
  	padding-left: 30px;
}

@media screen and (max-width: 850px) {
	.mobile-navigation {
		display: inline-block;
	}
	.main-navigation {
		display: none;
	}
}




/*--------------------------------------------------------------
/*- Knowledge Center Site Search Results
--------------------------------------------------------------*/

#kh-search-container {
	width: 75%;
	margin-left: 10%;
}

.kh-search-col1 {
	float: left;
	clear: none;
	width: 20%;
}

.kh-search-col1 li {padding-bottom: 5px !important;}
.kh-search-col1 a {font-size: .9em !important;color: #1e428a !important;}
.kh-search-col1 li.active a {color: #898989 !important;}

.kh-search-col2 {
	float: left;
	clear: none;
	width: 80%;
	border-left: 1px dotted #8A8C8F;
	padding-left: 20px;
}

.kh-search-type {
	display: inline-block;
	clear:both;
	color: #333;
	line-height: .8em;
	font-weight: bold;
	padding: 6px 16px 6px 16px;
	margin-bottom: 35px;
	border-radius: 8px;
	background: #ECECEC;
}

.search-result {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 3px solid #ECECEC;
	padding-left: 20px;
}

.search-result-image {
	float: left;
	clear: none;
	width: 20%;
	text-align: center;
	overflow: hidden;
}

.search-result-image img {
	width: auto !important;
	max-width: 300% !important;
	min-height: 50px !important;
	max-height: 80px !important;
}

.search-result-content {
	float: left;
	clear: none;
	width: 80%;
	padding-left: 22px;
}







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

/*-top promo */
.page-template-template-home-page .container-top .container,
.large-masthead.container-top .container {
	padding-top: 17%;
	padding-bottom: 17%;
	text-align: center;
}


#post-22607 .large-masthead.container-top .container {
	padding-top: 13%;
	padding-bottom: 9%;
}

.twocol-masthead {
	padding-top: 10%;
	padding-bottom: 5%;
}




#box-quote {
	padding-left: 4em;
}

#box-quote img {
	max-width: 180px;
}

.page-template-template-home-page .container-top .container .btn,
.large-masthead.container-top .container .btn{
	margin-top: 20px;
}

/*-row 2 */
#box-use-cases {padding: 20px !important;}
#box-use-cases li {font-size: 100% !important;line-height: 100%;padding-bottom: 15px;padding-left: 4px;}


#box-use-cases li a {
	color: #fff;
}

#box-use-cases li a:hover {
	color: #4dccff;
	text-decoration: none;
}

/*-row 5 */
#row-5 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#row-5 #box-api,
#row-5 #box-sdk {
	min-height: 350px;
	text-align: center;
	padding-left: 4%;
	padding-right: 4%;
	border: 2px solid #EA3424;
	background: rgba(255, 255, 255, 0.24);
	width: 45%;
}

#row-5.dark-gray #box-api,
#row-5.dark-gray #box-sdk {
	background: rgba(0, 0, 0, 0.75);
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

#row-5.dark-gray #box-api .vertical-adjust,
#row-5.dark-gray #box-sdk .vertical-adjust {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	text-align: center;
	padding-left: 4%;
	padding-right: 4%;
	position: absolute;
}

#row-cases.dark-gray #box-api {border: 2px solid #1E428A;}
#row-cases.dark-gray #box-sdk {border: 2px solid #FF671F;}

#row-5 #box-api {
	margin-left: 1%;
}

#row-5 #box-sdk{
	margin-right: 1%;
}



#row-5 h4 {
	display: block;
	font-weight: 300;
	margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
	 #row-5 #box-api {
		margin-left: 0;
	}
	
	 #row-5 #box-sdk{
		margin-right: 0;
	}

	#row-5 #box-api,
	#row-5 #box-sdk,#row-cases .col-md-6 {width: 100% !important;margin-bottom:20px;}
	#row-5 #box-sdk {margin-top: 30px}
	.knowledge-preview #row-6 .col-md-4 {margin-bottom: 40px !important;padding-left: 6% !important;padding-right:6% !important;}
}

/*-row 6 */
.knowledge-preview .item {
	width: 31%;
	padding: 15px;
	margin: 0 3% 20px 0;
	border-radius:8px;
}

.knowledge-preview .item img {
	/* width: 140%; 
	max-width: 140%; */
	height: 166px;
	/*margin-left: -20%; */
}

.knowledge-preview .item .item-case_study .cs-image-container {
	height: 166px;
	background: url(assets/Web_Pattern_04.jpg) repeat left center;
	position: relative;
}

.knowledge-preview .item .item-case_study .cs-image-container img {
	height: auto;
	min-width: 0;
	max-width: 300px;
	width: 85%;
	margin: 0 auto;
/* 	position: absolute; */
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.knowledge-preview .item .item-post {overflow: hidden !important;}
.knowledge-preview .col-margins .item:last-child {
	margin-right: 0;
}
/*--------------------------------------------------------------
/*-Features and Functions Page Templates
--------------------------------------------------------------*/
/* removed 10/16/2017 */

/*--------------------------------------------------------------
/*-Knowledge Center Template
--------------------------------------------------------------*/


.kc-search form input#s[type="text"] {
	max-width: 70%;
	height: 44px;
	border-radius: 0px;
	margin-top: 0 !important;
	font-size: 14px !important;
	padding-right: 44px;
	border-right: 44px solid #EB3301 !important;
}

.kc-search button {
	display: inline;
	width: 44px;
	line-height:43px !important;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 -44px !important;
	background: transparent !important;
}

.kc-search button:before{ 
	display: inline-block;
	color: #FFF !important;
	font-family: "FontAwesome";
	font-size: 20px !important;
	content: "\f002";
	padding: 0 !important;
	margin: 0 !important;
}

.legend-kc {
	font-size: 130% !important;
	font-weight: 700 !important;
	margin: 0;
}

ul.legend-kc.single {padding-top: 30px !important;}

.legend-kc li {
	display: inline-block;
	margin-right: 25px;
	line-height: 20px !important;
}

.legend-kc .blog-articles a {color:#EA3424 !important;}
.legend-kc .case-studies a {color:#FD6624 !important;}
.legend-kc .use-cases a {color:#204085 !important;}
.legend-kc .position-papers a {color:#2F323A !important;}

body .legend-kc li:before {
	display: inline-block;
	position: relative !important;
	width: 38px;
	left: 0px !important;
	font-family: "rosette" !important;
	font-size: 30px !important;
	vertical-align: top;
	text-align: left;
	margin: 0;
}

.legend-kc .blog-articles:before,
.hover-blog-articles span:before {
	content: "\77" !important;color:#EA3424 !important;
}
	
.legend-kc .case-studies:before,
.hover-case-studies span:before {
	content: "\76" !important;color:#FD6624 !important;
}
	
.legend-kc .use-cases:before,
.hover-use-cases span:before {
	content: "\75" !important;color:#204085 !important;
}
	
.legend-kc .position-papers:before,
.hover-position-papers span:before {
	content: "\78" !important;color:#2F323A !important;
}
	
.legend-kc .show-all:before {
	font-family: "FontAwesome" !important;
	content: "\f00a" !important;color:#23a9e1 !important;
}
	
.legend-kc .blog-articles.active {border-bottom: 2px solid #EA3424;}
.legend-kc .case-studies.active {border-bottom: 2px solid #FD6624;}
.legend-kc .use-cases.active {border-bottom: 2px solid #204085;}
.legend-kc .position-papers.active {border-bottom: 2px solid #2F323A;}
.legend-kc .show-all.active {border-bottom: 2px solid #23a9e1;}


/* Blogs, Use Cases, Case Studies, Position Papers List */
.col-gray-bg {
	padding: 1.4% !important;
	border-radius:8px;
	background:#EBEBEB;
}

.item {
	float: left;
	clear: none;
	width: 17.93650793650794%;
	padding: 10px;
	margin-bottom: 20px;
	margin-left: 2.4%;
	border-radius:8px;
	background:#EBEBEB;
}

.item a:hover {text-decoration: none;}

.item.item-right {
	float: right;
	clear: none;
	margin-right: 2.4%;
	margin-left: 0;
}

.item-lg {
	width: 38.49206349206349%;
	padding: 20px;
	margin-left: 0;
}

.item-lg.item-right {
	margin-right: 0 !important;
}
	
.item-post {
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.6);
	overflow: hidden;
	background: #FFF;
}

.item-post img {
	display: block;
	position: relative;
	width: auto;
	min-width: 100%;
	max-width: 200%;
	height: 96px;
	z-index: 997 !important;
}



.item-post span.item-content {
	display: block;
	position: relative;
	min-height: 110px;
	max-height: 110px;
	font-size: 20px; 
	font-size: 1.3em;
	line-height: 22px;
	margin-bottom: 0;
	padding: 15px 10px 15px 10px;
	overflow: hidden;
	background-color: #FFF !important;
	transition: all 0.5s ease;
	z-index: 998 !important;
}

.item-lg span.item-content {
	font-size: 200%;
/* 	line-height: 1.2em; */
	min-height: 159px !important; 
	padding: 20px;
	line-height: normal;
}

.item-lg span.item-content .item-tagline {
	font-size: 16px;
	display: block;
}

.item.item-lg img {
	height: 284px;
/* 	margin-left: -15% !important; */
}


.item .item-case_study .cs-image-container {
	background: url(assets/Web_Pattern_04.jpg) repeat left top;
	position: relative;
	padding: 10px;
	height: 96px;
}

.item.item-lg .item-case_study .cs-image-container {
	height: 284px;
	padding: 20px;
}

.item .item-case_study .cs-image-container img {
	height: auto;
	width: 100%;
	height: auto;
	min-width: 0;
/* 	position: absolute; */
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	min-height: 0;
}


.item-lg .item-post{overflow: hidden;}

/* item hover effect */

.item a:hover span.item-content {
	min-height: 138px;
	max-height: 138px;
	margin-top: -28px !important;
}

.item-lg a:hover span.item-content {
	min-height: 187px !important;  
	padding: 20px;
}

.hover-item span {
	display:none;
	transition: all 0.5s ease;
	width: 100%;
	height: 20px;
	color: #FFF;
	font-size: 16px;
	padding-top: 4px;
	padding-left: 6px;
	margin-top: -20px;
	transition: all 0.5s ease;
}

a:hover .hover-item span {
	position: relative;
	display: block;
	z-index: 999 !important;
	transition: all 0.5s ease;
	box-sizing: border-box;
}

.item-lg a .hover-item span {
	height: 30px;
	color: #FFF;
	font-size: 16px;
	padding-top: 10px;
}

.item-lg a:hover .hover-item span {
	
	margin-top: -30px;
}

.hover-item span:before {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 16px;
	color: #FFF !important;
	font-family: "rosette" !important;
	font-size: 16px !important;
	vertical-align: top;
	text-align: left;
	margin: 0;
}

.hover-blog-articles {background-color: #EB3300;border-bottom: 10px solid #EB3300;}
.hover-case-studies {background-color: #FF671F;border-bottom: 10px solid #FF671F;}
.hover-use-cases {background-color: #1E428A;border-bottom: 10px solid #1E428A;}
.hover-position-papers {background-color: #2F323A;border-bottom: 10px solid #2F323A;}


.hover-blog-articles span {background-color: #EB3300;}
.hover-case-studies span {background-color: #FF671F;}
.hover-use-cases span  {background-color: #1E428A;}
.hover-position-papers span  {background-color: #2F323A;}


/* ajax load more */
.alm-btn-wrap {text-align:left;}

button.alm-load-more-btn {
	width: 300px !important;
	font-family: 'Lato', sans-serif !important;
	font-size: 20px !important;
	line-height: 32px !important;
	height: auto !important;
	border: none !important;
	padding: 10px 4% 10px 4% !important;
	}
	
/*--------------------------------------------------------------
/*-Blogs, Case Studies, Use Cases, Inights Posts
--------------------------------------------------------------*/	

.single.legend-kc {
	margin-top: 50px !important;
}


.post-date {
	display: block;
	margin-bottom: 20px;
	font-style: italic;
}

/*--------------------------------------------------------------
## Side Link 
--------------------------------------------------------------*/
.download-button {
	/* display: none; */
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	position: fixed;
	left: 44px;
	height: 44px;
	transform-origin: 0 44px 0;
	-webkit-transform-origin: 0 44px 0;
	background: #ea3424;
	z-index: 5000;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	bottom: 150px;
}

.download-button a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
	line-height: 44px;
}

.download-button:hover {
	background: #fd6624;
}

.side-link:hover a {
	
}

/*-related items */
.related-items {
	margin-bottom: 30px;
}

.related-items .item {
	width: 31%;
	padding: 15px;
	margin: 0 3% 20px 0;
	border-radius:8px;
}

.related-items  .item img {
/* 	width: 100%; */
/* 	max-width: 140%; */
	height: 163px;
/* 	margin-left: -20%; */
}

.related-items  .item .item-post {overflow: hidden !important;}
.related-items  #row-6 .col-margins .item:last-child {
	margin-right: 0;
}

.related-items .item .item-case_study .cs-image-container {
	height: 163px;
}

.col-post-content {
	float:left;
	clear:none;
	width: 60%;
	padding-right: 10px;

}

.single-post .col-post-content,
.single-news .col-post-content {
	 margin-left:11.74603174603175%;
}

@media screen and (max-width: 900px) {
	.col-post-content {
		margin-left: 0;
		float: none;
		width: 100%;
		padding: 0 15px;
	}
	.single-post .col-post-content,
	.single-pos_paper .col-post-content,
	.single-news .col-post-content {
		margin-left: 0;
		float: none;
		width: 100%;
		padding: 0 15px;
	}
}

@media screen and (max-width: 640px) {
	.col-post-content {
		margin-left:0;
	}	
}

h3.sub-headline {
	font-family: 'Source Sans Pro', sans-serif;
	font-style: italic;
	color: #848486;
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
}

.col-post-fields { 
	float: left;
	clear: none;
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: center;
}

.single-case-study .col-post-fields {padding-top: 25px;}

.col-post-fields img {
	width: 75%;
	height: auto;
	background: #FFF;
}

.col-post-fields ul {width: 50%;text-align: center;padding-top:20px !important;margin: 0 auto !important;}
.col-post-fields ul li {font-size: 90%;padding-top: 0 !important;line-height:1.1em !important;}
.col-post-fields ul li:first-child i {padding-top: 0 !important;}
.col-post-fields ul li hr {width: 60%;margin-top: 35px;border: 1px solid #BFBFBF;}
.col-post-fields ul li:last-child hr { display: none; }
.col-post-fields ul li span {display:block;font-weight: 700;margin-bottom:5px;}

.col-post-fields i {
	color: #BFBFBF;
	font-size: 26px;
	line-height: 26px;
}

@media screen and (max-width: 900px) {
	.col-post-fields {
		width: 100%;
		float: none;
	}
	.col-post-fields img {
		width: 40%;
	}
	.col-post-fields ul {
		width: 100%;
	}
	.col-post-fields ul li {
		width: 33.3%;
		display: inline-block;
		margin-right: -4px;
		padding: 20px !important;
	}
	.col-post-fields ul li:last-child hr {
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.col-post-fields img {
		width: 80%;
	}
	.col-post-fields ul li {
		width: 50%;
		padding: 0 10px 30px 10px !important
	}
	.col-post-fields ul li hr {
		display: none !important;
	}
}




.highlight .subhead {
    padding: 2px 5px !important;
}

/* Oversized rows that extend past narrow post column */

.oversize {
	width: 125% !important;
	padding: 0 !important;
	margin-right: -12% !important;
	margin-left: -12% !important;
}

.oversize .row {padding: 0 !important;}

.stretch-left {
	position: relative;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	margin-right: -10%;
	margin-bottom: 35px;
	border-right: 34px solid #898989;
	background: #EBEBEB;
}

.stretch-right {
	position: relative;
	padding-top: 30px;
	padding-left: 50px;
	padding-bottom: 30px;
	margin-left: -10%;
	margin-bottom: 35px;
	border-left: 34px solid #898989;
	background: #EBEBEB;
/* 	width: 120%; */
/* 	padding-right: 10%; */
}



.single-case_study, .single, .single-use_case, .single-pos_paper,
.page-template-template-landing-page-builder-v2 {
	overflow-x: hidden;
}

@media screen and (max-width: 900px) {
	.stretch-left, .stretch-right {
		width: 100%;
		padding-left: 30px !important;
		padding-right: 30px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

/*--------------------------------------------------------------
/*-Page Templates
--------------------------------------------------------------*/

.red {
	background: #ea3424;
	color: #ffffff;
}

.gray-flourish {
	background: #ebebeb url(assets/gray-flourish.png) no-repeat left center;
	background-size: cover;
}

.container-page-header {padding-top: 220px;}

.single-function .container-page-header {
		margin-bottom: 0 !important;
}

@media screen and (max-width: 1000px) {
	.single-function .col-md-8 .col-md-6 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

#page-header  {
	background: rgba(0,0,0,0.8);
}
#page-header .container .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#page-header .btn {display: inline-block;font-size:120%;line-height:2.2em;margin-left:30px;padding-left:3%;padding-right:3%; }
#page-header .btn-lg {font-size: 24px;padding-right:46px !important;padding-left:46px !important;}


#page-header #top-promotion-col {
	display:inline-block;
	float: right;
	clear: none;
	min-width: 50%;
	white-space:nowrap;
	line-height:90px;
	padding-top:0px;
	text-align:right;
}
	
#page-header #top-promotion-col .label {
	display: inline-block;
	font-size: 200%;
	font-weight: 400;
	padding-top: 10px;
	vertical-align: middle;
	color: #FFF;
}

/* Box Menu */

.box-menu {padding: 20px !important;}
.box-menu ul {width: 100%;}
.box-menu ul li {padding:0 !important;}


.box-menu ul li a {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	font-weight: normal !important;
	margin-top: 0 !important;
}

.box-menu ul li a:hover,
.box-menu ul li.active a {
	text-decoration: none;
	color: #4dccff;
}

.box-menu ul li.menu-item-has-children > a {
	font-weight: 700 !important;
}

.box-menu ul li.menu-item-has-children > a:hover {
	color: #ffffff;
}

.box-menu ul li a:after {
	float: right;
	font-family: "FontAwesome";
	font-weight: 700;
	font-size: 20px;
	content: "\f105";
}

.box-menu ul li.menu-item-has-children > a:after {
	display: none;
}

.box-menu ul li.menu-item-has-children {
	margin-top: 10px;
}

.box-menu ul li.current-menu-item a {
	color: #4dccff;
}

#content .box-menu .sub-menu {
	margin-top: 0 !important;
}

.box-menu ul li.current-page a {color: #C2C2C2;}

#row-form-quote {margin-top: 54px;}
#row-form-quote {background-image: url('assets/bg_home_functionsquote.png');}
#row-form-quote #row-form-quote-col-1 {padding-top: 10px;}
#row-form-quote #row-form-quote-col-1 form {padding-right: 28px;padding-bottom: 0px;}
#row-form-quote #row-form-quote-col-1 form .row textarea {height:125px;}
#row-form-quote #row-form-quote-col-2 {padding-left: 5%;background-color: #EA3424 !important;}

/* Section w/ Logos */

.box-logos img {
	margin: 0 2% 0 2% !important;
	max-width: 180px;
}

/* Use Case and Case Studies */
#row-cases {background-position: center top !important;}
#row-cases .item-use-case,
#row-cases .item-case-study {
	width: 45.23809523809524% !important;
	min-height: 350px;
	text-align: center;
	padding: 6% 4% 5% 4%;
	background: rgba(0, 0, 0, 0.75);
}


#row-cases .item-use-case .btn,
#row-cases .item-case-study .btn {
	
}

#row-cases .item-use-case {border: 2px solid #1E428A;}
#row-cases .item-case-study {border: 2px solid #FF671F;}

/* Languages */
#supported-languages {}
#supported-languages .col-md-6, #supported-languages .col-md-12 {margin-bottom:35px;padding:15px;border-radius:8px;background:#EBEBEB;}
#supported-languages .col-md-12 {}

.card {
	min-height: 300px;
	box-sizing: border-box;
	padding: 0 30px 30px 30px;
	-webkit-box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.6);
	overflow: hidden;
	background: #FFF;
	margin-bottom: 30px;
}


.card ul {margin-bottom: 10px; margin-left: 0 !important;}


.card h3:after {
	display: block;
	font-family: "FontAwesome";
	content: "\f0d7";
	color: #2F323A;
	margin-top: -13px;
}

.card li {padding: 0 !important;}

.card-fullwidth { /* temp hack for full width cards */
	padding-left: 1%;
	padding-right: 2%;
}

/*--------------------------------------------------------------
/*-About Us Page
--------------------------------------------------------------*/

#box-customers {
	border-radius: 8px;
	margin-top: 5%;
	margin-bottom: 3%;
	padding: 20px !important;
	background: url("assets/bg_gray_stripes.png") repeat top left;
}


#box-customers img {margin-right:3%;margin-bottom:20px;}

#box-customers .row {
	margin-left: -5px !important;
	margin-right: -5px !important;
}

.list-case-studies {margin-top: 10px;padding: 10px 20px 20px 30px !important;}
.list-case-studies ul li a {font-size: 120%;}


ul.customers {
	list-style: none;
	margin: 0;
}

ul.customers li:before {
	display: none;
}

ul.customers li {
	display: inline-block;
	vertical-align: middle;
}

.customers .customer-img-container {
	padding: 20px 27px;
}

.customers img {
	max-width: 165px;
	max-height: 40px;
	object-fit: contain;
}




.black-box-cta {
	padding: 1.3em 1.3em 0.5em;
	background: #f1f2f5;
	font-size: 0.9rem;
	overflow: auto;
}



/*--------------------------------------------------------------
/*-Events Page
--------------------------------------------------------------*/

.event-post-container {
	display: inline-block;
	margin-bottom: 35px;
	margin-right: -4px;
	padding: 15px;
	vertical-align: top;
	width: 25%;
}

.event-post {
	background: #ffffff;
		-webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.6);
		-moz-box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.6);	margin: 10px;
	min-height: 320px;
	padding: 20px;
}

.single-partner {
	display: inline-block;
	width: 25%;
	margin-right: -4px;
/* 	padding: 15px; */
	vertical-align: top;
}

.single-partner-padding {
/* 	padding: 0px; */
	margin: 20px;
}

.single-partner-inner {
/* 		border-radius:8px; */

	position: relative;
	min-height: 250px;
	box-sizing: border-box;
	padding: 0;
	-webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.15);
	/*overflow: hidden;*/
	background: #FFF;
}

.event-post-logo, .single-partner-logo {
	position: relative;
	min-height: 130px;
	text-align: center;
	line-height: 130px;
	padding: auto !important;
	border-bottom: 1px solid #EBEBEB;
}

.event-post-logo > img, .single-partner-logo > img {
	max-height: 110px;
	max-width: 85%;
}

.event-post-content, .single-partner-content {padding: 12px;}
.event-post-content span, .single-partner-content span {display:block;font-size: 16px;}
.event-post-dates {font-weight:600;}
.event-post-container:nth-child(4n+0), .single-partner:nth-child(4n+0) {margin-right:0 !important;}

/* General dropdown styles */  

.dropdown {
	float: left;
	clear: none;
	margin-bottom: 50px;
}
     
.dropdown dd, .dropdown dt, .dropdown ul { 
	margin: 0 auto; 
	padding: 0;
	max-width: 300px; 
}

.dropdown dd { 
	position:relative; 
}

.dropdown dt a span div span:after {
	position: absolute;
	top: 0;
	right: 0px;
	width: 37px;
	height: 37px;
	font-family: 'FontAwesome';
	font-size: 24px;
	line-height: 37px;
	color: #FFF;
	text-align: center;
	content: "\f0d7";
	background: #F94038;
}

/* DT styles for sliding doors */
.dropdown dt a {
	background: #ffffff;
    display: inline-block;   
    text-transform: uppercase;
    height: 38px;
    cursor: pointer;
    color: #333;
    line-height: 36px;
	width: 200px;
	max-width: 100%;
    font-weight: 300;
	border: 1px solid #F94038;
    padding-left: 10px;  
}

.dropdown dt a:hover {
	text-decoration: none;
}

.dropdown dt a:focus {
	border: 1px solid #F94038!important;
}

.dropdown dt {
	position: relative;
	margin: 10px 60px 0 0;
}

.event-date-toggle {
	line-height: 54px;
	text-transform: uppercase;
	font-weight: 300;
	cursor: pointer;
}

.event-date-toggle i {
	padding-right: 4px;
}

@media screen and (max-width: 480px) {
	.dropdown dt {
		margin: 10px;
	}
	.dropdown {
		margin-bottom: 0;
	}
	.event-dropdown-container:nth-child(2) .dropdown {
		margin-bottom: 10px;
	}
}

/* UL styles */
#content .dropdown dd ul {
	background: #ffffff; 
	color: #333;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	display: none;
    list-style: none; 
	position: absolute;
	width: 200px;
	max-width: 100%;
	cursor: pointer;
	z-index: 2;
	text-transform: uppercase;
	font-size: 14px;
	list-style: none;
	padding: 10px !important;
	margin: 0 !important;
	z-index: 33;
	font-size: inherit;
}

#content .dropdown dd ul li:before {
	content: "" !important;
	margin: 0 !important;
	left: 0 !important;
}

.dropdown span.value { 
	display: none;
}

.dropdown dd ul li a {
	padding: 0; 
	display: block; 
	color: #222;
	text-transform: uppercase;
	border-bottom: 1px solid #EEE;
}

.dropdown dd ul li a:hover { 
	text-decoration: none; 
}

#mixContainer .mix {
	display: none;
}

#eventsContainer .mix {
	display: none;
}

/*--------------------------------------------------------------
/*-Press Section
--------------------------------------------------------------*/

.page-template-template-news-page .ajax-load-more-wrap {
	width: 80%;
	margin-left:10%;
}

.item-news {
	display: block !important;
	width: 100%;
	height: 133px;
	clear: both;
	padding-right: 20px;
	background-color: #FFF;
}

.item-news:nth-child(even) {
	background-color: #EBEBEB;
}

.item-news .item-news-logo {
	float: left;
	clear: none;
	width: 117px;
	height: 117px;
	border-radius: 8px;
	margin: 8px 8px 8px 8px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 105px auto !important;
}

.item-news .item-news-content a {
	display: block;
	font-size: 1.4em !important;
	line-height: 1.2em;
	padding-top: 50px !important;
	color: #3B5CAD;
}

.item-news .item-news-content a:before {
	float: left;
	clear: none;
	height: 133px;
	width: 1px;
	padding-left: 20px;
	margin-top: -50px;
	margin-left: 20px;
	content: " ";
	border-left: 1px dotted #8C8E90;
}

.page-template-template-news-page .alm-btn-wrap {
	margin-top: 30px;
}




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

.site-footer {
	color: #DCDCDF;
	font-size: 14px;
	line-height: 1.8;
	background: #2F323A;
}

.site-footer .row {
	padding-top: 30px;
	padding-bottom: 30px;
}

.site-footer a {
	color: #DCDCDF;
	text-decoration: none;
}

.site-footer a:hover {
	text-decoration: underline;
}

.site-footer p {
	color: #DCDCDF;
}

.site-footer p strong,
.site-footer p a strong {
	color: #fff;
}

.site-footer p a:hover {
	text-decoration: none;
}

.site-footer hr {
	background-color: #848486;
	height: 1px;
}

.site-footer ul {
	list-style: none;
}

.site-footer ul li:before {
	display: none;
}

.menu-footer-menu-container .menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-footer-menu-container .menu .menu-item {
	width: 32.5%;
}

.menu-footer-menu-container .menu li {
	display: inline-block;
	vertical-align: top;
}


.menu-footer-menu-container .menu li a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.menu-footer-menu-container .menu li a:hover {
	color: #f1f2f5;
	text-decoration: none;
}

.menu-footer-menu-container .menu li .sub-menu {
	margin: 0;
	padding: 0;
}

.menu-footer-menu-container .menu li .sub-menu li {
	display: block;
	width: 100%;
}

.menu-footer-menu-container .menu li .sub-menu li a {
	color: #DCDCDF;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
}

.menu-footer-menu-container .menu li .sub-menu li a:hover  {
	text-decoration: underline;
}

/*** Copyright, Terms of Use, and Social Links ***/
.deep-footer {
	color: #DCDCDF;
}

.deep-footer .row {
	padding-top: 30px;
	padding-bottom: 30px;
}

.deep-footer a {
	color: #DCDCDF;
}

.deep-footer a:hover {
	color: #f1f2f5;
}

.menu-copyright-menu-container,
.menu-copyright-menu-ja-container {
	display: inline-block;
}

.deep-footer {
	padding-top: 0 !important
}

.deep-footer .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.deep-footer .menu li {
	display: inline-block;
	padding: 0;
}

.deep-footer .menu li:before {
	color: #DCDCDF;
	content: "|";
	left: 0;
	padding-right: 10px;
	position: relative;
}

.deep-footer .social-links {
	margin-top: -15px;
	text-align: center;
}

.deep-footer .social-links a {
	font-size: 30px;
	margin-right: 10px;
	text-decoration: none;
}

.deep-footer .social-links a:hover {
	text-decoration: none;
}


/* footer copyright */

.sidebar-footer-info p,
.sidebar-footer-info a {
	font-size: 14px;
	color: #DCDCDF;
	margin-bottom: 0;
}

.sidebar-footer-info p,
.sidebar-footer-info .menu,
.sidebar-footer-info .menu-copyright-menu-container {
	display: inline-block;
}

.sidebar-footer-info .menu {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 10px;
}

.sidebar-footer-info .menu li {
	display: inline-block;
}

.sidebar-footer-info .menu li:after {
	content: "|";
	color: #848486;
	padding-left: 6px;
	font-size: 14px;
}

.sidebar-footer-info .menu li:last-child:after {
	content: "";
}

.footer-logo {
	text-align: right;
	margin-top: -5px;
}

.footer-logo img {
	max-width: 133px;
}

@media screen and (max-width: 1200px) {
	.sidebar-footer-info .menu {
		margin: 0;
	}
}

@media screen and (max-width:  981px) {
	.sidebar-footer-info .menu {
		margin: 0;
	}
	
	.deep-footer .social-links {
		margin-top: -5px;
		text-align: left;
	}
	
	.footer-logo {
		margin-top: 5px;
		text-align: left;
	}
}


/* Desktops ----------- */
@media only screen  and (min-width : 993px) {

	.container.col-margins .col-md-6 {width: 46%;margin-left:2%;} 
	.container.col-margins .col-md-4 {width: 31.1111%;} +
	.container.col-margins .col-md-4:nth-child(2) {margin-left:3.33333333333333%;margin-right:3.33333333333333%;}
}

	.image-push-left {
		margin-right: -14% !important;
		margin-left: -14% !important;
		width: 128% !important;
		padding: 0 !important;
		margin: 20px 0 40px 0;
	}
	
	.image-push-left .alignleft {margin-right: 10px !important;}

/* Special fix for navigation break ----------- */
@media only screen  and (max-width : 1060px) {

	#site-navigation li.nav-primary a {padding-left: 14px;padding-right: 14px;}
	
}

/* Tablet and smaller ----------- */
@media only screen  and (max-width : 992px) {
	

	.col-margins .col-sm-12{width:98%;margin:0 1% 0 1%;}
	.col-margins .col-sm-11{width:89.66666667%;margin:0 1% 0 1%;}
	.col-margins .col-sm-10{width:81.33333333%;margin:0 1% 0 1%;}
	.col-margins .col-sm-9{width:73%;margin:0 1% 0 1%;}
	.col-margins .col-sm-8{width:64.66666667%;margin:0 1% 0 1%;}
	.col-margins .col-sm-7{width:56.33333333%;margin:0 1% 0 1%;}
	.col-margins .col-sm-6{width:48%;margin:0 1% 0 1%;}
	.col-margins .col-sm-5{width:39.66666667%;margin:0 1% 0 1%;}
	.col-margins .col-sm-4{width:31.33333333%;margin:0 1% 0 1%;}
	.col-margins .col-sm-3{width:23%;margin:0 1% 0 1%;}
	.col-margins .col-sm-2{width:14.66666667%;margin:0 1% 0 1%;}
	.col-margins .col-sm-1{width:6.33333333%;margin:0 1% 0 1%;}

	.container.col-margins .col-sm-4 {width: 31.1111%;} 
	.container.col-margins .col-sm-4:nth-child(2) {margin-left:3.33333333333333%;margin-right:3.33333333333333%;}
	
	#rosette-api {display:none !important;}
	#content {top: -21px !important;}
	.capability-template-default #content {margin-top:0 !important;}
	.no-padding {padding: 15px !important;}	

	/*--------------------------------------------------------------
	/*-Standard Pages Template
	--------------------------------------------------------------*/
	
	/*- pages header */
	.container-page-header {padding-top: 100px;}
	#page-header {text-align: center;padding-top: 10px;} 
	#page-header #top-promotion-col {display: block !important;width:100%;padding-top:10px;padding-bottom:10px;text-align: center; line-height: normal;}
	
	/*--------------------------------------------------------------
	/*-Knowledge Center Template
	--------------------------------------------------------------*/ 
	.legend-kc {font-size: 100% !important;text-align:center;}
	.legend-kc li:before {font-size: 24px !important;width: 30px;}
		
	.item {width: 48%;margin-left: 1.5% !important;}
	.item.item-right {float: left;margin-right: 0% !important;}
	.item-lg {width: 48%;padding: 10px;}

	.item-post span.item-content,
	.item-post.item-lg span.item-content {
		display: block;
		min-height: 130px !important;
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 0;
		padding: 15px 10px 15px 10px;
	}
	
	.item-post a:hover span.item-content,
	.item-lg a:hover span.item-content {
		min-height: 158px !important;
		max-height: 158px !important;
		margin-top: -28px !important;
	}
	
	.item-post {overflow: hidden !important;}
	.item-post img {width: auto !important;min-width: 100%;max-width: 400%;min-height: 200px;}
	.item .item-case_study .cs-image-container img {min-height: 0;margin: 0 auto;max-width:100%;}
	.item .item-case_study .cs-image-container {height: 200px; text-align: center;}
	.related-items .item-case_study .cs-image-container {min-height: 200px;}
	.related-items .item-case_study .cs-image-container img {max-width:0; min-height: 0; min-width: 100%;}
	.knowledge-preview .item .item-case_study .cs-image-container {min-height: 200px;}
	.knowledge-preview .item .item-case_study .cs-image-container img {max-width:0; min-height: 0; min-width: 100%;}
	.item.item-lg img {width: 100%;min-width: 100%;height: auto;margin-left: 0;}
	.item-odd {clear:both;}
	
	/*- knowledge center items -*/
	.knowledge-preview .item,
	.related-items .item {
		width: 31%;	
		margin-right: 2% !important;
	}
	
	.knowledge-preview .col-margins:last-child .item,
	.related-items .col-margins:last-child .item {	
		margin-right: 0 !important;
	}
	
	.functionsHexagons {
		text-align: center;
	}
	
	.FunctionDescription, .FunctionDescriptionText {
		text-align: center;
	}

	/*--------------------------------------------------------------
	/*-Events
	--------------------------------------------------------------*/	
	.event-post-container {
		float:left;
		clear:none;
		width: 46.2%;
	}
	
	/*--------------------------------------------------------------
	/*-Footer
	--------------------------------------------------------------*/
	footer .footer-features ul, footer .footer-knowledgecenter ul, .footer-services ul  {display:none;}
	
	
	/*--------------------------------------------------------------
	/*-Press Page
	--------------------------------------------------------------*/	
	.page-template-template-news-page .ajax-load-more-wrap {
		width: 100%;
		margin-left:0;
	}
	
	.item-news .item-news-content a {
		padding-top: 30px !important;
	}
	
}
	img.alignleft {display:block;clear:both;width: 100%;margin-bottom: 30px;}

	
	/*--------------------------------------------------------------
	/*-Standard Page Template
	--------------------------------------------------------------*/

	#page-header .btn-lg {font-size: 20px;padding-right:46px !important;padding-left:46px !important;}
	#page-header #top-promotion-col .label {font-size: 120% !important;padding:0 !important;}
	#page-header #top-promotion-col .btn {font-size: 100% !important;margin-left:10px;}
	
	#row-cases .item-use-case,
	#row-cases .item-case-study {
		min-height: auto !important;
		padding-top: 40px !important;
		padding-bottom: 60px !important;
	}

	#row-form-quote-col-1 form {width: 90%;}

	
	/*--------------------------------------------------------------
	/*--Knowledge Center Template
	--------------------------------------------------------------*/
	.knowledge-preview .item,
	.related-items .item,
	.item,.item-lg {width: 98%;}
	.related-items .item-case_study .cs-image-container img {min-width: 300px; max-width: 100%; margin: 0 auto;}
	.knowledge-preview .item .item-case_study .cs-image-container img {min-width: 300px; max-width: 100%; margin: 0 auto;}
	
	.item-lg a:hover span.item-content {
	  padding-top: 15px;
	  padding-right: 10px;
	  padding-bottom: 15px;
	  padding-left: 10px;
	}
	/*--------------------------------------------------------------
	/*- Knowledge Center Site Search Results
	--------------------------------------------------------------*/

	#kh-search-container {
		width: 100%;
		margin-left: 0;
		padding-left: 15px;
	}
	
	.kh-search-col1,
	.kh-search-col2 {
		float: left;
		clear: both;
		width: 100%;
		border: none;
		padding: 0;
	}
	
	.kh-search-col1 {padding-bottom: 20px;margin-bottom: 10px;border-bottom: 1px dotted #8A8C8F;}
	
	.kh-search-col1 ul {margin-top: 0 !important;}

	.kh-search-col1 li {
		display: inline;
		padding: 10px 20px 10px 0px !important;
	}
	.kh-search-col1 a {font-size: .9em !important;color: #1e428a !important;}
	.kh-search-col1 li.active a {color: #898989 !important;}
	
	.search-result-image {display:none;}
	.search-result-content {
		width: 100%;
		clear: both;
		padding-left: 0;
	}
	

}

@media (max-width: 480px) {
	

	.col-margins .col-xs-12{width:98%;margin:0 1% 0 1%;}
	.col-margins .col-xs-11{width:89.66666667%;margin:0 1% 0 1%;}
	.col-margins .col-xs-10{width:81.33333333%;margin:0 1% 0 1%;}
	.col-margins .col-xs-9{width:73%;margin:0 1% 0 1%;}
	.col-margins .col-xs-8{width:64.66666667%;margin:0 1% 0 1%;}
	.col-margins .col-xs-7{width:56.33333333%;margin:0 1% 0 1%;}
	.col-margins .col-xs-6{width:48%;margin:0 1% 0 1%;}
	.col-margins .col-xs-5{width:39.66666667%;margin:0 1% 0 1%;}
	.col-margins .col-xs-4{width:31.33333333%;margin:0 1% 0 1%;}
	.col-margins .col-xs-3{width:23%;margin:0 1% 0 1%;}
	.col-margins .col-xs-2{width:14.66666667%;margin:0 1% 0 1%;}
	.col-margins .col-xs-1{width:6.33333333%;margin:0 1% 0 1%;}

	/*--------------------------------------------------------------
	# Header - Logo & Primary Navigation
	--------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
	/*-Standard Page Template
	--------------------------------------------------------------*/
	#page-header #top-promotion-col {clear:both;white-space:nowrap;}

		/*--------------------------------------------------------------
	/*-Events
	--------------------------------------------------------------*/	
	.event-post-container {
		float:left;
		clear:none;
		width: 97.2%;
	}
	
	/*--------------------------------------------------------------
	/*-Press Page
	--------------------------------------------------------------*/
	
	.item-news {
		height: auto;
		margin-bottom: 20px;
	}
	
	.item-news .item-news-logo {
		width: 90px;
		background-size: 78px auto !important;
		float: none;
		margin: 0 auto;
		width: 100%;
		display: block;
	}
	
	.item-news .item-news-content {
		float: none;
		margin: 0;
		width: 100%;
		display: block;
		height: auto;
	}
	
	.item-news .item-news-content a {
		font-size: 1.2em !important;
		padding-top: 0 !important;
	}

	.item-news .item-news-content a:before {
		padding-left: 8px;
		margin-left: 12px;
		border: 0 !important;
	}
	
	
	
	/*--------------------------------------------------------------
	/*-Use Case and Case Studies
	--------------------------------------------------------------*/
	

	.legend-kc {display:none !important;}
	
	/*-------------------------------------------------------------
	/*-Search Results
	--------------------------------------------------------------*/
	
	.page-id-780 .ajax-load-more-wrap {
		width: 100%;
		margin-left: 0px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.related-items .item-case_study .cs-image-container img {min-width: 100%; max-width: 100%; margin: 0 auto;}
	.knowledge-preview .item .item-case_study .cs-image-container img {min-width: 100%; max-width: 100%; margin: 0 auto;}
}

/* General */

.container {
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (max-width: 1024px) {
	.container {
		width: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}
}

/*
.container.chunk {
	margin: 56px auto;
}

.container.content .row {
	padding: 15px;
}

.container.content .row .col {
	padding: 30px;
}
*/


.site-content > .container {
	padding: 0;
}

.masthead {
	padding-top: 130px;
}

.btn {
	border-radius: 0;
	text-transform: uppercase;
}

img {
	max-width: 100%;
	height: auto;
}

.half-inner {
	max-width: 620px;
	padding: 3em 2.5em 2em 0;
	width: 100%;
}

.third-inner {
	max-width: 413px;
}

.twothirds-inner {
	max-width: 826px;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.large-callout .row-eq-height .col {
	padding-left: 0;
	padding-right: 0;
	margin-left: 45px;
	margin-right: 45px;
}

.row-eq-height .col .padding {
	height: 100%;
	padding: 5px;
}




@media screen and (max-width: 900px) {
	.row-eq-height {
		display: block;
	}
	.row-eq-height .col {
		display: block;
		padding-bottom: 1em;
	}
	.row-eq-height .col .half-inner {
		display: block;
		float: none !important;
	}
	.container.content .row .col {
		padding: 10px;
	}
	.container.content .row {
		padding: 5px;
	}
}

#functionsOverview {
	margin-top: 45px;
}

.graypattern {
	background-color: #ebebeb; 
	background-image: url(assets/bg_gray_stripes.png);
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
	padding: 30px 40px;
}

#functionsOverview .graypattern {
	margin: 20px 0;
}



#twoColumnTable .table-responsive {
	border-radius: 10px;
}

.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
	vertical-align: middle;
	border-top: 0;
}

#twoColumnTable .table > tbody > tr > th {
	text-align: center;
	padding: 20px;
	min-width: 180px;
}

#twoColumnTable .table > tbody > tr > td {
	padding: 30px 20px;
}


#twoColumnTable .table-striped > tbody > tr:nth-of-type(2n+1) {
	background: #ffffff;
}


#twoColumnTable .table-striped > tbody > tr:nth-of-type(2n) {
	background: #ebebeb;
}

@media screen and (max-width: 900px) {
	.top-section-page-title {
		text-align: center;
		padding: 0;
	}
	.top-section-page-title .btn {
		font-size: 16px;
		padding: 5px 15px;
		margin: 10px auto !important;
	}
	.top-section-page-title .pull-right {
		float: none !important;
		text-align: center;
	}
	#twoColumnTable .table > tbody > tr > th {
		display: block;
		border-right: none;
	}
	#twoColumnTable .table > tbody > tr > td {
		white-space: normal;
		padding: 10px;
		display: block;
	}
}


/*** Hexagons Features Overview Page ***/
	
ul.functionsHexagons {
/* 	overflow: hidden; */
	font-size: normal !important;
/* 	margin: 0 !important; */
	padding: 0 !important;
	float: none !important;
	display: block;
	min-height: 360px;
	margin: 0 0 0 30px !important;
	
}

ul.functionsHexagons li {
    display: inline-block;
    float: left;
    height: 170px;
    width: 190px;
}

.hexagon {
	display: inline-block;
	margin: 0 auto;
    height: 170px;
    width: 190px;
}

ul.functionsHexagons li:before {
	display: none !important;
}

ul.functionsHexagons li:nth-child(even) {
    margin-top: 90px;
    margin-left: -30px;
}

ul.functionsHexagons li:nth-child(n+8) {
    margin-top: -75px;
}


ul.functionsHexagons li:nth-child(odd) {
    margin-left: -30px;
}

ul.functionsHexagons li:nth-child(8) {
    clear: left;
}

ul.functionsHexagons li:nth-child(n+9) {
    margin-left: 130px;
}

.hexagonText {
	display: block;
    width: 190px;
    height: 170px;
    margin: -118px 25px 0 35px;
    width: 140px;
    height:	60px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.hexagonText:hover {
	text-decoration: none;
}

.hexagonText span {
	display: table-cell;
    width: 120px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
}

.hexagon.hexagon-small {
    width: 150px;
    height: 130px;
    float: left;
}

.hexagonText.hexagonText-small {
    margin: -100px 12px 0 14px;
    font-size: 16px;
    line-height: 1.4em;
}

.product-maturity-filters div {
	display: inline-block;
}

@media screen and (max-width: 1250px) {
	ul.functionsHexagons {
		padding-left: 0;
/* 		margin: 0 auto; */
		text-align: center;	
		margin-left: 0 !important;
	}
	ul.functionsHexagons li {
		float: none;
	}
	ul.functionsHexagons li:nth-child(even) {
    	margin-top: 0;
    	margin-left: auto;
	}
	ul.functionsHexagons li:nth-child(2n+1) {
		margin-left: auto;
	}
	ul.functionsHexagons li:nth-child(n+8) {
	    margin-top: 0;
	    margin-left: auto;
	}
	
	ul.functionsHexagons li:nth-child(8) {
	    clear: none;
	    margin-left: auto;
	}
	
	ul.functionsHexagons li:nth-child(n+9) {
	    margin-left: auto;
	}
	
}

@media screen and (max-width: 640px) {
	ul.functionsHexagons li {
		margin: 0 auto;
		display: block;
	}
	.product-maturity-filters div {
		display: block;
	}
}

/* Form Stuff */
.hs-form-radio-display > span {
    padding-left: 10px;
    vertical-align: text-top;
}

.hs-form-checkbox span {
    margin-left: 10px;
}

.inputs-list.multi-container {
    list-style: none;
}

.hs-form fieldset {
	max-width: none !important;
}

.hs-error-msgs.inputs-list li {
    list-style-type: none;
    font-style: italic;
    color: red;
    font-size: 13px;
    font-weight: 300;
}

ul.hs-error-msgs.inputs-list {
    margin-left: 0 !important;
    padding-left: 0 !important;
}


.hbspt-form {
	
}

.hs-form-field {
	margin-bottom: 5px;
}

.hs-form-field label {
    display: inherit;
    }

#content .hbspt-form ul {
	font-size: 100%;
	list-style: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#content .hbspt-form ul li {
	padding-bottom: 0;
	display: inline-block;
	margin-right: 20px;
}

#content .hbspt-form .hs-form-required {
	display: none;
}

.hbspt-form ul li:before {
	display: none;
}

.hs_country.hs-form-field .hs-input {
    height: 40px;
}

.hs-form fieldset.form-columns-1 input[type="checkbox"], .hs-form fieldset.form-columns-1 input[type="radio"] {
    font-size: 15px;
}


/* Single Functions */

.logo-list img {
	margin: 10px 20px
}



.feature-cards ul.four-columns {
	list-style: none;
	padding: 0;
	margin: 0 !important;
	-webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; 
    font-size: 13px;
}

.feature-cards ul.four-columns li {
	font-size: 16px;
}

.feature-cards ul li:before {
	display: none;
}

@media screen and (max-width: 800px) {
	.feature-cards .col-md-6 {
		width: 100%;	
	}
	.feature-cards ul.four-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.feature-cards .card .col-md-3,
	.feature-cards .card .col-md-4,
	.feature-cards .card .col-md-6,
	.feature-cards .card .col-md-9,
	.feature-cards .card .row,
	#content .feature-cards .card ul {
		padding: 0 !important;
		margin: 0 !important;
	}
}






/*
.capabilities-menu-container {
	background: #f1f2f5;
}

.menu-capabilites-submenu-container ul {
	font-size: 16px !important;
	margin-bottom: 0 !important;
}

.menu-capabilites-submenu-container li {
	display: inline-block;
	margin-right: -4px;
	padding-right: 10px;
	position: relative;
	vertical-align: top;
	width: 20%;
}

.menu-capabilites-submenu-container li:before {
	display: none;
}

.menu-capabilites-submenu-container li li {
	display: block;	
	padding-right: 0;
	width: 100%;
}

.menu-capabilites-submenu-container li > a {
	font-weight: 400;
	text-transform: uppercase;
}

.menu-capabilites-submenu-container li.current-menu-item > a,
.menu-capabilites-submenu-container li.current-menu-parent > a {
	font-weight: 600 !important;
}

.menu-capabilites-submenu-container li .caret {
	border-top-color: #F94038;
	margin-left: 7px;
	margin-top: 12px;
	vertical-align: top;
}

.menu-capabilites-submenu-container li > a:hover,
.menu-capabilites-submenu-container li > a:focus {
	color: #F94038 !important;
	text-decoration: none !important;
}

.menu-capabilites-submenu-container .sub-menu {
	background: #f1f2f5;
	display: none;
	margin-left: 0 !important;
	margin-top: 0 !important;
	padding: 10px 20px !important;
	position: absolute !important;
		top: 20px;
		left: 10px;
		right: 20px;
		z-index: 5;
	text-align: left;
}

.menu-capabilites-submenu-container .sub-menu li > a {
	font-weight: 300;
	text-transform: none;
	color: #404040;
	padding: 0;
}

.menu-capabilites-submenu-container .sub-menu li .caret {
	display: none;
}


.menu-capabilites-submenu-container .sub-menu li > a:hover,
.menu-capabilites-submenu-container .sub-menu li > a:focus,
.menu-capabilites-submenu-container .sub-menu li > a:active,
.menu-capabilites-submenu-container .sub-menu li.current-menu-item > a {
	color: #404040;
	font-weight: 300;
	text-decoration: none;
}

.capabilities-menu-container {
	margin-bottom: 30px;
}

.menu-capabilites-submenu-container .sub-menu li:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
*/

/* Capabilities */

/*
.capability-accent-image {
	margin: 1% 0;
	max-width: 75%;
	text-align: center;
}

.capability-plain-content ul {
	margin: 0 0 0.5em 1.5em;
}

.capability-callout-cards {
	margin: 0 auto 3em auto;
	max-width: 1000px !important;
}



@media screen and (max-width: 1024px) {
	.menu-capabilites-submenu-container ul {
		font-size: 14px !important;
	}
	.menu-capabilites-submenu-container li .caret {
		margin-top: 9px;
	}
}

@media screen and (max-width: 992px) {
	.capability-callout-cards {
		max-width: 60% !important;	
	}
}

@media screen and (max-width: 992px) {
	.capability-callout-cards {
		max-width: 70% !important;	
	}
}

@media screen and (max-width: 800px) {
	.capabilities-menu-container {
		display: none;
	}
	.capability-callout-cards {
		max-width: 80% !important;	
	}
}

@media screen and (max-width: 440px) {
	.capability-accent-image {
		max-width: 100%;
	}
	.capability-callout-cards {
		max-width: 100% !important;	
	}
}
*/


/* Find A Partner Page - November 2016 */

.events-listing .controls {
	margin-left: 10px;
}

.events-listing fieldset {
	border: 0;
	display: inline-block;
	vertical-align: top;
	margin: 0 2em 0 0;
	padding: .25em;
	font-size: 14px;
	text-transform: uppercase;
}



.events-listing .checkbox {
	display: block;
	position: relative;
	cursor: pointer;
	margin-bottom: 8px;
}

.events-listing .checkbox input[type="checkbox"] {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	margin: 0;
	opacity: 0;
	z-index: 1;
}

.events-listing .checkbox label {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 1.5em;
}

.events-listing .checkbox label:before,
.events-listing .checkbox label:after {
	content: '';
	display: block;
	position: absolute;
}

.events-listing .checkbox label:before {
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	background: #ddd;
	border-radius: 3px;
}

.events-listing .checkbox label:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	background: #68b8c4;
	opacity: 0;
	pointer-events: none;
}

.events-listing .checkbox input:checked ~ label:after {
	opacity: 1;
}

.events-listing .checkbox input:focus ~ label:before {
	background: #eee;
}

.events-listing button {
	font-size: 14px;
    margin-top: 40px;
    padding: 5px 15px;
}

/**
 * Fail message styles
 */
.container-events .fail-message {
	position: relative;
	display: block;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	
	transition: 150ms;
		-webkit-transition: 150ms;
		-moz-transition: 150ms;
}

.container-events .fail-message:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.container-events .fail-message {
	vertical-align: middle;
	font-size: 20px;
	font-weight: 700;
}

.container-events.fail .fail-message {
	opacity: 1;
	margin-top: 25px;
	min-height: 100px;
	pointer-events: auto;
}

.single-partner .logo {
	max-width: 90% !important;
	max-height: 90px !important;
}

#partnerContainer .mix {
	display: none;
}

@media screen and (max-width: 1024px) {
	.single-partner {
		width: 50%;
	}
}

@media screen and (max-width: 600px) {
	.single-partner {
		width: 100%;
	}
}

/* 
 * NEW Tabbed Content Page Builder
 * SW January 2017
 */

.no-hero {
	padding-top: 128px;
}

.has-announcement .no-hero {
	padding-top: 168px;
}

.tabbed-hero-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 340px;
	padding-top: 40px;
}


.hero-buttons {
	margin-top: 20px;
}

.hero-buttons .btn {
	margin-right: 15px;
}

.tabbed-hero-section img {
	vertical-align: middle;
}

.nav-tabs.tabbed-content-nav {
	border-bottom: none;
/* 	border-bottom: 2px solid #4d4d4d; */
	margin: 0;
	padding: 0 !important;
}

.nav-tabs.tabbed-content-nav li {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.nav-tabs.tabbed-content-nav li a,
.nav-tabs.tabbed-content-nav li:hover a {
	background: #ffffff;
 	border-bottom: 0px solid #333333 !important;
 	border-left: none;
 	text-transform: uppercase;
    border-right: none;
    border-top: none;
/*	border: none !important; */
/* 	color: #2ebbf0; */
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	margin-right: 25px;
/* 	padding: 5px 15px; */
	padding: 0px 20px 20px 20px;
}

.nav-tabs.tabbed-content-nav li:last-child a {
	margin-right: 0;
}

.nav-tabs.tabbed-content-nav li.active a,
.nav-tabs.tabbed-content-nav li.active:hover a,
.nav-tabs.tabbed-content-nav li:focus a {
/* 	background: #2ebbf0; */
/* 	border-left: 1px solid #2ebbf0; */
/* 	border-top: 1px solid #2ebbf0; */
/* 	border-right: 1px solid #2ebbf0; */
/* 	color: #ffffff; */
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 8px solid #F94038 !important;
	color: #F94038;
	font-weight: bold;
}

.nav-tabs.tabbed-content-nav li:before {
	display: none;
}



.btn-gray,
.btn-gray:active,
.btn-gray:hover,
.btn-gray:visited,
.btn-gray:focus {
	background: #4d4d4d !important;
	border-radius: 10px !important;
	padding: 5px 20px !important;
}

.btn-round {
	border-radius: 5px !important;	
}

@media screen and (max-width: 900px) {
	.tabbed-hero-section {
		padding-top: 15px;
	}
}

@media screen and (max-width: 992px) {
	.no-hero,
	.has-announcement .no-hero {
		padding-top: 0;
	}
	
	.tabbed-hero-section {
		background-position: right bottom;
		height: auto;
		padding-bottom: 30px;
		padding-top: 0;
	}
}

@media screen and (max-width: 640px) {
	.nav-tabs.tabbed-content-nav {
		border-bottom: 0;	
	}
	.nav-tabs.tabbed-content-nav li {
		float: none;
		text-align: center;
	}
	.nav-tabs.tabbed-content-nav li a {
		border-radius: 0;
		display: block;
		margin-bottom: 10px;
	}
}




.elastic-pardot-form {
	height: 666px;
}

.footer-pardot-form {
	height: 560px;
}

.product-pardot-form {
	height: 760px;
}

.startup-pardot-form {
	height: 850px;
}

@media screen and (max-width: 1130px) {
	.footer-pardot-form {
		height: 690px;
	}
}

@media screen and (max-width: 1100px) {
	.elastic-pardot-form {
		height: 850px;
	}
	.product-pardot-form {
		height: 860px;
	}
}

@media screen and (max-width: 1050px) {
	.product-pardot-form {
		height: 895px;
	}
}

@media screen and (max-width: 990px) {
	.elastic-pardot-form {
		height: 660px;
	}
	.product-pardot-form {
		height: 730px;
	}
	.startup-pardot-form {
		height: 650px;
	}
}

@media screen and (max-width: 900px) {
	.footer-pardot-form {
		height: 550px;
	}
}

@media screen and (max-width: 700px) {
	.startup-pardot-form {
		height: 700px;
	}
}

@media screen and (max-width: 600px) {
	.elastic-pardot-form {
		height: 850px;
	}
}

@media screen and (max-width: 565px) {
	.footer-pardot-form {
		height: 690px;
	}
	.startup-pardot-form {
		height: 860px;
	}
}

@media screen and (max-width: 545px) {
	.product-pardot-form {
		height: 900px;
	}
}

/* Capabilities Overview New Template */

/* Capabilities - New Template Added 04/2017 */
/*
.callout-box {
	border: 1px solid #000000;
	margin-left: 9px;
	max-width: 270px;
	padding: 20px;
}

.callout-box ul {
    column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
    column-gap: 10px;
		-moz-column-gap: 10px;
		-webkit-column-gap: 10px;
	font-size: 11px !important;
	font-weight: 500 !important;
	margin: 0 !important;	
	text-transform: uppercase;
	padding-right: 0 !important;
}

.callout-box ul li {
	line-height: 2.5;
	padding-bottom: 0 !important;
}

.callout-box ul li:before {
	display: none !important;
}

.callout-box-title {
	color: #213768;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	vertical-align: top;
}

.callout-box-title:before {
	background-image: url(assets/globe-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 18px;
	vertical-align: top;
	width: 22px;
}
*/

.col-centered {
    float: none;
    margin: 0 auto;
}

/*
.customer-use {
	border-top: 1px solid #000000;
	margin-top: 10px;
	font-size: 16px;
	font-style: italic;
	text-align: left;
}

.capability iframe {
	margin-top: 10px;
}

.capability-accent-image {
	margin: 0;
	max-width: 75%;
	text-align: center;
}
*/


.capability-large-text p {
	font-size: 26px;
	line-height: 1.4;
}

/*
.capability-plain-content ul {
	margin: 0 0 0.5em 1.5em;
}
*/

/*


.capability-callout-cards {
	margin: 0 auto 3em auto;
}

.capability-callout-box {
	border: 1px solid #000000;
	margin: 0 0 30px 0;
	max-width: 100%;
	padding: 20px;
}

.capability-callout-box ul {
    column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
    column-gap: 10px;
		-moz-column-gap: 10px;
		-webkit-column-gap: 10px;
	font-size: 11px;
	font-weight: 500;
	margin: 0;	
	text-transform: uppercase;
	padding-right: 0;
}

.capability-callout-box ul li {
	line-height: 2.5;
	padding-bottom: 0;
}

.capability-callout-box ul li:before {
	display: none;
}

.capability-callout-box-title {
	vertical-align: top;
}

.capability-callout-box-title:before {
	background-image: url(assets/globe-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 18px;
	vertical-align: middle;
	width: 22px;
}
*/

.tabbed-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabbed-navigation li {
	background: #f1f2f5;
	border: 1px solid #B9BABD;
	display: inline-block;
	margin-right: -8px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.tabbed-navigation li.active {
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.tabbed-navigation li.active a {
	font-weight: 700;
}

.tabbed-navigation li a,
.tabbed-navigation li a:visited {
	display: block;
	padding: 12px 20px;
	color: #2f323a;
	font-size: 15px;
	font-family: 'Dosis';
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.tabbed-navigation li a:hover {
	text-decoration: none;
}

.tabbed-navigation li:before {
	display: none;
}

.cap-tab-content {
	border: 1px solid #B9BABD;
	margin-top: -1px;
	padding-top: 40px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
}

.cap-tab-content pre {
	max-height: 725px;
	background-color: #f1f2f5;
	border: 1px solid #B9BABD;
}

.cap-tab-content:focus {
	outline: 0;
}

.cap-tab-content table tr th,
.cap-tab-content table tr td {
	border: 1px solid #DCDCDF;
	padding: 7px 10px;
	font-weight: 300;
	hyphens: auto;
	  -webkit-hyphens: auto;
	  -moz-hyphens: auto;
	  -ms-hyphens: auto;
}

.cap-tab-content table tr th {
	background: #f1f2f5;
	font-weight: 600;
}

.cap-tab-content table tr td:first-child {
	background: #f1f2f5;
	font-weight: 700;
}

/* Widths for Tabbed Content */

.xs-width {
	width: 10px;
}

.sm-width {
	width: 25%;
}

.md-width {
	width: 40%;
}

.cap-tab-content table ul li:before {
	display: none;
}

.cap-tab-content table ul {
	margin: 0;
}

.cap-tab-content table li {
	display: inline-block;
	margin-right: 40px;
	margin-bottom: 0;
}

.cap-tab-content table li .elasticsearch-icon,
.cap-tab-content table li .excel-icon,
.cap-tab-content table li .rapidminer-icon,
.cap-tab-content table li .solr-icon {
	margin-top: 0;
}

.cap-tab-content table li .elasticsearch-icon:before,
.cap-tab-content table li .excel-icon:before,
.cap-tab-content table li .rapidminer-icon:before,
.cap-tab-content table li .solr-icon:before {
	height: 16px;
	margin-bottom: 4px;
	margin-right: 5px;
	vertical-align: bottom;
	width: 16px;
}

.mobile-tabbed-title {
	display: none;
}

/*** Colors and Table Widths for Name Highlighting ***/

.first-name {
	background-color: #D5ECFF; 
	border-bottom: 3px solid #2887D8;
} 

.last-name {
	background-color: #D7F4F2; 
	border-bottom: 3px solid #39B2AC;
} 

.middle-name {
	background-color: #FFE3C7; 
	border-bottom: 3px solid #FF671F;
} 

.full-name {
	background-color: #EFF2C7; 
	border-bottom: 3px solid #969B46;
} 

.title {
	background-color: #EDEDED; 
	border-bottom: 3px solid #9D9D9D;
} 

.organization {
	background-color: #D6E1FF; 
	border-bottom: 3px solid #24408E;
} 

.noun {
	background-color: #D6EFD8;
	border-bottom: 3px solid #40AD48;
}





@media screen and (max-width: 1024px) {
	
	.cap-tab-content {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (max-width: 992px) {
	
	.capability-accent-image {
		float: none;
		margin: 0 auto;
		overflow: auto;
		max-width: 75%;
	}
}

@media screen and (max-width: 800px) {
	
	.cap-tab-content {
		border: 0;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
	
	.tabbed-navigation {
		display: none;
	}
	
	.mobile-tabbed-title {
		display: block;
		margin-bottom: 0.2em;
	}
}

@media screen and (max-width: 640px) {
/*
	.sidebar-row {
		padding: 20px;
	}
*/

	.capability-large-text p {
		font-size: 18px;
	}
	
	.capability-tabbed-content {
		padding-left: 25px;
		padding-right: 25px;
	}
}

/*
@media screen and (max-width: 380px) {
	.cap-tab-content table tr td:nth-child(2) {
		background: #ffffff;
	}
	.cap-tab-content table tr td:nth-child(odd) {
		background: #f1f2f5;
	}
}
*/
/* Bottom CTA - Added June 2017 */
/*
.bottom-cta-trigger-container {
	position: fixed;
		bottom: 30px;
		left: 0;
		right: 0;
		z-index: 600000;
}

#bottomCTATrigger {
	cursor: pointer;
}

.bottom-cta {
	background: #ffffff;
	box-shadow: -5px 0px 5px 0px rgba(82, 82, 76, 0.4);
		-webkit-box-shadow: -5px 0px 5px 0px rgba(82, 82, 76, 0.4);
		-moz-box-shadow: -5px 0px 5px 0px rgba(82, 82, 76, 0.4);
	max-width: 100%;
	overflow-y: scroll;
	padding: 10px 17px;
	z-index: 600001;
}




#bottomCTAClose {
	color: #c7c7c7;
	cursor: pointer;
	display: block;
	font-size: 30px;
	line-height: 1;
	margin: 0 0 10px 0;
	text-align: right;
	width: 100%;
}

#bottomCTAClose:hover {
	color: #111111;
	text-decoration: none;
}

.bottom-cta hr {
	margin-bottom: 2.5em;	
	margin-left: -16px;
	margin-right: -16px;
}

.bottom-cta iframe {
	height: 510px !important;
}

@media screen and (max-width: 640px) {
	.bottom-cta-trigger-container {
		display: none;
	}
}
*/

/* Frequently Asked Questions - Landing Page Builder */

.faq-container {
	border: 2px solid #dcdcdf;
	max-width: 100%;
	width: 800px;
    margin: 0 auto;
}

.faq-container p {
	margin-bottom: 0;
}

.faq-item {
	border-bottom: 2px solid #dcdcdf;
}

.faq-item:last-child {
	border-bottom: 0;
}

.faq-question {
	cursor: pointer;
	display: block;
	padding: 10px 50px 10px 20px;
	position: relative;
}

.faq-question.active {
	border-bottom: 0;
}

.faq-question:hover,
.faq-question.active {
	background: #f1f2f5;
}

.faq-question:after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
		right: 20px;
		top: 55%;
	transform: translateY(-60%);
		-webkit-transform: translateY(-60%);
}

.faq-question.active:after {
	content: "\f106";
}

.faq-answer {
	background: #f1f2f5;
	display: none;
	padding: 0 50px 10px 20px;
}




/* Single Event Template */

.event-large-description {
	margin-top: 115px;
}

.event-large-description-logo {
	max-width: 100%;
	width: 250px;
}

.event-post-location,
.event-post-dates {
	display: block;
}

@media screen and (max-width: 992px) {
	.event-large-description {
		margin-top: 0;
	}
}

/*** Text-Analytics Page */

.img-textanalytics {
	max-width: 50%;
	max-height: 100px;
	margin-top: 1.2em;
}

.img-textanalytics-lg {
	background: #fff;
	padding: 0 10px;
}

/* new blog template - added July 2017 */


.widget + .widget {
	margin-top: 20px;
}

.widget .card-inner {
	padding: 15px 20px;
}

.widget_recent_entries ul {
	margin: 0;
	font-size: 0.9rem;
}

.widget_recent_entries ul li {
	margin-bottom: 0.5rem;
}

.widget_recent_entries ul li:before {
	display: none !important;
}

#custom_html-2 {
	border: none;
}

#custom_html-2 .card-inner {
	padding: 0;
}

.tagcloud a {
	background: #f1f2f5;
	border-radius: 20px;
	display: inline-block;
	font-size: 12px !important;
	font-weight: 300;
	margin: 0 3px 8px 0;
	padding: 5px 10px;
}

.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a:active {
	
}


.blog-preview-slider .blog-list-card-container {
	background: #ffffff;
	flex-basis: 25%;
	margin: 0 15px 30px 15px;
}

.blog-preview-slider .blog-list-card {
	background: #f1f2f5;
}


.blog-list-image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 105px;
}

.blog-list-card-container.news .blog-list-image {
	display: none;
}

.cs-subheader,
.subheader {
	color: #848486;
	margin: 1em 0;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 1.4rem;
}

p.cs-subheader {
	margin-bottom: 0;
}

.luminoso-cstable > tr {
	border-bottom: 2px solid #DCDCDF;
}

.luminoso-cstable > tr:first-child {
	border-top: 2px solid #DCDCDF;
}

.luminoso-cstable > tr > td {
	padding: 20px 10px 20px 0;
}

.luminoso-cstable > tr > td > p:last-child {
	margin-bottom: 0;
}




.case-study-list-image {
    height: 105px;
    text-align: center;
    position: relative;
    background: white;
}

.case-study-list-image img {
    height: auto;
    max-width: 75%;
    max-height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    	-webkit-transform: translateY(-50%) translateX(-50%);
    left: 50%;
}

.blog-list-card a:hover,
.blog-list-card a:focus,
.blog-list-card a:active {
	text-decoration: none;
}

#blogContent .releases p,
#blogContent .recipes-tutorials p {
	margin-bottom: 0.5rem;
}

#blogContent .releases p:last-of-type,
#blogContent .recipes-tutorials p:last-of-type {
	margin-bottom: 0;
}

#blogContent .releases .date,
#blogContent .recipes-tutorials .date {
	font-size: 0.8rem;
	color: #848486;
}

/*
#blogContent .blog-card-details {
	background: transparent;
	margin-top: 30px;
	padding: 0;
}
*/

#blogContent .blog-card-details div {
	margin-right: 15px;
	width: auto;
}
/*

#blogContent .blog-card-details .date {
	color: rgb(64, 64, 64);
}
*/

.blog-banner,
.post-banner,
.case-study .banner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 200px;
	width: 100%;
}

.archive-header {
	margin-top: 115px;
}





/* SEARCH - added August 2017 */

.search-results-container {
/* 	margin-top: 120px !important; */
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.has-announcement .search-results-container {
	margin-top: 150px !important;
}

.search-header {
	border-bottom: 1px solid #ccc;
	margin-bottom: 16px;
}

.search-title {
	font-size: 36px !important;
}

.archive-description {
	margin-bottom: 30px;
}


.search-title .fa {
	font-size: 24px;
	margin-right: 20px;
	margin-top: 8px;
	vertical-align: top;
}


.search-results .blog-card-details,
.archives-container .blog-card-details {
	background: transparent;
	padding: 0;
	width: auto;
}

.search-results .blog-card-details div,
.archives-container .blog-card-details div {
	width: auto;
}

.search-results .blog-card-details div:first-child,
.archives-container .blog-card-details div:first-child {
	color: #DCDCDF;
	margin-right: 20px;
}

.no-results .search-form {
	margin: 20px 0 0 0;
}

.no-results .search-form input {
	display: block;
	font-size: 16px !important;
	margin-bottom: 20px;
}

.no-results .search-form input[type="search"] {
	border-radius: 0;
	max-width: 100%;
	width: 400px;
}

.no-results .search-header {
	border-bottom: 0;
}

@media screen and (max-width: 992px) {
	.search-results-container {
		margin-top: 0 !important;
	}
	.has-announcement .search-results-container {
		margin-top: 60px !important;
	}
}

.plain-content-row,
.free-form-masthead {
	background-repeat: no-repeat;
	background-size: cover;
}

.plain-content-row {
	padding-top: 40px;
	padding-bottom: 40px;
} 

.search-pagination {
	display: block;
	min-height: 100px;
}

.type-post .addtoany_share_save_container {
	margin-top: 0;
}

.addtoany_list a {
	padding: 0 7px 0 0 !important;
}

/* Announcement Banner - Added 10/25/2017 - SW */

.announcement-banner {
	background: #1789FC;
	color: #ffffff;
	padding: 7px 0;
	position: absolute;
		top: 90px;
		left: 0;
		right: 0;
		z-index: 1100;
}

.announcement-banner:hover {
	background: #57cdff;
}

.announcement-banner p {
	font-size: 16px;
	margin: 0;
}

.announcement-banner a,
.announcement-banner a:hover,
.announcement-banner a:active,
.announcement-banner a:focus,
.announcement-banner a:visited {
	color: #ffffff;
}

@media screen and (max-width: 480px) {
	.announcement-banner {
		top: 88px;
	}
	.announcement-banner p {
		font-size: 14px;
	}
}

/* Blog Preview Slider - Added 10/26/2017 */

.slick-arrow,
.slick-arrow:hover {
	background: transparent !important;
}

.slick-arrow:hover:before {
	color: #EB3624;
}

.slick-prev:before {
	color: #2F323A;
	content: "\f053";
	font-family: FontAwesome;
}

.slick-next:before {
	color: #2F323A;
	content: "\f054";
	font-family: FontAwesome;
}

/* Single Case Studies - Added 12/26/2017 (SW) */
.case-study-title {
	font-size: 36px !important;
	font-weight: 700;
	margin-bottom: 16px !important;
	padding-bottom: 0;
}

.case_study .widget-title {
	margin-top: 20px;
}

.single-case_study .addtoany_list a,
.single-use_case .addtoany_list a,
.single-pos_paper .addtoany_list a {
	padding: 4px 7px 0 0 !important;
}


/* Hacks for Home Page in Builder */
/*
.page-id-21159 .rapidminer {
	margin-top: 0 !important;
}
*/

.page-id-21159 .blog-preview-container {
	padding-bottom: 4%;
	padding-top: 2%;
}

/* Japanese Language Banner */
.ja-language-banner {
	border: 2px solid #DCDCDF;
	display: none;
	max-width: 100%;
	position: fixed;
		top: 25px;
		left: calc(50% - 250px);
		z-index: 99999999999999;
	width: 500px;
}

.ja-language-banner.ja-show {
	display: block;
}

.ja-language-banner .container {
	background: #ffffff;
	padding: 20px;
}

.ja-language-banner:after {
	background: rgba(0, 0, 0, 0.75);
	content: "";
	display: block;
	position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
}

.ja-language-banner p {
	margin: 0;
}

@media screen and (max-width: 500px) {
	.ja-language-banner {
		left: 0;
		right: 0;
		top: 0;
	}
}

/* Pardot */
.body.pardot-form {
	border: 2px solid #dcdcdf;
}

/* New Front Page Template Hero Section - January 2019 (SW) */
.v2-hero-with-callouts-container {
	background-position: center center;	
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 90px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.announcement-banner ~ .site-content .v2-hero-with-callouts-container {
    margin-top: 130px;
}

.free-form-masthead {
	margin-top: 90px;
}

.v2-hero-flex-container {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.v2-hero-content {
	-ms-flex-preferred-size: 65%;
	    flex-basis: 65%;
	padding-right: 20px;

}

.v2-hero-callouts {
	-ms-flex-preferred-size: 35%;
	    flex-basis: 35%;
}

.v2-hero-content h1,
.v2-hero-content h2,
.v2-hero-content h3,
.v2-hero-content h4,
.v2-hero-content h5,
.v2-hero-content h6,
.v2-hero-content p {
	color: #2f323a;
}

.v2-hero-callout-box {
	background: #1789fc; 
	border: 2px solid #dcdcdf;
	display: block;
	margin-bottom: 30px;
	padding: 25px 20px;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, .2);
	transition: 0.3s;
}

.v2-hero-callout-box:last-child {
	margin-bottom: 0;
}

.v2-hero-callout-box h4,
.v2-hero-callout-box p {
	color: #ffffff;
	margin-bottom: 0;
}

.v2-hero-callout-box div {
	display: inline-block;
/* 	margin-right: -4.5px; */
	vertical-align: middle;
}

.v2-hero-callout-box img {
	vertical-align: middle;
	width: 90px;
}

.v2-hero-callout-box div:first-child {
	margin-right: 15px;
}

.v2-hero-callout-box div:last-child {
	width: calc(100% - 110px);
}


.v2-hero-callout-box:hover {
	background: #1789fc;
	text-decoration: none;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, .4);
	transition: 0.3s;
}

.v2-hero-callout-box .more:after {
	font-size: 15px;
}

@media screen and (max-width: 900px) {
	.v2-hero-flex-container {
		display: block;
	}
	
	.v2-hero-callouts,
	.v2-hero-content {
		display: block;
		flex-basis: auto;
		width: 100%;
	}

	.v2-hero-callouts {
		padding-left: 0;
	}
	
	.v2-hero-content {
		padding-right: 0;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.v2-hero-callout-box {
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 400px) {
	.v2-hero-callout-box div {
		display: block;
		text-align: center;
	}
	
	.v2-hero-callout-box img {
		max-width: 100px;
	}
	
	.v2-hero-callout-box div:first-child {
		margin-bottom: 20px;
		width: 100%;
	}
		
	.v2-hero-callout-box div:last-child {
		padding-left: 0;
		width: 100%;
	}
}

/*--------------------------------------------------------------
## Front Page Template (Builder) - Customer Logos
--------------------------------------------------------------*/
.builder-customer-logos {
	background: #2F323A;
	padding-top: 40px;
	padding-bottom: 40px;
}

.builder-customer-logos + .builder-customer-logos {
	padding-top: 0;
}

.builder-customer-logos h2 {
	color: #ffffff;
}

.builder-customer-logos .slide {
	display: inline-block;
/* 	padding: 0 10px; */
	vertical-align: middle;
}

.builder-customer-logos .slide.no-slide {
	padding: 0 35px 35px 35px;
}

.builder-customer-logos .slide img {
	height: auto;
	margin: 0 auto;
	max-width: 200px;
	max-height: 65px;
	object-fit: contain;
	padding: 15px;
	width: auto;
}

.slide:focus, 
.slick-slide:focus, 
.slick-active:focus {
	outline: 0;
}

.customer-logo-container {
	margin: 20px 0;
}

.customer-logo-container.no-slide {
	margin: 0;
}

#customerLogoSlider {
	padding: 0 35px;
}

#customerLogoSlider .slick-prev,
#customerLogoSlider .slick-next {
	top: 50%;
}

#customerLogoSlider .slick-prev:before,
#customerLogoSlider .slick-next:before {
	color: rgba(255, 255, 255, 0.5);
}

#customerLogoSlider .slick-prev:hover:before,
#customerLogoSlider .slick-next:hover:before {
	color: rgba(255, 255, 255, 1);
}

.builder-customer-logos .slick-next {
	right: 0;
}

.builder-customer-logos .slick-prev {
	left: 0;
}

@media screen and (max-width: 450px) {
	.builder-customer-logos .slide img { 
		max-width: 100%;
		padding: 15px 0;	
	}
}

/* Custom "Deploy" Section on Home Page */

.deploy-logos a img {
	width: auto;
	max-height: 35px;
}

.deploy-logos a {
	display: inline-block;
	margin-right: 45px;
	width: auto;
}

.deploy-logos a:last-child {
	margin-right: 0;
}

@media screen and (max-width: 700px) {
	.deploy-logos a {
		display: block;
		margin: 0 auto 15px;
	}
	.deploy-logos a:last-child {
		margin-bottom: 0;
		margin-right: auto;
	}
}

/* Pricing Page Template - April 2019 (SW) */

.pricing-hero-container h1,
.pricing-hero-container h2,
.pricing-hero-container h3,
.pricing-hero-container h4,
.pricing-hero-container h5,
.pricing-hero-container h6,
.pricing-hero-container p {
	color: #ffffff;
}

.pricing-hero-content {
	padding: 2em 1.5em;
}

.free-trial-details {
	margin-bottom: 1.2rem;
}

.free-trial-details h3 {
	display: inline-block;
}

.free-trial-details h3 + h3 {
	margin-left: 50px;
}

.pricing-detail-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 20px;
}

.pricing-table-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	vertical-align: top;
	-ms-flex-preferred-size: 78.5%;
	    flex-basis: 78.5%;
}

.pricing-sidebar-container {
	border: 1px solid #b9babd;
	padding: 10px 15px;
	-ms-flex-preferred-size: 21%;
	    flex-basis: 21%;
	height: 100%;
}

.pricing-sidebar-container h5 {
	margin-bottom: 0.3rem;
}

.pricing-sidebar-container ul {
	margin: 0 0 1.2em 1em;
}

.pricing-sidebar-container li {
	font-size: 0.9rem;
	margin: 0;	
}

.pricing-sidebar-container li:before {
	left: -10px;	
}

.pricing-table-key {
	border-top: 0;
	border-right: 0;
	border-left: 0;
	flex-basis: calc(28% - 10px);
}

.pricing-plan-key-start {
	border-top: 1px solid #b9babd;
}

.pricing-table-key .pricing-plan-cell {
	border-right: 1px solid #b9babd;
	border-left: 1px solid #b9babd;
}

.pricing-plan-cell:last-child {
	border-bottom: 1px solid #b9babd;
}

.pricing-plan-cell {
	position: relative;
}

.pricing-plan-cell,
.pricing-plan-header {
	display: flex;
	align-items: center;
	height: 45px;
	min-width: 100px;
	padding: 5px 10px;
}

.pricing-table-column.plans {
	text-align: center;
}

.pricing-plan-column {
	border-left: 1px solid #b9babd;
}

.pricing-plan-column:last-child {
	border-right: 1px solid #b9babd;
}

.pricing-plan-sub-table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pricing-plan-group-header h4 {
	line-height: 1.5;
}

.pricing-plan-cell h4,
.pricing-plan-cell h5,
.pricing-plan-header h4,
.pricing-plan-header h5 {
	margin: 0;
}

.pricing-plan-cell h4,
.pricing-plan-cell h5,
.pricing-plan-header h4,
.pricing-plan-header h5,
.pricing-plan-cell p {
	margin: auto;
}

.pricing-plan-cell.capability h5 {
	font-weight: 500;
}



.pricing-plan-cell:nth-child(odd),
.pricing-table-key .pricing-plan-cell:nth-child(even),
.pricing-key-mobile .pricing-plan-cell:nth-child(even),
.mobile-capability-container .pricing-plan-cell:nth-child(odd) {
	background: #f1f2f5;
}

.pricing-plan-cell:nth-child(even),
.pricing-table-key .pricing-plan-cell:nth-child(odd),
.pricing-key-mobile .pricing-plan-cell:nth-child(odd),
.mobile-capability-container .pricing-plan-cell:nth-child(even) {
	background: #ffffff;
}

.pricing-plan-cell-spacer {
	background: #ffffff !important;
	border-right: 0 !important;
	border-left: 0 !important;
}

.pricing-plan-group-header h4 {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	letter-spacing: normal;
	text-transform: none;
}

.pricing-plan-group-0 {
	background: #1789fc !important;
}

.pricing-plan-group-1 {
	background: #39B2AC !important;
}

.pricing-plan-group-2 {
	background: #2f323a !important;
}

.pricing-cell-capabilities-border {
	border-top: 2px solid #2f323a;
}

.pricing-plan-capability p {
	display: none;
}

.pricing-plan-capability:before {
	color: #39B2AC;
	content: "\f00c";
	display: block;
	font-family: FontAwesome;
	font-size: 12px;
	line-height: 30px;
	margin: auto;
/* 	height: 40px; */
}

.pricing-plan-capability-empty:before {
	color: #f94038;
	content: "\f00d";
	display: block;
	font-family: FontAwesome;
	font-size: 12px;
	line-height: 30px;
	margin: auto;
/* 	height: 40px; */
}

.pricing-table-key .pricing-plan-cell h5 {
	margin: 0;
}

.pricing-key-mobile {
	display: none;
}

.pricing-plan-cta {
	padding: 20px 0;
}

.mobile-capability-toggle {
	display: none;
	padding: 10px 10px 5px 10px;
}

.mobile-capability-toggle h5 {
	margin-bottom: 0;
}

.mobile-capability-toggle h5:after {
	color: #1789fc;
	content: "\f107";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 12px;
	padding-left: 6px;
}

.mobile-capability-toggle.is-open h5:after {
	content: "\f106";
}

.mobile-capability-toggle:hover {
	text-decoration: none;
	border-bottom: 0;
}

.mobile-capability-toggle:hover h5 {
	color: #1789fc;
}

.mobile-capability-container {
	display: block;
}

.mobile-capability-container.active {
	display: block;	
}

.pricing-bottom-content-container {
	overflow-x: auto;
	width: 100%;	
}

.pricing-bottom-content-container table {
	border: 1px solid #b9babd;
}

.pricing-bottom-content-container th {
	border-bottom: 1px solid #b9babd;
	padding: 10px;
}

.pricing-bottom-content-container th h5 {
	margin: 0;
}

.pricing-bottom-content-container td,
.pricing-bottom-content-container th  {
	padding: 10px;
	border-right: 1px solid #b9babd;
	width: 200px;
}

.pricing-bottom-content-container td:first-child {
	font-weight: 500;
	font-family: 'Dosis', sans-serif;
	font-size: 1.1rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.3;
}

.pricing-bottom-content-container tr:nth-child(odd) {
	background: #f1f2f5;
	
}

.pricing-bottom-content-container tr {
	vertical-align: top;
}

@media screen and (max-width: 1200px) {
	.pricing-detail-container,
	.pricing-sidebar-container {
		display: block;
	}

	.pricing-table-container {
		-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
		margin-bottom: 20px;
	}
	
	.pricing-sidebar-container div {
		display: inline-block;
		margin-right: -4.5px;
		vertical-align: top;
		width: 50%;
	}
}

@media screen and (max-width: 920px) {
	.pricing-plan-cell h5,
	.pricing-plan-cell p,
	.mobile-capability-toggle h5 {
		font-size: 0.9rem;
		word-wrap: break-word;
	}
}

@media screen and (max-width: 800px) {
	.pricing-hero-content h3 {
		display: block;
		margin-right: 0;
	}
	.pricing-plan-column {
		border-bottom: 1px solid #b9babd;
		padding-bottom: 10px;
	}
	.pricing-plan-cell:last-child {
		border-bottom: 0;
	}
	.mobile-capability-toggle {
		display: block;
	}
	.pricing-table-container {
		display: block;
	}
	.pricing-table-column.pricing-table-key {
		display: none !important;	
	}
	.pricing-key-mobile,
	.pricing-table-column {
		display: inline-block;
		margin-right: -4.5px;
		vertical-align: top;
	}
	.pricing-key-mobile {
		width: 25%;
	}
	.pricing-key-mobile .pricing-plan-cell {
		border-right: 1px solid #b9babd;
		border-left: 1px solid #b9babd;		
	}
	.pricing-key-mobile .pricing-plan-cell:last-child {
		border-bottom: 1px solid #b9babd;
	}
	.pricing-table-column {
		margin-bottom: 20px;
		margin-left: 5%;
		width: 70%;
	}
	.pricing-plan-column {
		width: 100%;
	}
	.pricing-plan-capability {
		background: #ffffff !important;
		height: auto;
	}
	.pricing-key-mobile h5 {
		margin: 0;
	}
	.pricing-plan-capability p {
		display: block;
		margin: 0;
		text-align: left;
	}
	.pricing-plan-capability-empty {
		display: none;
	}
	.pricing-plan-capability-empty:before,
	.pricing-plan-capability:before {
		display: none;
	}
	.mobile-capability-container {
		display: none;
	}
	.mobile-capability-container.active {
		display: block;	
	}
	.free-trial-details h3 + h3 {
		margin-left: 0;
	}
	.pricing-bottom-content-container th h5,
	.pricing-bottom-content-container td:first-child {
		font-size: 1rem;
	}
}

@media screen and (max-width: 640px) {
	.pricing-sidebar-container div {
		display: block;
		width: 100%;
	}
	.pricing-plan-sub-table {
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch
	}
}

/* Updated Search Results Page 10.31.2019 */
.internal-search-form input {
    display: inline-block;
    width: auto;
}

.internal-search-form #searchField {
    font-size: 36px;
    padding: 0;
    background: transparent;
    border: 0;
    font-family: 'Dosis', sans-serif;
	letter-spacing: 1px;
	margin: 0;
	line-height: 1.3;
	font-variant-ligatures: none;
	clear: both;
}

@media screen and (max-width: 900px) {
	.internal-search-form label {
		display: block;
	}
	
	.internal-search-icon {
		display: none !important;
	}
}

@media screen and (max-width: 500px) {
	.internal-search-form #searchField {
		font-size: 20px;	
	}	
}

/* Credits Page Updates */
.credit-item {
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.credit-item-title,
.credit-item-link {
	margin: 0;
}

.credit-item-title {
	font-weight: bold;
}

.credit-item-license-list {
	margin-top: 0;
}

.credit-item-license-list li {
	margin-bottom: 0;
}

/* Blog Pagination Updates */
.pagination {
	display: block;
	margin: 50px 0 50px 0;
	text-align: center;
}

a.page-numbers,
.page-numbers {
	border-radius: 4px;
	color: #2F323A;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.3;
    font-variant-ligatures: none;
	padding: 3px 8px;
}

.page-numbers:hover,
.page-numbers:focus,
.page-numbers.current {
	background: #F1F2F5;
	color: #3399FF;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Markup Colors
--------------------------------------------------------------*/

.names-title			{ background: #dcdddd; border-bottom: 4px solid #8a8a8c; }
.names-firstname		{ background: #d5ecff; border-bottom: 4px solid #2887d8; }
.names-middlename		{ background: #ffe3c7; border-bottom: 4px solid #ff671f; }
.names-lastname			{ background: #d7f4f2; border-bottom: 4px solid #39b2ac; }

.pos-verb				{ background: #f9b3cc; border-bottom: 4px solid #ec0072; }
.pos-noun				{ background: #ddeec6; border-bottom: 4px solid #8dc63f; }
.pos-det				{ background: #d3c2de; border-bottom: 4px solid #6a3490; }
.pos-adp				{ background: #fde3c2; border-bottom: 4px solid #f7a232; }
.pos-pron				{ background: #ffedc4; border-bottom: 4px solid #fec238; }
.pos-aux				{ background: #d5ecff; border-bottom: 4px solid #2887d8; }
.pos-sym				{ background: #c0e6f6; border-bottom: 4px solid #2caae2; }
.pos-punct				{ background: #bec6dd; border-bottom: 4px solid #24408e; }

.entities-activity		{ background: #fde3c2; border-bottom: 4px solid #f7a232; }
.entities-anatomy,
.entities-disease,
.entities-species		{ background: #e2bcd1; border-bottom: 4px solid #9e1f63; }
.entities-cc,
.entities-email,
.entities-personal-id,
.entities-phone			{ background: #d0d3db; border-bottom: 4px solid #2f323a; }
.entities-coordinate,
.entities-date,
.entities-distance,
.entities-measure,
.entities-money,
.entities-number,
.entities-time,
.entities-url			{ background: #dcdddd; border-bottom: 4px solid #8a8a8c; }
.entities-event			{ background: #ffedc4; border-bottom: 4px solid #fec238; }
.entities-food,
.entities-substance		{ background: #ddeec6; border-bottom: 4px solid #8dc63f; }
.entities-identifier,	
.entities-misc			{ background: #facddf; border-bottom: 4px solid #ef5792; }
.entities-lang,
.entities-religion		{ background: #f9b3cc; border-bottom: 4px solid #ec0072; }
.entities-location		{ background: #c0e6f6; border-bottom: 4px solid #2caae2; }
.entities-org			{ background: #bec6dd; border-bottom: 4px solid #24408e; }
.entities-person		{ background: #f8c4be; border-bottom: 4px solid #e93824; }
.entities-product	 	{ background: #fad4b3; border-bottom: 4px solid #ed6f00; }
.entities-title			{ background: #d3c2de; border-bottom: 4px solid #6a3490; }
.entities-transport		{ background: #b3dac8; border-bottom: 4px solid #008448; }


/*--------------------------------------------------------------
# Global Styles
--------------------------------------------------------------*/

body 
/*-margin-*/
.m-t-0	{ margin-top: 0 !important; }
.m-t-1	{ margin-top: 10px !important; }
.m-t-2	{ margin-top: 20px !important; }
.m-t-3	{ margin-top: 30px !important; }
.m-t-4	{ margin-top: 40px !important; }
.m-t-5	{ margin-top: 50px !important; }
.m-t-6	{ margin-top: 60px !important; }
.m-t-7	{ margin-top: 70px !important; }
.m-t-8	{ margin-top: 80px !important; }
.m-t-9	{ margin-top: 90px !important; }
.m-t-10	{ margin-top: 100px !important; }


.m-b-0	{ margin-bottom: 0 !important; }
.m-b-1	{ margin-bottom: 10px !important; }
.m-b-2	{ margin-bottom: 20px !important; }
.m-b-3	{ margin-bottom: 30px !important; }
.m-b-4	{ margin-bottom: 40px !important; }
.m-b-5	{ margin-bottom: 50px !important; }
.m-b-6	{ margin-bottom: 60px !important; }
.m-b-7	{ margin-bottom: 70px !important; }
.m-b-8	{ margin-bottom: 80px !important; }
.m-b-9	{ margin-bottom: 90px !important; }
.m-b-10	{ margin-bottom: 100px !important; }

/*-padding */
.p-t-0	{ padding-top: 0 !important; }
.p-t-1	{ padding-top: 10px !important; }
.p-t-2	{ padding-top: 20px !important; }
.p-t-3	{ padding-top: 30px !important; }
.p-t-4	{ padding-top: 40px !important; }
.p-t-5	{ padding-top: 50px !important; }
.p-t-6	{ padding-top: 60px !important; }
.p-t-7	{ padding-top: 70px !important; }
.p-t-8	{ padding-top: 80px !important; }
.p-t-9	{ padding-top: 90px !important; }
.p-t-10	{ padding-top: 100px !important; }

.p-b-0	{ padding-bottom: 0 !important; }
.p-b-1	{ padding-bottom: 10px !important; }
.p-b-2	{ padding-bottom: 20px !important; }
.p-b-3	{ padding-bottom: 30px !important; }
.p-b-4	{ padding-bottom: 40px !important; }
.p-b-5	{ padding-bottom: 50px !important; }
.p-b-6	{ padding-bottom: 60px !important; }
.p-b-7	{ padding-bottom: 70px !important; }
.p-b-8	{ padding-bottom: 80px !important; }
.p-b-9	{ padding-bottom: 90px !important; }
.p-b-10	{ padding-bottom: 100px !important; }


/*-colors-*/
.green 			{ color: #60a845; }
.white			{ color: #ffffff; }


/*-background colors-*/
.white-bg,
.white 			{ background: #ffffff; }
.light-grey-bg,
.lightgrey,
.lightgrey-bg 	{ background: #f1f2f5; }
.dark-bg,
.slate-bg,
.slate,
.dark-grey-bg	{ background: #2F323A; color: #fff; }
.brightblue-bg	{ background: #307fe2; }


/*-text-*/
.text-white,
.text-white:lang(ja)	{ color: #ffffff !important; }
.text-brightblue 		{ color: #307fe2 !important; }
.text-slate 			{ color: #2f323a !important; }
.text-green 			{ color: #60a845 !important; }


.text-right		{ text-align: right !important; }
.text-center 	{ text-align: center !important; }

.text-xsmall 	{ font-size: 0.8rem !important; }
.text-small 	{ font-size: 1rem !important; }
.text-large 	{ font-size: 5rem !important; }


/*-borders-*/
.no-border		{ border: none !important; }
.border 		{ border: 1px solid #dcdcdf; }


/*-mobile text alignments-*/

@media screen and (max-width: 640px) {
	.center-mobile 	{ text-align: center; }
}


@media screen and (max-width: 800px) {
	.text-right {
		text-align: left;
	}
}

@media screen and (max-width: 400px) {
	.col-xxs-4 {
		width: 25%;
	}
	.col-xxs-8 {
		width: 75%;
	}
	.col-xxs-12 {
		float: none;
		width: 100%;
	}
}