/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
	height:100%;
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
	min-height: 100% !important;
	height:100%;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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: .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: -.5em;
}

sub {
	bottom: -.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.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * 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: .35em .625em .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;
}

.content-math .add-nav ul,
.content-math .two-columns .col.features .features-list,
.content-math .partners-block .partner-list,
.content-math .article-wrapper .related .product-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.content-math .article-wrapper .article-block:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font-family: "Avenir";
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}
/*
h1,
.h1 {
	font-size: 42px;
}

h2,
.h2 {
	font-size: 36px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}
*/
a {
	color: inherit;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #1d1d1d;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #1d1d1d;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #1d1d1d;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #1d1d1d;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #1d1d1d;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	cursor: pointer;
}

@font-face {
	font-family: "mediamath";
	src: url("//static.mediamath.com/fonts/2017-02-15/mediamath.eot?u1q1d7");
	src: url("//static.mediamath.com/fonts/2017-02-15/mediamath.eot?u1q1d7#iefix") format("embedded-opentype"), url("//static.mediamath.com/fonts/2017-02-15/mediamath.ttf?u1q1d7") format("truetype"), url("//static.mediamath.com/fonts/2017-02-15/mediamath.woff?u1q1d7") format("woff"), url("//static.mediamath.com/fonts/2017-02-15/mediamath.svg?u1q1d7#mediamath") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	/* use !important to prevent issues with browser extensions that change fonts */
	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;
}

.icon-icon1:before {
	content: "\e900";
}

.icon-icon2:before {
	content: "\e901";
}

.icon-icon3:before {
	content: "\e902";
}

.icon-icon4:before {
	content: "\e903";
}

.icon-icon5:before {
	content: "\e904";
}

.icon-icon6:before {
	content: "\e905";
}

.icon-arrow-right:before {
	content: "\e906";
}

.icon-arrow-left:before {
	content: "\e907";
}


#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.content-math {
	font-size: 18px;
	line-height: 1.38889;
	font-weight: 300;
	color: #333;
}

.content-math .bg-holder {
	min-height: 100vh;
	overflow: hidden;
	position: absolute;
/*	background-attachment: fixed;*/
	background-repeat: no-repeat;
    background-color:#000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	min-width: 100%; /* added */
    min-height: 100%; /* added */
}

.home .content-math {
	background:url(//static.mediamath.com/wp-content/uploads/2017/01/30195115/homepage-7.jpg) no-repeat;
	width: 100%;
	height: 100%;	
	background-repeat: no-repeat;	
	background-attachment: none; /* none */
	background-position: center center;
	background-size: 100% 100%;
	min-height: 100vh;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	box-shadow: 0 0 9px rgba(0, 0, 0, .7);
	margin-top: 0;
}

.home .big-image.bg-holder, .home .intro .intro-title, .home .intro .description, .home .intro .home-title { 
	opacity: 0; }

.home .fixed-state { z-index: -2; }

.home .content-math { z-index: 1; box-shadow: 0 0 9px rgba(0, 0, 0, .7); }

.dark-overlay{
    background:rgba(0,0,0,0.6);
}


.content-math .big-image-mobile {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}

.content-math .holder {
	max-width: 1026px;
	margin: 0 auto;
	padding: 0 10px;
}

.content-math .dark {
	color: #fff;
}

.content-math .text-center {
	text-align: center;
}

.content-math .text-left {
	text-align: left;
}

.content-math .text-right {
	text-align: right;
}

.content-math .align-right {
	float: right;
}

.content-math .align-left {
	float: left;
}

.content-math .middle-holder {
	min-height: calc(90vh);
	white-space: nowrap;
	text-align: center;
}

.content-math .middle-holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: calc(90vh);
}

.content-math .middle-holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.content-math .middle-holder:after {
	min-height: calc(90vh);
}

.content-math .middle-holder .middle-block {
	width: 100%;
	max-width: none;
	padding: 20px 0;
}

.lrg-text{
    font-size:24px;
}

.no-padding{
    padding:0;
}

.content-math h1 {
	font-size: 42px;
}

.content-math h2 {
	margin-bottom: 27px;
	font-size: 36px;
	font-weight: 300;
    line-height:48px;
}

.four-columns h2, .tech h2 {
    margin-bottom: 10px;
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    border-bottom: 1px solid #FFF;
}

.tech h2{
    width:50%;
    margin:0 auto;
    border-top: 1px solid #FFF;
    border-bottom: 0;
    padding-bottom:18px;
    padding-top:18px;
}


.content-math a {
	text-decoration: none;
}

.content-math a:hover {
	color: #aaa;
}

.content-math a.link-arrow, .content-math a.link-arrow-small {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 26px;
	font-weight: 500;
	text-transform: uppercase;
}

.content-math a.link-arrow:hover, .content-math a.link-arrow-small:hover {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 26px;
	font-weight: 500;
}

.content-math a.link-arrow:after, .content-math a.link-arrow-small:after {
	content: "\e906";
	font-family: "mediamath" !important;
	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;
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 15px;
}

.content-math a.link-arrow-small:after{
    font-size: 14px;
    top:4px;
}

.no-background{
    background: none !important;
    background-color: transparent !important;
}

.content-math .btn {
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	width: 400px;
	padding: 8px 45px 8px 18px;
	background-color: rgba(0, 0, 0, .5);
	border: 1px solid #fff;
	position: relative;
}

.content-math .btn:hover {
	background-color: rgba(0, 0, 0, .8);
}

.content-math .btn:after {
	content: "\e906";
	font-family: "mediamath" !important;
	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;
	position: absolute;
	top: 12px;
	right: 19px;
	font-size: 15px;
}

