/******************************************************************
Site Name: Janrain
Author: Subtext

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
@import url(//fonts.googleapis.com/css?family=Ubuntu+Mono:400,700);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote, .blockquote-callout {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
b, strong, .strong {
  font-weight: bold;
}

dfn, em, .em {
  font-style: italic;
}

small, .small {
  font-size: 75%;
}

ul, ol {
  padding: 0;
  list-style-type: none;
}

dd {
  margin: 0;
}

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix, .content, .solutions-component-section ul.solutions-components > li, .filters ul li label, .filters ul li .filter-link {
  zoom: 1;
}
.clearfix:before, .content:before, .solutions-component-section ul.solutions-components > li:before, .filters ul li label:before, .filters ul li .filter-link:before, .clearfix:after, .content:after, .solutions-component-section ul.solutions-components > li:after, .filters ul li label:after, .filters ul li .filter-link:after {
  content: "";
  display: table;
}
.clearfix:after, .content:after, .solutions-component-section ul.solutions-components > li:after, .filters ul li label:after, .filters ul li .filter-link:after {
  clear: both;
}

/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement, #logo a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
CUSTOMER SECTION
*********************/
/*********************
ICONS
*********************/
@font-face {
  font-family: "janrainicons";
  src: url("../fonts/janrainicons-d5829e3a7f3d08c9f8fd446f92945bef.eot");
  src: url("../fonts/janrainicons-d5829e3a7f3d08c9f8fd446f92945bef.eot?#iefix") format("embedded-opentype"), url("../fonts/janrainicons-d5829e3a7f3d08c9f8fd446f92945bef.woff") format("woff"), url("../fonts/janrainicons-d5829e3a7f3d08c9f8fd446f92945bef.ttf") format("truetype"), url("../fonts/janrainicons-d5829e3a7f3d08c9f8fd446f92945bef.svg?#janrainicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "janrainicons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\f101";
}

.icon-arrow-down2:before {
  content: "\f102";
}

.icon-arrow-left:before {
  content: "\f103";
}

.icon-arrow-left2:before {
  content: "\f104";
}

.icon-arrow-right:before {
  content: "\f105";
}

.icon-arrow-right2:before {
  content: "\f106";
}

.icon-arrow-up:before {
  content: "\f107";
}

.icon-arrow-up2:before {
  content: "\f108";
}

.icon-checkmark:before {
  content: "\f109";
}

.icon-console:before {
  content: "\f10a";
}

.icon-envelope:before {
  content: "\f10b";
}

.icon-facebook:before {
  content: "\f10c";
}

.icon-fire:before {
  content: "\f10d";
}

.icon-googleplus:before {
  content: "\f10e";
}

.icon-hex:before {
  content: "\f10f";
}

.icon-integrations-ad-serving:before {
  content: "\f110";
}

.icon-integrations-analytics:before {
  content: "\f111";
}

.icon-integrations-business-intelligence:before {
  content: "\f112";
}

.icon-integrations-cloud-integrators:before {
  content: "\f113";
}

.icon-integrations-commenting-engagement:before {
  content: "\f114";
}

.icon-integrations-community:before {
  content: "\f115";
}

.icon-integrations-content-management:before {
  content: "\f116";
}

.icon-integrations-crm:before {
  content: "\f117";
}

.icon-integrations-data-append:before {
  content: "\f118";
}

.icon-integrations-data-management:before {
  content: "\f119";
}

.icon-integrations-ecommerce:before {
  content: "\f11a";
}

.icon-integrations-email-marketing:before {
  content: "\f11b";
}

.icon-integrations-gamification:before {
  content: "\f11c";
}

.icon-integrations-marketing-automation:before {
  content: "\f11d";
}

.icon-integrations-personalization:before {
  content: "\f11e";
}

.icon-integrations-ratings-reviews:before {
  content: "\f11f";
}

.icon-integrations-security-fraud:before {
  content: "\f120";
}

.icon-integrations-tag-management:before {
  content: "\f121";
}

.icon-integrations-testing:before {
  content: "\f122";
}

.icon-life-preserver:before {
  content: "\f123";
}

.icon-linkedin:before {
  content: "\f124";
}

.icon-megaphone:before {
  content: "\f125";
}

.icon-play:before {
  content: "\f126";
}

.icon-product-access-management:before {
  content: "\f127";
}

.icon-product-customer-care:before {
  content: "\f128";
}

.icon-product-customer-insights:before {
  content: "\f129";
}

.icon-product-engagement:before {
  content: "\f12a";
}

.icon-product-integrations:before {
  content: "\f12b";
}

.icon-product-profile-data-storage:before {
  content: "\f12c";
}

.icon-product-registration:before {
  content: "\f12d";
}

.icon-product-single-sign-on:before {
  content: "\f12e";
}

.icon-product-social-login:before {
  content: "\f12f";
}

.icon-product-social-sharing:before {
  content: "\f130";
}

.icon-resources-blog-post:before {
  content: "\f131";
}

.icon-resources-case-studies:before {
  content: "\f132";
}

.icon-resources-conferences:before {
  content: "\f133";
}

.icon-resources-data-sheets:before {
  content: "\f134";
}

.icon-resources-events:before {
  content: "\f135";
}

.icon-resources-industry-research:before {
  content: "\f136";
}

.icon-resources-infographic-2:before {
  content: "\f137";
}

.icon-resources-interactive:before {
  content: "\f138";
}

.icon-resources-videos:before {
  content: "\f139";
}

.icon-resources-webinars:before {
  content: "\f13a";
}

.icon-resources-white-papers:before {
  content: "\f13b";
}

.icon-solutions-access-management:before {
  content: "\f13c";
}

.icon-solutions-consumer-electronics:before {
  content: "\f13d";
}

.icon-solutions-crm:before {
  content: "\f13e";
}

.icon-solutions-customer-care:before {
  content: "\f13f";
}

.icon-solutions-customer-goods:before {
  content: "\f140";
}

.icon-solutions-engagement:before {
  content: "\f141";
}

.icon-solutions-media-entertainment:before {
  content: "\f142";
}

.icon-solutions-personalization:before {
  content: "\f143";
}

.icon-solutions-pharmaceuticals:before {
  content: "\f144";
}

.icon-solutions-publishing:before {
  content: "\f145";
}

.icon-star:before {
  content: "\f146";
}

.icon-twitter:before {
  content: "\f147";
}

.icon-video:before {
  content: "\f148";
}

/*********************
TYPOGRAPHY
*********************/
/**
 * TYPOGRAPHY
 * 
 * Separated into separate file so it can be called from embedded
 * forms and frames that don't need the whole site styling.
 */
@font-face {
  font-family: 'proxima-nova';
  src: url("../fonts/26D3F9_E_0.eot");
  src: url("../fonts/26D3F9_E_0.eot?#iefix") format("embedded-opentype"), url("../fonts/26D3F9_E_0.woff") format("woff"), url("../fonts/26D3F9_E_0.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'proxima-nova';
  src: url("../fonts/26D3F9_11_0.eot");
  src: url("../fonts/26D3F9_11_0.eot?#iefix") format("embedded-opentype"), url("../fonts/26D3F9_11_0.woff") format("woff"), url("../fonts/26D3F9_11_0.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'proxima-nova';
  src: url("../fonts/26D3F9_13_0.eot");
  src: url("../fonts/26D3F9_13_0.eot?#iefix") format("embedded-opentype"), url("../fonts/26D3F9_13_0.woff") format("woff"), url("../fonts/26D3F9_13_0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'proxima-nova';
  src: url("../fonts/26D3F9_12_0.eot");
  src: url("../fonts/26D3F9_12_0.eot?#iefix") format("embedded-opentype"), url("../fonts/26D3F9_12_0.woff") format("woff"), url("../fonts/26D3F9_12_0.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
BORDER SEPARATION
*********************/
/*********************
TRANSFORMS
*********************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
DROP SHADOWS
*********************/
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
COLUMNS
*********************/
/*********************
FLEX BOX
*********************/
/*********************
BUTTONS
*********************/
.button, .echo-submit-auth .echo-clickable, .echo-button button.echo-submit-postButton, .widget_btn, .mktoForm .mktoButton, .mktoForm input[type="submit"], .mktoForm button[type="submit"], .contact-form-wrapper .mktoForm button.mktoButton, .button:visited, .echo-submit-auth .echo-clickable:visited, .echo-button button.echo-submit-postButton:visited, .widget_btn:visited, .mktoForm .mktoButton:visited, .mktoForm input[type="submit"]:visited, .mktoForm button[type="submit"]:visited, .contact-form-wrapper .mktoForm button.mktoButton:visited, .header-text h4 a, input[type=submit] {
  display: inline-block;
  border-radius: 5px;
  border: none;
  padding: 15px 17px;
  font-size: 19px;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background-color: #19bcb9;
}
.button:hover, .echo-submit-auth .echo-clickable:hover, .echo-button button.echo-submit-postButton:hover, .widget_btn:hover, .mktoForm .mktoButton:hover, .mktoForm input[type="submit"]:hover, .mktoForm button[type="submit"]:hover, .contact-form-wrapper .mktoForm button.mktoButton:hover, .button:focus, .echo-submit-auth .echo-clickable:focus, .echo-button button.echo-submit-postButton:focus, .widget_btn:focus, .mktoForm .mktoButton:focus, .mktoForm input[type="submit"]:focus, .mktoForm button[type="submit"]:focus, .contact-form-wrapper .mktoForm button.mktoButton:focus, .button:visited:hover, .echo-submit-auth .echo-clickable:visited:hover, .echo-button button.echo-submit-postButton:visited:hover, .widget_btn:visited:hover, .mktoForm .mktoButton:visited:hover, .mktoForm input[type="submit"]:visited:hover, .mktoForm button[type="submit"]:visited:hover, .button:visited:focus, .echo-submit-auth .echo-clickable:visited:focus, .echo-button button.echo-submit-postButton:visited:focus, .widget_btn:visited:focus, .mktoForm .mktoButton:visited:focus, .mktoForm input[type="submit"]:visited:focus, .mktoForm button[type="submit"]:visited:focus, .header-text h4 a:hover, .header-text h4 a:focus, input[type=submit]:hover, input[type=submit]:focus {
  color: #fff;
  background-color: #16a5a3;
}
.button:active, .echo-submit-auth .echo-clickable:active, .echo-button button.echo-submit-postButton:active, .widget_btn:active, .mktoForm .mktoButton:active, .mktoForm input[type="submit"]:active, .mktoForm button[type="submit"]:active, .contact-form-wrapper .mktoForm button.mktoButton:active, .button:visited:active, .echo-submit-auth .echo-clickable:visited:active, .echo-button button.echo-submit-postButton:visited:active, .widget_btn:visited:active, .mktoForm .mktoButton:visited:active, .mktoForm input[type="submit"]:visited:active, .mktoForm button[type="submit"]:visited:active, .header-text h4 a:active, input[type=submit]:active {
  background-color: #138f8d;
}
.button.secondary, .echo-submit-auth .secondary.echo-clickable, .echo-button button.secondary.echo-submit-postButton, .echo-button .mktoForm button.echo-submit-postButton.mktoButton, .mktoForm .echo-button button.echo-submit-postButton.mktoButton, .secondary.widget_btn, .mktoForm .mktoButton, .mktoForm input[type="submit"], .mktoForm button[type="submit"], .contact-form-wrapper .mktoForm button.mktoButton, .button:visited.secondary, .echo-submit-auth .echo-clickable:visited.secondary, .echo-button button.echo-submit-postButton:visited.secondary, .widget_btn:visited.secondary, .mktoForm .mktoButton:visited, .mktoForm input[type="submit"]:visited, .mktoForm button[type="submit"]:visited, .contact-form-wrapper .mktoForm button.mktoButton:visited, .header-text h4 a.secondary, .header-text h4 .mktoForm a.mktoButton, .mktoForm .header-text h4 a.mktoButton, input[type=submit].secondary, .mktoForm input[type=submit].mktoButton, .mktoForm input[type=submit][type="submit"] {
  background-color: #f15928;
}
.button.secondary:hover, .echo-submit-auth .secondary.echo-clickable:hover, .echo-button button.secondary.echo-submit-postButton:hover, .secondary.widget_btn:hover, .mktoForm .mktoButton:hover, .mktoForm input[type="submit"]:hover, .mktoForm button[type="submit"]:hover, .contact-form-wrapper .mktoForm button.mktoButton:hover, .button.secondary:focus, .echo-submit-auth .secondary.echo-clickable:focus, .echo-button button.secondary.echo-submit-postButton:focus, .secondary.widget_btn:focus, .mktoForm .mktoButton:focus, .mktoForm input[type="submit"]:focus, .mktoForm button[type="submit"]:focus, .contact-form-wrapper .mktoForm button.mktoButton:focus, .button:visited.secondary:hover, .echo-submit-auth .echo-clickable:visited.secondary:hover, .echo-button button.echo-submit-postButton:visited.secondary:hover, .widget_btn:visited.secondary:hover, .mktoForm .mktoButton:visited:hover, .mktoForm input[type="submit"]:visited:hover, .mktoForm button[type="submit"]:visited:hover, .button:visited.secondary:focus, .echo-submit-auth .echo-clickable:visited.secondary:focus, .echo-button button.echo-submit-postButton:visited.secondary:focus, .widget_btn:visited.secondary:focus, .mktoForm .mktoButton:visited:focus, .mktoForm input[type="submit"]:visited:focus, .mktoForm button[type="submit"]:visited:focus, .header-text h4 a.secondary:hover, .header-text h4 .mktoForm a.mktoButton:hover, .mktoForm .header-text h4 a.mktoButton:hover, .header-text h4 a.secondary:focus, .header-text h4 .mktoForm a.mktoButton:focus, .mktoForm .header-text h4 a.mktoButton:focus, input[type=submit].secondary:hover, .mktoForm input[type=submit].mktoButton:hover, .mktoForm input[type=submit][type="submit"]:hover, input[type=submit].secondary:focus, .mktoForm input[type=submit].mktoButton:focus, .mktoForm input[type=submit][type="submit"]:focus {
  background-color: #ef4710;
}
.button.secondary:active, .echo-submit-auth .secondary.echo-clickable:active, .echo-button button.secondary.echo-submit-postButton:active, .secondary.widget_btn:active, .mktoForm .mktoButton:active, .mktoForm input[type="submit"]:active, .mktoForm button[type="submit"]:active, .contact-form-wrapper .mktoForm button.mktoButton:active, .button:visited.secondary:active, .echo-submit-auth .echo-clickable:visited.secondary:active, .echo-button button.echo-submit-postButton:visited.secondary:active, .widget_btn:visited.secondary:active, .mktoForm .mktoButton:visited:active, .mktoForm input[type="submit"]:visited:active, .mktoForm button[type="submit"]:visited:active, .header-text h4 a.secondary:active, .header-text h4 .mktoForm a.mktoButton:active, .mktoForm .header-text h4 a.mktoButton:active, input[type=submit].secondary:active, .mktoForm input[type=submit].mktoButton:active, .mktoForm input[type=submit][type="submit"]:active {
  background-color: #d83f0e;
}
.button.tertiary, .echo-submit-auth .tertiary.echo-clickable, .echo-button button.tertiary.echo-submit-postButton, .tertiary.widget_btn, .mktoForm .tertiary.mktoButton, .mktoForm input.tertiary[type="submit"], .mktoForm button.tertiary[type="submit"], .contact-form-wrapper .mktoForm button.tertiary.mktoButton, .button:visited.tertiary, .echo-submit-auth .echo-clickable:visited.tertiary, .echo-button button.echo-submit-postButton:visited.tertiary, .widget_btn:visited.tertiary, .mktoForm .mktoButton:visited.tertiary, .mktoForm input[type="submit"]:visited.tertiary, .mktoForm button[type="submit"]:visited.tertiary, .header-text h4 a.tertiary, input[type=submit].tertiary {
  background-color: #908a78;
}
.button.tertiary:hover, .echo-submit-auth .tertiary.echo-clickable:hover, .echo-button button.tertiary.echo-submit-postButton:hover, .tertiary.widget_btn:hover, .mktoForm .tertiary.mktoButton:hover, .mktoForm input.tertiary[type="submit"]:hover, .mktoForm button.tertiary[type="submit"]:hover, .button.tertiary:focus, .echo-submit-auth .tertiary.echo-clickable:focus, .echo-button button.tertiary.echo-submit-postButton:focus, .tertiary.widget_btn:focus, .mktoForm .tertiary.mktoButton:focus, .mktoForm input.tertiary[type="submit"]:focus, .mktoForm button.tertiary[type="submit"]:focus, .button:visited.tertiary:hover, .echo-submit-auth .echo-clickable:visited.tertiary:hover, .echo-button button.echo-submit-postButton:visited.tertiary:hover, .widget_btn:visited.tertiary:hover, .mktoForm .mktoButton:visited.tertiary:hover, .mktoForm input[type="submit"]:visited.tertiary:hover, .mktoForm button[type="submit"]:visited.tertiary:hover, .button:visited.tertiary:focus, .echo-submit-auth .echo-clickable:visited.tertiary:focus, .echo-button button.echo-submit-postButton:visited.tertiary:focus, .widget_btn:visited.tertiary:focus, .mktoForm .mktoButton:visited.tertiary:focus, .mktoForm input[type="submit"]:visited.tertiary:focus, .mktoForm button[type="submit"]:visited.tertiary:focus, .header-text h4 a.tertiary:hover, .header-text h4 a.tertiary:focus, input[type=submit].tertiary:hover, input[type=submit].tertiary:focus {
  background-color: #837d6b;
}
.button.tertiary:active, .echo-submit-auth .tertiary.echo-clickable:active, .echo-button button.tertiary.echo-submit-postButton:active, .tertiary.widget_btn:active, .mktoForm .tertiary.mktoButton:active, .mktoForm input.tertiary[type="submit"]:active, .mktoForm button.tertiary[type="submit"]:active, .button:visited.tertiary:active, .echo-submit-auth .echo-clickable:visited.tertiary:active, .echo-button button.echo-submit-postButton:visited.tertiary:active, .widget_btn:visited.tertiary:active, .mktoForm .mktoButton:visited.tertiary:active, .mktoForm input[type="submit"]:visited.tertiary:active, .mktoForm button[type="submit"]:visited.tertiary:active, .header-text h4 a.tertiary:active, input[type=submit].tertiary:active {
  background-color: #756f60;
}

.button-split {
  border: none;
  padding: 0;
  font-size: 19px;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  overflow: hidden;
  display: flex;
}
.button-split .button, .button-split .echo-submit-auth .echo-clickable, .echo-submit-auth .button-split .echo-clickable, .button-split .echo-button button.echo-submit-postButton, .echo-button .button-split button.echo-submit-postButton, .button-split .widget_btn, .button-split .mktoForm .mktoButton, .mktoForm .button-split .mktoButton, .button-split .mktoForm input[type="submit"], .mktoForm .button-split input[type="submit"], .button-split .mktoForm button[type="submit"], .mktoForm .button-split button[type="submit"], .button-split .contact-form-wrapper .mktoForm button.mktoButton, .contact-form-wrapper .mktoForm .button-split button.mktoButton {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px;
  padding: 15px 3px;
  text-align: center;
  flex: 1;
  min-height: 100%;
}
.button-split .button:first-child, .button-split .echo-submit-auth .echo-clickable:first-child, .echo-submit-auth .button-split .echo-clickable:first-child, .button-split .echo-button button.echo-submit-postButton:first-child, .echo-button .button-split button.echo-submit-postButton:first-child, .button-split .widget_btn:first-child, .button-split .mktoForm .mktoButton:first-child, .mktoForm .button-split .mktoButton:first-child, .button-split .mktoForm input[type="submit"]:first-child, .mktoForm .button-split input[type="submit"]:first-child, .button-split .mktoForm button[type="submit"]:first-child, .mktoForm .button-split button[type="submit"]:first-child {
  border-radius: 6px 0 0 6px;
  padding-left: 6px;
  border-right: 0.5px solid #f5c285;
}
.button-split .button:last-child, .button-split .echo-submit-auth .echo-clickable:last-child, .echo-submit-auth .button-split .echo-clickable:last-child, .button-split .echo-button button.echo-submit-postButton:last-child, .echo-button .button-split button.echo-submit-postButton:last-child, .button-split .widget_btn:last-child, .button-split .mktoForm .mktoButton:last-child, .mktoForm .button-split .mktoButton:last-child, .button-split .mktoForm input[type="submit"]:last-child, .mktoForm .button-split input[type="submit"]:last-child, .button-split .mktoForm button[type="submit"]:last-child, .mktoForm .button-split button[type="submit"]:last-child {
  border-radius: 0 6px 6px 0;
  padding-right: 6px;
}

/***************
ANIMATIONS
***************/
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 400px 0;
  }
}
@-webkit-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 400px 0;
  }
}
@keyframes moving-arrows-right {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(10px);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@-webkit-keyframes moving-arrows-right {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(10px);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@keyframes moving-arrows-left {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-10px);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@-webkit-keyframes moving-arrows-left {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-10px);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-size-adjust: 0.473;
  line-height: 1.5;
  color: #565656;
  background-color: #f9f9f7;
}

img {
  max-width: 100%;
  display: block;
}

hr {
  border: none;
  border-top: 3px solid #e7e5df;
  margin: 40px 0;
}

/*********************
LAYOUT & GRID STYLES
*********************/
#container {
  position: relative;
  background-color: #f9f9f7;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
}

.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.content {
  padding-top: 50px;
}

.inner-content {
  margin-top: 1em;
  margin-bottom: 1em;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #19bcb9;
  /* on hover */
  /* mobile tap color */
}
a:hover, a:focus, a:active, a:visited:hover, a:visited:focus, a:visited:active {
  color: #149391;
}
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

a.learn-more-link, a.excerpt-read-more {
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

a.load-more-link {
  color: #848179;
  text-transform: uppercase;
  font-weight: 700;
  float: right;
  font-size: 14px;
  margin-right: 41px;
  clear: both;
  text-decoration: none;
}

.no-resources-found {
  clear: both;
}

/************************
SPECIAL LINKS & TOGGLES
************************/
.js-link, .toggle-link {
  cursor: pointer;
}

.toggle-content {
  display: none;
}

.edit-link {
  float: right;
  display: block;
  font-size: 12px;
}
.edit-link a, .edit-link a:visited {
  color: #f15928;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 700;
  color: #14767e;
  margin: 0 0 18px 0;
}
h1 a, h1 a:visited, .h1 a, .h1 a:visited, h2 a, h2 a:visited, .h2 a, .h2 a:visited, h3 a, h3 a:visited, .h3 a, .h3 a:visited, h4 a, h4 a:visited, .h4 a, .h4 a:visited, h5 a, h5 a:visited, .h5 a, .h5 a:visited {
  text-decoration: none;
  color: #14767e;
}

h1, .h1 {
  font-size: 2.5em;
  line-height: 1em;
}

h2, .h2 {
  font-size: 1.5em;
  line-height: 1.1em;
}

h3, .h3 {
  font-size: 1.1em;
  line-height: 1.1em;
}

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.gray {
  color: #3d3a32;
}

.brown {
  color: #848179;
}

.notbold {
  font-weight: 500;
}

/*********************
HEADER STYLES
*********************/
.header .button, .header .echo-submit-auth .echo-clickable, .echo-submit-auth .header .echo-clickable, .header .echo-button button.echo-submit-postButton, .echo-button .header button.echo-submit-postButton, .header .widget_btn, .header .mktoForm .mktoButton, .mktoForm .header .mktoButton, .header .mktoForm input[type="submit"], .mktoForm .header input[type="submit"], .header .mktoForm button[type="submit"], .mktoForm .header button[type="submit"], .header .contact-form-wrapper .mktoForm button.mktoButton, .contact-form-wrapper .mktoForm .header button.mktoButton {
  font-size: 13px;
  padding: 10px;
}
.header .wrap {
  padding: 0 10px;
}

#mobile-nav {
  display: none;
  background-color: #f0eee8;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 225px;
  z-index: 0;
  overflow: hidden;
}
#mobile-nav li {
  border-bottom: 3px solid #e7e5df;
  border-width: 2px;
}
#mobile-nav .sub-menu {
  display: none;
  margin: 0;
  background: #848179;
}
#mobile-nav .sub-menu li a {
  padding: 2px 20px;
  color: #f9f9f7;
  font-size: 14px;
}
#mobile-nav .searchform {
  background-color: #3d3a32;
  padding: 4px;
}
#mobile-nav .searchform input[type=submit] {
  padding: 7px 8px;
}
#mobile-nav #s {
  width: 150px;
}

.nav-mobile-wrapper {
  height: 100%;
}

#main-mobile-nav {
  background-color: #f9f9f7;
}

#meta-mobile-nav a {
  font-weight: 700;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 12px;
  color: #b9b6ad;
}
#meta-mobile-nav a:hover, #meta-mobile-nav a:active {
  color: #a29e91;
}

#mobile-nav-toggle {
  position: relative;
  padding: 10px 7px 14px 7px;
  float: left;
}
#mobile-nav-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 1px;
  background-color: #14767e;
  margin-top: 4px;
  border-radius: 5px;
}

#meta-nav-bar {
  display: none;
}

.searchform input[type=submit] {
  font-size: 12px;
  padding: 7px 13px;
}

#main-nav-bar {
  position: fixed;
  top: 0;
  z-index: 200;
  width: 100%;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#main-nav-bar .wrap {
  position: relative;
}
#main-nav-bar .get-janrain-button {
  position: absolute;
  top: 9px;
  right: 10px;
}

#main-desktop-nav {
  display: none;
}

#logo {
  float: left;
  margin: 0 9px 0 0;
}
#logo a {
  display: block;
  background-image: url(../images/janrain-logo-sm.png);
  width: 105px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 1px 10px;
}

.user-profile-dropdown {
  margin: -3px 0;
}
.user-profile-dropdown .sso-user-profile-image {
  height: 24px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
ul.nav {
  margin: 0;
  /* end .menu li */
}
ul.nav li a {
  display: block;
  text-decoration: none;
  padding: 10px 20px;
}

/* end .nav */
/*********************
BREADCRUMB STYLES
*********************/
.breadcrumbs {
  padding: 0 0 40px 0;
}
.breadcrumbs a {
  color: #848179;
  text-decoration: none;
}

.pattern .breadcrumbs, #customer-background-1 .breadcrumbs, #customer-background-5 .breadcrumbs, #fixed-customer-background-1 .breadcrumbs, #customer-wrapper.scroller .breadcrumbs {
  padding-bottom: 10px;
}
.pattern .breadcrumbs a, #customer-background-1 .breadcrumbs a, #customer-background-5 .breadcrumbs a, #fixed-customer-background-1 .breadcrumbs a, #customer-wrapper.scroller .breadcrumbs a {
  color: #3d3a32;
}

.integration .breadcrumbs {
  padding-bottom: 0px;
}

/*********************
SOCIAL BUTTONS
*********************/
ul.social-buttons li {
  float: left;
  padding: 0 15px 0 0;
}
ul.social-buttons li a {
  display: inline-block;
  text-decoration: none;
  padding: 0;
  background-color: red;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 48px;
  background-color: #19bcb9;
}
ul.social-buttons li a:hover, ul.social-buttons li a:active {
  background-color: #14767e;
  color: #fff;
}
ul.social-buttons li span {
  vertical-align: middle;
}
ul.social-buttons li span.social-name {
  display: none;
}

/*********************
PAGE HEADER STYLES
*********************/
.image-header {
  position: relative;
  max-height: 570px;
  overflow: hidden;
}
.image-header .header-text-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
}
.image-header .header-text-wrapper h1, .image-header .header-text-wrapper .h1, .image-header .header-text-wrapper h3, .image-header .header-text-wrapper a {
  color: #fff;
}
.image-header img {
  width: 100%;
}

.hero-banner {
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-banner .page-title {
  text-align: center;
}
.hero-banner .inner-content {
  margin-top: 3em;
  margin-bottom: 3em;
}
.hero-banner h1, .hero-banner h2, .hero-banner h3 {
  font-weight: 100 !important;
}
.hero-banner h1, .hero-banner h2, .hero-banner h3, .hero-banner p {
  color: #fff;
}
.hero-banner p, .hero-banner li {
  font-weight: 200;
}
.hero-banner .entry-content .floating-block {
  width: 367px;
  max-width: 100%;
  background-image: url(../images/product/floating_box_transparent_black.png);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  float: none;
  margin: 40px auto;
}
.hero-banner .entry-content .floating-block .inner {
  padding: 38px 28px 10px 28px;
}
.hero-banner .entry-content .floating-block h2 {
  font-size: 38px;
  color: #f15928;
}
.hero-banner .entry-content .floating-block ul {
  list-style: none;
  margin-left: 0;
}
.hero-banner .entry-content .floating-block p, .hero-banner .entry-content .floating-block li {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.hero-banner .entry-content .floating-block li {
  padding-left: 52px;
  margin-bottom: 24px;
  position: relative;
}
.hero-banner .entry-content .floating-block li img {
  position: absolute;
  left: 0;
  top: 2px;
  max-width: 48px;
  height: auto;
}
.hero-banner .entry-content .floating-block .button, .hero-banner .entry-content .floating-block .echo-submit-auth .echo-clickable, .echo-submit-auth .hero-banner .entry-content .floating-block .echo-clickable, .hero-banner .entry-content .floating-block .echo-button button.echo-submit-postButton, .echo-button .hero-banner .entry-content .floating-block button.echo-submit-postButton, .hero-banner .entry-content .floating-block .widget_btn, .hero-banner .entry-content .floating-block .mktoForm .mktoButton, .mktoForm .hero-banner .entry-content .floating-block .mktoButton, .hero-banner .entry-content .floating-block .mktoForm input[type="submit"], .mktoForm .hero-banner .entry-content .floating-block input[type="submit"], .hero-banner .entry-content .floating-block .mktoForm button[type="submit"], .mktoForm .hero-banner .entry-content .floating-block button[type="submit"] {
  width: 100%;
  text-align: center;
  font-size: 22px;
  padding: 25px 17px;
}
.hero-banner .inner-content {
  position: relative;
}

#home-header h1, #home-header .h1, #microsite-home-header h1, #microsite-home-header .h1, #product-header h1, #product-header .h1 {
  font-size: 1.8em;
  margin: 20px 0;
}
#home-header h3, #home-header p, #microsite-home-header h3, #microsite-home-header p, #product-header h3, #product-header p {
  font-size: 1em;
  line-height: 1.1;
  margin: 20px 0;
  font-weight: 200;
}
#home-header h4 a, #microsite-home-header h4 a, #product-header h4 a {
  font-size: 18px;
}
#home-header p, #microsite-home-header p, #product-header p {
  margin: 20px 0;
}
#home-header.image-header .header-text-wrapper .wrap, #microsite-home-header.image-header .header-text-wrapper .wrap, #product-header.image-header .header-text-wrapper .wrap {
  position: relative;
}
#home-header .banner_foreground, #microsite-home-header .banner_foreground, #product-header .banner_foreground {
  display: none;
}
#home-header .banner-menu-wrapper, #microsite-home-header .banner-menu-wrapper, #product-header .banner-menu-wrapper {
  bottom: 0;
  display: block;
  height: 100%;
  position: absolute;
  z-index: -1;
  width: 100%;
  opacity: 0.7;
  background-color: #0d0c07;
}

