/*
Theme Name: MediaMath Theme
*/
/*! normalize.css v3.0.1 | 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 */
}

/**
 * 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,
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 */
}

.flowplayer a {
  height:0px !important;
}


/**
 * 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: 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;
}

/**
 * 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 {
    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 */ /* 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;
}

@font-face {
    font-family: "Avenir";
    src: url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-light-webfont.eot");
    src: url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-light-webfont.eot?#iefix") format("embedded-opentype"), url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-light-webfont.woff") format("woff"), url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-light-webfont.ttf") format("truetype"), url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-light-webfont.svg?#avenir-light") format("svg");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Avenir";
    src: url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-book-webfont.eot");
    src: url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-book-webfont.eot?#iefix") format("embedded-opentype"), url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-book-webfont.woff") format("woff"), url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-book-webfont.ttf") format("truetype"), url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-book-webfont.svg?#avenir-book") format("svg");
    font-weight: normal;
    font-style: 300;
}

@font-face {
    font-family: "Avenir";
    src: url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-roman-webfont.eot");
    src: url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-roman-webfont.eot?#iefix") format("embedded-opentype"), url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-roman-webfont.woff") format("woff"), url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-roman-webfont.ttf") format("truetype"), url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-roman-webfont.svg?#avenir-roman") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Avenir";
    src: url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-medium-webfont.eot");
    src: url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-medium-webfont.eot?#iefix") format("embedded-opentype"), url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-medium-webfont.woff") format("woff"), url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-medium-webfont.ttf") format("truetype"), url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-medium-webfont.svg?#avenir-medium") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Avenir";
    src: url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-heavy-webfont.eot");
    src: url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-heavy-webfont.eot?#iefix") format("embedded-opentype"), url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-heavy-webfont.woff") format("woff"), url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-heavy-webfont.ttf") format("truetype"), url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-heavy-webfont.svg?#avenir-heavy") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Avenir";
    src: url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-black-webfont.eot");
    src: url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-black-webfont.eot?#iefix") format("embedded-opentype"), url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-black-webfont.woff") format("woff"), url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-black-webfont.ttf") format("truetype"), url("//www.mediamath.com/wp-content/themes/mediamath/fonts/avenir-black-webfont.svg?#avenir-black") format("svg");
    font-weight: 900;
    font-style: normal;
}

@font-face {
	font-family: 'mediamath';
	src:url('//static.mediamath.com/fonts/2017-02-15/mediamath.eot?86wgsr');
	src:url('//static.mediamath.com/fonts/2017-02-15/mediamath.eot?86wgsr#iefix') format('embedded-opentype'),
		url('//static.mediamath.com/fonts/2017-02-15/mediamath.ttf?86wgsr') format('truetype'),
		url('//static.mediamath.com/fonts/2017-02-15/mediamath.woff?86wgsr') format('woff'),
		url('//static.mediamath.com/fonts/2017-02-15/mediamath.svg?86wgsr#mediamath') format('svg');
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'mediamath';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mediamath-icon-arrow-down,
.mediamath-icon-arrow-left,
.mediamath-icon-arrow-right,
.mediamath-icon-arrow-up,
.mediamath-icon-brain,
.mediamath-icon-bulb,
.mediamath-icon-calculator,
.mediamath-icon-calendar,
.mediamath-icon-chart,
.mediamath-icon-chat,
.mediamath-icon-check-circle,
.mediamath-icon-coffee,
.mediamath-icon-collection,
.mediamath-icon-cycle,
.mediamath-icon-dialog,
.mediamath-icon-direct-response,
.mediamath-icon-document,
.mediamath-icon-download,
.mediamath-icon-eye,
.mediamath-icon-facebook,
.mediamath-icon-hand,
.mediamath-icon-heart-beat,
.mediamath-icon-heart,
.mediamath-icon-laptop,
.mediamath-icon-linkedin,
.mediamath-icon-mail,
.mediamath-icon-management,
.mediamath-icon-martini,
.mediamath-icon-menu,
.mediamath-icon-mobile-device,
.mediamath-icon-note,
.mediamath-icon-octocat,
.mediamath-icon-outsource,
.mediamath-icon-people,
.mediamath-icon-play,
.mediamath-icon-plus,
.mediamath-icon-share,
.mediamath-icon-star,
.mediamath-icon-sun,
.mediamath-icon-target,
.mediamath-icon-triangle-right-circle,
.mediamath-icon-twitter,
.mediamath-icon-x,
.mediamath-icon-youtube,
.mediamath-asides-container .mediamath-aside.mediamath-aside-reimagine-performance-based-on-goals-not-guesses .mediamath-aside-heading:before,
.mediamath-asides-container .mediamath-aside.mediamath-aside-reengineer-your-marketing-engine .mediamath-aside-heading:before,
.mediamath-asides-container .mediamath-aside.mediamath-aside-careers .mediamath-aside-heading:before,
.mediamath-asides-container .mediamath-aside.mediamath-aside-testimonial .mediamath-aside-heading:before,
.mediamath-asides-container .mediamath-aside.mediamath-aside-knowledge-center .mediamath-aside-heading:before,
.mediamath-asides-container .mediamath-aside.mediamath-aside-news .mediamath-aside-heading:before,
.mediamath-asides-container .mediamath-aside.mediamath-aside-events .mediamath-aside-heading:before,
.mediamath-asides-container .mediamath-aside.mediamath-aside-seize-the-data-start-today .mediamath-aside-heading:before,
.mediamath-asides-container .mediamath-aside.mediamath-aside-seize-the-data-start-today .mediamath-aside-heading:before,
.mediamath-share-facebook:before,
.mediamath-share-twitter:before,
.mediamath-share-linkedin:before,
.mediamath-share-share:before,
.mediamath-share-email:before,
.mediamath-footer .mediamath-social-media-link-facebook:before,
.mediamath-footer .mediamath-social-media-link-twitter:before,
.mediamath-footer .mediamath-social-media-link-youtube:before,
.mediamath-footer .mediamath-social-media-link-linkedin:before,
.mediamath-select-wrap:after,
.mediamath-tabset .mediamat-tabset-navigation-controls .mediamath-tabset-mobile-navigation-controls-previous:before,
.mediamath-tabset .mediamat-tabset-navigation-controls .mediamath-tabset-mobile-navigation-controls-next:before,
.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-locations-previous:before,
.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-locations-next:before,
.mediamath-instagram .mediamath-instagram-previous:before,
.mediamath-instagram .mediamath-instagram-next:before,
.mediamath-home-hero .mediamath-home-hero-overview .media-math-home-hero-video-link:after,
.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs-previous:before,
.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs-next:before,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs-previous:before,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs-next:before {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
}

.mediamath-icon-arrow-down,
.mediamath-select-wrap:after {
    content: "\e001";
}

.mediamath-icon-arrow-left,
.mediamath-tabset .mediamat-tabset-navigation-controls .mediamath-tabset-mobile-navigation-controls-previous:before,
.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-locations-previous:before,
.mediamath-instagram .mediamath-instagram-previous:before,
.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs-previous:before,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs-previous:before {
    content: "\e002";
}

.mediamath-icon-arrow-right,
.mediamath-tabset .mediamat-tabset-navigation-controls .mediamath-tabset-mobile-navigation-controls-next:before,
.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-locations-next:before,
.mediamath-instagram .mediamath-instagram-next:before,
.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs-next:before,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs-next:before {
    content: "\e003";
}

.mediamath-icon-arrow-up {
    content: "\e004";
}

.mediamath-icon-brain,
.mediamath-asides-container .mediamath-aside.mediamath-aside-knowledge-center .mediamath-aside-heading:before {
    content: "\e005";
}

.mediamath-icon-bulb,
.mediamath-asides-container .mediamath-aside.mediamath-aside-reimagine-performance-based-on-goals-not-guesses .mediamath-aside-heading:before {
    content: "\e006";
}

.mediamath-icon-calculator {
    content: "\e007";
}

.mediamath-icon-calendar,
.mediamath-asides-container .mediamath-aside.mediamath-aside-events .mediamath-aside-heading:before {
    content: "\e008";
}

.mediamath-icon-chart {
    content: "\e009";
}

.mediamath-icon-chat,
.mediamath-asides-container .mediamath-aside.mediamath-aside-testimonial .mediamath-aside-heading:before {
    content: "\e00a";
}

.mediamath-icon-check-circle,
.mediamath-asides-container .mediamath-aside.mediamath-aside-seize-the-data-start-today .mediamath-aside-heading:before {
    content: "\e00b";
}

.mediamath-icon-coffee,
.mediamath-asides-container .mediamath-aside.mediamath-aside-careers .mediamath-aside-heading:before {
    content: "\e00c";
}

.mediamath-icon-collection {
    content: "\e00d";
}

.mediamath-icon-cycle {
    content: "\e00e";
}

.mediamath-icon-dialog {
    content: "\e00f";
}

.mediamath-icon-direct-response {
    content: "\e010";
}

.mediamath-icon-document,
.mediamath-asides-container .mediamath-aside.mediamath-aside-news .mediamath-aside-heading:before {
    content: "\e011";
}

.mediamath-icon-download {
    content: "\e012";
}

.mediamath-icon-eye {
    content: "\e013";
}

.mediamath-icon-facebook,
.mediamath-share-facebook:before,
.mediamath-footer .mediamath-social-media-link-facebook:before {
    content: "\e014";
}

.mediamath-icon-hand {
    content: "\e015";
}

.mediamath-icon-heart-beat {
    content: "\e016";
}

.mediamath-icon-heart {
    content: "\e017";
}

.mediamath-icon-laptop {
    content: "\e018";
}

.mediamath-icon-linkedin,
.mediamath-share-linkedin:before,
.mediamath-footer .mediamath-social-media-link-linkedin:before {
    content: "\e019";
}

.mediamath-icon-mail,
.mediamath-share-email:before {
    content: "\e01a";
}

.mediamath-icon-management {
    content: "\e01b";
}

.mediamath-icon-martini {
    content: "\e01c";
}

.mediamath-icon-menu {
    content: "\e01d";
}

.mediamath-icon-mobile-device {
    content: "\e01e";
}

.mediamath-icon-note {
    content: "\e01f";
}

.mediamath-icon-octocat {
    content: "\e020";
}

.mediamath-icon-outsource {
    content: "\e021";
}

.mediamath-icon-people {
    content: "\e022";
}

.mediamath-icon-play,
.mediamath-icon-play:before {
    content: "\e023";
}

.mediamath-icon-plus {
    content: "\e024";
}

.mediamath-icon-share,
.mediamath-share-share:before {
    content: "\e025";
}

.mediamath-icon-star {
    content: "\e026";
}

.mediamath-icon-sun {
    content: "\e027";
}

.mediamath-icon-target,
.mediamath-asides-container .mediamath-aside.mediamath-aside-reengineer-your-marketing-engine .mediamath-aside-heading:before {
    content: "\e028";
}

.mediamath-icon-triangle-right-circle,
.mediamath-home-hero .mediamath-home-hero-overview .media-math-home-hero-video-link:after {
    content: "\e029";
}

.mediamath-icon-twitter,
.mediamath-share-twitter:before,
.mediamath-footer .mediamath-social-media-link-twitter:before {
    content: "\e02a";
}

.mediamath-icon-x {
    content: "\e02b";
}

.mediamath-icon-youtube,
.mediamath-footer .mediamath-social-media-link-youtube:before {
    content: "\e02c";
}

.mediamath-footer-social-media .mediamath-social-media-link-googleplus {
	font-family: 'mediamath';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mediamath-social-media-link-googleplus:before {
	content: "\e600";
	margin-right: 5px;
	margin-left: 7px;
	color: #c2c2c2;
	font-size: 18px;
	font-size: 1.85rem;
	line-height: 1;
	position: relative;
	top: 3px;
}

.mediamath-social-media-link-googleplus:hover:before {
	color: #fff;
}

.clearfix:before,
.clearfix:after,
.mediamath-asides-container .mediamath-asides:before,
.mediamath-asides-container .mediamath-asides:after,
.mediamath-bumps:before,
.mediamath-bumps:after,
.mediamath-section-contact-form .mediamath-contact-form:before,
.mediamath-section-contact-form .mediamath-contact-form:after,
.mediamath-footer .mediamath-footer-inner:before,
.mediamath-footer .mediamath-footer-inner:after,
.mediamath-main-navigation-container:before,
.mediamath-main-navigation-container:after,
.mediamath-section-overview:before,
.mediamath-section-overview:after,
.mediamath-section-overview-callout:before,
.mediamath-section-overview-callout:after,
.mediamath-page-header .mediamath-page-header-inner:before,
.mediamath-page-header .mediamath-page-header-inner:after,
.mediamath-page-header-case-study:before,
.mediamath-page-header-case-study:after,
.mediamath-personalization-overview-container .mediamath-personalization-overview:before,
.mediamath-personalization-overview-container .mediamath-personalization-overview:after,
.mediamath-tabset .mediamath-tab:before,
.mediamath-tabset .mediamath-tab:after,
.mediamath-utility-contact-container .mediamath-utility-contact:before,
.mediamath-utility-contact-container .mediamath-utility-contact:after,
.menu-utility-navigation-container .mediamath-utility-navigation:before,
.menu-utility-navigation-container .mediamath-utility-navigation:after,
.mediamath-error404 .mediamath-content-wrapper:before,
.mediamath-error404 .mediamath-content-wrapper:after,
.mediamath-about .mediamath-article-content-wrapper:before,
.mediamath-about .mediamath-article-content-wrapper:after,
.mediamath-biography-single .mediamath-article-content:before,
.mediamath-biography-single .mediamath-article-content:after,
.mediamath-board .mediamath-article-content:before,
.mediamath-board .mediamath-article-content:after,
.mediamath-careers .mediamath-article-content-wrapper:before,
.mediamath-careers .mediamath-article-content-wrapper:after,
.mediamath-case-study .mediamath-case-study-hero-content:before,
.mediamath-case-study .mediamath-case-study-hero-content:after,
.mediamath-case-study .mediamath-case-study-hero:before,
.mediamath-case-study .mediamath-case-study-hero:after,
.mediamath-case-study .mediamath-case-study-section:before,
.mediamath-case-study .mediamath-case-study-section:after,
.mediamath-client-success-case-studies .mediamath-case-studies:before,
.mediamath-client-success-case-studies .mediamath-case-studies:after,
.mediamath-client-success .mediamath-client-success-content-wrapper:before,
.mediamath-client-success .mediamath-client-success-content-wrapper:after,
.mediamath-contact-us .mediamath-article-content:before,
.mediamath-contact-us .mediamath-article-content:after,
.mediamath-education .mediamath-article-content-wrapper:before,
.mediamath-education .mediamath-article-content-wrapper:after,
.mediamath-engineering .mediamath-article-content-wrapper:before,
.mediamath-engineering .mediamath-article-content-wrapper:after,
.mediamath-event .mediamath-content-wrapper:before,
.mediamath-event .mediamath-content-wrapper:after,
.mediamath-event .mediamath-event-meta:before,
.mediamath-event .mediamath-event-meta:after,
.mediamath-events .mediamath-event-featured .mediamath-event-wrapper:before,
.mediamath-events .mediamath-event-featured .mediamath-event-wrapper:after,
.mediamath-events .mediamath-events-wrapper:before,
.mediamath-events .mediamath-events-wrapper:after,
.mediamath-knowledge-center .mediamath-article-content-wrapper:before,
.mediamath-knowledge-center .mediamath-article-content-wrapper:after,
.mediamath-management-team .mediamath-article-content:before,
.mediamath-management-team .mediamath-article-content:after,
.mediamath-students .mediamath-article-content-wrapper:before,
.mediamath-students .mediamath-article-content-wrapper:after,
.mediamath-marketing-engineer-program .mediamath-article-content-wrapper:before,
.mediamath-marketing-engineer-program .mediamath-article-content-wrapper:after,
.mediamath-news .mediamath-article-content:before,
.mediamath-news .mediamath-article-content:after,
.mediamath-open-positions .mediamath-article-content-wrapper:before,
.mediamath-open-positions .mediamath-article-content-wrapper:after,
.mediamath-page-default .mediamath-page-content:before,
.mediamath-page-default .mediamath-page-content:after,
.mediamath-truth-proof-control .mediamath-article-content-wrapper:before,
.mediamath-truth-proof-control .mediamath-article-content-wrapper:after,
.mediamath-principles .mediamath-article-content-wrapper:before,
.mediamath-principles .mediamath-article-content-wrapper:after,
.mediamath-resource .mediamath-article-content:before,
.mediamath-resource .mediamath-article-content:after,
.mediamath-resource-archive .mediamath-article-content-wrapper:before,
.mediamath-resource-archive .mediamath-article-content-wrapper:after,
.mediamath-seize-the-data-start-today .mediamath-intro .mediamath-intro-text-wrapper:before,
.mediamath-seize-the-data-start-today .mediamath-intro .mediamath-intro-text-wrapper:after,
.mediamath-seize-the-data-start-today .mediamath-content:before,
.mediamath-seize-the-data-start-today .mediamath-content:after,
.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs:before,
.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs:after,
.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs-controls:before,
.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs-controls:after,
.mediamath-do-what-can-now-be-done .mediamath-intro .mediamath-intro-text-wrapper:before,
.mediamath-do-what-can-now-be-done .mediamath-intro .mediamath-intro-text-wrapper:after,
.mediamath-do-what-can-now-be-done .mediamath-content:before,
.mediamath-do-what-can-now-be-done .mediamath-content:after,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs:before,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs:after,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs-controls:before,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs-controls:after,
.mediamath-system-detail:before,
.mediamath-system-detail:after,
.mediamath-page-sitemap .mediamath-sitemap:before,
.mediamath-page-sitemap .mediamath-sitemap:after,
.mediamath-students .mediamath-article-content-wrapper:before,
.mediamath-students .mediamath-article-content-wrapper:after,
.mediamath-page-header-case-study .mediamath-page-header-inner:before,
.mediamath-page-header-case-study .mediamath-page-header-inner:after {
    content: "";
    display: table;
}

.clearfix:after,
.mediamath-asides-container .mediamath-asides:after,
.mediamath-bumps:after,
.mediamath-section-contact-form .mediamath-contact-form:after,
.mediamath-footer .mediamath-footer-inner:after,
.mediamath-main-navigation-container:after,
.mediamath-section-overview:after,
.mediamath-section-overview-callout:after,
.mediamath-page-header .mediamath-page-header-inner:after,
.mediamath-page-header-case-study:after,
.mediamath-personalization-overview-container .mediamath-personalization-overview:after,
.mediamath-tabset .mediamath-tab:after,
.mediamath-utility-contact-container .mediamath-utility-contact:after,
.menu-utility-navigation-container .mediamath-utility-navigation:after,
.mediamath-error404 .mediamath-content-wrapper:after,
.mediamath-about .mediamath-article-content-wrapper:after,
.mediamath-biography-single .mediamath-article-content:after,
.mediamath-board .mediamath-article-content:after,
.mediamath-careers .mediamath-article-content-wrapper:after,
.mediamath-case-study .mediamath-case-study-hero-content:after,
.mediamath-case-study .mediamath-case-study-hero:after,
.mediamath-case-study .mediamath-case-study-section:after,
.mediamath-client-success-case-studies .mediamath-case-studies:after,
.mediamath-client-success .mediamath-client-success-content-wrapper:after,
.mediamath-contact-us .mediamath-article-content:after,
.mediamath-education .mediamath-article-content-wrapper:after,
.mediamath-engineering .mediamath-article-content-wrapper:after,
.mediamath-event .mediamath-content-wrapper:after,
.mediamath-event .mediamath-event-meta:after,
.mediamath-events .mediamath-event-featured .mediamath-event-wrapper:after,
.mediamath-events .mediamath-events-wrapper:after,
.mediamath-knowledge-center .mediamath-article-content-wrapper:after,
.mediamath-management-team .mediamath-article-content:after,
.mediamath-students .mediamath-article-content-wrapper:after,
.mediamath-marketing-engineer-program .mediamath-article-content-wrapper:after,
.mediamath-news .mediamath-article-content:after,
.mediamath-open-positions .mediamath-article-content-wrapper:after,
.mediamath-page-default .mediamath-page-content:after,
.mediamath-truth-proof-control .mediamath-article-content-wrapper:after,
.mediamath-principles .mediamath-article-content-wrapper:after,
.mediamath-resource .mediamath-article-content:after,
.mediamath-resource-archive .mediamath-article-content-wrapper:after,
.mediamath-seize-the-data-start-today .mediamath-intro .mediamath-intro-text-wrapper:after,
.mediamath-seize-the-data-start-today .mediamath-content:after,
.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs:after,
.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs-controls:after,
.mediamath-do-what-can-now-be-done .mediamath-intro .mediamath-intro-text-wrapper:after,
.mediamath-do-what-can-now-be-done .mediamath-content:after,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs:after,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs-controls:after,
.mediamath-system-detail:after,
.mediamath-page-sitemap .mediamath-sitemap:after,
.mediamath-students .mediamath-article-content-wrapper:after,
.mediamath-page-header-case-study .mediamath-page-header-inner:after {
    clear: both;
}

.mediamath-accessible-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    top: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.mediamath-form-element-defaults,
.mediamath-input,
.mediamath-select,
.mediamath-contact-form .mediamath-fieldset .mediamath-input,
.mediamath-contact-form .mediamath-fieldset .mediamath-textarea,
.mediamath-client-success-filters select,
.mediamath-news .mediamath-select-wrap select,
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea {
    box-sizing: border-box;
    width: 100%;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
    border: none;
    background-color: #ffffff;
}

html {
    font-size: 10px;
}

a {
    text-decoration: none;
}

body {
    background-color: #FFF; /* PG0722 */
}

.mediamath {
    font-family: 'Avenir', Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px; /* was 30px */
    line-height: 2.3rem; /* was 3em */
    color: #333333;
}

.mediamath-page {
    padding-top: 122px;
    background-color: #ffffff;
}

.list-reset,
.mediamath-footer .mediamath-footer-utility-navigation .mediamath-navigation,
.mediamath-main-navigation-container .mediamath-main-navigation,
.mediamath-main-navigation-container .mediamath-main-navigation .sub-menu,
.mediamath-secondary-links .mediamath-secondary-links-list,
.mediamath-secondary-links .mediamath-secondary-links-item .mediamath-secondary-links-submenu,
.mediamath-secondary-links .menu-item .mediamath-secondary-links-submenu,
.mediamath-tabset .mediamath-tabset-navigation-list,
.menu-utility-navigation-container .mediamath-utility-navigation,
.menu-utility-navigation-container .sub-menu,
.mediamath-client-success-case-studies .mediamath-case-studies,
.mediamath-events .mediamath-events-list,
.mediamath-page-sitemap .mediamath-sitemap .mediamath-sitemap-list,
.mediamath-page-sitemap .mediamath-sitemap .sub-menu {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.button-reset,
.mediamath-button-pager,
.mediamath-mobile-navigation-actions .mediamath-mobile-navigation-toggle,
.mediamath-tabset .mediamath-tab-button,
.mediamath-home-hero .mediamath-home-hero-overview .media-math-home-hero-video-link,
.mediamath-home-hero .mediamath-home-hero-video-intro .media-math-home-hero-video-close,
.mediamath-tabset .mediamat-tabset-navigation-controls .mediamath-tabset-mobile-navigation-controls-previous,
.mediamath-tabset .mediamat-tabset-navigation-controls .mediamath-tabset-mobile-navigation-controls-next,
.mediamath-tabset .mediamat-tabset-navigation-controls .mediamath-tabset-mobile-navigation-controls-next,
.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-locations-previous,
.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-locations-next,
.mediamath-instagram .mediamath-instagram-previous,
.mediamath-instagram .mediamath-instagram-next,
.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs-previous,
.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs-next,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs-previous,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs-next {
    border: 0;
    background: transparent;
}

.mediamath-asides-container {
    background-color: #f2f2f2;
    padding-top: 15px;
    padding-bottom: 88px;
}

.mediamath-asides-container .mediamath-asides {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.mediamath-asides-container .mediamath-aside {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 320px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-reimagine-performance-based-on-goals-not-guesses .mediamath-aside-header {
    background-color: #de396e;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-reimagine-performance-based-on-goals-not-guesses .mediamath-aside-header .mediamath-aside-heading:before {
    color: #ae1d4b;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-reimagine-performance-based-on-goals-not-guesses .mediamath-aside-header .mediamath-aside-heading .mediamath-link {
    color: #ffffff;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-reimagine-performance-based-on-goals-not-guesses .mediamath-aside-link {
    color: #de396e;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-reimagine-performance-based-on-goals-not-guesses .mediamath-aside-link:hover {
    border-bottom-color: #de396e;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-reimagine-performance-based-on-goals-not-guesses .mediamath-aside-link:active {
    color: #c83363;
    border-bottom-color: #c83363;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-reimagine-performance-based-on-goals-not-guesses .mediamath-aside-heading {
    padding-right: 20px;
    padding-left: 50px;
    text-indent: -15px;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-reimagine-performance-based-on-goals-not-guesses .mediamath-aside-heading:before {
    top: 15px;
    left: -25px;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-reengineer-your-marketing-engine .mediamath-aside-header {
    background-color: #54bceb;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-reengineer-your-marketing-engine .mediamath-aside-header .mediamath-aside-heading:before {
    color: #199dd9;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-reengineer-your-marketing-engine .mediamath-aside-header .mediamath-aside-heading .mediamath-link {
    color: #ffffff;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-reengineer-your-marketing-engine .mediamath-aside-link {
    color: #54bceb;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-reengineer-your-marketing-engine .mediamath-aside-link:hover {
    border-bottom-color: #54bceb;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-reengineer-your-marketing-engine .mediamath-aside-link:active {
    color: #4ca9d4;
    border-bottom-color: #4ca9d4;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-reengineer-your-marketing-engine .mediamath-aside-heading {
    padding-right: 50px;
    padding-left: 90px;
    text-indent: -22px;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-reengineer-your-marketing-engine .mediamath-aside-heading:before {
    top: 15px;
    left: -15px;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-careers .mediamath-aside-header {
    background-color: #7a68ae;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-careers .mediamath-aside-header .mediamath-aside-heading:before {
    color: #564683;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-careers .mediamath-aside-header .mediamath-aside-heading .mediamath-link {
    color: #ffffff;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-careers .mediamath-aside-link {
    color: #7a68ae;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-careers .mediamath-aside-link:hover {
    border-bottom-color: #7a68ae;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-careers .mediamath-aside-link:active {
    color: #6e5e9d;
    border-bottom-color: #6e5e9d;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-careers .mediamath-aside-heading:before {
    top: 4px;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-testimonial .mediamath-aside-header {
    background-color: #7a68ae;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-testimonial .mediamath-aside-header .mediamath-aside-heading:before {
    color: #564683;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-testimonial .mediamath-aside-header .mediamath-aside-heading .mediamath-link {
    color: #ffffff;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-testimonial .mediamath-aside-link {
    color: #7a68ae;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-testimonial .mediamath-aside-link:hover {
    border-bottom-color: #7a68ae;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-testimonial .mediamath-aside-link:active {
    color: #6e5e9d;
    border-bottom-color: #6e5e9d;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-testimonial .mediamath-aside-heading:before {
    top: 10px;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-knowledge-center .mediamath-aside-header {
    background-color: #7a68ae;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-knowledge-center .mediamath-aside-header .mediamath-aside-heading:before {
    color: #564683;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-knowledge-center .mediamath-aside-header .mediamath-aside-heading .mediamath-link {
    color: #ffffff;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-knowledge-center .mediamath-aside-link {
    color: #7a68ae;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-knowledge-center .mediamath-aside-link:hover {
    border-bottom-color: #7a68ae;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-knowledge-center .mediamath-aside-link:active {
    color: #6e5e9d;
    border-bottom-color: #6e5e9d;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-knowledge-center .mediamath-aside-heading {
    padding-right: 70px;
    padding-left: 100px;
    text-indent: -17px;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-knowledge-center .mediamath-aside-heading:before {
    top: 21px;
    left: -5px;
    font-size: 40px;
    font-size: 4rem;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-news .mediamath-aside-header {
    background-color: #005288;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-news .mediamath-aside-header .mediamath-aside-heading:before {
    color: #00243c;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-news .mediamath-aside-header .mediamath-aside-heading .mediamath-link {
    color: #ffffff;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-news .mediamath-aside-link {
    color: #005288;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-news .mediamath-aside-link:hover {
    border-bottom-color: #005288;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-news .mediamath-aside-link:active {
    color: #004a7a;
    border-bottom-color: #004a7a;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-news .mediamath-aside-heading:before {
    top: 7px;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-events .mediamath-aside-header {
    background-color: #005288;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-events .mediamath-aside-header .mediamath-aside-heading:before {
    color: #00243c;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-events .mediamath-aside-header .mediamath-aside-heading .mediamath-link {
    color: #ffffff;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-events .mediamath-aside-link {
    color: #005288;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-events .mediamath-aside-link:hover {
    border-bottom-color: #005288;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-events .mediamath-aside-link:active {
    color: #004a7a;
    border-bottom-color: #004a7a;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-events .mediamath-aside-heading:before {
    top: 7px;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-seize-the-data-start-today .mediamath-aside-header {
    background-color: #f6a01a;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-seize-the-data-start-today .mediamath-aside-header .mediamath-aside-heading:before {
    color: #bc7507;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-seize-the-data-start-today .mediamath-aside-header .mediamath-aside-heading .mediamath-link {
    color: #ffffff;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-seize-the-data-start-today .mediamath-aside-link {
    color: #f6a01a;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-seize-the-data-start-today .mediamath-aside-link:hover {
    border-bottom-color: #f6a01a;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-seize-the-data-start-today .mediamath-aside-link:active {
    color: #dd9017;
    border-bottom-color: #dd9017;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-seize-the-data-start-today .mediamath-aside-heading {
    padding-right: 60px;
    padding-left: 90px;
    text-indent: -21px;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-seize-the-data-start-today .mediamath-aside-heading:before {
    top: 15px;
    left: -5px;
}

.mediamath-asides-container .mediamath-aside-content {
    padding-left: 30px;
    padding-right: 30px;
    height: 255px;
}

.mediamath-asides-container .mediamath-aside-heading,
.mediamath-asides-container .mediamath-aside-link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px;
    line-height: 2.1rem;
}

.mediamath-asides-container .mediamath-aside-header {
    box-sizing: border-box;
    display: table;
    width: 100%;
    height: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mediamath-asides-container .mediamath-aside-heading {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
}

.mediamath-asides-container .mediamath-aside-heading:before {
    display: block;
    position: relative;
    margin-right: 10px;
    font-size: 35px;
    font-size: 3.5rem;
}

.mediamath-asides-container .mediamath-aside-content {
    padding-top: 30px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 28px;
    line-height: 2.8rem;
    font-weight: 300;
    color: #666666;
    background-color: #ffffff;
}

.mediamath-asides-container .mediamath-aside-content p {
    margin-top: 0;
    margin-bottom: 0;
}

.mediamath-asides-container .mediamath-aside-image {
    margin-top: 30px;
}

.mediamath-asides-container .mediamath-aside-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ffffff;
}

.mediamath-asides-container .mediamath-aside-link {
    padding-bottom: 3px;
    text-transform: uppercase;
    font-weight: 700;
}

.mediamath-bumps {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-top: 60px;
}

.mediamath-bumps .mediamath-bump {
    box-sizing: border-box;
    display: table-cell;
    width: 50%;
    padding: 50px 45px;
    background-color: #f6a01a;
    background-repeat: no-repeat;
    background-position: 85% 90%;
}

.mediamath-bumps .mediamath-bump p {
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    font-size: 30px;
    font-size: 3rem;
    line-height: 41px;
    line-height: 4.1rem;
    font-weight: 300;
    min-height: 130px;
}

.mediamath-bumps .mediamath-bump-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 800;
    color: #333333;
    text-transform: uppercase;
}

.mediamath-bumps .mediamath-link-bump {
    color: #ffffff;
    background-color: #333333;
    text-transform: uppercase;
}

.mediamath-bumps .mediamath-link-bump:hover {
    color: #333333;
    background-color: #ffffff;
}

.mediamath-bumps .mediamath-link-bump:active {
    color: #2e2e2e;
    background-color: #e6e6e6;
}

.mediamath-bumps .mediamath-bump-knowledge-center {
    background-color: #de396e;
}

.mediamath-bumps .mediamath-bump-new-marketing-institute {
    background-color: #7a68ae;
}

.mediamath-bumps .mediamath-bump-were-hiring {
    background-color: #f6a01a;
}

.mediamath-bumps .mediamath-bump-engineering--technology {
    background-color: #54bceb;
}

.mediamath-bumps .mediamath-bump-developer-blog {
    background-color: #de396e;
}

/* Edits by Zoran on July 21, 2014 */

/* About/Careers/ - Overview and Math Values Boxes */
.page-id-45 .mediamath-careers .mediamath-bumps .mediamath-bump { float: left; }
.page-id-45 .mediamath-careers .mediamath-bump-culture-overview { background-color: #5F4A97; color: #fff; float: left; clear: right; min-height:530px; }
.page-id-45 .mediamath-careers .mediamath-bump-culture-overview h1.mediamath-bump-title { display: none; padding: 0px; margin: 0px; font }
.page-id-45 .mediamath-careers .mediamath-bump-culture-overview .culture-overview-smalltext { font-size: 2rem; }
.page-id-45 .mediamath-careers .mediamath-bump-culture-overview p { font-size: 2.3rem; line-height: 2.8rem; }

.page-id-45 .mediamath-careers .mediamath-bump-math-values { background-color: #EDEDED; padding: 40px 35px 24px 35px; min-height:530px; }
.page-id-45 .mediamath-careers .mediamath-bump-math-values p { color: #535353; min-height: 10px; line-height: 18px; margin-top: 0px; margin-bottom: 15px; clear: right; font-family: 'Avenir', Helvetica, sans-serif; font-size: 1.5rem; font-weight: 400; }
.page-id-45 .mediamath-careers .mediamath-bump-math-values  h1 { padding-bottom: 25px; } 
.page-id-45 .mediamath-careers .mediamath-bump-math-values h4 { margin: 0px; padding: 0px; font-size: 1.5rem; }
/* /about/careers/ - Math Values Icons */
.math-values-scalable-innovation { width: 68px; height: 68px; background-image:url(//static.mediamath.com/images/innovation.png); background-size: 100%; position: relative; float: left; margin-right: 15px; clear: left; }
.math-values-performance { width: 68px; height: 68px; background-image:url(//static.mediamath.com/images/performance.png); background-size: 100%; position: relative; float: left; margin-right: 15px; clear: left; }
.math-values-accountability { width: 68px; height: 68px; background-image:url(//static.mediamath.com/images/accountability.png); background-size: 100%; position: relative; float: left; margin-right: 15px; clear: left; }
.math-values-collaboration { width: 68px; height: 68px; background-image:url(//static.mediamath.com/images/collaboration.png); background-size: 100%; position: relative; float: left; margin-right: 15px; clear: left; }
.math-values-empowerment { width: 68px; height: 68px; background-image:url(//static.mediamath.com/images/empowerment.png); background-size: 100%; position: relative; float: left; margin-right: 15px; clear: left; }
/* Performance Reimagined, Marketing Reengineered - Keep Reading Box Hidden by default */
.mediamath-service-detail-description { display: none; }
/* Knowledge center small (under) title font size */
.mediamath-knowledge-center .mediamath-resource-preview .mediamath-resource-category { font-size: 1.2rem !important; }
/* Careers page Title text */
.parent-pageid-45 h1.mediamath-page-heading { color: #ffffff; text-shadow: 0px 0px 10px #000; }
/* Thank you message */
.page-id-1070 .mediamath-thank-you-text { padding-top: 90px; padding-bottom: 55px; text-align: center; }
/* Performance Reimagined Case Studies Button */
.case-study { color: #ffffff; background-color: #333333; box-sizing: border-box; display: inline-block; min-width: 200px; margin-top: 30px; text-align: center; text-transform: uppercase; }
/* Performance Reimagined & Marketing Reengineered Overview Description Links color */
.mediamath-service-detail-description a { color: #54BCEB; }
/* Case Study Sheets */
.case-study-1, .case-study-2 { float: left; }
/* Careers page top spacing */
.page-id-45 .mediamath-article-content { margin-bottom: -60px; }
/* Become a Partner button */
.become-partner { text-align: center; }
.become-partner a, .become-partner a:visited { background-color: #7A68AE; color: #fff; padding: 10px 20px; font-size: 18px; font-family: 'Avenir', Helvetica, sans-serif; }
.touch-about .mediamath-select-wrap.novo { top: 4px; }
.page-id-68 section.mediamath-section-contact-form .touch-about .mediamath-select-wrap.novo  { top: 0px; }
.touch-about { position: relative; top: -77px; left: 170px; }
.touch-about label { display: none; }
.page-id-68  .touch-about { position: relative; top: -70px; left: 170px; }
.mediamath-contact-form .mediamath-contact-form-column { margin-top: -45px; }
/* Search */
input.search-term { position: absolute; font-size: 18px; padding: 3px 8px; margin-top: 4px; width: 982px; border: 2px solid #404040; margin-left: auto; margin-right: auto; left: 0; right: 0; color: #404040; font-weight: normal; }
.xclose { cursor: pointer; position: absolute; margin-left: auto !important; margin-right: auto !important; width: 20px; left: 980px; top: 11px; right: 0; padding-right: 4px; font-family: Arial Black,Arial Bold,Gadget,sans-serif; font-weight: bold !important; color: #404040 !important; font-size: 17px; border: 0px none !important; }
.search-bar { background-color:#404040;width:100% !important;height:41px;position:absolute;top:0;left:0;text-align;center; }
li#menu-item-5839 { display: inline-block; }
li#menu-item-5839 a { padding-top:0px !important; width: 69px !important; text-align: left; }
li#menu-item-5839 .search-bar a.xclose { width: 20px !important; }

.icon-search2:before { content: "\e701"; display: inline !important; color: #fff; position:relative; margin-left: 9px; top: 4px; font-size: 17px; cursor: pointer; }
.search-term ::-webkit-input-placeholder { color: #404040; font-weight: normal; }
.search-term :-moz-placeholder { color: #404040; font-weight: normal; }
.search-term ::-moz-placeholder { color: #404040; font-weight: normal; }
.search-term :-ms-input-placeholder { color: #404040; font-weight: normal; }

/* Home Page 5 Boxes */
.mediamath-asides .info-box-home { float: left; margin: 5px 20px 15px 0px; padding: 20px; height: 240px; max-height: 240px; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mediamath-asides .info-box-home-long { float: right; height: 500px; margin: 5px 0px; padding: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } 
.info-box-home, .info-box-home-long,
.info-box-home a, .info-box-home-long a,
.info-box-home a:visited, .info-box-home-long a:visited,
.info-box-home a:hover, .info-box-home-long:hover { color: #ffffff; }
.mediamath-asides .info-box-home h1.mediamath-box-heading, 
.mediamath-asides .info-box-home-long h1.mediamath-box-heading { text-transform: uppercase; margin:0px; text-align: left; font-size: 16px; font-size: 1.6rem; line-height: 22px; line-height: 2.2rem; }
.mediamath-asides .info-box-home .mediamath-box-footer h3, .mediamath-asides .info-box-home-long .mediamath-box-footer h3 { text-transform: uppercase; margin:0px; text-align: left; font-size: 22px; font-size: 2.2rem; line-height: 26px; line-height: 2.6rem; }
.mediamath-asides .info-box-home .mediamath-box-footer h3 a > span, .mediamath-asides .info-box-home-long .mediamath-box-footer h3 a > span { position: relative; float: right; color: #fff; font-weight: 400; font-size: 28px; }
.mediamath-asides .info-box-home .mediamath-box-content,
.mediamath-asides .info-box-home-long .mediamath-box-content { text-align: left !important; }
.mediamath-asides .info-box-home .mediamath-box-footer,
.mediamath-asides .info-box-home-long .mediamath-box-footer { text-align: left; }
.mediamath-asides .info-box-home .mediamath-box-content { padding: 15px 0px; height: 129px; min-height: 129px; max-height: 129px; min-width: 283px; }
.mediamath-asides .info-box-home-long .mediamath-box-content { padding: 15px 0px; height: 328px; min-height: 328px; max-height: 328px; min-width: 283px; }
.mediamath-asides .mediamath-badge-image { position: relative; float: right; top: -35px; width: 37%; max-width: 37%; height: auto; }
.mediamath-asides .mediamath-box-header { min-height: 21px; }
.mediamath-asides .info-box-home-long h1 > a { font-size: 22px; text-transform: none; text-shadow: none; background: #DF376F; -moz-box-shadow: -.35em -.2em 0 #DF376F, .35em -.2em 0 #DF376F, -.35em .2em 0 #DF376F, .35em .2em 0 #DF376F; -webkit-box-shadow: -.35em -.2em 0 #DF376F, .35em -.2em 0 #DF376F, -.35em .2em 0 #DF376F, .35em .2em 0 #DF376F; box-shadow: -.35em -.2em 0 #DF376F, .35em -.2em 0 #DF376F, -.35em .2em 0 #DF376F, .35em .2em 0 #DF376F; line-height:1.9em; }
.mediamath-asides .info-box-home-long h1 > a > span { color: #fff; position: relative; }
/* Region pages */
.mediamath-mobile-news-date { display: none; }
/* Language Bar */
#lang-wrapper { position: relative; width:100%; margin: 0px; padding:0px; top:0px; }
#langbar { display: none; overflow: hidden; padding:0; position: absolute; right: 0px; list-style-type: none; font-family: 'Avenir', Helvetica, sans-serif; font-size: 10px; z-index: 9999; }
#langbar li { -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; transition: all 200ms linear; background-color: #DDDDDD; width: 120px; }
#langbar li a { display: block; width: 100%; padding: 1px 5px; margin: 0; border: 0px none; color: #404040; }
#langbar li:hover { background-color: #F2F2F2; color: #F6A01A; font-weight: bold; }
.arrow-down { display: inline-block; width: 0; height: 0; position: relative; left: 7px; top: -1px; border-left: 5px solid transparent;border-right: 5px solid transparent; border-top: 5px solid #cdcdcd; -webkit-transition: -webkit-transform .5s ease-in-out; -ms-transition: -ms-transform .5s ease-in-out; transition: transform .5s ease-in-out; }
#menu-item-7237 { position: absolute; right: -13px; }
#menu-item-7237 > a { width: 115px; text-align: left; color: #cdcdcd; font-size:9px; padding: 13px 0px 2px 5px; }
li#menu-item-7237:hover .arrow-down, .arrow-hover {position: relative; -webkit-transform: translateX(25px) rotate(180deg); -moz-transform: translateX(12px) rotate(180deg); -ms-transform: translateX(12px) rotate(180deg); -o-transform: translateX(12px) rotate(180deg); transform: translateX(12px) rotate(180deg); border-top: 5px solid #F7A11A; }
.icon-earth:before { content: "\e645"; padding-right: 7px; font-size: 10px; } /* Globe icon */
.mobile-menu { position: absolute; display: inline-block; text-align: left; width: 70px; top:5px; right: 0;font-family: 'Avenir', Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #fff; border: 0px none; }
.mobile-menu-text { cursor: pointer; position: absolute; text-indent: 7px; width: 100%; line-height: 34px; border-bottom: 2px solid #404040; }
.mobile-menu-content li, .mobile-menu-content li:hover { float: left; width: 100%; display: block; margin:0px; padding: 0px; position: relative; z-index: 9999; line-height: 30px; height: 30px; }
.mobile-menu-content li a { padding: 0px; margin:0px; color: #404040; }
.mobile-menu-content li:hover { padding: 0px; background-color: darkgrey; }
.mobile-menu-text, .mobile-menu-content a { color: #fff; }
.mobile-menu-toggle { font-size: 0; z-index: 1; cursor: pointer; position: absolute; top: 0; border: 0px none !important; padding: 0; margin: 0 0 0 1px; background: transparent; text-indent: -10px; height: 34px; width: 100%; outline: 0; }
.mobile-menu-toggle:focus { outline: 0; border:0px none; }
.mobile-menu-content { -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; list-style-type: none; position: absolute; top: 34px; padding: 0; margin: 0; opacity: 0; visibility:hidden; text-indent: 7px; line-height: 12px; background-color: #eee; width: 140px; left:-60px; }
.mobile-menu-content li, .mobile-menu-content a { display: block; }
.mobile-menu-content li:hover, .mobile-menu-content li a:hover { background: #e8e8e8; border:0px none; }
.mobile-menu-toggle:focus ~ .mobile-menu-text { box-shadow: 0 1px 3px rgba(0,0,0, .2) inset, 0 1px 0 rgba(255,255,255, 0.8); z-index: 2; }
.mobile-menu-toggle:focus ~ .mobile-menu-text:after { border-width: 0 4px 5px 4px; border-color: transparent transparent #fff transparent; }
.mobile-menu-content:hover, .mobile-menu-toggle:focus ~ .mobile-menu-content { opacity: 1; visibility:visible; top: 36px; }
li#menu-item-7237 { display: none; }
/* Grid List switch in Knowledge Center */
.grid-list { cursor: pointer; width: 54px; height: 16px; background: url(//static.mediamath.com/images/grid-list-icon.png) no-repeat 0px -16px; position: relative; top: 4px; }
.mediamath-resource-archive .mediamath-resource-preview.grid { min-height: 150px; }
.mediamath-resource-archive .mediamath-resource-preview.grid .mediamath-resource-preview-header { font-size: 14px; }

.mediamath-resource-archive .mediamath-resource-preview.list { width: 100%; }
.mediamath-resource-archive .mediamath-resource-preview.list .mediamath-resource-preview-image { position: relative; float: left; }
.mediamath-resource-archive .mediamath-resource-preview.list .mediamath-resource-preview-header { width: 70%; position: relative; float: left; } 

/* EU Cookies Box */
#cookies { position: fixed !important; left: 10px !important; bottom: 52px !important; width: 320px !important; max-width: 90% !important; background-color: #FFF !important; padding: 10px !important; border: 1px solid #ccc !important; box-shadow: 0px 5px 10px rgba(0,0,0,0.2); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important; font-size: 12px !important; line-height: 15px !important; z-index: 9999 !important; }
#cookies h3 { margin: 0 0 4px 0 !important; padding: 0 !important; font-size: 14px !important; line-height: 16px !important; }
#cookies p { margin: 0 !important; padding: 0 !important; margin-top: 3px !important; margin-bottom: 10px !important; }
#cookies .options { margin: 20px 0 3px 0 !important; }
#cookies .options a { color: #0088cc; font-size: 12px !important; margin-left: 10px; }
#cookies .accept-cookies { color: #FFF !important; margin-left: 0px !important; padding: 6px 12px !important; -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3) !important; -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3) !important; box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3) !important; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important; font-weight: bold !important; text-align: center !important; text-decoration: none !important; cursor: pointer !important; outline: none !important; overflow: visible !important; color: #fff !important; background: #a5bd24 !important; background: -moz-linear-gradient(top, #a5bd24 0%, #7dac38 100%) !important; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5bd24), color-stop(100%, #7dac38)) !important; background: -webkit-linear-gradient(top, #a5bd24 0%, #7dac38 100%) !important; background: -o-linear-gradient(top, #a5bd24 0%, #7dac38 100%) !important; background: -ms-linear-gradient(top, #a5bd24 0%, #7dac38 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5bd24', endColorstr='#7DAC38',GradientType=0 ) !important; background: linear-gradient(top, #a5bd24 0%, #7dac38 100%) !important; text-shadow: 0 1px 1px rgba(0,0,0,0.25) !important; border: 1px solid #781 !important; }
/* Hide Footer Contact Section */
.mediamath-section-contact-form { display: none !important; }
/* Show only on Global pages */
.page-id-68 .mediamath-section-contact-form, .page-id-6954 .mediamath-section-contact-form, .page-id-6997 .mediamath-section-contact-form, .page-id-6995 .mediamath-section-contact-form, .page-id-6999 .mediamath-section-contact-form, .page-id-7694 .mediamath-section-contact-form, .page-id-7724 .mediamath-section-contact-form { display: inherit !important; }
/* Marketing Engineer Program */
h4.mep-headline { color: #54BCEB; font-size: 20px; margin-bottom: 0px; }
h4.mep-headline + ul { margin-top: 15px; }
/* Links color for most pages */
.page-child .mediamath-article p a, .single .mediamath-article p a { color: #54BCEB; font-weight: bold; }
.page-id-82 .mediamath-article p a.mediamath-external-link { color: #fff; }
/* Client Success - Testimonial */
.page-id-66 .mediamath-client-success-testimonial-citation { color: #B9A8E8; }
/* Fix for Goal-based Marketing and TerminalOne Marketing Operating System header part */
.page-id-82 article.mediamath-article, .page-id-914 article.mediamath-article, .mediamath-search-results,
article.mediamath-enablement, article.mediamath-ecosystem, section.mediamath-section-contact-form { margin-top: 92px; }
/* Hide request demo button on home page & request demo pages only */
.page-id-8 .mediamath-footer-demo, .page-id-5945 .mediamath-footer-demo { display: none !important; }
/* Search and Global menu, for new layout 2016 */
#header .search-global-holder{ display: none; position: absolute; top: 102px; right: 30px; width: 319px; margin: 0 6px 0 8px; padding: 20px; background: #fff; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4); box-shadow: 0 1px 2px rgba(0, 0, 0, .4); opacity: 0.8; }
#header .search-holder:after { bottom: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-bottom-color: #fff; border-width: 10px; margin-left: -10px; }
#header .global-holder:after { bottom: 100%; left: 73%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-bottom-color: #fff; border-width: 10px; margin-left: -10px; }
#header .global-holder ul { list-style-type: none; list-style: none; margin: 0; padding:0; }
#header .global-holder ul li { width: 50%; float: left; }
#header .global-holder ul li a { color: #777; font-weight: bold; font-size: 13px; padding-left: 15px; }
/* search input */
input#search { border:0; width:100%;outline:0; padding: 3px; animation: colorchange 30s infinite; -webkit-animation: colorchange 30s infinite; }
@keyframes colorchange {
      0%   {border-bottom: 3px solid #005288;}
      20%  {border-bottom: 3px solid #52BDEC;}
      40%  {border-bottom: 3px solid #5C8727;}
      55%  {border-bottom: 3px solid #F7A11A;}
      68%  {border-bottom: 3px solid #C41230;}
      80%  {border-bottom: 3px solid #DF376F;}
      100% {border-bottom: 3px solid #7A68AE;}
    }

    @-webkit-keyframes colorchange {
      0%   {border-bottom: 3px solid #005288;}
      20%  {border-bottom: 3px solid #52BDEC;}
      40%  {border-bottom: 3px solid #5C8727;}
      55%  {border-bottom: 3px solid #F7A11A;}
      68%  {border-bottom: 3px solid #C41230;}
      80%  {border-bottom: 3px solid #DF376F;}
      100% {border-bottom: 3px solid #7A68AE;}
    }
    
/* Hide Contact Us link, show only on mobile */
.mobile-contact-us { display: none; }

/* End of edits by Zoran on July 21, 2014 */


.mediamath-button-defaults,
.mediamath-bumps .mediamath-link-bump,
.mediamath-button-back,
.mediamath-contact-form .mediamath-contact-submit,
.mediamath-footer .mediamath-request-demo-form .mediamath-request-submit,
.mediamath-footer .mediamath-request-demo-button,
.mediamath-page-header .mediamath-page-header-inner .mediamath-link,
.mediamath-personalization-selector .mediamath-personalization-button,
.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-link-view-all,
.mediamath-about .mediamath-about-articles-featured .mediamath-link-read-more,
.mediamath-about .mediamath-item-preview-news .mediamath-link-read-more,
.mediamath-about .mediamath-item-preview-testimonial .mediamath-link-read-more,
.mediamath-case-study .mediamath-button-video-play,
.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-link,
.mediamath-contact-us .mediamath-link-view-map,
.mediamath-events .mediamath-event-featured .mediamath-link-more,
.mediamath-marketing-reengineered .mediamath-external-link,
.mediamath-resource-single .mediamath-link-download,
.mediamath-resource-single .mediamath-link-external,
.mediamath-resource-single .mediamath-link-watch,
.mediamath-page-header-case-study .mediamath-page-header-inner .mediamath-link,
.mediamath-terminalone-os .mediamath-external-link,
.mediamath-enablement .mediamath-external-link,
.mediamath-ecosystem .mediamath-external-link {
    padding-top: 13px;
    padding-right: 25px;
    padding-bottom: 13px;
    padding-left: 25px;
    border: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.1rem;
    outline: none;
}

.mediamath-button-defaults:focus,
.mediamath-bumps .mediamath-link-bump:focus,
.mediamath-button-back:focus,
.mediamath-contact-form .mediamath-contact-submit:focus,
.mediamath-footer .mediamath-request-demo-form .mediamath-request-submit:focus,
.mediamath-footer .mediamath-request-demo-button:focus,
.mediamath-page-header .mediamath-page-header-inner .mediamath-link:focus,
.mediamath-personalization-selector .mediamath-personalization-button:focus,
.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-link-view-all:focus,
.mediamath-about .mediamath-about-articles-featured .mediamath-link-read-more:focus,
.mediamath-about .mediamath-item-preview-news .mediamath-link-read-more:focus,
.mediamath-about .mediamath-item-preview-testimonial .mediamath-link-read-more:focus,
.mediamath-case-study .mediamath-button-video-play:focus,
.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-link:focus,
.mediamath-contact-us .mediamath-link-view-map:focus,
.mediamath-events .mediamath-event-featured .mediamath-link-more:focus,
.mediamath-marketing-reengineered .mediamath-external-link:focus,
.mediamath-resource-single .mediamath-link-download:focus,
.mediamath-resource-single .mediamath-link-external:focus,
.mediamath-resource-single .mediamath-link-watch:focus,
.mediamath-page-header-case-study .mediamath-page-header-inner .mediamath-link:focus,
.mediamath-terminalone-os .mediamath-external-link:focus,
.mediamath-enablement .mediamath-external-link:focus,
.mediamath-ecosystem .mediamath-external-link:focus {
    box-shadow: inset 0 0 0 2px #54bceb;
}

.mediamath-button-back {
    color: #ffffff;
    background-color: #333333;
    text-transform: uppercase;
}

.mediamath-button-back:hover {
    color: #333333;
    background-color: #ffffff;
}

.mediamath-button-back:active {
    color: #2e2e2e;
    background-color: #e6e6e6;
}

.mediamath-button-pager,
.mediamath-tabset .mediamat-tabset-navigation-controls .mediamath-tabset-mobile-navigation-controls-previous,
.mediamath-tabset .mediamat-tabset-navigation-controls .mediamath-tabset-mobile-navigation-controls-next,
.mediamath-tabset .mediamat-tabset-navigation-controls .mediamath-tabset-mobile-navigation-controls-next,
.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-locations-previous,
.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-locations-next,
.mediamath-instagram .mediamath-instagram-previous,
.mediamath-instagram .mediamath-instagram-next,
.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs-previous,
.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs-next,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs-previous,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs-next {
    position: absolute;
    color: #ffffff;
    line-height: 1;
    outline: none;
}

.mediamath-button-pager:hover,
.mediamath-tabset .mediamat-tabset-navigation-controls .mediamath-tabset-mobile-navigation-controls-previous:hover,
.mediamath-tabset .mediamat-tabset-navigation-controls .mediamath-tabset-mobile-navigation-controls-next:hover,
.mediamath-tabset .mediamat-tabset-navigation-controls .mediamath-tabset-mobile-navigation-controls-next:hover,
.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-locations-previous:hover,
.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-locations-next:hover,
.mediamath-instagram .mediamath-instagram-previous:hover,
.mediamath-instagram .mediamath-instagram-next:hover,
.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs-previous:hover,
.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs-next:hover,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs-previous:hover,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs-next:hover {
    color: #333333;
}

.mediamath-button-pager:active,
.mediamath-tabset .mediamat-tabset-navigation-controls .mediamath-tabset-mobile-navigation-controls-previous:active,
.mediamath-tabset .mediamat-tabset-navigation-controls .mediamath-tabset-mobile-navigation-controls-next:active,
.mediamath-tabset .mediamat-tabset-navigation-controls .mediamath-tabset-mobile-navigation-controls-next:active,
.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-locations-previous:active,
.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-locations-next:active,
.mediamath-instagram .mediamath-instagram-previous:active,
.mediamath-instagram .mediamath-instagram-next:active,
.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs-previous:active,
.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs-next:active,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs-previous:active,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs-next:active {
    color: #191919;
}

.mediamath-button-pager:focus,
.mediamath-tabset .mediamat-tabset-navigation-controls .mediamath-tabset-mobile-navigation-controls-previous:focus,
.mediamath-tabset .mediamat-tabset-navigation-controls .mediamath-tabset-mobile-navigation-controls-next:focus,
.mediamath-tabset .mediamat-tabset-navigation-controls .mediamath-tabset-mobile-navigation-controls-next:focus,
.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-locations-previous:focus,
.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-locations-next:focus,
.mediamath-instagram .mediamath-instagram-previous:focus,
.mediamath-instagram .mediamath-instagram-next:focus,
.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs-previous:focus,
.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs-next:focus,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs-previous:focus,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs-next:focus {
    text-shadow: -3px 0 6px rgba(0, 0, 0, 0.3);
}

.mediamath-share-facebook {
    font-size: 30px;
    font-size: 3rem;
}

.mediamath-share-twitter {
    font-size: 27px;
    font-size: 2.7rem;
}

.mediamath-share-linkedin {
    font-size: 30px;
    font-size: 3rem;
}

.mediamath-share-share {
    font-size: 30px;
    font-size: 3rem;
}

.mediamath-share-email {
    font-size: 35px;
    font-size: 3.5rem;
}

.mediamath-calendar-pager,
.mediamath-calendar .mediamath-calendar-table .mediamath-calendar-previous-month,
.mediamath-calendar .mediamath-calendar-table .mediamath-calendar-next-month {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    color: #333333;
}

.mediamath-calendar-pager:hover,
.mediamath-calendar .mediamath-calendar-table .mediamath-calendar-previous-month:hover,
.mediamath-calendar .mediamath-calendar-table .mediamath-calendar-next-month:hover {
    color: #4d4d4d;
}

.mediamath-calendar-pager:active,
.mediamath-calendar .mediamath-calendar-table .mediamath-calendar-previous-month:active,
.mediamath-calendar .mediamath-calendar-table .mediamath-calendar-next-month:active {
    color: #191919;
}

.mediamath-calendar {
    padding: 20px;
    border: 20px solid #f2f2f2;
    background-color: #ffffff;
}

.mediamath-calendar .mediamath-calendar-table {
    box-sizing: border-box;
    width: 100%;
    vertical-align: middle;
}

.mediamath-calendar .mediamath-calendar-table .mediamath-calendar-cell-pad,
.mediamath-calendar .mediamath-calendar-table .mediamath-calendar-header,
.mediamath-calendar .mediamath-calendar-table .mediamath-calendar-cell {
    box-sizing: border-box;
    line-height: 30px;
    line-height: 3rem;
    text-align: center;
    border: 4px solid #ffffff;
}

.mediamath-calendar .mediamath-calendar-table .mediamath-calendar-header {
    color: #333333;
    font-size: 14px;
    font-size: 1.4rem;
}

.mediamath-calendar .mediamath-calendar-table .mediamath-calendar-caption {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    font-weight: 800;
    color: #7a68ae;
}

.mediamath-calendar .mediamath-calendar-table .mediamath-calendar-previous-month {
    float: left;
}

.mediamath-calendar .mediamath-calendar-table .mediamath-calendar-previous-month:before {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e002";
}

.mediamath-calendar .mediamath-calendar-table .mediamath-calendar-next-month {
    float: right;
}

.mediamath-calendar .mediamath-calendar-table .mediamath-calendar-next-month:before {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e003";
}

.mediamath-calendar .mediamath-calendar-table .mediamath-calendar-cell {
    background-color: #f2f2f2;
    height: 30px;
}

.mediamath-calendar .mediamath-calendar-table .mediamath-calendar-link {
    display: block;
    background-color: #7a68ae;
    color: #ffffff;
}

.mediamath-calendar .mediamath-calendar-table .mediamath-calendar-link:hover {
    background-color: #8777b6;
}

.mediamath-calendar .mediamath-calendar-table .mediamath-calendar-link:active {
    background-color: #6e5e9d;
}

.mediamath-event-aside h3.event_cta_title { color: #7A68AE; margin:0; }

.mediamath-callout {
    margin-right: 0;
    margin-left: 0;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: 300;
}

.mediamath-article-content .mediamath-callout {
    line-height: 24px;
    line-height: 2.4rem;
}

.mediamath-contact-form {
    position: relative;
}

.mediamath-contact-form .mediamath-contact-form-close-button {
    position: absolute;
    color: #ffffff;
    right: 20px;
    display: none;
    font-size: 40px;
    font-size: 4rem;
}

.mediamath-contact-form .mediamath-contact-form-close-button:before {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e02b";
}

.mediamath-contact-form .mediamath-external-link {
    display: none;
}

.mediamath-contact-form .mediamath-contact-form-error {
    display: none;
    margin-bottom: 5px;
    color: #de396e;
    text-align: center;
	position: relative;
	top: -60px;
}

.mediamath-contact-form .mediamath-contact-form-error.mediamath-state-error {
    display: block;
}

.mediamath-contact-form .mediamath-contact-form-column {
    width: 48%;
    float: left;
}

.mediamath-contact-form .mediamath-contact-form-column .mediamath-label {
    display: none;
}

.no-placeholder .mediamath-contact-form .mediamath-contact-form-column .mediamath-label {
    display: block;
}

.mediamath-contact-form .mediamath-fieldset .mediamath-legend {
    padding-top: 35px;
    padding-bottom: 35px;
    /* margin: 0 auto;  RETURN THIS TO DISPLAY   CONTACT US   IN THE CENTER */
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    font-weight: 300;
}

.mediamath-contact-form .mediamath-fieldset .mediamath-input,
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea {
    margin-bottom: 11px;
}

.mediamath-contact-form .mediamath-fieldset .mediamath-select,
.mediamath-contact-form .mediamath-fieldset .mediamath-client-success-filters select,
.mediamath-contact-form .mediamath-fieldset .mediamath-news .mediamath-select-wrap select {
    margin-bottom: 15px;
	font-size: 15.5px;
	cursor: pointer;
	font-weight: 400;
}

.mediamath-select-wrap select::-ms-expand {
    display: none;
	border: 0px none;
}

.mediamath-contact-form .mediamath-fieldset .mediamath-option {
    color: #4d4d4d;
    font-weight: 300;
}

.mediamath-contact-form .mediamath-fieldset .mediamath-textarea {
    resize: none;
    /* margin-bottom: 3px; */
    height: 125px; /* Added */
}

.mediamath-contact-form .mediamath-contact-submit {
    color: #ffffff;
    background-color: #54bceb;
    box-sizing: border-box;
    min-width: 180px;
    text-transform: uppercase;
	margin-top: 9px;
}
/* Target only Firefox */
@-moz-document url-prefix() {
	.mediamath-contact-form .mediamath-contact-submit {
		margin-top: 6px;
	}
}

.mediamath-contact-form .mediamath-contact-submit:hover {
    color: #54bceb;
    background-color: #ffffff;
}

.mediamath-contact-form .mediamath-contact-submit:active {
    color: #4ca9d4;
    background-color: #e6e6e6;
}

.mediamath-contact-form .mediamath-thank-you-message {
    display: none;
}

.mediamath-contact-form .mediamath-optional-field {
    display: none;
}

.mediamath-contact-form .mediamath-optional-field.mediamath-state-active {
    display: block;
}

.mediamath-section-contact-form {
    background-color: #ddd;
    padding-bottom: 60px;
}
.page-id-68 .mediamath-section-contact-form {
	padding-bottom: 0px;
}

.mediamath-section-contact-form .mediamath-contact-form {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.mediamath-section-contact-form .mediamath-contact-form .mediamath-contact-form-column {
    margin-left: 1%;
    margin-right: 1%;
}

.mediamath-section-contact-form .mediamath-contact-form .mediamath-fieldset {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 645.83333333px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
    margin-left: 177.08333333px;
    margin-right: 177.08333333px;
}

.mediamath-section-contact-form .mediamath-contact-form .mediamath-fieldset .mediamath-legend {
    padding-top: 35px;
}

.mediamath-footer-affiliation-link,
.mediamath-footer .mediamath-footer-affiliation-link-nai,
.mediamath-footer .mediamath-footer-affiliation-link-iab,
.mediamath-footer .mediamath-footer-affiliation-link-dma,
.mediamath-footer .mediamath-footer-affiliation-link-edaa,
.mediamath-footer .mediamath-footer-affiliation-link-adchoices,
.mediamath-footer .mediamath-footer-affiliation-link-tag {
    display: inline-block;
    height: 28px;
	margin:0;
	padding: 0;
    /* margin-right: 7px;
    margin-left: 7px; 
    background-position: center; 
    background-repeat: no-repeat; */
}

.mediamath-footer-social-icon,
.mediamath-footer .mediamath-social-media-link-facebook:before,
.mediamath-footer .mediamath-social-media-link-twitter:before,
.mediamath-footer .mediamath-social-media-link-youtube:before,
.mediamath-footer .mediamath-social-media-link-linkedin:before {
    margin-right: 7px;
    margin-left: 7px;
    color: #c2c2c2;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1;
}

.mediamath-footer {
    background-color: #333333;
}

.mediamath-footer .mediamath-footer-inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
	padding-top: 20px;
    display: table;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
}

.mediamath-footer .mediamath-footer-inner.footer-inner-second {
	margin-top: 20px;
    border-top: 1px solid #616060;
    padding-top: 20px;
}

.mediamath-footer .mediamath-footer-metadata,
.mediamath-footer .mediamath-footer-affiliations,
.mediamath-footer .mediamath-footer-social-media,
.mediamath-footer .mediamath-request-demo,
.mediamath-footer .mediamath-footer-global-sites {
    display: table-cell;
    vertical-align: middle;
}

.mediamath-footer .mediamath-footer-metadata-copyright, .mediamath-footer .mediamath-footer-metadata-copyright a {
    margin-top: 0;
    margin-bottom: 5px;
    color: #c2c2c2;
}

.mediamath-footer .mediamath-footer-metadata-copyright a:hover {
	color: #ffffff;
}

.mediamath-footer .mediamath-footer-utility-navigation .mediamath-menu-item {
    display: inline-block;
    margin-right: 10px;
}

.mediamath-footer .mediamath-footer-utility-navigation a {
    color: #c2c2c2;
}

.mediamath-footer .mediamath-footer-utility-navigation a:hover {
    color: #ffffff;
}

.mediamath-footer .mediamath-footer-utility-navigation a:active {
    color: #65c3ed;
}

.mediamath-footer .mediamath-footer-global-sites, .mediamath-footer-global-sites a {
    color: #c2c2c2;
	text-align: right;
	text-decoration: none;
}

.mediamath-footer-global-sites a {
	margin: 0px 3px;
}
.mediamath-footer .mediamath-footer-global-sites a:hover {
	color: #ffffff;
}

.mediamath-footer-affiliations {
	text-align: right;
	position: relative;
	right: -10px;
}
/* Footer Affiliation Links and icons */
.affiliation-icons {
    background-image: url(//static.mediamath.com/wp-content/uploads/2017/06/15124844/mediamath-affiliation-icons.png);
    background-repeat: no-repeat;
    display: block;	
}
/* NAI */
.mediamath-footer .mediamath-footer-affiliation-link-nai {
	width: 103px;
	height: 30px;
    background-position: 0px 0px;
}

.mediamath-footer .mediamath-footer-affiliation-link-nai:hover {
    background-position: 0px -30px;
}
/* IAB */
.mediamath-footer .mediamath-footer-affiliation-link-iab {
    width: 68px;
	background-position: -103px -2px;
}

.mediamath-footer .mediamath-footer-affiliation-link-iab:hover {
	background-position: -103px -32px;
}
/* DMA */
.mediamath-footer .mediamath-footer-affiliation-link-dma {
    width: 105px;
	background-position: -171px -2px;
}

.mediamath-footer .mediamath-footer-affiliation-link-dma:hover {
    background-position: -171px -32px;
}
/* EDAA */
.mediamath-footer .mediamath-footer-affiliation-link-edaa {
    width: 84px;
	background-position: -275px -0px;
}

.mediamath-footer .mediamath-footer-affiliation-link-edaa:hover {
    background-position: -275px -30px;
}
/* AdChoices */
.mediamath-footer .mediamath-footer-affiliation-link-adchoices {
    width: 111px;
	background-position: -359px -2px;
}

.mediamath-footer .mediamath-footer-affiliation-link-adchoices:hover {
    background-position: -359px -32px;
}
/* TAG */
.mediamath-footer .mediamath-footer-affiliation-link-tag {
    width: 53px;
	background-position: -470px -2px;
}

.mediamath-footer .mediamath-footer-affiliation-link-tag:hover {
    background-position: -470px -32px;
}

/*
.mediamath-footer .mediamath-footer-affiliation-link-nai {
    background-image: url('images/logo-nai.png');
    width: 71px;
}

.mediamath-footer .mediamath-footer-affiliation-link-nai:hover {
    background-image: url('images/logo-nai-hover.png');
}

.mediamath-footer .mediamath-footer-affiliation-link-iab {
    background-image: url('images/logo-iab.png');
    width: 48px;
}

.mediamath-footer .mediamath-footer-affiliation-link-iab:hover {
    background-image: url('images/logo-iab-hover.png');
}

.mediamath-footer .mediamath-footer-affiliation-link-dma {
    background-image: url('images/logo-dma.png');
    width: 67px;
}

.mediamath-footer .mediamath-footer-affiliation-link-dma:hover {
    background-image: url('images/logo-dma-hover.png');
}
*/

.mediamath-footer .mediamath-social-media-link-facebook:hover:before {
    color: #ffffff;
}

.mediamath-footer .mediamath-social-media-link-facebook:active:before {
    color: #65c3ed;
}

.mediamath-footer .mediamath-social-media-link-twitter:hover:before {
    color: #ffffff;
}

.mediamath-footer .mediamath-social-media-link-twitter:active:before {
    color: #65c3ed;
}

.mediamath-footer .mediamath-social-media-link-youtube:hover:before {
    color: #ffffff;
}

.mediamath-footer .mediamath-social-media-link-youtube:active:before {
    color: #65c3ed;
}

.mediamath-footer .mediamath-social-media-link-linkedin:hover:before {
    color: #ffffff;
}

.mediamath-footer .mediamath-social-media-link-linkedin:active:before {
    color: #65c3ed;
}

.mediamath-footer .mediamath-request-demo {
    position: relative;
    width: 266px;
}

.mediamath-footer .mediamath-request-demo.mediamath-state-open {
    overflow: visible;
}

.mediamath-footer .mediamath-request-demo.mediamath-state-open .mediamath-request-demo-form {
    height: auto;
    z-index: 999;
}

.mediamath-footer .mediamath-request-demo.mediamath-state-open .mediamath-request-demo-button {
    padding-top: 0;
    padding-bottom: 28px;
    text-transform: none;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
}

.mediamath-footer .mediamath-request-demo.mediamath-state-open .mediamath-request-demo-button:focus {
    box-shadow: none;
}

.mediamath-request-demo .mediamath-icon-play {
	font-size: 26px;
	position: relative;
	top: 5px;
	left: -7px;
}

.mediamath-footer .mediamath-request-demo-form {
    box-sizing: border-box;
    position: absolute;
    bottom: 41px;
    height: auto;
    z-index: 999;
    width: 266px;
    padding: 20px;
    background-color: #e6e6e6;
    display: none;
}

.mediamath-footer .mediamath-request-demo-form .mediamath-legend {
    margin: 0 auto 35px;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #333333;
    font-weight: 700;
}

.mediamath-footer .mediamath-request-demo-form .mediamath-contact-form-error {
    display: none;
    margin-bottom: 5px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #de396e;
    text-align: center;
}

.mediamath-footer .mediamath-request-demo-form .mediamath-contact-form-error.mediamath-state-error {
    display: block;
}

.mediamath-footer .mediamath-request-demo-form .mediamath-label {
    display: none;
}

.no-placeholder .mediamath-footer .mediamath-request-demo-form .mediamath-label {
    display: block;
}

.mediamath-footer .mediamath-request-demo-form .mediamath-input,
.mediamath-footer .mediamath-request-demo-form .mediamath-contact-form .mediamath-fieldset .mediamath-input,
.mediamath-footer .mediamath-request-demo-form .mediamath-contact-form .mediamath-fieldset .mediamath-textarea,
.mediamath-footer .mediamath-request-demo-form .mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea {
    color: #333333;
}

.mediamath-footer .mediamath-request-demo-form .mediamath-input,
.mediamath-footer .mediamath-request-demo-form .mediamath-select,
.mediamath-footer .mediamath-request-demo-form .mediamath-contact-form .mediamath-fieldset .mediamath-input,
.mediamath-footer .mediamath-request-demo-form .mediamath-contact-form .mediamath-fieldset .mediamath-textarea,
.mediamath-footer .mediamath-request-demo-form .mediamath-client-success-filters select,
.mediamath-footer .mediamath-request-demo-form .mediamath-news .mediamath-select-wrap select,
.mediamath-footer .mediamath-request-demo-form .mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea {
    margin-bottom: 15px;
}

.mediamath-footer .mediamath-request-demo-form .mediamath-select-wrap:after {
    color: #4d4d4d;
}

.mediamath-footer .mediamath-request-demo-form .mediamath-request-submit {
    color: #ffffff;
    background-color: #54bceb;
    box-sizing: border-box;
    min-width: 180px;
    text-transform: uppercase;
}

.mediamath-footer .mediamath-request-demo-form .mediamath-request-submit:hover {
    color: #54bceb;
    background-color: #ffffff;
}

.mediamath-footer .mediamath-request-demo-form .mediamath-request-submit:active {
    color: #4ca9d4;
    background-color: #e6e6e6;
}

.mediamath-footer .mediamath-request-demo-form .mediamath-thank-you-message {
    display: none;
}

.mediamath-footer .mediamath-request-demo-form .mediamath-optional-field {
    display: none;
}

.mediamath-footer .mediamath-request-demo-form .mediamath-optional-field.mediamath-state-active {
    display: block;
}

.mediamath-footer .mediamath-request-demo-button {
    color: #333333;
    background-color: #e6e6e6;
    box-sizing: border-box;
    width: 265px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0;
    display: block;
    outline: 0;
}

.mediamath-footer .mediamath-request-demo-button:hover {
    color: #474747;
    background-color: #e8e8e8;
}

.mediamath-footer .mediamath-request-demo-button:active {
    color: #2e2e2e;
    background-color: #cfcfcf;
}
/* New footer Request demo button */
.mediamath-footer-demo {
	position: relative; 
	width: 1000px; 
	z-index: 997; 
	margin: 0px auto; 
	margin-top: -42px;
}
.mediamath-footer-demo .mediamath-request-demo {
	position: relative;
    vertical-align: middle;
	text-align: right;
}

.mediamath-footer-demo .mediamath-request-demo-button {
    color: #333333;
    background-color: #e6e6e6;
    box-sizing: border-box;
    width: 235px;
    padding: 5px 0 9px 0;
    font-size: 16px;
    font-size: 1.6rem;
	font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0;	
	outline: 0;
	border: 1px solid #FFF;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	border: 2px solid #FFF;
    border-bottom-width: 0;
}
/* New footer Request demo button */
.mediamath-footer .mediamath-request-demo-mobile {
    display: none;
}

.mediamath-footer .mediamath-request-demo-mobile .mediamath-request-demo-button {
    display: block;
    width: 100%;
    height: 70px;
    font-size: 16px;
    font-size: 1.6rem;
}

.mediamath-fieldset {
    border: none;
    padding: 0;
    margin: 0;
}


.mediamath-input,
.mediamath-contact-form .mediamath-fieldset .mediamath-input {
	height: 40px;
}

.mediamath-input,
.mediamath-contact-form .mediamath-fieldset .mediamath-input,
.mediamath-contact-form .mediamath-fieldset .mediamath-textarea,
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea {
    -webkit-font-smoothing: antialiased;
    padding: 10px 16px;
    border: 1px solid transparent;
	font-size: 15.5px;
	font-weight: 400;
}

.mediamath-input.error,
.mediamath-input.mediamath-state-invalid,
.mediamath-contact-form .mediamath-fieldset .mediamath-input.error,
.mediamath-contact-form .mediamath-fieldset .mediamath-input.mediamath-state-invalid,
.mediamath-contact-form .mediamath-fieldset .mediamath-textarea.error,
.mediamath-contact-form .mediamath-fieldset .mediamath-textarea.mediamath-state-invalid,
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea.error,
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea.mediamath-state-invalid {
    border: 1px solid #de396e;
}

.mediamath-select-wrap select.mediamath-state-invalid { 
    width: 310px !important;
    color: #de396e !important;
    border: 1px solid #de396e !important;
    /*padding: 9px 20px;
    padding-bottom: 8px !important; */
    height: 41px;
}

.mediamath-input.error::-webkit-input-placeholder,
.mediamath-input.mediamath-state-invalid::-webkit-input-placeholder,
.mediamath-contact-form .mediamath-fieldset .mediamath-input.error::-webkit-input-placeholder,
.mediamath-contact-form .mediamath-fieldset .mediamath-input.mediamath-state-invalid::-webkit-input-placeholder,
.mediamath-contact-form .mediamath-fieldset .mediamath-textarea.error::-webkit-input-placeholder,
.mediamath-contact-form .mediamath-fieldset .mediamath-textarea.mediamath-state-invalid::-webkit-input-placeholder,
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea.error::-webkit-input-placeholder,
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea.mediamath-state-invalid::-webkit-input-placeholder {
    color: #de396e;
}

.mediamath-input.error::-webkit-input-placeholder:before,
.mediamath-input.mediamath-state-invalid::-webkit-input-placeholder:before,
.mediamath-contact-form .mediamath-fieldset .mediamath-input.error::-webkit-input-placeholder:before,
.mediamath-contact-form .mediamath-fieldset .mediamath-input.mediamath-state-invalid::-webkit-input-placeholder:before,
.mediamath-contact-form .mediamath-fieldset .mediamath-textarea.error::-webkit-input-placeholder:before,
.mediamath-contact-form .mediamath-fieldset .mediamath-textarea.mediamath-state-invalid::-webkit-input-placeholder:before,
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea.error::-webkit-input-placeholder:before,
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea.mediamath-state-invalid::-webkit-input-placeholder:before {
    content: "*";
}

.mediamath-input.error:-moz-placeholder,
.mediamath-input.mediamath-state-invalid:-moz-placeholder,
.mediamath-contact-form .mediamath-fieldset .mediamath-input.error:-moz-placeholder,
.mediamath-contact-form .mediamath-fieldset .mediamath-input.mediamath-state-invalid:-moz-placeholder,
.mediamath-contact-form .mediamath-fieldset .mediamath-textarea.error:-moz-placeholder,
.mediamath-contact-form .mediamath-fieldset .mediamath-textarea.mediamath-state-invalid:-moz-placeholder,
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea.error:-moz-placeholder,
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea.mediamath-state-invalid:-moz-placeholder {
    color: #de396e;
}

.mediamath-input.error:-moz-placeholder:before,
.mediamath-input.mediamath-state-invalid:-moz-placeholder:before,
.mediamath-contact-form .mediamath-fieldset .mediamath-input.error:-moz-placeholder:before,
.mediamath-contact-form .mediamath-fieldset .mediamath-input.mediamath-state-invalid:-moz-placeholder:before,
.mediamath-contact-form .mediamath-fieldset .mediamath-textarea.error:-moz-placeholder:before,
.mediamath-contact-form .mediamath-fieldset .mediamath-textarea.mediamath-state-invalid:-moz-placeholder:before,
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea.error:-moz-placeholder:before,
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea.mediamath-state-invalid:-moz-placeholder:before {
    content: "*";
}

.mediamath-input.error::-moz-placeholder,
.mediamath-input.mediamath-state-invalid::-moz-placeholder,
.mediamath-contact-form .mediamath-fieldset .mediamath-input.error::-moz-placeholder,
.mediamath-contact-form .mediamath-fieldset .mediamath-input.mediamath-state-invalid::-moz-placeholder,
.mediamath-contact-form .mediamath-fieldset .mediamath-textarea.error::-moz-placeholder,
.mediamath-contact-form .mediamath-fieldset .mediamath-textarea.mediamath-state-invalid::-moz-placeholder,
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea.error::-moz-placeholder,
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea.mediamath-state-invalid::-moz-placeholder {
    color: #de396e;
}

.mediamath-input.error::-moz-placeholder:before,
.mediamath-input.mediamath-state-invalid::-moz-placeholder:before,
.mediamath-contact-form .mediamath-fieldset .mediamath-input.error::-moz-placeholder:before,
.mediamath-contact-form .mediamath-fieldset .mediamath-input.mediamath-state-invalid::-moz-placeholder:before,
.mediamath-contact-form .mediamath-fieldset .mediamath-textarea.error::-moz-placeholder:before,
.mediamath-contact-form .mediamath-fieldset .mediamath-textarea.mediamath-state-invalid::-moz-placeholder:before,
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea.error::-moz-placeholder:before,
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea.mediamath-state-invalid::-moz-placeholder:before {
    content: "*";
}

.mediamath-input.error:-ms-input-placeholder,
.mediamath-input.mediamath-state-invalid:-ms-input-placeholder,
.mediamath-contact-form .mediamath-fieldset .mediamath-input.error:-ms-input-placeholder,
.mediamath-contact-form .mediamath-fieldset .mediamath-input.mediamath-state-invalid:-ms-input-placeholder,
.mediamath-contact-form .mediamath-fieldset .mediamath-textarea.error:-ms-input-placeholder,
.mediamath-contact-form .mediamath-fieldset .mediamath-textarea.mediamath-state-invalid:-ms-input-placeholder,
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea.error:-ms-input-placeholder,
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea.mediamath-state-invalid:-ms-input-placeholder {
    color: #de396e;
}

.mediamath-input.error:-ms-input-placeholder:before,
.mediamath-input.mediamath-state-invalid:-ms-input-placeholder:before,
.mediamath-contact-form .mediamath-fieldset .mediamath-input.error:-ms-input-placeholder:before,
.mediamath-contact-form .mediamath-fieldset .mediamath-input.mediamath-state-invalid:-ms-input-placeholder:before,
.mediamath-contact-form .mediamath-fieldset .mediamath-textarea.error:-ms-input-placeholder:before,
.mediamath-contact-form .mediamath-fieldset .mediamath-textarea.mediamath-state-invalid:-ms-input-placeholder:before,
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea.error:-ms-input-placeholder:before,
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea.mediamath-state-invalid:-ms-input-placeholder:before {
    content: "*";
}

.mediamath-input[type=submit],
.mediamath-contact-form .mediamath-fieldset .mediamath-input[type=submit],
.mediamath-contact-form .mediamath-fieldset .mediamath-textarea[type=submit],
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea[type=submit] {
    width: auto;
}

.mediamath-link-back {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #333333;
    display: none;
    cursor: pointer;
}

.mediamath-link-back:before {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e002";
    padding-right: 20px;
    vertical-align: middle;
    font-size: 25px;
    font-size: 2.5rem;
}

.mediamath-link-back:hover {
    color: #404040;
}

.mediamath-link-back:active {
    color: #262626;
}

.mediamath-list,
.mediamath-section-overview-callout ul,
.mediamath-system-detail .mediamath-system-detail-content ul {
    list-style-type: none;
    padding-left: 0;
}

.mediamath-list li,
.mediamath-section-overview-callout ul li,
.mediamath-system-detail .mediamath-system-detail-content ul li {
    padding-left: 12px;
    text-indent: -6px;
}

.mediamath-list li:before,
.mediamath-section-overview-callout ul li:before,
.mediamath-system-detail .mediamath-system-detail-content ul li:before {
    content: "•";
    display: inline-block;
    margin-right: 5px;
}

.mediamath-full-navigation-container {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    background-color: #ffffff;
}

.mediamath-main-navigation-container, .mediamath-search-results .mediamath-article-content-wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.mediamath-main-navigation-container .mediamath-logo {
    float: left;
    display: block;
    width: 102px;
    height: 62px;
    background-image: url("//static.mediamath.com/images/mediamath-logo.png");
    background-repeat: no-repeat;
}

.mediamath-main-navigation-container .mediamath-main-navigation {
    position: relative;
    margin-top: 12px;
    margin-left: 130px;
}

.mediamath-main-navigation-container .mediamath-main-navigation > .menu-item {
    box-sizing: border-box;
    display: inline-block;
    width: 220px;
    padding-bottom: 10px;
    margin-right: 30px;
    font-size: 19px;
    font-size: 1.9rem;
    text-align: center;
    border-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.mediamath-main-navigation-container .mediamath-main-navigation > .menu-item.menu-item-231:hover {
    border-bottom-color: #de396e;
}

.mediamath-main-navigation-container .mediamath-main-navigation > .menu-item.menu-item-231:hover > a {
    color: #de396e;
}

.mediamath-main-navigation-container .mediamath-main-navigation > .menu-item.menu-item-231 .sub-menu {
    background-color: #de396e;
}

.mediamath-main-navigation-container .mediamath-main-navigation > .menu-item.menu-item-231 .sub-menu .menu-item {
    text-align: center;
}

.mediamath-main-navigation-container .mediamath-main-navigation > .menu-item.menu-item-231.current-menu-ancestor,
.mediamath-main-navigation-container .mediamath-main-navigation > .menu-item.menu-item-231.current-page-ancestor {
    border-bottom-color: #de396e;
}

.mediamath-main-navigation-container .mediamath-main-navigation > .menu-item.menu-item-231.current-menu-ancestor a,
.mediamath-main-navigation-container .mediamath-main-navigation > .menu-item.menu-item-231.current-page-ancestor a {
    color: #de396e;
}

.mediamath-main-navigation-container .mediamath-main-navigation > .menu-item.menu-item-234:hover {
    border-bottom-color: #54bceb;
}

.mediamath-main-navigation-container .mediamath-main-navigation > .menu-item.menu-item-234:hover > a {
    color: #54bceb;
}

.mediamath-main-navigation-container .mediamath-main-navigation > .menu-item.menu-item-234 .sub-menu {
    background-color: #54bceb;
}

.mediamath-main-navigation-container .mediamath-main-navigation > .menu-item.menu-item-234 .sub-menu .menu-item {
    text-align: center;
}

.mediamath-main-navigation-container .mediamath-main-navigation > .menu-item.menu-item-234.current-menu-ancestor,
.mediamath-main-navigation-container .mediamath-main-navigation > .menu-item.menu-item-234.current-page-ancestor {
    border-bottom-color: #54bceb;
}

.mediamath-main-navigation-container .mediamath-main-navigation > .menu-item.menu-item-234.current-menu-ancestor a,
.mediamath-main-navigation-container .mediamath-main-navigation > .menu-item.menu-item-234.current-page-ancestor a {
    color: #54bceb;
}



.mediamath-main-navigation-container .mediamath-main-navigation > .menu-item .sub-menu {
    position: absolute;
    top: 50px;
    z-index: 999;
    box-sizing: border-box;
    width: 220px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mediamath-main-navigation-container .mediamath-main-navigation > .menu-item .sub-menu .menu-item {
    display: block;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
}

.mediamath-main-navigation-container .mediamath-main-navigation > .menu-item .sub-menu .menu-item a {
    font-weight: 300;
    color: #ffffff;
    line-height: 32px;
    line-height: 3.2rem;
}

.mediamath-main-navigation-container .mediamath-main-navigation > .menu-item a {
    color: #333333;
    line-height: 40px;
    line-height: 4rem;
}

.mediamath-main-navigation-container .mediamath-main-navigation .sub-menu {
    display: none;
}

.mediamath-mobile-main-navigation-contact-link {
    color: #54bceb;
    float: right;
    text-transform: uppercase;
    margin-top: -50px;
    padding-right: 20px;
    font-weight: 600;
    display: none;
}

.mediamath-mobile-navigation-actions {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    color: #333333;
    text-align: right;
    cursor: pointer;
    display: none;
}

.mediamath-mobile-navigation-actions .mediamath-mobile-navigation-toggle {
    box-sizing: border-box;
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    padding-top: 10px;
    margin-right: 20px;
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
    color: #333333;
    background-color: #ffffff;
    outline: none;
}

.mediamath-mobile-navigation-actions .mediamath-mobile-navigation-toggle:after {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e01d";
}

.mediamath-mobile-navigation-actions.mediamath-state-active .mediamath-mobile-navigation-toggle {
    background-color: #333333;
    color: #ffffff;
    position: relative;
	top: 20px; /* Fix for close button on mobile */
}

.mediamath-mobile-navigation-actions.mediamath-state-active .mediamath-mobile-navigation-toggle:after {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e02b";
    position: absolute;
    top: 10px;
    right: 21px;
}

.mediamath-main-navigation-container-mobile {
    -ms-transition: height 0.2s ease;
    -moz-transition: height 0.2s ease;
    -webkit-transition: height 0.2s ease;
    -o-transition: height 0.2s ease;
    height: 0;
    overflow: hidden;
    line-height: 35px;
    line-height: 3.5rem;
    background-color: #333333;
}

.mediamath-main-navigation-container-mobile.mediamath-state-active {
    height: 380px;
}

.mediamath-main-navigation-container-mobile .menu-item {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
}

.mediamath-main-navigation-container-mobile .menu-item a {
    font-weight: 600;
    text-transform: uppercase;
    color: #f6a01a;
    line-height: 32px;
    line-height: 3.2rem;
}

.mediamath-main-navigation-container-mobile .menu-item-638 a,
.mediamath-main-navigation-container-mobile .menu-item-620 a {
    font-weight: 500;
    text-transform: none;
}

.mediamath-main-navigation-container-mobile .menu-item-638 a {
    color: #de396e;
}

.mediamath-main-navigation-container-mobile .menu-item-620 a {
    color: #54bceb;
}

.mediamath-section-overview {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 40px;
}

.mediamath-section-overview .mediamath-overview-content {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 500px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
}

.mediamath-section-overview .mediamath-overview-content a {
	padding-bottom: 3px;
	text-transform: uppercase;
	font-weight: 700;
	color: #de396e;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: transparent;

}

.mediamath-section-overview .mediamath-overview-content a:hover {
	border-bottom-color: #de396e;

}

.mediamath-section-overview-callout a{
	padding-bottom: 3px;
	text-transform: uppercase;
	font-weight: 700;
	color: #FFF;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.mediamath-section-overview-callout a:hover{
	border-bottom-color: #FFF;
}

.mediamath-section-overview .mediamath-overview-content h1,
.mediamath-section-overview .mediamath-overview-content h2,
.mediamath-section-overview .mediamath-overview-content h3,
.mediamath-section-overview .mediamath-overview-content h4,
.mediamath-section-overview .mediamath-overview-content h5 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 25px;
	margin-top:10px;
    font-weight: 300;
}

.mediamath-section-overview .mediamath-overview-content .mediamath-heading,
.mediamath-section-overview .mediamath-overview-content h1 {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 45px;
    line-height: 4.5rem;
    font-weight: 700;
}

.mediamath-section-overview .mediamath-overview-content .mediamath-callout p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
}

.mediamath-section-overview .mediamath-overview-image {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 500px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
    text-align: right;
}

.mediamath-section-overview .mediamath-overview-image img {
    max-width: 100%;
}

.mediamath-section-overview-callout {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 55px;
    padding-bottom: 30px;
}

.mediamath-section-overview-callout h1,
.mediamath-section-overview-callout h2,
.mediamath-section-overview-callout h3,
.mediamath-section-overview-callout h4,
.mediamath-section-overview-callout h5,
.mediamath-section-overview-callout h6 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 26px;
    line-height: 2.6rem;
}

.mediamath-section-overview-callout p,
.mediamath-section-overview-callout ul,
.mediamath-section-overview-callout ol {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 27px;
    line-height: 2.7rem;
}

.mediamath-section-overview-callout ul {
    margin-top: 20px;
}

.mediamath-page-header,
.mediamath-page-header-case-study {
    padding-top: 65px;
    padding-bottom: 55px;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #7a68ae;
	margin-top: 92px;
}

.mediamath-page-header .mediamath-page-header-inner,
.mediamath-page-header-case-study .mediamath-page-header-inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.mediamath-page-header .mediamath-page-header-inner .mediamath-link,
.mediamath-page-header-case-study .mediamath-page-header-inner .mediamath-link {
    color: #ffffff;
    background-color: #333333;
    position: absolute;
    left: 0;
    top: -5px;
}

.mediamath-page-header .mediamath-page-header-inner .mediamath-link:hover,
.mediamath-page-header-case-study .mediamath-page-header-inner .mediamath-link:hover {
    color: #333333;
    background-color: #ffffff;
}

.mediamath-page-header .mediamath-page-header-inner .mediamath-link:active,
.mediamath-page-header-case-study .mediamath-page-header-inner .mediamath-link:active {
    color: #2e2e2e;
    background-color: #e6e6e6;
}

.mediamath-page-header .mediamath-page-heading,
.mediamath-page-header-case-study .mediamath-page-heading {
    -webkit-font-smoothing: antialiased;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 400;
}

.mediamath-page-header-case-study .mediamath-page-header-actions {
    float: left;
}

.mediamath-page-header-case-study .mediamath-page-heading {
    color: #ffffff;
    text-indent: -96px;
}

.mediamath-pagination-arrows:before,
.mediamath-pagination .page-numbers.next:before,
.mediamath-pagination .page-numbers.prev:before {
    vertical-align: middle;
    font-size: 25px;
    font-size: 2.5rem;
}

.mediamath-pagination {
    text-align: center;
}

.mediamath-pagination .page-numbers {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #a6a6a6;
}

.mediamath-pagination .page-numbers.current {
    color: #333333;
}

.mediamath-pagination .page-numbers.next {
    margin-left: 10px;
}

.mediamath-pagination .page-numbers.next:before {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e003";
}

.mediamath-pagination .page-numbers.prev {
    margin-right: 10px;
}

.mediamath-pagination .page-numbers.prev:before {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e002";
}

.mediamath-pagination .page-numbers:hover {
    color: #bfbfbf;
}

.mediamath-pagination .page-numbers:active {
    color: #8c8c8c;
}

.mediamath-personalization,
.mediamath-personalization-overview-container,
.mediamath-personalization-selector {
    background-color: #7a68ae;
}

.mediamath-personalization-overview-container .mediamath-personalization-overview {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 70px;
}

.mediamath-personalization-overview-container .mediamath-personalization-heading,
.mediamath-personalization-overview-container .mediamath-personalization-subheading {
    color: #ffffff;
}

.mediamath-personalization-overview-container .mediamath-personalization-heading {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 416.66666667px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 50px;
    font-size: 5rem;
    line-height: 1;
}

.mediamath-personalization-overview-container .mediamath-personalization-text {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 541.66666667px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
    margin-left: 41.66666667px;
}

.mediamath-personalization-overview-container .mediamath-personalization-subheading {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    line-height: 3rem;
    font-weight: 300;
}

.mediamath-personalization-overview-container .mediamath-personalization-user {
    text-decoration: underline;
}

.mediamath-personalization-selector {
    padding-top: 75px;
    padding-bottom: 65px;
    text-align: center;
}

.mediamath-personalization-selector .mediamath-personalization-text {
    margin-bottom: 45px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    line-height: 3rem;
    font-weight: 300;
    color: #333333;
}

.mediamath-personalization-selector .mediamath-select-personalization {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    color: #ffffff;
    text-decoration: underline;
    background-color: transparent;
}

.mediamath-personalization-selector .mediamath-select-personalization .mediamath-select-item {
    color: #333333;
    background-color: #ffffff;
}

.mediamath-personalization-selector .mediamath-moz-select-arrow {
    position: relative;
}

.mediamath-personalization-selector .mediamath-moz-select-arrow:after {
    position: absolute;
    color: #ffffff;
    content: '';
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e001";
    right: 20px;
    top: 50%;
    margin-top: -12px;
    font-size: 20px;
    font-size: 2rem;
}

.mediamath-personalization-selector .mediamath-personalization-button {
    color: #333333;
    background-color: #ffffff;
    min-width: 220px;
    text-transform: uppercase;
}

.mediamath-personalization-selector .mediamath-personalization-button:hover {
    color: #ffffff;
    background-color: #333333;
}

.mediamath-personalization-selector .mediamath-personalization-button:active {
    color: #e6e6e6;
    background-color: #2e2e2e;
}

.mediamath-secondary-links {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
    line-height: 1.6rem;
    font-weight: 700;
}

.mediamath-secondary-links .mediamath-secondary-links-label {
    font-weight: 300;
    font-size: 16px;
    font-size: 1.6rem;
}

.mediamath-secondary-links.mediamath-menu-open {
    margin-bottom: 46px;
}

.mediamath-secondary-links .mediamath-secondary-links-list {
    position: relative;
}

.mediamath-secondary-links .mediamath-secondary-links-item,
.mediamath-secondary-links .menu-item {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.mediamath-secondary-links .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu,
.mediamath-secondary-links .menu-item.mediamath-state-active .mediamath-secondary-links-submenu,
.mediamath-secondary-links .mediamath-secondary-links-item .current-menu-item .mediamath-secondary-links-submenu,
.mediamath-secondary-links .menu-item .current-menu-item .mediamath-secondary-links-submenu {
    display: block;
}

.mediamath-secondary-links .mediamath-secondary-links-item .mediamath-secondary-links-submenu,
.mediamath-secondary-links .menu-item .mediamath-secondary-links-submenu {
    display: none;
    position: absolute;
    top: 31px;
    left: 0;
    right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
ul.mediamath-secondary-links-submenu li a.mediamath-link{border:0 !important;}


.mediamath-select-reset,
.mediamath-personalization-selector .mediamath-select-personalization,
.mediamath-select,
.mediamath-client-success-filters select,
.mediamath-news .mediamath-select-wrap select {
appearance:none;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari and Chrome */
border-image: none;
background-image: none;
border: transparent;
border-radius: 0;
text-indent: 1px;
text-overflow: '';
}

.mediamath-select,
.mediamath-client-success-filters select,
.mediamath-news .mediamath-select-wrap select {
    -webkit-font-smoothing: antialiased;
    padding: 9px 20px;
    color: #4d4d4d;
}

.mediamath-select-wrap {
    background: url("//static.mediamath.com/images/form_arrow_down.png") no-repeat scroll 270px 16px #fff;
    height: 41px;
    overflow: hidden;
    position: relative;
    width: 310px;
    margin-bottom: 10px; /* changed from 15px - Reduced because of Primary Goal additional field */
	font-weight: 400;
}
.mediamath-select-wrap.product_interest, .mediamath-select-wrap.selectpicker {
	overflow: initial !important;
}
.mediamath-select-wrap:after{
    content: "";
}

.mediamath-select-wrap select {
    background: none repeat scroll 0 0 transparent;
    left: 0;
    position: absolute;
    top: 0;
    width: 310px;
    color: #4d4d4d;
    padding: 2px 55px 0 11px;
    outline: 0 !important;
	height: 41px !important;
}



.mediamath-request-demo-form{}

.mediamath-request-demo-form .mediamath-select-wrap {
    width: 230px;
    background: url("//static.mediamath.com/images/form_arrow_down.png") no-repeat scroll 190px 20px #fff;
}

.mediamath-request-demo-form .mediamath-select-wrap select {
    width: 255px;
    padding: 12px 55px 0 15px;
}

.mediamath-news .mediamath-news-filters .mediamath-select-wrap {
    background: url("//static.mediamath.com/images/form_arrow_down_white.png") no-repeat scroll 153px 14px #54bceb;
    height: 42px;
}

.mediamath-news .mediamath-news-filters .mediamath-select-wrap select {
    background: none repeat scroll 0 0 transparent;
    padding: 7px 20px 0;
    width: 230px;
}


.personalizationselectbox{
    display: inline-block;
    margin: 0 7px -5px 0;
    padding-right: 15px;
    position: relative;
    width: auto;
    overflow:hidden;
    outline: 0 none;
}
.personalizationselectbox:after{
    position: absolute;
    color: #ffffff;
    content: '';
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e001";
    right: 0px;
    top: 50%;
    margin-top: -12px;
    font-size: 20px;
    font-size: 2rem;
}
.personalizationselectbox select{
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    border-image: none;
    background-image: none;
    border: transparent;
    border-radius: 0;
    text-indent: 1px;
    text-overflow: '';
    background: transparent;
    outline: 0 none;
}
#usertypeselectbox{width:230px;}
#goaltypeselectbox{width:360px;}
#usertypeselectbox select{width:270px;}
#goaltypeselectbox select{width:390px;}
.mediamath-slider {
    padding-top: 60px;
    padding-bottom: 35px;
    background-color: #f2f2f2;
}

.mediamath-slider .mediamath-slider-header {
    text-align: center;
}

.mediamath-slider .mediamath-slider-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

.mediamath-slider .mediamath-slider-slide {
    text-align: center;
    right: 0;
}

.mediamath-slider .mediamath-slide-heading {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 55px;
    line-height: 5.5rem;
    font-weight: 300;
    background-repeat: no-repeat;
}

.mediamath-slider .mediamath-slide-heading.mediamath-slide-heading-icon {
    padding-left: 60px;
}

.mediamath-slider .mediamath-slide-description {
    padding-right: 100px;
    padding-left: 100px;
    margin-top: 10px;
    margin-bottom: 35px;
}

.mediamath-slider .cycle-pager {
    text-align: center;
}

.mediamath-slider .cycle-pager span {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 35px;
    font-size: 3.5rem;
    color: #d9d9d9;
}

.mediamath-slider .cycle-pager span:hover {
    cursor: pointer;
}

.mediamath-slider .cycle-pager .cycle-pager-active {
    color: #333333;
}

.mediamath-social-share-row,
.mediamath-event .mediamath-social-share,
.mediamath-news-single .mediamath-social-share,
.mediamath-resource-single .mediamath-social-share {
    display: inline-block;
    padding: 10px 15px;
    margin-top: 40px;
    margin-bottom: 30px;
    background-color: #f2f2f2;
}

.mediamath-social-share-item,
.mediamath-event .mediamath-social-share .mediamath-share-facebook,
.mediamath-event .mediamath-social-share .mediamath-share-twitter,
.mediamath-event .mediamath-social-share .mediamath-share-linkedin,
.mediamath-event .mediamath-social-share .mediamath-share-share,
.mediamath-event .mediamath-social-share .mediamath-share-email,
.mediamath-news-single .mediamath-social-share .mediamath-share-facebook,
.mediamath-news-single .mediamath-social-share .mediamath-share-twitter,
.mediamath-news-single .mediamath-social-share .mediamath-share-linkedin,
.mediamath-news-single .mediamath-social-share .mediamath-share-share,
.mediamath-news-single .mediamath-social-share .mediamath-share-email,
.mediamath-resource-single .mediamath-social-share .mediamath-share-facebook,
.mediamath-resource-single .mediamath-social-share .mediamath-share-twitter,
.mediamath-resource-single .mediamath-social-share .mediamath-share-linkedin,
.mediamath-resource-single .mediamath-social-share .mediamath-share-share,
.mediamath-resource-single .mediamath-social-share .mediamath-share-email {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}

.mediamath-social-share-item:before,
.mediamath-event .mediamath-social-share .mediamath-share-facebook:before,
.mediamath-event .mediamath-social-share .mediamath-share-twitter:before,
.mediamath-event .mediamath-social-share .mediamath-share-linkedin:before,
.mediamath-event .mediamath-social-share .mediamath-share-share:before,
.mediamath-event .mediamath-social-share .mediamath-share-email:before,
.mediamath-news-single .mediamath-social-share .mediamath-share-facebook:before,
.mediamath-news-single .mediamath-social-share .mediamath-share-twitter:before,
.mediamath-news-single .mediamath-social-share .mediamath-share-linkedin:before,
.mediamath-news-single .mediamath-social-share .mediamath-share-share:before,
.mediamath-news-single .mediamath-social-share .mediamath-share-email:before,
.mediamath-resource-single .mediamath-social-share .mediamath-share-facebook:before,
.mediamath-resource-single .mediamath-social-share .mediamath-share-twitter:before,
.mediamath-resource-single .mediamath-social-share .mediamath-share-linkedin:before,
.mediamath-resource-single .mediamath-social-share .mediamath-share-share:before,
.mediamath-resource-single .mediamath-social-share .mediamath-share-email:before {
    vertical-align: middle;
}

.mediamath-tabset .mediamath-tab {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    padding-top: 70px;
    padding-bottom: 180px;
}

.mediamath-tabset .mediamath-tab-content {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 500px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
}

.mediamath-tabset .mediamath-tab-content h1,
.mediamath-tabset .mediamath-tab-content h2,
.mediamath-tabset .mediamath-tab-content h3,
.mediamath-tabset .mediamath-tab-content h4,
.mediamath-tabset .mediamath-tab-content h5,
.mediamath-tabset .mediamath-tab-content h6 {
    font-weight: 300;
}

.mediamath-tabset .mediamath-tab-content .mediamath-heading {
    font-weight: 700;
}

.mediamath-tabset .mediamath-tab-content .mediamath-link-back {
    padding-left: 0;
    margin-top: 10px;
}

.mediamath-tabset .mediamath-heading {
    margin-top: 0;
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 45px;
    line-height: 4.5rem;
}

.mediamath-tabset .mediamath-callout p {
    margin-left: 0;
}

.mediamath-tabset .mediamath-tab-image {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 500px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
    text-align: right;
}

.mediamath-tabset .mediamath-tab-image img {
    max-width: 100%;
}

.mediamath-tabset .mediamath-tabset-navigation {
    padding-top: 19px;
    padding-bottom: 19px;
    text-align: center;
}

.mediamath-tabset .mediamath-tabset-navigation-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-right: 20px;
    line-height: 1;
    cursor:pointer;
}

.mediamath-tabset .mediamath-tabset-navigation-item.cycle-pager-active:before {
    color: #333333;
}

.mediamath-tabset .mediamath-tabset-navigation-item.cycle-pager-active:after {
    content: " ";
    position: absolute;
    z-index: 999;
    top: -33px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-left: -11px;
    border-style: solid;
    border-width: 0 11px 15px 11px;
}

.mediamath-tabset .mediamath-tabset-navigation-item.cycle-pager-active .mediamath-tab-button {
    color: #333333;
}

.mediamath-tabset .mediamath-tabset-navigation-item:before {
    margin-bottom: 2px;
    color: #ffffff;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1;
}

.mediamath-tabset .mediamath-tab-button {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    outline: none;
}

.mediamath-tabset .mediamat-tabset-navigation-controls {
    display: none;
}

.mediamath-tabset .mediamat-tabset-navigation-controls .mediamath-tabset-mobile-navigation-controls-previous {
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    position: relative;
}

.mediamath-tabset .mediamat-tabset-navigation-controls .mediamath-tabset-mobile-navigation-controls-previous:before {
    font-size: 30px;
    font-size: 3rem;
}

.mediamath-tabset .mediamat-tabset-navigation-controls .mediamath-tabset-mobile-navigation-controls-next {
    float: right;
    margin-right: 15px;
    margin-top: 15px;
    position: relative;
}

.mediamath-tabset .mediamat-tabset-navigation-controls .mediamath-tabset-mobile-navigation-controls-next:before {
    font-size: 30px;
    font-size: 3rem;
}

.mediamath-utility-contact-container {
    height: 0;
    overflow: hidden;
    background-color: #e6e6e6;
    -ms-transition: height 0.2s ease;
    -moz-transition: height 0.2s ease;
    -webkit-transition: height 0.2s ease;
    -o-transition: height 0.2s ease;
}

.mediamath-utility-contact-container.mediamath-state-contact-open {
    /*height: 560px;*/
	height: 200px;
	position:relative;
	z-index:99999;
	top: 94px;
    margin-bottom: -200px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .8);
}

.mediamath-utility-contact-container .mediamath-utility-contact {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.mediamath-utility-contact-container .mediamath-contact-form {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 645.83333333px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
}

.mediamath-utility-contact-container .mediamath-contact-form .mediamath-contact-form-column:last-child {
    margin-left: 2%;
}

.mediamath-utility-contact-container .mediamath-contact-locations {
    position: relative;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 354.16666667px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
    height: 560px;
    background-color: #7ACCF1;
    text-align: center;
}

.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-heading {
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 120px;
    z-index: 999;
    margin: 0 30px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 37px;
    line-height: 3.7rem;
    font-weight: 300;
}

.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-location {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 354.16666667px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
    color: #ffffff;
    height: 560px;
}

.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-location-info {
    position: absolute;
    top: 265px;
    z-index: 999;
    width: 100%;
}

.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-location-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
    text-transform: uppercase;
}

.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-location-phone {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1rem;
}

.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-location-image {
    position: absolute;
    left: 0;
    bottom: 0;
}

.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-locations-controls {
    position: relative;
    top: 270px;
    z-index: 999;
}

.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-locations-previous {
    left: 20px;
}

.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-locations-previous:before {
    font-size: 30px;
    font-size: 3rem;
}

.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-locations-next {
    right: 20px;
}

.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-locations-next:before {
    font-size: 30px;
    font-size: 3rem;
}

.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-link-view-all {
    color: #333333;
    background-color: #ffffff;
    position: absolute;
    left: 24%;
    top: 430px;
    z-index: 999;
    box-sizing: border-box;
    display: inline-block;
    min-width: 180px;
    text-transform: uppercase;
}

.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-link-view-all:hover {
    color: #ffffff;
    background-color: #333333;
}

.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-link-view-all:active {
    color: #e6e6e6;
    background-color: #2e2e2e;
}

.menu-utility-navigation-container {
    background-color: #404040;
    transition: margin-bottom .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    -transition-delay: .5s;
}

.menu-utility-navigation-container.mediamath-state-hover {
    margin-bottom: 40px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    -transition-delay: 0s;
}

.menu-utility-navigation-container.mediamath-state-hover .menu-item:hover .sub-menu {
    height: 4.2rem;
    z-index: 999;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    -transition-delay: 0s;
}

.menu-utility-navigation-container.mediamath-state-hover .menu-item:hover .sub-menu .menu-item {
    display: inline-block;
    visibility: visible;
    transition: all .5s ease;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    -transition-delay: .2s;
}

.menu-utility-navigation-container .menu-item.menu-item-221 .sub-menu {
    padding-left: 20%;
}

.menu-utility-navigation-container .menu-item.menu-item-224 .sub-menu {
    padding-left: 40%;
}

.menu-utility-navigation-container .menu-item.menu-item-228 .sub-menu {
    padding-left: 57%;
}

.menu-utility-navigation-container .menu-item.menu-item-225 .sub-menu {
    padding-left: 43%;
}

.menu-utility-navigation-container .menu-item.menu-item-240 .sub-menu {
    padding-left: 33%;
}

.menu-utility-navigation-container .mediamath-utility-navigation {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

.menu-utility-navigation-container .sub-menu {
    position: absolute;
    height:0;
    left: 0;
    width: 100%;
    z-index: 998;
    background-color: #f6a01a;
    text-align: left;
    overflow:hidden;

    transition: height .5s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    -transition-delay: .5s;
}

.menu-utility-navigation-container .sub-menu > li > a {
    border-bottom: 0;
}

.menu-utility-navigation-container .sub-menu > li > a:hover {
    color: #333333;
}

.menu-utility-navigation-container .sub-menu .menu-item {
    display: inline-block;
    visibility: hidden;
    transition: all .2s ease;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    -transition-delay: .3s;
}

.menu-utility-navigation-container .menu-item {
    display: inline;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    line-height: 1.6rem;
}

.menu-utility-navigation-container .menu-item.menu-item-230 {
    /* margin-right: 15px; */
}

.menu-utility-navigation-container .menu-item.menu-item-230 a {
    margin-right: 0;
    margin-left: 0;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #65BFE4;
    border-bottom-color: #65BFE4;
}

.menu-utility-navigation-container .menu-item.menu-item-230 a:hover {
    background-color: #65c3ed;
    border-bottom-color: #65c3ed;
}

.menu-utility-navigation-container .menu-item.menu-item-230 a:active {
    background-color: #4ca9d4;
    border-bottom-color: #4ca9d4;
}

.menu-utility-navigation-container a {
    display: inline-block;
    padding-top: 15px;
    margin-right: 13px;
    margin-left: 13px;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
}

.menu-utility-navigation-container a:hover {
    border-bottom-color: #f6a01a;
}

.menu-utility-navigation-container a:active {
    color: #e6e6e6;
    border-bottom-color: #dd9017;
}

.menu-utility-navigation-container .current-page-parent a,
.menu-utility-navigation-container .current-menu-item a {
    border-bottom-color: #f6a01a;
}

.menu-utility-navigation-container .mediamath-state-hover a {
    border-bottom-color: #f6a01a;
}

.single-biography .menu-item-221 a,
.term-infographics .menu-item-224 a,
.term-videos .menu-item-224 a,
.term-videos .menu-item-224 a,
.term-articles .menu-item-224 a,
.term-white-papers .menu-item-224 a,
.single-resource .menu-item-224 a {
    border-bottom-color: #f6a01a;
}

.mediamath-error404 .mediamath-content-wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 65px;
    padding-bottom: 65px;
}

.mediamath-error404 .mediamath-heading {
    font-size: 45px;
    font-size: 4.5rem;
}

.mediamath-error404 .mediamath-subheading {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 300;
}

.mediamath-item-preview,
.mediamath-about .mediamath-item-preview-event,
.mediamath-about .mediamath-item-preview-news,
.mediamath-about .mediamath-item-preview-testimonial,
.mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner {
    box-sizing: border-box;
    margin-bottom: 10px;
}

.mediamath-item-preview .mediamath-item-preview-inner,
.mediamath-about .mediamath-item-preview-news .mediamath-item-preview-inner,
.mediamath-about .mediamath-item-preview-testimonial .mediamath-item-preview-inner,
.mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner .mediamath-item-preview-inner {
    padding: 50px 45px;
}

.mediamath-about .mediamath-secondary-links {
    background-color: #f6a01a;
}

.mediamath-about .mediamath-secondary-links-item .mediamath-link,
.mediamath-about .menu-item .mediamath-link,
.mediamath-about .mediamath-secondary-links-item a,
.mediamath-about .menu-item a {
    color: #ffffff;
}

.mediamath-about .mediamath-secondary-links-item .mediamath-link:hover,
.mediamath-about .menu-item .mediamath-link:hover,
.mediamath-about .mediamath-secondary-links-item a:hover,
.mediamath-about .menu-item a:hover {
    color: #fef6e8;
}

.mediamath-about .mediamath-secondary-links-item .mediamath-link:active,
.mediamath-about .menu-item .mediamath-link:active,
.mediamath-about .mediamath-secondary-links-item a:active,
.mediamath-about .menu-item a:active {
    color: #fdecd1;
}

.mediamath-about .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-about .menu-item.mediamath-state-active .mediamath-link,
.mediamath-about .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-about .menu-item.current-menu-item .mediamath-link,
.mediamath-about .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-about .menu-item.mediamath-state-active a,
.mediamath-about .mediamath-secondary-links-item.current-menu-item a,
.mediamath-about .menu-item.current-menu-item a {
    color: #333333;

	border-bottom:4px solid;
	padding-bottom:2px;
}

.mediamath-about .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-about .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-about .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-about .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link {
    color: #333333;
}

.mediamath-about .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-about .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-about .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-about .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover {
    color: #333333;
}

.mediamath-about .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-about .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-about .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-about .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link {
    color: #999999;
}

.mediamath-about .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-about .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-about .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-about .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover {
    color: #b3b3b3;
}

.mediamath-about .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-about .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-about .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-about .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active {
    color: #808080;
}

.mediamath-about .mediamath-article-content-wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 65px;
    padding-bottom: 65px;
}

.mediamath-about .mediamath-article-content {
    margin-right: 83.33333333px;
    margin-left: 83.33333333px;
    margin-bottom: 60px;
    text-align: center;
}

.mediamath-about .mediamath-about-articles-featured {
    background-color: #54bceb;
    padding: 50px;
    margin-left: 5px;
    margin-right: 16px;
}

.mediamath-about .mediamath-about-articles-featured .mediamath-featured-heading {
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #ffffff;
}

.mediamath-about .mediamath-about-articles-featured .mediamath-featured-news {
    display: table;
}

.mediamath-about .mediamath-about-articles-featured .mediamath-news-date,
.mediamath-about .mediamath-about-articles-featured .mediamath-news-content {
    vertical-align: top;
}

.mediamath-news-content img.alignright, .mediamath-event-content img.alignright { float:right; }

.mediamath-about .mediamath-about-articles-featured .mediamath-news-date {
    display: table-cell;
    text-align: center;
}

.mediamath-about .mediamath-about-articles-featured .mediamath-news-date-month,
.mediamath-about .mediamath-about-articles-featured .mediamath-news-date-year,
.mediamath-about .mediamath-about-articles-featured .mediamath-news-date-day {
    line-height: 1;
    display: block;
}

.mediamath-about .mediamath-about-articles-featured .mediamath-news-date-month,
.mediamath-about .mediamath-about-articles-featured .mediamath-news-date-year {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
}

.mediamath-about .mediamath-about-articles-featured .mediamath-news-date-day {
    font-size: 37px;
    font-size: 3.7rem;
    font-weight: 800;
}

.mediamath-about .mediamath-about-articles-featured .mediamath-news-content {
    display: table-cell;
    padding-left: 30px;
    padding-right: 30px;
}

.mediamath-about .mediamath-about-articles-featured .mediamath-news-category {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    text-transform: uppercase;
}

.mediamath-about .mediamath-about-articles-featured .mediamath-news-heading {
    -webkit-font-smoothing: antialiased;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 40px;
    line-height: 4rem;
    font-weight: 300;
    color: #ffffff;
}

.mediamath-about .mediamath-about-articles-featured .mediamath-featured-news-actions {
    display: table-cell;
    padding-top: 35px;
}

.mediamath-about .mediamath-about-articles-featured .mediamath-link-read-more {
    color: #ffffff;
    background-color: #333333;
    display: block;
    min-width: 170px;
    text-transform: uppercase;
}

.mediamath-about .mediamath-about-articles-featured .mediamath-link-read-more:hover {
    color: #333333;
    background-color: #ffffff;
}

.mediamath-about .mediamath-about-articles-featured .mediamath-link-read-more:active {
    color: #2e2e2e;
    background-color: #e6e6e6;
}

.mediamath-about .mediamath-about-articles {
    text-align: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 60px;
}

.mediamath-about .mediamath-item-preview-event {
    background-color: #7a68ae;
    width: 65%;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.mediamath-about .mediamath-item-preview-event .mediamath-item-preview-inner {
    padding: 50px 90px 50px 45px;
}

.mediamath-about .mediamath-item-preview-event .mediamath-item-preview-heading {
    -webkit-font-smoothing: antialiased;
    display: inline;
    font-size: 50px;
    font-size: 5rem;
    line-height: 50px;
    line-height: 5rem;
    font-weight: 300;
    color: #ffffff;
}

.mediamath-about .mediamath-item-preview-event .mediamath-event-subheading {
    display: inline-block;
    margin-left: 10px;
}

.mediamath-about .mediamath-item-preview-event .mediamath-link-arrow {
    top: 50%;
    right: 35px;
    margin-top: -25px;
}

.mediamath-about .mediamath-item-preview-news {
    background-color: #f2f2f2;
    width: 32%;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.mediamath-about .mediamath-item-preview-news .mediamath-item-preview-inner .mediamath-item-preview-heading {
    margin-top: 20px;
    margin-bottom: 35px;
}

.mediamath-about .mediamath-item-preview-news .mediamath-link-read-more {
    color: #ffffff;
    background-color: #333333;
    display: block;
    text-transform: uppercase;
}

.mediamath-about .mediamath-item-preview-news .mediamath-link-read-more:hover {
    color: #333333;
    background-color: #ffffff;
}

.mediamath-about .mediamath-item-preview-news .mediamath-link-read-more:active {
    color: #2e2e2e;
    background-color: #e6e6e6;
}

.mediamath-about .mediamath-item-preview-testimonial {
    width: 32%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    background-color: #404040;
    min-height: 320px;
}

.mediamath-about .mediamath-item-preview-testimonial .mediamath-item-preview-heading {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    font-weight: 300;
    color: #ffffff;
}

.mediamath-about .mediamath-item-preview-testimonial .mediamath-item-preview-subheading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
}

.mediamath-about .mediamath-item-preview-testimonial .mediamath-link-read-more {
    color: #333333;
    background-color: #ffffff;
    text-transform: uppercase;
}

.mediamath-about .mediamath-item-preview-testimonial .mediamath-link-read-more:hover {
    color: #ffffff;
    background-color: #333333;
}

.mediamath-about .mediamath-item-preview-testimonial .mediamath-link-read-more:active {
    color: #e6e6e6;
    background-color: #2e2e2e;
}

.mediamath-about .mediamath-biography-preview,
.mediamath-about .mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner {
    margin-bottom: 0;
}

.mediamath-about .mediamath-item-preview-biography {
    width: 32%;
    margin-bottom: 10px;
}

.mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner {
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.mediamath-biography-preview,
.mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 320px;
    height: 320px;
    padding: 0px 10px;
    margin: 0 5px;
    background-repeat: no-repeat;
    max-width: 100%;
}

.mediamath-biography-preview .mediamath-biography-meta,
.mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner .mediamath-biography-meta {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 10px;
}

.mediamath-biography-preview .mediamath-biography-name,
.mediamath-biography-preview .mediamath-biography-title,
.mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner .mediamath-biography-name,
.mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner .mediamath-biography-title {
    margin-left: 0;
}

.mediamath-biography-preview .mediamath-biography-name,
.mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner .mediamath-biography-name {
    max-width: 50px;
    margin-bottom: 5px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    color: #ffffff;
}

.mediamath-biography-preview .mediamath-biography-title,
.mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner .mediamath-biography-title {
    display: inline-block;
    max-width: 140px;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 25px;
    line-height: 2.5rem;
}

.mediamath-biography-preview .mediamath-link-biography-detail,
.mediamath-about .mediamath-item-preview-event .mediamath-link-arrow,
.mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner .mediamath-link-biography-detail {
    position: absolute;
    bottom: 55px;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #333333;
    border-radius: 50px;
}

.mediamath-biography-preview .mediamath-link-biography-detail:after,
.mediamath-about .mediamath-item-preview-event .mediamath-link-arrow:after,
.mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner .mediamath-link-biography-detail:after {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e003";
    font-size: 30px;
    font-size: 3rem;
    color: #ffffff;
    position: relative;
    top: 10px;
}

.mediamath-biography-preview .mediamath-link-biography-detail:hover,
.mediamath-about .mediamath-item-preview-event .mediamath-link-arrow:hover,
.mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner .mediamath-link-biography-detail:hover {
    background-color: #f6a01a;
}

.mediamath-biography-preview .mediamath-link-biography-detail:active,
.mediamath-about .mediamath-item-preview-event .mediamath-link-arrow:active,
.mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner .mediamath-link-biography-detail:active {
    background-color: #dd9017;
}

.mediamath-biography-single .mediamath-secondary-links {
    background-color: #f6a01a;
}

.mediamath-biography-single .mediamath-about-article-header {
    color: #f6a01a;
    margin-top: 10px;
    display: none;
}

.mediamath-biography-single .mediamath-secondary-links-item .mediamath-link,
.mediamath-biography-single .menu-item .mediamath-link,
.mediamath-biography-single .mediamath-secondary-links-item a,
.mediamath-biography-single .menu-item a {
    color: #ffffff;
}

.mediamath-biography-single .mediamath-secondary-links-item .mediamath-link:hover,
.mediamath-biography-single .menu-item .mediamath-link:hover,
.mediamath-biography-single .mediamath-secondary-links-item a:hover,
.mediamath-biography-single .menu-item a:hover {
    color: #fef6e8;
}

.mediamath-biography-single .mediamath-secondary-links-item .mediamath-link:active,
.mediamath-biography-single .menu-item .mediamath-link:active,
.mediamath-biography-single .mediamath-secondary-links-item a:active,
.mediamath-biography-single .menu-item a:active {
    color: #fdecd1;
}

.mediamath-biography-single .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-biography-single .menu-item.mediamath-state-active .mediamath-link,
.mediamath-biography-single .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-biography-single .menu-item.current-menu-item .mediamath-link,
.mediamath-biography-single .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-biography-single .menu-item.mediamath-state-active a,
.mediamath-biography-single .mediamath-secondary-links-item.current-menu-item a,
.mediamath-biography-single .menu-item.current-menu-item a {
    color: #333333;

}

.mediamath-biography-single .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-biography-single .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-biography-single .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-biography-single .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link {
    color: #333333;
}

.mediamath-biography-single .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-biography-single .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-biography-single .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-biography-single .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover {
    color: #333333;
}

.mediamath-biography-single .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-biography-single .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-biography-single .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-biography-single .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link {
    color: #999999;
}

.mediamath-biography-single .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-biography-single .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-biography-single .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-biography-single .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover {
    color: #b3b3b3;
}

.mediamath-biography-single .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-biography-single .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-biography-single .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-biography-single .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active {
    color: #808080;
}

.mediamath-biography-single .mediamath-article-content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.mediamath-biography-single .mediamath-article-content .mediamath-biography-aside {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 333.33333333px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
}

.mediamath-biography-single .mediamath-article-content .mediamath-biography-quote {
    margin-top: 30px;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 40px;
    line-height: 4rem;
    color: #f6a01a;
}

.mediamath-biography-single .mediamath-article-content .mediamath-biography-quote p {
    -webkit-font-smoothing: antialiased;
    margin-top: 0;
    font-style: italic;
    font-weight: 300;
}

.mediamath-biography-single .mediamath-article-content .mediamath-biography-content {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 645.83333333px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
    margin-left: 20.83333333px;
}

.mediamath-biography-single .mediamath-article-content .mediamath-biography-name {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 32px;
    line-height: 3.2rem;
    color: #f6a01a;
}

.mediamath-biography-single .mediamath-article-content .mediamath-biography-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 21px;
    line-height: 2.1rem;
    font-weight: 400;
}

.mediamath-board .mediamath-secondary-links {
    background-color: #f6a01a;
}

.mediamath-board .mediamath-secondary-links-item .mediamath-link,
.mediamath-board .menu-item .mediamath-link,
.mediamath-board .mediamath-secondary-links-item a,
.mediamath-board .menu-item a {
    color: #ffffff;
}

.mediamath-board .mediamath-secondary-links-item .mediamath-link:hover,
.mediamath-board .menu-item .mediamath-link:hover,
.mediamath-board .mediamath-secondary-links-item a:hover,
.mediamath-board .menu-item a:hover {
    color: #fef6e8;
}

.mediamath-board .mediamath-secondary-links-item .mediamath-link:active,
.mediamath-board .menu-item .mediamath-link:active,
.mediamath-board .mediamath-secondary-links-item a:active,
.mediamath-board .menu-item a:active {
    color: #fdecd1;
}

.mediamath-board .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-board .menu-item.mediamath-state-active .mediamath-link,
.mediamath-board .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-board .menu-item.current-menu-item .mediamath-link,
.mediamath-board .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-board .menu-item.mediamath-state-active a,
.mediamath-board .mediamath-secondary-links-item.current-menu-item a,
.mediamath-board .menu-item.current-menu-item a {
    color: #333333;
	border-bottom:4px solid;
	padding-bottom:2px;
}

.mediamath-board .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-board .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-board .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-board .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link {
    color: #333333;
}

.mediamath-board .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-board .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-board .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-board .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover {
    color: #333333;
}

.mediamath-board .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-board .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-board .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-board .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link {
    color: #999999;
}

.mediamath-board .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-board .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-board .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-board .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover {
    color: #b3b3b3;
}

.mediamath-board .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-board .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-board .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-board .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active {
    color: #808080;
}

.mediamath-board .mediamath-article-content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.mediamath-board .mediamath-article-content .mediamath-about-article-header {
    color: #f6a01a;
    display: none;
}

.mediamath-board .mediamath-article-content .mediamath-biography-preview,
.mediamath-board .mediamath-article-content .mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner {
    margin-bottom: 10px;
}

.mediamath-instagram {
    position: relative;
    padding: 50px 50px 60px;
    background-color: #de396e;
    text-align: center;
}

.mediamath-instagram .mediamath-instagram-heading {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 15px;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.mediamath-instagram .mediamath-instagram-slide {
    width: 100%;
}

.mediamath-instagram .mediamath-instagram-image {
    margin-left: 20px;
    margin-right: 20px;
    width: 165px;
    height: 165px;
}

.mediamath-instagram .mediamath-instagram-feed-pager {
    position: relative;
    top: -115px;
    z-index: 999;
    width: 100%;
}

.mediamath-instagram .mediamath-instagram-previous {
    left: 0;
}

.mediamath-instagram .mediamath-instagram-previous:before {
    font-size: 50px;
    font-size: 5rem;
}

.mediamath-instagram .mediamath-instagram-next {
    right: 0;
}

.mediamath-instagram .mediamath-instagram-next:before {
    font-size: 50px;
    font-size: 5rem;
}

.mediamath-careers .mediamath-secondary-links {
    background-color: #f6a01a;
}

.mediamath-careers .mediamath-secondary-links-item .mediamath-link,
.mediamath-careers .menu-item .mediamath-link,
.mediamath-careers .mediamath-secondary-links-item a,
.mediamath-careers .menu-item a {
    color: #ffffff;
}

.mediamath-careers .mediamath-secondary-links-item .mediamath-link:hover,
.mediamath-careers .menu-item .mediamath-link:hover,
.mediamath-careers .mediamath-secondary-links-item a:hover,
.mediamath-careers .menu-item a:hover {
    color: #fef6e8;
}

.mediamath-careers .mediamath-secondary-links-item .mediamath-link:active,
.mediamath-careers .menu-item .mediamath-link:active,
.mediamath-careers .mediamath-secondary-links-item a:active,
.mediamath-careers .menu-item a:active {
    color: #fdecd1;
}

.mediamath-careers .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-careers .menu-item.mediamath-state-active .mediamath-link,
.mediamath-careers .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-careers .menu-item.current-menu-item .mediamath-link,
.mediamath-careers .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-careers .menu-item.mediamath-state-active a,
.mediamath-careers .mediamath-secondary-links-item.current-menu-item a,
.mediamath-careers .menu-item.current-menu-item a {
    color: #333333;
	border-bottom:4px solid;
	padding-bottom:2px;
}

.mediamath-careers .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-careers .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-careers .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-careers .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link {
    color: #333333;
}

.mediamath-careers .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-careers .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-careers .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-careers .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover {
    color: #333333;
}

.mediamath-careers .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-careers .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-careers .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-careers .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link {
    color: #999999;
}

.mediamath-careers .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-careers .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-careers .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-careers .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover {
    color: #b3b3b3;
}

.mediamath-careers .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-careers .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-careers .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-careers .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active {
    color: #808080;
}

.mediamath-careers .mediamath-article-content-wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 65px;
    padding-bottom: 65px;
}

.mediamath-careers .mediamath-article-content {
    margin-right: 83.33333333px;
    margin-left: 83.33333333px;
    text-align: center;
}

.mediamath-careers .mediamath-bump p {
    min-height: 165px;
}

.mediamath-case-study .mediamath-case-study-hero-wrapper {
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
}

.mediamath-case-study .mediamath-case-study-hero {
    padding-top: 70px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    background-position: right 85%;
}

.mediamath-case-study .mediamath-case-study-hero-content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.mediamath-case-study .mediamath-button-back {
    right: 20%;
}

.mediamath-case-study .mediamath-heading {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
    text-transform: uppercase;
    color: #7a68ae;
}

.mediamath-case-study .mediamath-client-logo {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 333.33333333px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
    text-align: right;
	margin-top:-70px;
}

.mediamath-case-study .mediamath-case-study-hero {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.mediamath-case-study .mediamath-case-study-hero-content {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 666.66666667px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
}

.mediamath-case-study .mediamath-case-study-video {
    position: relative;
    height: 306px;
}

.mediamath-case-study .mediamath-video-preview {
    position: absolute;
}

.mediamath-case-study .mediamath-button-video-play {
    color: #ffffff;
    background-color: #7a68ae;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    margin-top: -20px;
    margin-left: -105px;
}

.mediamath-case-study .mediamath-button-video-play:hover {
    color: #7a68ae;
    background-color: #ffffff;
}

.mediamath-case-study .mediamath-button-video-play:active {
    color: #6e5e9d;
    background-color: #e6e6e6;
}

.mediamath-case-study .mediamath-case-study-section-wrapper {
    /*border-bottom: 2px solid #d9d9d9;*/
}

.mediamath-case-study .mediamath-case-study-section-wrapper:last-child {
    border-bottom: 0;
}

.mediamath-case-study .mediamath-case-study-section {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

.mediamath-case-study .mediamath-case-study-section-content {
    box-sizing: border-box;
    display: block;
    float: left;
    /* removed width PG
	width: 500px; @media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
    line-height: 32px;
    line-height: 3.2rem;
}

.mediamath-case-study .mediamath-case-study-heading {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 300;
    color: #7a68ae;
}

.mediamath-case-study .mediamath-case-study-section-image {
    box-sizing: border-box;
    display: block;
    float: right;
    width: 500px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
    text-align: center;
}

.mediamath-case-study .mediamath-secondary-links {
    color: #ffffff;
    background-color: #333333;
}

.mediamath-case-study .mediamath-secondary-links .mediamath-secondary-links-label {
    margin-right: 20px;
}

.mediamath-case-study .mediamath-secondary-links .mediamath-link {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    color: #ffffff;
}

.mediamath-case-study .mediamath-secondary-links .mediamath-link:hover {
    color: #d9d9d9;
}

.mediamath-case-study .mediamath-secondary-links .mediamath-link:active {
    color: #b3b3b3;
}

.mediamath-case-study .mediamath-secondary-links .mediamath-link.mediamath-state-active {
    color: #7a68ae;
}

.post-type-archive-case_study .mediamath-asides-container {
    margin-bottom: 15px;
}

.mediamath-client-success-case-studies .mediamath-case-studies {
    text-align: center;
}

.mediamath-client-success-case-studies .mediamath-case-study-preview {
    box-sizing: border-box;
    float: left;
    width: 32%;
    margin-right: 0.666%;
    margin-left: 0.666%;
    margin-bottom: 10px;
}

.mediamath-client-success-case-studies .mediamath-case-study-preview .mediamath-case-study-link {
    display: block;
    height: 320px;
    background-color: #EEE;
    background-repeat: no-repeat;
    background-position: center;
}

.mediamath-client-success-features .mediamath-client-success-features-slideshow {
    background-color: #7a68ae;
}

.mediamath-client-success-features .mediamath-client-success-feature {
    padding: 50px;
}

.mediamath-client-success-features .mediamath-client-success-feature-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 300;
}

.mediamath-client-success-features .mediamath-client-success-feature-category {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 2.2rem;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
}

.mediamath-client-success-features .mediamath-client-success-testimonial {
    margin: 0;
}

.mediamath-client-success-features .mediamath-client-success-testimonial p {
    -webkit-font-smoothing: antialiased;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 33px;
    line-height: 3.3rem;
    color: #ffffff;
    font-weight: 300;
}

.mediamath-client-success-features .mediamath-client-success-testimonial p:before {
    content: open-quote;
}

.mediamath-client-success-features .mediamath-client-success-testimonial p:after {
    content: close-quote;
}

.mediamath-client-success-features .mediamath-client-success-testimonial .mediamath-client-success-testimonial-citation {
    font-weight: 600;
    text-transform: uppercase;
}

.mediamath-client-success-features .mediamath-client-success-feature-case-study {
    display: table;
}

.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-client-success-feature-case-study-content {
    display: table-cell;
    vertical-align: top;
}

.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-client-success-overview {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #ffffff;
}

.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-link {
    color: #333333;
    background-color: #ffffff;
    text-transform: uppercase;
}

.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-link:hover {
    color: #ffffff;
    background-color: #333333;
}

.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-link:active {
    color: #e6e6e6;
    background-color: #2e2e2e;
}

.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-social-share {
    display: table-cell;
    padding-left: 70px;
    text-align: center;
}

.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-share-facebook,
.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-share-twitter,
.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-share-linkedin,
.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-share-share,
.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-share-email {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
}

.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-share-facebook:hover,
.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-share-twitter:hover,
.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-share-linkedin:hover,
.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-share-share:hover,
.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-share-email:hover {
    color: #ebe8f3;
}

.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-share-facebook:active,
.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-share-twitter:active,
.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-share-linkedin:active,
.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-share-share:active,
.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-share-email:active {
    color: #d7d2e7;
}

.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-share-facebook {
    margin-top: 40px;
}

.mediamath-client-success-features .cycle-pager {
    margin-top: 15px;
    text-align: center;
}

.mediamath-client-success-features .cycle-pager span {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 35px;
    font-size: 3.5rem;
    color: #d9d9d9;
}

.mediamath-client-success-features .cycle-pager span:hover {
    cursor: pointer;
}

.mediamath-client-success-features .cycle-pager .cycle-pager-active {
    color: #333333;
}

.mediamath-client-success-filters {
    margin-top: 30px;
    margin-right: 6px;
    margin-bottom: 20px;
    text-align: right;
}

.mediamath-client-success-filters .mediamath-select-wrap {
    display: inline-block;
    width: 200px;
    margin-left: 20px;
    color: #ffffff;
    background: url("//static.mediamath.com/images/form_arrow_down_transparent.png") no-repeat scroll 160px 0px #333333;
}

.mediamath-client-success-filters select {
    background: none repeat scroll 0 0 transparent;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 800;
    padding: 9px 0 9px 20px;
    width: 235px;
}

.mediamath-client-success .mediamath-page-header .mediamath-page-heading,
.mediamath-client-success .mediamath-page-header-case-study .mediamath-page-heading
 {
    color: #ffffff;
}

.mediamath-client-stories .mediamath-page-header .mediamath-page-heading,
.mediamath-client-stories .mediamath-page-header-case-study .mediamath-page-heading,
.mediamath-our-clients .mediamath-page-header .mediamath-page-heading,
.mediamath-our-clients .mediamath-page-header-case-study .mediamath-page-heading,
.mediamath-certified-buyers .mediamath-page-header .mediamath-page-heading,
.mediamath-certified-buyers .mediamath-page-header-case-study .mediamath-page-heading
 {
    color: #ffffff;
}

.mediamath-about .mediamath-page-heading,
.single-news .mediamath-page-heading,
.page-id-37 .mediamath-page-heading,
.page-id-39 .mediamath-page-heading,
.page-id-41 .mediamath-page-heading,
.single-event .mediamath-page-heading,
.mediamath-biography-single .mediamath-page-heading,
.mediamath-management-team .mediamath-page-heading,
.mediamath-biography-single .mediamath-page-heading,
.single-event .mediamath-page-heading,
.mediamath-careers .mediamath-page-heading
{
    color: #FFF;
    text-shadow: 0px 0px 10px #000;
}


.mediamath-client-success .mediamath-client-success-content-wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.mediamath-contact-us .mediamath-article-content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.mediamath-contact-us .mediamath-heading {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 300;
    text-align: center;
}

.mediamath-contact-us .mediamath-location {
    float: left;
    width: 490px;
    height: 500px;
    margin-right: 5px;
    margin-bottom: 45px;
    margin-left: 5px;
    text-align: center;
}

.mediamath-contact-us .mediamath-location-header {
    min-height: 320px;
    text-transform: uppercase;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
}

.mediamath-contact-us .mediamath-location-heading {
    padding-top: 130px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 36px;
    line-height: 3.6rem;
}

.mediamath-contact-us .mediamath-location-subheading {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
}

.mediamath-contact-us .mediamath-location-meta {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 32px;
    line-height: 3.2rem;
}

.mediamath-contact-us .mediamath-location-phone,
.mediamath-contact-us .mediamath-location-address {
    margin-left: 0;
}

.mediamath-contact-us .mediamath-location-phone {
    font-weight: 600;
}

.mediamath-contact-us .mediamath-location-address {
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
}

.mediamath-contact-us .mediamath-link-view-map {
    color: #ffffff;
    background-color: #333333;
    text-transform: uppercase;
}

.mediamath-contact-us .mediamath-link-view-map:hover {
    color: #333333;
    background-color: #ffffff;
}

.mediamath-contact-us .mediamath-link-view-map:active {
    color: #2e2e2e;
    background-color: #e6e6e6;
}

.mediamath-contact-us .mediamath-link-view-map:hover {
    color: #ffffff;
    background-color: #54bceb;
}

.mediamath-contact-us .mediamath-link-view-map:active {
    background-color: #47a0c8;
}

.mediamath-education .mediamath-secondary-links {
    background-color: #f6a01a;
}

.mediamath-education .mediamath-secondary-links-item .mediamath-link,
.mediamath-education .menu-item .mediamath-link,
.mediamath-education .mediamath-secondary-links-item a,
.mediamath-education .menu-item a {
    color: #ffffff;
}

.mediamath-education .mediamath-secondary-links-item .mediamath-link:hover,
.mediamath-education .menu-item .mediamath-link:hover,
.mediamath-education .mediamath-secondary-links-item a:hover,
.mediamath-education .menu-item a:hover {
    color: #fef6e8;
}

.mediamath-education .mediamath-secondary-links-item .mediamath-link:active,
.mediamath-education .menu-item .mediamath-link:active,
.mediamath-education .mediamath-secondary-links-item a:active,
.mediamath-education .menu-item a:active {
    color: #fdecd1;
}

.mediamath-education .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-education .menu-item.mediamath-state-active .mediamath-link,
.mediamath-education .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-education .menu-item.current-menu-item .mediamath-link,
.mediamath-education .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-education .menu-item.mediamath-state-active a,
.mediamath-education .mediamath-secondary-links-item.current-menu-item a,
.mediamath-education .menu-item.current-menu-item a {
    color: #333333;
	border-bottom:4px solid;
	padding-bottom:2px;
}

.mediamath-education .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-education .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-education .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-education .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link {
    color: #333333;
}

.mediamath-education .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-education .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-education .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-education .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover {
    color: #333333;
}

.mediamath-education .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-education .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-education .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-education .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link {
    color: #999999;
}

.mediamath-education .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-education .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-education .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-education .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover {
    color: #b3b3b3;
}

.mediamath-education .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-education .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-education .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-education .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active {
    color: #808080;
}

.mediamath-education .mediamath-article-content-wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 65px;
    padding-bottom: 65px;
}

.mediamath-education .mediamath-article-content {
    margin-right: 83.33333333px;
    margin-left: 83.33333333px;
    text-align: center;
}

.mediamath-engineering .mediamath-secondary-links {
    background-color: #f6a01a;
}

.mediamath-engineering .mediamath-secondary-links-item .mediamath-link,
.mediamath-engineering .menu-item .mediamath-link,
.mediamath-engineering .mediamath-secondary-links-item a,
.mediamath-engineering .menu-item a {
    color: #ffffff;
}

.mediamath-engineering .mediamath-secondary-links-item .mediamath-link:hover,
.mediamath-engineering .menu-item .mediamath-link:hover,
.mediamath-engineering .mediamath-secondary-links-item a:hover,
.mediamath-engineering .menu-item a:hover {
    color: #fef6e8;
}

.mediamath-engineering .mediamath-secondary-links-item .mediamath-link:active,
.mediamath-engineering .menu-item .mediamath-link:active,
.mediamath-engineering .mediamath-secondary-links-item a:active,
.mediamath-engineering .menu-item a:active {
    color: #fdecd1;
}

.mediamath-engineering .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-engineering .menu-item.mediamath-state-active .mediamath-link,
.mediamath-engineering .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-engineering .menu-item.current-menu-item .mediamath-link,
.mediamath-engineering .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-engineering .menu-item.mediamath-state-active a,
.mediamath-engineering .mediamath-secondary-links-item.current-menu-item a,
.mediamath-engineering .menu-item.current-menu-item a {
    color: #333333;
	border-bottom:4px solid;
	padding-bottom:2px;
}

.mediamath-engineering .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-engineering .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-engineering .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-engineering .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link {
    color: #333333;
}

.mediamath-engineering .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-engineering .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-engineering .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-engineering .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover {
    color: #333333;
}

.mediamath-engineering .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-engineering .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-engineering .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-engineering .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link {
    color: #999999;
}

.mediamath-engineering .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-engineering .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-engineering .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-engineering .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover {
    color: #b3b3b3;
}

.mediamath-engineering .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-engineering .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-engineering .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-engineering .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active {
    color: #808080;
}

.mediamath-engineering .mediamath-article-content-wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 65px;
    padding-bottom: 65px;
}

.mediamath-engineering .mediamath-article-content {
    margin-right: 83.33333333px;
    margin-left: 83.33333333px;
    text-align: center;
}

.mediamath-engineering .mediamath-article-content .mediamath-careers-article-header {
    display: none;
}

.mediamath-engineering .mediamath-article-content .mediamath-callout {
    margin-left: 30px;
    margin-right: 30px;
}

.mediamath-event .mediamath-secondary-links {
    background-color: #f6a01a;
}

.mediamath-event .mediamath-secondary-links-item .mediamath-link,
.mediamath-event .menu-item .mediamath-link,
.mediamath-event .mediamath-secondary-links-item a,
.mediamath-event .menu-item a {
    color: #ffffff;
}

.mediamath-event .mediamath-secondary-links-item .mediamath-link:hover,
.mediamath-event .menu-item .mediamath-link:hover,
.mediamath-event .mediamath-secondary-links-item a:hover,
.mediamath-event .menu-item a:hover {
    color: #fef6e8;
}

.mediamath-event .mediamath-secondary-links-item .mediamath-link:active,
.mediamath-event .menu-item .mediamath-link:active,
.mediamath-event .mediamath-secondary-links-item a:active,
.mediamath-event .menu-item a:active {
    color: #fdecd1;
}

.mediamath-event .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-event .menu-item.mediamath-state-active .mediamath-link,
.mediamath-event .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-event .menu-item.current-menu-item .mediamath-link,
.mediamath-event .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-event .menu-item.mediamath-state-active a,
.mediamath-event .mediamath-secondary-links-item.current-menu-item a,
.mediamath-event .menu-item.current-menu-item a {
    color: #333333;
	border-bottom:4px solid;
	padding-bottom:2px;
}

.mediamath-event .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-event .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-event .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-event .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link {
    color: #333333;
}

.mediamath-event .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-event .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-event .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-event .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover {
    color: #333333;
}

.mediamath-event .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-event .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-event .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-event .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link {
    color: #999999;
}

.mediamath-event .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-event .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-event .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-event .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover {
    color: #b3b3b3;
}

.mediamath-event .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-event .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-event .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-event .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active {
    color: #808080;
}

.mediamath-event .mediamath-content-wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.mediamath-event .mediamath-link-back {
    padding-left: 0;
}

.mediamath-event .mediamath-event-content {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 666.66666667px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
    margin-top: 20px;
}

.mediamath-event .mediamath-event-content ol,
.mediamath-event .mediamath-event-content ul,
.mediamath-event .mediamath-event-content p {
    margin-top: 0;
    /*margin-bottom: 35px;*/
}

.mediamath-event .mediamath-event-title {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 50px;
    font-size: 5rem;
    line-height: 55px;
    line-height: 5.5rem;
    font-weight: 300;
}

.mediamath-event .mediamath-social-share .mediamath-share-facebook {
    cursor: pointer;
    color: #7a68ae;
    font-size: 35px;
    font-size: 3.5rem;
}

.mediamath-event .mediamath-social-share .mediamath-share-facebook:hover {
    color: #8777b6;
}

.mediamath-event .mediamath-social-share .mediamath-share-facebook:active {
    color: #6e5e9d;
}

.mediamath-event .mediamath-social-share .mediamath-share-twitter,
.mediamath-event .mediamath-social-share .mediamath-share-linkedin {
    cursor: pointer;
    color: #7a68ae;
    font-size: 30px;
    font-size: 3rem;
}

.mediamath-event .mediamath-social-share .mediamath-share-twitter:hover,
.mediamath-event .mediamath-social-share .mediamath-share-linkedin:hover {
    color: #8777b6;
}

.mediamath-event .mediamath-social-share .mediamath-share-twitter:active,
.mediamath-event .mediamath-social-share .mediamath-share-linkedin:active {
    color: #6e5e9d;
}

.mediamath-event .mediamath-social-share .mediamath-share-share {
    cursor: pointer;
    color: #7a68ae;
    font-size: 35px;
    font-size: 3.5rem;
}

.mediamath-event .mediamath-social-share .mediamath-share-share:hover {
    color: #8777b6;
}

.mediamath-event .mediamath-social-share .mediamath-share-share:active {
    color: #6e5e9d;
}

.mediamath-event .mediamath-social-share .mediamath-share-email {
    cursor: pointer;
    color: #7a68ae;
    font-size: 35px;
    font-size: 3.5rem;
}

.mediamath-event .mediamath-social-share .mediamath-share-email:hover {
    color: #8777b6;
}

.mediamath-event .mediamath-social-share .mediamath-share-email:active {
    color: #6e5e9d;
}

.mediamath-event .mediamath-event-meta {
    margin-top: 0;
    margin-bottom: 0;
}

.mediamath-event .mediamat-event-meta-label {
    box-sizing: border-box;
    float: left;
    width: 85px;
    padding-right: 10px;
    text-align: right;
    color: #7a68ae;
    text-transform: uppercase;
    font-weight: 600;
}

.mediamath-event .mediamath-event-meta-value {
    float: right;
    width: 575px;
    margin-left: 0;
}

.mediamath-event .mediamath-event-aside {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 312.5px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
    margin-left: 20.83333333px;
}

.mediamath-event-subheading {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

.mediamath-event-subheading .mediamath-link-back {
    padding-top: 1px;
}

.mediamath-event-subheading .mediamath-event-date,
.mediamath-event-subheading .mediamath-event-location {
    display: inline-block;
}

.mediamath-event-subheading .mediamath-event-date {
    margin-right: 5px;
    padding-right: 5px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #333333;
}

.mediamath-events .mediamath-secondary-links {
    background-color: #f6a01a;
}

.mediamath-events .mediamath-secondary-links-item .mediamath-link,
.mediamath-events .menu-item .mediamath-link,
.mediamath-events .mediamath-secondary-links-item a,
.mediamath-events .menu-item a {
    color: #ffffff;
}

.mediamath-events .mediamath-secondary-links-item .mediamath-link:hover,
.mediamath-events .menu-item .mediamath-link:hover,
.mediamath-events .mediamath-secondary-links-item a:hover,
.mediamath-events .menu-item a:hover {
    color: #fef6e8;
}

.mediamath-events .mediamath-secondary-links-item .mediamath-link:active,
.mediamath-events .menu-item .mediamath-link:active,
.mediamath-events .mediamath-secondary-links-item a:active,
.mediamath-events .menu-item a:active {
    color: #fdecd1;
}

.mediamath-events .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-events .menu-item.mediamath-state-active .mediamath-link,
.mediamath-events .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-events .menu-item.current-menu-item .mediamath-link,
.mediamath-events .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-events .menu-item.mediamath-state-active a,
.mediamath-events .mediamath-secondary-links-item.current-menu-item a,
.mediamath-events .menu-item.current-menu-item a {
    color: #333333;
	border-bottom:4px solid;
	padding-bottom:2px;
}

.mediamath-events .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-events .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-events .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-events .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link {
    color: #333333;
}

.mediamath-events .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-events .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-events .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-events .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover {
    color: #333333;
}

.mediamath-events .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-events .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-events .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-events .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link {
    color: #999999;
}

.mediamath-events .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-events .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-events .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-events .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover {
    color: #b3b3b3;
}

.mediamath-events .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-events .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-events .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-events .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active {
    color: #808080;
}

.mediamath-events .mediamath-event-featured {
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: #7a68ae;
}

.mediamath-events .mediamath-event-featured .mediamath-about-article-header {
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 20px;
}

.mediamath-events .mediamath-event-featured .mediamath-link-back {
    display: none;
}

.mediamath-events .mediamath-event-featured .mediamath-link-back:before {
    font-size: 16px;
    font-size: 1.6rem;
}

.mediamath-events .mediamath-event-featured .mediamath-event-wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.mediamath-events .mediamath-event-featured .mediamath-event {
    margin-right: 50px;
    margin-left: 50px;
}

.mediamath-events .mediamath-event-featured .mediamath-heading {
    -webkit-font-smoothing: antialiased;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 50px;
    font-size: 5rem;
    line-height: 55px;
    line-height: 5.5rem;
    font-weight: 300;
}

.mediamath-events .mediamath-event-featured .mediamath-event-subheading {
    color: #ffffff;
}

.mediamath-events .mediamath-event-featured .mediamath-event-date {
    border-right-color: #ffffff;
}

.mediamath-events .mediamath-event-featured .mediamath-excerpt {
    margin-bottom: 30px;
    color: #ffffff;
}

.mediamath-events .mediamath-event-featured .mediamath-link-more {
    color: #ffffff;
    background-color: #333333;
    text-transform: uppercase;
}

.mediamath-events .mediamath-event-featured .mediamath-link-more:hover {
    color: #333333;
    background-color: #ffffff;
}

.mediamath-events .mediamath-event-featured .mediamath-link-more:active {
    color: #2e2e2e;
    background-color: #e6e6e6;
}

.mediamath-events .mediamath-events-wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.mediamath-events .mediamath-select-wrap {
    display: none;
    width: 200px;
    color: #ffffff;
    margin-bottom: 20px;
}

.mediamath-events .mediamath-select-wrap:after {
    font-size: 30px;
    font-size: 3rem;
}

.mediamath-events .mediamath-select-wrap .mediamath-select,
.mediamath-events .mediamath-select-wrap .mediamath-client-success-filters select,
.mediamath-events .mediamath-select-wrap .mediamath-news .mediamath-select-wrap select {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffffff;
    background-color: #54bceb;
}

.mediamath-events .mediamath-events-listing {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 666.66666667px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
}

.mediamath-events .mediamath-events-listing .mediamath-events-actions {
    width: 100%;
    text-align: right;
}

.mediamath-events .mediamath-event-item {
    padding: 35px 50px;
    margin-bottom: 15px;
    background-color: #f2f2f2;
    position: relative;
}

.mediamath-events .mediamath-event-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
    font-size: 4rem;
    line-height: 45px;
    line-height: 4.5rem;
    font-weight: 300;
}

.mediamath-events .mediamath-event-title .mediamath-link {
    color: #333333;
}

.mediamath-events .mediamath-event-title .mediamath-link:hover {
    color: #4d4d4d;
}

.mediamath-events .mediamath-event-title .mediamath-link:active {
    color: #262626;
}

.mediamath-events .mediamath-event-aside {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 312.5px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
    margin-left: 20.83333333px;
}

.mediamath-home-hero {
    position: relative;
    box-sizing: border-box;
    min-height: 245px;
    padding-top: 100px;
    padding-bottom: 220px;
    background-image: url('//static.mediamath.com/images/mediamath-home-hero-background.png');
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
}

.no-touch .mediamath-home-hero {
    background-image: none;
}

.mediamath-home-hero .mediamath-home-hero-overview {
    position: relative;
    z-index: 999;
    box-sizing: border-box;
    width: 760px;
    padding: 15px 40px 5px 40px;
    margin: 0 auto;
    background-color: #ffffff;
    text-align: center;
    top: 70px;
}

.mediamath-home-hero .mediamath-home-hero-overview h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 48px;
    line-height: 4.8rem;
}

.mediamath-home-hero .mediamath-home-hero-overview p {
    max-width: 630px;
    margin:10px auto;
    line-height: 25px;
    line-height: 2.5rem;
}

.mediamath-home-hero .mediamath-home-hero-overview .media-math-home-hero-video-link {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #f6a01a;
    outline: none;
    margin-top:-10px;
}

.mediamath-home-hero .mediamath-home-hero-overview .media-math-home-hero-video-link:after {
    font-size: 40px;
    font-size: 4rem;
    margin-left: 5px;
    vertical-align: middle;
}

.mediamath-home-hero .mediamath-home-hero-overview .media-math-home-hero-video-link:hover {
    color: #54bceb;
}

.mediamath-home-hero .mediamath-home-hero-overview .media-math-home-hero-video-link:active {
    color: #4ca9d4;
}

.mediamath-home-hero .mediamath-hero-video-preview {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 99%;
    margin: 0 0.5%;
}

.mediamath-home-hero .mediamath-hero-video-preview video {
    width: 100%;
}

.touch .mediamath-home-hero .mediamath-hero-video-preview {
    display: none;
}

.mediamath-home-hero .mediamath-home-hero-video-intro {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
}

.mediamath-home-hero .mediamath-home-hero-video-intro .media-math-home-hero-video-close {
    position: absolute;
    z-index: 9999;
    color: #ffffff;
    top: 10px;
    left: 10px;
    outline: none;
}

.mediamath-home-hero .mediamath-home-hero-video-intro .media-math-home-hero-video-close:before {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e02b";
    font-size: 50px;
    font-size: 5rem;
}

.mediamath-home-hero .mediamath-home-hero-video-intro iframe {
    height: 100%;
    width: 100%;
}

.mediamath-home-hero.mediamath-state-video-player {
    height: 517px;
    width: 100%;
}

.mediamath-home-hero.mediamath-state-video-player .mediamath-home-hero-overview,
.mediamath-home-hero.mediamath-state-video-player .mediamath-hero-video-preview {
    display: none;
}

.mediamath-home-hero.mediamath-state-video-player .mediamath-home-hero-video-intro {
    display: block;
    width: 100%;
    background-color: #191919;
}

.mediamath-home-hero .fp-ratio,
.mediamath-home-hero .fp-ui,
.mediamath-home-hero .fp-help,
.mediamath-home-hero .fp-context-menu {
    display: none;
}

.mediamath-knowledge-center .mediamath-secondary-links {
    background-color: #f6a01a;
}

.mediamath-knowledge-center .mediamath-secondary-links-item .mediamath-link,
.mediamath-knowledge-center .menu-item .mediamath-link,
.mediamath-knowledge-center .mediamath-secondary-links-item a,
.mediamath-knowledge-center .menu-item a {
    color: #ffffff;
}

.mediamath-knowledge-center .mediamath-secondary-links-item .mediamath-link:hover,
.mediamath-knowledge-center .menu-item .mediamath-link:hover,
.mediamath-knowledge-center .mediamath-secondary-links-item a:hover,
.mediamath-knowledge-center .menu-item a:hover {
    color: #fef6e8;
}

.mediamath-knowledge-center .mediamath-secondary-links-item .mediamath-link:active,
.mediamath-knowledge-center .menu-item .mediamath-link:active,
.mediamath-knowledge-center .mediamath-secondary-links-item a:active,
.mediamath-knowledge-center .menu-item a:active {
    color: #fdecd1;
}

.mediamath-knowledge-center .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-knowledge-center .menu-item.mediamath-state-active .mediamath-link,
.mediamath-knowledge-center .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-knowledge-center .menu-item.current-menu-item .mediamath-link,
.mediamath-knowledge-center .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-knowledge-center .menu-item.mediamath-state-active a,
.mediamath-knowledge-center .mediamath-secondary-links-item.current-menu-item a,
.mediamath-knowledge-center .menu-item.current-menu-item a {
    color: #333333;
}

.mediamath-knowledge-center .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-knowledge-center .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-knowledge-center .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-knowledge-center .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link {
    color: #333333;
}

.mediamath-knowledge-center .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-knowledge-center .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-knowledge-center .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-knowledge-center .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover {
    color: #333333;
}

.mediamath-knowledge-center .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-knowledge-center .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-knowledge-center .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-knowledge-center .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link {
    color: #999999;
}

.mediamath-knowledge-center .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-knowledge-center .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-knowledge-center .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-knowledge-center .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover {
    color: #b3b3b3;
}

.mediamath-knowledge-center .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-knowledge-center .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-knowledge-center .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-knowledge-center .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active {
    color: #808080;
}

.mediamath-knowledge-center .mediamath-article-content-wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 65px;
    padding-bottom: 65px;
}

.mediamath-knowledge-center .mediamath-education-knowledge-center-header {
    display: none;
}

.mediamath-knowledge-center .mediamath-select-wrap {
    display: none;
    width: 200px;
    color: #ffffff;
    margin-bottom: 20px;
}

.mediamath-knowledge-center .mediamath-select-wrap:after {
    font-size: 30px;
    font-size: 3rem;
}

.mediamath-knowledge-center .mediamath-select-wrap .mediamath-select,
.mediamath-knowledge-center .mediamath-select-wrap .mediamath-client-success-filters select,
.mediamath-knowledge-center .mediamath-select-wrap .mediamath-news .mediamath-select-wrap select {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffffff;
    background-color: #54bceb;
}

.mediamath-knowledge-center .mediamath-resource-preview {
    box-sizing: border-box;
    float: left;
    min-height: 140px;
    width: 32%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 10px;
}

.mediamath-knowledge-center .mediamath-resource-preview .mediamath-resource-preview-image,
.mediamath-knowledge-center .mediamath-resource-preview .mediamath-resource-item-image {
    display: block;
}

.mediamath-knowledge-center .mediamath-resource-preview .mediamath-resource-default-image {
    height: 195px;
    background-color: #d9d9d9;
    color: #ffffff;
    text-align: center;
}

.mediamath-knowledge-center .mediamath-resource-preview .mediamath-resource-default-image:after {
    line-height: 195px;
    font-size: 100px;
    font-size: 10rem;
    vertical-align: middle;
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e011";
}

.mediamath-knowledge-center .mediamath-resource-preview .mediamath-resource-preview-header {
    background-color: #de396e;
    padding: 20px 30px;
}

.mediamath-knowledge-center .mediamath-resource-preview .mediamath-resource-category {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15px;
    line-height: 1.5rem;
    text-transform: uppercase;
}

.mediamath-knowledge-center .mediamath-resource-preview .mediamath-resource-preview-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
    font-weight: 300;
}

.mediamath-knowledge-center .mediamath-resource-preview .mediamath-resource-preview-heading .mediamath-link {
    display: inline-block;
    box-sizing: border-box;
    height: 60px;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
}

.mediamath-knowledge-center .mediamath-resource-preview .mediamath-resource-preview-heading .mediamath-link:hover {
    color: #e6e6e6;
}

.mediamath-knowledge-center .mediamath-resource-preview .mediamath-resource-preview-heading .mediamath-link:active {
    color: #981942;
}

.mediamath-management-team .mediamath-secondary-links {
    background-color: #f6a01a;
}

.mediamath-management-team .mediamath-secondary-links-item .mediamath-link,
.mediamath-management-team .menu-item .mediamath-link,
.mediamath-management-team .mediamath-secondary-links-item a,
.mediamath-management-team .menu-item a {
    color: #ffffff;
}

.mediamath-management-team .mediamath-secondary-links-item .mediamath-link:hover,
.mediamath-management-team .menu-item .mediamath-link:hover,
.mediamath-management-team .mediamath-secondary-links-item a:hover,
.mediamath-management-team .menu-item a:hover {
    color: #fef6e8;
}

.mediamath-management-team .mediamath-secondary-links-item .mediamath-link:active,
.mediamath-management-team .menu-item .mediamath-link:active,
.mediamath-management-team .mediamath-secondary-links-item a:active,
.mediamath-management-team .menu-item a:active {
    color: #fdecd1;
}

.mediamath-management-team .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-management-team .menu-item.mediamath-state-active .mediamath-link,
.mediamath-management-team .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-management-team .menu-item.current-menu-item .mediamath-link,
.mediamath-management-team .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-management-team .menu-item.mediamath-state-active a,
.mediamath-management-team .mediamath-secondary-links-item.current-menu-item a,
.mediamath-management-team .menu-item.current-menu-item a {
    color: #333333;
	border-bottom:4px solid;
	padding-bottom:2px;
}

.mediamath-management-team .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-management-team .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-management-team .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-management-team .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link {
    color: #333333;
	border-bottom:4px solid;
	padding-bottom:2px;
}

.mediamath-management-team .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-management-team .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-management-team .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-management-team .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover {
    color: #333333;
	border-bottom:4px solid;
	padding-bottom:2px;
}

.mediamath-management-team .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-management-team .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-management-team .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-management-team .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link {
    color: #999999;
}

.mediamath-management-team .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-management-team .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-management-team .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-management-team .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover {
    color: #b3b3b3;
}

.mediamath-management-team .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-management-team .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-management-team .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-management-team .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active {
    color: #808080;
}

.mediamath-management-team .mediamath-article-content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.mediamath-management-team .mediamath-article-content .mediamath-about-article-header {
    color: #f6a01a;
    display: none;
}

.mediamath-management-team .mediamath-article-content .mediamath-biography-preview,
.mediamath-management-team .mediamath-article-content .mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner {
    margin-bottom: 10px;
}

.mediamath-students .mediamath-secondary-links {
    background-color: #f6a01a;
}

.mediamath-students .mediamath-secondary-links-item .mediamath-link,
.mediamath-students .menu-item .mediamath-link,
.mediamath-students .mediamath-secondary-links-item a,
.mediamath-students .menu-item a {
    color: #ffffff;
}

.mediamath-students .mediamath-secondary-links-item .mediamath-link:hover,
.mediamath-students .menu-item .mediamath-link:hover,
.mediamath-students .mediamath-secondary-links-item a:hover,
.mediamath-students .menu-item a:hover {
    color: #fef6e8;
}

.mediamath-students .mediamath-secondary-links-item .mediamath-link:active,
.mediamath-students .menu-item .mediamath-link:active,
.mediamath-students .mediamath-secondary-links-item a:active,
.mediamath-students .menu-item a:active {
    color: #fdecd1;
}

.mediamath-students .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-students .menu-item.mediamath-state-active .mediamath-link,
.mediamath-students .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-students .menu-item.current-menu-item .mediamath-link,
.mediamath-students .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-students .menu-item.mediamath-state-active a,
.mediamath-students .mediamath-secondary-links-item.current-menu-item a,
.mediamath-students .menu-item.current-menu-item a {
    color: #333333;
	border-bottom:4px solid;
	padding-bottom:2px;
}

.mediamath-students .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-students .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-students .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-students .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link {
    color: #333333;
}

.mediamath-students .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-students .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-students .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-students .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover {
    color: #333333;
}

.mediamath-students .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-students .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-students .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-students .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link {
    color: #999999;
}

.mediamath-students .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-students .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-students .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-students .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover {
    color: #b3b3b3;
}

.mediamath-students .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-students .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-students .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-students .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active {
    color: #808080;
}

.mediamath-students .mediamath-article-content-wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 65px;
    padding-bottom: 65px;
}

.mediamath-marketing-engineer-program .mediamath-secondary-links {
    background-color: #f6a01a;
}

.mediamath-marketing-engineer-program .mediamath-secondary-links-item .mediamath-link,
.mediamath-marketing-engineer-program .menu-item .mediamath-link,
.mediamath-marketing-engineer-program .mediamath-secondary-links-item a,
.mediamath-marketing-engineer-program .menu-item a {
    color: #ffffff;
}

.mediamath-marketing-engineer-program .mediamath-secondary-links-item .mediamath-link:hover,
.mediamath-marketing-engineer-program .menu-item .mediamath-link:hover,
.mediamath-marketing-engineer-program .mediamath-secondary-links-item a:hover,
.mediamath-marketing-engineer-program .menu-item a:hover {
    color: #fef6e8;
}

.mediamath-marketing-engineer-program .mediamath-secondary-links-item .mediamath-link:active,
.mediamath-marketing-engineer-program .menu-item .mediamath-link:active,
.mediamath-marketing-engineer-program .mediamath-secondary-links-item a:active,
.mediamath-marketing-engineer-program .menu-item a:active {
    color: #fdecd1;
}

.mediamath-marketing-engineer-program .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-marketing-engineer-program .menu-item.mediamath-state-active .mediamath-link,
.mediamath-marketing-engineer-program .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-marketing-engineer-program .menu-item.current-menu-item .mediamath-link,
.mediamath-marketing-engineer-program .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-marketing-engineer-program .menu-item.mediamath-state-active a,
.mediamath-marketing-engineer-program .mediamath-secondary-links-item.current-menu-item a,
.mediamath-marketing-engineer-program .menu-item.current-menu-item a {
    color: #333333;
}

.mediamath-marketing-engineer-program .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-marketing-engineer-program .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-marketing-engineer-program .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-marketing-engineer-program .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link {
    color: #333333;

	border-bottom:4px solid;
	padding-bottom:2px;
}

.mediamath-marketing-engineer-program .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-marketing-engineer-program .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-marketing-engineer-program .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-marketing-engineer-program .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover {
    color: #333333;
}

.mediamath-marketing-engineer-program .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-marketing-engineer-program .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-marketing-engineer-program .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-marketing-engineer-program .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link {
    color: #999999;
}

.mediamath-marketing-engineer-program .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-marketing-engineer-program .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-marketing-engineer-program .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-marketing-engineer-program .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover {
    color: #b3b3b3;
}

.mediamath-marketing-engineer-program .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-marketing-engineer-program .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-marketing-engineer-program .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-marketing-engineer-program .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active {
    color: #808080;
}

.mediamath-marketing-engineer-program .mediamath-article-content-wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 65px;
    padding-bottom: 65px;
}

.mediamath-client-success .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-client-success .menu-item.mediamath-state-active .mediamath-link,
.mediamath-client-success .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-client-success .menu-item.current-menu-item .mediamath-link,
.mediamath-client-success .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-client-success .menu-item.mediamath-state-active a,
.mediamath-client-success .mediamath-secondary-links-item.current-menu-item a,
.mediamath-client-success .menu-item.current-menu-item a {
    color: #333333;
	border-bottom:4px solid;
	padding-bottom:2px;
}

.mediamath-certified-buyers .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-certified-buyers .menu-item.mediamath-state-active .mediamath-link,
.mediamath-certified-buyers .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-certified-buyers .menu-item.current-menu-item .mediamath-link,
.mediamath-certified-buyers .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-certified-buyers .menu-item.mediamath-state-active a,
.mediamath-certified-buyers .mediamath-secondary-links-item.current-menu-item a,
.mediamath-certified-buyers .menu-item.current-menu-item a {
    color: #333333;
	border-bottom:4px solid;
	padding-bottom:2px;
}


.mediamath-client-stories .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-client-stories .menu-item.mediamath-state-active .mediamath-link,
.mediamath-client-stories .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-client-stories .menu-item.current-menu-item .mediamath-link,
.mediamath-client-stories .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-client-stories .menu-item.mediamath-state-active a,
.mediamath-client-stories .mediamath-secondary-links-item.current-menu-item a,
.mediamath-client-stories .menu-item.current-menu-item a {
    color: #333333;
	border-bottom:4px solid;
	padding-bottom:2px;
}

.mediamath-our-clients .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-our-clients .menu-item.mediamath-state-active .mediamath-link,
.mediamath-our-clients .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-our-clients .menu-item.current-menu-item .mediamath-link,
.mediamath-our-clients .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-our-clients .menu-item.mediamath-state-active a,
.mediamath-our-clients .mediamath-secondary-links-item.current-menu-item a,
.mediamath-our-clients .menu-item.current-menu-item a {
    color: #333333;
	border-bottom:4px solid;
	padding-bottom:2px;
}




.mediamath-tabset-defaults .mediamath-heading,
.mediamath-terminalone-os .mediamath-tabset .mediamath-heading,
.mediamath-enablement .mediamath-tabset .mediamath-heading,
.mediamath-ecosystem .mediamath-tabset .mediamath-heading {
    color: #54bceb;
}

.mediamath-tabset-defaults .mediamath-tabset-navigation,
.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation,
.mediamath-enablement .mediamath-tabset .mediamath-tabset-navigation,
.mediamath-ecosystem .mediamath-tabset .mediamath-tabset-navigation {
    background-color: #54bceb;
	position: fixed; bottom: 40px; width: 100%; z-index: 998;
}

.mediamath-tabset-defaults .mediamath-tabset-navigation-item.cycle-pager-active:after,
.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item.cycle-pager-active:after,
.mediamath-enablement .mediamath-tabset .mediamath-tabset-navigation-item.cycle-pager-active:after,
.mediamath-ecosystem .mediamath-tabset .mediamath-tabset-navigation-item.cycle-pager-active:after {
    border-color: transparent transparent #54bceb transparent;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item {
    margin-left: 10px;
    margin-right: 10px;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item-overview {
    max-width: 90px;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item-overview:before {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e026";
    font-size: 42px;
    font-size: 4.2rem;
    display: block;
	height:40px;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item-optimization-decisioning {
    max-width: 110px;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item-optimization-decisioning:before {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e005";
    font-size: 42px;
    font-size: 4.2rem;
    display: block;
	height:40px;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item-cross-channel-media {
    max-width: 115px;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item-cross-channel-media:before {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e630";
    display: block;
	height:40px;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item-data-management {
    max-width: 105px;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item-data-management:before {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e009";
    display: block;
	height:40px;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item-delivery-management {
    max-width: 105px;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item-delivery-management:before {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e640";
    display: block;
	height:40px;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item-analytics-insights {
    max-width: 85px;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item-analytics-insights:before {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e00d";
    display: block;
	height:40px;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item-platform-and-apis {
    max-width: 110px;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item-platform-and-apis:before {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e012";
    display: block;
	height:40px;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item-partner-management {
    max-width: 110px;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item-partner-management:before {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e022";
    font-size: 42px;
    font-size: 4.2rem;
    display: block;
	height:40px;
}

.mediamath-enablement .mediamath-tabset .mediamath-tabset-navigation-item-overview {
    max-width: 90px;
}

.mediamath-enablement .mediamath-tabset .mediamath-tabset-navigation-item-overview:before {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e026";
    display: block;
}

.mediamath-enablement .mediamath-tabset .mediamath-tabset-navigation-item-outsourced-trading-services {
    max-width: 130px;
}

.mediamath-enablement .mediamath-tabset .mediamath-tabset-navigation-item-outsourced-trading-services:before {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e021";
    display: block;
}

.mediamath-enablement .mediamath-tabset .mediamath-tabset-navigation-item-consulting-services {
    max-width: 130px;
}

.mediamath-enablement .mediamath-tabset .mediamath-tabset-navigation-item-consulting-services:before {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e00f";
    display: block;
}

.mediamath-enablement .mediamath-tabset .mediamath-tabset-navigation-item-training {
    max-width: 100px;
}

.mediamath-enablement .mediamath-tabset .mediamath-tabset-navigation-item-training:before {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e01f";
    display: block;
}

.mediamath-marketing-reengineered .mediamath-page-header,
.mediamath-marketing-reengineered .mediamath-page-header-case-study,
.mediamath-terminalone-os .mediamath-page-header,
.mediamath-enablement .mediamath-page-header,
.mediamath-ecosystem .mediamath-page-header {
    padding-top: 0;
    padding-bottom: 0;
    height: 200px;
    text-align: center;
    background-color: #191919;
    overflow:hidden;
    background-color:#000;
}

.mediamath-marketing-reengineered .mediamath-page-header video,
.mediamath-marketing-reengineered .mediamath-page-header-case-study video,
.mediamath-terminalone-os .mediamath-page-header video,
.mediamath-enablement .mediamath-page-header video,
.mediamath-ecosystem .mediamath-page-header video {
    width: 100%;
	margin-top:-20px;
}

.mediamath-marketing-reengineered .mediamath-page-header .fp-ratio,
.mediamath-marketing-reengineered .mediamath-page-header .fp-ui,
.mediamath-marketing-reengineered .mediamath-page-header .fp-help,
.mediamath-marketing-reengineered .mediamath-page-header .fp-context-menu,
.mediamath-marketing-reengineered .mediamath-page-header-case-study .fp-ratio,
.mediamath-marketing-reengineered .mediamath-page-header-case-study .fp-ui,
.mediamath-marketing-reengineered .mediamath-page-header-case-study .fp-help,
.mediamath-marketing-reengineered .mediamath-page-header-case-study .fp-context-menu,
.mediamath-terminalone-os .mediamath-page-header .fp-ratio,
.mediamath-terminalone-os .mediamath-page-header .fp-ui,
.mediamath-terminalone-os .mediamath-page-header .fp-help,
.mediamath-terminalone-os .mediamath-page-header .fp-context-menu,
.mediamath-enablement .mediamath-page-header .fp-ratio,
.mediamath-enablement .mediamath-page-header .fp-ui,
.mediamath-enablement .mediamath-page-header .fp-help,
.mediamath-enablement .mediamath-page-header .fp-context-menu,
.mediamath-ecosystem .mediamath-page-header .fp-ratio,
.mediamath-ecosystem .mediamath-page-header .fp-ui,
.mediamath-ecosystem .mediamath-page-header .fp-help,
.mediamath-ecosystem .mediamath-page-header .fp-context-menu {
    display: none;
}

.mediamath-marketing-reengineered .mediamath-page-heading,
.mediamath-terminalone-os .mediamath-page-heading,
.mediamath-enablement .mediamath-page-heading,
.mediamath-ecosystem .mediamath-page-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 45px;
    line-height: 4.5rem;
    background-color: #54bceb;
}

.mediamath-marketing-reengineered .mediamath-secondary-links,
.mediamath-terminalone-os .mediamath-secondary-links,
.mediamath-enablement .mediamath-secondary-links,
.mediamath-ecosystem .mediamath-secondary-links {
    background-color: #54bceb;
}

.mediamath-marketing-reengineered .mediamath-secondary-links-item .mediamath-link,
.mediamath-marketing-reengineered .menu-item .mediamath-link,
.mediamath-marketing-reengineered .mediamath-secondary-links-item a,
.mediamath-marketing-reengineered .menu-item a,
.mediamath-terminalone-os .mediamath-secondary-links-item .mediamath-link,
.mediamath-terminalone-os .menu-item .mediamath-link,
.mediamath-terminalone-os .mediamath-secondary-links-item a,
.mediamath-terminalone-os .menu-item a,
.mediamath-enablement .mediamath-secondary-links-item .mediamath-link,
.mediamath-enablement .menu-item .mediamath-link,
.mediamath-enablement .mediamath-secondary-links-item a,
.mediamath-enablement .menu-item a,
.mediamath-ecosystem .mediamath-secondary-links-item .mediamath-link,
.mediamath-ecosystem .menu-item .mediamath-link,
.mediamath-ecosystem .mediamath-secondary-links-item a,
.mediamath-ecosystem .menu-item a {
    color: #ffffff;
}

.mediamath-marketing-reengineered .mediamath-secondary-links-item .mediamath-link:hover,
.mediamath-marketing-reengineered .menu-item .mediamath-link:hover,
.mediamath-marketing-reengineered .mediamath-secondary-links-item a:hover,
.mediamath-marketing-reengineered .menu-item a:hover,
.mediamath-terminalone-os .mediamath-secondary-links-item .mediamath-link:hover,
.mediamath-terminalone-os .menu-item .mediamath-link:hover,
.mediamath-terminalone-os .mediamath-secondary-links-item a:hover,
.mediamath-terminalone-os .menu-item a:hover,
.mediamath-enablement .mediamath-secondary-links-item .mediamath-link:hover,
.mediamath-enablement .menu-item .mediamath-link:hover,
.mediamath-enablement .mediamath-secondary-links-item a:hover,
.mediamath-enablement .menu-item a:hover,
.mediamath-ecosystem .mediamath-secondary-links-item .mediamath-link:hover,
.mediamath-ecosystem .menu-item .mediamath-link:hover,
.mediamath-ecosystem .mediamath-secondary-links-item a:hover,
.mediamath-ecosystem .menu-item a:hover {
    color: #eef8fd;
}

.mediamath-marketing-reengineered .mediamath-secondary-links-item .mediamath-link:active,
.mediamath-marketing-reengineered .menu-item .mediamath-link:active,
.mediamath-marketing-reengineered .mediamath-secondary-links-item a:active,
.mediamath-marketing-reengineered .menu-item a:active,
.mediamath-terminalone-os .mediamath-secondary-links-item .mediamath-link:active,
.mediamath-terminalone-os .menu-item .mediamath-link:active,
.mediamath-terminalone-os .mediamath-secondary-links-item a:active,
.mediamath-terminalone-os .menu-item a:active,
.mediamath-enablement .mediamath-secondary-links-item .mediamath-link:active,
.mediamath-enablement .menu-item .mediamath-link:active,
.mediamath-enablement .mediamath-secondary-links-item a:active,
.mediamath-enablement .menu-item a:active,
.mediamath-ecosystem .mediamath-secondary-links-item .mediamath-link:active,
.mediamath-ecosystem .menu-item .mediamath-link:active,
.mediamath-ecosystem .mediamath-secondary-links-item a:active,
.mediamath-ecosystem .menu-item a:active {
    color: #ddf2fb;
}

.mediamath-marketing-reengineered .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-marketing-reengineered .menu-item.mediamath-state-active .mediamath-link,
.mediamath-marketing-reengineered .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-marketing-reengineered .menu-item.current-menu-item .mediamath-link,
.mediamath-marketing-reengineered .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-marketing-reengineered .menu-item.mediamath-state-active a,
.mediamath-marketing-reengineered .mediamath-secondary-links-item.current-menu-item a,
.mediamath-marketing-reengineered .menu-item.current-menu-item a,
.mediamath-terminalone-os .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-terminalone-os .menu-item.mediamath-state-active .mediamath-link,
.mediamath-terminalone-os .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-terminalone-os .menu-item.current-menu-item .mediamath-link,
.mediamath-terminalone-os .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-terminalone-os .menu-item.mediamath-state-active a,
.mediamath-terminalone-os .mediamath-secondary-links-item.current-menu-item a,
.mediamath-terminalone-os .menu-item.current-menu-item a,
.mediamath-enablement .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-enablement .menu-item.mediamath-state-active .mediamath-link,
.mediamath-enablement .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-enablement .menu-item.current-menu-item .mediamath-link,
.mediamath-enablement .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-enablement .menu-item.mediamath-state-active a,
.mediamath-enablement .mediamath-secondary-links-item.current-menu-item a,
.mediamath-enablement .menu-item.current-menu-item a,
.mediamath-ecosystem .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-ecosystem .menu-item.mediamath-state-active .mediamath-link,
.mediamath-ecosystem .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-ecosystem .menu-item.current-menu-item .mediamath-link,
.mediamath-ecosystem .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-ecosystem .menu-item.mediamath-state-active a,
.mediamath-ecosystem .mediamath-secondary-links-item.current-menu-item a,
.mediamath-ecosystem .menu-item.current-menu-item a {
    color: #333333;
	border-bottom:4px solid;
	padding-bottom:2px;
}

.mediamath-marketing-reengineered .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-marketing-reengineered .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-marketing-reengineered .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-marketing-reengineered .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-terminalone-os .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-terminalone-os .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-terminalone-os .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-terminalone-os .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-enablement .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-enablement .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-enablement .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-enablement .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-ecosystem .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-ecosystem .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-ecosystem .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-ecosystem .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link {
    color: #333333;
}

.mediamath-marketing-reengineered .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-marketing-reengineered .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-marketing-reengineered .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-marketing-reengineered .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-terminalone-os .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-terminalone-os .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-terminalone-os .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-terminalone-os .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-enablement .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-enablement .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-enablement .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-enablement .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-ecosystem .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-ecosystem .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-ecosystem .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-ecosystem .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover {
    color: #333333;
}

.mediamath-marketing-reengineered .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-marketing-reengineered .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-marketing-reengineered .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-marketing-reengineered .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-terminalone-os .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-terminalone-os .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-terminalone-os .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-terminalone-os .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-enablement .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-enablement .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-enablement .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-enablement .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-ecosystem .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-ecosystem .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-ecosystem .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-ecosystem .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link {
    color: #999999;
}

.mediamath-marketing-reengineered .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-marketing-reengineered .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-marketing-reengineered .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-marketing-reengineered .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-terminalone-os .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-terminalone-os .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-terminalone-os .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-terminalone-os .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-enablement .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-enablement .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-enablement .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-enablement .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-ecosystem .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-ecosystem .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-ecosystem .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-ecosystem .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover {
    color: #b3b3b3;
}

.mediamath-marketing-reengineered .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-marketing-reengineered .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-marketing-reengineered .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-marketing-reengineered .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-terminalone-os .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-terminalone-os .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-terminalone-os .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-terminalone-os .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-enablement .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-enablement .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-enablement .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-enablement .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-ecosystem .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-ecosystem .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-ecosystem .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-ecosystem .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active {
    color: #808080;
}

.mediamath-marketing-reengineered .mediamath-section-overview .mediamath-heading,
.mediamath-marketing-reengineered .mediamath-section-overview h1,
.mediamath-terminalone-os .mediamath-section-overview .mediamath-heading,
.mediamath-terminalone-os .mediamath-section-overview h1,
.mediamath-enablement .mediamath-section-overview .mediamath-heading,
.mediamath-enablement .mediamath-section-overview h1,
.mediamath-ecosystem .mediamath-section-overview .mediamath-heading,
.mediamath-ecosystem .mediamath-section-overview h1 {
    color: #54bceb;
}

.mediamath-marketing-reengineered .mediamath-external-link,
.mediamath-terminalone-os .mediamath-external-link,
.mediamath-enablement .mediamath-external-link,
.mediamath-ecosystem .mediamath-external-link,.mediamath-tab-content .mediamath-external-link {
    color: #ffffff;
    background-color: #333333;
    box-sizing: border-box;
    display: inline-block;
    min-width: 180px;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
	padding: 10px 0px;
	font-weight: 700;
}

.mediamath-marketing-reengineered .mediamath-external-link:hover,
.mediamath-terminalone-os .mediamath-external-link:hover,
.mediamath-enablement .mediamath-external-link:hover,
.mediamath-ecosystem .mediamath-external-link:hover {
    color: #333333;
    background-color: #ffffff;
}

.mediamath-marketing-reengineered .mediamath-external-link:active,
.mediamath-terminalone-os .mediamath-external-link:active,
.mediamath-enablement .mediamath-external-link:active,
.mediamath-ecosystem .mediamath-external-link:active {
    color: #2e2e2e;
    background-color: #e6e6e6;
}

.mediamath-marketing-reengineered .mediamath-external-link:hover,
.mediamath-terminalone-os .mediamath-external-link:hover,
.mediamath-enablement .mediamath-external-link:hover,
.mediamath-ecosystem .mediamath-external-link:hover {
    background-color: #54bceb;
    color: #ffffff;
}

.mediamath-marketing-reengineered .mediamath-section-overview-callout-wrapper,
.mediamath-terminalone-os .mediamath-section-overview-callout-wrapper,
.mediamath-enablement .mediamath-section-overview-callout-wrapper,
.mediamath-ecosystem .mediamath-section-overview-callout-wrapper {
    background-color: #54bceb;
}

.mediamath-marketing-reengineered .mediamath-section-overview-callout-wrapper h1,
.mediamath-marketing-reengineered .mediamath-section-overview-callout-wrapper h2,
.mediamath-marketing-reengineered .mediamath-section-overview-callout-wrapper h3,
.mediamath-marketing-reengineered .mediamath-section-overview-callout-wrapper h4,
.mediamath-marketing-reengineered .mediamath-section-overview-callout-wrapper h5,
.mediamath-marketing-reengineered .mediamath-section-overview-callout-wrapper h6,
.mediamath-terminalone-os .mediamath-section-overview-callout-wrapper h1,
.mediamath-terminalone-os .mediamath-section-overview-callout-wrapper h2,
.mediamath-terminalone-os .mediamath-section-overview-callout-wrapper h3,
.mediamath-terminalone-os .mediamath-section-overview-callout-wrapper h4,
.mediamath-terminalone-os .mediamath-section-overview-callout-wrapper h5,
.mediamath-terminalone-os .mediamath-section-overview-callout-wrapper h6,
.mediamath-enablement .mediamath-section-overview-callout-wrapper h1,
.mediamath-enablement .mediamath-section-overview-callout-wrapper h2,
.mediamath-enablement .mediamath-section-overview-callout-wrapper h3,
.mediamath-enablement .mediamath-section-overview-callout-wrapper h4,
.mediamath-enablement .mediamath-section-overview-callout-wrapper h5,
.mediamath-enablement .mediamath-section-overview-callout-wrapper h6,
.mediamath-ecosystem .mediamath-section-overview-callout-wrapper h1,
.mediamath-ecosystem .mediamath-section-overview-callout-wrapper h2,
.mediamath-ecosystem .mediamath-section-overview-callout-wrapper h3,
.mediamath-ecosystem .mediamath-section-overview-callout-wrapper h4,
.mediamath-ecosystem .mediamath-section-overview-callout-wrapper h5,
.mediamath-ecosystem .mediamath-section-overview-callout-wrapper h6 {
    color: #ffffff;
}

.mediamath-marketing-reengineered .mediamath-section-overview-callout-wrapper ul,
.mediamath-terminalone-os .mediamath-section-overview-callout-wrapper ul,
.mediamath-enablement .mediamath-section-overview-callout-wrapper ul,
.mediamath-ecosystem .mediamath-section-overview-callout-wrapper ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
}

.mediamath-marketing-reengineered .mediamath-section-overview-callout-wrapper li,
.mediamath-terminalone-os .mediamath-section-overview-callout-wrapper li,
.mediamath-enablement .mediamath-section-overview-callout-wrapper li,
.mediamath-ecosystem .mediamath-section-overview-callout-wrapper li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
}

.mediamath-marketing-reengineered .mediamath-section-overview-callout-wrapper li:before,
.mediamath-terminalone-os .mediamath-section-overview-callout-wrapper li:before,
.mediamath-enablement .mediamath-section-overview-callout-wrapper li:before,
.mediamath-ecosystem .mediamath-section-overview-callout-wrapper li:before {
    color: #ffffff;
}

.mediamath-news-preview {
    position: relative;
    display: table;
    padding: 50px;
}

.mediamath-news-preview .mediamath-news-content {
    padding-right: 75px;
    padding-left: 30px;
}

.mediamath-news-preview .mediamath-news-share {
    vertical-align: top;
}

.mediamath-news-preview .mediamath-excerpt {
    display: inline;
}

.mediamath-news-preview .mediamath-link-read-more {
    text-transform: uppercase;
    color: #54bceb;
    font-weight: 700;
	display: block;
}

.mediamath-news-preview .mediamath-link-read-more:hover {
    color: #6ec6ee;
}

.mediamath-news-preview .mediamath-link-read-more:active {
    color: #47a0c8;
}

.mediamath-news-preview .mediamath-social-share {
    display: table-cell;
    padding-top: 30px;
    text-align: center;
}

.mediamath-news-preview .mediamath-share-facebook,
.mediamath-news-preview .mediamath-share-twitter,
.mediamath-news-preview .mediamath-share-linkedin,
.mediamath-news-preview .mediamath-share-share,
.mediamath-news-preview .mediamath-share-email {
    cursor: pointer;
    color: #54bceb;
    display: block;
    margin-bottom: 10px;
}

.mediamath-news-preview .mediamath-share-facebook:hover,
.mediamath-news-preview .mediamath-share-twitter:hover,
.mediamath-news-preview .mediamath-share-linkedin:hover,
.mediamath-news-preview .mediamath-share-share:hover,
.mediamath-news-preview .mediamath-share-email:hover {
    color: #65c3ed;
}

.mediamath-news-preview .mediamath-share-facebook:active,
.mediamath-news-preview .mediamath-share-twitter:active,
.mediamath-news-preview .mediamath-share-linkedin:active,
.mediamath-news-preview .mediamath-share-share:active,
.mediamath-news-preview .mediamath-share-email:active {
    color: #4ca9d4;
}

.mediamath-news-single {
    display: table;
    padding-top: 45px;
}

.mediamath-news-single .mediamath-news-content {
    padding-right: 20px;
    padding-left: 20px;
    vertical-align: top;
}

.mediamath-news-single .mediamath-news-content .mediamath-mobile-header {
    display: none;
}

.mediamath-news-single .mediamath-news-content .mediamath-mobile-header .mediamath-category-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    color: #f6a01a;
}

.mediamath-news-single .mediamath-news-content .mediamath-mobile-header .mediamath-news-meta {
    font-size: 11px;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.mediamath-news-single .mediamath-news-related {
    display: table-cell;
    width: 32%;
}

.mediamath-news-single .mediamath-news-related-item {
    padding: 30px 20px;
}

.mediamath-news-single .mediamath-news-related-item .mediamath-news-related-date {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
}

.mediamath-news-single .mediamath-news-related-item .mediamath-news-related-heading {
    margin-bottom: 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    font-weight: 300;
}

.mediamath-news-single .mediamath-news-related-item .mediamath-news-related-link {
    color: #333333;
}

.mediamath-news-single .mediamath-news-related-item .mediamath-news-related-link:hover {
    color: #666666;
}

.mediamath-news-single .mediamath-news-related-item .mediamath-news-related-link:active {
    color: #262626;
}

.mediamath-news-single .mediamath-social-share .mediamath-share-facebook {
    cursor: pointer;
    color: #54bceb;
    font-size: 35px;
    font-size: 3.5rem;
}

.mediamath-news-single .mediamath-social-share .mediamath-share-facebook:hover {
    color: #65c3ed;
}

.mediamath-news-single .mediamath-social-share .mediamath-share-facebook:active {
    color: #4ca9d4;
}

.mediamath-news-single .mediamath-social-share .mediamath-share-twitter,
.mediamath-news-single .mediamath-social-share .mediamath-share-linkedin {
    cursor: pointer;
    color: #54bceb;
    font-size: 30px;
    font-size: 3rem;
}

.mediamath-news-single .mediamath-social-share .mediamath-share-twitter:hover,
.mediamath-news-single .mediamath-social-share .mediamath-share-linkedin:hover {
    color: #65c3ed;
}

.mediamath-news-single .mediamath-social-share .mediamath-share-twitter:active,
.mediamath-news-single .mediamath-social-share .mediamath-share-linkedin:active {
    color: #4ca9d4;
}

.mediamath-news-single .mediamath-social-share .mediamath-share-share {
    cursor: pointer;
    color: #54bceb;
    font-size: 35px;
    font-size: 3.5rem;
}

.mediamath-news-single .mediamath-social-share .mediamath-share-share:hover {
    color: #65c3ed;
}

.mediamath-news-single .mediamath-social-share .mediamath-share-share:active {
    color: #4ca9d4;
}

.mediamath-news-single .mediamath-social-share .mediamath-share-email {
    cursor: pointer;
    color: #54bceb;
    font-size: 35px;
    font-size: 3.5rem;
}

.mediamath-news-single .mediamath-social-share .mediamath-share-email:hover {
    color: #65c3ed;
}

.mediamath-news-single .mediamath-social-share .mediamath-share-email:active {
    color: #4ca9d4;
}

.page-id-37 .mediamath-link-back {
    display: none;
}

.mediamath-news .mediamath-secondary-links {
    background-color: #f6a01a;
}

.mediamath-news .mediamath-secondary-links-item .mediamath-link,
.mediamath-news .menu-item .mediamath-link,
.mediamath-news .mediamath-secondary-links-item a,
.mediamath-news .menu-item a {
    color: #ffffff;
}

.mediamath-news .mediamath-secondary-links-item .mediamath-link:hover,
.mediamath-news .menu-item .mediamath-link:hover,
.mediamath-news .mediamath-secondary-links-item a:hover,
.mediamath-news .menu-item a:hover {
    color: #fef6e8;
}

.mediamath-news .mediamath-secondary-links-item .mediamath-link:active,
.mediamath-news .menu-item .mediamath-link:active,
.mediamath-news .mediamath-secondary-links-item a:active,
.mediamath-news .menu-item a:active {
    color: #fdecd1;
}

.mediamath-news .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-news .menu-item.mediamath-state-active .mediamath-link,
.mediamath-news .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-news .menu-item.current-menu-item .mediamath-link,
.mediamath-news .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-news .menu-item.mediamath-state-active a,
.mediamath-news .mediamath-secondary-links-item.current-menu-item a,
.mediamath-news .menu-item.current-menu-item a {
    color: #333333;
	border-bottom:4px solid;
	padding-bottom:2px;
}

.mediamath-news .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-news .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-news .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-news .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link {
    color: #333333;
}

.mediamath-news .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-news .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-news .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-news .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover {
    color: #333333;
}

.mediamath-news .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-news .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-news .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-news .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link {
    color: #999999;
}

.mediamath-news .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-news .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-news .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-news .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover {
    color: #b3b3b3;
}

.mediamath-news .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-news .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-news .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-news .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active {
    color: #808080;
}

.mediamath-news .mediamath-article-content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.mediamath-news .mediamath-about-article-header {
    color: #f6a01a;
    margin-left: 20px;
    display: none;
}

.mediamath-news .mediamath-news-filters {
    margin-bottom: 20px;
    text-align: right;
}

.mediamath-news .mediamath-news-filters select {
	cursor: pointer;
}

.mediamath-news .mediamath-select-wrap {
    display: inline-block;
    width: 200px;
    color: #ffffff;
}

.mediamath-news .mediamath-select-wrap:after {
    font-size: 30px;
    font-size: 3rem;
}

.mediamath-news .mediamath-select-wrap select {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffffff;
    background-color: #54bceb;
}

.mediamath-news .mediamath-select-wrap select > option {
    color: #444 !important;
}

.mediamath-news .mediamath-select-wrap:first-child {
    margin-right: 15px;
}

.mediamath-news .mediamath-news-date,
.mediamath-news .mediamath-news-content {
    vertical-align: top;
}

.mediamath-news .mediamath-news-date {
    display: table-cell;
    text-align: center;
}

.mediamath-news .mediamath-news-date-month,
.mediamath-news .mediamath-news-date-year,
.mediamath-news .mediamath-news-date-day {
    line-height: 1;
    display: block;
}

.mediamath-news .mediamath-news-date-month,
.mediamath-news .mediamath-news-date-year {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
}

.mediamath-news .mediamath-news-date-day {
    font-size: 37px;
    font-size: 3.7rem;
    font-weight: 800;
}

.mediamath-news .mediamath-news-content {
    display: table-cell;
}

.mediamath-news .mediamath-news-category,
.mediamath-about .mediamath-item-preview-news .mediamath-news-category {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 800;
}

.mediamath-news .mediamath-news-heading,
.mediamath-about .mediamath-item-preview-news .mediamath-item-preview-heading {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 40px;
    line-height: 4rem;
    font-weight: 300;
}

.mediamath-news .mediamath-news-heading .mediamath-link,
.mediamath-about .mediamath-item-preview-news .mediamath-item-preview-heading .mediamath-link {
    color: #333333;
}

.mediamath-news-excerpt,
.mediamath-news-preview,
.mediamath-news-single .mediamath-news-related-item {
    margin-bottom: 20px;
    background-color: #f2f2f2;
}

.mediamath-open-positions .mediamath-secondary-links {
    background-color: #f6a01a;
}

.mediamath-open-positions .mediamath-secondary-links-item .mediamath-link,
.mediamath-open-positions .menu-item .mediamath-link,
.mediamath-open-positions .mediamath-secondary-links-item a,
.mediamath-open-positions .menu-item a {
    color: #ffffff;
}

.mediamath-open-positions .mediamath-secondary-links-item .mediamath-link:hover,
.mediamath-open-positions .menu-item .mediamath-link:hover,
.mediamath-open-positions .mediamath-secondary-links-item a:hover,
.mediamath-open-positions .menu-item a:hover {
    color: #fef6e8;
}

.mediamath-open-positions .mediamath-secondary-links-item .mediamath-link:active,
.mediamath-open-positions .menu-item .mediamath-link:active,
.mediamath-open-positions .mediamath-secondary-links-item a:active,
.mediamath-open-positions .menu-item a:active {
    color: #fdecd1;
}

.mediamath-open-positions .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-open-positions .menu-item.mediamath-state-active .mediamath-link,
.mediamath-open-positions .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-open-positions .menu-item.current-menu-item .mediamath-link,
.mediamath-open-positions .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-open-positions .menu-item.mediamath-state-active a,
.mediamath-open-positions .mediamath-secondary-links-item.current-menu-item a,
.mediamath-open-positions .menu-item.current-menu-item a {
    color: #333333;
	border-bottom:4px solid;
	padding-bottom:2px;
}

.mediamath-open-positions .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-open-positions .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-open-positions .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-open-positions .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link {
    color: #333333;
}

.mediamath-open-positions .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-open-positions .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-open-positions .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-open-positions .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover {
    color: #333333;
}

.mediamath-open-positions .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-open-positions .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-open-positions .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-open-positions .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link {
    color: #999999;
}

.mediamath-open-positions .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-open-positions .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-open-positions .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-open-positions .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover {
    color: #b3b3b3;
}

.mediamath-open-positions .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-open-positions .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-open-positions .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-open-positions .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active {
    color: #808080;
}

.mediamath-open-positions .mediamath-article-content-wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 65px;
    padding-bottom: 65px;
}

.mediamath-open-positions .mediamath-article-content-wrapper .mediamath-about-article-header {
    color: #f6a01a;
    margin-left: 20px;
    display: none;
}

.mediamath-page-default .mediamath-page-content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.mediamath-page-default .mediamath-page-content tbody {
    vertical-align: top;
}

.mediamath-page-default .mediamath-page-content td:nth-child(2) {
    padding-left: 25px;
}

.mediamath-page-default .mediamath-page-content p,
.mediamath-page-default .mediamath-page-content ul {
    line-height: 23px; /* was 33px */
    line-height: 2.3rem; /* was 3.3em */
    font-weight: 100;
}

.mediamath-page-default .mediamath-page-content .mediamath-callout {
    margin-top: 40px;
    font-size: 20px;
}

.mediamath-page-default .mediamath-page-content .mediamath-heading-prominent {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 40px;
}

.mediamath-page-default .mediamath-page-content h1,
.mediamath-page-default .mediamath-page-content h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 100;
}

.mediamath-page-default .mediamath-page-content a {
    color: #54bceb;
}

.mediamath-performance-reimagined .mediamath-page-header,
.mediamath-performance-reimagined .mediamath-page-header-case-study {
    padding-top: 160px;
    padding-bottom: 160px;
    padding:0;
    height:350px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mediamath-performance-reimagined .mediamath-page-header{
     /*padding-top: 160px;
    padding-bottom: 160px;*/
    padding:0;
    height:200px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow:hidden;
    background-color:#000;
}

.mediamath-performance-reimagined .mediamath-page-header video{
    width:100%;
}


.mediamath-performance-reimagined .mediamath-page-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 45px;
    line-height: 4.5rem;
    color: #de396e;
    padding-top:130px;
}

.mediamath-performance-reimagined .mediamath-page-header .mediamath-page-heading,
.mediamath-performance-reimagined .mediamath-page-header-case-study .mediamath-page-heading {
    font-weight: 800;
}

.mediamath-performance-reimagined .mediamath-secondary-links {
    background-color: #de396e;
}

.mediamath-performance-reimagined .mediamath-secondary-links-item .mediamath-link,
.mediamath-performance-reimagined .menu-item .mediamath-link,
.mediamath-performance-reimagined .mediamath-secondary-links-item a,
.mediamath-performance-reimagined .menu-item a {
    color: #ffffff;
}

.mediamath-performance-reimagined .mediamath-secondary-links-item .mediamath-link:hover,
.mediamath-performance-reimagined .menu-item .mediamath-link:hover,
.mediamath-performance-reimagined .mediamath-secondary-links-item a:hover,
.mediamath-performance-reimagined .menu-item a:hover {
    color: #fcebf1;
}

.mediamath-performance-reimagined .mediamath-secondary-links-item .mediamath-link:active,
.mediamath-performance-reimagined .menu-item .mediamath-link:active,
.mediamath-performance-reimagined .mediamath-secondary-links-item a:active,
.mediamath-performance-reimagined .menu-item a:active {
    color: #f8d7e2;
}

.mediamath-performance-reimagined .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-performance-reimagined .menu-item.mediamath-state-active .mediamath-link,
.mediamath-performance-reimagined .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-performance-reimagined .menu-item.current-menu-item .mediamath-link,
.mediamath-performance-reimagined .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-performance-reimagined .menu-item.mediamath-state-active a,
.mediamath-performance-reimagined .mediamath-secondary-links-item.current-menu-item a,
.mediamath-performance-reimagined .menu-item.current-menu-item a {
    color: #333333;
	border-bottom:4px solid;
	padding-bottom:2px;
}

.mediamath-performance-reimagined .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-performance-reimagined .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-performance-reimagined .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-performance-reimagined .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link {
    color: #333333;
}

.mediamath-performance-reimagined .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-performance-reimagined .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-performance-reimagined .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-performance-reimagined .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover {
    color: #333333;
}

.mediamath-performance-reimagined .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-performance-reimagined .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-performance-reimagined .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-performance-reimagined .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link {
    color: #999999;
}

.mediamath-performance-reimagined .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-performance-reimagined .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-performance-reimagined .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-performance-reimagined .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover {
    color: #b3b3b3;
}

.mediamath-performance-reimagined .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-performance-reimagined .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-performance-reimagined .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-performance-reimagined .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active {
    color: #808080;
}

.mediamath-performance-reimagined .mediamath-section-overview h1 {
    color: #de396e;
}

.mediamath-performance-reimagined .mediamath-section-overview .mediamath-section-overview-callout-wrapper {
    background-color: #de396e;
}

.mediamath-performance-reimagined .mediamath-section-overview-callout-wrapper {
    background-color: #de396e;
}

.mediamath-performance-reimagined .mediamath-section-overview-callout-wrapper h1,
.mediamath-performance-reimagined .mediamath-section-overview-callout-wrapper h2,
.mediamath-performance-reimagined .mediamath-section-overview-callout-wrapper h3,
.mediamath-performance-reimagined .mediamath-section-overview-callout-wrapper h4,
.mediamath-performance-reimagined .mediamath-section-overview-callout-wrapper h5,
.mediamath-performance-reimagined .mediamath-section-overview-callout-wrapper h6 {
    color: #ffffff;
}

.mediamath-performance-reimagined .mediamath-section-overview-callout-wrapper ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
}

.mediamath-performance-reimagined .mediamath-section-overview-callout-wrapper li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
}

.mediamath-performance-reimagined .mediamath-section-overview-callout-wrapper li:before {
    color: #ffffff;
}

.mediamath-performance-reimagined .mediamath-tabset {
    border-top: 2px solid #e6e6e6;
}

.mediamath-performance-reimagined .mediamath-tabset .mediamath-heading {
    color: #de396e;
}

.mediamath-performance-reimagined .mediamath-tabset .mediamath-link-back {
    display: none;
}

.mediamath-performance-reimagined .mediamath-tabset .mediamath-tab {
    padding-top: 35px;
	padding-bottom: 170px;
}

.mediamath-performance-reimagined .mediamath-tabset .mediamath-tabset-navigation {
    background-color: #de396e;
	/* TEST BY PG */
	position: fixed; bottom: 40px; width: 100%; z-index: 998;
}

.mediamath-performance-reimagined .mediamath-tabset .mediamath-tabset-navigation-item.cycle-pager-active:after {
    border-color: transparent transparent #de396e transparent;
}

.mediamath-performance-reimagined .mediamath-tabset .mediamath-tabset-navigation-item-goal-based-overview {
    max-width: 90px;
}

.mediamath-performance-reimagined .mediamath-tabset .mediamath-tabset-navigation-item-goal-based-overview:before {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e026";
    display: block;
}

.mediamath-performance-reimagined .mediamath-tabset .mediamath-tabset-navigation-item-brand-awareness-engagement {
    max-width: 140px;
}

.mediamath-performance-reimagined .mediamath-tabset .mediamath-tabset-navigation-item-brand-awareness-engagement:before {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e013";
    display: block;
}

.mediamath-performance-reimagined .mediamath-tabset .mediamath-tabset-navigation-item-direct-response-conversion {
    max-width: 125px;
}

.mediamath-performance-reimagined .mediamath-tabset .mediamath-tabset-navigation-item-direct-response-conversion:before {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e010";
    display: block;
}

.mediamath-performance-reimagined .mediamath-tabset .mediamath-tabset-navigation-item-loyalty-advocacy {
    max-width: 80px;
}

.mediamath-performance-reimagined .mediamath-tabset .mediamath-tabset-navigation-item-loyalty-advocacy:before {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e017";
    display: block;
}

.mediamath-performance-reimagined .mediamath-tabset .mediamath-tabset-navigation-item-full-customer-lifecycle {
    max-width: 115px;
}

.mediamath-performance-reimagined .mediamath-tabset .mediamath-tabset-navigation-item-full-customer-lifecycle:before {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e00e";
    display: block;
}

.mediamath-truth-proof-control .mediamath-article-content-wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 65px;
    padding-bottom: 65px;
}

.mediamath-truth-proof-control .mediamath-overview-content h1 {
    font-size: 40px;
    font-size: 4rem;
    color: #f6a01a;
}

.mediamath-truth-proof-control .mediamath-overview-image {
    margin-top: 120px;
}

.mediamath-principles .mediamath-article-content-wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 65px;
    padding-bottom: 65px;
}

.mediamath-principles .mediamath-overview-content h1 {
    font-size: 40px;
    font-size: 4rem;
    color: #f6a01a;
}

.mediamath-principles .mediamath-overview-image {
    margin-top: 120px;
}

.mediamath-resource .mediamath-secondary-links {
    background-color: #f6a01a;
}

.mediamath-resource .mediamath-secondary-links-item .mediamath-link,
.mediamath-resource .menu-item .mediamath-link,
.mediamath-resource .mediamath-secondary-links-item a,
.mediamath-resource .menu-item a {
    color: #ffffff;
}

.mediamath-resource .mediamath-secondary-links-item .mediamath-link:hover,
.mediamath-resource .menu-item .mediamath-link:hover,
.mediamath-resource .mediamath-secondary-links-item a:hover,
.mediamath-resource .menu-item a:hover {
    color: #fef6e8;
}

.mediamath-resource .mediamath-secondary-links-item .mediamath-link:active,
.mediamath-resource .menu-item .mediamath-link:active,
.mediamath-resource .mediamath-secondary-links-item a:active,
.mediamath-resource .menu-item a:active {
    color: #fdecd1;
}

.mediamath-resource .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-resource .menu-item.mediamath-state-active .mediamath-link,
.mediamath-resource .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-resource .menu-item.current-menu-item .mediamath-link,
.mediamath-resource .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-resource .menu-item.mediamath-state-active a,
.mediamath-resource .mediamath-secondary-links-item.current-menu-item a,
.mediamath-resource .menu-item.current-menu-item a {
    color: #333333;
	border-bottom:4px solid;
	padding-bottom:2px;
}

.mediamath-resource .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-resource .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-resource .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-resource .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link {
    color: #333333;
}

.mediamath-resource .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-resource .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-resource .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-resource .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover {
    color: #333333;
}

.mediamath-resource .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-resource .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-resource .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-resource .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link {
    color: #999999;
}

.mediamath-resource .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-resource .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-resource .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-resource .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover {
    color: #b3b3b3;
}

.mediamath-resource .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-resource .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-resource .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-resource .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active {
    color: #808080;
}

.mediamath-resource .mediamath-article-content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.mediamath-resource-single {
    display: table;
    padding-top: 25px;
}

.mediamath-resource-single .mediamath-resource-content {
    display: table-cell;
    padding-right: 20px;
    padding-left: 60px;
    vertical-align: top;
}

.mediamath-resource-single .mediamath-resource-heading {
    margin-top: 5px;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 40px;
    line-height: 4rem;
    font-weight: 300;
}

.mediamath-resource-single .mediamath-resource-category {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.mediamath-resource-single .mediamath-social-share {
    margin-top: 25px;
    margin-bottom: 40px;
}

.mediamath-resource-single .mediamath-social-share .mediamath-share-facebook {
    cursor: pointer;
    color: #54bceb;
    font-size: 35px;
    font-size: 3.5rem;
}

.mediamath-resource-single .mediamath-social-share .mediamath-share-facebook:hover {
    color: #65c3ed;
}

.mediamath-resource-single .mediamath-social-share .mediamath-share-facebook:active {
    color: #4ca9d4;
}

.mediamath-resource-single .mediamath-social-share .mediamath-share-twitter,
.mediamath-resource-single .mediamath-social-share .mediamath-share-linkedin {
    cursor: pointer;
    color: #54bceb;
    font-size: 30px;
    font-size: 3rem;
}

.mediamath-resource-single .mediamath-social-share .mediamath-share-twitter:hover,
.mediamath-resource-single .mediamath-social-share .mediamath-share-linkedin:hover {
    color: #65c3ed;
}

.mediamath-resource-single .mediamath-social-share .mediamath-share-twitter:active,
.mediamath-resource-single .mediamath-social-share .mediamath-share-linkedin:active {
    color: #4ca9d4;
}

.mediamath-resource-single .mediamath-social-share .mediamath-share-share {
    cursor: pointer;
    color: #54bceb;
    font-size: 35px;
    font-size: 3.5rem;
}

.mediamath-resource-single .mediamath-social-share .mediamath-share-share:hover {
    color: #65c3ed;
}

.mediamath-resource-single .mediamath-social-share .mediamath-share-share:active {
    color: #4ca9d4;
}

.mediamath-resource-single .mediamath-social-share .mediamath-share-email {
    cursor: pointer;
    color: #54bceb;
    font-size: 35px;
    font-size: 3.5rem;
}

.mediamath-resource-single .mediamath-social-share .mediamath-share-email:hover {
    color: #65c3ed;
}

.mediamath-resource-single .mediamath-social-share .mediamath-share-email:active {
    color: #4ca9d4;
}

.mediamath-resource-single .mediamath-resource-assets {
    display: table-cell;
    width: 32%;
}

.mediamath-resource-single .mediamath-resource-image {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

.mediamath-resource-single .mediamath-link-download,
.mediamath-resource-single .mediamath-link-external,
.mediamath-resource-single .mediamath-link-watch {
    color: #ffffff;
    background-color: #333333;
    text-transform: uppercase;
}

.mediamath-resource-single .mediamath-link-download:hover,
.mediamath-resource-single .mediamath-link-external:hover,
.mediamath-resource-single .mediamath-link-watch:hover {
    color: #333333;
    background-color: #ffffff;
}

.mediamath-resource-single .mediamath-link-download:active,
.mediamath-resource-single .mediamath-link-external:active,
.mediamath-resource-single .mediamath-link-watch:active {
    color: #2e2e2e;
    background-color: #e6e6e6;
}

.mediamath-resource-single .mediamath-link-download:hover,
.mediamath-resource-single .mediamath-link-external:hover,
.mediamath-resource-single .mediamath-link-watch:hover {
    color: #ffffff;
    background-color: #f6a01a;
}

.mediamath-resource-single .mediamath-link-download:active,
.mediamath-resource-single .mediamath-link-external:active,
.mediamath-resource-single .mediamath-link-watch:active {
    background-color: #d18816;
}

.mediamath-resource-archive .mediamath-secondary-links {
    background-color: #f6a01a;
}

.mediamath-resource-archive .mediamath-secondary-links-item .mediamath-link,
.mediamath-resource-archive .menu-item .mediamath-link,
.mediamath-resource-archive .mediamath-secondary-links-item a,
.mediamath-resource-archive .menu-item a {
    color: #ffffff;
}

.mediamath-resource-archive .mediamath-secondary-links-item .mediamath-link:hover,
.mediamath-resource-archive .menu-item .mediamath-link:hover,
.mediamath-resource-archive .mediamath-secondary-links-item a:hover,
.mediamath-resource-archive .menu-item a:hover {
    color: #fef6e8;
}

.mediamath-resource-archive .mediamath-secondary-links-item .mediamath-link:active,
.mediamath-resource-archive .menu-item .mediamath-link:active,
.mediamath-resource-archive .mediamath-secondary-links-item a:active,
.mediamath-resource-archive .menu-item a:active {
    color: #fdecd1;
}

.mediamath-resource-archive .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-resource-archive .menu-item.mediamath-state-active .mediamath-link,
.mediamath-resource-archive .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-resource-archive .menu-item.current-menu-item .mediamath-link,
.mediamath-resource-archive .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-resource-archive .menu-item.mediamath-state-active a,
.mediamath-resource-archive .mediamath-secondary-links-item.current-menu-item a,
.mediamath-resource-archive .menu-item.current-menu-item a {
    color: #333333;
	border-bottom:4px solid;
	padding-bottom:2px;
}

.mediamath-resource-archive .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-resource-archive .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-resource-archive .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-resource-archive .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link {
    color: #333333;
	border-bottom:4px solid;
	padding-bottom:2px;
}

.mediamath-resource-archive .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-resource-archive .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-resource-archive .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-resource-archive .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover {
    color: #333333;
}

.mediamath-resource-archive .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-resource-archive .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-resource-archive .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-resource-archive .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link {
    color: #999999;
}

.mediamath-resource-archive .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-resource-archive .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-resource-archive .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-resource-archive .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover {
    color: #b3b3b3;
}

.mediamath-resource-archive .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-resource-archive .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-resource-archive .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-resource-archive .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active {
    color: #808080;
}

.mediamath-resource-archive .mediamath-article-content-wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 65px;
    padding-bottom: 65px;
}

.mediamath-resource-archive .mediamath-resource-preview {
    box-sizing: border-box;
    display: table;
    float: left;
    min-height: 140px;
    width: 49%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 50px;
}

.mediamath-resource-archive .mediamath-resource-preview .mediamath-resource-preview-image,
.mediamath-resource-archive .mediamath-resource-preview .mediamath-resource-default-image {
    display: table-cell;
    width: 225px;
}

.mediamath-resource-archive .mediamath-resource-preview .mediamath-resource-default-image {
    position: relative;
    background-color: #d9d9d9;
    color: #ffffff;
    text-align: center;
}

.mediamath-resource-archive .mediamath-resource-preview .mediamath-resource-default-image:after {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 36%;
    font-size: 100px;
    font-size: 10rem;
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e011";
}

.mediamath-resource-archive .mediamath-resource-preview .mediamath-resource-preview-header {
    box-sizing: border-box;
    display: table-cell;
    width: 265px;
    padding-left: 20px;
    vertical-align: top;
	line-height:24px;
	line-height: 2.2rem;
}

.mediamath-resource-archive .mediamath-resource-preview .mediamath-resource-preview-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    font-weight: 300;
}

.mediamath-resource-archive .mediamath-resource-preview .mediamath-resource-preview-heading .mediamath-link {
    color: #de396e;
}

.mediamath-resource-archive .mediamath-resource-preview .mediamath-resource-preview-heading .mediamath-link:hover {
    color: #e35784;
}

.mediamath-resource-archive .mediamath-resource-preview .mediamath-resource-preview-heading .mediamath-link:active {
    color: #ae1d4b;
}

.mediamath-seize-the-data-start-today .mediamath-page-header,
.mediamath-seize-the-data-start-today .mediamath-page-header-case-study,
.mediamath-do-what-can-now-be-done .mediamath-page-header,
.mediamath-do-what-can-now-be-done .mediamath-page-header-case-study {
    color: #ffffff;
    background-color: #f6a01a;
}

.mediamath-seize-the-data-start-today .mediamath-intro,
.mediamath-do-what-can-now-be-done .mediamath-intro {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mediamath-seize-the-data-start-today .mediamath-intro .mediamath-intro-text-wrapper,
.mediamath-do-what-can-now-be-done .mediamath-intro .mediamath-intro-text-wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    min-height: 400px;
}

.mediamath-seize-the-data-start-today .mediamath-intro .mediamath-intro-text,
.mediamath-do-what-can-now-be-done .mediamath-intro .mediamath-intro-text {
    display: table-cell;
    vertical-align: middle;
    font-size: 54px;
    font-size: 5.4rem;
    line-height: 65px;
    line-height: 6.5rem;
    font-weight: 800;
}

.mediamath-seize-the-data-start-today .mediamath-intro p,
.mediamath-do-what-can-now-be-done .mediamath-intro p {
    margin-top: 0;
    margin-bottom: 45px;
}

.mediamath-seize-the-data-start-today .mediamath-content,
.mediamath-do-what-can-now-be-done .mediamath-content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    -webkit-font-smoothing: antialiased;
    margin-top: 80px;
    margin-bottom: 90px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 46px;
    line-height: 4.6rem;
    font-weight: 300;
}

.mediamath-seize-the-data-start-today .mediamath-content .mediamath-column,
.mediamath-do-what-can-now-be-done .mediamath-content .mediamath-column {
    box-sizing: border-box;
    display: block;
    float: left;
    /* width: 791.66666667px; @media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }
    margin-right: 208.33333333px;*/
}

.mediamath-seize-the-data-start-today .mediamath-content p,
.mediamath-do-what-can-now-be-done .mediamath-content p {
    margin-top: 0;
    margin-bottom: 20px;
}

.mediamath-seize-the-data-start-today .mediamath-content p img,
.mediamath-do-what-can-now-be-done .mediamath-content p img {
    margin-top: 50px;
}

.mediamath-seize-the-data-start-today .mediamath-content p:last-child,
.mediamath-do-what-can-now-be-done .mediamath-content p:last-child {
    margin-bottom: 0;
}

.mediamath-seize-the-data-start-today .mediamath-content strong,
.mediamath-seize-the-data-start-today .mediamath-content b,
.mediamath-do-what-can-now-be-done .mediamath-content strong,
.mediamath-do-what-can-now-be-done .mediamath-content b {
    font-weight: 800;
}

.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper {
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #f6a01a;
}

.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-heading,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-heading {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-belief,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-belief {
    right: 0;
    width: 70%;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    font-size: 40px;
    font-size: 4.0rem;
    line-height: 52px;
    line-height: 5.2rem;
    text-align: center;
    color: #ffffff;
    font-weight: 800;
}

.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs-controls,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs-controls {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 0;
    right: 0;
}

.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs-previous,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs-previous {
    left: 20px;
}

.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs-previous:before,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs-previous:before {
    font-size: 30px;
    font-size: 3rem;
}

.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs-next,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs-next {
    right: 20px;
}

.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs-next:before,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs-next:before {
    font-size: 30px;
    font-size: 3rem;
}

.mediamath-system-detail-heading,
.mediamath-data-management .mediamath-page-header .mediamath-page-heading,
.mediamath-optimization-decisioning .mediamath-page-header .mediamath-page-heading,
.mediamath-cross-channel-media .mediamath-page-header .mediamath-page-heading,
.mediamath-creative-management .mediamath-page-header .mediamath-page-heading,
.mediamath-analytics-insights .mediamath-page-header .mediamath-page-heading,
.mediamath-platform-and-apis .mediamath-page-header .mediamath-page-heading,
.mediamath-data-management .mediamath-page-header-case-study .mediamath-page-heading,
.mediamath-optimization-decisioning .mediamath-page-header-case-study .mediamath-page-heading,
.mediamath-cross-channel-media .mediamath-page-header-case-study .mediamath-page-heading,
.mediamath-creative-management .mediamath-page-header-case-study .mediamath-page-heading,
.mediamath-analytics-insights .mediamath-page-header-case-study .mediamath-page-heading,
.mediamath-platform-and-apis .mediamath-page-header-case-study .mediamath-page-heading {
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
}

.mediamath-system-detail-heading:after,
.mediamath-data-management .mediamath-page-header .mediamath-page-heading:after,
.mediamath-optimization-decisioning .mediamath-page-header .mediamath-page-heading:after,
.mediamath-cross-channel-media .mediamath-page-header .mediamath-page-heading:after,
.mediamath-creative-management .mediamath-page-header .mediamath-page-heading:after,
.mediamath-analytics-insights .mediamath-page-header .mediamath-page-heading:after,
.mediamath-platform-and-apis .mediamath-page-header .mediamath-page-heading:after,
.mediamath-data-management .mediamath-page-header-case-study .mediamath-page-heading:after,
.mediamath-optimization-decisioning .mediamath-page-header-case-study .mediamath-page-heading:after,
.mediamath-cross-channel-media .mediamath-page-header-case-study .mediamath-page-heading:after,
.mediamath-creative-management .mediamath-page-header-case-study .mediamath-page-heading:after,
.mediamath-analytics-insights .mediamath-page-header-case-study .mediamath-page-heading:after,
.mediamath-platform-and-apis .mediamath-page-header-case-study .mediamath-page-heading:after {
    position: absolute;
    left: 50%;
    margin-left: -35px;
    font-size: 70px;
    font-size: 7rem;
    vertical-align: middle;
}

.mediamath-system-detail-heading .mediamath-heading-text,
.mediamath-data-management .mediamath-page-header .mediamath-page-heading .mediamath-heading-text,
.mediamath-optimization-decisioning .mediamath-page-header .mediamath-page-heading .mediamath-heading-text,
.mediamath-cross-channel-media .mediamath-page-header .mediamath-page-heading .mediamath-heading-text,
.mediamath-creative-management .mediamath-page-header .mediamath-page-heading .mediamath-heading-text,
.mediamath-analytics-insights .mediamath-page-header .mediamath-page-heading .mediamath-heading-text,
.mediamath-platform-and-apis .mediamath-page-header .mediamath-page-heading .mediamath-heading-text,
.mediamath-data-management .mediamath-page-header-case-study .mediamath-page-heading .mediamath-heading-text,
.mediamath-optimization-decisioning .mediamath-page-header-case-study .mediamath-page-heading .mediamath-heading-text,
.mediamath-cross-channel-media .mediamath-page-header-case-study .mediamath-page-heading .mediamath-heading-text,
.mediamath-creative-management .mediamath-page-header-case-study .mediamath-page-heading .mediamath-heading-text,
.mediamath-analytics-insights .mediamath-page-header-case-study .mediamath-page-heading .mediamath-heading-text,
.mediamath-platform-and-apis .mediamath-page-header-case-study .mediamath-page-heading .mediamath-heading-text {
    position: relative;
    z-index: 99;
}

.mediamath-page-header .mediamath-link,
.mediamath-page-header-case-study .mediamath-link {
    text-transform: uppercase;
}

.mediamath-system-detail {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    margin-bottom: 70px;
}

.mediamath-system-detail .mediamath-system-detail-content {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 583.33333333px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
    margin-right: 41.66666667px;
    margin-left: 41.66666667px;
    font-weight: 300;
}

.mediamath-system-detail .mediamath-system-detail-content h1,
.mediamath-system-detail .mediamath-system-detail-content h2,
.mediamath-system-detail .mediamath-system-detail-content h3,
.mediamath-system-detail .mediamath-system-detail-content h4,
.mediamath-system-detail .mediamath-system-detail-content h5,
.mediamath-system-detail .mediamath-system-detail-content h6 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
}

.mediamath-system-detail .mediamath-system-detail-content .mediamath-callout p {
    margin-left: 0;
}

.mediamath-system-detail .mediamath-system-detail-content blockquote p {
    margin-left: 0;
}

.mediamath-system-detail .mediamath-system-detail-content ul,
.mediamath-system-detail .mediamath-system-detail-content ol,
.mediamath-system-detail .mediamath-system-detail-content p {
    margin-top: 0;
    margin-bottom: 30px;
}

.mediamath-system-detail .mediamath-system-detail-content ul:last-child,
.mediamath-system-detail .mediamath-system-detail-content ol:last-child,
.mediamath-system-detail .mediamath-system-detail-content p:last-child {
    margin-bottom: 0;
}

.mediamath-system-detail .mediamath-system-detail-content .mediamath-list-heading {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 800;
}

.mediamath-system-detail .mediamath-system-detail-image {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 333.33333333px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
    text-align: right;
}

.mediamath-system-detail .mediamath-system-detail-image img {
    width: 100%;
}

.mediamath-data-management .mediamath-page-header,
.mediamath-data-management .mediamath-page-header-case-study {
    background-color: #005288;
}

.mediamath-data-management .mediamath-page-header .mediamath-page-heading:after,
.mediamath-data-management .mediamath-page-header-case-study .mediamath-page-heading:after {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e009";
    color: #00395f;
}

.mediamath-data-management .mediamath-system-detail .mediamath-system-detail-content .mediamath-list-heading {
    color: #005288;
}

.mediamath-data-management .mediamath-system-detail .mediamath-system-detail-content ul li:before {
    color: #005288;
}

.mediamath-optimization-decisioning .mediamath-page-header,
.mediamath-optimization-decisioning .mediamath-page-header-case-study {
    background-color: #f6a01a;
}

.mediamath-optimization-decisioning .mediamath-page-header .mediamath-page-heading:after,
.mediamath-optimization-decisioning .mediamath-page-header-case-study .mediamath-page-heading:after {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e005";
    font-size: 100px;
    font-size: 10rem;
    color: #ac7012;
}

.mediamath-optimization-decisioning .mediamath-system-detail .mediamath-system-detail-content .mediamath-list-heading {
    color: #f6a01a;
}

.mediamath-optimization-decisioning .mediamath-system-detail .mediamath-system-detail-content ul li:before {
    color: #f6a01a;
}

.mediamath-cross-channel-media .mediamath-page-header,
.mediamath-cross-channel-media .mediamath-page-header-case-study {
    background-color: #7a68ae;
}

.mediamath-cross-channel-media .mediamath-page-header .mediamath-page-heading:after,
.mediamath-cross-channel-media .mediamath-page-header-case-study .mediamath-page-heading:after {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e007";
    color: #55497a;
}

.mediamath-cross-channel-media .mediamath-system-detail .mediamath-system-detail-content .mediamath-list-heading {
    color: #7a68ae;
}

.mediamath-cross-channel-media .mediamath-system-detail .mediamath-system-detail-content ul li:before {
    color: #7a68ae;
}

.mediamath-creative-management .mediamath-page-header,
.mediamath-creative-management .mediamath-page-header-case-study {
    background-color: #54bceb;
}

.mediamath-creative-management .mediamath-page-header .mediamath-page-heading:after,
.mediamath-creative-management .mediamath-page-header-case-study .mediamath-page-heading:after {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e01b";
    color: #3b84a5;
}

.mediamath-creative-management .mediamath-system-detail .mediamath-system-detail-content .mediamath-list-heading {
    color: #54bceb;
}

.mediamath-creative-management .mediamath-system-detail .mediamath-system-detail-content ul li:before {
    color: #54bceb;
}

.mediamath-analytics-insights .mediamath-page-header,
.mediamath-analytics-insights .mediamath-page-header-case-study {
    background-color: #de396e;
}

.mediamath-analytics-insights .mediamath-page-header .mediamath-page-heading:after,
.mediamath-analytics-insights .mediamath-page-header-case-study .mediamath-page-heading:after {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e00d";
    color: #9b284d;
}

.mediamath-analytics-insights .mediamath-system-detail .mediamath-system-detail-content .mediamath-list-heading {
    color: #de396e;
}

.mediamath-analytics-insights .mediamath-system-detail .mediamath-system-detail-content ul li:before {
    color: #de396e;
}

.mediamath-platform-and-apis .mediamath-page-header,
.mediamath-platform-and-apis .mediamath-page-header-case-study {
    background-color: #f6a01a;
}

.mediamath-platform-and-apis .mediamath-page-header .mediamath-page-heading:after,
.mediamath-platform-and-apis .mediamath-page-header-case-study .mediamath-page-heading:after {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e012";
    color: #ac7012;
}

.mediamath-platform-and-apis .mediamath-system-detail .mediamath-system-detail-content .mediamath-list-heading {
    color: #f6a01a;
}

.mediamath-platform-and-apis .mediamath-system-detail .mediamath-system-detail-content ul li:before {
    color: #f6a01a;
}

.mediamath-page-sitemap .mediamath-page-heading {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
}

.mediamath-page-sitemap .mediamath-sitemap {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 60px;
}

.mediamath-page-sitemap .mediamath-sitemap .mediamath-sitemap-list {
    height: 1200px; /* was 840px */
    -webkit-column-count: 2; /* was 3 */
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
}

.mediamath-page-sitemap .mediamath-sitemap .mediamath-sitemap-list > .menu-item {
    margin-bottom: 30px; /* was 25px */
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
    width: 340px;
}

.mediamath-page-sitemap .mediamath-sitemap .mediamath-sitemap-list > .menu-item > a {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #7a68ae;
}

.mediamath-page-sitemap .mediamath-sitemap .mediamath-sitemap-list > .menu-item > a:hover {
    color: #333333;
}

.mediamath-page-sitemap .mediamath-sitemap .mediamath-sitemap-list > .menu-item > a:active {
    color: #262626;
}

.mediamath-page-sitemap .mediamath-sitemap .sub-menu a {
    line-height: 33px;
    line-height: 3.3rem;
    color: #333333;
}

.mediamath-page-sitemap .mediamath-sitemap .sub-menu a:hover {
    color: #666666;
}

.mediamath-page-sitemap .mediamath-sitemap .sub-menu a:active {
    color: #262626;
}

.mediamath-page-sitemap .mediamath-sitemap .sub-menu .sub-menu {
    margin-left: 30px;
}

.mediamath-page-sitemap .mediamath-sitemap .sub-menu .sub-menu a {
    font-weight: 300;
}

.mediamath-students .mediamath-secondary-links, .mediamath-emea-benefits .mediamath-secondary-links {
    background-color: #f6a01a;
}

.mediamath-emea-benefits .mediamath-secondary-links-item .mediamath-link,
.mediamath-emea-benefits .menu-item .mediamath-link,
.mediamath-emea-benefits .mediamath-secondary-links-item a,
.mediamath-emea-benefits .menu-item a {
    color: #ffffff;
}

.mediamath-students .mediamath-secondary-links-item .mediamath-link,
.mediamath-students .menu-item .mediamath-link,
.mediamath-students .mediamath-secondary-links-item a,
.mediamath-students .menu-item a {
    color: #ffffff;
}

.mediamath-students .mediamath-secondary-links-item .mediamath-link:hover,
.mediamath-students .menu-item .mediamath-link:hover,
.mediamath-students .mediamath-secondary-links-item a:hover,
.mediamath-students .menu-item a:hover {
    color: #fef6e8;
}

.mediamath-students .mediamath-secondary-links-item .mediamath-link:active,
.mediamath-students .menu-item .mediamath-link:active,
.mediamath-students .mediamath-secondary-links-item a:active,
.mediamath-students .menu-item a:active {
    color: #fdecd1;
}

.mediamath-students .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-students .menu-item.mediamath-state-active .mediamath-link,
.mediamath-students .mediamath-secondary-links-item.current-menu-item .mediamath-link,
.mediamath-students .menu-item.current-menu-item .mediamath-link,
.mediamath-students .mediamath-secondary-links-item.mediamath-state-active a,
.mediamath-students .menu-item.mediamath-state-active a,
.mediamath-students .mediamath-secondary-links-item.current-menu-item a,
.mediamath-students .menu-item.current-menu-item a {
    color: #333333;
	border-bottom:4px solid;
	padding-bottom:2px;
}

.mediamath-students .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-students .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-students .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link,
.mediamath-students .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link {
    color: #333333;
}

.mediamath-students .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-students .menu-item.mediamath-state-active .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-students .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover,
.mediamath-students .menu-item.current-menu-item .mediamath-secondary-links-item.mediamath-state-active .mediamath-link:hover {
    color: #333333;
}

.mediamath-students .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-students .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-students .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link,
.mediamath-students .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link {
    color: #999999;
}

.mediamath-students .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-students .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-students .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover,
.mediamath-students .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:hover {
    color: #b3b3b3;
}

.mediamath-students .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-students .menu-item.mediamath-state-active .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-students .mediamath-secondary-links-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active,
.mediamath-students .menu-item.current-menu-item .mediamath-secondary-links-submenu .mediamath-link:active {
    color: #808080;
}

.mediamath-students .mediamath-article-content-wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 65px;
    padding-bottom: 65px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {

.mediamath-main-navigation-container .mediamath-logo {
    background-image: url("//static.mediamath.com/images/mediamath-logo@2x.png");
    background-size: 100%;
}

}

@media (min-width: 421px) and (max-width: 767px) {

.mediamath-biography-preview .mediamath-link-biography-detail:after,
.mediamath-about .mediamath-item-preview-event .mediamath-link-arrow:after,
.mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner .mediamath-link-biography-detail:after {
    top: 15px;
}

}

@media (max-width: 768px) {

.mediamath-asides-container {
    padding-bottom: 0;
    background-color: transparent;
}

.home .mediamath-asides-container {
    padding-bottom: 88px;
    background-color: #f2f2f2;
}

.mediamath-asides-container .mediamath-asides {
    width: 100%;
}

.mediamath-asides-container .mediamath-asides {
    display: table;
}

.mediamath-asides-container .mediamath-aside {
    display: table-cell;
    padding-right: 0;
    padding-left: 0;
    width: 256px;
}

.home .mediamath-asides-container .mediamath-aside {
    box-sizing: border-box;
    width: 245px;
    padding-right: 5px;
    padding-left: 5px;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-reimagine-performance-based-on-goals-not-guesses .mediamath-aside-heading {
    padding-right: 8px;
    padding-left: 25px;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-reimagine-performance-based-on-goals-not-guesses .mediamath-aside-heading:before {
    left: 5px;
}

.home .mediamath-asides-container .mediamath-aside.mediamath-aside-reimagine-performance-based-on-goals-not-guesses .mediamath-aside-heading:before {
    left: -10px;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-reengineer-your-marketing-engine .mediamath-aside-heading {
    padding-right: 41px;
}

.home .mediamath-asides-container .mediamath-aside.mediamath-aside-reengineer-your-marketing-engine .mediamath-aside-heading {
    text-indent: -22px;
    padding-left: 60px;
    padding-right: 21px;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-reengineer-your-marketing-engine .mediamath-aside-heading:before {
    left: 0;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-seize-the-data-start-today .mediamath-aside-heading {
    padding-right: 44px;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-seize-the-data-start-today .mediamath-aside-heading:before {
    left: 0;
}

.mediamath-asides-container .mediamath-aside-content {
    display: none;
}

.home .mediamath-asides-container .mediamath-aside-content {
    display: block;
    height: 165px;
}

.mediamath-asides-container .mediamath-aside-heading,
.mediamath-asides-container .mediamath-aside-link {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
    padding-bottom: 7px;
}

.mediamath-asides-container .mediamath-aside-header {
    height: 70px;
    padding-top: 0;
    padding-bottom: 0;
}

.mediamath-asides-container .mediamath-aside-content {
    padding-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
}

.mediamath-asides-container .mediamath-aside-footer {
    display: none;
}

.home .mediamath-asides-container .mediamath-aside-footer {
    display: block;
}

.mediamath-bumps {
    width: 100%;
}

.mediamath-bumps .mediamath-bump {
    padding: 30px 25px;
}

.mediamath-bumps .mediamath-bump p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    min-height: 100px;
    margin-top: 10px;
}

.mediamath-bumps .mediamath-bump-title {
    font-size: 12px;
    font-size: 1.2rem;
}

.mediamath-bumps .mediamath-bump-were-hiring {
    background-size: 70px;
}

.mediamath-bumps .mediamath-bump-open-source {
    background-size: 60px;
}

.mediamath-button-defaults,
.mediamath-bumps .mediamath-link-bump,
.mediamath-button-back,
.mediamath-contact-form .mediamath-contact-submit,
.mediamath-footer .mediamath-request-demo-form .mediamath-request-submit,
.mediamath-footer .mediamath-request-demo-button,
.mediamath-page-header .mediamath-page-header-inner .mediamath-link,
.mediamath-personalization-selector .mediamath-personalization-button,
.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-link-view-all,
.mediamath-about .mediamath-about-articles-featured .mediamath-link-read-more,
.mediamath-about .mediamath-item-preview-news .mediamath-link-read-more,
.mediamath-about .mediamath-item-preview-testimonial .mediamath-link-read-more,
.mediamath-case-study .mediamath-button-video-play,
.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-link,
.mediamath-contact-us .mediamath-link-view-map,
.mediamath-events .mediamath-event-featured .mediamath-link-more,
.mediamath-marketing-reengineered .mediamath-external-link,
.mediamath-resource-single .mediamath-link-download,
.mediamath-resource-single .mediamath-link-external,
.mediamath-resource-single .mediamath-link-watch,
.mediamath-page-header-case-study .mediamath-page-header-inner .mediamath-link,
.mediamath-terminalone-os .mediamath-external-link,
.mediamath-enablement .mediamath-external-link,
.mediamath-ecosystem .mediamath-external-link {
    font-size: 10px;
    font-size: 1rem;
}

.mediamath-calendar {
    display: none;
}

.mediamath-callout {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
}

.mediamath-article-content {
    margin-right: 0;
    margin-left: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
}

.mediamath-contact-form {
    display: none;
}

.page-id-68 .mediamath-contact-form {
    display: block;
}

.mediamath-contact-form .mediamath-fieldset .mediamath-legend {
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 25px;
    padding-top: 25px;
}

.mediamath-contact-form .mediamath-fieldset .mediamath-input,
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-input,
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea,
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 12px 12px;
}

.mediamath-contact-form .mediamath-fieldset .mediamath-select,
.mediamath-contact-form .mediamath-fieldset .mediamath-client-success-filters select,
.mediamath-contact-form .mediamath-fieldset .mediamath-news .mediamath-select-wrap select {
    font-size: 15px;
    /*font-size: 1.5rem;
    padding: 6px 12px;*/
	font-size: 1.2rem;
	padding: 12px 55px 0 15px;
}

.mediamath-contact-form .mediamath-fieldset .mediamath-option {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 12px 12px;
}

.mediamath-contact-form .mediamath-fieldset .mediamath-textarea {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 12px 12px;
}

.mediamath-section-contact-form {
    display: none;
}

.page-id-68 .mediamath-section-contact-form {
    display: block;
}

.mediamath-section-contact-form .mediamath-contact-form {
    width: 100%;
}

.mediamath-section-contact-form .mediamath-contact-form .mediamath-fieldset {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.mediamath-footer .mediamath-footer-inner {
    width: 100%;
}

.mediamath-footer .mediamath-footer-inner {
    height: 70px;
    padding-left: 20px;
    box-sizing: border-box;
}

.mediamath-footer .mediamath-footer-affiliation-link-nai {
    display: none;
}

.mediamath-footer .mediamath-footer-affiliation-link-iab {
    display: none;
}

.mediamath-footer .mediamath-footer-affiliation-link-dma {
    display: none;
}

.mediamath-footer .mediamath-request-demo.mediamath-state-open .mediamath-request-demo-form {
    right: 30px;
}

.mediamath-footer .mediamath-request-demo-form {
    bottom: 70px;
    width: 236px;
}

.mediamath-footer .mediamath-request-demo-button {
    height: 140%;
    margin-right: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    width: 236px;
}

.mediamath-main-navigation-container {
    width: 100%;
}

.mediamath-main-navigation-container {
    padding-left: 20px;
    box-sizing: border-box;
}

.mediamath-main-navigation-container .mediamath-main-navigation {
    margin-left: 105px;
}

.mediamath-main-navigation-container .mediamath-main-navigation > .menu-item {
    font-size: 15px;
    font-size: 1.5rem;
    margin-right: 0;
}

.mediamath-section-overview {
    width: 100%;
}

.mediamath-section-overview {
    width: 85%;
    margin-top: 40px;
    margin-bottom: 50px;
}

.mediamath-section-overview .mediamath-overview-content {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 416.66666667px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
}

.mediamath-section-overview .mediamath-overview-content .mediamath-heading,
.mediamath-section-overview .mediamath-overview-content h1 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px;
    line-height: 4rem;
}

.mediamath-section-overview .mediamath-overview-content p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
}

.mediamath-section-overview .mediamath-overview-image {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 208.33333333px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
    margin-left: 20.83333333px;
}

.mediamath-section-overview-callout {
    width: 100%;
}

.mediamath-section-overview-callout {
    width: 85%;
}

.mediamath-section-overview-callout h1,
.mediamath-section-overview-callout h2,
.mediamath-section-overview-callout h3,
.mediamath-section-overview-callout h4,
.mediamath-section-overview-callout h5,
.mediamath-section-overview-callout h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
    line-height: 1.6rem;
}

.mediamath-section-overview-callout p,
.mediamath-section-overview-callout ul,
.mediamath-section-overview-callout ol {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
}

.mediamath-page-header,
.mediamath-page-header-case-study {
    padding-top: 30px;
    padding-bottom: 35px;
}

.mediamath-page-header .mediamath-page-header-inner,
.mediamath-page-header-case-study .mediamath-page-header-inner {
    width: 100%;
}

.mediamath-page-header .mediamath-page-header-inner .mediamath-link,
.mediamath-page-header-case-study .mediamath-page-header-inner .mediamath-link {
    left: 20px;
}

.mediamath-page-header .mediamath-page-heading,
.mediamath-page-header-case-study .mediamath-page-heading {
    font-size: 16px;
    font-size: 1.6rem;
}

.mediamath-page-header-case-study .mediamath-page-header-actions {
    margin-left: 40px;
}

.mediamath-personalization-overview-container .mediamath-personalization-overview {
    width: 100%;
}

.mediamath-personalization-selector {
    display: none;
}

.mediamath-tabset .mediamath-tab {
    width: 100%;
}

.mediamath-tabset .mediamath-tab {
    width: 85%;
}

.mediamath-tabset .mediamath-tab-content {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 416.66666667px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
}

.mediamath-tabset .mediamath-tab-content ul,
.mediamath-tabset .mediamath-tab-content ol,
.mediamath-tabset .mediamath-tab-content p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
}

.mediamath-tabset .mediamath-heading {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px;
    line-height: 4rem;
}

.mediamath-tabset .mediamath-callout p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
}

.mediamath-tabset .mediamath-tab-image {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 208.33333333px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
    margin-left: 20.83333333px;
}

.mediamath-tabset .mediamath-tab-button {
    font-size: 10px;
    font-size: 1rem;
    line-height: 12px;
    line-height: 1.2rem;
    font-weight: 500;
}

.mediamath-utility-contact-container.mediamath-state-contact-open {
    height: 490px;
}

.mediamath-utility-contact-container .mediamath-utility-contact {
    width: 100%;
}

.mediamath-utility-contact-container .mediamath-utility-contact {
    margin-left: 3%;
}

.mediamath-utility-contact-container .mediamath-contact-form {
    width: 64%;
}

.mediamath-utility-contact-container .mediamath-contact-locations {
    height: 300px;
    width: 36%;
}

.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-heading {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 27px;
    line-height: 2.7rem;
    top: 60px;
    max-width: 190px;
}

.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-location {
    width: 100%;
}

.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-location-info {
    top: 137px;
}

.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-location-title {
    font-size: 18px;
    font-size: 1.8rem;
}

.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-location-phone {
    font-size: 17px;
    font-size: 1.7rem;
}

.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-location-image {
    width: 100%;
    margin-bottom: 70px;
}

.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-locations-controls {
    top: 140px;
    right: 11px;
}

.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-link-view-all {
    top: 225px;
    left: 37px;
}

.menu-utility-navigation-container .mediamath-utility-navigation {
    width: 100%;
}

.menu-utility-navigation-container .mediamath-utility-navigation {
    width: 768px;
    margin: 0 auto;
}

.menu-utility-navigation-container a {
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.mediamath-error404 .mediamath-content-wrapper {
    width: 100%;
}

.mediamath-item-preview .mediamath-item-preview-inner,
.mediamath-about .mediamath-item-preview-news .mediamath-item-preview-inner,
.mediamath-about .mediamath-item-preview-testimonial .mediamath-item-preview-inner,
.mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner .mediamath-item-preview-inner {
    padding: 25px 22px;
}

.mediamath-about .mediamath-article-content-wrapper {
    width: 100%;
}

.mediamath-about .mediamath-article-content-wrapper {
    width: 85%;
    padding-top: 30px;
}

.mediamath-about .mediamath-article-content {
    margin-right: 0;
    margin-left: 0;
}

.mediamath-about .mediamath-about-articles-featured {
    padding: 25px;
    margin-left: 3px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.mediamath-about .mediamath-about-articles-featured .mediamath-featured-heading {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.mediamath-about .mediamath-about-articles-featured .mediamath-news-date-month,
.mediamath-about .mediamath-about-articles-featured .mediamath-news-date-year {
    font-size: 10px;
    font-size: 1rem;
}

.mediamath-about .mediamath-about-articles-featured .mediamath-news-date-day {
    font-size: 18px;
    font-size: 1.8rem;
}

.mediamath-about .mediamath-about-articles-featured .mediamath-news-content {
    padding-left: 15px;
    padding-right: 15px;
}

.mediamath-about .mediamath-about-articles-featured .mediamath-news-category {
    font-size: 10px;
    font-size: 1rem;
}

.mediamath-about .mediamath-about-articles-featured .mediamath-news-heading {
    font-size: 20px;
    font-size: 2rem;
    line-height: 23px;
    line-height: 2.3rem;
}

.mediamath-about .mediamath-about-articles-featured .mediamath-featured-news-actions {
    padding-top: 25px;
}

.mediamath-about .mediamath-about-articles-featured .mediamath-link-read-more {
    min-width: 120px;
}

.mediamath-about .mediamath-about-articles {
    width: 100%;
    margin: 0 auto;
}

.mediamath-about .mediamath-item-preview-event .mediamath-item-preview-inner {
    padding: 25px 22px;
}

.mediamath-about .mediamath-item-preview-event .mediamath-item-preview-heading {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 24px;
    line-height: 2.4rem;
}

.mediamath-about .mediamath-item-preview-news .mediamath-news-category {
    font-size: 12px;
    font-size: 1.2rem;
}

.mediamath-about .mediamath-item-preview-news .mediamath-link-read-more {
    padding: 12px 15px;
    text-align: center;
    background-color: #54bceb;
}

.mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner {
    padding: 25px 22px;
}

.mediamath-biography-preview,
.mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner {
    box-sizing: border-box;
    padding: 30px 20px;
    width: 207px;
    height: 207px;
    background-position: left top;
    background-size: cover;
}

.mediamath-biography-preview .mediamath-biography-name,
.mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner .mediamath-biography-name {
    max-width: 180px;
    margin-bottom: 5px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 18px;
    line-height: 1.8rem;
}

.mediamath-biography-preview .mediamath-biography-title,
.mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner .mediamath-biography-title {
    display: inline-block;
    max-width: 80px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 13px;
    line-height: 1.3rem;
}

.mediamath-biography-single .mediamath-article-content {
    width: 100%;
}

.mediamath-biography-single .mediamath-article-content {
    width: 85%;
    padding-top: 20px;
}

.mediamath-biography-single .mediamath-article-content .mediamath-biography-aside {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 229.16666667px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
}

.mediamath-biography-single .mediamath-article-content .mediamath-biography-aside img {
    width: 100%;
}

.mediamath-biography-single .mediamath-article-content .mediamath-biography-quote {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-top: 10px;
    max-width: 190px;
}

.mediamath-biography-single .mediamath-article-content .mediamath-biography-content {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 395.83333333px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
    margin-left: 20.83333333px;
}

.mediamath-biography-single .mediamath-article-content .mediamath-biography-name {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 0;
}

.mediamath-biography-single .mediamath-article-content .mediamath-biography-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.mediamath-board .mediamath-link-back {
    display: none;
}

.mediamath-board .mediamath-article-content {
    width: 100%;
}

.mediamath-board .mediamath-article-content {
    width: 85%;
    padding-top: 20px;
    margin: 0 auto;
}

.mediamath-careers .mediamath-article-content-wrapper {
    width: 100%;
}

.mediamath-careers .mediamath-article-content-wrapper {
    width: 85%;
    padding-top: 40px;
}

.mediamath-careers .mediamath-link-back {
    display: none;
}

.mediamath-careers .mediamath-article-content {
    margin-right: 0;
    margin-left: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
}

.mediamath-careers .mediamath-bump p {
    min-height: 100px;
}

.mediamath-case-study .mediamath-case-study-hero-content {
    width: 100%;
}

.mediamath-case-study .mediamath-case-study-hero-content {
    width: 85%;
    margin: 0 auto;
    position: relative;
}

.mediamath-case-study .mediamath-heading {
    font-size: 12px;
    font-size: 1.2rem;
}

.mediamath-case-study .mediamath-client-logo {
    float: right;
    width: 0;
    right: 19%;
    position: absolute;
}

.mediamath-case-study .mediamath-case-study-hero {
    width: 100%;
}

.mediamath-case-study .mediamath-case-study-hero {
    width: 85%;
    margin: 0 auto;
}

.mediamath-case-study .mediamath-case-study-hero-content {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 333.33333333px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
    line-height: 18px;
    line-height: 1.8rem;
    font-size: 12px;
    font-size: 1.2rem;
}

.mediamath-case-study .mediamath-video-preview {
    height: 175px;
}

.mediamath-case-study .mediamath-button-video-play {
    top: 30%;
    left: 63%;
}

.mediamath-case-study .mediamath-case-study-section {
    width: 100%;
}

.mediamath-case-study .mediamath-case-study-section {
    width: 85%;
}

.mediamath-case-study .mediamath-case-study-section-content {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 333.33333333px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
    line-height: 18px;
    line-height: 1.8rem;
    font-size: 12px;
    font-size: 1.2rem;
}

.mediamath-case-study .mediamath-case-study-heading {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 0;
}

.mediamath-case-study .mediamath-case-study-section-image {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 250px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
    margin-left: 62.5px;
}

.mediamath-case-study .mediamath-case-study-section-image img {
    width: 100%;
}

.mediamath-case-study .mediamath-secondary-links .mediamath-secondary-links-label {
    display: none;
}

.mediamath-case-study .mediamath-secondary-links .mediamath-link {
    margin-left: 10px;
    margin-right: 10px;
}

.post-type-archive-case_study .mediamath-asides-container {
    margin-bottom: 0;
}

.mediamath-client-success-case-studies {
    width: 85%;
    margin: 0 auto;
}

.mediamath-client-success-case-studies .mediamath-case-studies {
    width: 100%;
}

.mediamath-client-success-case-studies .mediamath-case-study-preview {
    width: 29%;
    margin-left: 27px;
    margin-right: 0;
}

.mediamath-client-success-case-studies .mediamath-case-study-preview .mediamath-case-study-link {
    height: 180px;
}

.mediamath-client-success-features .mediamath-client-success-feature-heading {
    font-size: 20px;
    font-size: 2rem;
}

.mediamath-client-success-features .mediamath-client-success-feature-category {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.mediamath-client-success-features .mediamath-client-success-testimonial p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
}

.mediamath-client-success-features .mediamath-client-success-testimonial .mediamath-client-success-testimonial-citation {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
}

.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-client-success-overview {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 10px;
    font-weight: 100;
    line-height: 20px;
    line-height: 2rem;
}

.mediamath-client-success-filters {
    text-align: center;
    margin: 0 auto 20px;
}

.mediamath-client-success-filters .mediamath-select-wrap {
    width: 29%;
}

.mediamath-client-success-filters select {
    font-size: 12px;
    font-size: 1.2rem;
}

.mediamath-client-success .mediamath-client-success-content-wrapper {
    width: 100%;
}

.mediamath-client-success .mediamath-client-success-content-wrapper {
    padding-top: 0;
}

.mediamath-contact-us .mediamath-article-content {
    width: 100%;
}

.mediamath-contact-us .mediamath-article-content {
    width: 85%;
    margin: 0 auto;
}

.mediamath-contact-us .mediamath-location {
    width: 48%;
    height: initial;
}

.mediamath-contact-us .mediamath-location-header {
    background-size: contain;
    min-height: 205px;
}

.mediamath-contact-us .mediamath-location-heading {
    font-size: 20px;
    font-size: 2rem;
    padding-top: 85px;
}

.mediamath-contact-us .mediamath-location-meta {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
    margin-top: 5px;
}

.mediamath-education .mediamath-article-content-wrapper {
    width: 100%;
}

.mediamath-education .mediamath-article-content-wrapper {
    width: 85%;
    padding-top: 30px;
}

.mediamath-education .mediamath-article-content {
    margin-right: 0;
    margin-left: 0;
}

.mediamath-education .mediamath-bumps {
    width: 100%;
}

.mediamath-engineering .mediamath-article-content-wrapper {
    width: 100%;
}

.mediamath-engineering .mediamath-article-content-wrapper {
    width: 85%;
}

.mediamath-engineering .mediamath-link-back {
    display: none;
}

.mediamath-engineering .mediamath-article-content {
    margin-left: 0;
    margin-right: 0;
}

.mediamath-event .mediamath-content-wrapper {
    width: 100%;
}

.mediamath-event .mediamath-content-wrapper {
    width: 85%;
    padding-top: 15px;
    position: relative;
}

.mediamath-event .mediamath-event-content ol,
.mediamath-event .mediamath-event-content ul,
.mediamath-event .mediamath-event-content p {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 583.33333333px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
}

.mediamath-event .mediamath-event-title {
    font-size: 30px;
    font-size: 3rem;
}

.mediamath-event .mediamath-social-share .mediamath-share-facebook {
    font-size: 30px;
    font-size: 3rem;
}

.mediamath-event .mediamath-social-share .mediamath-share-twitter {
    font-size: 28px;
    font-size: 2.8rem;
}

.mediamath-event .mediamath-social-share .mediamath-share-linkedin {
    font-size: 30px;
    font-size: 3rem;
}
	
.mediamath-event .mediamath-social-share .mediamath-share-share {
    font-size: 30px;
    font-size: 3rem;
}

.mediamath-event .mediamath-social-share .mediamath-share-email {
    font-size: 30px;
    font-size: 3rem;
}

.mediamath-event .mediamath-social-share {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.mediamath-event .mediamath-event-meta {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 28px;
    line-height: 2.8rem;
}

.mediamath-event .mediamath-event-aside {
    display: none;
}

.mediamath-event-subheading {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 0;
}

.mediamath-events .mediamath-event-featured {
    padding-top: 30px;
    padding-bottom: 25px;
}

.mediamath-events .mediamath-event-featured .mediamath-event-wrapper {
    width: 100%;
}

.mediamath-events .mediamath-event-featured .mediamath-event-wrapper {
    width: 85%;
}

.mediamath-events .mediamath-event-featured .mediamath-event {
    margin-right: 0;
    margin-left: 0;
}

.mediamath-events .mediamath-event-featured .mediamath-heading {
    font-size: 32px;
    font-size: 3.2rem;
}

.mediamath-events .mediamath-event-featured .mediamath-excerpt {
    font-size: 10px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1.6rem;
}

.mediamath-events .mediamath-events-wrapper {
    width: 100%;
}

.mediamath-events .mediamath-select-wrap {
    display: inline-block;
}

.mediamath-events .mediamath-select-wrap:after {
    font-size: 16px;
    font-size: 1.6rem;
}

.mediamath-events .mediamath-select-wrap .mediamath-select,
.mediamath-events .mediamath-select-wrap .mediamath-client-success-filters select,
.mediamath-events .mediamath-select-wrap .mediamath-news .mediamath-select-wrap select {
    font-size: 12px;
    font-size: 1.2rem;
}

.mediamath-events .mediamath-events-listing {
    width: 85%;
    margin: 0 auto;
    float: none;
}

.mediamath-events .mediamath-event-item {
    padding: 30px 35px;
}

.mediamath-events .mediamath-event-item:after {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e003";
    font-size: 32px;
    font-size: 3.2rem;
    color: #333333;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 0;
    padding-right: 15px;
}

.mediamath-events .mediamath-event-title {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 0;
}

.mediamath-events .mediamath-excerpt {
    font-size: 10px;
    font-size: 1rem;
    line-height: 15px;
    line-height: 1.5rem;
}

.mediamath-home-hero {
    background-size: 105%;
    padding-top: 100px;
    padding-bottom: 150px;
    background-position: top;
    width: 90%;
}

.mediamath-home-hero .mediamath-home-hero-overview {
    box-sizing: border-box;
    width: 640px;
    padding: 17px 25px;
    top: 0;
}

.mediamath-home-hero .mediamath-home-hero-overview h1 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    line-height: 3.6rem;
}

.mediamath-home-hero .mediamath-home-hero-overview p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
    max-width: 450px;
}

.mediamath-home-hero .mediamath-home-hero-overview .media-math-home-hero-video-link {
    font-size: 12px;
    font-size: 1.2rem;
}

.mediamath-home-hero .mediamath-home-hero-overview .media-math-home-hero-video-link:after {
    font-size: 36px;
    font-size: 3.6rem;
}

.mediamath-knowledge-center .mediamath-article-content-wrapper {
    width: 100%;
}

.mediamath-knowledge-center .mediamath-article-content-wrapper {
    width: 85%;
    margin: 0 auto;
}

.mediamath-knowledge-center .mediamath-select-wrap .mediamath-select,
.mediamath-knowledge-center .mediamath-select-wrap .mediamath-client-success-filters select,
.mediamath-knowledge-center .mediamath-select-wrap .mediamath-news .mediamath-select-wrap select {
    font-size: 12px;
    font-size: 1.2rem;
}

.mediamath-knowledge-center .mediamath-resource-preview .mediamath-resource-preview-image,
.mediamath-knowledge-center .mediamath-resource-preview .mediamath-resource-item-image {
    width: 100%;
}

.mediamath-knowledge-center .mediamath-resource-preview .mediamath-resource-default-image {
    height: 127px;
}

.mediamath-knowledge-center .mediamath-resource-preview .mediamath-resource-default-image:after {
    line-height: 130px;
}

.mediamath-knowledge-center .mediamath-resource-preview .mediamath-resource-category {
    font-size: 12px;
    font-size: 1.2rem;
}

.mediamath-knowledge-center .mediamath-resource-preview .mediamath-resource-preview-heading .mediamath-link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    height: 40px; /*white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;*/
}

.mediamath-management-team .mediamath-article-content {
    width: 100%;
}

.mediamath-management-team .mediamath-article-content {
    width: 85%;
    margin: 0 auto;
    padding-top: 20px;
}

.mediamath-students .mediamath-article-content-wrapper {
    width: 100%;
}

.mediamath-students .mediamath-article-content-wrapper {
    width: 85%;
}

.mediamath-students .mediamath-page-content .mediamath-callout p {
    font-size: 16px;
    font-size: 1.6rem;
}

.mediamath-marketing-engineer-program .mediamath-article-content-wrapper {
    width: 100%;
}

.mediamath-marketing-engineer-program .mediamath-article-content-wrapper {
    width: 85%;
}

.mediamath-marketing-engineer-program .mediamath-page-content .mediamath-callout p {
    font-size: 16px;
    font-size: 1.6rem;
}

.mediamath-marketing-engineer-program .mediamath-page-content ul {
    padding-left: 14px;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item {
    margin-left: 0;
    margin-right: 0;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item-overview {
    max-width: 60px;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item-optimization-decisioning {
    max-width: 90px;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item-cross-channel-media {
    max-width: 96px;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item-data-management {
    max-width: 86px;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item-creative-management {
    max-width: 85px;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item-analytics-insights {
    max-width: 70px;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item-platform-and-apis {
    max-width: 90px;
}

.mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation-item-partner-management {
    max-width: 82px;
}

.mediamath-marketing-reengineered .mediamath-page-header,
.mediamath-marketing-reengineered .mediamath-page-header-case-study,
.mediamath-terminalone-os .mediamath-page-header,
.mediamath-enablement .mediamath-page-header,
.mediamath-ecosystem .mediamath-page-header {
    height: 293px;
}

.mediamath-news-preview {
    padding: 28px 23px;
}

.mediamath-news-preview:after {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e003";
    font-size: 32px;
    font-size: 3.2rem;
    color: #333333;
    vertical-align: middle;
    margin-right: 15px;
    right: 0;
}

.mediamath-news-preview .mediamath-link-back {
    display: none;
}

.mediamath-news-preview .mediamath-news-content {
    padding-right: 30px;
    padding-left: 15px;
}

.mediamath-news-preview .mediamath-social-share {
    display: none;
}

.mediamath-news-single {
    width: 85%;
    margin-right: 0;
    margin-left: 0;
}

.mediamath-news-single .mediamath-news-content {
    padding-right: 0;
}

.mediamath-news-single .mediamath-news-related {
    display: table;
    width: 100%;
}

.mediamath-news-single .mediamath-news-related-item .mediamath-news-related-heading {
    font-size: 12px;
    font-size: 1.2rem;
}

.mediamath-news .mediamath-article-content {
    width: 100%;
}

.mediamath-news .mediamath-article-content {
    width: 85%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.mediamath-news .mediamath-select-wrap:after {
    font-size: 16px;
    font-size: 1.6rem;
}

.mediamath-news .mediamath-select-wrap select {
    font-size: 12px;
    font-size: 1.2rem;
}

.mediamath-news .mediamath-news-date-month,
.mediamath-news .mediamath-news-date-year {
    font-size: 10px;
    font-size: 1rem;
}

.mediamath-news .mediamath-news-date-day {
    font-size: 18px;
    font-size: 1.8rem;
}

.mediamath-news .mediamath-news-content {
    display: table;
}

.mediamath-news .mediamath-news-category,
.mediamath-about .mediamath-item-preview-news .mediamath-news-category {
    font-size: 12px;
    font-size: 1.2rem;
}

.mediamath-news .mediamath-news-heading,
.mediamath-about .mediamath-item-preview-news .mediamath-item-preview-heading {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-top: 5px;
}

.mediamath-news-excerpt,
.mediamath-news-preview,
.mediamath-news-single .mediamath-news-related-item {
    font-size: 10px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1.6rem;
}

.mediamath-open-positions .mediamath-article-content-wrapper {
    width: 100%;
}

.mediamath-page-default .mediamath-page-content {
    width: 100%;
}

.mediamath-page-default .mediamath-page-content {
    width: 85%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.mediamath-page-default .mediamath-page-content p,
.mediamath-page-default .mediamath-page-content ul {
    line-height: 20px;
    line-height: 2rem;
    font-size: 12px;
    font-size: 1.2rem;
}

.mediamath-page-default .mediamath-page-content .mediamath-heading-prominent {
    margin-bottom: 0;
}

.mediamath-page-default .mediamath-page-content h1,
.mediamath-page-default .mediamath-page-content h2 {
    font-size: 16px;
    font-size: 1.6rem;
}

.mediamath-performance-reimagined .mediamath-page-header,
.mediamath-performance-reimagined .mediamath-page-header-case-study {
    padding-top: 100px;
    padding-bottom: 110px;
}

.mediamath-performance-reimagined .mediamath-page-heading {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 27px;
    line-height: 2.7rem;
}

.mediamath-truth-proof-control .mediamath-article-content-wrapper {
    width: 100%;
}

.mediamath-principles .mediamath-article-content-wrapper {
    width: 100%;
}

.mediamath-resource .mediamath-article-content {
    width: 100%;
}

.mediamath-resource .mediamath-article-content {
    width: 85%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.mediamath-resource .mediamath-link-back {
    display: none;
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
}

.mediamath-resource .mediamath-link-back:before {
    font-size: 20px;
    font-size: 2rem;
}

.mediamath-resource-single .mediamath-resource-content {
    padding-left: 20px;
}

.mediamath-resource-single .mediamath-resource-content p {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 395.83333333px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
}

.mediamath-resource-single .mediamath-resource-heading {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
}

.mediamath-resource-single .mediamath-resource-category {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
}

.mediamath-resource-single .mediamath-social-share .mediamath-share-facebook {
    font-size: 30px;
    font-size: 3rem;
}

.mediamath-resource-single .mediamath-social-share .mediamath-share-twitter {
    font-size: 28px;
    font-size: 2.8rem;
}
	
.mediamath-resource-single .mediamath-social-share .mediamath-share-linkedin {
    font-size: 30px;
    font-size: 3rem;
}	

.mediamath-resource-single .mediamath-social-share .mediamath-share-share {
    font-size: 30px;
    font-size: 3rem;
}

.mediamath-resource-single .mediamath-social-share .mediamath-share-email {
    font-size: 30px;
    font-size: 3rem;
}

.mediamath-resource-archive .mediamath-article-content-wrapper {
    width: 100%;
}

.mediamath-resource-archive .mediamath-article-content-wrapper {
    width: 85%;
    margin: 0 auto;
}

.mediamath-resource-archive .mediamath-resource-preview .mediamath-resource-preview-image,
.mediamath-resource-archive .mediamath-resource-preview .mediamath-resource-default-image {
    width: 130px;
}

.mediamath-resource-archive .mediamath-resource-preview .mediamath-resource-preview-heading {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
}

.mediamath-seize-the-data-start-today .mediamath-intro,
.mediamath-do-what-can-now-be-done .mediamath-intro {
    height: 250px;
}

.mediamath-seize-the-data-start-today .mediamath-intro .mediamath-intro-text-wrapper,
.mediamath-do-what-can-now-be-done .mediamath-intro .mediamath-intro-text-wrapper {
    width: 100%;
}

.mediamath-seize-the-data-start-today .mediamath-intro .mediamath-intro-text,
.mediamath-do-what-can-now-be-done .mediamath-intro .mediamath-intro-text {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 42px;
    line-height: 4.2rem;
    font-weight: 600;
    vertical-align: top;
    padding-top: 50px;
    padding-left: 40px;
    min-height: 0;
}

.mediamath-seize-the-data-start-today .mediamath-content,
.mediamath-do-what-can-now-be-done .mediamath-content {
    width: 100%;
}

.mediamath-seize-the-data-start-today .mediamath-content,
.mediamath-do-what-can-now-be-done .mediamath-content {
    margin-top: 50px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
}

.mediamath-seize-the-data-start-today .mediamath-content .mediamath-column,
.mediamath-do-what-can-now-be-done .mediamath-content .mediamath-column {
    width: 85%;
    margin: 0 auto;
    float: none;
}

.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs {
    width: 100%;
}

.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-heading,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-heading {
    font-size: 16px;
    font-size: 1.6rem;
}

.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-belief,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-belief {
    width: 70%;
    font-size: 36px;
    font-size: 3.6rem;
}

.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs-controls,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs-controls {
    width: 100%;
}

.mediamath-page-header .mediamath-link,
.mediamath-page-header-case-study .mediamath-link {
    margin-left: 30px;
}

.mediamath-link-back {
    display: none;
}

.mediamath-system-detail {
    width: 100%;
}

.mediamath-system-detail {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mediamath-system-detail .mediamath-system-detail-content {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 458.33333333px; /*@media @tablet-portrait {
        @size: ( 100/@columns ) * @column;
        width: unit( @size, % );
    }*/
    margin-left: 83.33333333px;
}

.mediamath-system-detail .mediamath-system-detail-content h1,
.mediamath-system-detail .mediamath-system-detail-content h2,
.mediamath-system-detail .mediamath-system-detail-content h3,
.mediamath-system-detail .mediamath-system-detail-content h4,
.mediamath-system-detail .mediamath-system-detail-content h5,
.mediamath-system-detail .mediamath-system-detail-content h6 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.mediamath-system-detail .mediamath-system-detail-content .mediamath-callout p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
}

.mediamath-system-detail .mediamath-system-detail-content blockquote p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 33px;
    line-height: 3.3rem;
}

.mediamath-system-detail .mediamath-system-detail-content ul,
.mediamath-system-detail .mediamath-system-detail-content ol,
.mediamath-system-detail .mediamath-system-detail-content p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
}

.mediamath-system-detail .mediamath-system-detail-image {
    display: none;
}

.mediamath-optimization-decisioning .mediamath-system-detail .mediamath-system-detail-image {
    display: none;
}

.mediamath-page-sitemap .mediamath-sitemap {
    width: 100%;
}

.mediamath-page-sitemap .mediamath-sitemap {
    padding-left: 20px;
    padding-right: 20px;
}

.mediamath-page-sitemap .mediamath-sitemap .mediamath-sitemap-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    height: auto;
}

.mediamath-students .mediamath-article-content-wrapper {
    width: 100%;
}

.mediamath-students .mediamath-article-content-wrapper {
    width: 85%;
    padding-top: 0;
}

.mediamath-students .mediamath-page-content .mediamath-callout p {
    font-size: 16px;
    font-size: 1.6rem;
}

.mediamath-students .mediamath-page-content ul {
    padding-left: 14px;
}

/* Added by Zoran | May 27, 2015 @ 2:13PM */
.home .mediamath-asides-container .mediamath-aside { padding: 13px; }
.home .mediamath-asides .info-box-home { margin: 0px -5px 7px 13px; }
.home .mediamath-asides .info-box-home-long { height: 488px;  margin:0; margin-right: 5px; }
.home .mediamath-asides .info-box-home-long h1 > a { font-size: 19px; }
.home .mediamath-asides .info-box-home-long .mediamath-box-content { height: 335px; min-height: 335px; max-height: 335px; }
.home .mediamath-asides .info-box-home .mediamath-box-content { height: 138px; min-height: 138px; max-height: 138px; }
.home .mediamath-asides .info-box-home .mediamath-box-footer h3, .home .mediamath-asides .info-box-home-long .mediamath-box-footer h3 { font-size: 17px; font-size: 1.7rem; }
.home .mediamath-asides .info-box-home .mediamath-box-footer h3 a > span, .home .mediamath-asides .info-box-home-long .mediamath-box-footer h3 a > span { font-size: 22px; }
/* Added by Zoran | May 27, 2015 @ 2:13PM */

}

@media (max-width: 768px) and (max-width: 420px) {

/* Dropdown select arrows for mobile */
.mediamath-select-wrap {
    background: url("//static.mediamath.com/images/form_arrow_down.png") no-repeat scroll 220px 16px #fff;
    height: 41px;
    overflow: hidden;
    position: relative;
    /*width: 310px;*/
	width: auto;
    margin-bottom: 12px;
}

/* Hide header on mobile devices */
.mediamath-page .flowplayer { display: none; }

/* Removes line under first menu element */
.mediamath-page .menu-item.current-menu-item a, .mediamath-page .mediamath-state-active a  { border-bottom: 0px none !important; padding-bottom: 20px !important; }

/* Back to news link */
.single-news .mediamath-link-back, .single-event .mediamath-link-back, .page-id-43 .mediamath-article-content .mediamath-link-back, .single-resource .mediamath-link-back { margin: 0px !important; }
/* Hide content Tab image on Mobile version of Performance Reimagined & Marketing Reengineered pages */
.page-id-914 .mediamath-footer, .page-id-914 .mediamath-tab-image,
.page-id-82 .mediamath-footer, .page-id-82 .mediamath-tab-image { display: none; }

.page-id-914 .mediamath-tabset-navigation-item, 
.page-id-82 .mediamath-tabset-navigation-item { width: 100%;}

/* Marketing Reengineered - Optimization and Decisioning - Youtube iFrame */ 
.page-id-82 .mediamath-service-detail-description iframe { max-width: 100%; height: auto; }

.page-id-914 .mediamath-performance-reimagined .mediamath-tabset .mediamath-tabset-navigation,
.page-id-82 .mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation { background-color: #fff; position: relative !important; clear: both; margin-top: 40px; }
/* Fix for Performance Reimagined & Marketing Reengineered Menus on Mobile version */
.page-id-82 #mediamath-tabset-82, .page-id-914 #mediamath-tabset-914 { height: auto !important; position: initial !important; } 
/* Remove duplicated Request demo form on Mobile version */
.mediamath-footer .mediamath-footer-inner .mediamath-request-demo { display: none; }
/* Clear for Videos on Client stories Page */
.page-id-4046 .client-stories-video { clear: left; width: 100% !important; margin-left: 0px !important; }
.page-id-4046 .client-stories-video h3 { margin-top: 35px; }

#mediamath-tabset-pager-914 li, #mediamath-tabset-pager-82 li { width: 100%; display: inline; margin: 0px auto; clear: both; }
.page-id-914 .mediamath-tabset .mediamath-tab-content, 
.page-id-82 .mediamath-tabset .mediamath-tab-content { position: relative; clear: both; margin-top: 135px; }

.page-id-914 .mediamath-tabset .mediamath-tab-button { color: #DE396E; }
.page-id-82 .mediamath-tabset .mediamath-tab-button { color: #54BCEB; }

.page-id-914 .mediamath-tabset .mediamath-tabset-navigation-item:before, 
.page-id-82 .mediamath-tabset .mediamath-tabset-navigation-item:before  { content: none !important; display: block;}

.page-id-914 .mediamath-tabset .mediamath-tabset-navigation-item.cycle-pager-active:after, 
.page-id-82 .mediamath-tabset .mediamath-tabset-navigation-item.cycle-pager-active:after { content: none !important; }

.page-id-914 .mediamath-tabset .cycle-pager-active  { color: #DE396E; border-bottom: 3px solid #DE396E; padding-bottom: 7px; }
.page-id-82 .mediamath-tabset .cycle-pager-active { color: #54BCEB; border-bottom: 3px solid #54BCEB; padding-bottom: 7px; }

/* Hide arrows on Management Team Mobile version */
.page-id-43 a.mediamath-link-biography-detail span.mediamath-accessible-text,
.page-id-41 a.mediamath-link-biography-detail span.mediamath-accessible-text  { display:none; }
/* Centering faces on Management Team Page */
.page-id-43 .mediamath-biography-preview, .mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner,
.page-id-41 .mediamath-biography-preview, .mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner { background-position: 0px -90px; }
/* Fix for Names length */
.page-id-43 .mediamath-biography-preview .mediamath-biography-name, .mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner .mediamath-biography-name { max-width: 190px; }
/* Case studies boxes center */
.page-id-66 .mediamath-client-success-case-studies a { display: block; text-align: center; width: 88%; margin: 5px 5px; padding: 40px 8px; }
/* Client success icons size */
.mediamath-client-success  .mediamath-client-success-case-studies .mediamath-case-study-preview .mediamath-case-study-link { background-size: 90%; margin-right: 10px; }
/* Ecosystem video player size */
.page-id-106 .mediamath-ecosystem video { max-width: 100%; height: auto; }
/* Careers Page - Submenu active link color fix */
.page-id-45 ul.mediamath-secondary-links-submenu li.mediamath-state-active a { color: #fff !important; }
/* Knowledge center image height fix */
.mediamath-knowledge-center .mediamath-resource-preview img.mediamath-resource-preview-image { height: 193px; }
/* Certified Buyers Page Width fix for mobile */
.mediamath-certified-buyers .mediamath-article-content-wrapper,
.mediamath-our-clients .mediamath-article-content-wrapper,
.mediamath-client-stories .mediamath-article-content-wrapper { width: 85% !important; padding: 65px 20px; }
/* Certified Buyers, Client Stories Page - Image, Video, Iframe size fix for mobile */
.mediamath-certified-buyers .mediamath-article-content-wrapper img,
.mediamath-our-clients .mediamath-article-content-wrapper img,
.mediamath-our-clients .mediamath-article-content-wrapper video,
.mediamath-our-clients .mediamath-article-content-wrapper iframe,
.mediamath-client-stories .mediamath-article-content-wrapper img,
.mediamath-client-stories .mediamath-article-content-wrapper video,
.mediamath-client-stories .mediamath-article-content-wrapper iframe { max-width: 100% !important; height: auto; }

.home .mediamath-asides-container {
    padding-bottom: 0;
}

.mediamath-section-overview .mediamath-overview-content {
    width: 100%;
    float: none;
}

.mediamath-section-overview .mediamath-overview-image {
    width: 100%;
    float: none;
}

.mediamath-tabset .mediamath-tab-content {
    width: 100%;
    float: none;
}

.mediamath-tabset .mediamath-tab-image {
    width: 100%;
    float: none;
}

.mediamath-biography-single .mediamath-article-content .mediamath-biography-aside {
    width: 100%;
    float: none;
}

.mediamath-biography-single .mediamath-article-content .mediamath-biography-content {
    width: 100%;
    float: none;
}

.mediamath-case-study .mediamath-case-study-hero-content {
    width: 100%;
    float: none;
}

.mediamath-case-study .mediamath-case-study-section-content {
    width: 100%;
    float: none;
}

.mediamath-case-study .mediamath-case-study-section-image {
    width: 100%;
    float: none;
}

.mediamath-event .mediamath-event-content ol,
.mediamath-event .mediamath-event-content ul,
.mediamath-event .mediamath-event-content p {
    width: 100%;
    float: none;
}

.mediamath-events .mediamath-event-item:after {
    font-size: 20px;
    font-size: 2rem;
    padding-right: 10px;
}

.mediamath-news-preview:after {
    font-size: 20px;
    font-size: 2rem;
    margin-left: 0;
}

.mediamath-resource-single .mediamath-resource-content p {
    width: 100%;
    float: none;
}

.mediamath-system-detail .mediamath-system-detail-content {
    width: 100%;
    float: none;
}

}

@media (max-width: 420px) {
	
.mediamath { overflow: hidden; }

.mediamath-form-element-defaults,
.mediamath-input,
.mediamath-select,
.mediamath-contact-form .mediamath-fieldset .mediamath-input,
.mediamath-contact-form .mediamath-fieldset .mediamath-textarea,
.mediamath-client-success-filters select,
.mediamath-news .mediamath-select-wrap select,
.mediamath-contact-form .mediamath-fieldset .mediamath-contact-form .mediamath-fieldset .mediamath-textarea {
    font-size: 12px;
    font-size: 1.2rem;
}

.home .mediamath-asides-container {
    background-color: transparent;
}

.mediamath-asides-container .mediamath-aside {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.home .mediamath-asides-container .mediamath-aside {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-reimagine-performance-based-on-goals-not-guesses .mediamath-aside-heading {
    padding-right: 30px;
    padding-left: 59px;
    text-indent: -15px;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-reimagine-performance-based-on-goals-not-guesses .mediamath-aside-heading:before {
    top: 11px;
}

.home .mediamath-asides-container .mediamath-aside.mediamath-aside-reimagine-performance-based-on-goals-not-guesses .mediamath-aside-heading:before {
    left: 0;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-reengineer-your-marketing-engine .mediamath-aside-heading {
    padding-right: 52px;
    padding-left: 77px;
    text-indent: -21px;
}

.home .mediamath-asides-container .mediamath-aside.mediamath-aside-reengineer-your-marketing-engine .mediamath-aside-heading {
    padding-right: 52px;
    padding-left: 77px;
    text-indent: -21px;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-reengineer-your-marketing-engine .mediamath-aside-heading:before {
    top: 11px;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-knowledge-center .mediamath-aside-heading:before {
    top: 10px;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-seize-the-data-start-today .mediamath-aside-heading {
    padding-right: 90px;
    padding-left: 120px;
    text-indent: -21px;
}

.mediamath-asides-container .mediamath-aside.mediamath-aside-seize-the-data-start-today .mediamath-aside-heading:before {
    top: 11px;
}

.home .mediamath-asides-container .mediamath-aside-content {
    display: block;
    height: auto;
}

.mediamath-asides-container .mediamath-aside-heading,
.mediamath-asides-container .mediamath-aside-link {
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 0;
}

.home .mediamath-asides-container .mediamath-aside-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.mediamath-bumps .mediamath-bump {
    display: block;
    width: 100%;
}

.mediamath-bumps .mediamath-bump p {
    text-align: center;
}

.mediamath-bumps .mediamath-bump-title {
    text-align: center;
}

.mediamath-bumps .mediamath-link-bump {
    margin: 0 auto;
    display: table;
}

.mediamath-bumps .mediamath-bump-were-hiring .mediamath-link-bump {
    margin-left: -10px;
}

.mediamath-bumps .mediamath-bump-open-source .mediamath-link-bump {
    margin-left: 0;
}

.mediamath-button-defaults,
.mediamath-bumps .mediamath-link-bump,
.mediamath-button-back,
.mediamath-contact-form .mediamath-contact-submit,
.mediamath-footer .mediamath-request-demo-form .mediamath-request-submit,
.mediamath-footer .mediamath-request-demo-button,
.mediamath-page-header .mediamath-page-header-inner .mediamath-link,
.mediamath-personalization-selector .mediamath-personalization-button,
.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-link-view-all,
.mediamath-about .mediamath-about-articles-featured .mediamath-link-read-more,
.mediamath-about .mediamath-item-preview-news .mediamath-link-read-more,
.mediamath-about .mediamath-item-preview-testimonial .mediamath-link-read-more,
.mediamath-case-study .mediamath-button-video-play,
.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-link,
.mediamath-contact-us .mediamath-link-view-map,
.mediamath-events .mediamath-event-featured .mediamath-link-more,
.mediamath-marketing-reengineered .mediamath-external-link,
.mediamath-resource-single .mediamath-link-download,
.mediamath-resource-single .mediamath-link-external,
.mediamath-resource-single .mediamath-link-watch,
.mediamath-page-header-case-study .mediamath-page-header-inner .mediamath-link,
.mediamath-terminalone-os .mediamath-external-link,
.mediamath-enablement .mediamath-external-link,
.mediamath-ecosystem .mediamath-external-link {
    font-size: 12px;
    font-size: 1.2rem;
}

.mediamath-contact-form .mediamath-contact-form-close-button {
    display: block;
}

.mediamath-contact-form .mediamath-external-link {
    padding-top: 13px;
    padding-right: 15px;
    padding-bottom: 13px;
    padding-left: 15px;
    margin: 0 auto;
    display: table;
    margin-top: 20px;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.1rem;
    outline: none;
    background-color: #333333;
}

.mediamath-contact-form .mediamath-contact-form-column {
    width: 80%;
    margin: 0 auto;
    float: none;
}

.mediamath-contact-form .mediamath-fieldset .mediamath-legend {
    font-size: 20px;
    font-size: 2rem;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mediamath-contact-form .mediamath-contact-submit {
    width: 100%;
    color: #ffffff;
    background-color: #333333;
}

.mediamath-contact-form .mediamath-contact-submit:hover {
    color: #333333;
    background-color: #ffffff;
}

.mediamath-contact-form .mediamath-contact-submit:active {
    color: #2e2e2e;
    background-color: #e6e6e6;
}

.page-id-68 .mediamath-section-contact-form {
    /*display: none;*/
	background-color: #52BDEC;
	margin-top: 68px;
}

.page-id-68 .mediamath-contact-form {
	/*height: auto !important;*/
	padding-bottom: 25px;
	margin-bottom: 20px;
}

.page-id-68 .mediamath-section-contact-form .mediamath-legend {
	color: #ffffff;
}
.page-id-68 .mediamath-contact-form-close-button, .page-id-68 .mediamath-form .mediamath-external-link {
	display: none;
}
.page-id-68 .mediamath-section-contact-form .mediamath-contact-form .mediamath-fieldset .mediamath-legend {
	padding-top: 18px !important;
}

.page-id-68 .mediamath-section-contact-form .mediamath-contact-form .mediamath-contact-form-column {
	margin: 0px auto;
	/*display: block !important; */
}

.page-id-68 .mediamath-page {
	overflow: hidden;
}

.mobile-contact-us { display: block; }

.mediamath-input, .mediamath-textarea { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }

/* Contact page */
.page-id-68 .mediamath-contact-form .touch-about { width: 80%; margin: 0px auto; top: auto !important; left: auto !important; }
.page-id-68 .mediamath-contact-form .mediamath-legend { text-align: center; }
.page-id-68 .mediamath-contact-form .mediamath-contact-form-error { top: auto !important; }
.page-id-68 .mediamath-section-contact-form, .page-id-68 .mediamath-contact-form , .page-id-68 section.mediamath-section-contact-form  { height: auto !important; }
.page-id-68 .mediamath-contact-form .mediamath-fieldset .mediamath-select { padding: 6px 55px 0 11px; }
.page-id-68 .become-partner { text-align: justify; padding: 10px 33px !important; font-size: 15px; line-height: 23px; }
.page-id-68 .become-partner a {font-size: 14px; }
.page-id-68 .mediamath-select-wrap { background: url("//static.mediamath.com/images/form_arrow_down.png") no-repeat scroll 95% 16px #fff; }

/* Request demo - mobile version */
.mediamath-demo #carousel .icons h4 { display: none; } 
.mediamath-demo #carousel #icon-links li.overview { cursor: pointer; }
.mediamath-demo .features-title { color: #fff; font-size: 16px; position: relative; top: -190px; text-align: center; }

/* Home Page 5 Boxes */
.home .mediamath-asides-container .mediamath-aside { padding: 13px; }
.home .mediamath-asides .info-box-home { margin: 0; background-repeat: repeat-x, no-repeat; background-position: 0 0; background-size: 45px, cover !important; }
.home .mediamath-asides .info-box-home-long { height: 488px;  margin:0; background-repeat: repeat-x, no-repeat; background-position: 0 0; background-size: 45px, cover !important; }
.home .mediamath-asides .info-box-home-long h1 { margin-left: 13px; }
.home .mediamath-asides .info-box-home-long h1 > a { font-size: 19px; }
.home .mediamath-asides .info-box-home-long .mediamath-box-content { height: 335px; min-height: 335px; max-height: 335px; }
.home .mediamath-asides .info-box-home .mediamath-box-content { height: 138px; min-height: 138px; max-height: 138px; }
.home .mediamath-asides .info-box-home .mediamath-box-footer h3, .home .mediamath-asides .info-box-home-long .mediamath-box-footer h3 { font-size: 17px; font-size: 1.7rem; }
.home .mediamath-asides .info-box-home .mediamath-box-footer h3 a > span, .home .mediamath-asides .info-box-home-long .mediamath-box-footer h3 a > span { font-size: 22px; }

.mediamath-section-contact-form .mediamath-contact-form .mediamath-fieldset {
    width: 100%;
    float: none;
}

.mediamath-footer {
    background-color: transparent;
}
/*
.mediamath-footer .mediamath-footer-container {
    background-color: #333333;
    box-sizing: border-box;
    padding: 20px 10px;
   overflow: hidden;
}

.mediamath-footer .mediamath-footer-inner {
    background-color: #333333;
    margin-left: 0;
    padding: 0;
}

.mediamath-footer .mediamath-footer-social-media {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 5px;
}

.mediamath-footer .mediamath-footer-metadata-copyright {
    width: 180px;
}

.mediamath-footer .mediamath-footer-utility-navigation .mediamath-navigation {
    width: 150px;
    line-height: 24px;
    line-height: 2.4rem;
}
*/
.mediamath-footer .mediamath-request-demo {
    width: 100%;
}

.mediamath-footer .mediamath-request-demo.mediamath-state-open .mediamath-request-demo-form {
    right: 0;
}

.mediamath-footer .mediamath-request-demo-form {
    width: 100%;
}

.mediamath-footer .mediamath-request-demo-form .mediamath-request-submit {
    min-width: 100%;
}

.mediamath-footer .mediamath-request-demo-button {
    display: none;
}

.mediamath-footer .mediamath-request-demo-mobile {
    display: block;
}

.mediamath-footer .mediamath-request-demo-mobile .mediamath-request-demo-button {
    margin: 0;
}

.mediamath-link-back {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 20px 10px 15px;
}

.mediamath-link-back:before {
    font-size: 20px;
    font-size: 2rem;
    padding-right: 10px;
}

.mediamath-main-navigation-container .mediamath-main-navigation {
    display: none;
}

.mediamath-mobile-main-navigation-contact-link {
    display: block;
}

.mediamath-mobile-navigation-actions {
    display: block;
}

.mediamath-main-navigation-container-mobile {
    display: block;
}

.mediamath-section-overview {
    margin-top: 15px;
    margin-bottom: 10px;
    width: 90%;
}

.mediamath-section-overview .mediamath-overview-content {
    width: 100%;
    float: none;
}

.mediamath-section-overview .mediamath-overview-content .mediamath-heading,
.mediamath-section-overview .mediamath-overview-content h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 10px;
    line-height: 1rem;
}

.mediamath-section-overview .mediamath-overview-image {
    width: 100%;
    float: none;
}

.mediamath-section-overview .mediamath-overview-image {
    margin-left: 0;
}

.mediamath-section-overview-callout {
    display: none;
}

.mediamath-page-header,
.mediamath-page-header-case-study {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mediamath-page-header .mediamath-page-heading,
.mediamath-page-header-case-study .mediamath-page-heading {
    font-size: 18px;
    font-size: 1.8rem;
}

.mediamath-page-header-case-study .mediamath-page-header-actions {
    display: none;
}

.mediamath-page-header-case-study .mediamath-page-heading {
    text-indent: 0;
    max-width: 200px;
    margin: 0 auto;
}

.mediamath-personalization-overview-container .mediamath-personalization-heading {
    width: 100%;
    float: none;
}

.mediamath-personalization-overview-container .mediamath-personalization-text {
    width: 100%;
    float: none;
}

.mediamath-secondary-links .mediamath-secondary-links-item.mediamath-state-active .mediamath-secondary-links-submenu,
.mediamath-secondary-links .menu-item.mediamath-state-active .mediamath-secondary-links-submenu,
.mediamath-secondary-links .mediamath-secondary-links-item .current-menu-item .mediamath-secondary-links-submenu,
.mediamath-secondary-links .menu-item .current-menu-item .mediamath-secondary-links-submenu {
    display: none;
}

.mediamath-secondary-links .mediamath-secondary-links-item.mediamath-state-mobile-active .mediamath-secondary-links-submenu,
.mediamath-secondary-links .menu-item.mediamath-state-mobile-active .mediamath-secondary-links-submenu {
    display: block;
}

.mediamath-slider .mediamath-slide-description {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 55px;
}

.mediamath-slider .cycle-pager span {
    margin-left: 7px;
    margin-right: 7px;
}

.mediamath-tabset .mediamath-tab {
    padding-top: 0;
    padding-bottom: 35px;
    width: 90%;
}

.mediamath-tabset .mediamath-tab-content {
    width: 100%;
    float: none;
}

.mediamath-tabset .mediamath-heading {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
}

.mediamath-tabset .mediamath-tab-image {
    width: 100%;
    float: none;
}

.mediamath-tabset .mediamath-tab-image {
    margin-left: 0;
    margin-top: 10px;
}

.mediamath-tabset .mediamath-tabset-navigation-item {
    display: none;
}

.mediamath-tabset .mediamath-tabset-navigation-item.cycle-pager-active {
    display: block;
    max-width: auto;
    margin: 0 auto;
}

.mediamath-tabset .mediamat-tabset-navigation-controls {
    display: block;
}

.mediamath-utility-contact-container {
    background-color: #54bceb;
}

.mediamath-utility-contact-container.mediamath-state-contact-open {
    height: 950px;
}

.mediamath-utility-contact-container .mediamath-utility-contact {
    margin-left: 0;
}

.mediamath-utility-contact-container .mediamath-contact-form {
    width: 100%;
    float: none;
}

.mediamath-utility-contact-container .mediamath-contact-form .mediamath-contact-form-column:last-child {
    margin-left: 10%;
}

.mediamath-utility-contact-container .mediamath-contact-locations {
    width: 100%;
    float: none;
}

.mediamath-utility-contact-container .mediamath-contact-locations .mediamath-contact-location {
    width: 100%;
    float: none;
}

.mediamath-utility-contact-container .mediamath-contact-locations {
    display: none;
}

.menu-utility-navigation-container .mediamath-utility-navigation {
    display: none;
}

.mediamath-about .mediamath-secondary-links {
    background-color: transparent;
    padding-top: 0;
}

.mediamath-about .mediamath-secondary-links-item,
.mediamath-about .menu-item {
    display: block;
    text-align: left;
    background-color: #f6a01a;
    margin-bottom: 5px;
    width: 100%;
    margin-left: 0;
}

.mediamath-about .mediamath-secondary-links-item .mediamath-state-active,
.mediamath-about .menu-item .mediamath-state-active {
    display: none;
}

.mediamath-about .mediamath-secondary-links-item a,
.mediamath-about .menu-item a {
    position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 20px;
    font-size: 20px;
    font-size: 2rem;
}

.mediamath-about .mediamath-secondary-links-item a:after,
.mediamath-about .menu-item a:after {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e003";
    position: absolute;
    right: 0;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    vertical-align: middle;
    color: #ffffff;
    background-color: #333333;
    border-radius: 50px;
    margin-top: -6px;
}

.mediamath-about .mediamath-article-content-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 0;
}

.mediamath-about .mediamath-article-content {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
    margin-bottom: 20px;
}

.mediamath-about .mediamath-about-articles-featured {
    display: none;
}

.mediamath-about .mediamath-about-articles {
    display: none;
}

.mediamath-biography-preview,
.mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner {
    background-position: left center;
    width: 100%;
    margin-bottom: 5px;
    height: 80px;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
}

.mediamath-biography-preview .mediamath-biography-name,
.mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner .mediamath-biography-name {
    margin-bottom: 0;
}

.mediamath-biography-preview .mediamath-biography-title,
.mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner .mediamath-biography-title {
    max-width: none;
}

.mediamath-biography-preview .mediamath-link-biography-detail,
.mediamath-about .mediamath-item-preview-event .mediamath-link-arrow,
.mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner .mediamath-link-biography-detail {
    bottom: auto;
    top: 50%;
    margin-top: -12px;
    right: 0;
    margin-right: 15px;
    width: 25px;
    height: 25px;
}

.mediamath-biography-preview .mediamath-link-biography-detail:after,
.mediamath-about .mediamath-item-preview-event .mediamath-link-arrow:after,
.mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner .mediamath-link-biography-detail:after {
    font-size: 18px;
    font-size: 1.8rem;
    top: 2px;
}

.mediamath-biography-single .mediamath-secondary-links {
    display: none;
}

.mediamath-biography-single .mediamath-about-article-header {
    display: block;
}

.mediamath-biography-single .mediamath-article-content {
    width: 90%;
    padding-top: 0;
}

.mediamath-biography-single .mediamath-article-content .mediamath-biography-aside {
    width: 100%;
    float: none;
}

.mediamath-biography-single .mediamath-article-content .mediamath-biography-quote {
    max-width: 100%;
}

.mediamath-biography-single .mediamath-article-content .mediamath-biography-content {
    width: 100%;
    float: none;
}

.mediamath-biography-single .mediamath-article-content .mediamath-biography-content {
    margin-left: 0;
}

.mediamath-board .mediamath-secondary-links {
    display: none;
}

.mediamath-board .mediamath-link-back {
    display: block;
}

.mediamath-board .mediamath-article-content {
    width: 90%;
    padding-top: 0;
}

.mediamath-board .mediamath-article-content .mediamath-about-article-header {
    display: block;
    margin-left: 20px;
}

.mediamath-careers .mediamath-secondary-links {
    background-color: transparent;
    padding-top: 0;
}

.mediamath-careers .mediamath-secondary-links-item .mediamath-state-active,
.mediamath-careers .menu-item .mediamath-state-active {
    display: none;
}

.mediamath-careers .mediamath-secondary-links-item,
.mediamath-careers .menu-item {
    display: block;
    text-align: left;
    background-color: #f6a01a;
    margin-bottom: 5px;
    width: 100%;
    margin-left: 0;
}

.mediamath-careers .mediamath-secondary-links-item.mediamath-state-active,
.mediamath-careers .menu-item.mediamath-state-active {
    display: block;
    left: 0;
    color: #ffffff;
    text-align: left;
    padding-left: 10px; /* comment if necessary */
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
}

.mediamath-careers .mediamath-secondary-links-item.mediamath-state-active:after,
.mediamath-careers .menu-item.mediamath-state-active:after {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e001";
    position: absolute;
    right: 0;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    vertical-align: middle;
    color: #ffffff;
    margin-top: -6px;
}

.mediamath-careers .mediamath-secondary-links-item .mediamath-secondary-links-submenu,
.mediamath-careers .menu-item .mediamath-secondary-links-submenu {
    padding-top: 0;
}

.mediamath-careers .mediamath-secondary-links-item .mediamath-secondary-links-submenu .mediamath-secondary-links-item,
.mediamath-careers .menu-item .mediamath-secondary-links-submenu .mediamath-secondary-links-item {
    display: block;
    padding: 20px 0;
    background-color: #333333;
    color: #ffffff;
    margin: 0;
    border-bottom: 2px #ffffff solid;
    text-align: left;
    padding-left: 25px;
    font-weight: 200;
    font-size: 16px;
    font-size: 1.6rem;
}

.mediamath-careers .mediamath-secondary-links-item .mediamath-secondary-links-submenu .mediamath-secondary-links-item:after,
.mediamath-careers .menu-item .mediamath-secondary-links-submenu .mediamath-secondary-links-item:after {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e003";
    position: absolute;
    right: 0;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    vertical-align: middle;
    color: #ffffff;
    margin-top: -6px;
}

.mediamath-careers .mediamath-secondary-links-item a,
.mediamath-careers .menu-item a {
    position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 20px;
    font-size: 20px;
    font-size: 2rem;
}

.mediamath-careers .mediamath-secondary-links-item a:after,
.mediamath-careers .menu-item a:after {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e003";
    position: absolute;
    right: 0;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    vertical-align: middle;
    color: #ffffff;
    background-color: #333333;
    border-radius: 50px;
    margin-top: -6px;
}

.mediamath-careers .mediamath-article-content-wrapper {
    width: 100%;
    padding-top: 0;
}

.mediamath-careers .mediamath-link-back {
    display: block;
}

.mediamath-careers .mediamath-article-content {
    width: 90%;
    text-align: left;
    margin: 0 auto;
}

.mediamath-careers .mediamath-article-content br {
    display: none;
}

.mediamath-careers .mediamath-bump p {
    text-align: center;
}

.mediamath-careers .mediamath-bump .mediamath-bump-title {
    text-align: center;
}

.mediamath-case-study .mediamath-case-study-hero-wrapper {
    background: transparent;
}

.mediamath-case-study .mediamath-case-study-hero {
    padding-top: 0;
    background-image: none;
}

.mediamath-case-study .mediamath-client-logo {
    width: 100%;
    float: none;
}

.mediamath-case-study .mediamath-case-study-hero {
    width: 90%;
}

.mediamath-case-study .mediamath-case-study-hero-content {
    width: 100%;
    float: none;
}

.mediamath-case-study .mediamath-case-study-video {
    width: 100%;
}

.mediamath-case-study .mediamath-video-preview {
    height: auto;
    width: 100%;
}

.mediamath-case-study .mediamath-button-video-play {
    margin-top: -4%;
    margin-left: -29%;
}

.mediamath-case-study .mediamath-case-study-section {
    padding-top: 30px;
    padding-bottom: 20px;
    width: 90%;
}

.mediamath-case-study .mediamath-case-study-section-content {
    width: 100%;
    float: none;
}

.mediamath-case-study .mediamath-case-study-heading {
    font-size: 18px;
    font-size: 1.8rem;
}

.mediamath-case-study .mediamath-case-study-section-image {
    width: 100%;
    float: none;
}

.mediamath-case-study .mediamath-case-study-section-image {
    width: 90%;
    margin: 20px auto 0;
}

.mediamath-case-study .mediamath-secondary-links {
    display: none;
}

.mediamath-case-study .mediamath-secondary-links .mediamath-button-back {
    display: none;
}

.mediamath-case-study .mediamath-secondary-links .mediamath-link {
    display: none;
}

.mediamath-client-success-case-studies {
    width: 90%;
}

.mediamath-client-success-case-studies .mediamath-case-study-preview {
    width: 48%;
    margin-left: 0;
}

.mediamath-client-success-case-studies .mediamath-case-study-preview .mediamath-case-study-link {
    height: 150px;
    margin-left: 0;
}

.mediamath-client-success-features .mediamath-client-success-feature {
    padding: 25px;
}

.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-social-share {
    padding-left: 30px;
}

.mediamath-client-success-features .mediamath-client-success-feature-case-study .mediamath-share-facebook {
    margin-top: 0;
}

.mediamath-client-success-filters {
    width: 100%;
    margin: 0 auto;
}

.mediamath-client-success-filters .mediamath-select-wrap {
    width: 100%;
    margin: 0 auto 5px;
}

.mediamath-client-success .mediamath-page-header .mediamath-button-back,
.mediamath-client-success .mediamath-page-header-case-study .mediamath-button-back {
    display: none;
}

.mediamath-client-success .mediamath-client-success-content-wrapper {
    padding-top: 0;
}

.mediamath-contact-us .mediamath-article-content {
    width: 90%;
    margin: 0 auto;
}

.mediamath-contact-us .mediamath-heading {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mediamath-contact-us .mediamath-location {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.mediamath-contact-us .mediamath-location-header {
    min-height: 235px;
    width: 100%;
}

.mediamath-education .mediamath-secondary-links {
    background-color: transparent;
}

.mediamath-education .mediamath-secondary-links-item,
.mediamath-education .menu-item {
    display: block;
    text-align: left;
    background-color: #f6a01a;
    margin-bottom: 5px;
    width: 100%;
    margin-left: 0;
}

.mediamath-education .mediamath-secondary-links-item a,
.mediamath-education .menu-item a {
    position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 20px;
    font-size: 20px;
    font-size: 2rem;
}

.mediamath-education .mediamath-secondary-links-item a:after,
.mediamath-education .menu-item a:after {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e003";
    position: absolute;
    right: 0;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    vertical-align: middle;
    color: #ffffff;
    background-color: #333333;
    border-radius: 50px;
    margin-top: -6px;
}

.mediamath-education .mediamath-article-content-wrapper {
    width: 100%;
    padding-top: 0;
}

.mediamath-education .mediamath-article-content {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

.mediamath-education .mediamath-bumps {
    width: 100%;
}

.mediamath-engineering .mediamath-secondary-links {
    display: none;
}

.mediamath-engineering .mediamath-article-content-wrapper {
    width: 100%;
    padding-top: 0;
}

.mediamath-engineering .mediamath-link-back {
    display: block;
}

.mediamath-engineering .mediamath-article-content {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

.mediamath-engineering .mediamath-article-content .mediamath-careers-article-header {
    display: block;
    color: #f6a01a;
    font-weight: 600;
}

.mediamath-engineering .mediamath-article-content .mediamath-callout {
    margin-left: 0;
}

.mediamath-event .mediamath-secondary-links {
    display: none;
}

.mediamath-event .mediamath-content-wrapper {
    width: 90%;
    padding-top: 0;
}

.mediamath-event .mediamath-event-content {
    width: 100%;
    float: none;
}

.mediamath-event .mediamath-event-title {
    line-height: 36px;
    line-height: 3.6rem;
}

.mediamath-event .mediamath-social-share {
    padding: 5px 10px;
}

.mediamath-event .mediamath-social-share {
    padding: 5px 10px;
}

.mediamath-event .mediamath-social-share .mediamath-share-facebook {
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: 5px;
    margin-right: 5px;
}

.mediamath-event .mediamath-social-share .mediamath-share-twitter {
    font-size: 20px;
    font-size: 2rem;
    margin-left: 5px;
    margin-right: 5px;
}
	
.mediamath-event .mediamath-social-share .mediamath-share-linkedin {
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: 5px;
    margin-right: 5px;
}

.mediamath-event .mediamath-social-share .mediamath-share-share {
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: 5px;
    margin-right: 5px;
}

.mediamath-event .mediamath-social-share .mediamath-share-email {
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: 5px;
    margin-right: 5px;
}

.mediamath-event .mediamath-social-share {
    position: absolute;
    top: 0;
    right: 0;
}

.mediamath-event .mediamat-event-meta-label {
    width: 72px;
}

.mediamath-event .mediamath-event-meta-value {
    width: auto;
    float: none;
}

.mediamath-event .mediamath-event-aside {
    width: 100%;
    float: none;
}

.mediamath-event-subheading {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 5px;
}

.mediamath-events .mediamath-secondary-links {
    display: none;
}

.mediamath-events .mediamath-event-featured {
    padding-top: 1px;
}

.mediamath-events .mediamath-event-featured .mediamath-about-article-header {
    margin-top: 10px;
}

.mediamath-events .mediamath-event-featured .mediamath-link-back {
    display: block;
    margin-left: 0;
    font-size: 12px;
    font-size: 1.2rem;
}

.mediamath-events .mediamath-event-featured .mediamath-event-wrapper {
    width: 90%;
}

.mediamath-events .mediamath-event-featured .mediamath-event-wrapper .mediamath-excerpt {
    display: block;
}

.mediamath-events .mediamath-event-featured .mediamath-heading {
    line-height: 36px;
    line-height: 3.6rem;
}

.mediamath-events .mediamath-event-featured .mediamath-excerpt {
    line-height: 18px;
    line-height: 1.8rem;
}

.mediamath-events .mediamath-event-featured .mediamath-link-more {
    display: inline-block;
    margin: 0 auto;
}

.mediamath-events .mediamath-events-wrapper {
    padding-top: 15px;
    padding-bottom: 30px;
}

.mediamath-events .mediamath-select-wrap {
    width: 100%;
    margin-bottom: 15px;
}

.mediamath-events .mediamath-events-listing {
    width: 100%;
    float: none;
}

.mediamath-events .mediamath-events-listing {
    width: 90%;
}

.mediamath-events .mediamath-event-item {
    padding: 20px;
    margin-bottom: 5px;
}

.mediamath-events .mediamath-event-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
}

.mediamath-events .mediamath-excerpt {
    display: none;
}

.mediamath-events .mediamath-event-aside {
    width: 100%;
    float: none;
}

.mediamath-home-hero {
    background-size: 130%;
    padding-bottom: 0;
    padding-top: 50px;
}

.mediamath-home-hero .mediamath-home-hero-overview {
    max-width: 270px;
    background-color: transparent;
    padding: 0;
}

.mediamath-home-hero .mediamath-home-hero-overview h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
    background-color: #ffffff;
    max-width: 210px;
    margin: 0 auto;
    padding: 10px;
}

.mediamath-home-hero .mediamath-home-hero-overview p {
    margin-top: 135px;
}

.mediamath-knowledge-center .mediamath-secondary-links {
    display: none;
}

.mediamath-knowledge-center .mediamath-article-content-wrapper {
    width: 90%;
    padding-top: 30px;
    position: relative;
}

.mediamath-knowledge-center .mediamath-education-knowledge-center-header {
    display: block;
    color: #f6a01a;
    font-weight: 400;
    margin-left: 15px;
}

.mediamath-knowledge-center .mediamath-select-wrap {
    display: block;
}

.mediamath-knowledge-center .mediamath-select-wrap {
    width: 100%;
}

.mediamath-knowledge-center .mediamath-select-wrap:after {
    font-size: 16px;
    font-size: 1.6rem;
}

.mediamath-knowledge-center .mediamath-resource-preview {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.mediamath-knowledge-center .mediamath-resource-preview .mediamath-resource-preview-image,
.mediamath-knowledge-center .mediamath-resource-preview .mediamath-resource-item-image {
    height: 127px;
}

.mediamath-knowledge-center .mediamath-resource-preview .mediamath-resource-preview-header {
    padding: 15px;
}

.mediamath-knowledge-center .mediamath-resource-preview .mediamath-resource-preview-header:after {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e003";
    position: absolute;
    right: 0;
    margin-right: -10px;
    width: 30px;
    font-size: 24px;
    font-size: 2.4rem;
    vertical-align: middle;
    color: #333333;
    margin-top: -42px;
}

.mediamath-knowledge-center .mediamath-resource-preview .mediamath-resource-category {
    margin-bottom: 0;
}

.mediamath-management-team .mediamath-secondary-links {
    display: none;
}

.mediamath-management-team .mediamath-article-content {
    width: 90%;
    padding-top: 0;
    padding-bottom: 30px;
}

.mediamath-management-team .mediamath-article-content .mediamath-link-back {
    padding-left: 0;
}

.mediamath-management-team .mediamath-article-content .mediamath-about-article-header {
    display: block;
    margin-left: 20px;
}

.mediamath-students .mediamath-article-content-wrapper {
    width: 100%;
}

.mediamath-marketing-engineer-program .mediamath-secondary-links {
    display: none;
}

.mediamath-marketing-engineer-program .mediamath-article-content-wrapper {
    width: 100%;
    padding-top: 0;
}

.mediamath-terminalone-os .mediamath-secondary-links-list {
    display: none;
}

.mediamath-enablement .mediamath-secondary-links-list {
    display: none;
}

.mediamath-ecosystem .mediamath-secondary-links-list {
    display: none;
}

.mediamath-marketing-reengineered .mediamath-page-header,
.mediamath-marketing-reengineered .mediamath-page-header-case-study,
.mediamath-terminalone-os .mediamath-page-header,
.mediamath-enablement .mediamath-page-header,
.mediamath-ecosystem .mediamath-page-header {
    height: 150px;
    background-position: bottom;
}

.mediamath-marketing-reengineered .mediamath-page-header:after,
.mediamath-marketing-reengineered .mediamath-page-header-case-study:after,
.mediamath-terminalone-os .mediamath-page-header:after,
.mediamath-enablement .mediamath-page-header:after,
.mediamath-ecosystem .mediamath-page-header:after {
    content: 'Marketing Reengineered';
    display: block;
    margin-bottom: 20px;
    color: #333333;
    font-weight: 500;
    font-size: 25px;
    font-size: 2.5rem;
}

.mediamath-marketing-reengineered .mediamath-secondary-links,
.mediamath-terminalone-os .mediamath-secondary-links,
.mediamath-enablement .mediamath-secondary-links,
.mediamath-ecosystem .mediamath-secondary-links {
    background-color: transparent;
    color: #ffffff;
    padding: 0;
}

.mediamath-marketing-reengineered .mediamath-secondary-links-item,
.mediamath-marketing-reengineered .menu-item,
.mediamath-terminalone-os .mediamath-secondary-links-item,
.mediamath-terminalone-os .menu-item,
.mediamath-enablement .mediamath-secondary-links-item,
.mediamath-enablement .menu-item,
.mediamath-ecosystem .mediamath-secondary-links-item,
.mediamath-ecosystem .menu-item {
    display: block;
    text-align: left;
    background-color: #54bceb;
    margin-bottom: 5px;
    width: 100%;
    margin-left: 0;
}

.mediamath-marketing-reengineered .mediamath-secondary-links-item a,
.mediamath-marketing-reengineered .menu-item a,
.mediamath-terminalone-os .mediamath-secondary-links-item a,
.mediamath-terminalone-os .menu-item a,
.mediamath-enablement .mediamath-secondary-links-item a,
.mediamath-enablement .menu-item a,
.mediamath-ecosystem .mediamath-secondary-links-item a,
.mediamath-ecosystem .menu-item a {
    position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 20px;
    font-size: 20px;
    font-size: 2rem;
}

.mediamath-marketing-reengineered .mediamath-secondary-links-item a:after,
.mediamath-marketing-reengineered .menu-item a:after,
.mediamath-terminalone-os .mediamath-secondary-links-item a:after,
.mediamath-terminalone-os .menu-item a:after,
.mediamath-enablement .mediamath-secondary-links-item a:after,
.mediamath-enablement .menu-item a:after,
.mediamath-ecosystem .mediamath-secondary-links-item a:after,
.mediamath-ecosystem .menu-item a:after {
    font-family: "mediamath";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\e003";
    position: absolute;
    right: 0;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    vertical-align: middle;
    color: #ffffff;
    background-color: #333333;
    border-radius: 50px;
    margin-top: -6px;
}

.mediamath-news-preview {
    padding: 20px;
}

.mediamath-news-preview .mediamath-news-content {
    padding-left: 20px;
}

.mediamath-news-preview .mediamath-excerpt {
    display: none;
}

.mediamath-news-preview .mediamath-link-read-more {
    display: none;
}

.mediamath-news-single {
    display: block;
    padding-top: 20px;
}

.mediamath-news-single .mediamath-news-content {
    padding-left: 15px;
}

.mediamath-news-single .mediamath-news-content .mediamath-mobile-header {
    display: block;
}

.mediamath-news-single .mediamath-news-content .mediamath-news-category {
    display: none;
}

.mediamath-news-single .mediamath-news-date {
    display: none;
}

.mediamath-news .mediamath-secondary-links {
    display: none;
}

.mediamath-news .mediamath-link-back {
    display: block;
}

.mediamath-news .mediamath-article-content {
    width: 90%;
    padding-top: 0;
}

.mediamath-news .mediamath-about-article-header {
    display: block;
    margin-top: 5px;
}

.mediamath-news .mediamath-select-wrap {
    width: 48%;
}

.mediamath-news .mediamath-select-wrap:first-child {
    margin-right: 3%;
}

.mediamath-news .mediamath-news-category,
.mediamath-about .mediamath-item-preview-news .mediamath-news-category {
    font-size: 10px;
    font-size: 1rem;
}

.mediamath-news .mediamath-news-heading,
.mediamath-about .mediamath-item-preview-news .mediamath-item-preview-heading {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
    line-height: 1.6rem;
    margin-top: 5px;
    margin-bottom: 0;
}

.mediamath-news-excerpt,
.mediamath-news-preview,
.mediamath-news-single .mediamath-news-related-item {
    margin-bottom: 5px;
}

.mediamath-open-positions .mediamath-secondary-links {
    display: none;
}

.mediamath-open-positions .mediamath-article-content-wrapper {
    padding-top: 0;
}

.mediamath-open-positions .mediamath-article-content-wrapper .mediamath-about-article-header {
    display: block;
}

.mediamath-page-default .mediamath-page-content {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mediamath-page-default .mediamath-page-content td {
    display: block;
    width: 100%;
}

.mediamath-page-default .mediamath-page-content td:nth-child(2) {
    padding-left: 0;
}

.mediamath-performance-reimagined .mediamath-page-header,
.mediamath-performance-reimagined .mediamath-page-header-case-study {
    padding-top: 50px;
    padding-bottom: 60px;
    background-position: bottom;
}

.mediamath-performance-reimagined .mediamath-page-heading {
    max-width: 90%;
    margin: 0 auto;
}

.mediamath-performance-reimagined .mediamath-page-header .mediamath-page-heading:before,
.mediamath-performance-reimagined .mediamath-page-header-case-study .mediamath-page-heading:before {
    content: 'Performance Reimagined';
    display: block;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 500;
}

.mediamath-truth-proof-control .mediamath-article-content-wrapper {
    padding-top: 0;
}

.mediamath-truth-proof-control .mediamath-overview-content h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
}

.mediamath-principles .mediamath-article-content-wrapper {
    padding-top: 0;
}

.mediamath-principles .mediamath-overview-content h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
}

.mediamath-principles .mediamath-overview-image {
    margin-top: 30px;
}

.mediamath-resource .mediamath-secondary-links {
    display: none;
}

.mediamath-resource .mediamath-article-content {
    width: 90%;
    position: relative;
    padding: 0;
}

.mediamath-resource .mediamath-link-back {
    padding-left: 0;
    display: block;
    margin-top: 0;
}

.mediamath-resource-single .mediamath-resource-content {
    width: 100%;
    display: block;
    padding-left: 0;
}

.mediamath-resource-single .mediamath-resource-heading {
    font-size: 18px;
    font-size: 1.8rem;
}

.mediamath-resource-single .mediamath-resource-category {
    font-size: 12px;
    font-size: 1.2rem;
}

.mediamath-resource-single .mediamath-social-share {
    padding: 5px 10px;
    margin-top: 0;
    margin-bottom: 10px;
}

.mediamath-resource-single .mediamath-social-share {
    padding: 5px 10px;
}

.mediamath-resource-single .mediamath-social-share .mediamath-share-facebook {
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: 5px;
    margin-right: 5px;
}

.mediamath-resource-single .mediamath-social-share .mediamath-share-twitter {
    font-size: 20px;
    font-size: 2rem;
    margin-left: 5px;
    margin-right: 5px;
}
	
.mediamath-resource-single .mediamath-social-share .mediamath-share-linkedin {
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: 5px;
    margin-right: 5px;
}

.mediamath-resource-single .mediamath-social-share .mediamath-share-share {
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: 5px;
    margin-right: 5px;
}

.mediamath-resource-single .mediamath-social-share .mediamath-share-email {
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: 5px;
    margin-right: 5px;
}

.mediamath-resource-single .mediamath-social-share {
    position: absolute;
    top: 0;
    right: 0;
}

.mediamath-resource-single .mediamath-resource-assets {
    display: block;
    width: 100%;
}

.mediamath-resource-archive .mediamath-resource-preview {
    width: 100%;
}

.mediamath-seize-the-data-start-today .mediamath-page-header,
.mediamath-seize-the-data-start-today .mediamath-page-header-case-study,
.mediamath-do-what-can-now-be-done .mediamath-page-header,
.mediamath-do-what-can-now-be-done .mediamath-page-header-case-study {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mediamath-seize-the-data-start-today .mediamath-page-header .mediamath-page-heading,
.mediamath-seize-the-data-start-today .mediamath-page-header-case-study .mediamath-page-heading,
.mediamath-do-what-can-now-be-done .mediamath-page-header .mediamath-page-heading,
.mediamath-do-what-can-now-be-done .mediamath-page-header-case-study .mediamath-page-heading {
    font-size: 18px;
    font-size: 1.8rem;
}

.mediamath-seize-the-data-start-today .mediamath-intro,
.mediamath-do-what-can-now-be-done .mediamath-intro {
    height: 200px;
    background-position: bottom;
}

.mediamath-seize-the-data-start-today .mediamath-intro .mediamath-intro-text,
.mediamath-do-what-can-now-be-done .mediamath-intro .mediamath-intro-text {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    line-height: 3.2rem;
    text-align: center;
    padding-left: 0;
    max-width: 60px;
    margin: 0 auto;
}

.mediamath-seize-the-data-start-today .mediamath-intro .mediamath-intro-text br,
.mediamath-do-what-can-now-be-done .mediamath-intro .mediamath-intro-text br {
    display: none;
}

.mediamath-seize-the-data-start-today .mediamath-content,
.mediamath-do-what-can-now-be-done .mediamath-content {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
    width: 90%;
    margin-top: 35px;
}

.mediamath-seize-the-data-start-today .mediamath-content .mediamath-column,
.mediamath-do-what-can-now-be-done .mediamath-content .mediamath-column {
    width: 100%;
    float: none;
}

.mediamath-seize-the-data-start-today .mediamath-content .mediamath-column img,
.mediamath-do-what-can-now-be-done .mediamath-content .mediamath-column img {
    width: 100%;
    height: 100px;
}

.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-belief,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-belief {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    line-height: 3.6rem;
    width: 70%;
}

.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs-previous,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs-previous {
    left: -5px;
}

.mediamath-seize-the-data-start-today .mediamath-beliefs-wrapper .mediamath-beliefs-next,
.mediamath-do-what-can-now-be-done .mediamath-beliefs-wrapper .mediamath-beliefs-next {
    right: -5px;
}

.mediamath-page-header,
.mediamath-page-header-case-study {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mediamath-page-header .mediamath-link,
.mediamath-page-header-case-study .mediamath-link {
    display: none;
    margin: 20px;
}

.mediamath-system-detail {
    margin-top: 0;
    margin-bottom: 0;
}

.mediamath-system-detail .mediamath-system-detail-content {
    width: 100%;
    float: none;
}

.mediamath-system-detail .mediamath-system-detail-content {
    width: 90%;
    margin-left: 0;
    margin: 0 auto;
}

.mediamath-system-detail .mediamath-system-detail-image {
    width: 100%;
    float: none;
}

.mediamath-system-detail .mediamath-system-detail-image {
    display: block;
    width: 90%;
    margin: 20px auto 0;
}

.mediamath-optimization-decisioning .mediamath-system-detail .mediamath-system-detail-image {
    display: block;
}

.mediamath-page-sitemap .mediamath-sitemap .mediamath-sitemap-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.mediamath-students .mediamath-secondary-links {
    display: none;
}

.mediamath-students .mediamath-article-content-wrapper {
    width: 100%;
    padding-top: 0;
}

}

::-webkit-input-placeholder {
    color: #4d4d4d;
    opacity: 1;
}

:-moz-placeholder {
    color: #4d4d4d;
    opacity: 1;
}

::-moz-placeholder {
    color: #4d4d4d;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #4d4d4d;
    opacity: 1;
}
#mediamath-utility-navigation{z-index: 998;}
.mediamath-main-navigation-container div{display: inline;z-index: 99998;}
.mediamath-main-navigation-container{z-index: 99998;}
.ddd{/* temporarily removed padding-top: 72px;*/}

.ddd .mediamath-main-navigation-container{
    z-index: 99998;
    background: #fff;
    margin: 0;
    width: 100%;
    box-shadow: 1px 1px 1px #ccc;
}
.ddd .mediamath-main-navigation-container div{
    display: block;
    height: 72px;
    margin: 0px auto 0;
    padding: 10px 0 0;
    width: 1000px;
    }


.mediamath-footer {
    bottom: 0;
    position: absolute; /* fixed; */
    width: 100%;
	height: 100px; /* Oct 13, 2016 */
    z-index: 998;
}

.mediamath-event-navigation .mediamath-link-back{
    display: block;
    margin: -20px 0 10px;
}
.mediamath-article-content .mediamath-link-back{
    display: block;
    margin: -20px 0 0;
}
a .mediamath-biography-meta .mediamath-biography-title{color: #4d4d4d;}
a.mediamath-link-biography-detail span.mediamath-accessible-text{
    background-color: #333;
    border-radius: 50px;
    clip: auto;
    color: #fff;
    display: block;
    height: 50px;
    position: absolute;
    text-align: center;
    top: 215px;
    width: 50px;
}
a.mediamath-link-biography-detail span.mediamath-accessible-text:after {
    color: #fff;
    content: "\e003";
    display: inline-block;
    font-family: "mediamath";
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    position: relative;
    text-decoration: inherit;
    top: 14px;
    left: 2px;
}
.mediamath-biography-single .mediamath-link-back{
    display: block;
    margin: -20px 0 10px;
}
.mediamath-biography-content .mediamath-link-back{
    display: none;
}
.mediamath-knowledge-center .mediamath-resource-preview .mediamath-link {
    display: block;
    height: 195px;
}
.mediamath-knowledge-center .mediamath-resource-preview .mediamath-resource-preview-image {
    margin: 0 auto;
}

.mediamath-resource-archive a.mediamath-link .mediamath-resource-default-image{display: block !important;
    height: 137px;
    margin: 0 !important;
    top: 0 !important;
}

.page-id-929 .cycle-slideshow {
    margin-top: 80px;
}
.mediamath-mobile-navigation-actions{display: none !important;}
@media (max-width: 768px) {
    .mediamath-footer {
        position: relative !important;
    }
div.mediamath-full-navigation-container{
    display: inline-block !important;
}

.mediamath-main-navigation-container{
    text-align: center !important;
    margin:.5em 0 !important;
}
.ok12{
    width: 40% !important;
    float:  left !important;
    padding:0 !important;
}
a.mediamath-mobile-main-navigation-contact-link{
    display: inline-block !important;
    width: 20% !important;
    margin: 0 !important;
    padding:1em 0 0 !important;
    float:none !important;
}

div.mediamath-mobile-navigation-actions{
    display: inline-block !important;
    /* width: 30% !important; */
    float:  right !important;
	height: auto !important;
	padding: 0 !important;
  position: relative;
  left: 16px;
  top: 4px;
  width: 30px !important;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'mediamath';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
span.icon-search2 { position: relative; left: -11px; top: 5px; display: inline-block; width: 20px !important; }
.icon-search2:before {
  content: "\e701";
  color: #FFF;
  position: relative;
  top: 3px;
  font-size: 20px;
  cursor: pointer;
}
a.mediamath-mobile-main-navigation-contact-link {   position: relative; left: -16px; top: 5px; }


} /* max 768px */

@media (min-width: 760px) and (max-width: 979px) {
/* Tablet edits by Zoran */
.ok12{
    width: 100% !important;
    float:  left !important;
    padding:0 !important;
}
/* Hide contact link and Burger mobile menu, Board arrows */
.mediamath-main-navigation-container .mediamath-mobile-main-navigation-contact-link, .mediamath-main-navigation-container .mediamath-mobile-navigation-actions,
.mediamath-article-content .mediamath-accessible-text {
	display: none !important;
}
/* Logo and Performance Reimagined, Marketing Reengineered margins */
.mediamath-main-navigation-container { margin: 10px 0px 0px 0px !important; }
.mediamath-page-header { padding-top: 50px !important; }

.mediamath-biography-preview .mediamath-biography-meta, .mediamath-about .mediamath-item-preview-biography .mediamath-item-preview-inner .mediamath-biography-meta {
	margin-top: 0px;
}
.page-id-43 .mediamath-article-content .mediamath-link-back { margin: 0px 0px 15px 0px; }
/* Secondary Menu on Performance Reimagined and Marketing Reengineered pages */
/* Ecosystem, Enablement, Overview secondary menu */
.page-id-914 .mediamath-secondary-links .mediamath-secondary-links-item, .page-id-82 .mediamath-secondary-links .menu-item,
.page-id-98 .mediamath-secondary-links .menu-item, .page-id-106 .mediamath-secondary-links .menu-item , .page-id-16 .mediamath-secondary-links .menu-item,
.page-id-12 .mediamath-secondary-links .mediamath-secondary-links-item { padding-top: 15px; }
/* Hide Flowplayer in header */
.page-id-12 .mediamath-performance-reimagined .flowplayer, .page-id-16 .mediamath-marketing-reengineered .flowplayer { display:none; }
/* Tabset footer menu on Performance Reimagined and Marketing Reengineered pages */
.mediamath-performance-reimagined .mediamath-tabset .mediamath-tabset-navigation, .mediamath-terminalone-os .mediamath-tabset .mediamath-tabset-navigation { bottom: 70px; }
/* Careers page - Math values boxes */
.page-id-45 .mediamath-bumps .mediamath-bump { width: 100%; }
.page-id-45 .mediamath-page .mediamath-careers .mediamath-bump-culture-overview { min-height: 100%; }
/* Client Success */
.page-id-66 .temp-cs-block { width:29% !important; }
/* Certified buyers, Client Stories, Out Clients */
.page-id-4044 .mediamath-article-content-wrapper, .page-id-4046 .mediamath-article-content-wrapper, .page-id-4048 .mediamath-article-content-wrapper { width: 85%; }
.page-id-4044 .mediamath-article-content-wrapper .mediamath-article-content img,
.page-id-4048 .mediamath-article-content-wrapper .mediamath-article-content #Table_01 img { max-width: 100%; height: auto; }
.page-id-4046 .mediamath-article-content-wrapper .mediamath-article-content img { max-width: 100%; height: auto; }
/* Client Stories Video */
.page-id-4046 .client-stories-video { width: 100% !important;  height: auto; }
/* Our Clients */
.page-id-4048 .mediamath-article-content-wrapper .mediamath-article-content #Table_01 { max-width: 650px !important; }
/* Footer */
.page-id-914 .mediamath-footer, .page-id-82 .mediamath-footer { position: fixed !important; }
/* Contact form Select */
.mediamath-contact-form .mediamath-select-wrap { width: 100%; background: url("//static.mediamath.com/images/form_arrow_down.png") no-repeat scroll 200px 17px #fff; line-height: 19px; height: 44px; }
/* Request demo */
.mediamath-request-demo .mediamath-footer .mediamath-request-demo-form .mediamath-input { margin-bottom: 10px; height: 35px; font-size: 15px; padding: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.mediamath-request-demo .mediamath-request-demo-form .mediamath-select-wrap { width: 100%; background: url("//static.mediamath.com/images/form_arrow_down.png") no-repeat scroll 162px 20px #fff; line-height: 26px; }
.mediamath-footer .mediamath-request-demo-form .mediamath-request-submit { min-width: 195px; }
/* Hide youtube video on the mediamath.com/marketing-reengineered/terminalone-os/  page, show only in Optimization & Decisioning */
#mediamath-tabset-82 .mediamath-service-detail-description p iframe { display: none; } 
/* Knowledge Center Images */
.mediamath-knowledge-center .mediamath-resource-preview .mediamath-link { height: auto; }
.mediamath-knowledge-center .mediamath-resource-preview .mediamath-resource-preview-header { height: 70px; }
/* Case Study Sheets */
.case-study-1, .case-study-2 { float: none; width 100% !important; text-align:center; }
/* Tablet edits by Zoran */	
}

.page-id-4470 .mediamath-page { padding-top:0; }
.page-id-4470 .mediamath-full-navigation-container { display:none; }
@media (max-width: 768px) { .page-id-4470 div.mediamath-full-navigation-container { display: none !important; } }
/* New footer Responsive - October 2016 */
@media screen and (max-width: 920px) {
	.mediamath-footer { height: 130px !important; }
	.mediamath-footer .mediamath-footer-inner { width: 100% !important; display: block !important; text-align: center; padding-left: 0px; padding-top: 10px; height: auto !important; }
	.mediamath-footer .mediamath-footer-inner.footer-inner-second { margin-top: 10px; padding-top: 10px; }
	.mediamath-footer-social-media { display: block !important; text-align: center; }
	.mediamath-footer-metadata { display: block !important; text-align: center;  border-bottom: 1px solid #616060; padding-bottom: 7px; margin-bottom: 5px; }
	.mediamath-footer-global-sites { display: block !important; text-align: center !important; }
	.mediamath-footer-demo, .mediamath-footer-demo .mediamath-request-demo-button { width: 100% !important; margin-top: 0px; }
}
@media screen and (max-width: 600px) {
	.mediamath-footer { height: 89px !important; }
	.mediamath-footer-global-sites { display: none !important; } 
}