.content-math .link-back {
	text-transform: uppercase;
}

.content-math {
	position: relative;
}

.white-bg{
    background-color:#FFF;
}

.content-math .intro.add {
	font-size: 20px;
	line-height: 1.3889;
}

.content-math .intro.add .intro-title {
	margin-bottom: 30px;
}

.content-math .intro.add .intro-title span {
/*	color: #353066;*/
}

.content-math .intro.add .middle-holder.text-right {
	text-align: right;
}

.content-math .intro.add .middle-holder.text-left {
	text-align: left;
}

.content-math .intro.add .middle-holder .middle-block {
	width: 49.5%;
}

.content-math .intro.add .description {
	padding: 0;
}

.content-math .intro.gray .intro-title span {
	color: #6c6673;
}


.jump-link{
    color: rgba(255, 255, 255, 0.4);
}

.content-math .intro h2 {
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 1.375;
	font-weight: 900;
	text-transform: uppercase;
}

.content-math .intro .intro-title {
	margin-bottom: 40px;
	display: block;
	font-size: 45px;
	line-height: 75px;
	font-weight: 900;
}

.content-math .intro .intro-title span {
/*	color: #6c96ac;*/
	background: #fff;
	padding: 5px 16px;
	letter-spacing: -1px;
}

.content-math .intro .description {
	padding: 0 60px;
}

.content-math .intro .home-title {
	margin-bottom: 0px;
	display: block;
	font-size: 50px;
	line-height: 100px;
}

.content-math .intro .home-title span {
	color: #FFFFFF;
	padding: 5px 16px;
	letter-spacing: -1px;
    font-weight: 100;
}

.content-math .intro .home-title span.bold{
    color: #5986a5;
    font-weight:800;
}


.content-math .nav-holder {
	position: relative;
	margin-bottom: 89px;
}

.content-math .nav-holder .intro {
	min-height: calc(65vh);
}

.content-math .nav-holder .intro .middle-holder {
	min-height: calc(65vh);
}

.content-math .nav-holder .intro .middle-holder:after {
	min-height: calc(65vh);
}

.content-math .add-nav {
	border-bottom: 1px solid #fff;
	padding-top: 54px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .69) 74%, rgba(0, 0, 0, .7) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .69) 74%, rgba(0, 0, 0, .7) 100%);
/*
	-webkit-transition: background .25s linear;
	transition: background .25s linear;
*/
}

.content-math .add-nav.fixed-position {
	background: rgba(0,0,0,0.8);
/*
	-webkit-transition: background .25s linear;
	transition: background .25s linear;
*/
	top: 52px !important;
}

.content-math .add-nav .open-close .opener {
	display: none;
	padding: 12px 30px;
	cursor: pointer;
	position: relative;
}

.content-math .add-nav .open-close .opener:hover {
	background: #fff;
	color: #1d1d1d;
}

.content-math .add-nav .open-close .opener:hover:after {
	border-color: #1d1d1d;
}

.content-math .add-nav .open-close .opener:after {
	position: absolute;
	right: 15px;
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	border: 2px solid #fff;
	border-width: 0 0 2px 2px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -7px;
	line-height: 0;
	pointer-events: none;
	display: inline-block;
	z-index: 1;
}

.content-math .add-nav .open-close.active .opener {
	background: #fff;
	color: #1d1d1d;
}

.content-math .add-nav .open-close.active .opener:after {
	border-color: #1d1d1d;
}

.menu-item-has-children a{
/*
    text-transform: uppercase;
    font-size: 15px;
    color: #ccc !important;
*/
}

.menu-item-has-children a:hover{
    color: #999 !important;
}

.sub-menu a{
    text-transform: capitalize;
    margin-left:10px;
    font-size: 15px;
    line-height: 18px !important;
    color: #FFF !important;
}

.sub-menu a:hover{
    color: #999 !important;
}

.sub-menu{
    padding:0 !important;
    margin-bottom:10px !important;
}

ul.sub-menu li{
    line-height:1.2 !important;
}

.content-math .add-nav ul {
	font-size: 0;
	line-height: 0;
	margin: 0 -19px;
}

.content-math .add-nav ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	line-height: 1.2222;
	font-weight: 500;
	padding: 0 17px;
}

.content-math .add-nav ul li a {
	display: block;
	padding-bottom: 7px;
	border-bottom: 5px solid transparent;
}

.content-math .add-nav ul li a:hover {
	border-color: #fff;
	color: #fff;
}

.content-math .add-nav ul li.active a {
	border-color: #fff;
}

.content-math .block {
	position: relative;
	padding: 111px 0 68px;
}

.content-math .product-block {
	position: relative;
	padding: 60px 0 40px;
}

.home .content-math .block { 
	padding: 200px 0 350px;
}

.content-math .block.marketing {
	background: #000;
	z-index: 1;
}

.hp-bottom-block{
    width:60%;
    margin:0 auto;    
    margin-bottom:500px;

}

.no-padding{
    padding:0 !important;
}

.dark-border{
    border-bottom:1px solid #333 !important;
}

.content-math .block.triangle:before,
.content-math .block.triangle-white:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-width: 20px 40px 0;
	border-color: #000000 transparent transparent;
	border-style: solid;
    z-index:1;
}

.content-math .block.triangle-white:before{
    border-color: #FFF transparent transparent;
    z-index:1;
}

.content-math .block h1 {
	margin-bottom: 30px;
	font-weight: 300;
}

.content-math .block h2 {
	font-weight: 300;
}

.content-math .block .report-holder {
	padding: 83px 15% 129px;
}

.content-math .block .report-holder h1 {
	margin-bottom: 46px;
}