#home-header h1, #home-header .h1 {
  text-shadow: 2px 2px 3px #333;
}
#home-header .header-drawer {
  display: none;
  z-index: 2;
}
#home-header .header-text-wrapper {
  bottom: 126px;
}
#home-header .header-text-wrapper h1, #home-header .header-text-wrapper .h1 {
  color: #f15928;
}

.home-banner {
  overflow: visible;
}
.home-banner .flex-viewport {
  width: 100% !important;
}
.home-banner ul {
  margin: 0;
}
.home-banner .homepage-banners li {
  min-height: 360px !important;
}
.home-banner .homepage-banners-controls {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
}
.home-banner .homepage-banners-controls ol {
  float: right;
}
.home-banner .homepage-banners-controls li {
  display: inline-block;
  cursor: pointer;
}
.home-banner .homepage-banners-controls a {
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: 5px;
  text-indent: 20px;
  overflow: hidden;
  display: inline-block;
}
.home-banner .homepage-banners-controls a.flex-active {
  background: #f15928;
}
.home-banner .homepage-banner-nav {
  position: absolute;
  width: 100%;
  padding: 23px 0;
  bottom: 0;
  z-index: 10;
}
.home-banner .homepage-banner-nav .wrap {
  position: relative;
}
.home-banner .homepage-banner-nav li {
  min-height: auto !important;
}
.home-banner .homepage-banner-nav ul.nav li {
  float: none;
}
.home-banner .homepage-banner-nav ul.nav li a {
  color: #14767e;
}
.home-banner .homepage-banner-nav ul.nav > li {
  display: inline-block;
  position: relative;
  margin-top: 18px;
}
.home-banner .homepage-banner-nav ul.nav > li:after {
  background: url("../images/show-me-btn.png");
  position: absolute;
  width: 107px;
  height: 33px;
  right: 8px;
  top: 8px;
  content: "";
  display: none;
}
.home-banner .homepage-banner-nav ul.nav > li > a {
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.home-banner .homepage-banner-nav ul.nav > li:hover > a, .home-banner .homepage-banner-nav ul.nav > li.open > a {
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.home-banner .homepage-banner-nav ul.nav > li:hover ul.sub-menu, .home-banner .homepage-banner-nav ul.nav > li.open ul.sub-menu {
  display: block;
}
.home-banner .homepage-banner-nav ul.sub-menu {
  display: none;
  background: #fff;
  padding: 10px 0 10px 20px;
  position: absolute;
  width: 100%;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}
.home-banner .homepage-banner-nav ul.sub-menu li {
  border-bottom: 1px solid #D1D1D1;
}
.home-banner .homepage-banner-nav ul.sub-menu li:last-child {
  border: none;
}
.home-banner .homepage-banner-nav ul.sub-menu a {
  padding-left: 0;
  padding-right: 23px;
}
.home-banner .homepage-banner-nav ul.sub-menu a:after {
  content: "\f106";
  font-family: "janrainicons";
  color: #19bcb9;
  font-size: 28px;
  margin-top: -8px;
  float: right;
}

@media only screen and (max-width: 480px) {
  #home-header .h1 {
    max-width: 66%;
  }
}
#home-secondary {
  background-image: url('../images/drop-shadow-bent.png?1432136382');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 18px;
}
#home-secondary .inner-content {
  margin-top: 40px;
}
#home-secondary h2, #home-secondary h4 {
  text-align: center;
  color: #19bcb9;
}
#home-secondary h2 {
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 0;
}
#home-secondary h4 {
  font-size: 1.8em;
  font-weight: 300;
}
#home-secondary .find-solutions {
  margin: 0 auto 40px;
  text-align: center;
}
#home-secondary .find-solutions a.button, #home-secondary .find-solutions .echo-submit-auth a.echo-clickable, .echo-submit-auth #home-secondary .find-solutions a.echo-clickable, #home-secondary .find-solutions a.widget_btn, #home-secondary .find-solutions .mktoForm a.mktoButton, .mktoForm #home-secondary .find-solutions a.mktoButton {
  padding: 15px 30px;
  position: relative;
}
#home-secondary .find-solutions a.button:after, #home-secondary .find-solutions .echo-submit-auth a.echo-clickable:after, .echo-submit-auth #home-secondary .find-solutions a.echo-clickable:after, #home-secondary .find-solutions a.widget_btn:after, #home-secondary .find-solutions .mktoForm a.mktoButton:after, .mktoForm #home-secondary .find-solutions a.mktoButton:after {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-20px);
  border-color: #19bcb9 transparent transparent;
  border-width: 15px 20px 0px 20px;
  border-style: solid;
}
#home-secondary .find-solutions a.button:hover:after, #home-secondary .find-solutions .echo-submit-auth a.echo-clickable:hover:after, .echo-submit-auth #home-secondary .find-solutions a.echo-clickable:hover:after, #home-secondary .find-solutions a.widget_btn:hover:after, #home-secondary .find-solutions .mktoForm a.mktoButton:hover:after, .mktoForm #home-secondary .find-solutions a.mktoButton:hover:after {
  border-top-color: #16a5a3;
}
#home-secondary .solutions-callouts {
  margin-bottom: 20px;
}
#home-secondary .solutions-callouts .motion-arrows {
  display: none;
}
#home-secondary .solutions-callouts .solutions-callout {
  display: block;
  padding: 0 20px 20px;
  text-decoration: none;
}
#home-secondary .solutions-callouts .solutions-callout:hover {
  background: rgba(132, 129, 121, 0.2);
}
#home-secondary .solutions-callouts .solutions-callout p {
  color: #565656;
}
#home-secondary .solutions-callouts h5, #home-secondary .solutions-callouts p {
  text-align: center;
}
#home-secondary .solutions-callouts img {
  max-width: 100% !important;
  height: auto;
  margin: 0 auto;
}
#home-secondary .solutions-callouts h5 {
  color: #19bcb9;
  font-size: 1.8em;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 0;
}
#home-secondary .solutions-callouts p {
  font-size: 22px;
  line-height: 1.4em;
  margin: 0;
}

@media only screen and (max-width: 480px) {
  #home-secondary h2, #home-secondary h4 {
    max-width: 66%;
    line-height: 36px;
    margin-left: auto;
    margin-right: auto;
  }
}
/******************************************************************
FORMS
******************************************************************/
.page-template-page-feature-comparison-php .hentry .entry-content h2 {
  font-size: 2.25em;
  margin: 36px 0 6px;
  color: #19bcb9;
}
.page-template-page-feature-comparison-php .hentry .entry-content h2:first-child {
  margin-top: 0;
}

.feature-comparison-header-wrapper {
  padding: 20px 0 10px;
  background: #fffff9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.feature-comparison-header-wrapper .feature-header h3, .feature-comparison-header-wrapper .feature-header p {
  margin: 0;
  text-align: center;
}
.feature-comparison-header-wrapper .feature-header a.button, .feature-comparison-header-wrapper .feature-header .echo-submit-auth a.echo-clickable, .echo-submit-auth .feature-comparison-header-wrapper .feature-header a.echo-clickable, .feature-comparison-header-wrapper .feature-header a.widget_btn, .feature-comparison-header-wrapper .feature-header .mktoForm a.mktoButton, .mktoForm .feature-comparison-header-wrapper .feature-header a.mktoButton, .feature-comparison-header-wrapper .feature-header div.button-split {
  width: 100%;
  margin-top: 6px;
  min-height: 66px;
  text-align: center;
}

.feature-comparison {
  border-bottom: 2px solid #e7e4da;
}
.feature-comparison th + th {
  text-align: center;
}
.feature-comparison tr td {
  border-top: 2px solid #e7e4da;
  padding: 12px 6px;
  vertical-align: top;
}
.feature-comparison tr td + td {
  text-align: center;
  vertical-align: middle;
  width: 17.127072%;
  padding: 0 1.381215%;
  border-left: 1px solid #e7e4da;
}
.feature-comparison tr td + td:last-child {
  width: 15.745857%;
  padding-right: 0;
}
.feature-comparison tr.header-row td {
  border: none;
  padding: 0;
}
.feature-comparison .nomargin, .feature-comparison td p {
  margin: 0;
  line-height: 1;
}

form.payment {
  width: 100%;
}
form.payment .has-error label, form.payment .has-error .control-label {
  color: #f15928;
}
form.payment .has-error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), form.payment .has-error select, form.payment .has-error textarea {
  background-color: rgba(237, 147, 39, 0.1);
  color: black;
}
form.payment .submit.button, form.payment .echo-submit-auth .submit.echo-clickable, .echo-submit-auth form.payment .submit.echo-clickable, form.payment .echo-button button.submit.echo-submit-postButton, .echo-button form.payment button.submit.echo-submit-postButton, form.payment .submit.widget_btn, form.payment .mktoForm .submit.mktoButton, .mktoForm form.payment .submit.mktoButton, form.payment .mktoForm input.submit[type="submit"], .mktoForm form.payment input.submit[type="submit"], form.payment .mktoForm button.submit[type="submit"], .mktoForm form.payment button.submit[type="submit"] {
  background: #f15928 !important;
  color: white !important;
  margin: 6px auto !important;
}

input, textarea, select {
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

input[type=text], textarea {
  color: #3d3a32;
  background-color: #f0eee8;
  border-radius: 5px;
  border: none;
  padding: 7px 13px;
}

input[type=text]:focus {
  outline: none;
}

/*********************
CONTENT SECTIONS STYLES
*********************/
.darken {
  background-color: #f0eee8;
}

.pattern, #customer-background-1, #customer-background-5, #fixed-customer-background-1, #customer-wrapper.scroller {
  background-color: #69d3d1;
  background-image: url(../images/bg-bluegreen-pattern.png);
}
.pattern h1, #customer-background-1 h1, #customer-background-5 h1, #fixed-customer-background-1 h1, #customer-wrapper.scroller h1 {
  color: #fff;
}

.highlight {
  background-color: #fffff9;
}

.home .companies, .page-template-page-microsite-home-php .companies {
  background-color: #fff;
}
.home .companies .wrap, .page-template-page-microsite-home-php .companies .wrap {
  position: relative;
}
.home .company-logos, .page-template-page-microsite-home-php .company-logos {
  height: 60px;
  overflow: hidden;
}
.home .company-logos ul, .page-template-page-microsite-home-php .company-logos ul {
  margin: 0;
}
.home .company-logo, .page-template-page-microsite-home-php .company-logo {
  height: 60px;
  width: 100px;
  line-height: 60px;
  float: left;
  text-align: center;
}
.home .company-logo .logo-image, .page-template-page-microsite-home-php .company-logo .logo-image {
  padding: 0 8px;
  height: 100%;
}
.home .company-logo img, .page-template-page-microsite-home-php .company-logo img {
  display: inline;
  vertical-align: middle;
  max-height: 100%;
}

.home .company-logos {
  padding-right: 50px;
}

.flex-viewport {
  width: 100%;
}

a.companies-link {
  position: absolute;
  top: 0;
  right: 20px;
  display: block;
  padding: 18px 0;
  color: #7f7f7f;
}
a.companies-link:hover, a.companies-link:active, a.companies-link:focus {
  color: #686868;
}

/*
#company-logo-act-inc { padding: 0 8px; }
#company-logo-agla { padding:5px 8px 0; }
#company-logo-community-newspaper-holdings-inc { padding:0 10px; }
*/
.content-sections {
  padding-bottom: 80px;
}

.content-section .inner-content {
  margin-top: 40px;
  margin-bottom: 0px;
}
.content-section .inner-content.vertical-center {
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-section .wrap {
  max-width: 960px;
}
.content-section .section-text {
  padding-top: 15px;
}
.content-section .entry-content {
  font-size: 16px;
}

a.learn-more-link, a.excerpt-read-more {
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}

.center {
  text-align: center;
}

.vertical-center {
  margin-top: 20px;
  margin-bottom: 20px;
}

.interactive-guide-callout {
  color: #14767e;
}
.interactive-guide-callout .entry-content p {
  font-size: 1.3em;
  margin-top: 0;
}
.interactive-guide-callout .content-section .inner-content {
  margin-top: 50px;
  margin-bottom: 50px;
}

.testimonials {
  background-color: #69d3d1;
}
.testimonials .wrap {
  width: auto;
  padding: 0;
}
.testimonials .inner-content {
  margin: 0;
}

.testimonial-block {
  color: #fff;
  /* Color Schemes */
}
.testimonial-block a {
  color: #fff;
}
.testimonial-block .testimonial-content {
  padding: 20px;
  width: 100%;
  word-wrap: break-word;
}
.testimonial-block .testimonial-content.proof-image {
  padding-left: 0;
}
.testimonial-block.video-testimonial {
  width: 320px;
}
.testimonial-block .video-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.testimonial-block .proof-image {
  padding: 20px 0 0;
}
.testimonial-block.testimonial-theme-medium {
  background-color: #19bcb9;
}
.testimonial-block.testimonial-theme-medium .quote-attribute {
  color: #14767e;
}
.testimonial-block.testimonial-theme-dark {
  background-color: #14767e;
}
.testimonial-block.testimonial-theme-dark .quote, .testimonial-block.testimonial-theme-dark a {
  color: #69d3d1;
}
.testimonial-block.testimonial-theme-gray {
  background-color: #66a6ab;
}
.testimonial-block.testimonial-theme-gray .quote-attribute {
  color: #14767e;
}
.testimonial-block.testimonial-theme-light {
  background-color: #69d3d1;
}
.testimonial-block.testimonial-theme-light .quote, .testimonial-block.testimonial-theme-light a {
  color: #14767e;
}

p.quote, div.quote {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0;
}

.pre-quote {
  font-size: 3em;
  position: relative;
  bottom: 3px;
  line-height: 1px;
  font-weight: 400;
  vertical-align: bottom;
}

p.quote-attribute {
  font-weight: 400;
  margin: 10px 0 0;
}

.one-testimonial .testimonial-content {
  padding: 50px 20px;
}

.video-link .video-overlay {
  position: absolute;
  left: 50%;
  top: 40px;
  margin-left: -52px;
  width: 104px;
  height: 104px;
  padding: 8px 0 0 5px;
  text-align: center;
  border-radius: 52px;
  background-color: rgba(241, 89, 40, 0.6);
  color: #fff;
}
.video-link .video-overlay .icon-play {
  font-size: 60px;
}
.video-link.video-disabled .video-overlay {
  display: none;
}

.callout-buttons .inner-content {
  margin-bottom: 0;
  text-align: center;
}
.callout-buttons .button, .callout-buttons .echo-submit-auth .echo-clickable, .echo-submit-auth .callout-buttons .echo-clickable, .callout-buttons .echo-button button.echo-submit-postButton, .echo-button .callout-buttons button.echo-submit-postButton, .callout-buttons .widget_btn, .callout-buttons .mktoForm .mktoButton, .mktoForm .callout-buttons .mktoButton, .callout-buttons .mktoForm input[type="submit"], .mktoForm .callout-buttons input[type="submit"], .callout-buttons .mktoForm button[type="submit"], .mktoForm .callout-buttons button[type="submit"], .callout-buttons .contact-form-wrapper .mktoForm button.mktoButton, .contact-form-wrapper .mktoForm .callout-buttons button.mktoButton {
  margin: 0 5px 15px 5px;
}
.callout-buttons .callout-text {
  color: #14767e;
  font-size: 20px;
  margin: 0 0 20px 0;
}

/*********************
ANIMATED CONTENT SECTIONS
*********************/
.section-image {
  position: relative;
}

/*********************
YOUR CUSTOMER
*********************/
.customer-background .customer-text-content {
  width: 100%;
}
.customer-background .customer-text {
  color: #14767e;
  width: auto !important;
}
.customer-background .customer-text h2 {
  color: #19bcb9;
}
.customer-background .customer-text.dark-headline {
  color: #19bcb9;
}
.customer-background .customer-text.dark-headline h2 {
  color: #14767e;
}

.fixed-customer-backgrounds, .customer-images {
  display: none;
}

#customer-background-1 .customer-text, #customer-background-5 .customer-text {
  color: #14767e;
}
#customer-background-1 .customer-text h2, #customer-background-5 .customer-text h2 {
  color: #fff;
}

#customer-background-2, #fixed-customer-background-2 {
  background-color: #f7f5ed;
  background-image: url(../images/bg-customer-gradient.png);
  background-repeat: repeat-x;
}

#customer-background-3, #fixed-customer-background-3 {
  background-color: #e2feff;
}

#customer-background-4, #fixed-customer-background-4 {
  background-color: #f7f5ed;
  background-image: url(../images/bg-beige-pattern.png);
}

.customer-text {
  padding: 20px 0;
}
.customer-text h2 {
  font-size: 35px;
}

.scaled-image img {
  display: none;
}

#indicator {
  display: none;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

/*********************
CLIENT LIST
*********************/
.companies .grid-item {
  text-align: center;
  padding: 15px;
}
.companies .grid-item img {
  display: inline;
}

/*********************
PRODUCT
*********************/
.product-menu {
  background-color: #fffff9;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  z-index: 180;
}
.product-menu .inner-content {
  margin-bottom: 0;
}
.product-menu ul li {
  text-align: center;
  width: 130px;
  float: left;
  margin-bottom: 20px;
}
.product-menu ul li a, .product-menu ul li a:visited {
  color: #848179;
  border-bottom: 7px solid #fffff9;
  padding: 0 0 3px 0;
  overflow: visible;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.product-menu ul li.product-nav-social-login a:hover, .product-menu ul li.product-nav-social-login a:active, .product-menu ul li.product-nav-social-login a.active, .product-menu ul li.product-nav-single-sign-on a:hover, .product-menu ul li.product-nav-single-sign-on a:active, .product-menu ul li.product-nav-single-sign-on a.active, .product-menu ul li.product-nav-integrations a:hover, .product-menu ul li.product-nav-integrations a:active, .product-menu ul li.product-nav-integrations a.active {
  border-bottom: 7px solid #19bcb9;
}
.product-menu ul li.product-nav-engagement a:hover, .product-menu ul li.product-nav-engagement a:active, .product-menu ul li.product-nav-engagement a.active, .product-menu ul li.product-nav-registration a:hover, .product-menu ul li.product-nav-registration a:active, .product-menu ul li.product-nav-registration a.active {
  border-bottom: 7px solid #f15928;
}
.product-menu ul li.product-nav-profile-data-storage a:hover, .product-menu ul li.product-nav-profile-data-storage a:active, .product-menu ul li.product-nav-profile-data-storage a.active, .product-menu ul li.product-nav-customer-insights a:hover, .product-menu ul li.product-nav-customer-insights a:active, .product-menu ul li.product-nav-customer-insights a.active {
  border-bottom: 7px solid #14767e;
}

.hexagon {
  display: inline-block;
  width: 52px;
  height: 60px;
  background: transparent url(../images/bg-hexagons.png) no-repeat;
  color: #fff;
  font-size: 25px;
  line-height: 60px;
  text-align: center;
}
.hexagon.engagement, .hexagon.registration {
  background-position: -137px 0;
}
.hexagon.profile-data-storage, .hexagon.customer-insights {
  background-position: -275px 0;
}
.hexagon.single-sign-on {
  padding-right: 3px;
}
.hexagon.integrations {
  font-size: 30px;
}

.product-section .hexagon {
  display: none;
}

.headline-bar {
  background-color: #19bcb9;
}
.headline-bar h2, .headline-bar .h2, .headline-bar h3, .headline-bar .h3 {
  color: #fff;
}

.product-detail .article-header h1 {
  font-weight: 200;
  margin-bottom: 0;
  margin-top: 20px;
}
.product-detail .hero-banner h1 {
  margin-bottom: 20px;
}

.product-detail-section .section-text {
  font-size: 18px;
}
.product-detail-section .section-text h2 {
  font-weight: 200;
  color: #19bcb9;
}
.product-detail-section .section-text a.learn-more-link {
  font-weight: 200;
  font-size: 1em;
}

/********************
CROSS CONTENT
********************/
.cross--content {
  border-top: 1px solid #DEDAD2;
  border-bottom: 1px solid #DEDAD2;
  margin: 48px 0;
  padding: 55px 0;
}
.cross--content > article {
  display: block;
  vertical-align: top;
}
.cross--content .resource-icon, .cross--content a .featured-customer-link-indicator, a .cross--content .featured-customer-link-indicator {
  background-color: #69d3d1;
  border-radius: 50px;
  color: #fff;
  font-size: 60px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  margin: 0 auto 20px auto;
}
.cross--content .cross-content-type {
  text-align: center;
  margin-bottom: 20px;
}
.cross--content .cross-content-type h3 {
  color: #3d3a32;
  font-weight: 100;
  text-transform: uppercase;
}
.cross--content .cross-content-type h3, .cross--content .cross-content-type p {
  margin: 0;
}
.cross--content .entry-image img {
  width: 100%;
}
.cross--content article {
  max-width: 230px;
  padding: 0 5px;
  margin: 0 auto 10px auto;
}
.cross--content .article-header {
  background: #fff;
  padding: 13px;
  min-height: 75px;
}
.cross--content .article-header p {
  margin: 0;
}
.cross--content .article-header a {
  color: #565656;
}
.cross--content .article-header a:hover {
  color: #69d3d1;
}
.cross--content a {
  text-decoration: none;
}

/* Animations */
.content-section .entry-content .section-image.animated-image, .content-section.alt .entry-content .section-image.animated-image {
  display: none;
}

/*********************
SOLUTIONS
*********************/
.solutions-menu {
  background-color: #fffff9;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  z-index: 180;
}
.solutions-menu .inner-content {
  margin-bottom: 0;
}
.solutions-menu ul li {
  text-align: center;
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.solutions-menu ul li a, .solutions-menu ul li a:visited {
  color: #848179;
  border-bottom: 7px solid #fffff9;
  padding: 0 0 3px 0;
  overflow: visible;
}
.solutions-menu ul li.solutions-nav-engagement a:hover, .solutions-menu ul li.solutions-nav-engagement a:active, .solutions-menu ul li.solutions-nav-engagement a.active, .solutions-menu ul li.solutions-nav-access-management a:hover, .solutions-menu ul li.solutions-nav-access-management a:active, .solutions-menu ul li.solutions-nav-access-management a.active {
  border-bottom: 7px solid #14767e;
}
.solutions-menu ul li.solutions-nav-personalization a:hover, .solutions-menu ul li.solutions-nav-personalization a:active, .solutions-menu ul li.solutions-nav-personalization a.active, .solutions-menu ul li.solutions-nav-customer-care a:hover, .solutions-menu ul li.solutions-nav-customer-care a:active, .solutions-menu ul li.solutions-nav-customer-care a.active {
  border-bottom: 7px solid #f15928;
}
.solutions-menu ul li.solutions-nav-crm a:hover, .solutions-menu ul li.solutions-nav-crm a:active, .solutions-menu ul li.solutions-nav-crm a.active {
  border-bottom: 7px solid #19bcb9;
}

.solutions-type-col {
  padding-top: 20px;
}

.solutions-link-button {
  text-align: left;
  width: 80%;
  margin: 0 auto;
}
.solutions-link-button span[class^="icon-"]:before {
  font-size: 1.5em;
  line-height: .75em;
  margin-right: .25em;
}
.solutions-by-industry .solutions-link-button, .solutions-by-industry .solutions-link-button:link, .solutions-by-industry .solutions-link-button:visited {
  background: #f15928;
}
.solutions-by-industry .solutions-link-button:hover {
  background: #ef4710 !important;
}

.tile-rounded {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #14767e;
  border-radius: 6px;
  color: #fff;
  font-size: 48px;
  line-height: 54px;
  text-align: center;
  vertical-align: top;
}
.tile-rounded.personalization, .tile-rounded.customer-care, .tile-rounded.customer-goods, .tile-rounded.publishing {
  background: #f15928;
}
.tile-rounded.crm, .tile-rounded.customer-insights, .tile-rounded.media-entertainment {
  background: #19bcb9;
}

.solutions-section .tile-rounded {
  display: none;
}

.solutions-detail .article-header h1 {
  font-weight: 200;
  margin-bottom: 0;
  margin-top: 20px;
}

.solutions-detail-section .section-text {
  font-size: 18px;
}
.solutions-detail-section .section-text h2 {
  font-weight: 200;
  color: #19bcb9;
}
.solutions-detail-section .section-text a.learn-more-link {
  font-weight: 200;
  font-size: 1em;
}

.dark-solutions-component-header {
  background: #3d3a32;
  overflow: visible;
}
.dark-solutions-component-header h2 {
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1;
  margin: 16px;
  color: white;
  vertical-align: middle;
  display: inline-block;
}

.solutions-component-section {
  background: #fffff9;
  padding-top: 50px;
}
.solutions-component-section h5 {
  color: #3d3a32;
}
.solutions-component-section ul.solutions-components > li {
  padding: .75em .5em .75em 108px;
  border-bottom: 3px solid #e7e5df;
}
.solutions-component-section ul.solutions-components > li:last-child {
  border-bottom: none;
}
.solutions-component-section ul.solutions-components > li h5 {
  margin-bottom: 0;
}
.solutions-component-section ul.solutions-components > li:nth-child(3n) .hexagon {
  background-position: 0 0 !important;
}
.solutions-component-section ul.solutions-components > li:nth-child(3n+1) .hexagon {
  background-position: -169px 0 !important;
}
.solutions-component-section ul.solutions-components > li:nth-child(3n+2) .hexagon {
  background-position: -339px 0 !important;
}
.solutions-component-section ul.solutions-components .hexagon {
  margin-left: -90px;
  float: left;
  display: block;
  font-size: 30px;
  width: 64px;
  height: 74px;
  line-height: 74px;
  background: url(../images/bg-hexagons-lg.png) no-repeat;
}
.solutions-component-section ul.solutions-components .hexagon.engagement, .solutions-component-section ul.solutions-components .hexagon.registration {
  background-position: -169px 0;
}
.solutions-component-section ul.solutions-components .hexagon.profile-data-storage, .solutions-component-section ul.solutions-components .hexagon.customer-insights {
  background-position: -339px 0;
}
.solutions-component-section ul.solutions-components .hexagon.integrations, .solutions-component-section ul.solutions-components .hexagon.single-sign-on {
  font-size: 35px;
}

/*********************
SOLUTION DETAIL PAGE
*********************/
.solution-inner-content {
  margin-top: 0;
  margin-bottom: 0;
}
.solution-inner-content .solutions-main-column {
  padding: 16px;
}
.solution-inner-content .solutions-sidebar-column {
  background: #fff;
  padding: 16px;
}
.solution-inner-content .solutions-sidebar-column .sidebar-content {
  padding: 15px 20px;
}
.solution-inner-content .solutions-sidebar-column .solutions-sidebar-link {
  display: block;
  font-size: 20px;
  line-height: 2.5;
  color: #3d3a32;
  text-decoration: none;
  text-align: left;
}
.solution-inner-content .solutions-sidebar-column .solutions-sidebar-link:hover {
  color: #14767e;
  text-decoration: underline;
}
.solution-inner-content .solutions-sidebar-column .solutions-sidebar-link:hover span[class^="icon-"] {
  color: #14767e;
  text-decoration: none;
}
.solution-inner-content .solutions-sidebar-column .solutions-sidebar-link span[class^="icon-"] {
  font-size: 1.5em;
  line-height: 1;
  display: inline-block;
  width: 32px;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
  color: #19bcb9;
}

.page-template-page-solution .grid-wrapper {
  width: 100%;
}
.page-template-page-solution #customers, .page-template-page-solution #product {
  padding: 40px 0 20px;
  background-image: url('../images/drop-shadow-bent.png?1432136382');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 18px;
}
.page-template-page-solution #customers h2, .page-template-page-solution #product h2 {
  font-size: 2em;
  color: #19bcb9;
  text-align: center;
}

