/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  max-width: 100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and 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;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
/**
 * Grid settings.
 * All values are defaults and can therefore be easily overidden.
 */
/**
 * List functions courtesy of the wonderful folks at Team Sass.
 * Check out their awesome grid: Singularity.
 */
/**
 * Get  percentage from a given ratio.
 * @param {number} [$ratio=1] - The column ratio of the element.
 * @returns {number} - The percentage value.
 */
/**
 * Work out the column widths based on the ratio and gutter sizes.
 * @param {number} [$ratios=1] - The column ratio of the element.
 * @param {number} [$gutter=$jeet-gutter] - The gutter for the column.
 * @returns {list} $width $gutter - A list containing the with and gutter for the element.
 */
/**
 * Get the set layout direction for the project.
 * @returns {string} $direction - The layout direction.
 */
/**
 * Replace a specified list value with a new value (uses built in set-nth() if available)
 * @param {list} $list - The list of values you want to alter.
 * @param {number} $index - The index of the list item you want to replace.
 * @param {*} $value - The value you want to replace $index with.
 * @returns {list} $list - The list with the value replaced or removed.
 * @warn if an invalid index is supplied.
 */
/**
 * Reverse a list (progressively enhanced for Sass 3.3)
 * @param {list} $list - The list of values you want to reverse.
 * @returns {list} $result - The reversed list.
 */
/**
 * Get the opposite direction to a given value.
 * @param {string} $dir - The direction you want the opposite of.
 * @returns {string} - The opposite direction to $dir.
 * @warn if an incorrect string is provided.
 */
/**
 * Style an element as a column with a gutter.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [$cycle=0] - Easily create an nth column grid where $cycle equals the number of columns.
 * @param {number} [$uncycle=0] - Undo a previous cycle value to allow for a new one.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * An alias for the column mixin.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * Get the width of a column and nothing else.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Get the gutter size of a column and nothing else.
 * @param {number} [ratios=1] - A width relative to its container as a fraction.
 * @param {number} [gutter=jeet.gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * An alias for the column-width function.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * An alias for the column-gutter function.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * Style an element as a column without any gutters for a seamless row.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [cycle=0] - Easily create an nth column grid where cycle equals the number of columns.
 * @param {number} [uncycle=0] - Undo a previous cycle value to allow for a new one.
 */
/**
 * Reorder columns without altering the HTML.
 * @param {number} [$ratios=0] - Specify how far along you want the element to move.
 * @param {string} [$col-or-span=column] - Specify whether the element has a gutter or not.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Reset an element that has had shift() applied to it.
 */
/**
 * View the grid and its layers for easy debugging.
 * @param {string} [$color=black] - The background tint applied.
 * @param {boolean} [$important=false] - Whether to apply the style as !important.
 */
/**
 *  Alias for edit().
 */
/**
 * Horizontally center an element.
 * @param {number} [$max-width=1410px] - The max width the element can be.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 */
/**
 * Uncenter an element.
 */
/**
 * Stack an element so that nothing is either side of it.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 * @param {boolean/string} [$align=false] - Specify the text align for the element.
 */
/**
 * Unstack an element.
 */
/**
 * Center an element on either or both axes.
 * @requires A parent container with relative positioning.
 * @param {string} [$direction=both] - Specify which axes to center the element on.
 */
/**
 * Apply a clearfix to an element.
 */
/**
 * SASS File: 		blueplate.scss
 * Type: 			importer
 * Author:        	Chris Humboldt
 * Last Edited:   	23 September 2014
 */
/**
 * SASS File: 		_import.scss
 * Type: 			importer
 * Author:        	Chris Humboldt
 * Last Edited:   	14 August 2014
 */
/**
 * SASS File: 		_functions.scss
 * Type: 			development
 * Author:        	Chris Humboldt
 * Last Edited:   	6 August 2014
 */
/**
 * SASS File: 		_mixins.scss
 * Type: 			development
 * Author:        	Chris Humboldt
 * Last Edited:   	9 August 2014
 */
/**
 * SASS File: 		_animation.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	12 July 2014
 */
/**
 * SASS File: 		_arrow.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	29 July 2014
 * Based on: 		http://cssarrowplease.com/
 */
/**
 * SASS File: 		_background.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	1 September 2014
 */
/**
 * SASS File: 		_border.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	6 August 2014
 */
/**
 * SASS File: 		_breakpoint.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	6 August 2014
 */
/**
 * SASS File: 		_colour.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	2 September 2014
 */
/**
 * SASS File: 		_display.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	11 August 2014
 */
/**
 * SASS File: 		_drop-shadow.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	29 July 2014
 */
/**
 * SASS File: 		_global.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	22 May 2014
 */
/**
 * SASS File: 		_gradient.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	6 August 2014
 */
/**
 * SASS File: 		_input_types.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	13 May 2014
 */
/**
 * SASS File: 		_ios.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	22 March 2014
 */
/**
 * SASS File: 		_layout.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	23 September 2014
 */
/**
 * SASS File: 		_responsive-layout.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	30 July 2014
 */
/**
 * SASS File: 		_size.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	1 September 2014
 */
/**
 * SASS File: 		_spacing.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	1 September 2013
 */
/**
 * SASS File: 		_text.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	1 September 2014
 */
/**
 * SASS File: 		_transform.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	18 August 2014
 * Edited by: 		Chris Humboldt
 */
/**
 * SASS File: 		_background.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	1 September 2014
 */
/**
 * SASS File: 		_display.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	23 September 2014
 */
/**
 * SASS File: 		_global.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	13 May 2014
 */
/**
 * SASS File: 		_layout.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	23 September 2014
 */
/**
 * SASS File: 		_position.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	23 September 2014
 */
/**
 * SASS File: 		_responsive-layout.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	23 September 2014
 */
/**
 * SASS File: 		_sizing.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	23 September 2014
 */
/**
 * SASS File: 		_spacing.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	23 September 2013
 */
/**
 * SASS File: 		_text.scss
 * Requires: 		_responsive-layout.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	23 September 2014
 */
/**
 * SASS File: 		_execute.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	17 August 2014
 */
/**
 * SASS File: 		_import.scss
 * Type: 			importer
 * Author:        	Chris Humboldt
 * Last Edited:   	23 September 2014
 */
/**
 * SASS File: 		_check.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	23 September 2014
 */
/**
 * SASS File: 		_input.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	23 September 2014
 */
.input-group, .input-group-two, .input-group-three {
  width: 100%;
}
.input-group:before, .input-group-two:before, .input-group-three:before, .input-group:after, .input-group-two:after, .input-group-three:after {
  content: " ";
  display: table;
}
.input-group:after, .input-group-two:after, .input-group-three:after {
  clear: both;
}
.input-group input, .input-group-two input, .input-group-three input {
  margin-left: -1px;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background-clip: padding-box;
}
.input-group input:first-child, .input-group-two input:first-child, .input-group-three input:first-child {
  margin-left: 0px;
  border-radius: 2px 0px 0px 2px;
  -o-border-radius: 2px 0px 0px 2px;
  -ms-border-radius: 2px 0px 0px 2px;
  -moz-border-radius: 2px 0px 0px 2px;
  -webkit-border-radius: 2px 0px 0px 2px;
  background-clip: padding-box;
}
.input-group input:last-child, .input-group-two input:last-child, .input-group-three input:last-child {
  border-radius: 0px 2px 2px 0px;
  -o-border-radius: 0px 2px 2px 0px;
  -ms-border-radius: 0px 2px 2px 0px;
  -moz-border-radius: 0px 2px 2px 0px;
  -webkit-border-radius: 0px 2px 2px 0px;
  background-clip: padding-box;
}
.input-group .input-icon input, .input-group-two .input-icon input, .input-group-three .input-icon input {
  width: 100%;
}
.input-group .input-icon:first-child input, .input-group-two .input-icon:first-child input, .input-group-three .input-icon:first-child input {
  margin-left: 0px;
  border-radius: 2px 0px 0px 2px;
  -o-border-radius: 2px 0px 0px 2px;
  -ms-border-radius: 2px 0px 0px 2px;
  -moz-border-radius: 2px 0px 0px 2px;
  -webkit-border-radius: 2px 0px 0px 2px;
  background-clip: padding-box;
}
.input-group .input-icon:last-child input, .input-group-two .input-icon:last-child input, .input-group-three .input-icon:last-child input {
  border-radius: 0px 2px 2px 0px;
  -o-border-radius: 0px 2px 2px 0px;
  -ms-border-radius: 0px 2px 2px 0px;
  -moz-border-radius: 0px 2px 2px 0px;
  -webkit-border-radius: 0px 2px 2px 0px;
  background-clip: padding-box;
}

.input-group-two input,
.input-group-two .input-icon {
  float: left;
  position: relative;
  width: 50%;
}

.input-group-three input,
.input-group-three .input-icon {
  float: left;
  position: relative;
  width: 33.33333%;
}

.input-icon {
  position: relative;
}
.input-icon i {
  position: absolute;
  right: 12px;
  margin-top: 13px;
  font-size: 16px;
  font-size: 1rem;
  z-index: 4;
}
.input-icon input {
  padding-right: 36px;
}

/**
 * SASS File: 		_label.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	23 September 2014
 */
/**
 * SASS File: 		_select.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	1 October 2014
 */
/**
 * SASS File: 		_setup.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	23 May 2014
 */