.content-math .block .three-columns {
	width: 100%;
	padding: 60px 0;
}

.content-math .block .three-columns.persona {
	padding: 31px 0;
}

.content-math .block .three-columns.persona .col h2 {
	margin-bottom: 27px;
}

.content-math .block .three-columns.persona .col h3 {
	margin-bottom: 11px;
}

.content-math .block .three-columns.persona .col .description {
	padding-bottom: 23px;
}

.content-math .block .tech{
	padding: 10px 30px 10px 30px;
	position: relative;
	background: rgba(50, 54, 46, 0.8);
/*  background-image: url(//static.mediamath.com/wp-content/uploads/2016/12/19194344/dot-bg-blur.png);*/
}

.home .four-columns {
	padding: 10px 30px 10px 30px;
	position: relative;
    background: rgba(45, 63, 84, 0.8);
}


.content-math .block .three-columns p.home-slogan {
	font-size: 26px;
    text-align: center;
	margin: 0 0 40px 0;
}

.content-math .block .three-columns.tech:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	width: 247px;
	height: 1px;
	margin: auto;
	/* background: #fff; */
}

.home .content-math .block .three-columns .col .description {
	border-bottom: 0px none;
}

.content-math .block .three-columns .col {
	display: inline-block;
    text-align: left;
	vertical-align: top;
	width: 33.33%;
	margin-right: -.25em;
	padding: 8px 10px;
}

.content-math .block .three-columns .col h2 {
	margin-bottom: 3px;
	text-transform: uppercase;
	font-weight: 800;
}

.content-math .block .three-columns .col h3 {
	text-transform: uppercase;
	font-weight: 800;
}

.home .content-math .block .three-columns .col h2, .home .content-math .block .three-columns .col a {
	text-transform: none;
}
.home .content-math .block .three-columns .col h2, .home .content-math .block .three-columns .col h3 {
    font-size: 35px;
}

.home .content-math a.link-arrow:after {
/*	font-size: 22px;*/
	position: relative;
    top: 0px;
    left: 30px;
}

.content-math .block .three-columns .col .description {
	padding-bottom: 12px;
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
}

.content-math .block .three-columns .col .description .text {
	display: block;
	margin-bottom: 5px;
}

.content-math .block .three-columns .col .description p {
	margin-bottom: 22px;
}

.content-math .block .link-get {
	position: relative;
	display: block;
	padding: 15px 0;
}

.content-math .block .link-get:before {
	content: "";
	width: 267px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
}

.content-math .block .heading {
	overflow: hidden;
	margin-bottom: 31px;
}

.content-math .block .heading h2 {
	margin-bottom: 8px;
}

.content-math .block .heading .powered-text {
	display: block;
	font-weight: 500;
}

.content-math .block.dark .chart-block .data-holder .data-list .data .preview {
	border-color: #fff;
	color: #fff;
}

.content-math .block .chart-block {
	margin: 0 -22px;
	overflow: hidden;
}

.content-math .block .chart-block .link-holder {
	text-align: center;
	padding: 23px 0 11px;
	border-top: 1px solid #333;
}

.content-math .block .chart-block .link-holder .link {
	display: inline-block;
	vertical-align: top;
	padding: 0 22px;
}

.content-math .block .chart-block .link-holder .link a {
	display: block;
}

.content-math .block .chart-block .chart-holder {
	float: left;
	width: 50%;
    margin-top:40px;
}

.content-math .block .chart-block .chart-holder .image-holder {
	margin-bottom: 25px;
}

.content-math .block .chart-block .chart-holder .image-holder img {
	vertical-align: top;
}

.content-math .block .chart-block .chart-holder .description {
	color: #4a4a4a;
	font-size: 16px;
	line-height: 1.375;
	font-weight: 500;
	padding: 0 45px 11px;
}

.content-math .block .chart-block .chart-holder .description p {
	margin-bottom: 26px;
}

.content-math .block .chart-block .chart-holder .description p strong {
	font-size: 18px;
	line-height: 1.3889;
	font-weight: 800;
}

.content-math .block .chart-block .chart-holder.add {
	padding-top: 0;
}

.content-math .block .chart-block .chart-holder.add .image-holder {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.content-math .block .chart-block .data-holder {
	float: right;
	width: 50%;
/*	padding: 0 22px;*/
}

.content-math .block .chart-block .data-holder p strong {
	font-weight: 800;
}

.content-math .block .chart-block .data-holder .data-list {
	padding: 7px 12px 33px;
}

.content-math .block .chart-block .data-holder .data-list .data {
	overflow: hidden;
	padding: 12px 0;
}

.content-math .block .chart-block .data-holder .data-list .data .preview {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 30px;
	text-align: center;
/*
	border: 3px solid #00518a;
	color: #00518a;
*/
	border-radius: 100px;
}

.content-math .block .chart-block .data-holder .data-list .data .preview i {
	font-size: 56px;
	line-height: 82px;
	display: inline-block;
	vertical-align: top;
}

.content-math .block .chart-block .data-holder .data-list .data .preview i.icon-icon2 {
	font-size: 33px;
}

.content-math .block .chart-block .data-holder .data-list .data .preview i.icon-icon3 {
	font-size: 46px;
	line-height: 88px;
}

.content-math .block .chart-block .data-holder .data-list .data .data-content {
	overflow: hidden;
	font-size: 16px;
	line-height: 1.375;
	font-weight: 300;
}

.content-math .block .chart-block .data-holder .data-list .data .data-content h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 800;
    margin-top:6px;
}

.content-math .block .chart-block .data-holder .data-list .data .data-content p {
	margin: 0;
}