.featured-customer {
  height: 184px;
  position: relative;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.featured-customer img {
  margin: auto auto;
}

a:hover .featured-customer-link-indicator {
  display: none;
}

.hover-overlay {
  display: none;
}
.hover-overlay [class^="icon-"] {
  font-size: 1.8em;
  line-height: 1.8;
  color: #fff;
}
a:hover .hover-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.5em 3.5em;
  background: rgba(25, 188, 185, 0.9);
  color: #3d3a32;
  text-align: center;
  font-size: 1.4em;
  line-height: 1.125;
}

/*********************
INTEGRATIONS
*********************/
.integration-list .entry-content {
  padding: 0 0 20px;
  font-size: 1.4em;
  color: #14767e;
}

.integration .article-header h1 {
  font-size: 1.8em;
  margin: 10px 0 0 0;
}
.integration .article-header h1 span {
  font-weight: 400;
}
.integration .hentry .inner-content {
  margin-bottom: 3em;
}

.integration-features {
  padding: 1em;
  margin-bottom: 1em;
}
.integration-features ul {
  list-style: none;
  float: left;
  margin-left: 0 !important;
}
.integration-features ul li {
  list-style-type: none;
  padding: 10px 0 10px 45px;
  background: transparent url(../images/icon-check.png) no-repeat;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 800;
  color: #14767e;
}

.integration-features .inner-content, .integration-additional-text .inner-content {
  margin-top: 1em;
  margin-bottom: 1em;
}

.grid-item.type-integration {
  position: relative;
}
.grid-item.type-integration .integration-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.grid-item.type-integration.post-29546 h2 {
  letter-spacing: -0.025em;
}

.datasheet-button.sidebar-box {
  display: inline-block;
  padding: 3px 10px;
  margin: 20px 0;
}
.datasheet-button.sidebar-box a {
  display: block;
  padding: 10px 20px 10px 20px;
  /* background-image:url(../images/icons-downloads.png);
  background-repeat:no-repeat;
  */
}

/*********************
BLOG STYLES
*********************/
.article-listing .hentry {
  border-bottom: 3px solid #e7e4da;
  margin-bottom: 60px;
  padding-bottom: 20px;
}
.article-listing .hentry h2 {
  font-size: 1.5em;
}

.blog-header {
  margin-bottom: 60px;
}
.blog-header.pattern .page-title, .blog-header#customer-background-1 .page-title, .blog-header#customer-background-5 .page-title, .blog-header#fixed-customer-background-1 .page-title, .blog-header#customer-wrapper.scroller .page-title {
  margin-bottom: 0;
}

.byline {
  font-size: 14px;
}
.byline time, .byline .author a {
  color: #f15928;
  font-weight: 800;
}
.byline .author a {
  text-decoration: none;
  text-transform: uppercase;
}
.byline .author a:hover, .byline .author a:active {
  color: #a8310b;
}

.tags {
  display: block;
  color: #19bcb9;
  line-height: 1em;
}
.tags a, .tags a:visited {
  color: #19bcb9;
  font-weight: 800;
  text-decoration: none;
}
.tags a:hover, .tags a:active {
  color: #14767e;
}

.tags.top-tags {
  color: #565656;
  border-left: none;
  padding: 0;
  margin: 0;
}
.tags.top-tags a {
  color: #19bcb9;
  font-weight: bold;
  font-style: italic;
}

.author-photo-links img {
  float: none;
  height: auto !important;
}
.author-photo-links .author-links {
  text-align: center;
  max-width: 250px;
  margin-bottom: 30px;
}
.author-photo-links .author-links p {
  margin: 5px 0;
}
.author-photo-links .author-links ul.social-buttons {
  margin: 0;
}
.author-photo-links .author-links ul.social-buttons li {
  float: none;
  display: inline-block;
  height: 60px;
  padding: 0 5px 10px;
}

.author-description h1, .author-description h2 {
  margin-bottom: 8px;
}
.author-description h2.job-title {
  color: #3d3a32;
  font-size: 25px;
  font-style: italic;
}
.author-description .entry-content {
  font-size: 22px;
  margin: 0;
}
.author-description .top-tags {
  font-size: 20px;
}

/* entry content */
.entry-content {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  font-size: 18px;
}
.entry-content p, .entry-content ul, .entry-content ol {
  margin: 18px 0;
  line-height: 1.4em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content .twitter-tweet-rendered {
  margin: 10px auto !important;
}

.integrations-grid .hentry .entry-content p, .integrations-grid .hentry .entry-content ul, .integrations-grid .hentry .entry-content ol {
  font-size: 18px;
  font-weight: normal;
  color: #3d3a32;
}

.hentry .entry-content h2, .hentry .entry-content h3 {
  font-weight: 400;
  font-size: 1.5em;
}
.hentry .entry-content ul, .hentry .entry-content ol {
  font-weight: 700;
  list-style-type: disc;
  margin: 18px 0 18px 25px;
}
.hentry .entry-content ul ul, .hentry .entry-content ul ol, .hentry .entry-content ol ul, .hentry .entry-content ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.hentry .entry-content ol {
  list-style-type: decimal;
}
.hentry .entry-content dl {
  margin: 18px 0 18px 25px;
}
.hentry .entry-content dl dt {
  font-weight: 700;
  text-indent: -25px;
  margin-top: 8px;
}
.hentry .entry-content dl dt:before {
  content: "\201c";
}
.hentry .entry-content dl dt:after {
  content: "\201d";
}
.hentry .entry-content dl dd {
  font-weight: normal;
}
.hentry .entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.hentry .entry-content blockquote, .hentry .entry-content .blockquote-callout {
  padding: 4px 1.5em;
  font-size: 24px;
  font-weight: 300;
  margin: 4px 0;
  color: #19bcb9;
  background: #fff;
  border-radius: 3px;
}
.hentry .entry-content blockquote p, .hentry .entry-content .blockquote-callout p {
  line-height: 1.2em;
}
.hentry .entry-content ol.clickwrap {
  font-weight: normal;
}
.hentry .entry-content ol.clickwrap ol, .hentry .entry-content ol.clickwrap ol ol {
  font-weight: normal;
}
.hentry .entry-content ol.list-roman-outline {
  list-style: upper-roman;
}
.hentry .entry-content ol.list-roman-outline ol {
  list-style: lower-alpha;
}
.hentry .entry-content ol.list-roman-outline ol ol {
  list-style: lower-roman;
}
.hentry .entry-content ol.list-hierarchical.hierarchical-parent {
  counter-reset: section;
}
.hentry .entry-content ol.list-hierarchical.hierarchical-parent > li {
  counter-increment: section;
}
.hentry .entry-content ol.list-hierarchical.hierarchical-child {
  counter-reset: item;
}
.hentry .entry-content ol.list-hierarchical.hierarchical-child li {
  list-style: none;
}
.hentry .entry-content ol.list-hierarchical.hierarchical-child li:before {
  content: counter(section) "." counter(item) ". ";
  counter-increment: item;
  float: left;
  margin: 0 .5em 0 -25px;
}
.hentry .entry-content ol.list-hierarchical.hierarchical-child .hierarchical-child {
  counter-reset: subitem;
}

/* end .entry-content */
/* custom styles for social trends landing page */
.page-template-template-social-login-trends-php .inner-content, .postid-29231 .inner-content {
  margin-top: 2em;
}
.page-template-template-social-login-trends-php .resources-grid, .postid-29231 .resources-grid {
  max-width: 940px;
  float: none;
  margin: 0 auto;
}
.page-template-template-social-login-trends-php .grid-wrapper .grid-item.trends-report, .postid-29231 .grid-wrapper .grid-item.trends-report {
  height: 220px;
}
.page-template-template-social-login-trends-php .grid-wrapper .grid-item.trends-report .article-header, .postid-29231 .grid-wrapper .grid-item.trends-report .article-header {
  height: 105px;
}
.page-template-template-social-login-trends-php .grid-wrapper .grid-item.trends-report .article-header h2 a, .page-template-template-social-login-trends-php .grid-wrapper .grid-item.trends-report .article-header h2 a:visited, .postid-29231 .grid-wrapper .grid-item.trends-report .article-header h2 a, .postid-29231 .grid-wrapper .grid-item.trends-report .article-header h2 a:visited {
  color: #14767e;
  font-weight: bold;
}

/* custom styles for minimal template sectioned content */
.page-template-template-minimal-with-sections-php .content {
  margin-bottom: 60px;
}
.page-template-template-minimal-with-sections-php .content .content-section.alt .section-image {
  margin-right: 0 !important;
}
.page-template-template-minimal-with-sections-php .content .section-image + .section-text {
  width: calc( 100% - 432px );
  display: block;
}
.page-template-template-minimal-with-sections-php .content ul {
  list-style: disc;
  padding-left: 1.5em;
}
.page-template-template-minimal-with-sections-php .content ul ul, .page-template-template-minimal-with-sections-php .content ul li p {
  margin: 0;
}
.page-template-template-minimal-with-sections-php .content ul ul {
  list-style: square;
}
.page-template-template-minimal-with-sections-php .content ul ul ul {
  list-style: circle;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* Sharing styles */
.sharing {
  margin: 12px 0;
  height: 40px;
  display: block;
  border-top: 1px solid #69d3d1;
}

.sharing-buttons {
  display: inline-block;
  height: 32px;
  padding: 4px;
}
.sharing-buttons .janrainSocialRoot {
  z-index: 1;
}
.sharing-buttons .janrainSocialRoot.janrainFormFactorDrawer .janrainDrawerButton {
  text-indent: 110%;
  overflow: hidden;
  background: url(../images/icon-sharing@2x.png);
  background-size: cover;
  border-width: 1px;
}
.sharing-buttons .janrainSocialRoot.janrainFormFactorDrawer .janrainDrawerButton:hover {
  border: 1px solid #14767e;
  background-color: white;
}

@media screen and (max-width: 481px) {
  .sharing-buttons .janrainSocialRoot .janrainShareForm {
    margin-top: 48px;
  }
}
#fancybox-wrap, #fancybox-wrap * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.native-share-widgets {
  display: block;
  float: right;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  padding: 0 12px;
}
.native-share-widgets > div {
  vertical-align: inherit !important;
}
.native-share-widgets .fb_iframe_widget > span {
  vertical-align: middle !important;
}

/*********************
ARKTAN COMMENT STYLES
 *********************/
.echo-submit-text.echo-submit-text-area {
  background: none;
  font-size: 15px;
}

.echo-submit-auth .echo-auth-login, .echo-submit-auth .echo-auth-logout {
  font-size: .92em;
  padding: 8px 12px !important;
}
.echo-submit-auth div.echo-auth-login {
  background-color: #848179;
}
.echo-submit-auth div.echo-auth-login:hover {
  background-color: #4f4d48;
}
.echo-submit-auth div.echo-auth-logout {
  background-color: #ed9327;
}
.echo-submit-auth div.echo-auth-logout:hover {
  background-color: #a15e0d;
}

.echo-button button.echo-submit-postButton {
  padding: 8px 12px !important;
}

.echo-item-data .echo-item-text .note_title {
  font-size: 15px;
  line-height: 1.25;
  margin-bottom: 6px;
}

.echo-item-footer.echo-secondaryFont {
  font-size: 12px;
}

.echo-item-container:hover a.echo-item-control, .echo-item-container:active a.echo-item-control {
  color: #19bcb9;
}
.echo-item-container:hover a.echo-item-control:hover, .echo-item-container:active a.echo-item-control:hover {
  color: #149391;
}

/*********************
CONTRIBUTORS STYLES
*********************/
.contributor {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid #e7e5df;
}
.contributor .contributor-image img {
  height: auto !important;
}
.contributor .contributor-info {
  line-height: 1.3em;
}
.contributor .contributor-info h2, .contributor .contributor-info h3 {
  margin: 10px 0;
}
.contributor .contributor-info h2 {
  font-size: 1.2em;
  text-transform: uppercase;
}
.contributor .contributor-info h3 {
  font-size: 15px;
  font-style: italic;
  color: #3d3a32;
}

/******************************************************************
GRID & FILTERS
******************************************************************/
.filter-sidebar-toggle {
  text-align: center;
  font-weight: bold;
  color: #848179;
  border: 1px solid #d3cdbb;
  background-color: #e7e4da;
  position: relative;
  padding: 6px 0;
}
.filter-sidebar-toggle span {
  position: absolute;
  top: 8px;
  right: 5px;
  font-size: 20px;
}
.filter-sidebar-toggle span.icon-arrow-up {
  display: none;
}
.filter-sidebar-toggle.open span.icon-arrow-down {
  display: none;
}
.filter-sidebar-toggle.open span.icon-arrow-up {
  display: block;
}

#filter-sidebar-content {
  padding-bottom: 20px;
}

.filters-sidebar h3 {
  text-transform: uppercase;
  color: #19bcb9;
  font-size: 1em;
  margin-bottom: 5px;
  padding: 10px 0 8px;
  position: relative;
}
.filters-sidebar h3 span {
  position: absolute;
  top: 9px;
  right: 5px;
}
.filters-sidebar h3 .current-text {
  text-transform: none;
  font-weight: normal;
  font-size: .8em;
  float: right;
  padding: 2px 30px 0 0;
  color: #565656;
}
.filters-sidebar h3 .icon-arrow-right, .filters-sidebar h3 .icon-arrow-down {
  color: #19bcb9;
  font-size: 22px;
}
.filters-sidebar h3 .icon-arrow-down {
  display: none;
}
.filters-sidebar h3.open .icon-arrow-down {
  display: block;
}
.filters-sidebar h3.open .icon-arrow-right {
  display: none;
}
.filters-sidebar .all-link {
  color: #848179;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
}
.filters-sidebar.loading {
  opacity: .3;
}

.filters {
  color: #848179;
}
.filters ul {
  margin: .5em 0 1.5em;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.filters ul li {
  margin-bottom: 15px;
}
.filters ul li input {
  display: none;
}
.filters ul li label, .filters ul li .filter-link {
  display: block;
  cursor: pointer;
}
.filters ul li a.filter-link {
  color: #848179;
  text-decoration: none;
}
.filters ul li .icon-checkmark {
  display: none;
  color: #14767e;
  font-size: 20px;
  line-height: 1;
  margin-right: 2px;
}
.filters ul li.checked .icon-checkmark {
  display: inline-block;
}

.box, .integration .integration-logo, .grid-wrapper .grid-item, .contact-form-box, .sidebar-box {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.grid-wrapper {
  min-height: 100px;
}
.grid-wrapper .grid-item {
  margin-bottom: 10px;
  width: 100%;
}
.grid-wrapper .grid-item .article-header, .grid-wrapper .grid-item .entry-content {
  padding: 15px;
}
.grid-wrapper .events-wrapper {
  padding: 17px 17px 40px 17px;
  margin-bottom: 36px;
}
.grid-wrapper .events-wrapper h1 {
  background: #14767e;
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 60px;
  padding: 0 20px;
  margin: 0;
}
.grid-wrapper .events-wrapper h1 span {
  color: #f15928;
  font-size: 1.5em;
  margin-right: 5px;
}
.grid-wrapper .event-row header {
  background: #fff;
  padding: 30px 13px;
  border-bottom: 1px solid #DBDAD8;
}
.grid-wrapper .event-row header h2, .grid-wrapper .event-row header h3 {
  color: #565656;
  font-weight: 400;
}
.grid-wrapper .event-row header h3 {
  font-size: 0.8em;
  text-transform: uppercase;
  margin: 0;
}
.grid-wrapper .event-row header h2 {
  font-size: 1.1em;
  line-height: 1.4em;
}
.grid-wrapper .event-row header h2 a {
  color: #565656;
}
.grid-wrapper .event-row header .event-attr {
  color: #19bcb9;
  margin-right: 5px;
}
.grid-wrapper .event-row header .sep {
  color: #dbdad8;
  margin: 0 10px;
  display: block;
  height: 0;
  overflow: hidden;
}
.grid-wrapper.loading {
  background: transparent url(../images/ajax-loader-ltbeige.gif) no-repeat center 50px;
}
.grid-wrapper.loading-bottom {
  padding-bottom: 30px;
  background: transparent url(../images/ajax-loader-ltbeige.gif) no-repeat center bottom;
}

.content.darken .grid-wrapper.loading {
  background: transparent url(../images/ajax-loader-beige.gif) no-repeat center 50px;
}
.content.darken .grid-wrapper.loading-bottom {
  background: transparent url(../images/ajax-loader-beige.gif) no-repeat center bottom;
}

.grid {
  padding-top: 20px;
}

.resources-grid .archive-title {
  margin: 0 0 0 -99999px;
  height: 0;
}

.grid-item {
  position: relative;
}
.grid-item h2 {
  color: #565656;
  font-weight: 400;
  font-size: 1.1em;
}
.grid-item h2 a, .grid-item h2 a:visited {
  color: #565656;
}
.grid-item h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: .8em !important;
}
.grid-item h3 .sep {
  padding: 0 5px;
}
.grid-item .article-header.conference-header h3 .sep {
  padding: 0;
}
.grid-item .entry-content {
  font-size: .8em;
}
.grid-item .resource-icon, .grid-item a .featured-customer-link-indicator, a .grid-item .featured-customer-link-indicator {
  color: #fff;
  font-size: 20px;
  width: 100px;
  height: 100px;
  padding: 54px 50px 0 18px;
  border-radius: 50px;
  background-color: #19bcb9;
  position: absolute;
  top: -50px;
  right: -50px;
}
.grid-item .resource-icon span, .grid-item a .featured-customer-link-indicator span, a .grid-item .featured-customer-link-indicator span {
  font-size: 20px;
}
.grid-item .resource-icon .icon-data-sheets, .grid-item a .featured-customer-link-indicator .icon-data-sheets, a .grid-item .featured-customer-link-indicator .icon-data-sheets, .grid-item .resource-icon .icon-white-papers, .grid-item a .featured-customer-link-indicator .icon-white-papers, a .grid-item .featured-customer-link-indicator .icon-white-papers {
  margin-left: 5px;
}
.grid-item .resource-icon .icon-events, .grid-item a .featured-customer-link-indicator .icon-events, a .grid-item .featured-customer-link-indicator .icon-events, .grid-item .resource-icon .icon-blog-post, .grid-item a .featured-customer-link-indicator .icon-blog-post, a .grid-item .featured-customer-link-indicator .icon-blog-post, .grid-item .resource-icon .icon-case-studies, .grid-item a .featured-customer-link-indicator .icon-case-studies, a .grid-item .featured-customer-link-indicator .icon-case-studies {
  margin-left: 2px;
}
.grid-item.upcoming-event h3 {
  color: #f15928;
}
.grid-item.upcoming-event .resource-icon, .grid-item.upcoming-event a .featured-customer-link-indicator, a .grid-item.upcoming-event .featured-customer-link-indicator {
  background-color: #f15928;
}

.grid-item.type-integration, .grid-item.type-customers {
  text-align: center;
}
.grid-item.type-integration header, .grid-item.type-customers header {
  background-color: #b9b6ad;
  height: 50px;
}
.grid-item.type-integration header h2, .grid-item.type-customers header h2 {
  margin: 0;
}
.grid-item.type-integration header h2 a, .grid-item.type-customers header h2 a {
  color: #fff;
}
.grid-item.type-integration .entry-image, .grid-item.type-customers .entry-image {
  text-align: center;
  padding: 15px;
}
.grid-item.type-integration .entry-image img, .grid-item.type-customers .entry-image img {
  display: inline;
}

.event-list {
  padding-bottom: 40px;
}

/*********************
RELATED RESOURCES
*********************/
.related-resources .grid-wrapper {
  padding: 20px 0 0;
}

/*********************
NEWSROOM
*********************/
.newsroom-filter-bar {
  background-color: #f0eee8;
}
.newsroom-filter-bar .inner-content {
  margin: .5em auto;
}
.newsroom-filter-bar ul.nav {
  margin-left: -20px;
}
.newsroom-filter-bar ul.nav li {
  float: left;
  width: 45%;
}
.newsroom-filter-bar ul.nav li a {
  color: #848179;
  white-space: nowrap;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.newsroom-filter-bar ul.nav li a.on {
  color: #19bcb9;
}

.newsroom-list article {
  margin-bottom: 40px;
}
.newsroom-list h2 {
  padding: 20px 0;
  font-size: 2.3em;
  border-bottom: 3px solid #e7e5df;
}
.newsroom-list h3 {
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 5px;
}
.newsroom-list .entry-content p {
  margin: 0;
}

.newsroom-all-link {
  text-align: right;
  margin-bottom: 30px;
  font-style: italic;
}

.newsroom-date {
  color: #f15928;
  margin-bottom: 5px;
  font-size: .8em;
  font-weight: 800;
}

.sidebar-box.media-kit .sidebar-content ul {
  list-style-type: none;
  margin: 0;
}
.sidebar-box.media-kit .sidebar-content ul li {
  background: transparent url(../images/icons-downloads.png) no-repeat;
  padding: 15px 0 10px 60px;
  margin-bottom: 10px;
}
.sidebar-box.media-kit .sidebar-content ul li.type-zip {
  background-position: 0 -100px;
}

.press-inquiries p {
  margin-top: 0;
}

.no-articles {
  color: #848179;
  font-style: italic;
}

/*********************
TEAM & BOARD STYLES
*********************/
.team-member {
  border-bottom: 3px solid #e7e5df;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
.team-member.last {
  border-bottom: none;
}

.team-image {
  margin-bottom: 20px;
}
.team-image img {
  max-width: 100% !important;
  height: auto !important;
}

.team-info h2, .team-info h3 {
  margin-bottom: 10px;
}
.team-info h2 {
  font-size: 2.3em;
}
.team-info h3 {
  font-size: 1.5em;
  font-style: italic;
  font-weight: 400;
  color: #3d3a32;
}

/*********************
SEARCH STYLES
*********************/
.header-search .searchform input[type=text] {
  background-color: #f9f9f7;
  font-size: 20px;
  line-height: 20px;
  padding: 15px 20px;
  color: #848179;
  font-style: italic;
  margin-bottom: 4px;
  width: 240px;
}
.header-search .searchform input[type=submit].tertiary {
  background-color: #19bcb9;
  font-size: 18px;
  padding: 16px 40px;
}
.header-search .searchform input[type=submit].tertiary:hover, .header-search .searchform input[type=submit].tertiary:active {
  background-color: #14767e;
}

.search-result-meta {
  color: #848179;
  font-weight: 800;
  font-size: 18px;
  font-style: italic;
  padding: 20px 0;
}
.search-result-meta .search-term {
  color: #19bcb9;
}

.other-search .button, .other-search .echo-submit-auth .echo-clickable, .echo-submit-auth .other-search .echo-clickable, .other-search .echo-button button.echo-submit-postButton, .echo-button .other-search button.echo-submit-postButton, .other-search .widget_btn, .other-search .mktoForm .mktoButton, .mktoForm .other-search .mktoButton, .other-search .mktoForm input[type="submit"], .mktoForm .other-search input[type="submit"], .other-search .mktoForm button[type="submit"], .mktoForm .other-search button[type="submit"], .other-search .contact-form-wrapper .mktoForm button.mktoButton, .contact-form-wrapper .mktoForm .other-search button.mktoButton {
  float: left;
  margin: 0 10px 10px 0;
  font-size: 12px;
  padding: 10px 12px;
}

.search-result {
  margin-bottom: 40px;
}
.search-result h2 {
  font-weight: 400;
  margin-bottom: 0;
}
.search-result .entry-content p {
  margin-top: 0;
}

.search-results .pagination {
  margin: 10px 0;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  margin: 1px;
}
.pagination ul li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.pagination ul li a, .pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: .5em;
  min-width: 1em;
  display: block;
}
.pagination ul li span.current {
  font-weight: bold;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* LiveFyre */
/* Default comment styles (kept as backup) */
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  opacity: 1;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
CONTACT US
*********************/
.contact-us .article-header h1 {
  font-weight: 200;
  margin-bottom: 0;
}

.contact-form-box {
  border-radius: 7px;
  margin-bottom: 40px;
  background-color: #f9f9f7;
}

.contact-form-wrapper {
  padding: 15px 20px;
}

.contact-sidebar .sidebar-box .sidebar-content {
  padding-top: 25px;
  padding-bottom: 25px;
}
.contact-sidebar .sidebar-box .sidebar-content p {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.2em;
}
.contact-sidebar .sidebar-box .sidebar-content a.button, .contact-sidebar .sidebar-box .sidebar-content .echo-submit-auth a.echo-clickable, .echo-submit-auth .contact-sidebar .sidebar-box .sidebar-content a.echo-clickable, .contact-sidebar .sidebar-box .sidebar-content a.widget_btn, .contact-sidebar .sidebar-box .sidebar-content .mktoForm a.mktoButton, .mktoForm .contact-sidebar .sidebar-box .sidebar-content a.mktoButton {
  margin-top: 20px;
}
.contact-sidebar h3 {
  font-weight: 200;
}
.contact-sidebar .other-resources p {
  border-top: 3px solid #e7e5df;
  color: #848179;
  padding-top: 12px;
  margin: 0 0 12px 0;
}
.contact-sidebar .other-resources p:first-child {
  border-top: none;
}

/* Anchor */
#locations {
  position: relative;
  top: -50px;
}

.offices .inner-content {
  margin-top: 3em;
  max-width: 960px;
}
.offices h2 {
  color: #fff;
  text-align: center;
  font-size: 3em;
  margin-bottom: 40px;
}

.office-listing li {
  margin-bottom: 30px;
}
.office-listing h3 {
  margin-bottom: 5px;
  color: #fff;
}
.office-listing p {
  margin: 0;
  line-height: 1.6em;
  color: #14767e;
}

/*********************
NEWSLETTER
*********************/
.newsletter-form-wrapper {
  max-width: 400px;
  margin-top: 20px;
}
.newsletter-form-wrapper .contact-form-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar-box {
  border-radius: 7px;
  margin-bottom: 40px;
}
.sidebar-box .sidebar-header {
  background-color: #69d3d1;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  padding: 15px 20px;
  color: #fff;
}
.sidebar-box .sidebar-header h2, .sidebar-box .sidebar-header h3, .sidebar-box .sidebar-header h4 {
  color: #fff;
}
.sidebar-box .sidebar-header h2, .sidebar-box .sidebar-header h3 {
  margin: 0;
}
.sidebar-box .sidebar-header p {
  margin-bottom: 0;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.sidebar-box.warning .sidebar-header {
  background-color: #f15928;
}
.sidebar-box.warning .sidebar-content {
  color: #ed9225;
}
.sidebar-box.secondary .sidebar-header, .mktoForm .sidebar-box.mktoButton .sidebar-header, .mktoForm input.sidebar-box[type="submit"] .sidebar-header, .mktoForm button.sidebar-box[type="submit"] .sidebar-header {
  background-color: #b9b6ad;
}
.sidebar-box.secondary .sidebar-header h2, .mktoForm .sidebar-box.mktoButton .sidebar-header h2, .mktoForm input.sidebar-box[type="submit"] .sidebar-header h2, .mktoForm button.sidebar-box[type="submit"] .sidebar-header h2 {
  color: #565656;
}
.sidebar-box .sidebar-content {
  padding: 15px 20px;
}
.sidebar-box .sidebar-content ul, .sidebar-box .sidebar-content ol {
  margin: 15px 0 15px 20px;
}
.sidebar-box .sidebar-content ul {
  list-style-type: disc;
}
.sidebar-box .sidebar-content ol {
  list-style-type: numeric;
}
.sidebar-box .sidebar-content.event-sidebar-content h3 {
  margin: 0;
}
.sidebar-box .sidebar-content.event-sidebar-content p {
  margin-top: 0;
}
.sidebar-box .button, .sidebar-box .echo-submit-auth .echo-clickable, .echo-submit-auth .sidebar-box .echo-clickable, .sidebar-box .echo-button button.echo-submit-postButton, .echo-button .sidebar-box button.echo-submit-postButton, .sidebar-box .widget_btn, .sidebar-box .mktoForm .mktoButton, .mktoForm .sidebar-box .mktoButton, .sidebar-box .mktoForm input[type="submit"], .mktoForm .sidebar-box input[type="submit"], .sidebar-box .mktoForm button[type="submit"], .mktoForm .sidebar-box button[type="submit"], .sidebar-box .contact-form-wrapper .mktoForm button.mktoButton, .contact-form-wrapper .mktoForm .sidebar-box button.mktoButton {
  display: block;
  text-align: center;
}

.article-sidebar {
  margin-top: 18px;
}
.article-sidebar h3 {
  color: #848179;
  font-size: 1.3em;
}
.article-sidebar h4 {
  font-size: 1em;
  color: #19bcb9;
  margin-bottom: 0;
}
.article-sidebar .searchform {
  margin-bottom: 60px;
}
.article-sidebar .searchform input[type=text] {
  background-color: #e7e4da;
  margin-bottom: 5px;
}
.article-sidebar .post-list li {
  border-bottom: 4px solid #e7e4da;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.article-sidebar .post-list li a {
  text-decoration: none;
  font-weight: 700;
}
.article-sidebar .top-contributors {
  width: 104%;
}
.article-sidebar .top-contributors .contributor-small {
  width: 29%;
  margin-right: 4%;
  margin-bottom: 10px;
  float: left;
  font-size: 12px;
  line-height: 1em;
}
.article-sidebar .top-contributors .contributor-small .contributor-image {
  margin-bottom: 5px;
}
.article-sidebar .top-contributors .contributor-small img {
  height: auto !important;
}
.article-sidebar .top-contributors .contributor-small .contributor-name {
  height: 25px;
  overflow: hidden;
}
.article-sidebar .top-contributors .contributor-small a {
  font-weight: 800;
  text-decoration: none;
}
.article-sidebar .top-contributors .excerpt-read-more {
  padding-right: 4%;
  display: block;
  float: right;
}
.article-sidebar .blog-archive select {
  font-size: 16px;
}
.article-sidebar .sidebar-section {
  margin-bottom: 60px;
}

.taglist a {
  text-decoration: none;
  font-weight: 800;
  line-height: 1em;
  white-space: nowrap;
}

.tagcloud-more {
  display: none;
}

.tag-size-1 {
  font-size: 12px;
}

.tag-size-2 {
  font-size: 14px;
}

.tag-size-3 {
  font-size: 16px;
}

.tag-size-4 {
  font-size: 18px;
}

.tag-size-5 {
  font-size: 20px;
}

.tag-size-6 {
  font-size: 22px;
}

.tag-size-7 {
  font-size: 24px;
}

.tag-size-8 {
  font-size: 26px;
}

.tag-size-9 {
  font-size: 28px;
}

.tag-size-10 {
  font-size: 30px;
}

.tag-color-1 {
  color: #19bcb9;
}

.tag-color-2 {
  color: #14767e;
}

.tag-color-3 {
  color: #69d3d1;
}

.tag-color-4 {
  color: #66a6ab;
}

/*********************
RESOURCE
*********************/
.case-study-logo {
  margin: 20px 0;
}

.resource-video a.video-link {
  width: 320px;
  height: 168px;
  display: block;
  position: relative;
}

.blockquote-callout {
  padding: 1.5em !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.blockquote-callout article, .blockquote-callout section.bq-quoted-text {
  -webkit-flex: 2 1 auto;
  flex: 2 1 auto;
  font-size: 120%;
  line-height: 1.25;
}
.blockquote-callout article:before, .blockquote-callout section.bq-quoted-text:before {
  top: -36px;
  left: -42px;
}
.blockquote-callout article:after, .blockquote-callout section.bq-quoted-text:after {
  bottom: -96px;
  right: -18px;
}
.blockquote-callout cite, .blockquote-callout p.cite, .blockquote-callout section.bq-cite {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f9f9f7;
  font-size: 18px;
  line-height: 1.125;
  margin: 40px 0 40px 2em;
  min-width: 400px;
  padding: .5em;
}
.blockquote-callout cite img, .blockquote-callout p.cite img, .blockquote-callout section.bq-cite img {
  float: right;
  width: 180px;
  height: auto;
  -webkit-clip-path: polygon(177px 143.296px, 177px 49.765px, 96px 3px, 15px 49.765px, 15px 143.296px, 96px 190.061px);
  clip-path: url(../images/svg-filters.svg#clipHex);
  margin: -66px 0 -89px;
}
.blockquote-callout cite strong, .blockquote-callout p.cite strong, .blockquote-callout section.bq-cite strong {
  font-style: normal;
  font-weight: 200;
  font-size: 1.4em;
  color: #3d3a32;
  display: block;
}

.bq-quoted-text {
  margin: 24px 0 !important;
  position: relative;
  text-indent: 18px;
}
.bq-quoted-text:before {
  content: "\201C";
  font-size: 120px;
  color: rgba(25, 188, 185, 0.5);
  position: absolute;
  top: -30px;
  left: -16px;
}
.bq-quoted-text:after {
  content: "\201D";
  font-size: 120px;
  color: rgba(25, 188, 185, 0.5);
  position: absolute;
  bottom: -96px;
  right: 0;
}

.statblock-orange {
  background: #f15928;
  color: #fff;
  border-top: 16px solid #f15928;
}

.stat-orange {
  background: #f15928;
}

.statblock-blue {
  background: #14767e;
  color: #fff;
  border-top: 16px solid #14767e;
}

.stat-blue {
  background: #14767e;
}

.statblock-ltblue {
  background: #19bcb9;
  color: #3d3a32;
  border-top: 16px solid #19bcb9;
}

.stat-ltblue {
  background: #19bcb9;
}

.statblock-callout {
  position: relative;
  -webkit-clip-path: polygon(0px 16px, 16px 16px, 32px 0px, 48px 16px, 715px 16px, 775px 80px, 775px 1000px, 0px 1000px);
  -ms-clip-path: url(../images/svg-filters.svg#clipTopRight);
  clip-path: url(../images/svg-filters.svg#clipTopRight);
  width: 100%;
}
.statblock-callout .stat:last-child, .statblock-callout.statblock-table .stat-def {
  padding-right: 60px;
}
.statblock-callout .stat-stat {
  font-size: 60px;
  font-weight: 100;
  display: block;
  line-height: 1;
}
.statblock-callout.right {
  -webkit-clip-path: polygon(775px 16px, 759px 16px, 743px 0px, 727px 16px, 60px 16px, 0px 80px, 0px 1000px, 775px 1000px);
  -ms-clip-path: url("../images/svg-filters.svg#clipTopLeft");
  clip-path: url("../images/svg-filters.svg#clipTopLeft");
}
.statblock-callout.right section.stat:last-child, .statblock-callout.right td.stat-def {
  padding-right: 1.75em;
}
.statblock-callout.right section.stat:first-child, .statblock-callout.right td.stat-stat {
  padding-left: 60px;
}

.donut-chart {
  vertical-align: middle;
  margin-right: .25em;
}

.statblock-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  display: -ms-flexbox;
  align-items: center;
  flex-flow: row wrap;
}
.statblock-flex .stat {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  padding: 1.75em;
  width: 50%;
}
.statblock-flex .stat.one-third {
  width: 33%;
}
.statblock-flex .stat.two-thirds {
  width: 66%;
}

.statblock-table {
  width: 100%;
}
.statblock-table td {
  vertical-align: middle;
  padding: 6px 24px;
}
.statblock-table tr:first-child td {
  padding-top: 18px;
}
.statblock-table tr:last-child td {
  padding-bottom: 18px;
}
.statblock-table .stat-stat {
  font-size: 60px;
  font-weight: 100;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
.statblock-table .stat-def {
  font-size: 20px;
  line-height: 1.2;
  padding-left: 0;
}
.statblock-table .stat-def .first-word {
  font-size: 24px;
  font-weight: 600;
}
.statblock-table.right td:first-child {
  padding-left: 48px;
}

/*********************
PRICING COMPARISON
*********************/
.feature-table th {
  vertical-align: bottom;
}
.feature-table td {
  vertical-align: top;
}
.feature-table p.small {
  margin-top: 0;
}

/*********************
MARKETO IFRAMES
*********************/
iframe.marketo-form {
  width: 100%;
  border: none;
}

.sidebar-box.resource-form p {
  margin: 0;
  font-size: 14px;
}
.sidebar-box.resource-form .sidebar-content {
  padding: 15px 20px 5px;
}
.sidebar-box.resource-form .or-container {
  border-top: 3px solid #e7e5df;
  margin: 30px 20px 0 20px;
  padding-bottom: 0;
}
.sidebar-box.resource-form p.or {
  color: #19bcb9;
  font-weight: 800;
  font-size: 20px;
  background-color: #fff;
  width: 50px;
  height: 28px;
  margin: -32px auto 0;
  text-align: center;
}

#janrainView > div:last-child {
  display: none !important;
}

a.engage-signin {
  display: block;
  margin: 15px 0 0 5%;
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 8px 11px 4px;
  width: 43%;
  float: left;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e3e0e0');
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e3e0e0));
  background: -moz-linear-gradient(top, #fff, #e3e0e0);
  color: #333;
}
a.engage-signin:hover, a.engage-signin:active {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#d7d7d7');
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#d7d7d7));
  background: -moz-linear-gradient(top, #f3f3f3, #d7d7d7);
}

.social-login-icon {
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  margin-right: 5px;
  background-image: url(../images/icons-social-login.png);
  background-repeat: no-repeat;
}
.social-login-icon.salesforce {
  background-position: 0 -50px;
}
.social-login-icon.linkedin {
  background-position: 0 -100px;
}
.social-login-icon.googleplus {
  background-position: 0 -150px;
}
.social-login-icon.twitter {
  background-position: 0 -201px;
}

.sidebar-form {
  padding: 0 15px;
}

/*******************
CAPTURE WIDGET OVERRIDES
*********************/
.sidebar-content .social-login-holder {
  margin-bottom: 15px;
}
.sidebar-content .janrain-provider-list {
  list-style: none;
  margin: 0 0 15px !important;
}
.sidebar-content .janrain-provider-list li {
  display: inline-block;
  line-height: 2.5;
}
.sidebar-content .janrain-provider-list li a span {
  margin: 0 6px;
}

.hide {
  display: none;
}

.widget_btn {
  background-color: white !important;
  border: 1px solid #19bcb9 !important;
}
.widget_btn:hover, .widget_btn:active {
  border-color: #16a5a3 !important;
  background-color: #fffff9 !important;
}
.widget_btn span[class*="janrain-provider-icon"] {
  margin-right: 12px;
}

/*********************
404 SITEMAP
*********************/
ul.nav.sitemap-nav {
  list-style-type: none;
}
ul.nav.sitemap-nav li {
  text-transform: uppercase;
}
ul.nav.sitemap-nav li a {
  display: inline;
  padding: 0;
}
ul.nav.sitemap-nav li.menu-item-has-children ul.sub-menu {
  list-style-type: none;
}
ul.nav.sitemap-nav li.menu-item-has-children ul.sub-menu li {
  text-transform: none;
  width: auto;
  float: none;
}
ul.nav.sitemap-nav li.menu-item-has-children ul.sub-menu li a {
  padding: 6px 0;
  font-weight: 400;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background-color: #3d3a32;
  padding: 20px 0 0 0;
  z-index: 500;
}

.fixed-footer-nav {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  left: 0;
  z-index: 200;
  text-align: center;
  margin-top: 20px;
}
.fixed-footer-nav .inner-content {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.fixed-footer-nav .icon-menu {
  display: table-cell;
  width: 25%;
  background: #000;
  color: #fff;
  padding: 15px 7px;
  position: relative;
  line-height: 19px;
  border-right: 1px solid #3C3C3C;
}
.fixed-footer-nav .icon-menu:last-child, .fixed-footer-nav .icon-menu.icon-menu-4 {
  border: none;
}
.fixed-footer-nav .icon-menu img {
  margin: 0 auto 15px auto;
}
.fixed-footer-nav .icon-menu p {
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 12px;
}
.fixed-footer-nav .icon-menu p span {
  text-transform: uppercase;
  font-weight: 300;
}
.fixed-footer-nav .icon-menu p a {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.wrap#inner-footer {
  width: auto;
  padding: 0;
}

ul.nav.footer-nav {
  border-top: 1px solid #595549;
}
ul.nav.footer-nav a {
  color: #fff;
}
ul.nav.footer-nav a:hover, ul.nav.footer-nav a:focus, ul.nav.footer-nav a:active {
  color: #e8e8e8;
}
ul.nav.footer-nav li {
  font-weight: 100;
  font-size: 14px;
  border-bottom: 1px solid #595549;
}
ul.nav.footer-nav ul.sub-menu {
  display: none;
}
ul.nav.footer-nav li.menu-item-has-children {
  background-color: #595549;
  cursor: pointer;
  background-image: url(../images/icon-updown-arrows.png);
  background-repeat: no-repeat;
  background-position: 94% 13px;
}
ul.nav.footer-nav li.menu-item-has-children.open {
  background-position: 94% -974px;
}
ul.nav.footer-nav li.menu-item-has-children a {
  width: 85%;
  background-color: #3d3a32;
}
ul.nav.footer-nav li.menu-item-has-children .sub-menu {
  margin: 0;
  padding: 10px 0;
}
ul.nav.footer-nav li.menu-item-has-children .sub-menu li {
  font-size: 14px;
  line-height: 1.3em;
  background-color: transparent;
}
ul.nav.footer-nav li.menu-item-has-children .sub-menu li a {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}

#footer-home-link .home-link {
  display: block;
  width: 170px;
  height: 50px;
  background-image: url(../images/janrain-logo-white.png);
}

#footer-left {
  padding: 0 0 20px 0;
}

ul.nav.footer-links {
  padding: 0 20px 20px;
}
ul.nav.footer-links li {
  font-size: 16px;
  line-height: 1em;
  float: left;
}
ul.nav.footer-links li:first-child {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #19bcb9;
}
ul.nav.footer-links li a {
  padding: 0;
}

#footer-social-links ul.nav.footer-social-links {
  padding: 0 0 20px 20px;
}
#footer-social-links .addthis_toolbox.addthis_32x32_style {
  padding: 0 0 20px 20px;
}
#footer-social-links .addthis_toolbox.addthis_32x32_style a {
  background-color: #19bcb9;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  margin-right: 15px;
}
#footer-social-links .addthis_toolbox.addthis_32x32_style a:hover, #footer-social-links .addthis_toolbox.addthis_32x32_style a:active {
  background-color: #14767e;
  color: #fff;
}
#footer-social-links .addthis_toolbox.addthis_32x32_style a span {
  vertical-align: middle;
}
#footer-social-links .addthis_toolbox.addthis_32x32_style a span.at15nc.at300bs {
  background-image: none !important;
  height: 50px !important;
  width: 50px !important;
  line-height: 48px !important;
}