@font-face {
  font-family: 'formplate';
  src: url("icon-font-formplate/icomoon.eot?c4hmew");
  src: url("icon-font-formplate/icomoon.eot?#iefixc4hmew") format("embedded-opentype"), url("icon-font-formplate/icomoon.woff?c4hmew") format("woff"), url("icon-font-formplate/icomoon.ttf?c4hmew") format("truetype"), url("icon-font-formplate/icomoon.svg?c4hmew#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * SASS File: 		_textarea.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	30 July 2014
 */
/**
 * SASS File: 		_toggler.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	23 September 2014
 */
/**
 * SASS File: 		_execute.scss
 * Type: 			partial
 * Author:        	Chris Humboldt
 * Last Edited:   	23 September 2014
 */
@media screen and (min-width: 500px) {
  head {
    font-family: "nano 500px";
  }

  body:after {
    content: "nano - min-width: 500px";
  }
}
@media screen and (min-width: 750px) {
  head {
    font-family: "minitablet 750px";
  }

  body:after {
    content: "minitablet - min-width: 750px";
  }
}
@media screen and (min-width: 768px) {
  head {
    font-family: "tablet 768px";
  }

  body:after {
    content: "tablet - min-width: 768px";
  }
}
@media screen and (min-width: 974px) {
  head {
    font-family: "minidesktop 974px";
  }

  body:after {
    content: "minidesktop - min-width: 974px";
  }
}
@media screen and (min-width: 1015px) {
  head {
    font-family: "fullnav 1015px";
  }

  body:after {
    content: "fullnav - min-width: 1015px";
  }
}
@media screen and (min-width: 1200px) {
  head {
    font-family: "desktop 1200px";
  }

  body:after {
    content: "desktop - min-width: 1200px";
  }
}
head {
  clear: both;
}
head title {
  font-family: "nano 500px, minitablet 750px, tablet 768px, minidesktop 974px, fullnav 1015px, desktop 1200px";
}

body:after {
  display: none;
}

*[data-usn-if] {
  display: none;
}

.font-color--black, .button--secondarycta:hover, .button--transparent--black {
  color: #1c1c1c;
}

.photo--caption, .font-color--gray, .list li, .list--nobullets li, .faq__answer, .pricing__points {
  color: #7f7f7f;
}

.font-color--white, .button--primarycta, .button--secondarycta, .button--transparent--black:hover, .software__intro p, .button--insights, .insights__contact button:hover {
  color: #fff;
}

.font-color--off-white {
  color: #f8f8f8;
}

.font-color--red, li.icon__dots:before {
  color: #ef2b35;
}

.font-color--teal {
  color: #3ab9a0;
}

.font-color--purple {
  color: #a72d8c;
}

.font-color--yellow {
  color: #e2ba35;
}

.font-color--blue {
  color: #2ec2dc;
}

.button--transparent--black:hover, .contactus__wrapper, .quote__wrapper, .carousel__quotes, .software__intro, .culture__life, .culture__mission--two, .mission__intro--two {
  background-color: #1c1c1c;
}

.pricing__panel {
  background-color: #7f7f7f;
}

.button--secondarycta:hover {
  background-color: #fff;
}

.section__fullwidth.section__fullwidth--off {
  background-color: #f5f7fa;
}

.button--primarycta, .index__intro, .insights__contact button {
  background-color: #ef2b35;
}

.case-study--pepsi .case-study--filter, .case-study--sap .case-study--filter, .case-study--sailthru .case-study--filter, .button--insights {
  background-color: #3ab9a0;
}

.case-study--bloomberg .case-study--filter, .case-study--summit .case-study--filter, .case-study--hp .case-study--filter, .case-study--visa .case-study--filter {
  background-color: #a72d8c;
}

.case-study--hartford .case-study--filter, .case-study--monster .case-study--filter {
  background-color: #e2ba35;
}

.case-study--capgemini .case-study--filter, .case-study--conagra .case-study--filter, .content__intro {
  background-color: #2ec2dc;
}

.button__text, .navigation__button .button__text, .case-study--figcaption {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav__container--mobile {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.hero__wrapper, .software__hero, .content__hero, .culture__hero, .mission__hero, .contact__hero, .services__hero, .press__hero {
  padding-top: 40px;
}

.solutions__content-creation__hero, .solutions__global-collaboration__hero, .solutions__asset-management__hero, .solutions__brand-governance__hero, .solutions__social-listening__hero, .solutions__streamlined-publishing__hero, .solutions__social-publishing__hero, .solutions__content-measurement__hero, .solutions__audience-insights__hero, .solutions__strategy-services__hero, .solutions__implementation-onboarding__hero, .solutions__security-compliance__hero, .contest__hero {
  background-size: cover;
  background-attachment: initial;
  background-position: center;
  background-repeat: no-repeat;
}

html, body {
  height: 100%;
}

.noscroll {
  position: fixed;
  overflow: hidden;
}

.divider, hr {
  height: 0;
  margin: 10px 0;
  background: transparent;
  padding: 0;
  border-top: 1px solid #d8d8d8;
  *zoom: 1;
}
.divider:before, .divider:after, hr:before, hr:after {
  content: " ";
  display: table;
}
.divider:after, hr:after {
  clear: both;
}

.section__block__body .divider {
  margin: 30px 0;
}

.pull--left {
  float: left;
}

.pull--right {
  float: right;
}

.vertical__centering {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.horizontal-line--black {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  margin: 40px auto;
  width: 200px;
  border-top: 1px solid #1c1c1c;
}
.horizontal-line--black:first-child {
  margin-left: auto;
}
.horizontal-line--black:last-child {
  margin-right: auto;
}

.horizontal-line--white {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  margin: 0 auto 40px;
  width: 200px;
  border-top: 1px solid #fff;
}
.horizontal-line--white:first-child {
  margin-left: auto;
}
.horizontal-line--white:last-child {
  margin-right: auto;
}

.scrollTo {
  position: absolute;
  bottom: 5%;
  left: 50%;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 0 0 -16px;
  cursor: pointer;
  z-index: 5;
}

.nospace--left {
  padding-left: 0;
  margin-left: 0;
}

.nospace--side {
  padding-right: 0;
  margin-right: 0;
}

.hidden--mobile, .navigation__container {
  display: none;
}
@media (min-width: 750px) {
  .hidden--mobile, .navigation__container {
    display: initial;
  }
}
@media (min-width: 750px) {
  .hidden--mobile.hidden--tablet, .navigation__container {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hidden--mobile.hidden--tablet, .navigation__container {
    display: initial;
  }
}

.hidden--desktop {
  display: initial;
}
@media (min-width: 1200px) {
  .hidden--desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .hidden--desktop.hidden--tablet, .hidden--desktop.navigation__container {
    display: none;
  }
}

.show--mobile {
  display: block;
}
@media (min-width: 768px) {
  .show--mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .show--mobile.show--tablet {
    display: initial;
  }
}
@media (min-width: 1200px) {
  .show--mobile.show--tablet {
    display: none;
  }
}

svg {
  fill: #1c1c1c;
}
svg:hover {
  fill: #181818;
}

.section__full {
  width: 100%;
}
.section__full.section__full--offset {
  background-color: #f8f8f8;
}

.section__block {
  *zoom: 1;
  width: auto;
  max-width: 1400px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  padding: 20px;
}
.section__block:before, .section__block:after {
  content: '';
  display: table;
}
.section__block:after {
  clear: both;
}

.section__body {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
.section__body:first-child {
  margin-left: auto;
}
.section__body:last-child {
  margin-right: auto;
}

@media (min-width: 768px) {
  .section__body {
    text-align: left;
    display: inline;
    clear: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    padding: 0 20px;
  }
  .section__body:first-child {
    margin-left: 0;
  }
  .section__body:last-child {
    margin-right: 0;
  }
  .section__body:before, .section__body:after {
    content: '';
    display: table;
  }
  .section__body:after {
    clear: both;
  }
  .section__body:last-child {
    margin-right: 0%;
  }
}
.section__fullwidth {
  width: 100%;
}

.section__block__super {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section__block__super:first-child {
  margin-left: auto;
}
.section__block__super:last-child {
  margin-right: auto;
}

.section__block__super--narrow {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section__block__super--narrow:first-child {
  margin-left: auto;
}
.section__block__super--narrow:last-child {
  margin-right: auto;
}

.section__block {
  *zoom: 1;
  width: auto;
  max-width: 1400px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 20px;
  text-align: center;
}
.section__block:before, .section__block:after {
  content: '';
  display: table;
}
.section__block:after {
  clear: both;
}

.section__block__body {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.section__block__body:first-child {
  margin-left: auto;
}
.section__block__body:last-child {
  margin-right: auto;
}

.section__logo {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}
.section__logo:first-child {
  margin-left: auto;
}
.section__logo:last-child {
  margin-right: auto;
}

.logo__img {
  width: 222px;
  height: auto;
}

.section__logo--meta {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section__logo--meta:first-child {
  margin-left: auto;
}
.section__logo--meta:last-child {
  margin-right: auto;
}

.container {
  *zoom: 1;
}
.container:before, .container:after {
  content: '';
  display: table;
}
.container:after {
  clear: both;
}

.feature-point--two {
  padding-top: 20px;
  margin-bottom: 50px;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.feature-point--two:before, .feature-point--two:after {
  content: '';
  display: table;
}
.feature-point--two:after {
  clear: both;
}
.feature-point--two:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.feature-point--two:nth-child(2n + 1) {
  clear: both;
}

.feature-point--three {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.feature-point--three:first-child {
  margin-left: auto;
}
.feature-point--three:last-child {
  margin-right: auto;
}

.feature-point--five {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.feature-point--five:before, .feature-point--five:after {
  content: '';
  display: table;
}
.feature-point--five:after {
  clear: both;
}
.feature-point--five:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.feature-point--five:nth-child(2n + 1) {
  clear: both;
}

.feature-point--four {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.feature-point--four:first-child {
  margin-left: auto;
}
.feature-point--four:last-child {
  margin-right: auto;
}

.feature-point--six {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
}
.feature-point--six:before, .feature-point--six:after {
  content: '';
  display: table;
}
.feature-point--six:after {
  clear: both;
}
.feature-point--six:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.feature-point--six:nth-child(3n + 1) {
  clear: both;
}

.gallery--two {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
.gallery--two:before, .gallery--two:after {
  content: '';
  display: table;
}
.gallery--two:after {
  clear: both;
}
.gallery--two:nth-child(2n) {
  float: right;
}
.gallery--two:nth-child(2n + 1) {
  clear: both;
}

.gallery--three {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
.gallery--three:before, .gallery--three:after {
  content: '';
  display: table;
}
.gallery--three:after {
  clear: both;
}
.gallery--three:nth-child(2n) {
  float: right;
}
.gallery--three:nth-child(2n + 1) {
  clear: both;
}

.gallery--four {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
.gallery--four:before, .gallery--four:after {
  content: '';
  display: table;
}
.gallery--four:after {
  clear: both;
}
.gallery--four:nth-child(2n) {
  float: right;
}
.gallery--four:nth-child(2n + 1) {
  clear: both;
}

.gallery--five {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
.gallery--five:before, .gallery--five:after {
  content: '';
  display: table;
}
.gallery--five:after {
  clear: both;
}
.gallery--five:nth-child(2n) {
  float: right;
}
.gallery--five:nth-child(2n + 1) {
  clear: both;
}

.half {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.half:before, .half:after {
  content: '';
  display: table;
}
.half:after {
  clear: both;
}
.half:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.half:nth-child(2n + 1) {
  clear: both;
}

.one-third {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
}
.one-third:before, .one-third:after {
  content: '';
  display: table;
}
.one-third:after {
  clear: both;
}
.one-third:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.one-third:nth-child(3n + 1) {
  clear: both;
}

.one-fourth {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
.one-fourth:before, .one-fourth:after {
  content: '';
  display: table;
}
.one-fourth:after {
  clear: both;
}
.one-fourth:nth-child(4n) {
  margin-right: 0%;
  float: right;
}
.one-fourth:nth-child(4n + 1) {
  clear: both;
}

.one-fifth {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.6%;
  margin-left: 0%;
  margin-right: 3%;
}
.one-fifth:before, .one-fifth:after {
  content: '';
  display: table;
}
.one-fifth:after {
  clear: both;
}
.one-fifth:nth-child(5n) {
  margin-right: 0%;
  float: right;
}
.one-fifth:nth-child(5n + 1) {
  clear: both;
}

.gallery--one-sixth {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 16.66667%;
  margin-left: 0%;
  margin-right: 0%;
}
.gallery--one-sixth:before, .gallery--one-sixth:after {
  content: '';
  display: table;
}
.gallery--one-sixth:after {
  clear: both;
}

.gallery--one-third {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: 0%;
}
.gallery--one-third:before, .gallery--one-third:after {
  content: '';
  display: table;
}
.gallery--one-third:after {
  clear: both;
}

.gallery--one-five {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 20%;
  margin-left: 0%;
  margin-right: 0%;
}
.gallery--one-five:before, .gallery--one-five:after {
  content: '';
  display: table;
}
.gallery--one-five:after {
  clear: both;
}
.gallery--one-five:nth-child(5n) {
  float: right;
}
.gallery--one-five:nth-child(5n + 1) {
  clear: both;
}

.two-third {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%;
}
.two-third:before, .two-third:after {
  content: '';
  display: table;
}
.two-third:after {
  clear: both;
}
.two-third:last-child {
  margin-right: 0%;
}

.three-forth {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%;
}
.three-forth:before, .three-forth:after {
  content: '';
  display: table;
}
.three-forth:after {
  clear: both;
}
.three-forth:last-child {
  margin-right: 0%;
}

.four-fifth {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 79.4%;
  margin-left: 0%;
  margin-right: 3%;
}
.four-fifth:before, .four-fifth:after {
  content: '';
  display: table;
}
.four-fifth:after {
  clear: both;
}
.four-fifth:last-child {
  margin-right: 0%;
}

.gallery-half {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
.gallery-half:before, .gallery-half:after {
  content: '';
  display: table;
}
.gallery-half:after {
  clear: both;
}
.gallery-half:nth-child(2n) {
  float: right;
}
.gallery-half:nth-child(2n + 1) {
  clear: both;
}

.gallery-one-third {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: 0%;
}
.gallery-one-third:before, .gallery-one-third:after {
  content: '';
  display: table;
}
.gallery-one-third:after {
  clear: both;
}
.gallery-one-third:nth-child(3n) {
  float: right;
}
.gallery-one-third:nth-child(3n + 1) {
  clear: both;
}

.gallery-one-fourth {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
}
.gallery-one-fourth:before, .gallery-one-fourth:after {
  content: '';
  display: table;
}
.gallery-one-fourth:after {
  clear: both;
}
.gallery-one-fourth:nth-child(4n) {
  float: right;
}
.gallery-one-fourth:nth-child(4n + 1) {
  clear: both;
}

.gallery-one-fifth {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 20%;
  margin-left: 0%;
  margin-right: 0%;
}
.gallery-one-fifth:before, .gallery-one-fifth:after {
  content: '';
  display: table;
}
.gallery-one-fifth:after {
  clear: both;
}
.gallery-one-fifth:nth-child(5n) {
  float: right;
}
.gallery-one-fifth:nth-child(5n + 1) {
  clear: both;
}

.gallery-two-third {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 66.66667%;
  margin-left: 0%;
  margin-right: 0%;
}
.gallery-two-third:before, .gallery-two-third:after {
  content: '';
  display: table;
}
.gallery-two-third:after {
  clear: both;
}

.gallery-three-forth {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 75%;
  margin-left: 0%;
  margin-right: 0%;
}
.gallery-three-forth:before, .gallery-three-forth:after {
  content: '';
  display: table;
}
.gallery-three-forth:after {
  clear: both;
}

.gallery-four-fifth {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 80%;
  margin-left: 0%;
  margin-right: 0%;
}
.gallery-four-fifth:before, .gallery-four-fifth:after {
  content: '';
  display: table;
}
.gallery-four-fifth:after {
  clear: both;
}

.gallery--two-four {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
.gallery--two-four:before, .gallery--two-four:after {
  content: '';
  display: table;
}
.gallery--two-four:after {
  clear: both;
}
.gallery--two-four:nth-child(2n) {
  float: right;
}
.gallery--two-four:nth-child(2n + 1) {
  clear: both;
}

.feature--two-four {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.feature--two-four:before, .feature--two-four:after {
  content: '';
  display: table;
}
.feature--two-four:after {
  clear: both;
}
.feature--two-four:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.feature--two-four:nth-child(2n + 1) {
  clear: both;
}

.feature-one-third, .feature-two-third {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.feature-one-third:first-child, .feature-two-third:first-child {
  margin-left: auto;
}
.feature-one-third:last-child, .feature-two-third:last-child {
  margin-right: auto;
}

@media (min-width: 500px) {
  .section__block {
    padding: 50px;
  }
}
@media (min-width: 768px) {
  .feature-one-third {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .feature-one-third:before, .feature-one-third:after {
    content: '';
    display: table;
  }
  .feature-one-third:after {
    clear: both;
  }
  .feature-one-third:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .feature-one-third:nth-child(3n + 1) {
    clear: both;
  }

  .feature-two-third {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.66667%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .feature-two-third:before, .feature-two-third:after {
    content: '';
    display: table;
  }
  .feature-two-third:after {
    clear: both;
  }
  .feature-two-third:last-child {
    margin-right: 0%;
  }

  .section__block__super--narrow {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 70.57143%;
    margin-left: 0%;
    margin-right: 3%;
    position: relative;
    left: 14.71429%;
  }
  .section__block__super--narrow:before, .section__block__super--narrow:after {
    content: '';
    display: table;
  }
  .section__block__super--narrow:after {
    clear: both;
  }
  .section__block__super--narrow:last-child {
    margin-right: 0%;
  }

  .section__block__body {
    text-align: left;
    display: inline;
    clear: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    padding: 0 20px;
  }
  .section__block__body:first-child {
    margin-left: 0;
  }
  .section__block__body:last-child {
    margin-right: 0;
  }
  .section__block__body:before, .section__block__body:after {
    content: '';
    display: table;
  }
  .section__block__body:after {
    clear: both;
  }
  .section__block__body:last-child {
    margin-right: 0%;
  }

  .section__logo--meta {
    padding-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.8%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .section__logo--meta:before, .section__logo--meta:after {
    content: '';
    display: table;
  }
  .section__logo--meta:after {
    clear: both;
  }
  .section__logo--meta:last-child {
    margin-right: 0%;
  }

  .section__logo {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 38.2%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .section__logo:before, .section__logo:after {
    content: '';
    display: table;
  }
  .section__logo:after {
    clear: both;
  }
  .section__logo:last-child {
    margin-right: 0%;
  }

  .section__block__alternate--right {
    position: relative;
    left: 51.5%;
  }

  .section__block__alternate--left {
    position: relative;
    left: -51.5%;
  }

  .feature-point--two {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .feature-point--two:before, .feature-point--two:after {
    content: '';
    display: table;
  }
  .feature-point--two:after {
    clear: both;
  }
  .feature-point--two:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .feature-point--two:nth-child(2n + 1) {
    clear: both;
  }

  .feature-point--three {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .feature-point--three:before, .feature-point--three:after {
    content: '';
    display: table;
  }
  .feature-point--three:after {
    clear: both;
  }
  .feature-point--three:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .feature-point--three:nth-child(3n + 1) {
    clear: both;
  }

  .feature-point--four {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .feature-point--four:before, .feature-point--four:after {
    content: '';
    display: table;
  }
  .feature-point--four:after {
    clear: both;
  }
  .feature-point--four:nth-child(2n) {
    margin-right: 3%;
    float: left;
  }
  .feature-point--four:nth-child(2n + 1) {
    clear: none;
  }
  .feature-point--four:nth-child(4n) {
    margin-right: 0%;
    float: right;
  }
  .feature-point--four:nth-child(4n + 1) {
    clear: both;
  }

  .feature-point--five {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 17.6%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .feature-point--five:before, .feature-point--five:after {
    content: '';
    display: table;
  }
  .feature-point--five:after {
    clear: both;
  }
  .feature-point--five:nth-child(2n) {
    margin-right: 3%;
    float: left;
  }
  .feature-point--five:nth-child(2n + 1) {
    clear: none;
  }
  .feature-point--five:nth-child(5n) {
    margin-right: 0%;
    float: right;
  }
  .feature-point--five:nth-child(5n + 1) {
    clear: both;
  }

  .feature-point--six {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 14.16667%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .feature-point--six:before, .feature-point--six:after {
    content: '';
    display: table;
  }
  .feature-point--six:after {
    clear: both;
  }
  .feature-point--six:nth-child(3n) {
    margin-right: 3%;
    float: left;
  }
  .feature-point--six:nth-child(3n + 1) {
    clear: none;
  }
  .feature-point--six:nth-child(6n) {
    margin-right: 0%;
    float: right;
  }
  .feature-point--six:nth-child(6n + 1) {
    clear: both;
  }

  .gallery--three {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .gallery--three:before, .gallery--three:after {
    content: '';
    display: table;
  }
  .gallery--three:after {
    clear: both;
  }
  .gallery--three:nth-child(3n) {
    float: right;
  }
  .gallery--three:nth-child(3n + 1) {
    clear: both;
  }
  .gallery--three:nth-child(2n) {
    float: left;
  }
  .gallery--three:nth-child(2n + 1) {
    clear: none;
  }

  .gallery--four {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .gallery--four:before, .gallery--four:after {
    content: '';
    display: table;
  }
  .gallery--four:after {
    clear: both;
  }
  .gallery--four:nth-child(4n) {
    float: right;
  }
  .gallery--four:nth-child(4n + 1) {
    clear: both;
  }
  .gallery--four:nth-child(2n) {
    float: left;
  }
  .gallery--four:nth-child(2n + 1) {
    clear: none;
  }

  .gallery--two-four {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .gallery--two-four:before, .gallery--two-four:after {
    content: '';
    display: table;
  }
  .gallery--two-four:after {
    clear: both;
  }
  .gallery--two-four:nth-child(4n) {
    float: right;
  }
  .gallery--two-four:nth-child(4n + 1) {
    clear: both;
  }
  .gallery--two-four:nth-child(2n) {
    float: left;
  }
  .gallery--two-four:nth-child(2n + 1) {
    clear: none;
  }

  .feature--two-four {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .feature--two-four:before, .feature--two-four:after {
    content: '';
    display: table;
  }
  .feature--two-four:after {
    clear: both;
  }
  .feature--two-four:nth-child(2n) {
    margin-right: 3%;
    float: left;
  }
  .feature--two-four:nth-child(2n + 1) {
    clear: none;
  }
  .feature--two-four:nth-child(4n) {
    margin-right: 0%;
    float: right;
  }
  .feature--two-four:nth-child(4n + 1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .section__block {
    padding: 50px;
  }
  .section__block.section__block--fullimg {
    padding: 50px;
  }

  .section__block__super {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.8%;
    margin-left: 0%;
    margin-right: 3%;
    position: relative;
    left: 20.6%;
  }
  .section__block__super:before, .section__block__super:after {
    content: '';
    display: table;
  }
  .section__block__super:after {
    clear: both;
  }
  .section__block__super:last-child {
    margin-right: 0%;
  }

  .section__block__super--narrow {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    position: relative;
    left: 25.75%;
  }
  .section__block__super--narrow:before, .section__block__super--narrow:after {
    content: '';
    display: table;
  }
  .section__block__super--narrow:after {
    clear: both;
  }
  .section__block__super--narrow:last-child {
    margin-right: 0%;
  }

  .gallery--three {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .gallery--three:before, .gallery--three:after {
    content: '';
    display: table;
  }
  .gallery--three:after {
    clear: both;
  }
  .gallery--three:nth-child(3n) {
    float: right;
  }
  .gallery--three:nth-child(3n + 1) {
    clear: both;
  }

  .gallery--five {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 20%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .gallery--five:before, .gallery--five:after {
    content: '';
    display: table;
  }
  .gallery--five:after {
    clear: both;
  }
  .gallery--five:nth-child(5n) {
    float: right;
  }
  .gallery--five:nth-child(5n + 1) {
    clear: both;
  }
  .gallery--five:nth-child(2n) {
    float: left;
  }
  .gallery--five:nth-child(2n + 1) {
    clear: none;
  }
}
h1, h2, .h1, .h2 {
  font-family: prenton, proxima-nova, helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 20px 0;
  font-size: 22px;
}

h3, h4, .h3, .h4 {
  font-family: prenton, proxima-nova, helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 14px 0;
  font-size: 20px;
}

h5, h6, .h5, .h6 {
  font-family: prenton, proxima-nova, helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 14px 0;
  font-size: 18px;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  font-family: proxima-nova, helvetica, sans-serif;
  font-weight: 300;
}

p, a, li, code {
  font-family: proxima-nova, helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.75;
  margin: 20px 0;
  font-size: 15px;
}

a {
  color: inherit;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

a .link {
  text-decoration: none !important;
  border-bottom: 1px solid #1c1c1c;
}

small, .small {
  font-family: proxima-nova, helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.75;
  font-size: 14px;
}

.meta {
  font-size: 12px;
}

.light {
  font-weight: 300;
}

.lead {
  font-size: 90px;
  line-height: 1;
}

.photo--caption {
  font-size: 12px;
}

.italic {
  font-style: italic;
}

.text-spaced {
  line-height: 1.6;
}

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

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

.text-align--right, .navigation__button .navigation__text:last-child {
  text-align: right;
}

.text-error {
  color: #ef2b35;
}

.text-muted {
  color: #999;
}

.text-emphasized {
  font-weight: 700;
}

.center--center {
  text-align: center;
  margin: 0 auto;
}

::-moz-selection {
  background-color: #8AD3DD;
}

::selection {
  background-color: #8AD3DD;
}

ul,
ol {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ol {
  list-style-type: lower-roman;
}

ul ul ol,
ul ol ol,
ol ul ol,
ol ol ol {
  list-style-type: lower-alpha;
}

ul {
  list-style-type: none;
  padding: 0;
}
ul li {
  margin: 0;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 40px;
  }

  h2, .h2 {
    font-size: 30px;
  }

  h3, .h3 {
    font-size: 26px;
  }

  h4, .h4 {
    font-size: 24px;
  }

  h5, .h5, h6 {
    font-size: 18px;
  }

  p, .h6 li {
    font-size: 17px;
  }

  .small {
    font-size: 14px !important;
  }

  p, a, li {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 50px;
  }

  h2, .h2 {
    font-size: 40px;
  }

  h3, .h3 {
    font-size: 34px;
  }

  h4, .h4 {
    font-size: 26px;
  }

  h5, .h5 {
    font-size: 22px;
  }

  h6, .h6 {
    font-size: 19px;
  }
}
button {
  padding: 0 20px;
  margin: 0;
  height: auto;
  font-family: proxima-nova, helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 2px;
  width: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
button:focus {
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.1);
}

@media (min-width: 500px) {
  button {
    width: initial;
  }
}
.button--primarycta {
  border: 1px solid #ef2b35;
}
.button--primarycta:hover {
  background: #cb252d;
}

.button--large {
  padding: 15px 40px;
  font-size: 15px;
}

.button--secondarycta {
  border: 1px solid #fff;
  background: transparent;
}

.button--blue {
  color: #fff;
  background: #2ec2dc;
  border: 1px solid #2ec2dc;
}
.button--blue:hover {
  background: #27a5bb;
}

.button--teal {
  color: #fff;
  background: #3ab9a0;
  border: 1px solid #3ab9a0;
}
.button--teal:hover {
  background: #319d88;
}

.button--purple {
  color: #fff;
  background: #a72d8c;
  border: 1px solid #a72d8c;
}
.button--purple:hover {
  background: #8e2677;
}

.button--yellow {
  color: #fff;
  background: #e2ba35;
  border: 1px solid #e2ba35;
}
.button--yellow:hover {
  background: #c09e2d;
}

.button--transparent--black {
  border: 1px solid #1c1c1c;
  background: transparent;
}

button > a {
  text-decoration: none;
  font-size: 13px;
}

.button__block {
  padding-top: 30px;
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.button__block:first-child {
  margin-left: auto;
}
.button__block:last-child {
  margin-right: auto;
}

.toggle {
  color: #1c1c1c;
  margin: 0;
  height: auto;
  font-family: proxima-nova, helvetica, sans-serif;
  font-weight: 600;
  font-size: 15px;
}

.toggle--blue {
  color: #2ec2dc;
  margin: 0;
  height: auto;
  font-family: proxima-nova, helvetica, sans-serif;
  font-weight: 600;
  font-size: 15px;
}

.toggle--purple {
  color: #a72d8c;
  margin: 0;
  height: auto;
  font-family: proxima-nova, helvetica, sans-serif;
  font-weight: 600;
  font-size: 15px;
}

.toggle--yellow {
  color: #e2ba35;
  margin: 0;
  height: auto;
  font-family: proxima-nova, helvetica, sans-serif;
  font-weight: 600;
  font-size: 15px;
}

.navigation__container a {
  text-decoration: none;
}

.navigation__tile:first-child {
  border-right: 1px solid #eeeeee;
}

.navigation__tile a {
  height: 100%;
  display: block;
}

.navigation__item i {
  padding: 0 3rem;
  vertical-align: middle;
}

.navigation__button {
  position: relative;
  margin: 0;
  display: none;
  overflow: hidden;
  height: 150px;
}
.navigation__button .button__text {
  position: absolute;
  padding: 0 3em;
  width: 100%;
}
.navigation__button .button__text i {
  vertical-align: middle;
}

.button__img--zoom {
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button__img--zoom:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.list li {
  font-size: inherit;
  margin: 0;
  margin-bottom: 8px;
}

.list--nobullets li {
  font-size: inherit;
  margin: 0;
  margin-bottom: 8px;
  list-style: none;
}

.list li.icon {
  margin-left: 15px;
}

.fp-select {
  width: 100% !important;
  margin-bottom: 1.5em;
}
.fp-select select {
  height: 42px !important;
}
.fp-select .form-field {
  font-family: proxima-nova, helvetica, sans-serif;
  font-size: 14px;
}

.form-field {
  position: relative;
  padding-bottom: 20px;
}
.form-field .mktFormMsg {
  position: absolute;
  top: 0;
  right: 0;
  left: auto !important;
  color: #fff;
}

.mktError input, .mktError select {
  border: 1px #ef2b35 solid;
}

.form-label, .form-field {
  font-family: proxima-nova, helvetica, sans-serif;
  font-size: 14px;
}

.contact__form-fields .mktFormMsg {
  display: none !important;
}

.title-select {
  position: relative;
  font-family: proxima-nova, helvetica, sans-serif;
  font-size: 14px;
  width: 100% !important;
  height: 45px !important;
  margin: 0;
  padding-left: 12px;
  padding-right: 48px;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  outline: 0;
  letter-spacing: normal;
  text-transform: none;
  word-spacing: normal;
  -webkit-font-smooth: antialiased;
  word-wrap: normal;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  z-index: 2;
}

.form-field {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.form-field:first-child {
  margin-left: auto;
}
.form-field:last-child {
  margin-right: auto;
}

.form-field--textarea {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.form-field--textarea:first-child {
  margin-left: auto;
}
.form-field--textarea:last-child {
  margin-right: auto;
}

@media (min-width: 768px) {
  .form-field {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .form-field:before, .form-field:after {
    content: '';
    display: table;
  }
  .form-field:after {
    clear: both;
  }
  .form-field:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .form-field:nth-child(2n + 1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .form-field {
    text-align: left;
    display: inline;
    clear: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .form-field:first-child {
    margin-left: 0;
  }
  .form-field:last-child {
    margin-right: 0;
  }
  .form-field:before, .form-field:after {
    content: '';
    display: table;
  }
  .form-field:after {
    clear: both;
  }
  .form-field:nth-child(2n) {
    margin-right: 3%;
    float: left;
  }
  .form-field:nth-child(2n + 1) {
    clear: none;
  }
  .form-field:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .form-field:nth-child(3n + 1) {
    clear: both;
  }
}
.video__wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.video__container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  outline: 0;
  border: 0;
  transition: opacity 400ms ease;
  transform: translate(-50%, -50%);
  transition: opacity 400ms ease;
}

.video__caption__container {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  max-width: 100%;
}

.video__caption {
  display: table-cell;
  vertical-align: middle;
}

.icon__svg {
  height: auto;
}

.logos__client {
  width: 300px;
}

.icon--newscredlogo {
  vertical-align: middle;
}

.software__icons .icon--software:hover:hover .st0 {
  stroke: #3ab9a0;
}

li.icon__dots:before {
  font-family: FontAwesome;
  font-size: 7px;
  text-align: center;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  line-height: 1;
  display: inline-block;
  padding-right: 15px;
  margin-left: -15px;
}

li.icon__dots:before {
  content: "\f111";
}

.icon__dropdown:after {
  font-family: FontAwesome;
  content: "\f078";
  font-size: 7px;
  text-align: center;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  line-height: 1;
  display: inline-block;
  color: inherit;
}
.icon__dropdown:after:hover {
  color: inherit;
}

.footer__icons .social__icons {
  padding-top: 15px;
}

.pill {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pill--primary {
  color: #fff;
  background: #ef2b35;
  border: 1px solid #ef2b35;
  font-weight: 700;
  border: 1px solid #ef2b35;
  border-radius: 2px;
  padding: 3px;
}
.pill--primary:hover {
  background: #cb252d;
}

.copy__link a, a.copy__link {
  color: #7f7f7f;
  text-decoration: none;
  border-bottom: 1px dotted #7f7f7f;
}
.copy__link a:hover, a.copy__link:hover {
  border-color: #cb252d;
}

.brand__link a, a.brand__link {
  color: #ef2b35;
  text-decoration: none;
  border-bottom: 1px none #ef2b35;
}
.brand__link a:hover, a.brand__link:hover {
  border-color: #cb252d;
}

#demandbase-autocomplete .ui-widget .ui-widget {
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-top: 15px;
  margin-top: 12px;
  box-shadow: 0 1px 32px rgba(0, 0, 0, 0.3);
}
#demandbase-autocomplete .ui-menu .ui-menu-item a.ui-corner-all {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-weight: 300;
  padding: 8px 28px;
  margin: 0;
  color: #1c1c1c;
  font-size: 14px;
  border: none;
}

.hero__wrapper {
  position: relative;
}

.hero__wrapper button {
  margin: 10px;
  margin-left: 0;
  min-width: 130px;
}

@media (min-width: 750px) {
  .headline--super {
    text-align: center;
    padding-bottom: 20px;
  }

  .hero__wrapper {
    /* /Need space for the dropdown */
    width: 100%;
    height: 100%;
    background-position: center;
    padding: 0;
  }

  .vertical__centering--hero {
    position: relative;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.hero__block {
  padding: 100px 0;
}

@media (min-width: 768px) {
  .hero__block {
    max-width: 700px;
  }
  .hero__block .section__block__subblock {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 79.4%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .hero__block .section__block__subblock:before, .hero__block .section__block__subblock:after {
    content: '';
    display: table;
  }
  .hero__block .section__block__subblock:after {
    clear: both;
  }
  .hero__block .section__block__subblock:last-child {
    margin-right: 0%;
  }

  .solutions__hero .hero__block {
    max-width: 800px;
  }
}
.nav__menu--desktop {
  display: none;
}

.nav__global {
  position: fixed;
  background: none;
  top: 0;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  box-shadow: none;
  z-index: 3;
}

.nav--colored {
  background: #fff;
  border-bottom: solid 1px #eeeeee;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav--colored .nav__button {
  color: #1c1c1c;
  border: 1px solid #1c1c1c;
}

.nav__global .nav__inner {
  max-width: 1400px;
  padding: 1px 50px;
  margin: auto;
  height: auto;
}

.nav__global .nav__inner nav:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.nav__global nav {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.nav__global .newscred__logo {
  float: left;
  display: block;
  padding: 6px 0;
}

.nav__global a.newscred__logo {
  margin: 0;
  padding: 0;
}

.newscred__logo .icon--newscredlogo {
  fill: #fff;
  width: 94px;
  height: 39px;
}

.nav__global.nav--colored .newscred__logo .icon--newscredlogo {
  fill: #1c1c1c;
}

.menu-icon button {
  padding: 10px 20px;
  height: auto;
}

.menu-icon {
  display: block;
  float: right;
  padding: 6px 0;
}

.overlay-cred.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 2;
}

.overlay-cred {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s visiblity;
  -moz-transition: opacity 0.5s visiblity;
  transition: opacity 0.5s visiblity;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
}

.overlay ul li.nav__menu__item--mobile {
  display: block;
  height: calc(100%/9);
  min-height: 44px;
  font-size: inherit;
  width: 100%;
}
.overlay ul li.nav__menu__item--mobile a.nav__menu__item--link {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

.overlay ul li a {
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

a {
  text-decoration: none;
  outline: none;
}

.overlay-cred nav {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}

.overlay nav {
  text-align: center;
  position: relative;
  top: 35%;
  height: 50%;
  font-size: 42px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay-cred.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.overlay-cred nav ul {
  opacity: 0.4;
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}

.nav__container--mobile {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fff;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.nav__container--mobile .nav__menu--mobile {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.nav__container--mobile .nav__menu__item--mobile {
  margin: 0;
  padding: 4px 0;
  color: #1c1c1c;
}
.nav__container--mobile .nav__menu__item--mobile:hover {
  background: #1c1c1c;
  color: #fff;
}

@media (min-width: 1015px) {
  .menu__toggle {
    display: none;
  }

  .nav__menu--desktop {
    display: block;
  }

  .nav__global .newscred__logo {
    padding: 10px 0;
  }

  .nav__menu__item--link {
    text-decoration: none;
  }

  .nav__menu__item--highlight {
    font-weight: 600;
  }

  .nav__menu__item--dropdown {
    margin: 0;
    float: none;
  }

  .nav__item--dropdown.nav__item__platform {
    width: 170px;
    margin-left: -10px;
  }

  .nav__item--dropdown {
    position: absolute;
    display: inline;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20%) scale(0.9);
    -moz-transform: translateY(20%) scale(0.9);
    -ms-transform: translateY(20%) scale(0.9);
    -o-transform: translateY(20%) scale(0.9);
    transform: translateY(20%) scale(0.9);
    min-width: 170px;
    margin-left: -10px;
    border-radius: 2px;
    padding: 10px;
  }
  .nav__item--dropdown:after, .nav__item--dropdown:before {
    left: 20%;
  }

  .nav__menu__item.nav__menu__item--dropdown:hover .nav__item--dropdown {
    position: absolute;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.3);
    -moz-transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.3);
    transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.3);
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
    transform-origin: 29px -10px;
  }

  .nav__item--dropdown li {
    text-decoration: none;
    line-height: 2;
  }

  .nav__item--dropdown.nav__item__platform {
    width: 170px;
    margin-left: -10px;
  }

  .nav__global .nav__menu__item--link {
    margin: 0;
  }

  .dropdown {
    position: absolute;
    z-index: 9999999;
    display: none;
  }

  .dropdown .dropdown-menu {
    min-width: 160px;
    max-width: 360px;
    list-style: none;
    border-radius: 2px;
    overflow: visible;
    padding: 10px 0;
    margin: 0;
  }

  .dropdown .dropdown-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 18px;
  }

  .dropdown .dropdown-menu li a {
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    text-decoration: none;
    line-height: 21px;
    padding: 3px 15px;
    margin: 0;
    white-space: nowrap;
    outline: 0;
  }

  .dropdown.dropdown-tip {
    margin-top: 8px;
  }

  .nav__menu--desktop {
    margin-right: 0;
    float: right;
    display: block;
    margin-top: 0;
    text-align: right;
  }

  .nav__menu--desktop > li {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 3px;
    border-radius: 2px;
    padding: 10px;
  }
  .nav__menu--desktop > li:hover:not(.nav__contact) {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .nav__contact {
    border-radius: 2px;
  }

  .nav__menu--desktop .nav__menu__item--link.nav__contact--link {
    padding: 12px 22px;
    text-transform: uppercase;
    min-width: 102px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
  }
  .nav__menu--desktop .nav__menu__item--link.nav__contact--link:hover {
    box-shadow: 0 0 5px #ef2b35;
  }

  .nav__menu--desktop li .nav__menu__item--link {
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 1em;
  }

  .nav__global.nav--colored .nav__menu--desktop li .nav__menu__item--link, .nav__global.nav--colored .nav__menu__item--dropdown:after {
    color: #1c1c1c;
  }
  .nav__global.nav--colored .nav__menu--desktop .nav__menu__item--link.nav__contact--link {
    color: #fff;
  }

  .nav__menu__item--link.nav__menu__item--highlight {
    float: left;
    margin-right: 2px;
  }

  .nav__menu__item--dropdown:after {
    float: right;
    margin: 2px;
    color: #fff;
  }

  .nav__item--dropdown {
    background-color: #fff;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.26), 0 0 0 1px rgba(0, 0, 0, 0.025);
    text-align: left;
    top: 48px;
  }

  .nav__item--dropdown {
    display: flex;
    display: -webkit-box;
    flex-direction: row;
  }
  .nav__item--dropdown .nav__item__column {
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 1;
    -moz-flex-basis: 1;
    flex-basis: 1;
  }
  .nav__item--dropdown .nav__item__box {
    padding: 20px;
  }

  .nav__item--stack {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .nav__item--stack:first-child {
    margin-left: auto;
  }
  .nav__item--stack:last-child {
    margin-right: auto;
  }

  .nav__item--dropdown li {
    padding: 3px 0;
  }

  .nav__item--dropdown li a {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
  }
  .nav__item--dropdown li a:first-child {
    margin-left: auto;
  }
  .nav__item--dropdown li a:last-child {
    margin-right: auto;
  }
  .nav__item--dropdown li a:hover {
    color: #ef2b35;
  }

  .nav__item__img {
    width: 300px;
    height: 300px;
    background: url("assets/img/v3/index/solutions-nav/nav-audience-insights.jpg") no-repeat center;
  }

  .nav__item--dropdown.nav__item__platform {
    width: 170px;
    margin-left: -10px;
  }

  .nav__item--dropdown.nav__item__solutions {
    position: absolute;
    margin-left: -58px;
    width: 700px;
    padding: 0;
  }
}
.nav--inverted {
  background-color: #1c1c1c;
  position: fixed;
  width: 100%;
}
.nav--inverted .nav__global {
  position: relative;
}

footer {
  min-width: inherit;
}

.footer .section__block {
  margin: auto;
  padding: 30px;
}

.footer hr {
  margin: 0 0 15px;
}

.footer__panel {
  margin: auto;
}

.footer__link {
  font-size: 13px;
  padding: 2px 0;
  text-align: left;
}

.footer__link a {
  font-size: inherit;
}

.footer__headline, .footer__headline a {
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 15px;
}

.footer__badge {
  display: inline-block;
}
.footer__badge:not(:last-child) {
  margin-right: 30px;
}

.badge__img {
  height: 60px;
}

.footer__icons.social__icons {
  padding-top: 15px;
}

.footer__icons .social__link {
  font-size: 40px;
  color: #1c1c1c;
  padding: 1px;
  padding-left: 1px;
  line-height: 1;
}

.newscred__copystamp {
  display: block;
  color: #7f7f7f;
}

li.social__link {
  display: inline;
  color: #1c1c1c;
  line-height: 1;
}
li.social__link:hover {
  color: #030303;
}
li.social__link a {
  line-height: 1;
}

.footer .footnote {
  margin: auto;
  padding: 5px;
}

.footer .footer__legal {
  height: auto;
}

.footer__unit {
  display: inline-block;
  line-height: 60px;
  height: 60px;
  vertical-align: middle;
}

.footer__link a, a.footer__link {
  color: #7f7f7f;
  text-decoration: none;
}
.footer__link a:hover, a.footer__link:hover {
  border-color: #cb252d;
}

.footer__logo .icon--newscredlogo {
  fill: #1c1c1c;
  margin-right: 50px;
}

.footer__legal .footer__link {
  display: inline-block;
}

.footer__block {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.22222%;
  margin-left: 0%;
  margin-right: 0%;
}
.footer__block:before, .footer__block:after {
  content: '';
  display: table;
}
.footer__block:after {
  clear: both;
}
.footer__block.footer__block--large {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: 0%;
}
.footer__block.footer__block--large:before, .footer__block.footer__block--large:after {
  content: '';
  display: table;
}
.footer__block.footer__block--large:after {
  clear: both;
}

@media (min-width: 1200px) {
  .footer__block {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 18.18182%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .footer__block:before, .footer__block:after {
    content: '';
    display: table;
  }
  .footer__block:after {
    clear: both;
  }
  .footer__block.footer__block--large {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 27.27273%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .footer__block.footer__block--large:before, .footer__block.footer__block--large:after {
    content: '';
    display: table;
  }
  .footer__block.footer__block--large:after {
    clear: both;
  }
}
.contactus__dropdown {
  height: 90px;
}

@media (min-width: 768px) {
  .contactus__wrapper h3 {
    text-align: left;
  }
}
.contactus__form {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.contactus__form:first-child {
  margin-left: auto;
}
.contactus__form:last-child {
  margin-right: auto;
}

@media (min-width: 768px) {
  .contactus__form {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 70.57143%;
    margin-left: 0%;
    margin-right: 3%;
    position: relative;
    left: 14.71429%;
    padding: 0;
  }
  .contactus__form:before, .contactus__form:after {
    content: '';
    display: table;
  }
  .contactus__form:after {
    clear: both;
  }
  .contactus__form:last-child {
    margin-right: 0%;
  }

  .contactus__form form {
    padding-top: 20px;
  }
}
.quote__container {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.quote__logo {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  position: relative;
  left: 25.75%;
}
.quote__logo:before, .quote__logo:after {
  content: '';
  display: table;
}
.quote__logo:after {
  clear: both;
}
.quote__logo:last-child {
  margin-right: 0%;
}

.carousel__quotes .carousel__panel {
  margin: auto;
}
.carousel__quotes .carousel {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  position: relative;
  left: 25.75%;
}
.carousel__quotes .carousel:before, .carousel__quotes .carousel:after {
  content: '';
  display: table;
}
.carousel__quotes .carousel:after {
  clear: both;
}
.carousel__quotes .carousel:last-child {
  margin-right: 0%;
}

.quote__wrapper {
  padding: 20px 0;
}
.quote__wrapper .section__block {
  padding: 10px 70px;
}

.quote__author p::before {
  content: "-";
}

.quote__container .feature-point--two {
  margin-bottom: 50px;
}

.quote__quote {
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .quote__container .feature-point--two {
    margin-bottom: 0;
  }
}
.carousel__panel a, .carousel__panel img {
  width: auto;
  height: auto;
}

.carousel__wrapper, .carousel__panel {
  padding: 0;
}

@media (min-width: 1200px) {
  .carousel__wrapper {
    padding-top: 30px;
  }

  .carousel__panel {
    padding: 20px 0;
  }
}
.brand-logos__img {
  padding: 50px 0;
  margin: auto;
}

@media (min-width: 768px) {
  .carousel__client .section__block {
    padding: 20px 50px;
  }
}
@media (min-width: 1200px) {
  .carousel__client .section__block {
    padding: 0 50px;
  }
}
.banner__wrapper .section__block {
  padding: 0;
}

.banner__link {
  text-decoration: none;
}

a.banner__link {
  width: 100%;
  margin: 0;
}

.banner__wrapper {
  padding: 10px 10px;
}
.banner__wrapper .banner__message p {
  font-size: 14px;
}
.banner__wrapper .banner__message em {
  text-transform: uppercase;
  padding: 0 10px;
  color: #ef2b35;
  font-weight: 600;
  font-style: inherit;
  font-size: 12px;
}

.herobanner__wrapper {
  display: none;
}

.banner--insights {
  color: #fff;
  background-color: #3ab9a0;
}
.banner--insights:hover {
  background-color: #34a790;
}

.banner--default {
  color: #1c1c1c;
  background-color: #EDEDED;
}
.banner--default:hover {
  background-color: #d5d5d5;
}

@media (min-width: 1024px) {
  .herobanner__wrapper {
    display: block;
  }
}
.faq.section__body {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.faq.section__body:first-child {
  margin-left: auto;
}
.faq.section__body:last-child {
  margin-right: auto;
}

.faq__title {
  margin-bottom: 30px;
}

.faq__query {
  margin-bottom: 20px;
}

.faq__question {
  font-weight: bold;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .faq.section__body {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.8%;
    margin-left: 0%;
    margin-right: 3%;
    position: relative;
    left: 20.6%;
  }
  .faq.section__body:before, .faq.section__body:after {
    content: '';
    display: table;
  }
  .faq.section__body:after {
    clear: both;
  }
  .faq.section__body:last-child {
    margin-right: 0%;
  }
}
.index__hero {
  background: url("../../img/v3/index/sunlight-hero.jpg") no-repeat center;
  background-size: cover;
}

.index__banner {
  position: relative;
}

.feature--three {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.feature--three:first-child {
  margin-left: auto;
}
.feature--three:last-child {
  margin-right: auto;
}

.partners .partner .photo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #1c1c1c center cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.35s cubic-bezier(0.25 0.86 0.325 1);
  -moz-transition: opacity 0.35s cubic-bezier(0.25 0.86 0.325 1);
  transition: opacity 0.35s cubic-bezier(0.25 0.86 0.325 1);
}

.partner .logo {
  position: absolute;
  top: 0;
  display: flex;
  display: -webkit-box;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #1c1c1c center cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.35s cubic-bezier(0.25 0.86 0.325 1);
  -moz-transition: opacity 0.35s cubic-bezier(0.25 0.86 0.325 1);
  transition: opacity 0.35s cubic-bezier(0.25 0.86 0.325 1);
}

.case-study__hero {
  background: url("../../img/v3/casestudies/header-images/pepsi-header-img.jpg") center no-repeat;
  background-size: cover;
  background-attachment: initial;
  padding-top: 140px;
  padding-bottom: 100px;
}

.case-study__hero .headline--super {
  text-transform: capitalize;
}

.case-study__logo {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 50px;
}
.case-study__logo:first-child {
  margin-left: auto;
}
.case-study__logo:last-child {
  margin-right: auto;
}
.case-study__logo img {
  width: 222px;
  height: auto;
}

.case-study__wrapper {
  background: #ef2b35;
}
.case-study__wrapper .gallery__container {
  margin: 0;
}

.case-study__img {
  position: relative;
  width: 100%;
}

.case-study--filter {
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 0;
}
.case-study--filter:hover {
  /* /Can't inherit hover so need to write it again. */
}
.case-study--filter:hover .case-study__img {
  opacity: 0.5;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.case-study__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.case-study__item a {
  display: block;
  margin: 0;
}

.case-study--figcaption {
  position: absolute;
  left: 0;
  right: 0;
}

.case-study--pepsi .case-study__img {
  background: url("../../img/v3/casestudies/client-thumbs/pepsi-thumb.jpg") no-repeat center center;
  background-size: cover;
}

.case-study--hartford .case-study__img {
  background: url("../../img/v3/casestudies/client-thumbs/hartford-thumb.jpg") no-repeat center center;
  background-size: cover;
}

.case-study--bloomberg .case-study__img {
  background: url("../../img/v3/casestudies/client-thumbs/bloomberg-thumb.jpg") no-repeat center center;
  background-size: cover;
}

.case-study--summit .case-study__img {
  background: url("../../img/v3/casestudies/summit/summit-thumb.jpg") no-repeat center center;
  background-size: cover;
}

.case-study--capgemini .case-study__img {
  background: url("../../img/v3/casestudies/client-thumbs/capgemini-thumb.jpg") no-repeat center center;
  background-size: cover;
}

.case-study--sap .case-study__img {
  background: url("../../img/v3/casestudies/client-thumbs/sap-thumb.jpg") no-repeat center center;
  background-size: cover;
}

.case-study--monster .case-study__img {
  background: url("../../img/v3/casestudies/client-thumbs/monster-thumb.jpg") no-repeat center center;
  background-size: cover;
}

.case-study--hp .case-study__img {
  background: url("../../img/v3/casestudies/client-thumbs/hp-thumb.jpg") no-repeat center center;
  background-size: cover;
}

.case-study--conagra .case-study__img {
  background: url("../../img/v3/casestudies/client-thumbs/conagra-thumb.jpg") no-repeat center center;
  background-size: cover;
}

.case-study--visa .case-study__img {
  background: url("../../img/v3/casestudies/client-thumbs/visa-thumb.jpg") no-repeat center center;
  background-size: cover;
}

.case-study--sailthru .case-study__img {
  background: url("../../img/v3/casestudies/client-thumbs/sailthru-thumb.jpg") no-repeat center center;
  background-size: cover;
}

.case-study--figcaption-info {
  width: 100%;
  margin-bottom: -60px;
  color: #fff;
}

a.solution__link {
  font-style: normal;
  border-bottom: 1px dotted #fff;
  text-decoration: none;
  margin: 0;
  font-size: 17px;
}

.stats__container {
  padding: 25px 50px;
}

.case-study__solution {
  height: auto;
}

.case-study__solution .case-study__super {
  *zoom: 1;
  width: auto;
  max-width: 800px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.case-study__solution .case-study__super:before, .case-study__solution .case-study__super:after {
  content: '';
  display: table;
}
.case-study__solution .case-study__super:after {
  clear: both;
}

.case-study__solution__img {
  width: 100%;
  box-shadow: 0 0 25px 0 rgba(255, 255, 255, 0.3);
  border: 1px solid #eeeeee;
  border-radius: 2px;
}

.case-study__challenge {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.case-study__challenge:first-child {
  margin-left: auto;
}
.case-study__challenge:last-child {
  margin-right: auto;
}

@media (min-width: 768px) {
  .case-study__solution__img {
    *zoom: 1;
    width: auto;
    max-width: 600px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .case-study__solution__img:before, .case-study__solution__img:after {
    content: '';
    display: table;
  }
  .case-study__solution__img:after {
    clear: both;
  }

  .case-study__logo {
    padding-bottom: 0;
    text-align: left;
    display: inline;
    clear: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 38.2%;
    margin-left: 0%;
    margin-right: 3%;
    position: relative;
    left: 61.8%;
  }
  .case-study__logo:first-child {
    margin-left: 0;
  }
  .case-study__logo:last-child {
    margin-right: 0;
  }
  .case-study__logo:before, .case-study__logo:after {
    content: '';
    display: table;
  }
  .case-study__logo:after {
    clear: both;
  }
  .case-study__logo:last-child {
    margin-right: 0%;
  }
  .case-study__logo img {
    width: 292px;
  }

  .case-study__challenge {
    text-align: left;
    display: inline;
    clear: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.8%;
    margin-left: 0%;
    margin-right: 3%;
    position: relative;
    left: -41.2%;
    text-align: left;
  }
  .case-study__challenge:first-child {
    margin-left: 0;
  }
  .case-study__challenge:last-child {
    margin-right: 0;
  }
  .case-study__challenge:before, .case-study__challenge:after {
    content: '';
    display: table;
  }
  .case-study__challenge:after {
    clear: both;
  }
  .case-study__challenge:last-child {
    margin-right: 0%;
  }
}
@media (min-width: 1200px) {
  .case-study__solution {
    height: 820px;
  }

  .case-study__results {
    padding-top: 130px;
  }

  .case-study__results.case-study__bloomberg {
    padding-top: 160px;
  }

  .case-study__quote {
    padding-top: 100px;
  }

  .case-study__solution {
    height: 660px;
  }

  .case-study__solution__img {
    *zoom: 1;
    width: auto;
    max-width: 800px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: -400px;
  }
  .case-study__solution__img:before, .case-study__solution__img:after {
    content: '';
    display: table;
  }
  .case-study__solution__img:after {
    clear: both;
  }

  .next-previous__wrapper {
    padding-top: 300px;
    /* For sections with no results to support negative margins */
  }

  .case-study__hero--pepsi {
    background-position-y: -30px;
  }

  .case-study__hero--bloomberg {
    background-position-y: -230px;
  }

  .case-study__hero--capgemini {
    background-position-y: -130px;
  }

  .case-study__hero--sap {
    background-position-y: -200px;
  }

  .case-study__hero--monster {
    background-position-y: -70px;
  }

  .case-study__hero--visa {
    background-position-y: -160px;
  }
}
.case-study__hero--pepsi {
  background: url("../../img/v3/casestudies/header-images/pepsi-header-img.jpg") center no-repeat;
  background-size: cover;
}

.case-study__solution--pepsi {
  background: url("../../img/v3/casestudies/header-images/our-solution/pepsi-header-img.jpg");
}

.case-study__hero--hartford {
  background: url("../../img/v3/casestudies/header-images/hartford-header-img.jpg") center no-repeat;
  background-size: cover;
}

.case-study__solution--hartford {
  background: url("../../img/v3/casestudies/header-images/our-solution/hartford-header-img.jpg");
}

.case-study__hero--bloomberg {
  background: url("../../img/v3/casestudies/header-images/bloomberg-header-img.jpg") center no-repeat;
  background-size: cover;
}

.case-study__solution--bloomberg {
  background: url("../../img/v3/casestudies/header-images/our-solution/bloomberg-header-img.jpg");
}

.case-study__hero--capgemini {
  background: url("../../img/v3/casestudies/header-images/capgemini-header-img.jpg") center no-repeat;
  background-size: cover;
}

.case-study__solution--capgemini {
  background: url("../../img/v3/casestudies/header-images/our-solution/capgemini-header-img.jpg");
}

.case-study__hero--sap {
  background: url("../../img/v3/casestudies/header-images/sap-header-img.jpg") center no-repeat;
  background-size: cover;
}

.case-study__solution--sap {
  background: url("../../img/v3/casestudies/header-images/our-solution/sap-header-img.jpg");
}
.case-study__solution--sap .section__block {
  padding-bottom: 30px;
}

.case-study__hero--monster {
  background: url("../../img/v3/casestudies/header-images/monster-header-img.jpg") center no-repeat;
  background-size: cover;
}

.case-study__solution--monster {
  background: url("../../img/v3/casestudies/header-images/our-solution/monster-header-img.jpg");
}

.case-study__hero--hp {
  background: url("../../img/v3/casestudies/header-images/hp-header-img.jpg") center no-repeat;
  background-size: cover;
}

.case-study__solution--hp {
  background: url("../../img/v3/casestudies/header-images/our-solution/hp-header-img.jpg");
}

.case-study__hero--conagra {
  background: url("../../img/v3/casestudies/header-images/conagra-header-img.jpg") center no-repeat;
  background-size: cover;
}

.case-study__solution--conagra {
  background: url("../../img/v3/casestudies/header-images/our-solution/conagra-header-img.jpg");
}

.case-study__hero--visa {
  background: url("../../img/v3/casestudies/header-images/visa-header-img.jpg") center no-repeat;
  background-size: cover;
}

.case-study__solution--visa {
  background: url("../../img/v3/casestudies/header-images/our-solution/visa-header-img.jpg");
}

.case-study__hero--sailthru {
  background: url("../../img/v3/casestudies/header-images/sailthru-header-img.jpg") center no-repeat;
  background-size: cover;
}

.case-study__solution--sailthru {
  background: url("../../img/v3/casestudies/header-images/our-solution/sailthru-header-img.jpg");
}

.case-study__navigation .navigation__tile, .case-study__navigation .button__img {
  height: 300px;
}

.navigation__img--pepsi {
  background-image: url("../../img/v3/casestudies/previous-next-images/previous-next-pepsi.jpg");
}

.navigation__img--hartford {
  background-image: url("../../img/v3/casestudies/previous-next-images/previous-next-hartford.jpg");
}

.navigation__img--bloomberg {
  background-image: url("../../img/v3/casestudies/previous-next-images/previous-next-bloomberg.jpg");
}

.navigation__img--capgemini {
  background-image: url("../../img/v3/casestudies/previous-next-images/previous-next-capgemini.jpg");
}

.navigation__img--sap {
  background-image: url("../../img/v3/casestudies/previous-next-images/previous-next-sap.jpg");
}

.navigation__img--monster {
  background-image: url("../../img/v3/casestudies/previous-next-images/previous-next-monster.jpg");
}

.navigation__img--hp {
  background-image: url("../../img/v3/casestudies/previous-next-images/previous-next-hp.jpg");
}

.navigation__img--conagra {
  background-image: url("../../img/v3/casestudies/previous-next-images/previous-next-conagra.jpg");
}

.navigation__img--visa {
  background-image: url("../../img/v3/casestudies/previous-next-images/previous-next-visa.jpg");
}

.navigation__img--sailthru {
  background-image: url("../../img/v3/casestudies/previous-next-images/previous-next-sailthru.jpg");
}

@media (min-width: 768px) {
  .navigation__item {
    display: block;
  }
}
.software__hero .hero__block {
  max-width: 800px;
}
.software__hero .section__block__subblock {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.software__hero .section__block__subblock:first-child {
  margin-left: auto;
}
.software__hero .section__block__subblock:last-child {
  margin-right: auto;
}

@media (min-width: 768px) {
  .software__hero .section__block__subblock {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 55.85714%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .software__hero .section__block__subblock:before, .software__hero .section__block__subblock:after {
    content: '';
    display: table;
  }
  .software__hero .section__block__subblock:after {
    clear: both;
  }
  .software__hero .section__block__subblock:last-child {
    margin-right: 0%;
  }
}
.software__hero {
  background: url("../../img/v3/software/software-hero.jpg");
  background-size: cover;
  background-attachment: initial;
}

.software__intro a {
  text-decoration: none;
}

.software__carousel {
  background-color: #fff;
}
.software__carousel .section__block {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%;
  position: relative;
  left: 12.875%;
}
.software__carousel .section__block:before, .software__carousel .section__block:after {
  content: '';
  display: table;
}
.software__carousel .section__block:after {
  clear: both;
}
.software__carousel .section__block:last-child {
  margin-right: 0%;
}
.software__carousel img {
  margin: 20px 40px;
}

.software__clients .section__block {
  padding: 5px;
}

.client-logos {
  width: 300px;
}

.software__product {
  margin: 20px 0;
}

.software__intro .icon--software svg {
  width: 120px;
  height: auto;
  margin: auto;
}
.software__intro .icon--software svg:hover {
  fill: #2e9480;
}
.software__intro svg.icon--publish {
  position: relative;
  top: -9px;
}
.software__intro .software__intro__box {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 70.57143%;
  margin-left: 0%;
  margin-right: 3%;
  position: relative;
  left: 14.71429%;
  padding: 10px 0;
}
.software__intro .software__intro__box:before, .software__intro .software__intro__box:after {
  content: '';
  display: table;
}
.software__intro .software__intro__box:after {
  clear: both;
}
.software__intro .software__intro__box:last-child {
  margin-right: 0%;
}

.content__intro .horizontal-line--black {
  margin-top: 0;
}

.content__licensed__why svg {
  fill: #7f7f7f;
}
.content__licensed__why svg:hover {
  fill: #6c6c6c;
}

.content__licensed__why svg {
  width: 30%;
}

.content__hero {
  background: url("../../img/v3/content/content-hero.jpg") no-repeat center;
  background-attachment: initial;
  background-size: cover;
}

.content__original {
  background: url("../../img/v3/content/content-original.jpg") no-repeat center;
  background-attachment: initial;
  background-size: cover;
}

.content__ugc {
  background: url("../../img/v3/content/content-ugc.jpg") no-repeat center;
  background-attachment: initial;
  background-size: cover;
}

@media (min-width: 768px) {
  .content__original .section__block__body, .content__ugc .section__block__body {
    text-align: left;
  }

  .content__licensed__why svg {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .content__hero {
    padding: 140px 0;
  }
}
.culture__hero .section__block__subblock {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.culture__hero .section__block__subblock:first-child {
  margin-left: auto;
}
.culture__hero .section__block__subblock:last-child {
  margin-right: auto;
}

@media (min-width: 500px) {
  .section__block__subblock {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.25%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .section__block__subblock:before, .section__block__subblock:after {
    content: '';
    display: table;
  }
  .section__block__subblock:after {
    clear: both;
  }
  .section__block__subblock:last-child {
    margin-right: 0%;
  }
}
.culture__hero {
  background: url("../../img/v3/culture/company-hero.jpg");
  background-size: cover;
  background-attachment: initial;
}

.culture__intro .horizontal-line--black {
  margin-top: 0;
}
.culture__intro h4 {
  line-height: 1.4;
}

.culture__mission {
  background-color: #a72d8c;
}

.culture__life .section__block {
  padding: 60px 0;
}
.culture__life .text-align--center {
  margin: 0;
}

.culture__leadership h3 {
  padding-bottom: 40px;
}
.culture__leadership .feature-point--three {
  padding-bottom: 30px;
}

.culture__leadership__photo {
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-clip: padding-box;
}

.culture__technology {
  background: url("../../img/v3/culture/culture-technology-bg.jpg");
  background-size: cover;
}
.culture__technology hr {
  margin: 0;
}

#careers {
  height: 71px;
  width: 100%;
}

.culture__positions h3 {
  padding-bottom: 30px;
}

.culture__positions__general {
  padding: 0;
}

.sr-widget {
  border: none;
  padding-bottom: 50px;
}
.sr-widget .srJobListJobTitle {
  padding-left: 0 !important;
}
.sr-widget .srJobListDepartment {
  text-align: right !important;
  padding-right: 0 !important;
}
.sr-widget .srJobListTypeOfEmployment {
  display: none;
}
.sr-widget .srJobListLocation {
  display: none;
}

@media (min-width: 768px) {
  .culture__leadership .feature-point--five {
    padding-bottom: 40px;
  }

  .sr-widget {
    border: 1px solid #7f7f7f;
    padding: 30px;
    max-width: 1000px;
    margin: 25px auto;
    margin-bottom: 60px;
  }
  .sr-widget .srJobListJobTitle {
    width: 300px;
  }
  .sr-widget .srJobListTypeOfEmployment {
    display: table-cell;
    text-align: center !important;
    width: 150px !important;
  }
}
@media (min-width: 1200px) {
  .sr-widget .srJobListLocation {
    display: table-cell;
    text-align: right !important;
  }
  .sr-widget .srJobListDepartment {
    text-align: center !important;
    width: 270px !important;
  }
}
.mission__hero {
  background: url("../../img/v3/mission/mission-hero.jpg");
  background-size: cover;
  background-attachment: intial;
}

.mission__divider--one img, .mission__divider--two img {
  margin-bottom: -20px;
  width: 100%;
  height: auto;
}

.mission__causes {
  background: url("../../img/v3/mission/mission-causes.jpg");
  background-size: cover;
  background-attachment: initial;
}

.icon--shafqat-signature {
  width: 40%;
  height: auto;
}

.contact__hero {
  background: url("../../img/v3/contact/contact-hero.jpg") no-repeat center;
  background-size: cover;
  background-attachment: intial;
  max-height: 1000px;
}

ul.contact__office {
  text-align: center;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .contact__hero {
    padding-top: 560px;
  }

  ul.contact__office {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .contact__hero {
    width: 100%;
    height: 100%;
    background-position: center;
    padding: 0;
  }
}
.services__hero {
  background: url("../../img/v3/services/services-hero.jpg");
  background-size: cover;
  background-attachment: initial;
}

.services__strategy {
  background: url("../../img/v3/services/services-strategy.jpg") center;
  background-size: cover;
  background-attachment: initial;
}

.services__publisher img {
  padding-top: 50px;
}

@media (min-width: 768px) {
  .services__strategy .section__block__body {
    text-align: left;
  }
}
.legal {
  padding: 8%;
  padding-top: 20%;
}
.legal p {
  color: #7f7f7f;
  padding-bottom: 10px;
}
.legal a {
  color: #2ec2dc;
  text-decoration: none;
  border-bottom: 1px solid #2ec2dc;
}

.legal .footer__legal {
  /* Only applies to legal licensing to push footer to flush bottom */
  width: 100%;
  height: 180px;
}

.legal__list {
  list-style-type: decimal;
  list-style-position: inside;
}

.legal__list__item {
  padding: 0;
}

.legal__list__item p {
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .legal {
    padding-top: 10%;
  }

  .legal__list__item {
    padding: 10px;
  }
}
.academy a {
  text-decoration: none;
}

.academy #mktFrmButtons {
  width: 100%;
}

.academy .contactus__wrapper input {
  height: 45px;
}

.nc-input {
  width: 100%;
}

.content-thumbnail .title, .content-thumbnail .type {
  font-size: 13px;
}

.shape__circle {
  position: relative;
  border-radius: 50%;
}
.shape__circle p {
  position: relative;
  z-index: 3;
}

.shape__circle--outline {
  position: relative;
  border: none;
}

.vertical-line--black {
  display: none;
}

.profile__portraits {
  margin: 20px auto;
  border-radius: 50%;
  max-width: 150px;
}

.button--insights {
  background: #3ab9a0;
  border: 1px solid #3ab9a0;
  padding: 50px 100px;
  font-size: 17px;
  padding: 40px 100px 64px;
}
.button--insights:hover {
  background: #319d88;
}

.button--overlay {
  position: relative;
  margin-bottom: -50px;
  z-index: 2;
}

h1.insights, h2.insights, h3.insights {
  font-family: proxima-nova, helvetica, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  padding: 20px 0;
}

p.insights {
  font-size: 18px;
}

.footnotes__copy {
  color: #7f7f7f;
  text-shadow: 1px 1px 0 #fff;
  font-size: 15px;
  font-style: italic;
}

.insights__stat {
  font-family: prenton, proxima-nova, helvetica, sans-serif;
  font-size: 150px;
  font-style: normal;
  display: block;
  color: #404040;
  line-height: 1.5;
}

h1.insights, h3.insights {
  max-width: 600px;
  margin: inherit;
}

.insights__hero {
  position: relative;
}

.insights__hero::before {
  background: #f5f7fa url("../../img/microsite/audience-insights/ai-bg.png") no-repeat center;
  background-size: cover;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  min-height: 800px;
}

.insights__header {
  position: relative;
  z-index: 2;
}
.insights__header h1, .insights__header p {
  color: #fff;
}

.insights__intro {
  /* Keep intro copy above overlapping hero bg */
  padding-top: 50px;
}
.insights__intro .section__block__super--narrow {
  position: relative;
  z-index: 1;
}

.insights__audience h1.insights {
  padding-bottom: 40px;
}

.insights__audience .carousel__wrapper {
  position: relative;
  max-width: 1000px;
  padding-top: 0;
}
.insights__audience .cycle-slideshow {
  width: 100%;
}

.insights__points {
  position: relative;
  overflow: hidden;
  background: #1c1c1c;
}
.insights__points h1, .insights__points h2, .insights__points h3, .insights__points h4, .insights__points p {
  color: #fff;
}
.insights__points h3.insights {
  padding-top: 0;
}

.insights__point {
  padding: 50px 0;
}
.insights__point .icon--insights {
  max-width: 210px;
  margin: auto;
}
.insights__point .icon--insights svg {
  stroke-width: 4;
  width: 100%;
  height: 100%;
}

.insights__contact h3.insights {
  max-width: 800px;
  text-align: inherit;
}
.insights__contact button {
  height: 55px;
  width: 100%;
  border: 1px solid #ef2b35;
}
.insights__contact button:hover {
  background: #cb252d;
}

@media (min-width: 500px) {
  .insights__intro {
    padding-top: 220px;
  }
}
@media (min-width: 750px) {
  .insights__hero::before {
    height: 1200px;
  }

  .insights__intro .circle__container {
    position: relative;
  }

  .shape__circle--outline {
    border: 2px solid #1c1c1c;
    width: 450px;
    height: 450px;
    padding: 40px 50px;
  }

  .insights__intro {
    padding-top: 0;
    margin-top: -210px;
    padding-bottom: 40px;
  }

  .insights__intro .shape__circle--white {
    position: absolute;
    background-color: #fff;
    top: -18px;
    right: 20px;
    width: 450px;
    height: 450px;
    z-index: -1;
  }

  .vertical-line--black {
    position: relative;
    display: block;
    height: 200px;
    z-index: 5;
  }

  .profile__portraits {
    margin-bottom: 50px;
    margin-top: 0;
    border: 2px solid black;
  }

  .button--overlay {
    margin-bottom: -90px;
  }
}
@media (min-width: 1015px) {
  .insights__hero::before {
    min-height: 1000px;
  }
}
@media (min-width: 768px) {
  .insights__footnotes .section__block__super--narrow {
    padding: 0;
  }

  .shape__circle--outline {
    padding: 43px 53px;
  }
}
@media (min-width: 1200px) {
  .insights__hero::before {
    min-height: 1400px;
  }

  .insights__hero {
    position: relative;
  }
  .insights__hero h1 {
    font-size: 53px;
  }
}
.subscribe__hero {
  background: url("../../img/v3/subscribe/subscribe-bg.jpg") no-repeat center;
  background-size: cover;
}
.subscribe__hero em {
  font-style: normal;
  font-weight: bold;
}

.subscribe__stat {
  font-size: 60px;
  display: block;
}

.subscribe__form {
  margin: 40px 0;
}
.subscribe__form .form-field, .subscribe__form button {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.subscribe__form .form-field:first-child, .subscribe__form button:first-child {
  margin-left: auto;
}
.subscribe__form .form-field:last-child, .subscribe__form button:last-child {
  margin-right: auto;
}
.subscribe__form button {
  height: 40px;
}

@media (min-width: 768px) {
  .subscribe__stat {
    font-size: 180px;
  }
}
@media (min-width: 1200px) {
  .subscribe__form .form-field, .subscribe__form button {
    display: inline-block;
  }
  .subscribe__form .form-field {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 70.57143%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .subscribe__form .form-field:before, .subscribe__form .form-field:after {
    content: '';
    display: table;
  }
  .subscribe__form .form-field:after {
    clear: both;
  }
  .subscribe__form .form-field:last-child {
    margin-right: 0%;
  }
  .subscribe__form .buttonSubmit {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 26.42857%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .subscribe__form .buttonSubmit:before, .subscribe__form .buttonSubmit:after {
    content: '';
    display: table;
  }
  .subscribe__form .buttonSubmit:after {
    clear: both;
  }
  .subscribe__form .buttonSubmit:last-child {
    margin-right: 0%;
  }
}
.solutions__hero {
  height: auto;
  width: 100%;
}

.solutions__challenge {
  text-align: left;
}

.solutions__challenge:before {
  background-image: url("../../img/v3/solutions/icon-challenge.png");
}

.solutions__solution:before {
  background-image: url("../../img/v3/solutions/icon-solution.png");
}

.solutions__challenge:before, .solutions__solution:before {
  display: inline-block;
  content: ' ';
  background-size: 60px;
  height: 60px;
  width: 60px;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.solutions__navigation .navigation__tile, .solutions__navigation .navigation__img {
  height: 150px;
}

.solutions__intro .solutions__challenge, .solutions__intro .solutions__solution {
  margin: 30px 0;
}
.solutions__intro .solutions__challenge p, .solutions__intro .solutions__solution p {
  margin: 5px 0;
}

.solutions__intro {
  text-align: left;
}
.solutions__intro h3 {
  display: inline-block;
  vertical-align: bottom;
}

@media (min-width: 768px) {
  .solutions__intro .solutions__challenge, .solutions__intro .solutions__solution {
    margin: 0;
  }
  .solutions__intro .solutions__challenge p, .solutions__intro .solutions__solution p {
    margin: 10px 0;
  }
}
.solutions__banner {
  background-size: 700px;
  min-height: 255px;
  background-color: #1c1c1c;
  background-position: center;
  background-repeat: no-repeat;
}

.banner__container {
  width: 100%;
  background-color: #1c1c1c;
}

@media (min-width: 1200px) {
  .solutions__banner {
    background-size: auto;
  }
}
.banner--content-creation {
  background-image: url("../../img/v3/solutions/content-creation/content-creation-stat.png");
}

.banner--global-collaboration {
  background-image: url("../../img/v3/solutions/global-collaboration/global-collaboration-stat.png");
}

.banner--asset-management {
  background-image: url("../../img/v3/solutions/asset-management/asset-management-stat.png");
}

.banner--brand-governance {
  background-image: url("../../img/v3/solutions/brand-governance/brand-governance-stat.png");
}

.banner--social-listening {
  background-image: url("../../img/v3/solutions/social-listening/social-listening-stat.png");
}

.banner--streamlined-publishing {
  background-image: url("../../img/v3/solutions/streamlined-publishing/streamlined-publishing-stat.png");
}

.banner--social-publishing {
  background-image: url("../../img/v3/solutions/social-publishing/social-publishing-stat.png");
}

.banner--collaboration-workflow {
  background-image: url("../../img/v3/solutions/collaboration-workflow/collaboration-workflow-stat.png");
}

.banner--content-measurement {
  background-image: url("../../img/v3/solutions/content-measurement/content-measurement-stat.png");
}

.banner--audience-insights {
  background-image: url("../../img/v3/solutions/audience-insights/audience-insights-stat.png");
}

.banner--strategy-services {
  background-image: url("../../img/v3/solutions/strategy-services/strategy-services-stat.png");
}

.banner--implementation-onboarding {
  background-image: url("../../img/v3/solutions/implementation-onboarding/implementation-onboarding-stat.png");
}

.banner--security-compliance {
  background-image: url("../../img/v3/solutions/security-compliance/security-compliance-stat.png");
}

.solutions__content-creation__hero {
  background-image: url("../../img/v3/solutions/content-creation/content-creation-hero.jpg");
}

.solutions__global-collaboration__hero {
  background-image: url("../../img/v3/solutions/global-collaboration/global-collaboration-hero.jpg");
}

.solutions__asset-management__hero {
  background-image: url("../../img/v3/solutions/asset-management/asset-management-hero.jpg");
}

.solutions__brand-governance__hero {
  background-image: url("../../img/v3/solutions/brand-governance/brand-governance-hero.jpg");
}

.solutions__social-listening__hero {
  background-image: url("../../img/v3/solutions/social-listening/social-listening-hero.jpg");
}

.solutions__streamlined-publishing__hero {
  background-image: url("../../img/v3/solutions/streamlined-publishing/streamlined-publishing-hero.jpg");
}

.solutions__social-publishing__hero {
  background-image: url("../../img/v3/solutions/social-publishing/social-publishing-hero.jpg");
}

.solutions__content-measurement__hero {
  background-image: url("../../img/v3/solutions/content-measurement/content-measurement-hero.jpg");
}

.solutions__audience-insights__hero {
  background-image: url("../../img/v3/solutions/audience-insights/audience-insights-hero.jpg");
}

.solutions__strategy-services__hero {
  background-image: url("../../img/v3/solutions/strategy-services/strategy-services-hero.jpg");
}

.solutions__implementation-onboarding__hero {
  background-image: url("../../img/v3/solutions/implementation-onboarding/implementation-onboarding-hero.jpg");
}

.solutions__security-compliance__hero {
  background-image: url("../../img/v3/solutions/security-compliance/security-compliance-hero.jpg");
}

.button__img--content-creation {
  background-image: url("../../img/v3/solutions/navigation/content-creation-navigation.jpg");
}

.button__img--global-collaboration {
  background-image: url("../../img/v3/solutions/navigation/global-collaboration-navigation.jpg");
}

.button__img--asset-management {
  background-image: url("../../img/v3/solutions/navigation/asset-management-navigation.jpg");
}

.button__img--brand-governance {
  background-image: url("../../img/v3/solutions/navigation/brand-goverance-navigation.jpg");
}

.button__img--streamlined-publishing {
  background-image: url("../../img/v3/solutions/navigation/streamlined-publishing-navigation.jpg");
}

.button__img--social-publishing {
  background-image: url("../../img/v3/solutions/navigation/social-publishing-navigation.jpg");
}

.button__img--social-listening {
  background-image: url("../../img/v3/solutions/navigation/social-listening-navigation.jpg");
}

.button__img--content-measurement {
  background-image: url("../../img/v3/solutions/navigation/content-measurement-navigation.jpg");
}

.button__img--audience-insights {
  background-image: url("../../img/v3/solutions/navigation/audience-insights-navigation.jpg");
}

.button__img--strategy-services {
  background-image: url("../../img/v3/solutions/navigation/strategy-services-navigation.jpg");
}

.button__img--implementation-onboarding {
  background-image: url("../../img/v3/solutions/navigation/implementation-onboarding-navigation.jpg");
}

.button__img--security-compliance {
  background-image: url("../../img/v3/solutions/navigation/security-compliance-navigation.jpg");
}

.fullpage__404 {
  background: black url("../../img/404/404.jpg") no-repeat center;
  background-size: cover;
  background-attachment: initial;
  height: 100%;
}

.press__hero {
  background: url("../../img/v3/software/software-hero.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.press__spotlight__img {
  max-width: 400px;
  margin: 30px auto;
}

.press__article .divider {
  margin: 20px 0;
}

.press__kit .pill--primary {
  margin: 0 6px;
  padding: 2px 16px;
}

.press__coverage .press__article {
  padding-bottom: 20px;
}

.press__coverage {
  max-width: 900px;
  margin: auto;
}

.press__spotlight h1, .press__coverage h1, .press__kit h1 {
  padding-bottom: 30px;
}

.pricing__plan, .pricing__points {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pricing__plan:first-child, .pricing__points:first-child {
  margin-left: auto;
}
.pricing__plan:last-child, .pricing__points:last-child {
  margin-right: auto;
}

.pricing__block .section__block {
  padding: 20px 50px;
}

.pricing__software, .pricing__content, .pricing__strategy {
  border-width: 8px;
  border-top-style: solid;
}

.pricing__software {
  border-color: #2ec2dc;
}
.pricing__software .toggle {
  color: #2ec2dc;
  margin: 0;
  height: auto;
  font-family: proxima-nova, helvetica, sans-serif;
  font-weight: 600;
  font-size: 15px;
}

.pricing__content {
  border-color: #e2ba35;
}
.pricing__content .toggle {
  color: #e2ba35;
  margin: 0;
  height: auto;
  font-family: proxima-nova, helvetica, sans-serif;
  font-weight: 600;
  font-size: 15px;
}

.pricing__toggle {
  text-align: center;
}

.pricing__strategy {
  border-color: #a72d8c;
}
.pricing__strategy .toggle {
  color: #a72d8c;
  margin: 0;
  height: auto;
  font-family: proxima-nova, helvetica, sans-serif;
  font-weight: 600;
  font-size: 15px;
}

.pricing__block {
  padding: 20px;
}

.pricing__plan {
  background-color: #eeeeee;
  padding: 20px;
  margin: 10px;
}

.pricing__plan__value {
  font-size: 30px;
}

.pricing__header {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.pricing__header:first-child {
  margin-left: auto;
}
.pricing__header:last-child {
  margin-right: auto;
}

.pricing__panel {
  border-radius: 2px;
  padding: 20px;
}

.pricing__panel .button__block {
  padding: 10px;
}

.pricing__plan p {
  margin: 10px 0;
}

.pricing__panel .meta {
  font-size: 15px;
}

.pricing__plan i.icon {
  font-size: 45px;
  color: #1c1c1c;
  position: relative;
  top: -30px;
  padding: 5px;
  margin-left: -20px;
}

@media (min-width: 768px) {
  .pricing__panel {
    margin-top: -80px;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 81.81818%;
    margin-left: 0%;
    margin-right: 0%;
    position: relative;
    left: 9.36364%;
    padding: 60px 70px;
  }
  .pricing__panel:before, .pricing__panel:after {
    content: '';
    display: table;
  }
  .pricing__panel:after {
    clear: both;
  }

  .pricing__points {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .pricing__points:before, .pricing__points:after {
    content: '';
    display: table;
  }
  .pricing__points:after {
    clear: both;
  }
  .pricing__points:last-child {
    margin-right: 0%;
  }
}
@media (min-width: 1200px) {
  .pricing__header {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.66667%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
  .pricing__header:before, .pricing__header:after {
    content: '';
    display: table;
  }
  .pricing__header:after {
    clear: both;
  }
  .pricing__header:last-child {
    margin-right: 0%;
  }

  .pricing__panel .meta {
    padding: 20px 0;
  }

  .pricing__plan {
    margin-top: -80px;
    margin-bottom: 0;
    padding: 0;
    background-color: inherit;
  }

  .pricing__points, .pricing__plan {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .pricing__points:before, .pricing__points:after, .pricing__plan:before, .pricing__plan:after {
    content: '';
    display: table;
  }
  .pricing__points:after, .pricing__plan:after {
    clear: both;
  }
  .pricing__points:last-child, .pricing__plan:last-child {
    margin-right: 0%;
  }

  .pricing__points {
    position: relative;
    left: -34.33333%;
  }

  .pricing__plan {
    position: relative;
    left: 68.66667%;
  }
}
.partners__hero {
  background: url("../../img/v3/partners/partners-hero.jpg") no-repeat center;
  background-size: cover;
}

.partners--three {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.partners--three:first-child {
  margin-left: auto;
}
.partners--three:last-child {
  margin-right: auto;
}
@media (min-width: 768px) {
  .partners--three {
    text-align: left;
    display: inline;
    clear: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .partners--three:first-child {
    margin-left: 0;
  }
  .partners--three:last-child {
    margin-right: 0;
  }
  .partners--three:before, .partners--three:after {
    content: '';
    display: table;
  }
  .partners--three:after {
    clear: both;
  }
  .partners--three:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .partners--three:nth-child(3n + 1) {
    clear: both;
  }
}

.partners .partner .photo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #1c1c1c center cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.35s cubic-bezier(0.25 0.86 0.325 1);
  -moz-transition: opacity 0.35s cubic-bezier(0.25 0.86 0.325 1);
  transition: opacity 0.35s cubic-bezier(0.25 0.86 0.325 1);
}

.partners .partner .logo {
  position: absolute;
  top: 0;
  display: flex;
  display: -webkit-box;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #1c1c1c center cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.35s cubic-bezier(0.25 0.86 0.325 1);
  -moz-transition: opacity 0.35s cubic-bezier(0.25 0.86 0.325 1);
  transition: opacity 0.35s cubic-bezier(0.25 0.86 0.325 1);
}

.contest__hero {
  background-image: url("../../img/v3/contest/thinkcontent-banner.jpg");
}

.contest .section__block {
  padding-top: 50px;
}
.contest p {
  color: #7f7f7f;
  padding-bottom: 10px;
}
.contest a {
  color: #2ec2dc;
  text-decoration: none;
  border-bottom: 1px solid #2ec2dc;
}