.min-height-120{
    min-height:120px;
}

.content-math .block-divider, 
.content-math .block-divider-dark {
	position: absolute;
	top: 0;
	left: 50%;
	width: 84px;
	height: 24px;
	margin-left: -42px;
}

.content-math .block-divider:before,
.content-math .block-divider:after,
.content-math .block-divider-dark:before,
.content-math .block-divider-dark:after{
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	height: 1px;
	width: 9999px;
	background: rgba(255, 255, 255, .5);
}

.content-math .block-divider:after,
.content-math .block-divider-dark:after{
	right: auto;
	left: 100%;
}

.content-math .block-divider img,
.content-math .block-divider-dark img{
	width: 100%;
	vertical-align: top;
	opacity: .5;
}

.content-math .block-divider-dark:before,
.content-math .block-divider-dark:after{
	background: rgba(0, 0, 0, .2);
}

.content-math .two-columns {
	margin: 0 -15px;
}

.content-math .two-columns.programmatic {
	padding: 57px 0 39px;
}

.content-math .two-columns .col {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-right: -.25em;
	padding: 0 15px;
}

.content-math .two-columns .col.features {
	padding-top: 9px;
	padding-left: 92px;
}

.content-math .two-columns .col.features h3 {
	margin-bottom: 17px;
	font-size: 18px;
	line-height: 1.3889;
	font-weight: 500;
	text-transform: uppercase;
}

.content-math .two-columns .col.features .features-list li + li {
	margin-top: 7px;
}

.content-math .two-columns .col h3 {
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 17px;
}

.content-math .two-columns .col .description {
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	padding-bottom: 14px;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
}

.content-math .two-columns .video-block .preview {
	display: inline-block;
	vertical-align: middle;
	width: 45.5%;
	padding-right: 15px;
	margin-right: -.25em;
}

.content-math .two-columns .video-block .preview img {
	vertical-align: top;
}

.content-math .two-columns .video-block .video-description {
	display: inline-block;
	vertical-align: middle;
	width: 53%;
	margin-right: -.25em;
	font-weight: 500;
	padding-right: 15px;
}

.content-math .two-columns .details {
	margin-bottom: 21px;
	padding-bottom: 25px;
	border-bottom: 1px solid #fff;
}

.content-math .two-columns .details p {
	margin-bottom: 20px;
}

.content-math .two-columns .details .video-block {
	background: none;
	box-shadow: none;
	border: 0px none;
	padding: 0;
	padding-top: 11px;
}

.content-math .success-story {
	position: relative;
	padding: 50px 0;
	background-image: -webkit-linear-gradient(270deg, #fff 0%, #eaeaea 100%);
	background-image: linear-gradient(180deg, #fff 0%, #eaeaea 100%);
	z-index: 1;
}

.content-math .success-story.dark {
	background: none;
}

.content-math .success-story.dark .link-all {
	border-color: #fff;
}

#client-success .holder .link-all{
    border-top:1px solid #FFF;
    padding-top:20px;
}

.border-top{
    border-top:1px solid #FFF;
}

.border-top-dark {
    border-top: 1px solid #333;
    padding-top: 20px;
}

.solutions-contact{
    border-top:1px solid #333;
    width:70%;
    margin:20px auto;
    padding:30px 0 0 0;
}

.content-math .success-story h2 {
	margin-bottom: 36px;
}

.content-math .success-story .four-columns {
	padding: 10px 0 36px;
	margin: 0 -15px;
}

.content-math .success-story .four-columns .col {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-right: -.25em;
	padding: 8px 15px;
}

.content-math .block .four-columns .col {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-right: -.25em;
	padding: 8px 15px;
}

.content-math .success-story .four-columns .story {
	background: #fff;
	color: #808080;
	padding-bottom: 8px;
    border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .4);	
}

.content-math .success-story .four-columns .story .story-preview {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 31px 10px 7px;
	color: #fff;
}

.content-math .success-story .four-columns .story .story-preview h3 {
	margin-bottom: 4px;
	line-height: 27px;
	font-weight: 300;
	text-transform: capitalize;
}

.content-math .success-story .four-columns .story .story-preview h4 {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	text-transform: capitalize;
}

.content-math .success-story .four-columns .story .description {
	font-size: 13px;
	line-height: 20px;
	padding: 11px 10px 23px;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 8px;
}

.content-math .success-story .four-columns .story .link-arrow {
	margin-left: 10px;
	font-size: 16px;
	line-height: 24px;
	color: #df376f;
}

.content-math .success-story .four-columns .story .link-arrow:after {
	font-size: 18px;
	top: 3px;
}

.content-math .success-story .four-columns .story .link-arrow:hover {
	color: #b52958;
}

.content-math .success-story .link-all,
{
	border-top: 1px solid #333;
	padding: 29px 0 2px;
}

.usecase-link, .usecase-link-small{
    border-top: 1px solid #333;
	padding: 10px 0 2px;
    margin-top:10px;
}

.usecase-link-small{
    font-size:16px;
}

.content-math .partners-block {
	padding: 53px 0;
    z-index:5;
	background-color:#fff;
}

.content-math .partners-block h2 {
	margin-bottom: 21px;
}

.content-math .partners-block .partner-list {
	font-size: 0;
	line-height: 0;
	margin: 0 -13px;
	padding: 16px 0 37px;
}

.content-math .partners-block .partner-list li {
	display: inline-block;
	vertical-align: top;
	padding: 8px 13px;
	font-size: 18px;
	line-height: 1.38889;
	text-align: center;
	width: 25%;
}