#footer-privacy {
  max-width: 400px;
  color: #999999;
  font-size: 14px;
  font-weight: 100;
  padding: 20px;
}
#footer-privacy h3 {
  color: #7f7f7f;
  margin: 0;
  font-size: 1.2em;
}
#footer-privacy p {
  margin: 0 0 10px 0;
}

/*********************
COLORBOX
*********************/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 35px;
  margin-bottom: 35px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #000;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(../images/colorbox/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../images/colorbox/controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

/*
#cboxClose{background-position:-50px 0px; right:0;}
#cboxClose:hover{background-position:-50px -25px;}
*/
#cboxClose {
  background-image: url(../images/colorbox/close.png);
  right: 0;
  top: -25px;
}

#cboxClose {
  background-position: 0 -40px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix, .content, .solutions-component-section ul.solutions-components > li, .filters ul li label, .filters ul li .filter-link {
  zoom: 1;
}
.clearfix:before, .content:before, .solutions-component-section ul.solutions-components > li:before, .filters ul li label:before, .filters ul li .filter-link:before, .clearfix:after, .content:after, .solutions-component-section ul.solutions-components > li:after, .filters ul li label:after, .filters ul li .filter-link:after {
  content: "";
  display: table;
}
.clearfix:after, .content:after, .solutions-component-section ul.solutions-components > li:after, .filters ul li label:after, .filters ul li .filter-link:after {
  clear: both;
}