.content-math .partners-block .partner-list li a {
	display: block;
	width: 230px;
	height: 105px;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
	white-space: nowrap;
	text-align: center;
}

.content-math .partners-block .partner-list li a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.content-math .partners-block .partner-list li a > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.content-math .partners-block .partner-list li a:hover img {
	opacity: .5;
}

.content-math .partners-block .partner-list li a img {
	max-width: 60%;
    max-height: 100%;
	vertical-align: middle;
}

.content-math .partners-block .link-all {
	border-top: 1px solid #333;
	padding: 29px 0 16px;
}

.content-math .key-features {
	font-size: 0;
	line-height: 0;
	padding-top: 52px;
	margin: 0 -12px;
}

.content-math .key-features.orange .col .image-holder {
	border-color: #f7a11a;
}

.content-math .key-features.orange .col h3 {
	color: #f7a11a;
}

.content-math .key-features.add {
	padding-top: 50px;
	padding-bottom: 63px;
}

.content-math .key-features .col {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	color: #fff;
	font-size: 17px;
	line-height: 1.38889;
	font-weight: 300;
	padding: 0 12px;
}

.content-math .key-features .col h3 {
	color: #fff;
	margin-bottom: 12px;
}

.content-math .key-features .col .image-holder {
	width: 130px;
	height: 130px;
	border: 2px solid #fff;
	margin: 0 auto;
	border-radius: 100px;
	margin-bottom: 35px;
	white-space: nowrap;
	text-align: center;
}

.content-math .key-features .col .image-holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.content-math .key-features .col .image-holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.content-math .key-features .col .image-holder i {
	font-size: 70px;
	line-height: 126px;
	display: inline-block;
	vertical-align: top;
}

.content-math .key-features .col .image-holder i.icon-icon5 {
	font-size: 74px;
	line-height: 119px;
}

.content-math .key-features .col .image-holder i.icon-icon6 {
	font-size: 64px;
	line-height: 126px;
	
}

.content-math .key-features .col .image-holder i.icon-icon4,
.content-math .key-features .col .image-holder i.icon-icon5,
.content-math .key-features .col .image-holder i.icon-icon6 {
	padding: 6px 0 0 4px;
}

.content-math .map-holder {
	text-align: center;
	padding: 35px 0 28px;
}

.content-math .access-block .description {
	display: inline-block;
	vertical-align: top;
	width: 63%;
}

.content-math .access-block .description h2 {
	margin-bottom: 25px;
}

.content-math .access-block .description .portal-list {
	margin-bottom: 16px;
	width: 76%;
	padding: 6px 0 10px;
	border-bottom: 1px solid #fff;
}

.content-math .access-block .description .portal-list .portal {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 19px;
	padding: 18px 0;
}

.content-math .access-block .description .portal-list .portal h3 {
	color: #fff;
	margin-bottom: 23px;
}

.content-math .access-block .description .link-visit {
	margin-bottom: 12px;
}

.content-math .access-block .image-holder {
	position: absolute;
	right: 0;
	bottom: 4px;
	pointer-events: none;
	display: inline-block;
	width: 39.7%;
}

.content-math .access-block .image-holder img {
	width: 100%;
	max-width: none;
	vertical-align: top;
}