/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement, #logo a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
CUSTOMER SECTION
*********************/
/*********************
ICONS
*********************/
@font-face {
  font-family: "janrainicons";
  src: url("../fonts/janrainicons-d5829e3a7f3d08c9f8fd446f92945bef.eot");
  src: url("../fonts/janrainicons-d5829e3a7f3d08c9f8fd446f92945bef.eot?#iefix") format("embedded-opentype"), url("../fonts/janrainicons-d5829e3a7f3d08c9f8fd446f92945bef.woff") format("woff"), url("../fonts/janrainicons-d5829e3a7f3d08c9f8fd446f92945bef.ttf") format("truetype"), url("../fonts/janrainicons-d5829e3a7f3d08c9f8fd446f92945bef.svg?#janrainicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "janrainicons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\f101";
}

.icon-arrow-down2:before {
  content: "\f102";
}

.icon-arrow-left:before {
  content: "\f103";
}

.icon-arrow-left2:before {
  content: "\f104";
}

.icon-arrow-right:before {
  content: "\f105";
}

.icon-arrow-right2:before {
  content: "\f106";
}

.icon-arrow-up:before {
  content: "\f107";
}

.icon-arrow-up2:before {
  content: "\f108";
}

.icon-checkmark:before {
  content: "\f109";
}

.icon-console:before {
  content: "\f10a";
}

.icon-envelope:before {
  content: "\f10b";
}

.icon-facebook:before {
  content: "\f10c";
}

.icon-fire:before {
  content: "\f10d";
}

.icon-googleplus:before {
  content: "\f10e";
}

.icon-hex:before {
  content: "\f10f";
}

.icon-integrations-ad-serving:before {
  content: "\f110";
}

.icon-integrations-analytics:before {
  content: "\f111";
}

.icon-integrations-business-intelligence:before {
  content: "\f112";
}

.icon-integrations-cloud-integrators:before {
  content: "\f113";
}

.icon-integrations-commenting-engagement:before {
  content: "\f114";
}

.icon-integrations-community:before {
  content: "\f115";
}

.icon-integrations-content-management:before {
  content: "\f116";
}

.icon-integrations-crm:before {
  content: "\f117";
}

.icon-integrations-data-append:before {
  content: "\f118";
}

.icon-integrations-data-management:before {
  content: "\f119";
}

.icon-integrations-ecommerce:before {
  content: "\f11a";
}

.icon-integrations-email-marketing:before {
  content: "\f11b";
}

.icon-integrations-gamification:before {
  content: "\f11c";
}

.icon-integrations-marketing-automation:before {
  content: "\f11d";
}

.icon-integrations-personalization:before {
  content: "\f11e";
}

.icon-integrations-ratings-reviews:before {
  content: "\f11f";
}

.icon-integrations-security-fraud:before {
  content: "\f120";
}

.icon-integrations-tag-management:before {
  content: "\f121";
}

.icon-integrations-testing:before {
  content: "\f122";
}

.icon-life-preserver:before {
  content: "\f123";
}

.icon-linkedin:before {
  content: "\f124";
}

.icon-megaphone:before {
  content: "\f125";
}

.icon-play:before {
  content: "\f126";
}

.icon-product-access-management:before {
  content: "\f127";
}

.icon-product-customer-care:before {
  content: "\f128";
}

.icon-product-customer-insights:before {
  content: "\f129";
}

.icon-product-engagement:before {
  content: "\f12a";
}

.icon-product-integrations:before {
  content: "\f12b";
}

.icon-product-profile-data-storage:before {
  content: "\f12c";
}

.icon-product-registration:before {
  content: "\f12d";
}

.icon-product-single-sign-on:before {
  content: "\f12e";
}

.icon-product-social-login:before {
  content: "\f12f";
}

.icon-product-social-sharing:before {
  content: "\f130";
}

.icon-resources-blog-post:before {
  content: "\f131";
}

.icon-resources-case-studies:before {
  content: "\f132";
}

.icon-resources-conferences:before {
  content: "\f133";
}

.icon-resources-data-sheets:before {
  content: "\f134";
}

.icon-resources-events:before {
  content: "\f135";
}

.icon-resources-industry-research:before {
  content: "\f136";
}

.icon-resources-infographic-2:before {
  content: "\f137";
}

.icon-resources-interactive:before {
  content: "\f138";
}

.icon-resources-videos:before {
  content: "\f139";
}

.icon-resources-webinars:before {
  content: "\f13a";
}

.icon-resources-white-papers:before {
  content: "\f13b";
}

.icon-solutions-access-management:before {
  content: "\f13c";
}

.icon-solutions-consumer-electronics:before {
  content: "\f13d";
}

.icon-solutions-crm:before {
  content: "\f13e";
}

.icon-solutions-customer-care:before {
  content: "\f13f";
}

.icon-solutions-customer-goods:before {
  content: "\f140";
}

.icon-solutions-engagement:before {
  content: "\f141";
}

.icon-solutions-media-entertainment:before {
  content: "\f142";
}

.icon-solutions-personalization:before {
  content: "\f143";
}

.icon-solutions-pharmaceuticals:before {
  content: "\f144";
}

.icon-solutions-publishing:before {
  content: "\f145";
}

.icon-star:before {
  content: "\f146";
}

.icon-twitter:before {
  content: "\f147";
}

.icon-video:before {
  content: "\f148";
}

/*********************
TYPOGRAPHY
*********************/
/**
 * TYPOGRAPHY
 * 
 * Separated into separate file so it can be called from embedded
 * forms and frames that don't need the whole site styling.
 */
@font-face {
  font-family: 'proxima-nova';
  src: url("../fonts/26D3F9_E_0.eot");
  src: url("../fonts/26D3F9_E_0.eot?#iefix") format("embedded-opentype"), url("../fonts/26D3F9_E_0.woff") format("woff"), url("../fonts/26D3F9_E_0.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'proxima-nova';
  src: url("../fonts/26D3F9_11_0.eot");
  src: url("../fonts/26D3F9_11_0.eot?#iefix") format("embedded-opentype"), url("../fonts/26D3F9_11_0.woff") format("woff"), url("../fonts/26D3F9_11_0.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'proxima-nova';
  src: url("../fonts/26D3F9_13_0.eot");
  src: url("../fonts/26D3F9_13_0.eot?#iefix") format("embedded-opentype"), url("../fonts/26D3F9_13_0.woff") format("woff"), url("../fonts/26D3F9_13_0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'proxima-nova';
  src: url("../fonts/26D3F9_12_0.eot");
  src: url("../fonts/26D3F9_12_0.eot?#iefix") format("embedded-opentype"), url("../fonts/26D3F9_12_0.woff") format("woff"), url("../fonts/26D3F9_12_0.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
BORDER SEPARATION
*********************/
/*********************
TRANSFORMS
*********************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
DROP SHADOWS
*********************/
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
COLUMNS
*********************/
/*********************
FLEX BOX
*********************/
/*********************
BUTTONS
*********************/
.button, .echo-submit-auth .echo-clickable, .echo-button button.echo-submit-postButton, .widget_btn, .mktoForm .mktoButton, .mktoForm input[type="submit"], .mktoForm button[type="submit"], .contact-form-wrapper .mktoForm button.mktoButton, .button:visited, .echo-submit-auth .echo-clickable:visited, .echo-button button.echo-submit-postButton:visited, .widget_btn:visited, .mktoForm .mktoButton:visited, .mktoForm input[type="submit"]:visited, .mktoForm button[type="submit"]:visited, .contact-form-wrapper .mktoForm button.mktoButton:visited, .header-text h4 a, input[type=submit] {
  display: inline-block;
  border-radius: 5px;
  border: none;
  padding: 15px 17px;
  font-size: 19px;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background-color: #19bcb9;
}
.button:hover, .echo-submit-auth .echo-clickable:hover, .echo-button button.echo-submit-postButton:hover, .widget_btn:hover, .mktoForm .mktoButton:hover, .mktoForm input[type="submit"]:hover, .mktoForm button[type="submit"]:hover, .contact-form-wrapper .mktoForm button.mktoButton:hover, .button:focus, .echo-submit-auth .echo-clickable:focus, .echo-button button.echo-submit-postButton:focus, .widget_btn:focus, .mktoForm .mktoButton:focus, .mktoForm input[type="submit"]:focus, .mktoForm button[type="submit"]:focus, .contact-form-wrapper .mktoForm button.mktoButton:focus, .button:visited:hover, .echo-submit-auth .echo-clickable:visited:hover, .echo-button button.echo-submit-postButton:visited:hover, .widget_btn:visited:hover, .mktoForm .mktoButton:visited:hover, .mktoForm input[type="submit"]:visited:hover, .mktoForm button[type="submit"]:visited:hover, .button:visited:focus, .echo-submit-auth .echo-clickable:visited:focus, .echo-button button.echo-submit-postButton:visited:focus, .widget_btn:visited:focus, .mktoForm .mktoButton:visited:focus, .mktoForm input[type="submit"]:visited:focus, .mktoForm button[type="submit"]:visited:focus, .header-text h4 a:hover, .header-text h4 a:focus, input[type=submit]:hover, input[type=submit]:focus {
  color: #fff;
  background-color: #16a5a3;
}
.button:active, .echo-submit-auth .echo-clickable:active, .echo-button button.echo-submit-postButton:active, .widget_btn:active, .mktoForm .mktoButton:active, .mktoForm input[type="submit"]:active, .mktoForm button[type="submit"]:active, .contact-form-wrapper .mktoForm button.mktoButton:active, .button:visited:active, .echo-submit-auth .echo-clickable:visited:active, .echo-button button.echo-submit-postButton:visited:active, .widget_btn:visited:active, .mktoForm .mktoButton:visited:active, .mktoForm input[type="submit"]:visited:active, .mktoForm button[type="submit"]:visited:active, .header-text h4 a:active, input[type=submit]:active {
  background-color: #138f8d;
}
.button.secondary, .echo-submit-auth .secondary.echo-clickable, .echo-button button.secondary.echo-submit-postButton, .echo-button .mktoForm button.echo-submit-postButton.mktoButton, .mktoForm .echo-button button.echo-submit-postButton.mktoButton, .secondary.widget_btn, .mktoForm .mktoButton, .mktoForm input[type="submit"], .mktoForm button[type="submit"], .contact-form-wrapper .mktoForm button.mktoButton, .button:visited.secondary, .echo-submit-auth .echo-clickable:visited.secondary, .echo-button button.echo-submit-postButton:visited.secondary, .widget_btn:visited.secondary, .mktoForm .mktoButton:visited, .mktoForm input[type="submit"]:visited, .mktoForm button[type="submit"]:visited, .contact-form-wrapper .mktoForm button.mktoButton:visited, .header-text h4 a.secondary, .header-text h4 .mktoForm a.mktoButton, .mktoForm .header-text h4 a.mktoButton, input[type=submit].secondary, .mktoForm input[type=submit].mktoButton, .mktoForm input[type=submit][type="submit"] {
  background-color: #f15928;
}
.button.secondary:hover, .echo-submit-auth .secondary.echo-clickable:hover, .echo-button button.secondary.echo-submit-postButton:hover, .secondary.widget_btn:hover, .mktoForm .mktoButton:hover, .mktoForm input[type="submit"]:hover, .mktoForm button[type="submit"]:hover, .contact-form-wrapper .mktoForm button.mktoButton:hover, .button.secondary:focus, .echo-submit-auth .secondary.echo-clickable:focus, .echo-button button.secondary.echo-submit-postButton:focus, .secondary.widget_btn:focus, .mktoForm .mktoButton:focus, .mktoForm input[type="submit"]:focus, .mktoForm button[type="submit"]:focus, .contact-form-wrapper .mktoForm button.mktoButton:focus, .button:visited.secondary:hover, .echo-submit-auth .echo-clickable:visited.secondary:hover, .echo-button button.echo-submit-postButton:visited.secondary:hover, .widget_btn:visited.secondary:hover, .mktoForm .mktoButton:visited:hover, .mktoForm input[type="submit"]:visited:hover, .mktoForm button[type="submit"]:visited:hover, .button:visited.secondary:focus, .echo-submit-auth .echo-clickable:visited.secondary:focus, .echo-button button.echo-submit-postButton:visited.secondary:focus, .widget_btn:visited.secondary:focus, .mktoForm .mktoButton:visited:focus, .mktoForm input[type="submit"]:visited:focus, .mktoForm button[type="submit"]:visited:focus, .header-text h4 a.secondary:hover, .header-text h4 .mktoForm a.mktoButton:hover, .mktoForm .header-text h4 a.mktoButton:hover, .header-text h4 a.secondary:focus, .header-text h4 .mktoForm a.mktoButton:focus, .mktoForm .header-text h4 a.mktoButton:focus, input[type=submit].secondary:hover, .mktoForm input[type=submit].mktoButton:hover, .mktoForm input[type=submit][type="submit"]:hover, input[type=submit].secondary:focus, .mktoForm input[type=submit].mktoButton:focus, .mktoForm input[type=submit][type="submit"]:focus {
  background-color: #ef4710;
}
.button.secondary:active, .echo-submit-auth .secondary.echo-clickable:active, .echo-button button.secondary.echo-submit-postButton:active, .secondary.widget_btn:active, .mktoForm .mktoButton:active, .mktoForm input[type="submit"]:active, .mktoForm button[type="submit"]:active, .contact-form-wrapper .mktoForm button.mktoButton:active, .button:visited.secondary:active, .echo-submit-auth .echo-clickable:visited.secondary:active, .echo-button button.echo-submit-postButton:visited.secondary:active, .widget_btn:visited.secondary:active, .mktoForm .mktoButton:visited:active, .mktoForm input[type="submit"]:visited:active, .mktoForm button[type="submit"]:visited:active, .header-text h4 a.secondary:active, .header-text h4 .mktoForm a.mktoButton:active, .mktoForm .header-text h4 a.mktoButton:active, input[type=submit].secondary:active, .mktoForm input[type=submit].mktoButton:active, .mktoForm input[type=submit][type="submit"]:active {
  background-color: #d83f0e;
}
.button.tertiary, .echo-submit-auth .tertiary.echo-clickable, .echo-button button.tertiary.echo-submit-postButton, .tertiary.widget_btn, .mktoForm .tertiary.mktoButton, .mktoForm input.tertiary[type="submit"], .mktoForm button.tertiary[type="submit"], .contact-form-wrapper .mktoForm button.tertiary.mktoButton, .button:visited.tertiary, .echo-submit-auth .echo-clickable:visited.tertiary, .echo-button button.echo-submit-postButton:visited.tertiary, .widget_btn:visited.tertiary, .mktoForm .mktoButton:visited.tertiary, .mktoForm input[type="submit"]:visited.tertiary, .mktoForm button[type="submit"]:visited.tertiary, .header-text h4 a.tertiary, input[type=submit].tertiary {
  background-color: #908a78;
}
.button.tertiary:hover, .echo-submit-auth .tertiary.echo-clickable:hover, .echo-button button.tertiary.echo-submit-postButton:hover, .tertiary.widget_btn:hover, .mktoForm .tertiary.mktoButton:hover, .mktoForm input.tertiary[type="submit"]:hover, .mktoForm button.tertiary[type="submit"]:hover, .button.tertiary:focus, .echo-submit-auth .tertiary.echo-clickable:focus, .echo-button button.tertiary.echo-submit-postButton:focus, .tertiary.widget_btn:focus, .mktoForm .tertiary.mktoButton:focus, .mktoForm input.tertiary[type="submit"]:focus, .mktoForm button.tertiary[type="submit"]:focus, .button:visited.tertiary:hover, .echo-submit-auth .echo-clickable:visited.tertiary:hover, .echo-button button.echo-submit-postButton:visited.tertiary:hover, .widget_btn:visited.tertiary:hover, .mktoForm .mktoButton:visited.tertiary:hover, .mktoForm input[type="submit"]:visited.tertiary:hover, .mktoForm button[type="submit"]:visited.tertiary:hover, .button:visited.tertiary:focus, .echo-submit-auth .echo-clickable:visited.tertiary:focus, .echo-button button.echo-submit-postButton:visited.tertiary:focus, .widget_btn:visited.tertiary:focus, .mktoForm .mktoButton:visited.tertiary:focus, .mktoForm input[type="submit"]:visited.tertiary:focus, .mktoForm button[type="submit"]:visited.tertiary:focus, .header-text h4 a.tertiary:hover, .header-text h4 a.tertiary:focus, input[type=submit].tertiary:hover, input[type=submit].tertiary:focus {
  background-color: #837d6b;
}
.button.tertiary:active, .echo-submit-auth .tertiary.echo-clickable:active, .echo-button button.tertiary.echo-submit-postButton:active, .tertiary.widget_btn:active, .mktoForm .tertiary.mktoButton:active, .mktoForm input.tertiary[type="submit"]:active, .mktoForm button.tertiary[type="submit"]:active, .button:visited.tertiary:active, .echo-submit-auth .echo-clickable:visited.tertiary:active, .echo-button button.echo-submit-postButton:visited.tertiary:active, .widget_btn:visited.tertiary:active, .mktoForm .mktoButton:visited.tertiary:active, .mktoForm input[type="submit"]:visited.tertiary:active, .mktoForm button[type="submit"]:visited.tertiary:active, .header-text h4 a.tertiary:active, input[type=submit].tertiary:active {
  background-color: #756f60;
}

.button-split {
  border: none;
  padding: 0;
  font-size: 19px;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  overflow: hidden;
  display: flex;
}
.button-split .button, .button-split .echo-submit-auth .echo-clickable, .echo-submit-auth .button-split .echo-clickable, .button-split .echo-button button.echo-submit-postButton, .echo-button .button-split button.echo-submit-postButton, .button-split .widget_btn, .button-split .mktoForm .mktoButton, .mktoForm .button-split .mktoButton, .button-split .mktoForm input[type="submit"], .mktoForm .button-split input[type="submit"], .button-split .mktoForm button[type="submit"], .mktoForm .button-split button[type="submit"], .button-split .contact-form-wrapper .mktoForm button.mktoButton, .contact-form-wrapper .mktoForm .button-split button.mktoButton {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px;
  padding: 15px 3px;
  text-align: center;
  flex: 1;
  min-height: 100%;
}
.button-split .button:first-child, .button-split .echo-submit-auth .echo-clickable:first-child, .echo-submit-auth .button-split .echo-clickable:first-child, .button-split .echo-button button.echo-submit-postButton:first-child, .echo-button .button-split button.echo-submit-postButton:first-child, .button-split .widget_btn:first-child, .button-split .mktoForm .mktoButton:first-child, .mktoForm .button-split .mktoButton:first-child, .button-split .mktoForm input[type="submit"]:first-child, .mktoForm .button-split input[type="submit"]:first-child, .button-split .mktoForm button[type="submit"]:first-child, .mktoForm .button-split button[type="submit"]:first-child {
  border-radius: 6px 0 0 6px;
  padding-left: 6px;
  border-right: 0.5px solid #f5c285;
}
.button-split .button:last-child, .button-split .echo-submit-auth .echo-clickable:last-child, .echo-submit-auth .button-split .echo-clickable:last-child, .button-split .echo-button button.echo-submit-postButton:last-child, .echo-button .button-split button.echo-submit-postButton:last-child, .button-split .widget_btn:last-child, .button-split .mktoForm .mktoButton:last-child, .mktoForm .button-split .mktoButton:last-child, .button-split .mktoForm input[type="submit"]:last-child, .mktoForm .button-split input[type="submit"]:last-child, .button-split .mktoForm button[type="submit"]:last-child, .mktoForm .button-split button[type="submit"]:last-child {
  border-radius: 0 6px 6px 0;
  padding-right: 6px;
}

/***************
ANIMATIONS
***************/
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 400px 0;
  }
}
@-webkit-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 400px 0;
  }
}
@keyframes moving-arrows-right {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(10px);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@-webkit-keyframes moving-arrows-right {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(10px);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@keyframes moving-arrows-left {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-10px);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@-webkit-keyframes moving-arrows-left {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-10px);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.mktoForm {
  display: inline-block;
  border: none !important;
  height: auto !important;
  font-weight: normal !important;
  /* firefox 19+ */
  /* ie */
}
.mktoForm ul {
  margin: 0;
  padding: 0;
}
.mktoForm label {
  display: block;
  font-weight: 600;
}
.mktoForm .supports-placeholders label {
  display: none;
}
.mktoForm input, .mktoForm select, .mktoForm textarea, .mktoForm #MarketoFormComments {
  margin: 6px 0;
  width: 100%;
  padding: 0 9px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 16px;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #E8E8E3;
  color: #84817A;
}
.mktoForm input, .mktoForm select {
  line-height: 48px;
  vertical-align: middle;
  height: 48px;
}
.mktoForm #MarketoFormComments {
  height: 180px;
  padding: 9px;
}
.mktoForm textarea {
  line-height: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  height: 96px;
  transition: .5s height ease-in;
}
.mktoForm ::-webkit-input-placeholder {
  font-style: italic;
}
.mktoForm ::-moz-placeholder {
  font-style: italic;
}
.mktoForm :-ms-input-placeholder {
  font-style: italic;
}
.mktoForm input:-moz-placeholder {
  font-style: italic;
}
.mktoForm input:hover, .mktoForm input:active {
  background: #9BFFF8;
}
.mktoForm input[type="submit"] {
  font-weight: bold;
  text-align: center;
  color: white;
  background: #F15928;
  max-width: 300px;
  margin: 6px auto;
}
.mktoForm input[type="submit"]:active, .mktoForm input[type="submit"]:hover, .mktoForm input[type="submit"]:focus {
  background: #D74215;
}
.mktoForm span.mktError span.mktFormMsg {
  display: block !important;
  position: static !important;
  margin-bottom: 10px;
}
.mktoForm li.form_item {
  margin-bottom: 0;
  padding-bottom: 10px !important;
}
.mktoForm input.disabled {
  color: #999;
}
.mktoForm .toggle {
  cursor: pointer;
}
.mktoForm .mktoOffset, .mktoForm .mktoGutter, .mktoForm .mktoClear {
  display: none;
}
.mktoForm .mktoFormRow {
  width: 100%;
}
.mktoForm .mktoFieldWrap {
  float: none !important;
}
.mktoForm input:not([type="checkbox"]):not([type="radio"]),
.mktoForm select, .mktoForm textarea {
  margin: 6px 0;
  width: 100%;
  padding: 0 9px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 16px;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #E8E8E3;
  color: #84817A;
}
.mktoForm input:not([type="checkbox"]):not([type="radio"]):hover, .mktoForm input:not([type="checkbox"]):not([type="radio"]):active, .mktoForm input:not([type="checkbox"]):not([type="radio"]):focus,
.mktoForm select:hover,
.mktoForm select:active,
.mktoForm select:focus, .mktoForm textarea:hover, .mktoForm textarea:active, .mktoForm textarea:focus {
  background: #9bfff8;
}
.mktoForm input:not([type="checkbox"]):not([type="radio"]).mktoInvalid,
.mktoForm select.mktoInvalid, .mktoForm textarea.mktoInvalid {
  border-color: #f15928;
}
.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
  display: block;
  width: 100%;
  float: none;
  padding: .75em .5em;
  line-height: 2;
}
.mktoForm .mktoRadioList label, .mktoForm .mktoCheckboxList label {
  font-weight: 400;
  margin: .75em 1.25em !important;
  line-height: 1;
  vertical-align: baseline;
}
.mktoForm .mktoField[type="checkbox"], .mktoForm .mktoField[type="radio"] {
  display: inline-block;
  opacity: 1;
  height: 1em;
  width: 1em;
  line-height: 2;
}
.mktoForm .mktoField[type="checkbox"]:before, .mktoForm .mktoField[type="radio"]:before {
  content: " ";
  width: 100%;
  height: 1px;
  clear: both;
}
.mktoForm .mktoError .mktoErrorArrow, .mktoForm .mktoError .mktoErrorMsg {
  background-color: #f15928 !important;
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #f15827 !important;
  font-size: 1.5em;
}
.mktoForm .mktoError .mktoErrorMsg {
  border-radius: 3px !important;
}
.mktoForm input, .mktoForm select {
  line-height: 48px;
  vertical-align: middle;
  height: 48px;
}
.mktoForm .mktoButtonRow {
  display: block;
  clear: both;
  margin: 1em 0;
}
.mktoForm .mktoButton, .mktoForm input[type="submit"], .mktoForm button[type="submit"] {
  width: 100%;
  margin: 6px auto;
}
.mktoForm .mktoButton:active, .mktoForm .mktoButton:hover, .mktoForm .mktoButton:focus, .mktoForm input[type="submit"]:active, .mktoForm input[type="submit"]:hover, .mktoForm input[type="submit"]:focus, .mktoForm button[type="submit"]:active, .mktoForm button[type="submit"]:hover, .mktoForm button[type="submit"]:focus {
  background: #D74215 !important;
}
.mktoForm textarea {
  line-height: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  height: 96px;
  transition: .5s height ease-in;
}

.contact-form-wrapper .mktoForm {
  width: 100% !important;
}
.contact-form-wrapper .mktoForm .mktoLabel {
  float: none;
  display: none;
}
.contact-form-wrapper .mktoForm label[for=Country],
.contact-form-wrapper .mktoForm label[for=Services_Interested_In],
.contact-form-wrapper .mktoForm label[for=MarketoFormComments],
.contact-form-wrapper .mktoForm label[for=State] {
  display: block;
  float: left;
  margin-top: 10px;
  width: 100% !important;
}
.contact-form-wrapper .mktoForm .mktoFormCol {
  float: none;
}
.contact-form-wrapper .mktoForm select {
  width: 100% !important;
}
.contact-form-wrapper .mktoForm input.mktoTextField, .contact-form-wrapper .mktoForm input.mktoEmailField, .contact-form-wrapper .mktoForm input.mktoTelField {
  width: 100% !important;
}
.contact-form-wrapper .mktoForm textarea {
  width: 100% !important;
}
.contact-form-wrapper .mktoForm button.mktoButton {
  max-width: 300px;
  display: block;
  margin: 6px auto;
}
.contact-form-wrapper .mktoForm fieldset {
  border: none;
}
.contact-form-wrapper .mktoForm fieldset legend {
  margin: 10px 0;
  font-weight: 700;
  float: left;
}
.contact-form-wrapper .mktoForm fieldset .mktoLabel {
  display: inline-block;
  width: 200px !important;
  font-weight: 400;
}
.contact-form-wrapper .mktoForm fieldset .mktoFormCol {
  float: left;
}
.contact-form-wrapper .mktoForm fieldset .mktoCheckboxList {
  width: 40px !important;
}

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .content {
    padding-top: 74px;
  }

  /******************************************************************
  H1, H2, H3, H4, H5 STYLES
  ******************************************************************/
  h2, .h2 {
    font-size: 1.2em;
  }

  /*********************
  HEADER STYLES
  *********************/
  .header .button, .header .echo-submit-auth .echo-clickable, .echo-submit-auth .header .echo-clickable, .header .echo-button button.echo-submit-postButton, .echo-button .header button.echo-submit-postButton, .header .widget_btn, .header .mktoForm .mktoButton, .mktoForm .header .mktoButton, .header .mktoForm input[type="submit"], .mktoForm .header input[type="submit"], .header .mktoForm button[type="submit"], .mktoForm .header button[type="submit"], .header .contact-form-wrapper .mktoForm button.mktoButton, .contact-form-wrapper .mktoForm .header button.mktoButton {
    padding: 15px 17px;
    font-size: 19px;
  }

  #mobile-nav-toggle {
    padding: 16px 20px 25px 7px;
  }
  #mobile-nav-toggle .icon-bar {
    margin-top: 7px;
  }

  #meta-nav-bar {
    right: 143px;
    top: 12px;
  }

  #main-nav-bar .get-janrain-button {
    top: 13px;
  }

  #logo a {
    width: 160px;
    height: 74px;
    background-image: url(../images/janrain-logo.png);
    background-repeat: no-repeat;
    background-position: 2px 14px;
  }

  /*********************
  PAGE HEADER STYLES
  *********************/
  .image-header .header-text {
    width: 70%;
  }

  #home-header .header-text, #product-header .header-text {
    width: 100%;
  }
  #home-header h1, #home-header .h1, #product-header h1, #product-header .h1 {
    font-size: 1.6em;
    margin: 0;
  }
  #home-header h3, #home-header p, #product-header h3, #product-header p {
    font-size: 1.05em;
    margin: 10px 0;
  }
  #home-header .h1, #home-header h3, #product-header .h1, #product-header h3 {
    width: 56%;
  }
  #home-header h4, #product-header h4 {
    float: left;
    margin-right: 20px;
  }

  /*********************
  CONTENT SECTIONS STYLES
  *********************/
  .home .company-logos, .page-template-page-microsite-home-php .company-logos {
    height: 60px;
  }

  .companies-link {
    position: absolute;
    top: 8px;
    right: 0;
  }

  .content-section .section-image {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .content-section.alt .section-image {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }

  .interactive-guide-callout .content-section .section-text {
    padding: 40px 0;
  }

  .flexbox .content-section .entry-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .flexbox .content-section .entry-content img {
    margin-bottom: 0;
  }
  .flexbox .content-section .entry-content .section-image {
    /*float:none;*/
    width: 45%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-left: 0;
    text-align: center;
  }
  .flexbox .content-section .entry-content .section-image img {
    display: inline;
  }
  .flexbox .content-section .entry-content .section-text {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .flexbox .content-section.alt .entry-content .section-image {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-left: 3.3333%;
    margin-right: 0;
  }
  .flexbox .content-section.alt .entry-content .section-text {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .flexbox .interactive-guide-callout .content-section .section-text {
    max-width: 600px;
    padding: 0;
  }

  /*********************
  NAV MENUS FOR SOLUTIONS, PRODUCT
  *********************/
  .product-menu ul li {
    width: 33%;
  }

  .solutions-menu ul li {
    width: 33%;
  }

  /*********************
  CLIENT LIST
  *********************/
  .companies .grid-item {
    width: 220px;
    height: 145px;
    margin: 0 10px 10px 0;
    line-height: 100px;
  }
  .companies .grid-item img {
    vertical-align: middle;
  }

  /*********************
  CONTRIBUTORS STYLES
  *********************/
  .contributors-list {
    width: 102%;
  }

  .contributor {
    width: 179px;
    float: left;
    margin: 0 13px 0 0;
    padding: 0;
    border: none;
    overflow: hidden;
  }
  .contributor .contributor-image {
    height: 179px;
    overflow: hidden;
  }
  .contributor .contributor-info {
    text-align: center;
    height: 160px;
  }

  /*********************
  GRID & FILTERS
  *********************/
  .filters ul {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
  }

  .grid-wrapper {
    width: 104%;
  }
  .grid-wrapper .grid-item {
    float: left;
    position: relative;
  }
  .grid-wrapper .grid-item.type-resource, .grid-wrapper .grid-item.type-post {
    width: 220px;
    margin: 0 10px 10px 0;
    height: 330px;
  }
  .grid-wrapper .grid-item.type-resource .article-header, .grid-wrapper .grid-item.type-post .article-header {
    height: 130px;
    overflow: hidden;
  }
  .grid-wrapper .grid-item.type-resource .entry-image, .grid-wrapper .grid-item.type-post .entry-image {
    height: 120px;
    overflow: hidden;
  }
  .grid-wrapper .grid-item.type-resource .entry-content, .grid-wrapper .grid-item.type-post .entry-content {
    height: 75px;
    overflow: hidden;
  }
  .grid-wrapper .grid-item.type-resource.featured, .grid-wrapper .grid-item.type-post.featured {
    width: 450px;
  }
  .grid-wrapper .grid-item.type-resource.featured .article-header, .grid-wrapper .grid-item.type-post.featured .article-header {
    height: 87px;
  }
  .grid-wrapper .grid-item.type-resource.featured .entry-image, .grid-wrapper .grid-item.type-post.featured .entry-image {
    height: 165px;
  }
  .grid-wrapper .grid-item.type-resource.no-description, .grid-wrapper .grid-item.type-post.no-description {
    height: 243px;
  }
  .grid-wrapper .grid-item.type-integration, .grid-wrapper .grid-item.type-customers {
    width: 220px;
    height: 220px;
    margin: 0 10px 10px 0;
  }
  .grid-wrapper .grid-item.type-integration .entry-image, .grid-wrapper .grid-item.type-customers .entry-image {
    height: 180px;
    line-height: 150px;
  }
  .grid-wrapper .grid-item.type-integration .entry-image img, .grid-wrapper .grid-item.type-customers .entry-image img {
    vertical-align: middle;
    display: inline;
  }
  .grid-wrapper .grid-item.type-customers {
    height: 160px;
  }
  .grid-wrapper .grid-item.type-customers .entry-image {
    height: 160px;
    line-height: 120px;
  }

  /*********************
  RELATED RESOURCES
  *********************/
  .related-resources .grid-wrapper {
    height: 268px;
    overflow: hidden;
    padding: 20px 0 0 5px;
    margin-left: -5px;
  }
  .related-resources.resources-1 {
    width: 412px;
    margin: 0 auto;
  }
  .related-resources.resources-1 #related-resources-sidebar {
    width: 180px;
    float: left;
    padding: 20px 20px 0 0;
  }
  .related-resources.resources-1 .grid-wrapper {
    padding: 20px 0 0 0;
    float: left;
    width: auto;
    height: auto;
  }

  /*********************
  BLOG STYLES
  *********************/
  .byline {
    display: inline;
  }

  .tags {
    display: inline;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    border-left: 1px solid #19bcb9;
  }

  .article-listing .hentry h2 {
    font-size: 1.8em;
  }

  .author-photo-links {
    float: left;
    width: 30%;
  }
  .author-photo-links .author-links ul.social-buttons li {
    height: 50px;
  }
  .author-photo-links .author-links ul.social-buttons li a {
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 42px;
  }

  .author-description {
    margin-left: 33%;
  }

  /*********************
  NEWSROOM
  *********************/
  .newsroom-filter-bar ul.nav li {
    width: auto;
  }
  .newsroom-filter-bar ul.nav li a {
    padding: 10px 20px;
  }

  /*********************
  TEAM & BOARD STYLES
  *********************/
  .team-image {
    width: 150px;
    float: left;
    margin-bottom: 0;
  }

  .team-info {
    margin-left: 180px;
  }

  /*********************
  INDENT CONTENT
  *********************/
  .entry-content.indent-content p, .entry-content.indent-content ul, .entry-content.indent-content ol {
    margin-left: 40px;
    margin-right: 40px;
  }

  /*********************
  CONTACT US
  *********************/
  .office-listing {
    width: 50%;
    float: left;
    margin: 0;
  }
  .office-listing li {
    height: 170px;
  }

  #office-listing-3 {
    clear: left;
    width: 100%;
  }
  #office-listing-3 li {
    width: 50%;
    float: left;
  }

  /* Anchor */
  #locations {
    position: relative;
    top: -76px;
  }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  .article-sidebar .grid-wrapper {
    width: auto;
  }

  .cross--content {
    display: table;
  }
  .cross--content > div {
    display: table-cell;
  }
  .cross--content > article {
    display: table-cell;
    margin: 0;
  }

  #home-header h1, #home-header .h1 {
    font-size: 2.4em;
    margin: 0;
  }
  #home-header h3, #home-header p {
    font-size: 1.4em;
    margin: 10px 0;
  }
  #home-header .header-text {
    width: 100%;
  }

  .home-banner .homepage-banner-nav {
    font-size: 0.9em;
  }
  .home-banner .homepage-banner-nav ul.nav > li {
    width: 230px;
    margin-right: 10px;
  }

  .contact-form-wrapper .mktoForm .mktoCheckboxList {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  .onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  .threecol, .filters-sidebar, .article-sidebar {
    width: 22.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  .fourcol, #home-secondary .solutions-callout, .get-started .get-started-sidebar, .newsletter-signup .get-started-sidebar {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  .eightcol, .get-started .get-started-main, .newsletter-signup .get-started-main {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  .ninecol, .resources-grid, .integrations-grid, .customers-grid, .article-main {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  .tencol, .solutions-components {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
  .onecol, .twocol, .threecol, .filters-sidebar, .article-sidebar, .fourcol, #home-secondary .solutions-callout, .get-started .get-started-sidebar, .newsletter-signup .get-started-sidebar, .fivecol, .sixcol, .sevencol, .eightcol, .get-started .get-started-main, .newsletter-signup .get-started-main, .ninecol, .resources-grid, .integrations-grid, .customers-grid, .article-main, .tencol, .solutions-components, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .onecol.centercol, .twocol.centercol, .threecol.centercol, .centercol.filters-sidebar, .centercol.article-sidebar, .fourcol.centercol, #home-secondary .centercol.solutions-callout, .get-started .centercol.get-started-sidebar, .newsletter-signup .centercol.get-started-sidebar, .fivecol.centercol, .sixcol.centercol, .sevencol.centercol, .eightcol.centercol, .get-started .centercol.get-started-main, .newsletter-signup .centercol.get-started-main, .ninecol.centercol, .centercol.resources-grid, .centercol.integrations-grid, .centercol.customers-grid, .centercol.article-main, .tencol.centercol, .centercol.solutions-components, .elevencol.centercol, .twelvecol.centercol {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .onecol.border-right, .twocol.border-right, .threecol.border-right, .border-right.filters-sidebar, .border-right.article-sidebar, .fourcol.border-right, #home-secondary .border-right.solutions-callout, .get-started .border-right.get-started-sidebar, .newsletter-signup .border-right.get-started-sidebar, .fivecol.border-right, .sixcol.border-right, .sevencol.border-right, .eightcol.border-right, .get-started .border-right.get-started-main, .newsletter-signup .border-right.get-started-main, .ninecol.border-right, .border-right.resources-grid, .border-right.integrations-grid, .border-right.customers-grid, .border-right.article-main, .tencol.border-right, .border-right.solutions-components, .elevencol.border-right, .twelvecol.border-right {
    border-right: 3px solid #e7e5df;
  }
  .onecol.border-left, .twocol.border-left, .threecol.border-left, .border-left.filters-sidebar, .border-left.article-sidebar, .fourcol.border-left, #home-secondary .border-left.solutions-callout, .get-started .border-left.get-started-sidebar, .newsletter-signup .border-left.get-started-sidebar, .fivecol.border-left, .sixcol.border-left, .sevencol.border-left, .eightcol.border-left, .get-started .border-left.get-started-main, .newsletter-signup .border-left.get-started-main, .ninecol.border-left, .border-left.resources-grid, .border-left.integrations-grid, .border-left.customers-grid, .border-left.article-main, .tencol.border-left, .border-left.solutions-components, .elevencol.border-left, .twelvecol.border-left {
    border-left: 3px solid #e7e5df;
  }

  .first {
    margin-left: 0;
  }

  .last {
    float: right;
  }

  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /******************************************************************
  H1, H2, H3, H4, H5 STYLES
  ******************************************************************/
  h2, .h2 {
    font-size: 1.75em;
  }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 1140px;
    width: 94%;
    padding: 0;
  }

  .content {
    padding-top: 0px;
  }
  .content.fixed-nav {
    padding-top: 76px;
  }

  .fixed-footer-nav {
    position: fixed;
  }
  .fixed-footer-nav .inner-content {
    display: block;
    margin: 1em auto;
    padding: 0 20px;
  }
  .fixed-footer-nav .icon-menu {
    display: inline-block;
    width: auto;
    border: none;
  }
  .fixed-footer-nav .icon-menu p {
    font-size: 13px;
  }
  .fixed-footer-nav .icon-menu.icon-menu-1 {
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .fixed-footer-nav .icon-menu.icon-menu-4 {
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  /*********************
  HEADER STYLES
  *********************/
  #mobile-nav-toggle {
    display: none;
  }

  #main-nav-bar {
    position: relative;
  }
  #main-nav-bar .wrap {
    box-sizing: border-box;
    position: relative;
  }
  #main-nav-bar .get-janrain-button {
    right: 0;
  }
  #main-nav-bar.fixed {
    position: fixed;
    top: 0;
    z-index: 200;
    width: 100%;
  }
  #main-nav-bar.sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 0px;
    z-index: 200;
  }

  #main-desktop-nav {
    display: block;
  }
  #main-desktop-nav .nav li {
    position: static;
  }
  #main-desktop-nav ul a {
    color: #3d3a32;
    font-size: 19px;
    padding: 23px 10px;
  }
  #main-desktop-nav ul a:hover, #main-desktop-nav ul a:active {
    color: #14767e;
  }
}
@media only screen and (min-width: 768px) and (min-width: 778px) {
  #main-desktop-nav ul a {
    padding: 23px 11px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 788px) {
  #main-desktop-nav ul a {
    padding: 23px 12px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 798px) {
  #main-desktop-nav ul a {
    padding: 23px 13px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 808px) {
  #main-desktop-nav ul a {
    padding: 23px 14px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 818px) {
  #main-desktop-nav ul a {
    padding: 23px 15px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 828px) {
  #main-desktop-nav ul a {
    padding: 23px 16px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 838px) {
  #main-desktop-nav ul a {
    padding: 23px 17px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 848px) {
  #main-desktop-nav ul a {
    padding: 23px 18px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 858px) {
  #main-desktop-nav ul a {
    padding: 23px 19px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 868px) {
  #main-desktop-nav ul a {
    padding: 23px 20px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 878px) {
  #main-desktop-nav ul a {
    padding: 23px 21px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 888px) {
  #main-desktop-nav ul a {
    padding: 23px 22px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 898px) {
  #main-desktop-nav ul a {
    padding: 23px 23px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 908px) {
  #main-desktop-nav ul a {
    padding: 23px 24px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 918px) {
  #main-desktop-nav ul a {
    padding: 23px 25px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 928px) {
  #main-desktop-nav ul a {
    padding: 23px 26px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 938px) {
  #main-desktop-nav ul a {
    padding: 23px 27px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 948px) {
  #main-desktop-nav ul a {
    padding: 23px 28px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 958px) {
  #main-desktop-nav ul a {
    padding: 23px 29px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 968px) {
  #main-desktop-nav ul a {
    padding: 23px 30px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 960px) {
  #main-desktop-nav ul a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #main-desktop-nav .mega-dropdown-menu {
    display: none;
  }
  #main-desktop-nav .active > a {
    background: rgba(132, 129, 121, 0.1);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
  #main-desktop-nav .active > .mega-dropdown-menu {
    /*display: -webkit-flex;*/
    display: block;
    display: -ms-flexbox;
    display: flex;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.95);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 3px 3px;
    margin: 0;
    position: absolute;
    overflow: hidden;
    top: 100%;
    left: 0;
    width: 100%;
    height: 280px;
    /**
     * Special casing for the Solutions mega-dropdown. This section
     * has an extra level in the page hierarchy, so has to be
     * treated differently.
     */
  }
  #main-desktop-nav .active > .mega-dropdown-menu > .sub-menu {
    display: block;
    margin: 0;
    margin-top: 20px;
    width: 100%;
  }
  #main-desktop-nav .active > .mega-dropdown-menu > .sub-menu > li {
    display: block;
    width: 50%;
    position: static;
    line-height: 1;
  }
  #main-desktop-nav .active > .mega-dropdown-menu > .sub-menu > li > a {
    padding: 12px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
  }
  #main-desktop-nav .active > .mega-dropdown-menu > .sub-menu > li > a .submenu-link-text {
    font-size: 18px;
    color: #3d3a32;
    font-weight: normal;
  }
  #main-desktop-nav .active > .mega-dropdown-menu > .sub-menu > li > a:hover .submenu-link-text {
    color: #14767e;
  }
  #main-desktop-nav .active > .mega-dropdown-menu > .sub-menu > li.current-menu-item > a, #main-desktop-nav .active > .mega-dropdown-menu > .sub-menu > li.current-menu-ancestor > a {
    color: #14767e;
    font-weight: 600;
  }
  #main-desktop-nav .active > .mega-dropdown-menu > .sub-menu > li:hover {
    background: rgba(132, 129, 121, 0.2);
  }
  #main-desktop-nav .active > .mega-dropdown-menu.mega-dropdown-solutions > .sub-menu {
    margin-top: 0;
  }
  #main-desktop-nav .active > .mega-dropdown-menu.mega-dropdown-solutions > .sub-menu > li {
    height: 280px;
  }
  #main-desktop-nav .active > .mega-dropdown-menu.mega-dropdown-solutions > .sub-menu > li > a {
    padding: 24px 24px 0;
  }
  #main-desktop-nav .active > .mega-dropdown-menu.mega-dropdown-solutions > .sub-menu > li > a .flex-icon {
    display: none;
  }
  #main-desktop-nav .active > .mega-dropdown-menu.mega-dropdown-solutions > .sub-menu > li > a .submenu-link-text {
    height: auto;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1;
  }
  #main-desktop-nav .active > .mega-dropdown-menu.mega-dropdown-solutions > .sub-menu > li .sub-menu li:not(.current-menu-item) > a {
    color: #3d3a32;
    font-weight: normal;
  }
  #main-desktop-nav .active > .mega-dropdown-menu.mega-dropdown-solutions > .sub-menu > li:hover {
    background: none;
  }
  #main-desktop-nav .active > .mega-dropdown-menu.mega-dropdown-solutions > .sub-menu > li .sub-menu li {
    width: 50%;
  }
  #main-desktop-nav .active > .mega-dropdown-menu.mega-dropdown-solutions > .sub-menu > li .sub-menu li a {
    padding: 12px 18px;
    font-size: 18px;
  }
  #main-desktop-nav .active > .mega-dropdown-menu.mega-dropdown-solutions > .sub-menu > li .sub-menu li .flex-icon {
    width: 48px;
    margin: auto 12px 0 0;
  }
  #main-desktop-nav .active > .mega-dropdown-menu.mega-dropdown-solutions > .sub-menu > li .sub-menu li .flex-icon .submenu-icon {
    width: 48px;
    height: 48px;
  }
  #main-desktop-nav .active > .mega-dropdown-menu.mega-dropdown-solutions > .sub-menu > li .sub-menu li .flex-icon .submenu-icon span {
    font-size: 36px;
    line-height: 48px;
  }
  #main-desktop-nav .active > .mega-dropdown-menu.mega-dropdown-solutions > .sub-menu > li .sub-menu li:hover {
    background: rgba(132, 129, 121, 0.2);
  }
  #main-desktop-nav .active > .mega-dropdown-menu.mega-dropdown-solutions > .sub-menu > li:first-child {
    border-right: 3px solid #efefef;
  }
  #main-desktop-nav .active > .mega-dropdown-menu.mega-dropdown-solutions > .sub-menu > li:first-child li .submenu-icon {
    background-color: #19bcb9;
  }
  #main-desktop-nav .active > .mega-dropdown-menu.mega-dropdown-solutions > .sub-menu > li:last-child li .submenu-icon {
    background-color: #f15928;
  }
  #main-desktop-nav .active > .mega-dropdown-menu .featured-offer {
    width: 280px;
    height: 280px;
    overflow: hidden;
  }
  #main-desktop-nav .active > .mega-dropdown-menu .featured-offer .grid-item.type-featured-offer {
    background: #19bcb9;
    height: 280px;
    width: 280px;
    margin: 0;
  }
  #main-desktop-nav .active > .mega-dropdown-menu .featured-offer .grid-item.type-featured-offer .article-header {
    height: 140px;
    overflow: hidden;
  }
  #main-desktop-nav .active > .mega-dropdown-menu .featured-offer .grid-item.type-featured-offer h2 {
    margin-bottom: 0;
  }
  #main-desktop-nav .active > .mega-dropdown-menu .featured-offer .grid-item.type-featured-offer h2 a {
    padding: 24px 24px 0;
    color: #3d3a32;
    font-weight: 600;
  }
  #main-desktop-nav .active > .mega-dropdown-menu .featured-offer .grid-item.type-featured-offer h4 a {
    font-size: 17px;
    line-height: 1.1;
    padding: 6px 24px 24px;
    font-weight: 400;
    color: white;
  }
  #main-desktop-nav .active > .mega-dropdown-menu .featured-offer .grid-item.type-featured-offer h4 a:after {
    content: "\00a0 \00bb";
  }
  #main-desktop-nav .active > .mega-dropdown-menu .featured-offer .grid-item.type-featured-offer .entry-image a {
    padding: 0;
  }
  #main-desktop-nav .active > .mega-dropdown-menu .featured-offer .grid-item.type-featured-offer .entry-image a img {
    width: 100%;
    height: 100%;
  }
  #main-desktop-nav .active > .mega-dropdown-menu.mega-dropdown-product .featured-offer .grid-item.type-featured-offer .article-header {
    height: 100px;
  }
  #main-desktop-nav .active > .mega-dropdown-menu.mega-dropdown-product .featured-offer .grid-item.type-featured-offer .article-header h2 a {
    padding-top: 18px;
  }
  #main-desktop-nav .active .dropdown-flex-item {
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    position: relative;
    /* Hack for buggy opacity transitions inside columns:
    	http://stackoverflow.com/questions/21974207/buggy-css-animate-transition-a-element-inside-a-column
    */
    overflow: hidden;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    -webkit-backface-visibility: hidden;
  }
  #main-desktop-nav .active .dropdown-flex-item .flex-icon {
    margin: auto;
  }
  #main-desktop-nav .active .dropdown-flex-item.solutions .flex-icon {
    width: 80px;
  }
  #main-desktop-nav .active .dropdown-flex-item.product .flex-icon {
    width: 72px;
  }
  #main-desktop-nav .active .dropdown-flex-item.integrations .flex-icon {
    width: 48px;
  }
  #main-desktop-nav .active .dropdown-flex-item.resources .flex-icon {
    width: 54px;
  }
  #main-desktop-nav .active .dropdown-flex-item .submenu-link-text {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: auto 0;
  }
  #main-desktop-nav .submenu-icon-solutions {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #14767e;
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    color: white;
  }
  #main-desktop-nav .submenu-icon-solutions span {
    font-size: 48px;
    line-height: 60px;
  }
  #main-desktop-nav .submenu-icon-product {
    display: block;
    width: 52px;
    height: 60px;
    background: url(../images/bg-hexagons.png) no-repeat;
    color: white;
    text-align: center;
    vertical-align: middle;
  }
  #main-desktop-nav .submenu-icon-product span {
    font-size: 36px;
    line-height: 60px;
  }
  #main-desktop-nav .submenu-icon-product span.icon-product-single-sign-on:before {
    line-height: 54px;
    padding-right: 6px;
  }
  #main-desktop-nav .submenu-icon-integrations, #main-desktop-nav .submenu-icon-resources {
    display: inline;
  }
  #main-desktop-nav .submenu-icon-integrations span, #main-desktop-nav .submenu-icon-resources span {
    display: inline;
    font-size: 36px;
    vertical-align: middle;
  }
  #main-desktop-nav .submenu-link-text {
    line-height: 20px;
    margin-left: 64px;
  }
  #main-desktop-nav .sub-menu li:nth-child(3n+1) .submenu-icon-product {
    background-position: 0 0;
  }
  #main-desktop-nav .sub-menu li:nth-child(3n+1) .submenu-icon-integrations span, #main-desktop-nav .sub-menu li:nth-child(3n+1) .submenu-icon-resources span {
    color: #14767e;
  }
  #main-desktop-nav .sub-menu li:nth-child(3n+2) .submenu-icon-product {
    background-position: -137px 0;
  }
  #main-desktop-nav .sub-menu li:nth-child(3n+2) .submenu-icon-solutions {
    background-color: #19bcb9;
  }
  #main-desktop-nav .sub-menu li:nth-child(3n+2) .submenu-icon-integrations span, #main-desktop-nav .sub-menu li:nth-child(3n+2) .submenu-icon-resources span {
    color: #19bcb9;
  }
  #main-desktop-nav .sub-menu li:nth-child(3n+3) .submenu-icon-product {
    background-position: -275px 0;
  }
  #main-desktop-nav .sub-menu li:nth-child(3n+3) .submenu-icon-solutions {
    background-color: #f15928;
  }
  #main-desktop-nav .sub-menu li:nth-child(3n+3) .submenu-icon-integrations span, #main-desktop-nav .sub-menu li:nth-child(3n+3) .submenu-icon-resources span {
    color: #f15928;
  }
  #main-desktop-nav .featured-resource-onleft .sub-menu {
    order: 2;
  }
  #main-desktop-nav .featured-resource-onleft .featured-offer {
    order: 1;
  }

  #main-desktop-nav li.current-menu-item a, #main-desktop-nav .current-page-ancestor a,
  .single-resource #main-desktop-nav li.menu-item-48 a,
  .tax-resource_type #main-desktop-nav li.menu-item-48 a,
  .tax-resource_category #main-desktop-nav li.menu-item-48 a,
  .post-type-archive-integration #main-desktop-nav li.menu-item-29733 a,
  .single-integration #main-desktop-nav li.menu-item-29733 a,
  .tax-integration_category #main-desktop-nav li.menu-item-29733 a {
    color: #14767e;
    font-weight: 700;
  }

  /* OLD IE HACKS for the megadropdowns */
  html.no-flexbox #main-nav-bar .mega-dropdown-menu .sub-menu li {
    display: inline-block !important;
    border: none;
    padding: 0;
    margin: 0;
  }
  html.no-flexbox #main-nav-bar .mega-dropdown-menu .sub-menu li a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }
  html.no-flexbox #main-nav-bar .mega-dropdown-menu .sub-menu .dropdown-flex-item {
    display: table-row;
  }
  html.no-flexbox #main-nav-bar .mega-dropdown-menu .sub-menu .dropdown-flex-item .flex-icon, html.no-flexbox #main-nav-bar .mega-dropdown-menu .sub-menu .dropdown-flex-item .submenu-link-text {
    display: table-cell;
    vertical-align: middle;
  }
  html.no-flexbox #main-nav-bar .mega-dropdown-menu .sub-menu .dropdown-flex-item .flex-icon {
    padding: 12px;
  }
  html.no-flexbox #main-nav-bar .mega-dropdown-menu .sub-menu .dropdown-flex-item .submenu-link-text {
    margin-top: 30px;
  }
  html.no-flexbox #main-nav-bar .mega-dropdown-menu .featured-offer {
    display: none;
  }
  html.no-flexbox #main-nav-bar .mega-dropdown-menu.mega-dropdown-solutions li a {
    width: 50%;
  }
  html.no-flexbox #main-nav-bar .mega-dropdown-menu.mega-dropdown-solutions > .sub-menu > li {
    width: 100% !important;
  }
  html.no-flexbox #main-nav-bar .mega-dropdown-menu.mega-dropdown-solutions > .sub-menu > li > a > .submenu-link-text {
    padding: 23px 24px 0 !important;
  }
  html.no-flexbox #main-nav-bar .mega-dropdown-menu.mega-dropdown-product li a {
    width: 33% !important;
  }
  html.no-flexbox #main-nav-bar .mega-dropdown-menu.mega-dropdown-integrations li a {
    width: 19.5% !important;
    height: 64px !important;
  }
  html.no-flexbox #main-nav-bar .mega-dropdown-menu.mega-dropdown-resources li a {
    width: 24.5% !important;
  }

  html.no-rgba #main-nav-bar .mega-dropdown-menu {
    border: 2px solid #e7e4da !important;
  }

  .ripple {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    pointer-events: none;
    background: rgba(132, 129, 121, 0.2);
    transform: scale(0);
  }

  .mega-dropdown-menu .ripple-effect {
    -webkit-animation: ripple .8s ease-out;
    animation: ripple .8s ease-out;
  }

  .dropdown-flex-item .ripple, .solutions-callout .ripple {
    background: #fff;
  }
  .dropdown-flex-item .ripple-effect, .solutions-callout .ripple-effect {
    -webkit-animation: ripple 0.5s ease-out;
    animation: ripple 0.5s ease-out;
  }

  @keyframes ripple {
    from {
      transform: scale(0);
      opacity: 0.4;
    }
    to {
      transform: scale(2);
      opacity: 0;
    }
  }
  @-webkit-keyframes ripple {
    from {
      transform: scale(0);
      opacity: 0.4;
    }
    to {
      transform: scale(2);
      opacity: 0;
    }
  }
  #meta-nav-bar {
    display: block;
    background-color: #3d3a32;
  }
  #meta-nav-bar .wrap {
    max-width: 9999999px;
    width: 96%;
  }
  #meta-nav-bar .wrap .demo-button, #meta-nav-bar .wrap #main-meta-nav, #meta-nav-bar .wrap .searchform {
    float: right;
  }
  #meta-nav-bar .wrap .button.demo-button, #meta-nav-bar .wrap .echo-submit-auth .demo-button.echo-clickable, .echo-submit-auth #meta-nav-bar .wrap .demo-button.echo-clickable, #meta-nav-bar .wrap .echo-button button.demo-button.echo-submit-postButton, .echo-button #meta-nav-bar .wrap button.demo-button.echo-submit-postButton, #meta-nav-bar .wrap .demo-button.widget_btn, #meta-nav-bar .wrap .mktoForm .demo-button.mktoButton, .mktoForm #meta-nav-bar .wrap .demo-button.mktoButton, #meta-nav-bar .wrap .mktoForm input.demo-button[type="submit"], .mktoForm #meta-nav-bar .wrap input.demo-button[type="submit"], #meta-nav-bar .wrap .mktoForm button.demo-button[type="submit"], .mktoForm #meta-nav-bar .wrap button.demo-button[type="submit"] {
    font-size: 16px;
    padding: 4px 13px;
  }
  #meta-nav-bar .wrap .searchform {
    padding-top: 5px;
  }
  #meta-nav-bar .profile a {
    text-transform: none;
    font-weight: 300;
    font-size: 15px;
  }
  #meta-nav-bar .profile .avatar {
    height: 24px;
    width: auto;
    line-height: 24px;
    display: inline-block;
    border-radius: 2px;
    margin-right: .5em;
    vertical-align: middle;
  }

  /*
  .flexbox #meta-nav-bar .wrap {
  	@include flexbox();
  	@include justify-content(flex-end);
  	@include align-items(center);
  }
  */
  #main-meta-nav ul {
    padding: 0 20px;
  }
  #main-meta-nav ul a {
    color: #ecebe8;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
  }

  #logo a {
    width: 170px;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    /* end .menu ul li */
  }
  .nav li {
    float: left;
    position: relative;
  }
  .nav li a {
    border-bottom: 0;
  }

  /* end .nav */
  /*********************
  PAGE HEADER STYLES
  *********************/
  .image-header {
    min-height: 360px;
  }
  .image-header.header-text {
    width: 50%;
  }

  .home-banner .homepage-banners li {
    max-height: 360px !important;
  }
  .home-banner .homepage-banner-nav ul.nav > li:after {
    display: none;
  }

  #home-header .header-text, #microsite-home-header .header-text, #product-header .header-text {
    width: 430px;
  }
  #home-header h1, #home-header .h1, #home-header h3, #microsite-home-header h1, #microsite-home-header .h1, #microsite-home-header h3, #product-header h1, #product-header .h1, #product-header h3 {
    width: auto;
  }
  #home-header .h1, #microsite-home-header .h1, #product-header .h1 {
    font-size: 2.4em;
  }
  #home-header h3, #home-header p, #microsite-home-header h3, #microsite-home-header p, #product-header h3, #product-header p {
    font-size: 1.4em;
  }
  #home-header h4, #microsite-home-header h4, #product-header h4 {
    float: none;
    margin-right: 0;
  }
  #home-header h4 a, #microsite-home-header h4 a, #product-header h4 a {
    padding: 20px 17px;
    font-size: 19px;
  }
  #home-header p, #microsite-home-header p, #product-header p {
    margin: 18px 0;
  }
  #home-header .banner_foreground, #microsite-home-header .banner_foreground, #product-header .banner_foreground {
    display: block;
    position: absolute;
    left: 430px;
    bottom: 0;
  }
  #home-header .banner_foreground.bottom, #microsite-home-header .banner_foreground.bottom, #product-header .banner_foreground.bottom {
    bottom: -200px;
  }

  #home-header .header-drawer,
  #microsite-home-header .header-drawer {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #3d3a32;
    width: 280px;
    height: 100%;
    padding: 20px 30px;
    -webkit-transition: top 0.5s ease;
    -transition: top 0.5s ease;
    transition: top 0.5s ease;
  }
  #home-header .header-drawer .handle,
  #microsite-home-header .header-drawer .handle {
    position: absolute;
    width: 100%;
    height: 60px;
    background-color: #e7e4da;
    color: #3d3a32;
    top: -60px;
    right: 0;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    padding-top: 22px;
    box-shadow: -8px -8px 8px rgba(132, 129, 121, 0.5);
    border-radius: 6px 0 0 0;
  }
  #home-header .header-drawer .handle .icon-arrow-right-open,
  #microsite-home-header .header-drawer .handle .icon-arrow-right-open {
    display: none;
  }
  #home-header .header-drawer .handle .handle-inner,
  #microsite-home-header .header-drawer .handle .handle-inner {
    white-space: nowrap;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 60px;
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial;
    font-weight: 700;
    padding-left: 18px;
  }
  #home-header .header-drawer .handle .handle-inner .icon-fire,
  #microsite-home-header .header-drawer .handle .handle-inner .icon-fire {
    color: #f15928;
    font-size: 30px;
    line-height: 60px;
    margin-right: 12px;
    vertical-align: middle;
  }
  #home-header .header-drawer.show,
  #microsite-home-header .header-drawer.show {
    right: 0;
    top: 0;
  }
  #home-header .header-drawer.show .handle .icon-arrow-right-open,
  #microsite-home-header .header-drawer.show .handle .icon-arrow-right-open {
    display: inline;
  }
  #home-header .header-drawer.show .handle .icon-arrow-left-open,
  #microsite-home-header .header-drawer.show .handle .icon-arrow-left-open {
    display: none;
  }
  #home-header .header-drawer h4,
  #microsite-home-header .header-drawer h4 {
    color: #fff;
    font-weight: 200;
    font-size: 22px;
  }
  #home-header .header-drawer .widget-area,
  #microsite-home-header .header-drawer .widget-area {
    margin: 30px 0 0 0;
  }
  #home-header .header-drawer .widget-area .widget,
  #microsite-home-header .header-drawer .widget-area .widget {
    margin: 0;
    padding: 0;
    color: #fff;
  }
  #home-header .header-drawer .widget-area .widget ul, #home-header .header-drawer .widget-area .widget ol,
  #microsite-home-header .header-drawer .widget-area .widget ul,
  #microsite-home-header .header-drawer .widget-area .widget ol {
    margin: 0;
  }
  #home-header .header-drawer .widget-area h4.widgettitle,
  #microsite-home-header .header-drawer .widget-area h4.widgettitle {
    border: none;
    margin: 0 0 5px 0;
  }
  #home-header .header-drawer .widget-area .widget_latest_tweets_widget,
  #microsite-home-header .header-drawer .widget-area .widget_latest_tweets_widget {
    position: relative;
  }
  #home-header .header-drawer .widget-area .latest-tweets,
  #microsite-home-header .header-drawer .widget-area .latest-tweets {
    color: #fff;
    margin-left: 35px;
  }
  #home-header .header-drawer .widget-area .latest-tweets a,
  #microsite-home-header .header-drawer .widget-area .latest-tweets a {
    color: #fff;
  }
  #home-header .header-drawer .widget-area .latest-tweets p,
  #microsite-home-header .header-drawer .widget-area .latest-tweets p {
    margin: 0;
    font-size: 15px;
    line-height: 1.15em;
  }
  #home-header .header-drawer .widget-area .latest-tweets .tweet-details,
  #microsite-home-header .header-drawer .widget-area .latest-tweets .tweet-details {
    font-size: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #home-header .header-drawer .widget-area .latest-tweets .tweet-details a,
  #microsite-home-header .header-drawer .widget-area .latest-tweets .tweet-details a {
    display: block;
    color: #19bcb9;
    text-decoration: none;
    width: 100%;
    height: 100%;
  }
  #home-header .header-drawer .widget-area .latest-tweets .tweet-details time,
  #microsite-home-header .header-drawer .widget-area .latest-tweets .tweet-details time {
    display: none;
  }
  #home-header .header-drawer .grid-wrapper h3,
  #microsite-home-header .header-drawer .grid-wrapper h3 {
    margin: 0 0 18px 0;
  }
  #home-header .header-drawer .grid-wrapper .grid-item.type-resource, #home-header .header-drawer .grid-wrapper .grid-item.type-post,
  #microsite-home-header .header-drawer .grid-wrapper .grid-item.type-resource,
  #microsite-home-header .header-drawer .grid-wrapper .grid-item.type-post {
    margin: 0;
  }

  .grid-wrapper .event-row header .sep {
    display: inline;
    height: auto;
  }

  #home-secondary .solutions-callouts {
    max-width: 1120px;
    margin: 0 auto 20px;
    position: relative;
  }
  #home-secondary .solutions-callouts .motion-arrows {
    display: block;
    position: absolute;
    height: 52px;
    top: 138px;
    left: 18%;
    right: 18%;
    z-index: 0;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(127, 127, 127, 0.5) 10px, rgba(127, 127, 127, 0.5) 20px);
    -webkit-animation: animatedBackground 6s ease alternate infinite;
    animation: animatedBackground 6s ease alternate infinite;
  }
  #home-secondary .solutions-callouts .motion-arrows .motion-arrows-inside {
    margin: 1px;
    background: #f9f9f7;
    height: 50px;
    content: " ";
  }
  #home-secondary .solutions-callouts .motion-arrows:before, #home-secondary .solutions-callouts .motion-arrows:after {
    content: " ";
    width: 93px;
    height: 28px;
    position: absolute;
  }
  #home-secondary .solutions-callouts .motion-arrows:before {
    top: -14px;
    left: 48px;
    background-image: url('../images/secondary-motion-arrows-l.png?1432136382');
    -webkit-animation: moving-arrows-right ease-in 1s infinite;
    animation: moving-arrows-right ease-in 1s infinite;
  }
  #home-secondary .solutions-callouts .motion-arrows:after {
    bottom: -14px;
    right: 48px;
    background-image: url('../images/secondary-motion-arrows-r.png?1432136382');
    -webkit-animation: moving-arrows-left ease-in 1s infinite;
    animation: moving-arrows-left ease-in 1s infinite;
  }
  #home-secondary .solutions-callout {
    z-index: 2;
  }
  #home-secondary .solutions-callout:first-child {
    margin-left: 0;
  }
  #home-secondary .solutions-callout:last-child {
    float: right;
  }

  #product-header h1 {
    font-size: 2.5em;
  }
  #product-header p {
    font-size: 1.2em;
  }

  /*********************
  CONTENT SECTIONS STYLES
  *********************/
  .home .company-logo, .page-template-page-microsite-home-php .company-logo {
    width: 130px;
  }
  .home .company-logo .logo-image, .page-template-page-microsite-home-php .company-logo .logo-image {
    padding: 0 20px;
  }

  a.companies-link {
    clear: none;
    right: 0;
  }

  .content-section .inner-content {
    margin-top: 80px;
  }
  .content-section .inner-content.vertical-center {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .content-section .entry-content {
    font-size: 18px;
  }
  .content-section .entry-content h2 {
    font-size: 1.5em;
  }
  .content-section .entry-content a.learn-more-link {
    font-size: 19px;
  }
  .content-section .section-text {
    padding-top: 0;
  }

  .flexbox .content-section .entry-content .section-image {
    width: 35%;
  }
  .flexbox .content-section .entry-content .section-text {
    width: 61.6666%;
  }

  .product-section .inner-content {
    position: relative;
    padding: 80px 0 0;
    border-top: 3px solid #e7e4da;
  }
  .product-section.product-detail-section .inner-content {
    padding-top: 50px;
    border: none;
    margin-top: 0;
  }
  .product-section.product-detail-section .push-content-left {
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .product-section.product-detail-section .push-content-left.reset-push {
    max-width: 960px !important;
    padding: 140px 0 0 !important;
  }
  .product-section .hexagon {
    display: block;
    font-size: 30px;
    width: 64px;
    height: 74px;
    line-height: 74px;
    background: url(../images/bg-hexagons-lg.png) no-repeat;
    position: absolute;
    left: 50%;
    top: -35px;
    margin-left: -26px;
  }
  .product-section .hexagon.engagement, .product-section .hexagon.registration {
    background-position: -169px 0;
  }
  .product-section .hexagon.profile-data-storage, .product-section .hexagon.customer-insights {
    background-position: -339px 0;
  }
  .product-section .hexagon.integrations, .product-section .hexagon.single-sign-on {
    font-size: 35px;
  }

  .solutions-section .inner-content {
    position: relative;
    padding: 80px 0 0;
    border-top: 3px solid #e7e4da;
  }
  .solutions-section.solutions-detail-section .inner-content {
    padding: 50px 20px 0;
    border: none;
    margin-top: 0;
  }
  .solutions-section .tile-rounded {
    display: block;
    font-size: 60px;
    text-align: center;
    width: 74px;
    height: 74px;
    border-radius: 9px;
    line-height: 70px;
    background: #14767e;
    position: absolute;
    left: 50%;
    top: -35px;
    margin-left: -26px;
  }
  .solutions-section .tile-rounded.personalization, .solutions-section .tile-rounded.customer-care {
    background: #f15928;
  }
  .solutions-section .tile-rounded.crm, .solutions-section .tile-rounded.customer-insights {
    background: #19bcb9;
  }
  .solutions-section .tile-rounded.access-management {
    padding-bottom: 2px;
    line-height: 70px;
  }
  .solutions-section .tile-rounded.crm {
    overflow: hidden;
  }

  .solutions-type-col {
    float: left;
    width: 50%;
    padding: 40px 6% 20px;
  }
  .solutions-type-col:first-child {
    border-right: 3px solid #e7e5df;
  }

  .dark-solutions-component-header .platform-image {
    width: 200px;
    height: 190px;
    background-image: url(../images/solution/honeycomb.png);
    background-size: 200px 190px;
    margin: -50px 9px -50px 0;
    float: left;
  }
  .dark-solutions-component-header h2 {
    line-height: 90px;
    margin: 0;
  }

  .solution-inner-content {
    display: block;
    display: -ms-flexbox;
    display: flex;
  }
  .solution-inner-content .solutions-main-column {
    flex: 1;
    padding-right: 24px;
  }
  .solution-inner-content .solutions-sidebar-column {
    width: 350px;
    padding: 0;
  }

  .solutions-components {
    margin-left: 5.801104972%;
    width: 82.87292817100001%;
  }

  .testimonials .wrap {
    margin: 0 auto;
  }

  .testimonial-block {
    width: 33.3333%;
    height: 200px;
    float: left;
    overflow: hidden;
  }
  .testimonial-block.text-testimonial {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .testimonial-block.video-testimonial {
    width: 33.3333%;
  }

  p.quote {
    font-size: 16px;
  }

  p.quote-attribute {
    font-size: 15px;
  }

  .first-col {
    width: 33.3333%;
    height: 200px;
    float: left;
  }
  .first-col .testimonial-block {
    width: 100%;
    float: none;
  }

  .testimonial-block.featured-block {
    width: 66.6666%;
    height: 400px;
  }
  .testimonial-block.featured-block p.quote {
    font-size: 35px;
    word-wrap: break-word;
  }
  .testimonial-block.featured-block p.quote-attribute {
    font-size: 21px;
  }

  .testimonial-block.proof-block {
    width: 66.666%;
  }
  .testimonial-block.proof-block .quote {
    font-size: 22px;
    word-wrap: break-word;
  }
  .testimonial-block.proof-block .quote p {
    margin: 0;
  }
  .testimonial-block.proof-block .proof-image {
    width: 45%;
    text-align: center;
    float: left;
  }
  .testimonial-block.proof-block .testimonial-content {
    width: 66%;
    float: left;
  }

  .testimonial-block .video-link img {
    max-width: 380px;
    position: absolute;
    left: 50%;
    margin-left: -190px;
  }
  .testimonial-block .video-link .video-overlay {
    top: 50px;
  }

  .testimonial-block.full-block {
    width: 100%;
    height: auto;
  }
  .testimonial-block.full-block .testimonial-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .testimonial-block.full-block p.quote {
    font-size: 35px;
  }
  .testimonial-block.full-block p.quote-attribute {
    font-size: 21px;
  }

  .callout-buttons .inner-content {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .callout-buttons .callout-text {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  .callout-buttons .button, .callout-buttons .echo-submit-auth .echo-clickable, .echo-submit-auth .callout-buttons .echo-clickable, .callout-buttons .echo-button button.echo-submit-postButton, .echo-button .callout-buttons button.echo-submit-postButton, .callout-buttons .widget_btn, .callout-buttons .mktoForm .mktoButton, .mktoForm .callout-buttons .mktoButton, .callout-buttons .mktoForm input[type="submit"], .mktoForm .callout-buttons input[type="submit"], .callout-buttons .mktoForm button[type="submit"], .mktoForm .callout-buttons button[type="submit"], .callout-buttons .contact-form-wrapper .mktoForm button.mktoButton, .contact-form-wrapper .mktoForm .callout-buttons button.mktoButton {
    margin-bottom: 0;
  }

  /*********************
  PRODUCT
  *********************/
}
@media only screen and (min-width: 768px) and (min-width: 855px) {
  .product-menu-wrapper, .product-menu {
    height: 100px;
  }

  /* Tertiary subpages of /product get both the product menu and the
   * breadcrumb list. Don't double the padding in this case, otherwise
   * content gets pushed too far down the page.
   */
  .product-menu-wrapper + .page .breadcrumbs {
    padding-bottom: 0;
  }

  .product-menu-wrapper.sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 76px;
    z-index: 199;
  }

  .product-menu, .solutions-menu {
    font-size: 12px;
    z-index: 199;
  }
  .product-menu ul, .solutions-menu ul {
    margin: 0 -20px;
  }
  .product-menu ul li, .solutions-menu ul li {
    margin-bottom: 0;
  }
  .product-menu ul li a, .product-menu ul li a:visited, .solutions-menu ul li a, .solutions-menu ul li a:visited {
    margin: 0 10px;
  }
  .product-menu ul li.product-nav-profile-data-storage a, .product-menu ul li.product-nav-profile-data-storage a:visited, .product-menu ul li.product-nav-single-sign-on a, .product-menu ul li.product-nav-single-sign-on a:visited, .solutions-menu ul li.product-nav-profile-data-storage a, .solutions-menu ul li.product-nav-profile-data-storage a:visited, .solutions-menu ul li.product-nav-single-sign-on a, .solutions-menu ul li.product-nav-single-sign-on a:visited {
    margin: 0;
  }
  .product-menu ul li.product-nav-engagement a, .solutions-menu ul li.product-nav-engagement a {
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    letter-spacing: -.08em;
  }
  .product-menu.fixed, .solutions-menu.fixed {
    position: fixed;
    width: 100%;
    top: 76px;
  }
}
@media only screen and (min-width: 768px) {
  .feature-comparison-header-wrapper.fixed {
    position: fixed;
    width: 100%;
    top: 76px;
  }

  .product-menu ul li {
    width: 16.666%;
  }

  .solutions-menu ul li {
    width: 20%;
  }

  /*********************
  INTEGRATIONS
  *********************/
  .integration .inner-content {
    position: relative;
  }
  .integration .inner-content .entry-content hr {
    clear: right;
  }

  .integration-header .integration-logo {
    width: 200px;
    float: right;
    margin: 12px;
  }
  .integration-header .article-header, .integration-header .entry-content {
    margin-left: 250px;
  }

  .integration-features ul {
    width: 48%;
    float: left;
    padding-right: 2%;
  }

  /*********************
  BLOG STYLES
  *********************/
  .article-listing .hentry h2 {
    font-size: 2.3em;
  }

  .author-photo-links {
    float: left;
    width: 22%;
  }
  .author-photo-links .author-links ul.social-buttons li {
    height: 50px;
  }
  .author-photo-links .author-links ul.social-buttons li a {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 48px;
  }

  .author-description {
    margin-left: 25%;
  }

  /*********************
  POST STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /*********************
  GRID & FILTERS
  *********************/
  .filters-sidebar h3 {
    padding: 0;
  }

  .filter-sidebar-toggle {
    display: none;
  }

  #filter-sidebar-content {
    display: block !important;
    padding: 0;
  }

  .filters ul {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
  .filters ul li {
    margin-bottom: 5px;
  }
  .filters ul li label, .filters ul li .filter-link {
    display: block;
    cursor: pointer;
    padding: 2px 10px;
    border-radius: 6px;
    zoom: 1;
  }
  .filters ul li label:hover, .filters ul li .filter-link:hover {
    background-color: #e7e4da;
  }
  .filters ul li label:before, .filters ul li label:after, .filters ul li .filter-link:before, .filters ul li .filter-link:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .filters ul li label:after, .filters ul li .filter-link:after {
    clear: both;
  }
  .filters ul li .posts-incategory {
    border-radius: 6px;
    padding: .25em 1em 0;
    background-color: #e7e4da;
    margin-bottom: 0;
  }
  .filters ul li .posts-incategory li.current-page {
    font-weight: 600;
  }
  .filters ul li .posts-incategory li.current-page a {
    cursor: default;
  }
  .filters ul li .posts-incategory li.current-page a:hover {
    text-decoration: none;
  }
  .filters ul li .posts-incategory a {
    color: #848179;
    text-decoration: none;
  }
  .filters ul li .posts-incategory a:hover {
    text-decoration: underline;
  }

  .filters-sidebar h3 span {
    display: none;
  }
  .filters-sidebar .toggle-link {
    cursor: default;
  }
  .filters-sidebar .toggle-content {
    display: block !important;
  }

  .filters-sidebar {
    padding-top: 20px;
  }

  .grid-wrapper .grid-item.type-resource, .grid-wrapper .grid-item.type-post {
    margin: 0 20px 20px 0;
  }
  .grid-wrapper .grid-item.type-resource.featured, .grid-wrapper .grid-item.type-post.featured {
    width: 460px;
  }
  .grid-wrapper .grid-item.type-integration {
    width: 230px;
    height: 280px;
  }
  .grid-wrapper .grid-item.type-customers {
    width: 230px;
    height: 160px;
  }
  .grid-wrapper.featured-customer-grid-wrapper {
    display: block;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
  }
  .grid-wrapper.featured-customer-grid-wrapper .grid-item {
    width: 359px;
    height: 194px;
    margin-left: 31px;
  }
  .grid-wrapper.featured-customer-grid-wrapper > .grid-item:first-child, .grid-wrapper.featured-customer-grid-wrapper > a:first-child .grid-item {
    margin-left: 0;
  }

  /*********************
  RELATED RESOURCES
  *********************/
  .related-resources {
    margin: 0 auto;
  }
  .related-resources #related-resources-sidebar {
    padding: 20px 20px 0 0;
  }
  .related-resources .grid-wrapper {
    float: left;
    height: 285px;
    width: auto;
  }
  .related-resources.resources-1 {
    width: 420px;
  }
  .related-resources.resources-2 {
    width: 660px;
  }
  .related-resources.resources-3 {
    width: 720px;
  }
  .related-resources.resources-3 #related-resources-sidebar {
    width: auto;
    float: none;
    padding: 0;
  }
  .related-resources.resources-3 .grid-wrapper {
    float: none;
  }

  /*********************
  YOUR CUSTOMER
  *********************/
  #customer-wrapper {
    position: relative;
  }

  .customer-background {
    position: relative;
    width: 100%;
  }

  #customer-background-3 {
    background: #f7f5ed;
  }

  .customer-section {
    padding: 20px 0;
  }

  .customer-text {
    width: 50%;
    margin-left: 50%;
    padding: 50px 20px 0 20px;
    font-size: 20px;
  }
  .customer-text h2 {
    font-size: 40px;
    margin-bottom: 0;
  }
  .customer-text p {
    margin: 10px 0 0 0;
  }
  .customer-text .sharing-buttons a {
    font-size: 38px;
    margin: 0 8px;
  }

  .customer-image-static {
    width: 50%;
    float: left;
  }
  .customer-image-static img {
    margin: 0 auto;
  }

  #customer-3 .customer-image-static {
    padding-top: 100px;
  }

  .customer-image-mobile {
    display: none;
  }

  /*********************
  NEWSROOM
  *********************/
  .article-main {
    margin-left: 0;
  }

  .article-sidebar {
    float: right;
  }

  /*********************
  CONTACT PAGES
  *********************/
  .get-started .sidebar-header, .newsletter-signup .sidebar-header {
    text-align: center;
  }
  .get-started .sidebar-header h4, .newsletter-signup .sidebar-header h4 {
    margin-bottom: 0;
    font-weight: normal;
    color: #565656;
  }
  .get-started .get-started-main, .newsletter-signup .get-started-main {
    margin-left: 0;
  }
  .get-started .get-started-sidebar, .newsletter-signup .get-started-sidebar {
    float: right;
  }
  .get-started .get-started-sidebar:first-child, .newsletter-signup .get-started-sidebar:first-child {
    margin-top: 0;
  }

  .contact-greeting-box {
    position: relative;
    overflow: visible;
  }
  .contact-greeting-box:before, .contact-greeting-box:after {
    content: " ";
    display: block;
    position: absolute;
    border-right: 1.5em solid #f9f9f7;
    border-top: .75em solid transparent;
    border-bottom: .75em solid transparent;
    bottom: 1em;
    left: -1.5em;
  }
  .contact-greeting-box:before {
    border-right-color: black;
    z-index: -1;
    -webkit-filter: url(#blur_shadow);
    filter: url(#blur_shadow);
  }

  /*********************
  RESOURCE DETAIL
  *********************/
  .resource-main {
    width: 51.5%;
    float: left;
  }
  .resource-main.resource-full {
    width: 100%;
  }

  .resource-sidebar {
    width: 330px;
    float: right;
  }

  .page-template-page-basic-signup-php .resource-main,
  .page-template-page-subscription-signup-php .resource-main {
    width: 676px;
  }
  .page-template-page-basic-signup-php .resource-sidebar,
  .page-template-page-subscription-signup-php .resource-sidebar {
    width: 432px;
  }

  a.engage-signin {
    margin-left: 20px;
    width: 135px;
  }

  .resource-video a.video-link {
    width: 550px;
    height: 287px;
  }
  .resource-video a.video-link .video-overlay {
    top: 93px;
  }

  .hentry .entry-content .blockquote-callout {
    margin-right: -365px;
  }
  .hentry .entry-content .blockquote-callout .bq-article {
    min-width: 600px;
  }

  /*********************
  TEAM & BOARD STYLES
  *********************/
  .team-image {
    width: 180px;
  }

  .team-info {
    margin-left: 210px;
  }

  /*********************
  SEARCH STYLES
  *********************/
  .search-header .inner-content {
    position: relative;
  }

  .other-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 310px;
    padding: 20px 0;
  }
  .other-search .button, .other-search .echo-submit-auth .echo-clickable, .echo-submit-auth .other-search .echo-clickable, .other-search .echo-button button.echo-submit-postButton, .echo-button .other-search button.echo-submit-postButton, .other-search .widget_btn, .other-search .mktoForm .mktoButton, .mktoForm .other-search .mktoButton, .other-search .mktoForm input[type="submit"], .mktoForm .other-search input[type="submit"], .other-search .mktoForm button[type="submit"], .mktoForm .other-search button[type="submit"], .other-search .contact-form-wrapper .mktoForm button.mktoButton, .contact-form-wrapper .mktoForm .other-search button.mktoButton {
    font-size: 19px;
    padding: 15px 17px;
    float: none;
    text-align: center;
    width: 100%;
  }

  .search-results .pagination {
    float: right;
    clear: both;
  }

  /*********************
  CONTACT US
  *********************/
  .contact-form-wrapper {
    padding: 35px 40px;
  }

  .office-listing {
    width: 33%;
    float: left;
    margin: 0;
  }
  .office-listing li {
    height: auto;
  }

  #office-listing-3 {
    clear: none;
    width: 33%;
  }
  #office-listing-3 li {
    width: 100%;
    float: none;
  }

  /*********************
  NEWSLETTER
  *********************/
  .newsletter-form-wrapper {
    margin-top: 40px;
  }
  .newsletter-form-wrapper .contact-form-wrapper {
    padding-top: 25px;
  }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 2.2em;
  }

  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }

  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }

  /*********************
  404 SITEMAP
  *********************/
  ul.nav.sitemap-nav {
    margin: 18px 0 18px 0;
  }
  ul.nav.sitemap-nav li {
    width: 25%;
    float: left;
  }
  ul.nav.sitemap-nav li.menu-item-has-children ul.sub-menu {
    margin: 0;
  }

  #post-not-found .entry-content {
    padding: 40px 0 0;
  }

  /*********************
  FOOTER STYLES
  *********************/
  .footer {
    padding: 30px 0 110px 0;
  }

  .wrap#inner-footer {
    width: 94%;
    margin: 0 auto;
  }

  #footer-social-links {
    position: relative;
  }
  #footer-social-links ul.nav.footer-social-links {
    padding-left: 0;
  }
  #footer-social-links .addthis_toolbox.addthis_32x32_style {
    padding-left: 0;
  }

  ul.nav.footer-links {
    padding-left: 0;
  }
  ul.nav.footer-links li {
    font-size: 1.1em;
    line-height: 1em;
  }
  ul.nav.footer-links li:first-child {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #19bcb9;
  }
  ul.nav.footer-links li a {
    padding: 0;
  }

  ul.nav.footer-nav {
    border-top: none;
  }
  ul.nav.footer-nav li {
    text-transform: uppercase;
    width: 25%;
    float: left;
    border-bottom: none;
  }
  ul.nav.footer-nav li a {
    display: inline;
    padding: 0;
  }
  ul.nav.footer-nav li.menu-item-has-children {
    background-color: transparent;
    background-image: none !important;
  }
  ul.nav.footer-nav li.menu-item-has-children a {
    display: block;
    background-color: transparent;
  }
  ul.nav.footer-nav li.menu-item-has-children ul.sub-menu {
    padding: 0;
    display: block !important;
  }
  ul.nav.footer-nav li.menu-item-has-children ul.sub-menu li {
    text-transform: none;
    width: auto;
    float: none;
  }
  ul.nav.footer-nav li.menu-item-has-children ul.sub-menu li a {
    padding: 6px 0;
  }

  #footer-privacy {
    max-width: 360px;
    padding: 20px 0;
  }

  .hero-banner {
    min-height: 441px;
  }
  .hero-banner .page-title {
    text-align: left;
  }
  .hero-banner .entry-content .floating-block {
    margin-top: -40px;
    margin-left: 40px;
    float: right;
  }

  .cross--content > div {
    display: table-cell;
  }
  .cross--content .cross-content-type {
    text-align: left;
    padding-right: 24px;
  }
  .cross--content .resource-icon, .cross--content a .featured-customer-link-indicator, a .cross--content .featured-customer-link-indicator {
    margin: 0 0 20px 0;
  }

  .home-banner .homepage-banner-nav {
    font-size: 1em;
  }
  .home-banner .homepage-banner-nav ul.nav > li {
    width: 300px;
    margin-right: 18px;
  }
  .home-banner .homepage-banner-nav ul.nav > li:after {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 930px) {
  #home-header .widget-area {
    display: none;
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1220px) {
  #home-header .widget-area {
    display: none;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: Janrain
  Author: Subtext
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .content, .content.fixed-nav {
    padding-top: 114px;
  }

  .content.with-header-image, .content.fixed-nav.with-header-image {
    padding-top: 38px;
  }
  body[class*="page-template-page-microsite"] .content.with-header-image, body[class*="page-template-page-microsite"] .content.fixed-nav.with-header-image {
    padding-top: 0;
  }

  .content.no-padding, .content.fixed-nav.no-padding {
    padding-top: 0;
  }

  /*********************
  HEADER STYLES
  *********************/
  #main-nav-bar {
    position: absolute;
    top: 38px;
    width: 100%;
    z-index: 500;
  }
  body[class*="page-template-page-microsite"] #main-nav-bar {
    top: 0;
  }

  #meta-nav-bar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500;
    width: 100%;
  }

  #main-desktop-nav ul a {
    padding: 23px 40px;
  }

  /*********************
  PAGE HEADER STYLES
  *********************/
  .image-header .header-text-wrapper {
    bottom: 20px;
  }

  .home-banner .homepage-banners li {
    max-height: 517px !important;
  }

  #home-header .header-text, #microsite-home-header .header-text, #product-header .header-text, #solutions-header .header-text {
    width: 530px;
  }
  #home-header .h1, #microsite-home-header .h1, #product-header .h1, #solutions-header .h1 {
    font-size: 3em;
    line-height: .9em;
  }
  #home-header h3, #home-header p, #microsite-home-header h3, #microsite-home-header p, #product-header h3, #product-header p, #solutions-header h3, #solutions-header p {
    color: #fff;
    font-size: 1.8em;
  }
  #home-header p, #microsite-home-header p, #product-header p, #solutions-header p {
    margin: 18px 0 0;
  }
  #home-header .banner_foreground, #microsite-home-header .banner_foreground, #product-header .banner_foreground, #solutions-header .banner_foreground {
    left: 600px;
  }
  #home-header .banner-menu-wrapper, #microsite-home-header .banner-menu-wrapper, #product-header .banner-menu-wrapper, #solutions-header .banner-menu-wrapper {
    bottom: 0;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.7;
  }

  #home-header .header-drawer {
    padding: 96px 30px 20px 25px;
  }
  #home-header .header-text {
    width: 570px;
  }

  #product-header h1 {
    font-size: 3em;
  }
  #product-header p {
    font-size: 1.2em;
    margin: 18px 0;
  }

  #solutions-header h1 {
    font-size: 3em;
  }
  #solutions-header p {
    font-size: 1.2em;
    margin: 18px 0;
  }

  /*********************
  CONTENT SECTIONS STYLES
  *********************/
  p.quote {
    font-size: 18px;
  }

  .testimonial-block.proof-block .quote {
    font-size: 27px;
  }
  .testimonial-block.proof-block .proof-image {
    width: 30%;
  }
  .testimonial-block.proof-block .testimonial-content {
    width: 70%;
  }

  .page-template-template-minimal-with-sections-php .section-image + .section-text {
    display: block;
    width: 100%;
    width: calc( 100% - 448px );
    float: left;
  }
  .alt .page-template-template-minimal-with-sections-php .section-image + .section-text {
    float: none;
  }

  /*********************
  PRODUCT ( & NEW SOLUTIONS )
  *********************/
  .product-menu-wrapper, .product-menu,
  .solutions-menu-wrapper, .solutions-menu {
    height: 105px;
  }

  .product-menu, .solutions-menu {
    font-size: 14px;
  }
  .product-menu ul li.product-nav-single-sign-on a, .product-menu ul li.product-nav-single-sign-on a:visited, .solutions-menu ul li.product-nav-single-sign-on a, .solutions-menu ul li.product-nav-single-sign-on a:visited {
    margin: 0 20px;
  }
  .product-menu ul li.product-nav-engagement a, .solutions-menu ul li.product-nav-engagement a {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1040px) {
  .product-menu ul li.product-nav-engagement a, .solutions-menu ul li.product-nav-engagement a {
    letter-spacing: -.05em;
  }
}

@media only screen and (min-width: 1030px) {
  .solutions-type-cols {
    width: 1030px;
    margin: 0 auto;
  }

  /*********************
  PRODUCT
  *********************/
  .product-menu ul, .solutions-menu ul {
    margin: 0 -40px;
  }

  .content-section .entry-content .section-image.mobile-image, .content-section.alt .entry-content .section-image.mobile-image {
    display: none;
  }
  .content-section .entry-content .section-image.animated-image, .content-section.alt .entry-content .section-image.animated-image {
    display: block;
  }

  .content-section .entry-content {
    font-size: 22px;
  }
  .content-section .entry-content h2 {
    font-size: 1.75em;
  }
  .content-section .entry-content a.learn-more-link {
    font-size: 25px;
  }

  .content-section.animated-section .section-text {
    margin-left: 475px;
  }
  .content-section.animated-section.alt .section-text {
    margin-left: 0;
  }

  .flexbox .content-section.animated-section .section-image.animated-image, .content-section.animated-section .section-image.animated-image {
    width: 475px;
  }
  .flexbox .content-section.animated-section .section-text, .content-section.animated-section .section-text {
    width: 450px;
  }

  .flexbox .content-section.animated-section .section-text,
  .flexbox .content-section.animated-section.alt .section-text {
    margin-left: 0;
  }

  /* Animations */
  .animated {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .animated div {
    position: absolute;
    background-repeat: no-repeat;
  }

  .cursor {
    width: 23px;
    height: 44px;
    background: url(../images/product/cursor.png) no-repeat;
  }

  .social-login-laptop {
    top: 40px;
    width: 430px;
    height: 254px;
    background-image: url(../images/product/sociallogin-laptop.png);
  }

  .social-login-screen {
    left: 100px;
    opacity: 0;
    width: 313px;
    height: 321px;
    background-image: url(../images/product/sociallogin-screen.png);
    -webkit-transition: all 0.5s ease;
    -transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .social-login-screen.popup {
    left: 129px;
    opacity: 1;
  }

  .social-login-button-overlay {
    top: 73px;
    left: 174px;
    width: 106px;
    height: 28px;
    display: none;
    background-image: url(../images/product/sociallogin-button-overlay.png);
  }

  .social-login-overlay, .social-sharing-overlay {
    opacity: 0 !important;
    left: 53px;
    top: 14px;
    width: 309px;
    height: 200px;
    background-color: #000;
    opacity: .35;
    -webkit-transition: opacity 0.2s linear;
    -transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .social-login-overlay.fade, .social-sharing-overlay.fade {
    opacity: .35 !important;
  }

  .social-login-cursor {
    top: 250px;
    left: 500px;
    -webkit-transition: all 0.5s ease;
    -transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .social-login-cursor.move {
    left: 262px;
    top: 85px;
  }

  .registration-screen {
    width: 330px;
    height: 400px;
    background-image: url(../images/product/registration-screen.png);
  }

  .registration-fields {
    width: 330px;
    height: 0px;
    background-image: url(../images/product/registration-fields.png);
  }
  .registration-fields.filledout {
    height: 400px;
  }

  .registration-dropdown {
    display: none;
    top: 237px;
    left: 190px;
    width: 91px;
    height: 126px;
    background-image: url(../images/product/registration-dropdown.png);
  }

  .registration-selection {
    display: none;
    top: 293px;
    left: 195px;
    width: 79px;
    height: 14px;
    background-image: url(../images/product/registration-selection.png);
  }

  .registration-button {
    display: none;
    top: 345px;
    left: 157px;
    width: 154px;
    height: 35px;
    background-image: url(../images/product/registration-button.png);
  }

  .registration-remove-error {
    display: none;
    top: 240px;
    left: 280px;
    width: 25px;
    height: 25px;
    background-color: #fff;
  }

  .registration-year {
    display: none;
    top: 243px;
    left: 198px;
    width: 58px;
    height: 15px;
    background-image: url(../images/product/registration-year.png);
  }

  .registration-cursor {
    top: 300px;
    left: 500px;
  }
  .registration-cursor.move-1 {
    -webkit-transition: all 0.5s ease;
    -transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 252px;
    left: 264px;
  }
  .registration-cursor.move-1.move-2 {
    -webkit-transition: all 0.4s ease;
    -transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 296px;
  }
  .registration-cursor.move-1.move-2.move-3 {
    -webkit-transition: all 0.6s ease;
    -transition: all 0.6s ease;
    transition: all 0.6s ease;
    top: 357px;
    left: 295px;
  }

  .profile-data-screens {
    width: 307px;
    height: 323px;
    background-image: url(../images/product/profiledata-screens.png);
  }
  .profile-data-screens.greyed {
    background-position: -313px 0;
  }

  .profile-data-circles {
    top: 20px;
    left: 125px;
    width: 200px;
    height: 200px;
    overflow: hidden;
  }
  .profile-data-circles div {
    background-image: url(../images/product/profiledata-circles.png);
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .profile-data-circles div.show {
    opacity: 1;
  }

  .profile-data-fb {
    width: 55px;
    height: 55px;
  }

  .profile-data-run {
    left: 39px;
    top: 10px;
    width: 55px;
    height: 55px;
    background-position: -50px 0;
  }

  .profile-data-female {
    left: 85px;
    top: 29px;
    width: 76px;
    height: 76px;
    background-position: -108px 0;
  }

  .profile-data-age {
    top: 72px;
    left: 114px;
    width: 98px;
    height: 98px;
    background-position: -183px 0;
  }

  .profile-data-graphs {
    top: 83px;
    left: 90px;
    opacity: 0;
    width: 320px;
    height: 206px;
    background-image: url(../images/product/profiledata-graphs.png);
    -webkit-transition: all 0.5s ease;
    -transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .profile-data-graphs.popup {
    left: 113px;
    opacity: 1;
  }

  .profile-data-fields {
    width: 99px;
    height: 158px;
    top: 45px;
    left: 163px;
    background-image: url(../images/product/profiledata-graph-fields.png);
  }
  .profile-data-fields .profile-data-bar {
    width: 50px;
    height: 18px;
    background-image: url(../images/product/profiledata-graphs-bar-bg.png);
    background-repeat: repeat-x;
    -webkit-transition: all 0.5s ease;
    -transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .profile-data-fields .profile-data-bar-2 {
    top: 20px;
  }
  .profile-data-fields .profile-data-bar-3 {
    top: 40px;
  }
  .profile-data-fields .profile-data-bar-4 {
    top: 60px;
  }
  .profile-data-fields .profile-data-bar-5 {
    top: 80px;
  }
  .profile-data-fields .profile-data-bar-6 {
    top: 100px;
  }
  .profile-data-fields .profile-data-bar-7 {
    top: 120px;
  }
  .profile-data-fields .profile-data-bar-8 {
    top: 140px;
  }
  .profile-data-fields.change .profile-data-bar-1 {
    width: 70px;
  }
  .profile-data-fields.change .profile-data-bar-2 {
    width: 97px;
  }
  .profile-data-fields.change .profile-data-bar-3 {
    width: 50px;
  }
  .profile-data-fields.change .profile-data-bar-4 {
    width: 90px;
  }
  .profile-data-fields.change .profile-data-bar-5 {
    width: 88px;
  }
  .profile-data-fields.change .profile-data-bar-6 {
    width: 54px;
  }
  .profile-data-fields.change .profile-data-bar-7 {
    width: 25px;
  }
  .profile-data-fields.change .profile-data-bar-8 {
    width: 80px;
  }

  .sso-lisa {
    top: 93px;
    width: 145px;
    height: 141px;
    background-image: url(../images/product/sso-lisa.png);
  }

  .sso-sites {
    left: 123px;
    width: 351px;
    height: 335px;
  }

  .sso-sites div {
    z-index: 100;
    top: 58px;
    width: 351px;
    height: 227px;
    background-size: 100% 100%;
    -webkit-transition: all 0.5s ease-out;
    -transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-align: center;
  }
  .sso-sites div .sso-site-image {
    top: 0;
    position: relative;
    margin: 0 auto;
  }
  .sso-sites div.small .sso-site-image {
    width: 240px;
    height: 155px;
  }
  .sso-sites div.top {
    top: 0;
    z-index: 50;
  }
  .sso-sites div.top .overlay {
    opacity: 1;
  }
  .sso-sites div.bottom {
    top: 176px;
    z-index: 50;
  }
  .sso-sites div.bottom .overlay {
    opacity: 1;
  }

  .sso-sites div .overlay {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/product/sso-site-overlay.png);
    background-size: 100% 100%;
  }

  /*
  .sso-site-1 { background-image:url(../images/product/sso-site1.png);}
  .sso-site-2 { background-image:url(../images/product/sso-site2.png);}
  .sso-site-3 { background-image:url(../images/product/sso-site3.png);}
  */
  .engagement-laptop {
    width: 464px;
    height: 287px;
    margin: 20px 0;
    background-image: url(../images/product/usergeneratedcontent-laptop.png);
    position: relative;
  }
  .engagement-laptop .engagement-document {
    position: relative;
    margin-top: 34px;
    margin-left: 71.5px;
    width: 308px;
    height: 193px;
    overflow: hidden;
    background-image: url(../images/product/usergeneratedcontent-screen-full.png);
    -webkit-transition: all 2s ease;
    -transition: all 2s ease;
    transition: all 2s ease;
  }
  .engagement-laptop .engagement-document.scrolled {
    background-position: 0 -184px;
  }
  .engagement-laptop .engagement-form {
    width: 308px;
    height: 193px;
    background-image: url(../images/product/usergeneratedcontent-screen1.png);
    -webkit-transition: all 0.25s ease;
    -transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .engagement-laptop .engagement-form.fade {
    opacity: 0;
  }
  .engagement-laptop .engagement-form-hover {
    width: 308px;
    height: 193px;
    background-image: url(../images/product/usergeneratedcontent-screen-hover.png);
    opacity: 1;
    -webkit-transition: all 0.25s ease;
    -transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .engagement-laptop .engagement-form-hover.fade {
    opacity: 0;
  }

  .engagement-cursor {
    position: absolute;
    -webkit-transition: all 1s ease;
    -transition: all 1s ease;
    transition: all 1s ease;
    top: 74px;
    left: 80px;
    transform: scale(0.6);
  }
  .engagement-cursor.move-1 {
    top: 180px;
    left: 356px;
    transform: scale(1);
  }
  .engagement-cursor.move-2 {
    top: 200px;
    left: 356px;
    transform: scale(0.6);
  }
  .engagement-cursor.click {
    transform: scale(0.9);
  }

  .social-sharing-laptop {
    top: 20px;
    width: 435px;
    height: 261px;
    background-image: url(../images/product/socialsharing-laptop.png);
  }

  .social-sharing-fb {
    opacity: 0;
    left: 60px;
    width: 380px;
    height: 290px;
    background-image: url(../images/product/socialsharing-fbpopup.png);
    -webkit-transition: all 0.5s ease;
    -transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .social-sharing-fb.popup {
    left: 80px;
    opacity: 1;
  }

  .social-sharing-text {
    top: 55px;
    left: 109px;
    width: 145px;
    height: 20px;
    background-image: url(../images/product/socialsharing-text.png);
  }

  .social-sharing-text-reveal {
    top: 56px;
    left: 111px;
    width: 200px;
    height: 17px;
    background-color: #f7f7f7;
    border-left: 1px solid black;
  }
  .social-sharing-text-reveal.type-1 {
    left: 132px;
  }
  .social-sharing-text-reveal.type-2 {
    left: 168px;
    width: 150px;
  }
  .social-sharing-text-reveal.type-3 {
    left: 202px;
    width: 110px;
  }
  .social-sharing-text-reveal.type-4 {
    left: 231px;
    width: 100px;
  }
  .social-sharing-text-reveal.type-5 {
    left: 255px;
    width: 70px;
  }

  .social-sharing-button-overlay {
    display: none;
    top: 249px;
    left: 252px;
    width: 108px;
    height: 22px;
    background-image: url(../images/product/socialsharing-button-overlay.png);
  }

  .social-sharing-cursor {
    top: 200px;
    left: 500px;
    -webkit-transition: all 0.5s ease;
    -transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .social-sharing-cursor.move-1 {
    top: 74px;
    left: 265px;
  }
  .social-sharing-cursor.move-2 {
    top: 65px;
    left: 380px;
  }
  .social-sharing-cursor.move-3 {
    top: 259px;
    left: 420px;
  }

  .analytics-desktop {
    width: 400px;
    height: 336px;
    background-image: url(../images/product/analytics-desktop.png);
    -webkit-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
  }

  .analytics-google {
    width: 0px;
    height: 336px;
    background-image: url(../images/product/analytics-google.png);
    -webkit-transition: width 0.2s linear;
    -transition: width 0.2s linear;
    transition: width 0.2s linear;
  }

  .integrations-circle {
    width: 183px;
    height: 183px;
    -webkit-transition: width 0.5s ease-out;
    -transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .integrations-circle.circle-1 {
    left: 70px;
    width: 0px;
    background-image: url(../images/product/integrations-circle-1.png);
  }
  .integrations-circle.circle-1.reveal {
    width: 183px;
  }
  .integrations-circle.circle-2 {
    left: 359px;
    top: 210px;
    width: 0px;
    -webkit-transform: rotate(136deg);
    -moz-transform: rotate(136deg);
    -ms-transform: rotate(136deg);
    -o-transform: rotate(136deg);
    transform: rotate(136deg);
    background-image: url(../images/product/integrations-circle-2.png);
  }
  .integrations-circle.circle-2.reveal {
    width: 183px;
  }
  .integrations-circle.circle-3 {
    left: 31px;
    top: 321px;
    width: 0px;
    -webkit-transform: rotate(253deg);
    -moz-transform: rotate(253deg);
    -ms-transform: rotate(253deg);
    -o-transform: rotate(253deg);
    transform: rotate(253deg);
    background-image: url(../images/product/integrations-circle-3.png);
  }
  .integrations-circle.circle-3.reveal {
    width: 183px;
  }

  .integrations-icon {
    width: 60px;
    height: 50px;
    background-image: url(../images/product/integrations-icons.png);
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .integrations-icon.icon-1 {
    top: 54px;
    left: 134px;
  }
  .integrations-icon.icon-2 {
    top: 180px;
    left: 200px;
    height: 60px;
    background-position: 0 -104px;
  }
  .integrations-icon.icon-3 {
    top: 183px;
    left: 60px;
    background-position: 0 -215px;
  }
  .integrations-icon.show {
    opacity: 1;
  }

  .integrations-janrain {
    -webkit-transition: all 0.5s linear;
    -transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0;
    top: 160px;
    left: 120px;
    width: 83px;
    height: 24px;
    background-image: url(../images/product/integrations-janrain.png);
  }
  .integrations-janrain.show {
    opacity: 1;
  }

  #product-section-social-login .section-image {
    height: 325px;
  }
  #product-section-social-login .section-image .animated {
    width: 443px;
  }

  #product-section-registration .section-image {
    height: 410px;
  }
  #product-section-registration .section-image .animated {
    width: 327px;
  }

  #product-section-profile-data-storage .section-image {
    height: 330px;
  }
  #product-section-profile-data-storage .section-image .animated {
    width: 432px;
  }

  #product-section-single-sign-on .section-image {
    height: 335px;
  }

  #product-section-engagement .section-image {
    height: 335px;
  }
  #product-section-engagement .section-image .animated {
    width: 464px;
  }

  #product-section-social-sharing .section-image {
    height: 335px;
  }
  #product-section-social-sharing .section-image .animated {
    width: 458px;
  }

  #product-section-customer-insights .section-image {
    height: 340px;
  }
  #product-section-customer-insights .section-image .animated {
    width: 388px;
  }

  #product-section-integrations .section-image {
    height: 305px;
  }
  #product-section-integrations .section-image .animated {
    width: 324px;
  }

  .no-csstransitions .product-section .animated-image, .no-csstransitions .solutions-section .animated-image {
    display: none !important;
  }
  .no-csstransitions .product-section .mobile-image, .no-csstransitions .solutions-section .mobile-image {
    display: block !important;
  }

  /*********************
  GRID & FILTERS
  *********************/
  .filters-sidebar {
    width: 14.364640883%;
  }

  .resources-grid, .integrations-grid, .customers-grid {
    width: 82.87292817100001%;
  }

  .resources-grid.full {
    width: 104%;
    margin: 0;
  }

  /*********************
  RESOURCE DETAIL
  *********************/
  .resource-main {
    width: 60%;
  }

  /*********************
  RELATED RESOURCES
  *********************/
  .related-resources {
    margin: 0 auto;
  }
  .related-resources .grid-wrapper {
    float: left;
    width: auto;
  }
  .related-resources.resources-3 {
    width: 900px;
  }
  .related-resources.resources-3 #related-resources-sidebar {
    width: 180px;
    float: left;
    padding: 20px 20px 0 0;
  }
  .related-resources.resources-3 .grid-wrapper {
    float: left;
    height: 285px;
    width: auto;
  }

  #related-resources-sidebar {
    width: 180px;
    float: left;
    padding: 20px 20px 0 0;
  }

  .grid-wrapper .event-row header h2, .grid-wrapper .event-row header h3 {
    margin: 0;
    display: inline-block;
  }
  .grid-wrapper .event-row header h3 {
    text-align: right;
    float: right;
  }

  /*********************
  YOUR CUSTOMER
  *********************/
  #customer-navigation {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 50;
    padding-top: 150px;
    height: 700px;
  }
  #customer-navigation ul {
    padding: 0 10px;
    height: 230px;
  }
  #customer-navigation ul li {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #66a6ab;
    cursor: pointer;
    margin: 0 0 20px 0;
  }
  #customer-navigation ul li.active {
    border: 3px solid #f15928;
    background-color: #fff;
  }
  #customer-navigation.attached {
    position: absolute;
    bottom: 0;
    top: auto;
  }

  #customer-wrapper.scroller #customer-navigation {
    display: block;
  }
  #customer-wrapper.scroller .customer-section {
    height: 700px;
  }
  #customer-wrapper.scroller .customer-background {
    background: transparent none;
  }
  #customer-wrapper.scroller .fixed-customer-backgrounds {
    display: block;
    position: relative;
    z-index: 1;
  }
  #customer-wrapper.scroller .fixed-customer-backgrounds .fixed-customer-background {
    position: fixed;
    top: 700px;
    left: 0;
    width: 100%;
    height: 700px;
    -webkit-transition: opacity 0.5s linear;
    -transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
  }
  #customer-wrapper.scroller .fixed-customer-backgrounds #fixed-customer-background-1 {
    z-index: 4;
    top: 0;
  }
  #customer-wrapper.scroller .fixed-customer-backgrounds #fixed-customer-background-2 {
    z-index: 3;
  }
  #customer-wrapper.scroller .fixed-customer-backgrounds #fixed-customer-background-3 {
    z-index: 2;
    background: #f7f5ed url(../images/bg-customer-city.jpg) no-repeat center top;
  }
  #customer-wrapper.scroller .fixed-customer-backgrounds #fixed-customer-background-4 {
    z-index: 1;
  }
  #customer-wrapper.scroller .customer-images {
    display: block;
  }

  .flexbox #customer-wrapper.scroller .customer-text {
    padding: 76px 0 0 0;
  }

  #customer-background-1 {
    z-index: 10;
  }

  #customer-background-2 {
    z-index: 9;
  }

  #customer-background-3 {
    z-index: 8;
    background-color: #f7f5ed;
    background-image: url(../images/bg-customer-city.jpg);
    background-repeat: no-repeat;
    background-position: center top;
  }

  #customer-background-4 {
    z-index: 7;
  }

  #customer-background-5 {
    z-index: 6;
  }

  .customer-section {
    padding: 0;
    height: 700px;
  }
  .customer-section .wrap {
    position: relative;
    height: 100%;
  }

  .flexbox .customer-text {
    height: 100%;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .customer-text {
    margin-left: 500px;
    width: 500px;
    padding: 200px 0 0 0;
    line-height: 2em;
  }
  .customer-text h2 {
    font-size: 47px;
  }
  .customer-text .sharing-buttons a {
    margin: 0 10px;
  }

  #customer-1 .customer-text {
    padding-top: 200px;
    font-size: 20px;
    line-height: 1.5em;
  }

  .flexbox #customer-1 .customer-text {
    padding-top: 120px;
  }

  .no-flexbox #customer-8 .customer-text {
    padding-top: 110px;
  }

  .customer-image, .customer-image-static {
    width: 500px;
    height: 650px;
    position: absolute;
    top: 130px;
    left: 0;
  }

  #customer-1 .customer-image-static {
    top: 130px;
  }

  #customer-2.customer-section {
    height: 600px;
  }
  #customer-2 .customer-image-static {
    top: 15px;
  }

  #customer-3.customer-section {
    height: 500px;
  }
  #customer-3 .customer-image-static {
    padding: 0;
    top: 150px;
  }

  #customer-4.customer-section {
    height: 650px;
  }
  #customer-4 .customer-image-static {
    top: 50px;
  }

  #customer-5.customer-section {
    height: 650px;
  }
  #customer-5 .customer-image-static {
    top: 20px;
  }

  #customer-6.customer-section {
    height: 650px;
  }
  #customer-6 .customer-image-static {
    top: 30px;
  }

  #customer-7.customer-section, #customer-8.customer-section {
    height: 650px;
  }
  #customer-7 .customer-image-static, #customer-8 .customer-image-static {
    top: 50px;
  }

  #customer-9.customer-section {
    height: 570px;
  }
  #customer-9 .customer-image-static {
    top: 30px;
  }

  .customer-images {
    position: fixed;
    width: 100%;
    height: 700px;
    z-index: 5;
    display: none;
    /* Hiding for non-js browsers, or browsers who don't like animations */
  }
  .customer-images .wrap {
    position: relative;
  }
  .customer-images.fixed-scroll {
    position: absolute;
    bottom: 0;
  }

  .scrollorama .customer-image-mobile, .scrollorama .customer-image-static, .scroller .customer-image-mobile, .scroller .customer-image-static {
    display: none;
  }
  .scrollorama .customer-images, .scroller .customer-images {
    display: block;
  }
  .scrollorama #customer-images-1, .scroller #customer-images-1 {
    top: 0;
  }
  .scrollorama #customer-images-5, .scroller #customer-images-5 {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .scrollorama .customer-image .anim-image, .scroller .customer-image .anim-image {
    opacity: 0;
    position: absolute;
    background-repeat: no-repeat;
  }

  .scaled-image {
    text-align: center;
  }
  .scaled-image img {
    max-width: 100%;
    vertical-align: middle;
    display: inline;
  }

  #customer-images-1.top {
    position: absolute;
    top: 0;
  }
  #customer-images-1.stick-2 {
    position: absolute;
    top: 700px;
  }

  #lisa-1 {
    opacity: 1;
    left: 116px;
    top: 0;
    width: 177px;
    height: 541px;
    background-image: url(../images/solution/lisa-1.png);
  }

  #lisa-2 {
    left: 116px;
    top: 0;
    width: 177px;
    height: 541px;
    background-image: url(../images/solution/lisa-2.png);
  }

  #lisa-3 {
    top: 100px;
    width: 469px;
    height: 383px;
    background-image: url(../images/solution/lisa-3.png);
  }

  #tablet-1 {
    top: 462px;
    left: 184px;
    width: 124px;
    height: 26px;
    background-image: url(../images/solution/tablet-1.png);
  }

  #tablet-2 {
    top: 435px;
    left: 64px;
    width: 75px;
    height: 22px;
    background-image: url(../images/solution/tablet-2.png);
  }

  #lisa-4 {
    z-index: 20;
    left: 82px;
    top: -20px;
    width: 276px;
    height: 595px;
    background-image: url(../images/solution/lisa-4.png);
  }
  #lisa-4.show {
    -webkit-transition: all 0.5s ease-out;
    -transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 1;
  }

  #child-1 {
    width: 105px;
    height: 169px;
    left: -25px;
    top: 398px;
    z-index: 20;
    background-image: url(../images/solution/lisa-child-1.png);
  }
  #child-1.show {
    -webkit-transition: all 0.5s ease-out;
    -transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 1;
    left: 34px;
    top: 398px;
  }

  #child-2 {
    width: 114px;
    height: 331px;
    left: 315px;
    top: 205px;
    background-image: url(../images/solution/lisa-child-2.png);
  }
  #child-2.show {
    -webkit-transition: all 0.5s ease-out;
    -transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 1;
    left: 265px;
    top: 205px;
  }

  #icon-calc {
    z-index: 10;
    top: 70px;
    left: 300px;
    width: 106px;
    height: 106px;
    line-height: 90px;
    opacity: 1;
  }
  #icon-calc img {
    opacity: 0;
    width: 10px;
    height: 10px;
  }

  #icon-female {
    z-index: 10;
    top: 90px;
    left: 50px;
    width: 121px;
    height: 121px;
    line-height: 101px;
    opacity: 1;
  }
  #icon-female img {
    opacity: 0;
    width: 10px;
    height: 10px;
  }

  #icon-age {
    z-index: 10;
    top: -40px;
    left: 110px;
    width: 96px;
    height: 96px;
    line-height: 76px;
    opacity: 1;
  }
  #icon-age img {
    opacity: 0;
    width: 10px;
    height: 10px;
  }

  #lisa-5 {
    z-index: 20;
    left: 80px;
    top: -25px;
    width: 250px;
    height: 600px;
    background-image: url(../images/solution/lisa-5.png);
  }
  #lisa-5.show {
    -webkit-transition: all 0.5s ease-out;
    -transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 1;
  }

  #shoes {
    left: 253px;
    top: 342px;
    width: 180px;
    height: 160px;
    background-image: url(../images/solution/shoes.png);
  }
  #shoes.show {
    -webkit-transition: all 0.5s ease-out;
    -transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 1;
  }

  #icon-run {
    z-index: 10;
    top: 53px;
    left: 69px;
    width: 116px;
    height: 116px;
    line-height: 116px;
    opacity: 1;
  }
  #icon-run img {
    opacity: 0;
    width: 10px;
    height: 10px;
  }

  #icon-window {
    z-index: 10;
    top: -44px;
    left: 239px;
    width: 110px;
    height: 110px;
    line-height: 110px;
    opacity: 1;
  }
  #icon-window img {
    opacity: 0;
    width: 10px;
    height: 10px;
  }

  #icon-icecream {
    z-index: 10;
    top: 87px;
    left: 268px;
    width: 117px;
    height: 117px;
    line-height: 117px;
    opacity: 1;
  }
  #icon-icecream img {
    opacity: 0;
    width: 10px;
    height: 10px;
  }

  #lisa-6 {
    z-index: 20;
    left: 70px;
    top: -30px;
    width: 350px;
    height: 600px;
    background-image: url(../images/solution/lisa-6.png);
  }
  #lisa-6.show {
    -webkit-transition: all 0.5s ease-out;
    -transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 1;
  }

  #icon-facebook {
    z-index: 10;
    top: 27px;
    left: 274px;
    width: 110px;
    height: 110px;
    line-height: 110px;
    opacity: 1;
  }
  #icon-facebook img {
    opacity: 0;
    width: 10px;
    height: 10px;
  }

  #icon-cursor {
    z-index: 10;
    top: 74px;
    left: 88px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    opacity: 1;
  }
  #icon-cursor img {
    opacity: 0;
    width: 10px;
    height: 10px;
  }

  #icon-sale {
    z-index: 10;
    top: -62px;
    left: 120px;
    width: 118px;
    height: 118px;
    line-height: 118px;
    opacity: 1;
  }
  #icon-sale img {
    opacity: 0;
    width: 10px;
    height: 10px;
  }

  #lisa-7 {
    z-index: 20;
    left: 130px;
    top: -30px;
    width: 180px;
    height: 600px;
    background-image: url(../images/solution/lisa-7.png);
  }

  .circle-icons {
    z-index: 10;
    opacity: 0;
    width: 10px;
    height: 10px;
    top: 95px;
    left: 208px;
  }

  .scroller .customer-image .screen-icons {
    z-index: 20;
    width: 65px;
    height: 65px;
  }
  .scroller .customer-image .screen-icons.show {
    -webkit-transition: all 0.5s ease-out;
    -transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 1;
  }

  #icon-mail {
    top: 15px;
    left: 101px;
  }

  #icon-dress {
    top: 70px;
    left: 292px;
  }

  #icon-article {
    top: 180px;
    left: 81px;
  }

  #icon-cake {
    top: 247px;
    left: 251px;
  }

  #screen-broadway {
    top: 50px;
    left: -33px;
    width: 239px;
    height: 165px;
    background-image: url(../images/solution/screen-broadway.png);
  }

  #screen-shop {
    left: 191px;
    top: 97px;
    width: 256px;
    height: 227px;
    background-image: url(../images/solution/screen-shop.png);
  }

  #screen-birthday {
    top: 271px;
    left: 178px;
    width: 262px;
    height: 235px;
    background-image: url(../images/solution/screen-birthday.png);
  }

  #screen-articles {
    top: 200px;
    left: -10px;
    width: 250px;
    height: 234px;
    background-image: url(../images/solution/screen-articles.png);
  }

  #lisa-8 {
    z-index: 20;
    left: 145px;
    top: 0px;
    width: 320px;
    height: 540px;
    background-image: url(../images/solution/lisa-8.png);
  }
  #lisa-8.show {
    -webkit-transition: all 0.5s ease-out;
    -transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 1;
    top: -61px;
  }

  #honeycomb {
    z-index: 10;
    left: 76px;
    opacity: 1;
    width: 287px;
    height: 273px;
  }

  .customer-images.fixed {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 10;
  }

  .product-section.product-detail-section .push-content-left {
    max-width: 1140px;
    padding-left: 0;
    padding-right: 340px;
  }

  .hero-banner .entry-content {
    padding-right: 400px;
  }
  .hero-banner .entry-content .floating-block {
    width: 367px;
    right: 0;
    top: 20px;
    z-index: 2;
    position: absolute;
    margin-top: 0;
  }

  .fixed-footer-nav .icon-menu {
    padding-left: 53px;
    padding-right: 24px;
  }
  .fixed-footer-nav .icon-menu img {
    position: absolute;
    left: 15px;
    top: 20px;
    width: 26px;
    height: auto;
  }
  .fixed-footer-nav .icon-menu p {
    text-align: left;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  .customer-text {
    font-size: 22px;
    margin-left: 550px;
  }
  .customer-text h2 {
    font-size: 55px;
  }

  #customer-navigation {
    padding-top: 200px;
  }
  #customer-navigation ul {
    padding: 0 20px;
  }

  #home-header .h1 {
    line-height: 1em;
  }
  #home-header p {
    margin: 18px 0;
  }

  #product-header h1 {
    font-size: 4em;
  }
  #product-header p {
    font-size: 1.4em;
  }

  #solutions-header h1 {
    font-size: 4em;
  }
  #solutions-header p {
    font-size: 1.4em;
  }

  /*********************
  RESOURCE DETAIL
  *********************/
  .resource-main {
    width: 68%;
  }

  .hero-banner .entry-content {
    padding-right: 367px;
  }
  .hero-banner .entry-content .floating-block {
    right: -70px;
  }

  #home-header .h1 {
    font-size: 3.4em;
    line-height: .9em;
  }
  #home-header h3, #home-header p {
    color: #fff;
    font-size: 2em;
  }
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: Janrain
  Author: Subtext
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  #logo a {
    background-image: url(../images/janrain-logo@2x.png);
    background-size: 102px 31px;
  }

  .social-login-icon {
    background-image: url(../images/icons-social-login@2x.png);
    background-size: 18px 218px;
  }

  ul.nav.footer-nav li.menu-item-has-children {
    background-image: url(../images/icon-updown-arrows@2x.png);
    background-size: 8px 1000px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 481px), only screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 481px), only screen and (min-device-pixel-ratio: 1.5) and (min-width: 481px) {
  #logo a {
    background-size: 155px 47px;
  }
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote, .blockquote-callout {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/*/ Colors /*/
/* SKY: light theme backgrounds, text on dark backgrounds */
/* SLATE: dark theme backgrounds, text on light backgrounds */
/* RIVER: navigation and anchoring: nav bars, table headers, title bars */
/* Primary Accent Colors: Brand Colors */
/* Secondary Accent Colors: active UI states to use against dark backgrounds */
/* Utility Colors */
/* MONOCHROMES: Used where branding is not desired, ie widgets */
.syntaxhighlighter {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 12px;
  background: #F6F6F6;
  border: 1px solid #EEEEEE !important;
}
.syntaxhighlighter .line.alt1 {
  background-color: #F6F6F6 !important;
}
.syntaxhighlighter .line.alt2 {
  background-color: #F6F6F6 !important;
}
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
  background-color: #D3E5EE !important;
}
.syntaxhighlighter .line.highlighted.number {
  color: #000000 !important;
}
.syntaxhighlighter .line.highlighted .string, .syntaxhighlighter .line.highlighted .string a {
  color: #fd8d13 !important;
}
.syntaxhighlighter .line.highlighted .value, .syntaxhighlighter .line.highlighted .value a {
  color: #feb15f !important;
}
.syntaxhighlighter .line.highlighted .keyword, .syntaxhighlighter .line.highlighted .keyword a {
  color: #70c32e !important;
}
.syntaxhighlighter .line.highlighted .variable, .syntaxhighlighter .line.highlighted .variable a {
  color: #98da63 !important;
}
.syntaxhighlighter .keyword {
  font-weight: normal !important;
}
.syntaxhighlighter table caption {
  color: #333333 !important;
}
.syntaxhighlighter .gutter {
  color: #999999 !important;
}
.syntaxhighlighter .gutter .line {
  border-right: 1px solid #111111 !important;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.syntaxhighlighter .gutter .line.highlighted {
  background-color: #111111 !important;
  color: #F6F6F6 !important;
}
.syntaxhighlighter.printing .line .content {
  border: none !important;
}
.syntaxhighlighter.collapsed {
  overflow: visible !important;
}
.syntaxhighlighter.collapsed .toolbar {
  color: #00f !important;
  background: #fff !important;
  border: 1px solid #111111 !important;
}
.syntaxhighlighter.collapsed .toolbar a {
  color: #00f !important;
}
.syntaxhighlighter.collapsed .toolbar a:hover {
  color: #f00 !important;
}
.syntaxhighlighter .toolbar {
  color: #fff !important;
  background: #111111 !important;
  border: none !important;
}
.syntaxhighlighter .toolbar a {
  color: #fff !important;
}
.syntaxhighlighter .toolbar a:hover {
  color: #000 !important;
}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
  color: #333333 !important;
}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
  color: #999999 !important;
}
.syntaxhighlighter .string, .syntaxhighlighter .string a {
  color: #a95801 !important;
}
.syntaxhighlighter .keyword {
  color: #40701a !important;
}
.syntaxhighlighter .preprocessor {
  color: #677E8E !important;
}
.syntaxhighlighter .variable {
  color: #64AE29 !important;
}
.syntaxhighlighter .value {
  color: #F58002 !important;
}
.syntaxhighlighter .functions {
  color: #677E8E !important;
}
.syntaxhighlighter .constants {
  color: #127FBF !important;
}
.syntaxhighlighter .script {
  font-weight: 100;
  color: #40701a !important;
  background-color: none !important;
}
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
  color: #677E8E !important;
}
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
  color: #64AE29 !important;
}
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
  color: #009DDC !important;
}