.content-math .timeline-block {
	padding: 44px 0 22px;
	background: #fff;
	background: -webkit-linear-gradient(top, #fff 0%, #eaeaea 100%);
	background: linear-gradient(to bottom, #fff 0%, #eaeaea 100%);
	box-shadow: 0 0 16px rgba(0, 0, 0, .5);
}

.content-math .timeline-block h2 {
	margin-bottom: 16px;
}

.content-math .article-wrapper {
	padding: 60px 0;
}

.content-math .article-wrapper .article-container {
	padding-bottom: 52px;
}

.content-math .article-wrapper .link-back {
	padding: 15px 0;
	border-bottom: 1px solid #fff;
}

.content-math .article-wrapper .link-back.add {
	padding: 26px 0;
}

.content-math .article-wrapper .link-back a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

.content-math .article-wrapper .link-back a:before {
	content: "\e907";
	font-family: "mediamath" !important;
	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;
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 15px;
}

.content-math .article-wrapper .link-back.add {
	border-bottom: none;
	border-top: 1px solid #fff;
}

.content-math .article-wrapper .article-block {
	position: relative;
	padding: 40px 0 77px;
}

.content-math .article-wrapper .article-block .preview {
	width: 400px;
	white-space: nowrap;
	text-align: center;
}

.content-math .article-wrapper .article-block .preview:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.content-math .article-wrapper .article-block .preview > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.content-math .article-wrapper .article-block .preview.align-left {
	margin-right: 12%;
}

.content-math .article-wrapper .article-block .preview.align-right {
	margin-left: 12%;
}

.content-math .article-wrapper .article-block .preview .preview-block {
	width: 100%;
	max-width: none;
	padding: 15px 16px;
/*	border: 1px solid #fff;*/
}

.content-math .article-wrapper .article-block .preview img {
	vertical-align: top;
}

.content-math .article-wrapper .article-block .preview .caption {
	display: block;
	padding: 22px 2px 19px;
	margin-bottom: 16px;
	border-bottom: 1px solid #fff;
}

.content-math .article-wrapper .article-block .description {
	padding: 5px 0;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}

.content-math .article-wrapper .article-block .description:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.content-math .article-wrapper .article-block .description > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.content-math .article-wrapper .article-block .description .description-holder {
	text-align: left;
	max-width: none;
}

.content-math .article-wrapper .article-block .description h2 {
	margin-bottom: 40px;
}

.content-math .article-wrapper .article-block .description p {
	margin-bottom: 0;
}

.content-math .article-wrapper .article-block .description p + p {
	margin-top: 25px;
}

.content-math .article-wrapper .link-more {
	padding: 24px 0;
	border-top: 1px solid #fff;
}

.content-math .article-wrapper .related {
	padding: 66px 0 41px;
	position: relative;
}

.content-math .article-wrapper .related .product-list {
	margin: 0 -8px;
	padding: 8px 0;
}

.content-math .article-wrapper .related .product-list li {
	display: inline-block;
	vertical-align: top;
	padding: 0 8px 7px;
	width: 50%;
	margin-right: -.25em;
}

.clip-text {
    background: #ffffff;
    color: #304560;
    mix-blend-mode: lighten;
}

.clip-text.intelligence-text {
	color: #7f1800 !important;
    font-size:44px !important;
}

.clip-text.audience-text {
	color: #1d1011 !important;
}

.clip-text.agencies-text {
	color: #1f0b07 !important;
}

.clip-text.brands-text {
	color: #170d1f !important;
}

.clip-text.publishers-text {
	color: #452822 !important;
}


@media (min-width: 768px) {
	.content-math {
		margin-top: 91px;
	}
	.content-math .js-slide-hidden {
		position: static !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.home h1 .clip-text { 
		padding: 5px 12px;
    	font-weight: 800;
    	font-size: 52px;
	}
}

@media (max-width: 1023px) {
	.content-math .middle-holder {
		min-height: calc(65vh);
	}

	.content-math .middle-holder:after {
		min-height: calc(65vh);
	}

	.content-math .middle-holder .middle-block {
		padding: 0;
	}

	.content-math h1 {
		font-size: 35px;
		line-height: 40px;
	}

	.content-math h2 {
		font-size: 25px;
		line-height: 32px;
	}

	.content-math h3 {
		font-size: 20px;
		line-height: 24px;
	}

	.content-math a.link-arrow {
		font-size: 15px;
		line-height: 18px;
		padding-right: 20px;
	}

	.content-math a.link-arrow:after {
		font-size: 12px;
		top: 3px;
	}

	.content-math .btn {
		width: 100%;
	}

	.content-math .intro {
		padding: 40px 0;
	}

	.content-math .intro.add .middle-holder .middle-block {
		width: 70%;
	}

	.content-math .intro .middle-holder {
		min-height: calc(65vh);
	}

	.content-math .intro .middle-holder:after {
		min-height: calc(65vh);
	}

	.content-math .intro h2 {
		font-size: 18px;
		line-height: 22px;
	}

	.content-math .intro .intro-title {
		font-size: 37px;
		line-height: 62px;
	}
    
	.content-math .nav-holder .intro {
		min-height: calc(65vh);
	}

	.content-math .nav-holder .intro .middle-holder {
		min-height: calc(65vh);
	}

	.content-math .nav-holder .intro .middle-holder:after {
		min-height: calc(65vh);
	}

	.content-math .add-nav {
		padding-top: 30px;
	}

	.content-math .add-nav ul {
		margin: 0 -8px;
	}

	.content-math .add-nav ul li {
		font-size: 15px;
		padding: 0 8px;
	}

	.content-math .add-nav ul li a {
		border-width: 3px;
	}

	.content-math .block {
		padding: 50px 0;
	}

	.content-math .block.triangle:before {
		border-width: 25px 35px 0;
		border-color: #08000c transparent transparent;
		border-style: solid;
	}
    
    .content-math .block.triangle-white:before {
		border-width: 25px 35px 0;
		border-color: #FFFFFF transparent transparent;
		border-style: solid;
	}

	.content-math .block .report-holder {
		padding: 30px 10%;
	}

	.content-math .block .three-columns {
		padding: 10px 0;
	}

	.content-math .block .chart-block .link-holder {
		padding: 7px 0;
	}

	.content-math .block .chart-block .link-holder .link {
		padding: 2px 5px;
	}

	.content-math .block .chart-block .chart-holder {
		width: 40%;
	}

	.content-math .block .chart-block .chart-holder .image-holder {
		margin-bottom: 15px;
	}

	.content-math .block .chart-block .chart-holder .description {
		padding: 0 0 22px;
	}

	.content-math .block .chart-block .chart-holder .description p {
		margin-bottom: 15px;
	}

	.content-math .block .chart-block .data-holder {
		width: 60%;
	}

	.content-math .block-divider img {
		opacity: .7;
	}

	.content-math .two-columns.programmatic {
		padding: 30px 0;
	}

	.content-math .two-columns .col.features {
		padding-left: 20px;
	}

	.content-math .two-columns .col .description {
		padding-bottom: 15px;
	}

	.content-math .success-story .four-columns {
		margin: 0 -10px;
	}

	.content-math .success-story .four-columns .col {
		width: 50%;
		padding: 10px;
	}

	.content-math .success-story .four-columns .story .link-arrow:after {
		font-size: 15px;
		top: 4px;
	}

	.content-math .partners-block {
		padding: 20px 0;
	}

	.content-math .partners-block .partner-list {
		margin: 0 -10px;
	}

	.content-math .partners-block .partner-list li {
		padding: 10px;
	}

	.content-math .partners-block .partner-list li a {
		width: 100%;
		height: 90px;
		padding: 20px;
	}

	.content-math .key-features .col {
		font-size: 15px;
	}

	.content-math .access-block .description .portal-list {
		width: 100%;
	}

	.content-math .article-wrapper {
		padding: 30px 0;
	}

	.content-math .article-wrapper .link-back a:before {
		top: 4px;
	}

	.content-math .article-wrapper .article-block {
		padding: 60px 0;
	}

	.content-math .article-wrapper .article-block .preview {
		width: 300px;
	}

	.content-math .article-wrapper .article-block .preview.align-left {
		margin-right: 30px;
	}

	.content-math .article-wrapper .article-block .preview.align-right {
		margin-left: 30px;
	}

	.content-math .article-wrapper .related .product-list {
		margin: 0 -20px;
	}

	.content-math .article-wrapper .related .product-list li {
		padding: 0 20px 7px;
	}
}

@media (max-width: 767px) {
    
    .content-math .intro .home-title {
        margin-bottom: 20px;
        margin-top:80px;
        display: block;
        font-size: 20px;
        line-height:40px;
    }
    .content-math .intro .home-title span.bold{
        line-height:80px;
        color: #4d4e87;
    }
    
    .clip-text.intelligence-text {
        font-size: 30px !important;
    }
    
    .content-math .block-divider, .content-math .block-divider-dark {
        display:none;
    }
    
	.content-math {
		font-size: 15px;
		margin-top: 65px;
	}
    
    .lrg-text{
        font-size:18px;
    }

	.content-math .bg-holder {
		display: none;
	}

	.content-math .big-image-mobile {
		display: block;
	}

	.content-math .align-right {
		float: none;
	}

	.content-math .align-left {
		float: none;
	}

	.content-math .middle-holder {
		min-height: 0;
	}

	.content-math .middle-holder:after {
		min-height: 0;
		display: block;
		width: auto;
	}

	.content-math h1 {
		font-size: 26px;
		line-height: 32px;
	}

	.content-math h2 {
		font-size: 24px;
        font-weight:bold;
		line-height: 24px;
	}

	.content-math h3 {
		font-size: 16px;
		line-height: 20px;
	}

	.content-math .btn:after {
		top: 10px;
	}

	.content-math .common-height {
		height: auto !important;
	}

	.content-math .intro {
		font-size: 17px;
		min-height: 0;
	}

	.content-math .intro.add .middle-holder .middle-block {
		width: 100%;
        text-align: center;
	}

	.content-math .intro .middle-holder {
		min-height: 0;
	}

	.content-math .intro .middle-holder:after {
		min-height: 0;
	}

	.content-math .intro h2 {
		font-size: 14px;
		line-height: 18px;
	}

	.content-math .intro .intro-title {
		margin-bottom: 20px;
		font-size: 30px;
		line-height: 50px;
	}

	.content-math .intro .intro-title span {
		padding: 0 8px;
	}

	.content-math .intro .description {
		padding: 0 14px;
	}

	.content-math .nav-holder {
		margin-bottom: 52px;
	}

	.content-math .nav-holder .intro {
		min-height: 0;
	}

	.content-math .nav-holder .intro .middle-holder {
		min-height: 0;
	}

	.content-math .nav-holder .intro .middle-holder:after {
		min-height: 0;
	}

	.content-math .add-nav {
		border: none;
		padding: 0;
	}

	.content-math .add-nav .open-close .opener {
		display: block;
	}

	.content-math .add-nav .nav-list {
		background: #1d1d1d;
	}

	.content-math .add-nav ul {
		position: absolute;
		top: 100%;
		left: 2px;
		right: 2px;
		padding: 0 8px;
	}

	.content-math .add-nav ul li {
		font-size: 13px;
		display: block;
		text-align: left;
		padding: 4px 8px;
	}

	.content-math .add-nav ul li a {
		padding: 4px 5px 2px;
		border: none;
	}

	.content-math .add-nav ul li a:hover {
		background: #fff;
		color: #1d1d1d;
	}

	.content-math .add-nav ul li.active a {
		background: #fff;
		color: #1d1d1d;
	}

	.content-math .block {
		padding: 40px 0;
	}

	.content-math .block.triangle:before,
    .content-math .block.triangle-white:before{
		border-width: 13px 23px 0;
		border-color: #08000c transparent transparent;
		border-style: solid;
	}

	.content-math .block h1 {
		margin-bottom: 10px;
        padding:4px;
	}
    
    .clip-text{
        padding:3px 6px;
    }

	.content-math .block .report-holder {
		padding-top: 0;
		padding-bottom: 0;
	}

	.content-math .block .report-holder h1 {
		margin-bottom: 20px;
	}

	.content-math .block .three-columns.tech {
		padding: 40px 0;
	}

	.content-math .block .three-columns.tech:before {
		width: 80%;
	}

	.content-math .block .three-columns .col {
		width: 100%;
		display: block;
		padding: 15px 10px;
	}

	.content-math .block .link-get:before {
		width: 85%;
	}
    
    .content-math .block .chart-block .chart-holder.add .image-holder{
        max-width:250px;
    }

	.content-math .block .chart-block .link-holder .link {
		display: block;
	}

	.content-math .block .chart-block .link-holder .link a {
		display: inline-block;
		vertical-align: top;
		font-size: 12px;
		line-height: 16px;
	}

	.content-math .block .chart-block .link-holder .link a:after {
		top: 1px;
	}

	.content-math .block .chart-block .chart-holder {
		width: 100%;
		float: none;
		padding-top: 0;
	}

	.content-math .block .chart-block .chart-holder .image-holder {
		text-align: center;
	}

	.content-math .block .chart-block .data-holder {
		width: 90%;
		float: none;
        margin-left:14px;
	}

	.content-math .block .chart-block .data-holder .data-list {
		padding-left: 0;
		padding-right: 0;
	}

	.content-math .block .chart-block .data-holder .data-list .data .preview {
		margin-right: 15px;
	}

	.content-math .block-divider {
		width: 56px;
		height: auto;
		margin-left: -28px;
	}

	.content-math .block-divider:before,
	.content-math .block-divider:after {
		margin: 0 -1px 0 0;
	}

	.content-math .block-divider:after {
		margin: 0 0 0 -2px;
	}

	.content-math .block-divider img {
		opacity: 1;
	}

	.content-math .two-columns .col {
		width: 100%;
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.content-math .two-columns .col.features {
		padding-top: 15px;
		padding-left: 15px;
	}

	.content-math .two-columns .video-block .preview {
		padding-right: 10px;
		width: 30%;
	}

	.content-math .two-columns .video-block .video-description {
		padding-right: 0;
	}

	.content-math .success-story .four-columns .col {
		display: block;
		width: 100%;
	}

	.content-math .success-story .four-columns .story .link-arrow:after {
		font-size: 13px;
	}

	.content-math .partners-block .partner-list li {
		width: 50%;
	}

	.content-math .key-features {
		padding-top: 20px;
	}

	.content-math .key-features.add {
		padding-bottom: 20px;
	}

	.content-math .key-features .col {
		display: block;
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.content-math .map-holder {
		padding: 10px 0;
	}

	.content-math .access-block .description {
		width: 100%;
		display: block;
		padding-bottom: 304px;
	}

	.content-math .access-block .description .portal-list .portal {
		padding: 5px 0;
	}

	.content-math .access-block .description .portal-list .portal h3 {
		margin-bottom: 10px;
	}

	.content-math .access-block .image-holder {
		width: auto;
		max-width: 320px;
	}

	.content-math .article-wrapper .link-back a:before {
		top: 2px;
	}

	.content-math .article-wrapper .article-block .preview {
		width: auto;
		max-width: 400px;
		margin: 0 auto 15px;
	}

	.content-math .article-wrapper .article-block .preview.align-left {
		margin: 0 auto 15px;
	}

	.content-math .article-wrapper .article-block .preview.align-right {
		margin: 0 auto 15px;
	}

	.content-math .article-wrapper .article-block .description h2 {
		margin-bottom: 18px;
	}

	.content-math .article-wrapper .article-block .description p {
		margin-bottom: 0;
	}

	.content-math .article-wrapper .article-block .description p + p {
		margin-top: 15px;
	}

	.content-math .article-wrapper .related .product-list li {
		width: 100%;
		display: block;
	}
    
    .content-math .block .four-columns .col{
        width:95%;
        margin-bottom:20px;
    }
    
    .hp-bottom-block{
        width:100%
    }
    
    .tech h2{
        width:90%;
    }
    
    .home .content-math .block{
        padding:100px 0;
    }
}

@media (max-width: 599px) {
	.content-math .two-columns .video-block .preview {
		width: 40%;
	}
}

@media (max-width: 479px) {
	.content-math .two-columns .video-block .preview {
		width: 45.5%;
	}
}


#platform .chart-block .chart-holder.add {
    padding-top: 56px;
}

#platform, .add-shadow {
    background-color:#FFF;
    -webkit-box-shadow: 0px -20px 20px 3px rgba(0,0,0,1);
    -moz-box-shadow: 0px -20px 20px 3px rgba(0,0,0,1);
    box-shadow: 0px -20px 20px 3px rgba(0,0,0,1);
}

#block-use-cases {
    background-color:#FFF;
}

#block-catalog h3, #block-catalog p, #block-catalog .preview .caption {
	color: #333;
}

#block-catalog .preview .preview-block.text-left {
	border: 1px solid #4e4f4e;
}