.syntaxhighlighter {
  margin-bottom: 1em;
  border-color: #CCCCCC;
}
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
  -moz-border-radius: 0 0 0 0 !important;
  -webkit-border-radius: 0 0 0 0 !important;
  background: none !important;
  border: 0 !important;
  bottom: auto !important;
  float: none !important;
  height: auto !important;
  left: auto !important;
  line-height: 1.2em !important;
  margin: 0 !important;
  outline: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  right: auto !important;
  text-align: left !important;
  top: auto !important;
  vertical-align: baseline !important;
  width: auto !important;
  box-sizing: content-box !important;
  font-family: "Ubuntu Mono", "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 1em !important;
  min-height: inherit !important;
  min-height: auto !important;
}

.syntaxhighlighter {
  position: relative !important;
  overflow: auto !important;
  font-size: 15px !important;
}
.syntaxhighlighter.source {
  overflow: hidden !important;
}
.syntaxhighlighter .bold {
  font-weight: bold !important;
}
.syntaxhighlighter .italic {
  font-style: italic !important;
}
.syntaxhighlighter .line {
  white-space: pre !important;
  padding: 0 5px !important;
}
.syntaxhighlighter table {
  width: 100% !important;
}
.syntaxhighlighter table caption {
  text-align: left !important;
  padding: .5em 0 0.5em 1em !important;
}
.syntaxhighlighter table td.code {
  width: 100% !important;
}
.syntaxhighlighter table td.code .container {
  position: relative !important;
}
.syntaxhighlighter table td.code .container textarea {
  box-sizing: border-box !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  background: white !important;
  padding-left: 1em !important;
  overflow: hidden !important;
  white-space: pre !important;
}
.syntaxhighlighter table td.gutter .line {
  text-align: right !important;
  padding: 0 0.5em 0 1em !important;
}
.syntaxhighlighter table td.code .line {
  padding: 0 1em !important;
}
.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
  padding-left: 5px !important;
}
.syntaxhighlighter.show {
  display: block !important;
}
.syntaxhighlighter.collapsed table {
  display: none !important;
}
.syntaxhighlighter.collapsed .toolbar {
  padding: 0.1em 0.8em 0em 0.8em !important;
  font-size: 13px !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
}
.syntaxhighlighter.collapsed .toolbar span {
  display: inline !important;
  margin-right: 1em !important;
}
.syntaxhighlighter.collapsed .toolbar span a {
  padding: 0 !important;
  display: none !important;
}
.syntaxhighlighter.collapsed .toolbar span a.expandSource {
  display: inline !important;
}
.syntaxhighlighter .toolbar {
  position: absolute !important;
  right: 1px !important;
  top: 1px !important;
  width: 11px !important;
  height: 11px !important;
  font-size: 10px !important;
  z-index: 10 !important;
}
.syntaxhighlighter .toolbar span.title {
  display: inline !important;
}
.syntaxhighlighter .toolbar a {
  display: block !important;
  text-align: center !important;
  text-decoration: none !important;
  padding-top: 1px !important;
}
.syntaxhighlighter .toolbar a.expandSource {
  display: none !important;
}
.syntaxhighlighter.ie {
  font-size: 13px !important;
  padding: 1px 0 1px 0 !important;
}
.syntaxhighlighter.ie .toolbar {
  line-height: 8px !important;
}
.syntaxhighlighter.ie .toolbar a {
  padding-top: 0px !important;
}
.syntaxhighlighter.printing .line.alt1 .content,
.syntaxhighlighter.printing .line.alt2 .content,
.syntaxhighlighter.printing .line.highlighted .number,
.syntaxhighlighter.printing .line.highlighted.alt1 .content,
.syntaxhighlighter.printing .line.highlighted.alt2 .content {
  background: none !important;
}
.syntaxhighlighter.printing .line .number {
  color: #bbbbbb !important;
}
.syntaxhighlighter.printing .line .content {
  color: black !important;
}
.syntaxhighlighter.printing .toolbar {
  display: none !important;
}
.syntaxhighlighter.printing a {
  text-decoration: none !important;
}
.syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
  color: black !important;
}
.syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
  color: #008200 !important;
}
.syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
  color: blue !important;
}
.syntaxhighlighter.printing .keyword {
  color: #006699 !important;
  font-weight: bold !important;
}
.syntaxhighlighter.printing .preprocessor {
  color: gray !important;
}
.syntaxhighlighter.printing .variable {
  color: #aa7700 !important;
}
.syntaxhighlighter.printing .value {
  color: #009900 !important;
}
.syntaxhighlighter.printing .functions {
  color: #ff1493 !important;
}
.syntaxhighlighter.printing .constants {
  color: #0066cc !important;
}
.syntaxhighlighter.printing .script {
  font-weight: bold !important;
}
.syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
  color: gray !important;
}
.syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
  color: #ff1493 !important;
}
.syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
  color: red !important;
}
.syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
  color: black !important;
}