#block-catalog .preview .caption {
	border-bottom: 1px solid #4e4f4e;
}

#block-catalog .key-features .col .image-holder i {
	color: #004d8b;
}

#block-catalog .article-wrapper .article-block .preview .caption, #block-catalog a.link-arrow {
	color: #4e4f4e;
}

#block-catalog .link-more {
	border-top: 1px solid #4e4f4e;
	text-align: left;
}

#block-catalog .key-features .col .image-holder {
	border: 2px solid #4e4f4e;
}

/* Newsfeed Sections */
.newsfeed .news-block, .newsfeed .slide .text .btn { 
	background: none !important; 
	background-color: transparent !important; 
}

.newsfeed.block {
	padding: 0 !important;
}

.newsfeed .slide .image-holder strong.heading {
	margin-bottom: 0;
	overflow: initial;
}

.newsfeed .slide .text .btn { 
    display: block;
    margin: 0 -9px;
    border-top: solid 1px #ccc;
    font-size: 14px;
    line-height: 18px !important;
    color: #e0386f;
    text-align: left;
    font-weight: 700 !important;
    letter-spacing: .2px;
    padding: 10px 8px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.block .down-btn {
    display: block;
    width: 40px;
    margin: 0 auto 14px;
    height: 40px;
    border-radius: 100%;
    border: solid 4px #fff;
    position: relative;
	top: -19px;
    z-index: 20;
}

.block .down-btn:before {
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    left: 6px;
    top: 2px;
}

#services.marketing { 
	border-bottom: 1px solid #9b69b1; } /* Media page section above the Featured Articles */

/* Animated mouse-scroll down icon */
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow-scroll {
  position: fixed;
  z-index: 10;
  bottom: 15px;
  left: 50%;
  margin-left: -20px;
  width: 35px;
  height: 35px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
}

.bounce {
  -moz-animation: bounce 2s 2;
  -webkit-animation: bounce 2s 2;
  animation: bounce 2s 2;
}

/* Contact us Page Overflow fix */
.mediamath-select-wrap.selectpicker { overflow: visible !important; }

/* Request Demo */
.mediamath-footer-demo, .mediamath-request-demo { display: none !important; }