.page-template-page-microsite-home-php #main-nav-bar {
  position: relative;
  opacity: 1;
}

.contact-greeting-box {
  padding: .75em 2em;
  text-align: center;
}

.sidebar-card {
  margin-bottom: 1em;
}

.sidebar-card-text {
  padding: .75em;
}
.sidebar-card-text h4, .sidebar-card-text h5, .sidebar-card-text h6 {
  color: #3d3a32;
  line-height: 1.25;
  margin: 0;
}
.sidebar-card-text h6 {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  #microsite-home-header {
    height: 664px;
    max-height: 664px;
  }
  #microsite-home-header span > img {
    min-height: 100%;
    width: auto !important;
    max-width: none;
  }
  #microsite-home-header .header-text-wrapper {
    bottom: 92px;
  }
  #microsite-home-header .companies {
    background: white;
    width: 100%;
    height: 92px;
    position: absolute;
    bottom: 0;
  }
  #microsite-home-header .header-drawer {
    right: 0;
    padding-top: 8px;
    background-color: rgba(61, 58, 50, 0.9);
  }
  #microsite-home-header .header-drawer h4 {
    margin-bottom: 4px;
  }
  #microsite-home-header .header-drawer .grid-wrapper h3 {
    margin-bottom: 6px;
  }
  #microsite-home-header .header-drawer .grid-wrapper h2 {
    font-size: 1em;
  }
  #microsite-home-header .header-drawer .grid-wrapper .grid-item.type-resource {
    height: 193px;
    margin-bottom: 12px;
  }
  #microsite-home-header .header-drawer .grid-wrapper .article-header {
    height: 85px;
    padding: 12px 15px;
  }
  #microsite-home-header .header-drawer .grid-wrapper .resource-icon, #microsite-home-header .header-drawer .grid-wrapper a .featured-customer-link-indicator, a #microsite-home-header .header-drawer .grid-wrapper .featured-customer-link-indicator {
    display: none;
  }

  body[class*="page-template-page-microsite"] ul.nav.footer-nav li {
    width: 50%;
  }

  .article-sidebar.contact-sidebar-left {
    float: left;
    margin-left: 0;
    margin-top: 0;
  }

  .sidebar-card {
    width: 176px;
  }
}
