/*
Theme Name: Tapjoy v2
Description: Wordpress theme for TapJoy
Version: 2.0.2
*/



/* 
Wordpress theme for Tapjoy [http://tapjoy.com]
*/



/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 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 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font size within `section` and `article` contexts in
 * Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: 500;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

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

button,
input {
    line-height: normal;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. 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"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	color: #4a4a4a;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px; 
}
a {
	color: #e9292e;
	text-decoration: none;
	font-weight: 300;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
	font-weight: 300;	
}
h3 {
	font-weight: normal;
	font-weight: 300;
	line-height: 1.7em;
}
p {
	margin: 0 0 1em;
}
.wrapper {
	min-width:1130px;
}
.wrapper:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.wrapper>div,
.wrapper>header,
.wrapper>footer {
	width:1140px;
	margin:0 auto;
}
#pageWrapper{
	/*padding-top: 134px; 
	padding-bottom: 60px; #newsite*/
}
/* new fixed header */
.header-wrapper {
	position: fixed;
	z-index: 99999;
	left: 0px;
	top: 0px;
	width: 100%;
	background: white;
	height: 134px;
	transition: height .7s linear;
	-webkit-transition: height .7s linear;
}
.header-wrapper.condensed {
	background: rgba(255,255,255,1);
	height: 40px;
}
.header-wrapper.condensed .site-title .header-logo {
	top: -300px;
	width:100%;
}
.header-wrapper .site-title .condensed-logo{
	visibility:hidden;
	width: 70px;
	height: 40px;
	position:absolute;
	top:-300px;
	transition: all .7s linear;
	-webkit-transition: all .7s linear;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.header-wrapper.condensed  .site-title .condensed-logo{
	top:0px;
	visibility:visible;
}
.header-wrapper.condensed .site-title {
	width:300px !important;
	overflow:hidden;
	height: 40px;
}
.header-nav .sub-menu {
	transition: all .7s linear;
	-webkit-transition: all .7s linear;
}
.header-wrapper.condensed .header-nav .sub-menu {
	background-color: rgba(255,255,255,1);
	margin-top: 11px;
}
.header-nav {
	transition: all .7s linear;
	-webkit-transition: all .7s linear;
}
.header-wrapper.condensed .header-nav {
	margin-top: 5px;
	margin-bottom: 0px;
}
.header-wrapper.condensed div.phoneNumberHeader {
	display: none;
}
.region-switcher {
	transition: all .7s linear;
	-webkit-transition: all .7s linear;
}
.header-wrapper.condensed .region-switcher {
	top: -45px;
}
.header-wrapper.condensed .header-nav > ul.menu {
	transition: all .7s linear;
	-webkit-transition: all .7s linear;
	border: 0px;
}
.header-wrapper.condensed .menu-item a {
	transition: font-weight .7s linear;
	-webkit-transition: font-weight .7s linear;
	font-weight: 500;
	font-size: 13px;
	padding-bottom: 15px;
}
.header-nav > ul.menu > li ~ li {
	transition: all .7s linear;
	-webkit-transition: all .7s linear;
	
	/*display: none;*/
}
.header-wrapper.condensed .header-nav > ul.menu > li ~ li {
	transition: all .7s linear;
	-webkit-transition: all .7s linear;
	border:0px !important;
}

.page-template-page-templatespt-developers_ad-units-php .header-wrapper,
.page-template-page-templatespt-developers_landing_old-php .header-wrapper,
.page-template-page-templatespt-developers_ngen-php .header-wrapper,
.page-template-page-templatespt-developers_landing-php .header-wrapper{
 	margin-bottom: 0;
	background:white;
}
.page-template-page-templatespt-advertisers_landing-php .header-wrapper{
	margin-bottom: 0;
	background:white;
}
.page-template-page-templatespt-info_home-php .header-wrapper{
	margin-bottom: 0;
	background:white;
}
.page-template-page-templatespt-resources-php .header-wrapper {
	margin-bottom:0;
	background:white;
}
.page-template-page-templatespt-advertisers_solutions-php .header-wrapper {
	margin-bottom:0;
	background:white;
}
.page-template-page-templatespt-developers_resources-php .header-wrapper {
	margin-bottom:0;
	background:white;
}
.page-header {
	font-size:15px;
	line-height:1em;
	color: #454545;
	position: relative;
}
.page-header a {
	color: inherit;
}
.page-header a:hover {
	color: #E9292E;
}

.region-switcher, .wrapper > DIV .region-switcher {
	width:182px;
	max-width: 240px;
	padding:0.5em 15px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	background: #f5f5f5;
	position: absolute;
	z-index: 1000;
	top: 0;
	right:0;
	behavior: url(js/iepie/PIE.htc);
}
.region-switcher-heading {
	padding-right:25px;
	background: transparent url(images/arrow.gif) 100% 50% no-repeat;
	cursor: pointer;
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}
.region-switcher:hover .qtrans_language_chooser {
	display: block;
}
.site-title {
	float:left;
	height: 134px;
 	margin-bottom: 1px;
	transition: all .7s linear;
	-webkit-transition: all .7s linear;
	width: 300px;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	max-width: 300px;
	position: relative;
	overflow:hidden;
}
.site-title-span {
	display: none;
}
nav ul,
nav li {
	list-style: none outside none;
	overflow: visible;
	margin: 0;
	padding: 0;
}
.header-nav {
	margin-top:50px;
	margin-bottom: 56px;
	float:right;
	vertical-align: middle;
}
.header-nav .menu {
	display:inline-block;
	vertical-align:middle;
	line-height: 19px;
}
.header-nav > ul.menu {
	display:inline-block;
	padding:0 15px 0 14px;
	border-left:1px solid #d9d9d9;
}
.header-nav > ul.menu > li {
	display: inline-block;
	padding:0;
	border-left: 0 none;
}
.header-nav > ul.menu > li ~ li {
	border-left:1px solid #d9d9d9;
	padding:0 15px 0 14px;
	margin-left: 10px;
}
.header-nav > ul.menu:first-child {
	border:0;
}
.header-nav .sub-menu {
	display: none;
	position:absolute;
	background: #fff;
	margin-left:-15px;
	padding: 0.5em 15px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	border:1px solid #d9d9d9;
	border-top:0;
	z-index: 1000;
}
.header-nav ul.menu > li:hover ul.sub-menu {
	display: block;
}
.header-nav ul.sub-menu li {
	margin-bottom:0.5em;
}

.search-wrapper {
	display:inline-block;
	vertical-align: middle;
}
.red {
	color: #E9292E;
}
.white {
	color: #ffffff;
}
#searchform {
	vertical-align: middle;
	width: 182px;
}
#s {
	vertical-align: middle;
	-webkit-appearance:none;
	-moz-appearance:none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px !important;
	border: 1px solid #bebebe;
	padding: 2px 5px;
	background: url(images/icon_search.png) 96% 50% no-repeat;
	width: 100%;
	background-size: 17px;
}
#searchform label,
#searchsubmit {
	display:none;
}

.footer-wrapper {
	color:#4a4a4a;
	font-size:14px;
	font-weight:300;
	margin-bottom:0px;
}
/* new condensed footer */
/*Footer */
.footer-wrapper {
	position: fixed;
	bottom: -80px;
	height: 80px;
	z-index: 9999999999999;
	width: 100%;
	padding: 0px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.footer-wrapper{
			bottom:0px\9; /* IE8 and below */
			padding:0px\9 !important;
		}
		.legal{
			width:575px\9 !important;
		}
.footer-condensed{
	display:block\9 !important;
	padding:0px\9;
	padding-top:12px\9;
}
.condensed.footer-wrapper {
	bottom: 0px;
	padding:10px 0px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	margin-bottom:0px;
}
.footer-wrapper .grid{
	display: none;
}
.page-footer {
	padding: 0px 0px !important;
}
.footer-wrapper.condensed .footer-condensed, .footer-wrapper.condensed .footer-condensed .grid {
	display: block ;
	padding-top: 12px;
}

.condensed .icon-svg-bland {
	width: 25px;
	position: relative;
	margin-left: 9px;
	display: inline-block;
	float: right;
	padding: 13px;
	margin-top: 5px;
}
.condensed .icon-svg-bland:last-child {
	margin-left: 0px;
}
.condensed .legal {
	float: none;
	width: 100%;
	margin-top: 5px;
}
.condensed .truste {
	margin-top: 2px;
}
 .condensed footer img {
	-webkit-filter: grayscale(100%);
}
.condensed #bbblink {
	display: block;
	position: relative;
	overflow: hidden;
	width: 85px;
	height: 32px;
	margin: 0px;
	padding: 0px;
}
.page-footer {
/*	padding:40px 0 80px;
	overflow:hidden;*/
}
.page-footer a {
	color:#4a4a4a;
	font-size:12px;
	font-weight:300;
}
.page-footer a:hover {
	color:#e9292e;
}
.header-logo {
	position:absolute;
	top:0px;
	height: auto;
	width:100%;
	max-width:300px;
	transition: all .7s linear;
	-webkit-transition: all .7s linear;
	margin-top: 25px;
}
.footer-logo {
	width:290px;
}
.footer-logo,
.footer-nav {
	display:inline-block;
	vertical-align:top;
}
.footer-logo {
	/*margin-right:85px;*/
}
.footer-nav {
	margin-bottom:14px;
	/*float: right;*/
	margin-top: 12px;
}
.footer-nav a{
	text-decoration: none;
	color: inherit;
}/*
.footer-nav .menu-item a{
	color:#4a4a4a;
	font-size:12px;
	font-weight:300;
}*/
.footer-nav li {
	margin-bottom:1em;
	font-size:12px;
	line-height: 1em;
}
.footer-nav>ul {
	display:inline-block;
	vertical-align: top;
	width:170px;
	margin:0 5px;
}
.footer-nav>ul#menu-footer-nav-3{
	width:255px;
}
.footer-nav>ul>li>a {
	font-size:18px;
	line-height: 1em;
	font-weight: 300;
	border-bottom:1px solid #acacac;
	padding-bottom:12px;
	margin-bottom:1em;
	display:block;
}
.footer-nav>ul>li.follow-us {
	width:255px;
}
.follow-us >a:hover {
	color:inherit;
}
li.link-fb,
li.link-twitter,
li.link-li,
li.link-yt,
li.link-g{
	padding-left:30px;
	line-height:18px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.link-fb {
	background-image: url(images/social/fb.png);
}
.link-twitter {
	background-image: url(images/social/tw.png);
}
.link-li {
	background-image: url(images/social/in.png);
}
.link-yt {
	background-image: url(images/social/yt.png);
}
.link-g {
	background-image: url(images/social/gp.png);
}
.colophon {
	margin-left:300px;
	font: 11px/19px Arial, Helvetica, sans-serif;
	width: 850px;
	clear: both;
}
.colophon p {
	width: 850px;
}
.truste, .bbb {
	float: left;
	display: block;
	position: relative;
	overflow: hidden;
	height: 38px;
	width: 100px;
	margin-right: 12px;
	padding: 0;
}
.truste {
	width: 105px;
	margin-top: 2px;
}

.legal{
	float:right;
	width:600px;
	font-size:10px;
	line-height: 15px;
}
.footer-condensed{
	display:none;
}

.mediarotator-wrapper {
	margin-top: 0px;
	/*background: url(images/banner_bgr.png) repeat #e9292e;*/
	/*box-shadow: inset -4px 0 4px 4px rgba(0, 0, 0, 0.25);*/
	/*box-shadow: inset 0 5px 15px -5px rgba(0, 0, 0, 0.6), inset 0 -5px 15px -5px rgba(0, 0, 0, 0.6);*/
	width: 100%;
	height: 415px;
	overflow: visible;
	min-width: 1130px;
	background-color: #b4b4b2;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFB4B4B2', endColorstr='#FFF0F0EE');
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #b4b4b2), color-stop(50%, #f0f0ee));
	background-image: -webkit-linear-gradient(left, #b4b4b2 0%, #f0f0ee 50%);
	background-image: -moz-linear-gradient(left, #b4b4b2 0%, #f0f0ee 50%);
	background-image: -ms-linear-gradient(left, #b4b4b2 0%, #f0f0ee 50%);
	background-image: -o-linear-gradient(left, #b4b4b2 0%, #f0f0ee 50%);
	background-image: linear-gradient(left, #b4b4b2 0%,#f0f0ee 50%);
	position: relative;
}

.mediarotator-wrapper.adv_landing {
	background:	url("/wp-content/themes/tapjoy_v2/images/advertisers/landing/slider_bg_gradient.png") repeat-y center #b31a1d;
	box-shadow: 0 -10px 10px -10px #000000 inset;
}
.mediarotator {
	margin: 0 auto;
	width: 100%;
	height: 416px;
	position: absolute;
	top: 0px;
	z-index: 200;
	margin: 0px auto;
	text-align: center;
}
/*.slide {
	display: none;
	overflow: visible;
	height: 100%;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.slide:first-child {
	display: block;
}
.slide img.background {
	position: absolute;
	bottom:0;
	left:0;
}*/
.mediarotator-wrapper.adv_landing, .mediarotator-wrapper.adv_landing div.mediarotator {
	height: 270px;
}
.mediarotator-wrapper.adv_landing > div.mediarotator > div.slide > img.background {
	bottom: -1px;
}
.mediarotator-wrapper.adv_landing a.cta {
	display: none;
}
.slide .cta {
	color: #fff;
	position:absolute;
	font: normal normal 18px/44px montserrat, sans-serif;
	height: 44px;
	display: inline-block;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAAA3NCSVQICAjb4U/gAAAAWlBMVEX////////////////////////////////////////////////////////////////+8vL85OX719j5ycv3rrD1oaP0lJbxen3wbHDvX2LtUVXsREjqNjvpKS5AYo7JAAAAHnRSTlMAESIzRFVmd4iZqrvM3e7////////////////////O/cLtAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADExLzE5LzEyw33aHQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAE+SURBVDiNjZXtdoMgEERBBQQV0yRtGlPe/zUrSTDulzr/xHvWYRdGpbB0Y51z1lTkDVbjh7EoBqtlUrsP+ea9VN/GkVHLVa86Dp01NNQsW/Ylh1gjo9kKrLvJQrre8PCS/bQMd4xRXWC/z459MXGAXVoiNRgq6uOF36VZx6cLWRoyzLbtJ93IWi3N45IoPU/G8Q4nSndKBR6+ppTuJ7AUlerh5xf9zfQEaQ32d34kKEjXav30m7DuMnzbhhtg42vCLLIhHc+8QdS8SjpGV8rOrWt5+EGH0ktXVRi3ZuFv5iDl/ODnfSYrcT8ygAuFT4eo6kAaFXl1/MbGEqbVbiCNozkYi2sTWcLdWtSBGBWGXliU/lu1A/lTyNGPg/8ZvPzc+5phc+rRhveGR58db9cXJ3r6o0K8cSF0XWgt/f4/2Etb5LgfPc4AAAAASUVORK5CYII=') 100% 50% no-repeat;
	padding-right: 54px;
	vertical-align: middle;
	z-index: 50;
	bottom:15px;
	right:35px;
}
.slider_image{
	vertical-align:middle;
}
.slider_text_container{
	display:inline-block;
	vertical-align:middle;
	text-align: left;
	max-width:500px;
}
.slider_text_container .slider_text{
	font-size:40px;
	line-height:45px;
	font-weight:300;
	margin-bottom:10px;
	text-transform:uppercase;
}
.slider_text_container .slider_sub_title{
	font-size:21px;
	line-height:26px;
	font-weight:100;
	margin-bottom:20px;
}
.new_cta{
	background:#e9292e;
	padding:14px 15px;
	color:#fff;
	display:inline-block;
	font-size:14px;
	line-height:14px;
	font-weight:300;
	text-transform:uppercase;
	position:relative;
}
.new_cta.arrow{
	padding:14px 33px 14px 15px;
}
.new_cta.arrow:after{
	content:'';
	background:url('/wp-content/themes/tapjoy_v2/images/cta_arrow_white.png') no-repeat;
	width:9px;
	height:8px;
	position:absolute;
	right:15px;
	top:16px;
}
.mediarotator .flex-control-nav {
width: 100%;
position: absolute;
bottom: -10px;
text-align: center;
padding:0px;
}
.mediarotator ul.slides{
	padding:0px;
	margin:0px;
}
.mediarotator .flex-control-nav li:first-child {
margin: 0;
}
.mediarotator .flex-control-nav li {
margin: 0 0 0 5px;
display: inline-block;
zoom: 1;
}
.mediarotator .flex-control-nav li a {
width: 13px;
height: 13px;
display: block;
text-indent: -9999px;
background:white;
border-radius:13px;
-webkit-box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, .1);
        
        box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, .1);
}
.mediarotator .flex-control-nav li a.flex-active {
background:#e9292e;
}

.flex-control-paging li:last-child {
    margin-bottom: 10px;
}


.mediarotator_background{
	width:100%;
	height:415px;
	position:absolute;
	top:0px;
	background:url('/wp-content/themes/tapjoy_v2/images/slides/slider_bg.png') no-repeat center;
	z-index:1;
}
.mediarotator-navigation {
  /* display: none; */
  background-color: #DA3330;
  background-image: url('/wp-content/uploads/2012/12/red_nav_bar_bg.png');
  background-repeat: repeat-x;
  height: 37px;
  padding-top: 5px;
  min-width: 1130px;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.6);
}
.mediarotator-navigation.adv_landing {
/*	background: url('/wp-content/themes/tapjoy_v2/images/advertisers/landing/navbar_bg.png') transparent repeat-x; */
	height: 24px;
	background: url("/wp-content/uploads/2012/12/red_nav_bar_bg.png") repeat-x #e9292e;
	padding-top: 2px;
}
.mediarotator-navigation a {
  color: #FFFFFF;
  font-size: 14px;
  white-space: nowrap;
}
.mediarotator-navigation.adv_landing a {
	color: #f9c9cb;
	font-size: 25px;
}
.mediarotator-navigation a.slidelink.dot {
	height: 14px;
	width: 14px;
	margin-top: 3px;
	display: block;
	outline: medium none;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #F9C9CB;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mediarotator-navigation a.slidelink.dot.active {
	border: 2px solid #F9C9CB;
	background: transparent;
}
.mediarotator-navigation ul {
  list-style: none;
  width: 1150px;
  text-align: center;
  margin: 0 auto;
  padding: 0
}
.mediarotator-navigation li {
  display: inline-block;
  margin: 0;
  padding: 0 20px; 
}
.mediarotator-navigation.adv_landing li {
	padding: 0 2px;
}
.whitesmoke {
	background: #f5f5f5;
}
.inset {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  z-index: 10;
}
.inset:before,
.inset:after {
  content: "\0020";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  z-index: 11;
}
.inset:before {
	top: -1px;
}
.inset:after {
	bottom: -1px;
}  
.inset-top {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	z-index: 10;
}
.inset-top:before {
	content: "\0020";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
	z-index: 11;
	top: -1px;
}
.museo-slab {
	font-family: museo-slab, sans-serif;
}
.entry-heading {
	font-weight: 300;
	color: #e9292e;
	font-size: 40px;
	line-height: 55px;
	margin-top: 30px;
	text-transform:uppercase;
}
.secondary-heading {
	font-size: 31.17px;
	line-height: 28.22px;
	margin: 18px 0 10px;
}
.secondary-content div.thumb-image {
	position: relative;
	height: 235px;
	width: 350px;
	float: left;
	margin: 85px 10px 0 10px;
}
.secondary-content-dev-landing div.thumb-image {
position: relative;
height: 235px;
width: 350px;
float: left;
margin: 85px 10px 0 10px;
}
.secondary-content div.content-box {
	position:relative;
	height: 235px;
	width: 1070px;
}
.secondary-content-dev-landing div.content-box {
height: 235px;
width: 715px;
float: left;
}
.primary-content .entry-heading,
.secondary-content .entry-heading {
	font-size: 47px;
	line-height: 57px;
	color: #606060;
	margin-bottom: 0.2em;
}
.primary-content-wrapper {
	background-image: url('/wp-content/uploads/2012/12/border_gradient.png');
	background-repeat: repeat-x;
}
.primary-content {
	overflow: hidden;
	padding:0 35px 0 400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 550px;
	height:auto !important;
	height: 550px;
	position: relative;
	z-index: 5;
}
.primary-content h2 {
	padding-top: 55px;
}
.primary-content img.background {
	position: absolute;
	bottom:0;
	left:40px;
	z-index: 4;
}
.primary-content img.background2 {
	position: absolute;
	bottom:20px;
	left:325px;
	z-index: 4;
}
.primary-content .cta {
	display: block;
	position: absolute;
	right: 40px;
	z-index: 50;
}
.secondary-content {
	overflow: hidden;
	padding: 0 370px 90px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #595959;
	min-height: 376px;
	height:auto !important;
	height: 376px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.secondary-content-dev-landing {
padding: 0px;
}
.secondary-content h2 {
	overflow: visible;
	padding-top: 45px;
	padding-bottom: 10px;
}
.bg-gradient-secondary img.background {
	margin: 0 auto;
	position: absolute;
	top: 50px;
	left: 0;
	/* margin-left: 215px; */
	/* z-index: -1;*/
}
.bg-gradient-secondary {
	position: relative;
/*	background-image: url('/wp-content/uploads/2012/12/gray_bg_gradient.png'); */
	background-color: #F2F2F2;
	box-shadow: 0 15px 15px -15px #888888 inset, 0 -15px 15px -15px #888888 inset;
	background-repeat: x-repeat;
	height: 376px;
}
.modal-form.bg-gradient-secondary {
	min-height: 376px;
	height: auto !important;
	padding-bottom: 35px;
	background-color: #F5F5F5;
	box-shadow: 0 15px 15px -15px #888888 inset;
}
.intro-content {
/*	padding: 40px 200px 30px;*/
	text-align: center;
}
.intro-content div.content-narrow {
	width: 730px;
	margin: 0 auto 30px;
	text-align: left;
}
.intro-content .cta.carrow {
	font-size: 14px;
}
.intro-content h3.demo-title {
	font-size: 22px;
	font-weight: 300;
	padding-bottom: 20px;
}
.additional-content {
	padding:30px 0 75px;
	height: 620px;
	text-align: center;
	font-size:14px;
	line-height: 1.7em;
	color: #414141;
}
.additional-content.short {
	min-height: 360px;
	height: auto !important;
	height: 360px;
}
.additional-content.short div.video-content {
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	padding-top: 20px;
}
.additional-content.short div.video-content div.text-content {
	width: 670px;
}
.videos-content {
	width: 900px !important;
	margin-bottom: 3em !important;
}
.videos-content .entry-heading {
	text-align: center;
}
.column h3 {
	font-size: 17px;
	line-height: 1.7em;
	font-weight: 300;
	/* color: #595959; */
	margin-bottom: 0.2em;
}
.entry-subheading {
	font-size: 21px;
	color: #606060;
}
.pushboxes {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.box {
	position: relative;
	background: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
	display: inline-block;
	margin: 30px 10px;
	width: 255px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	vertical-align: middle;
}
.widebox {
	width: 450px;
}
.boxcorner {
	background: url("/wp-content/uploads/2013/01/box_corner.png") no-repeat left top #FFFFFF;
	position: absolute;
	bottom: -9px;
	right: -9px;
	height: 34px;
	width: 34px;
}

.redbutton {
	position: relative;
    	background-color: #E9292E;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    	border-radius: 5px 5px 5px 5px;
    	color: #FFFFFF;
	min-height: 35px;
	height: auto !important;
    	height: 35px;
    	width: 175px;
	margin: 10px 0;
	padding: 7px 10px;
}

a.redbutton_link {
	color: #FFFFFF;
	font-weight: 300;
	/* Cannot be font-weight: 100; because it breaks in Russian */
	font-size: 16px;
}

.redbutton_arrow {
   	border-left: 1px solid #FFFFFF;
	font-weight:300;
	font-size: 25px;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 20px;
	padding-top: 4px;
	line-height: 100%;
}

#solutions_border {
	border: 1px solid #d9d9d9;
	height: 920px;
	overflow: hidden;
}
#solutions_border:before, #solutions_border:after,
.hero-panel:before, .hero-panel:after {
	content: "";
	display: table;
}
#solutions_border:after,
.hero-panel:after {
	clear:both;
}

.adv_landing {
	font-size: 14px;
	line-height: 18px;
}
.adv_landing h2 {
	color: #e9292e;
	margin-bottom: 10px;
	font-size: 24.5px;
	line-height: 25px;
	font-weight: 300;
}
.adv_landing hr, hr.red {
	border: 0 none;
	height: 1px;
	color: #e9292e;
	background-color: #e9292e;
	margin-bottom: 25px;
	clear:both;
}
.adv_landing h3 {
	font-size: 24.5px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 15px;
}
.adv_landing h4 {
	font-size: 22px;
	font-weight: 400;
	line-height: 25px;
	color: #0088CE;
}

.stat_outside_box {
	position:relative;
	display:inline-block;
	vertical-align:top;
	background: transparent url('/wp-content/themes/tapjoy_v2/images/advertisers/landing/flag_bg.jpg') no-repeat;
	width:150px;
	height:205px;
	margin-right:20px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.stat_wrapper {
	position: relative;
	top:30px;
	text-align: center;
	width: 146px;
}
.stat, .stat_shadow {
	position:relative;
	color: #ededed;
	font-size: 55px;
	top: 0px;
	left: 0px;
	font-weight: 300;
}
.stat_shadow {
	
	color: #316b5c;
	top: 20px;
	left: 2px;
}
.stat.small, .stat_shadow.small {
	position: absolute;
	width: 146px;
	top: 65px;
	font-size: 20px;
	font-weight: 100;
}
.stat_shadow.small {
	top: 67px;
}
hr.stat {
	position: relative;
	top: -10px;
	width: 100px;
	color: #ededed;
	background-color: #ededed;
	border-bottom: 2px solid #316b5c;
	height: 4px;
}
.stat > sup, .stat_shadow > sup {
	font-size: 65%;
}
.ca-items{
	width:10000px;
	position:absolute;
}
.ca-item{
	float:left;
}
.container-default-style .ca-item {
	display: inline-block;
	text-align: center;
	width: 165px;
	bottom: 0;
}
.ca-item.secondary-video-item {
	width: 246px;
}
.ca-container {
	position: relative;
	margin: 25px auto;
	width: 1040px !important;
}
.ca-container.container-default-style {
	/*height: 180px;*/
}
.ca-container.secondary-videos {
	height: 320px;
	width: 1030px !important;
	padding: 0 45px;
	margin-bottom: 2em;
}
.ca-wrapper {
	overflow:hidden;
	height: 203px;
	position: relative;
	width:100%;
}

.ca-nav span {
	width: 45px;
	height: 45px;
	background: transparent url('images/advertisers/solutions/larrow_red.png') no-repeat top left;
	background-size: 100%;
	z-index: 100;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: -24px;
	text-indent:-9000px;
	cursor: pointer;
}
.ca-nav span.ca-nav-next.disabled, .ca-nav span.ca-nav-prev.disabled{display:none;}
.ca-nav span.ca-nav-next {
	background: transparent url('images/advertisers/solutions/rarrow_red.png') no-repeat top left;
	background-size: 100%;
	left: auto;
	right: -24px;
	cursor: pointer;	
}
.ad_solutions_button_wrap {
	width: 100%;
	text-align: center;
	margin: 15px 0;
}
.clear {
	clear: both;
}
.hero-panel {
	position: relative;
	height: 686px;
	margin: 0 auto;
	text-align: center;
	background: transparent url('images/advertisers/solutions/bg-gradient.png') repeat-x bottom left;
	width: 100%;

}
.hero-panel > img, .hero-panel > h2 {
	position: relative;
	font-size: 36px;
	line-height: 44px;
}
.hero-panel .hero-panel-img > img {
}
.hero-panel .hero-panel-img {
	position: absolute;
	bottom: 0px;
	top: auto;
	width: 100%;
	text-align: center;
}
.hero-panel .hero-panel-txt {
	position: relative;
	text-align: left;
	width: 950px;
	margin: 0px auto;
	top: 20px;
}
.hero-panel div.left-float {
	width: 370px;
	margin-left: 100px;
	text-align: left;
	float: left;
}
.hero-panel div.left-float.lessmargin {
	width: 380px;
	margin-left: 35px;
	margin-right: 30px;
}
.hero-panel div.left-float.wide {
	width: 435px;
}
.hero-panel div.left-float.wider {
	width: 470px;
}
.hero-panel div.right-float {
	width: 530px;
	text-align: left;
	float: right;
}
.hero-panel .hero-panel-txt div.text-content {
	width: 1000px;
	padding-left: 40px;
	text-align: left;
}
.hero-panel .hero-panel-txt div.text-content.lessmargin {
	width: 1070px;
}
.hero-panel .hero-panel-txt div.text-content.center-content {
	padding: 40px 0 50px 100px;
	width: 950px;
}
.hero-panel .hero-panel-txt div.left-float.display-ads {
	width: 770px; 
	height: 745px;
	padding-right: 340px;
	padding-top: 70px;
	margin-left: 50px;
}
.hero-panel .hero-panel-txt div.decorative-list {
	width: 460px;
	float: left;
}

a.ca-link {
	color: #5b5b5b;
	padding:5px;
}
a.ca-link.active {
	color: #e9292e;
}

/* Lightbox background */  
#lightbox {  
     display:none;  
     background:#FFFFFF;  
     opacity:0.9;  
     filter:alpha(opacity=90);  
     position:fixed;  
     top:0px;  
     left:0px;  
     min-width:100%;  
     min-height:100%;  
     z-index:1000; overflow:visible; 
}  
/* Lightbox panel with some content */  
#lightbox-panel {  
   	display:none;  
   	position:fixed;  
   	top:50%;  
   	left:50%;  
   	margin-left:-400px;  
	margin-top: -270px;
  	width:800px;  
   	height: 540px;
   	padding:10px 15px 10px 15px;  
   	border:1px solid #CCCCCC;  
   	z-index:1001;  
	background: url('images/developers/how-it-works/bg-modal.png') repeat-x 0 150px #FFFFFF;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
} 
  
#lightbox-panel.modal-form {
	position: absolute;
	width: 1090px;
	height: 1240px;
	top: 60px;
	margin-top: 0;
	margin-left: -545px;
	padding: 0;
	background: none #F3F3F3;
}
#lightbox-panel.modal-form.thankyou {
	height: 480px;
}
#lightbox-panel div.formLeftColumn, #lightbox-panel div.formRightColumn {
	text-align: left;
	width: 520px;
	padding: 0 40px;
	float: left;
}
#show-panel.modal-form {
	position: relative;
}
#lightbox-panel a, #lightbox-panel h2 {
	color: #0088CE;
}
#lightbox-panel.modal-form a, #lightbox-panel.modal-form h2 {
	color: #E9292E;
}
#lightbox-panel.modal-form #close-panel {
	top: 6px;
}
#lightbox-panel.modal-form hr {
	margin: 0 0 30px;
}
#lightbox-panel.modal-form span input, #lightbox-panel.modal-form select, #lightbox-panel.modal-form textarea {
	width: 440px;
	margin: 20px 0 10px;
}
#lightbox-panel.modal-form input, #lightbox-panel.modal-form select {
	height: 40px;
}
#lightbox-panel h2 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	letter-spacing: 7px;
}
#lightbox-panel a {
	font-size: 12px;
}
#lightbox-panel a img{width:55px;}
#lightbox-panel > div {
	text-align: center;
}
#lightbox-panel.landing #panel{
padding-top: 17px;
}
a.panel-back {
	position: absolute;
	top: 260px;
	left: 60px;
}
a.panel-forward {
	position: absolute;
	top: 260px;
	right: 60px;
}
a.panel-start {
	display: none;
	position: absolute;
	top: 10px;
	left: 20px;
}
#lightbox-panel img.hero {
	position: absolute;
	bottom: 30px;
	left: 125px;
}
#start-demo-button, a.panel-start div {
	display: inline-block;
	color: #FFFFFF;
	background-color: #0088CE;
	font-size: 22px;
	font-weight: 300; 
	/* cannot be font-weight: 100; because it breaks in Russian */
	line-height: 20px;
	min-height: 45px;
	height: auto !important;
	height: 45px;
	min-width: 200px;
	max-width: 240px;
	padding: 10px 20px;
	margin-bottom: 21px;
	text-align: center;
        -webkit-border-radius:5px;
    	-moz-border-radius:5px;
    	border-radius:5px;
}
#start-demo-button.adv_landing {
	margin-left: -50%;
}
#show-panel {
	color: #FFFFFF;
	margin: 0 auto;
}
#close-panel-button {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 40px;
        -webkit-border-radius:40px;
    	-moz-border-radius:40px;
    	border-radius:40px;
    	border:1px solid #aaa;
    	width:40px;
    	height:40px;
	background-color: #FFFFFF;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	line-height: 18px;
}
#close-panel {
	position: absolute;
	top: 9px;
	left: 11px;
	color: #0088CE;
	font-size: 26px !important;
}
.secondary-content .cta {
	display: block;
	position: absolute;
	bottom: 50px;
	right: 20px;
	z-index: 50;
}
.carrow {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAAA3NCSVQICAjb4U/gAAAAWlBMVEX////pKS7pKS7pKS7pKS7pKS7pKS7pKS7pKS7pKS7pKS7pKS7pKS7pKS7pKS7////+8vL85OX719j5ycv4vL33rrD0lJfzh4rxen3vX2LtUVXsREjqNjvpKS5VGZs4AAAAHnRSTlMAESIzRFVmd4iZqrvM3e7////////////////////O/cLtAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADExLzE5LzEyw33aHQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAE+SURBVDiNjZXtdoMgEERBBRQUGtO0SRrf/zUrSTDulzr/xHvWYRdGpbB0Y51z1lTkDVbTDVNR9FbLpHYf8s13Un0bJ0YtV70KHDpraKhZtuxLDrFGRrMVWHeThXS94eEl+2kZ7hijusDdPjv1xcQBdmmJ1GCoqI8XfpdmHT9uZGnIMNu2n3Qha7U0j1ui9DwZxzscKR2U8jx8TSmdH2ApKtXDzy/6mukR0hrs735KUJCu1frpO2GdZfiyDTfAxt+IWWRDOp55g6h5lXSMrpSdW9fy8IkOpZeuqjBuzcK/zEHK+cHP+05W4n5kABcKnw5R1YE0KurU8RsbS5hWu4E0TeZgLK5NZAl3a1EAMSoMvbAo/bdqe/KnkKMfB/8zePm59zXD5tSjDe8Njz473q4vTuzojwrxxnkfgm8t/f4/Qaucyogb508AAAAASUVORK5CYII=') 100% 50% no-repeat;
	padding-right: 54px;
	vertical-align: middle;
}
.box-content {
	color:#988f86;
	font-size:12px;
	line-height: 20px;
	padding: 25px 20px 25px 85px;
	text-align: start;
	position: relative;
}
.widebox .box-content {
	padding: 25px 40px 25px 245px;
}
.box-content h2 {
	font-size: 20px;
	font-weight: 300;
	color: #e9292e;
	margin-bottom:0.25em;
}
.box-content .background {
	position: absolute;
	top:0;
	left: 0;
}
.widebox .box-content h2 {
	color: #1484bd;
}
.smalldate {
	font-size: 14px;
}
hgroup {
	margin-bottom:5em;
}
.additional-content hgroup {
	margin-bottom: 30px;
}
hgroup h2,
hgroup h3 {
	margin: 0 !important;
	font-weight: normal;
}
.column {
	display: inline-block;
	vertical-align: top;
	text-align: start;
	font-size:14px;
	line-height: 24px;
}
.resources_column {
	width:350px;
	font-size: 17px;
	float:left;
	margin-top:20px;
	padding: 10px 40px;
	text-align:left;
}
.resources_column h3 {
	font-size: 24px;
}

.intro-content .columns-3 {
	/* margin: 0 -200px; */
}

.columns-3 .column {
	width: 29%;
	margin: 0 1% 20px;
}
.columns-4 .column {
	width: 21%;
	margin: 0 1% 20px;
}
.columns-5 .column {
	width: 17.5%;
	margin: 0 1% 20px;
}
.modal-form .column {
	margin-top: 60px;
}
.alignleft{
	float: left;
	margin: 0 1em 1em 0;
}
.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
.aligncenter {
	display: block;
	margin: 0 auto 1em;
}
.center-margins {
	margin: 0 -200px;
}

.small {
	font-size: 85%;
}
.subsections {
	text-align: center;

}
.subsection {
	display: none;
	overflow: hidden;
	position: relative;
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0;
}
.subsection:first-child {
	display: block;
}
.subsection .cta {
	display: block;
	position: absolute;
	bottom: 15px;
	right: 35px;
}
.subsection .ctaAdUnit {
	right: 15px;
}
.ctaAdUnit {
	position: relative;
}
.subsections-navigation {
	margin-bottom: 1em;
	white-space: nowrap;
}
.subsections-navigation.resize {
	display: none;
}
.subsection-heading, .subsection-heading-noaction {
	background: #efefef;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	border: 1px solid #bbb;
	border-left:0;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin: 0;
	padding: 1em 2em;
	font-size: 20px;
	line-height: 31px;
	font-weight: 300;
	color: #595959;
}
.subsection-heading:first-child, .subsection-heading-noaction:first-child {
	border-left:1px solid #bbb;
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
}
.subsection-heading:last-child, .subsection-heading-noaction:last-child {
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
}
.subsection-heading.active,
.subsection-heading:hover, .subsection-heading-noaction.active, .subsection-heading-noaction:hover {
	background: #b30202;
	background: -moz-linear-gradient(top, #b30202 0%,#e9292e 100%);
	background: -webkit-linear-gradient(top, #b30202 0%,#e9292e 100%);
	background: -o-linear-gradient(top, #b30202 0%,#e9292e 100%);
	background: -ms-linear-gradient(top, #b30202 0%,#e9292e 100%);
	background: linear-gradient(to bottom, #b30202 0%,#e9292e 100%);
	color: #fff;
	box-shadow: inset 2px 2px 29px 3px rgba(0, 0, 0, .75);
	cursor: pointer;
}

.key-points .column {
	font-weight: 300;
	font-size: 21px;
	text-align: center;
}
.key-points .column b {
	display: block;
	font-weight: 900;
	font-size: 37px;
	color: #e9292e;
	line-height: 1em;
	white-space: nowrap;
}
h2.blue {
	color: #1484bd;
	font-size: 36px;
	font-weight: 300;
	line-height: 42px;
}
h3.blue {
	color: #1484bd;
}
.featured-video-item {
	text-align: center;
	margin: 1em auto !important;
	padding-bottom: 43px;
	background: url('/wp-content/uploads/2012/12/video_shadow_large.jpg') 50% 100% no-repeat;
}
.featured-video-item p {
	padding:0;
	margin:0;
}
.featured-video-item iframe {
	padding:0;
	margin:0 auto;
	display: block;
}

.featured-video-title {
	font-size: 24px;
	color: #606060;
	margin-bottom: 1em;
}
.secondary-videos {
	text-align: center;
}
.secondary-video-item {
	text-align: start;
	font-size: 14px;
}
.video-thumbnail img {
	width: 216px;
	height: auto;
	display: block;
}
.video-thumbnail {
	width: 216px;
	padding-bottom:10px;
	background:url('/wp-content/uploads/2012/12/video_shadow_small.jpg') 50% 100% no-repeat;
}
.secondary-video-title {
	font-weight: normal;
	color: inherit;
	font-size: inherit;
	width: 216px;
}
.visit-yt-link {
	display: block;
	text-align: center;
	margin-bottom: 4em;
	margin-top:11em;
}

#newsletterOuterDiv {
	font-size: 15px;
	line-height: 22px;
	color: #5b5b5b;
	text-align: left;
}
#introPic {
	width: 276px;
	float: left;
	padding-bottom: 14px;
}
#introPic img {
	display: block;
}
#introIcon {
	width: 55px;
	float:left;
	text-align: center;
	padding-top: 10px;
}
#introText {
	width: 765px;
	float: left;
}
#introText h2 {
	font-size: 38px;
	line-height: 48px;
	padding-bottom: 15px;
	font-weight: 300;
	color: #E9292E;
}
#featuredColumn {
	width: 730px;
	float: left;
}
#featuredColumn.article.pr {
        width: 860px;
}
#featuredColumn.article.pr > hr {
        margin: 13px 0 30px 0;
}
#featureGray {
	background-color: #f5f5f5;
	padding: 30px;
	width: 720px;
}
.featuredTitle {
	border-bottom: 2px solid #5b5b5b;
	height: 40px;
}
.featuredTitle h2 {
	font-size: 27px;
}
.icon {
	float: left;
	margin-bottom: 50px;
	margin-right:10px;
}
.subscribe_tab {
	right: 0px;
	top: 280px;
	position: fixed;
	width: 83px;
height: 280px;
	background-color: #00A092;
	padding: 0;
	margin: 0;
	z-index: 999;
	border: 3px #FFFFFF solid;
	border-right: 0px #00A092 solid;
}
.subscribe_tab.landing {
	top: 627px;
}
.subscribe_form {
	top: 70px;
	right: -740px;
	position: fixed;
	width: 738px;
	height: 575px;
	color: #FFFFFF;
	background-color: #00A092;
	z-index: 9990;
	border: 3px #FFFFFF solid;
}
.subscribe_form_noscript {
	width: 740px;
	position: relative;
	margin: 0 auto 90px;
	height: 600px;
	color: #FFFFFF;
	background-color: #00A092;
}
.subscribe_form hr, .subscribe_form_noscript hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	clear:both;
}
#user_type {
	height: 40px;
}
.subscribe_form form, .subscribe_form_noscript form {
	padding: 65px 90px;
	position: relative;
}
.subscribe_form span.wpcf7-form-control-wrap, .subscribe_form_noscript span.wpcf7-form-control-wrap {
	float: right;
}
.quote {
	position: absolute;
	margin-top: -180px;
	width: 660px;
	display: block;
}
.quote ~ .quote {
	display: none;
}
h2.quotetitle {
	margin-bottom: 200px;
	font-size: 29.53px;
	line-height: 29px;
	padding: 20px 0 5px;
}
.quote_text {
	font-size: 21px;
	line-height: 33px;
	font-weight:100;
	font-family: helvetica, sans-serif;
}
.quote_author {
	font-size: 21px;
	line-height: 33px;
	font-weight: 100;
	font-style: italic;
	font-family: helvetica, sans-serif;
}
ul.padded li {
	padding-left: 85px;
	list-style-type: none;
}
ul.padded li > img {
	margin-left: -85px;
}
h1.about {
	width:440px;
	float:left;
	font-size:37px;
	line-height: 45px;
	font-weight: 300;
	color: #7F776A;
	margin-top: 70px;
}
.caseStudyRow {
	width: 1045px;
	margin: 0 auto 0 174px;
}
.caseStudyCell {
	position: relative;
	float: left;
	width: 250px;
	height: 250px;
}
.caseStudyCell.small {
	width: 178px;
	height: 178px;
	margin: 0 40px 40px 0;
}
.caseStudyCell.small ~ .caseStudyCell.small {
	margin-right: 0;
}
.caseStudyTitle {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	min-height: 60px;
	height: auto !important;
	height: 100px;
	width: 250px;
	border-top: 1px solid #e9292e;
	text-align: left;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0) transparent;
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	padding: 15px;
}
.caseStudyTitle.small {
	min-height:30px;
	height: auto !important;
	height:30px;
	width:178px;
}
.caseStudyTitle a {
	/*position: relative;
	top: 15px;
	left: 15px;*/
	color: #FFFFFF;
	font-size: 21px;
	font-weight: 300;
}
.caseStudyTitle.small a {
	font-size: 20px;
	top: 5px;
}
div.caseStudyCell:hover > div.caseStudyTitle {
	display: block;
}
h2.caseStudy {
	font-weight: 300;
	font-size: 30px;
	padding-bottom: 10px;
}
div.caseStudyPic {
	float: left;
	margin-right: 30px;
	width: 410px;
	text-align:right;
}
div.caseStudyText {
	float: left;
	color: #666666;
	margin-top: 40px;
	width: 320px;
}
div.caseStudyText h2 {
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 15px;
}
div.caseStudyPDF {
	margin-top: 45px;
	margin-right: 25px;
	float: right;
}
div.caseStudyPDF a {
	font-weight: 300;	
	font-size: 18px;
}
#caseStudyQuote {
	position: relative;
	left: 90px;
	width: 440px;
	min-height: 180px;
	height: auto !important;
	height: 180px;
	padding: 40px 30px;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	font-style: italic;
	color: #FFFFFF;
	background-color: #00a092;
}
#caseStudyQuoteTriangle {
	height: 0;
	width: 0;
	border-left: 0 dashed transparent;
	border-right: 68px solid transparent;
	border-top: 36px solid #00A092;
	position:absolute;
	bottom: -36px;
	right: 74px;
}
#caseStudyQuoteTriangle2 {
	height: 0;
	width: 0;
	position: absolute;
	bottom: -36px;
	right: 126px;
	border-left: 16px solid #FFFFFF;
	border-top: 0 dashed transparent;
	border-bottom: 36px solid transparent;
}
#caseStudyQuoteName {
	width: 200px;
	height: 100px;
	position: relative;
	top: 25px;
	left: 245px;
	font-size: 18px;
	font-weight: 100;
}
div#articleColumn.smaller.casestudy {
	width: 180px;
	padding: 0px;
}
div#articleColumn.smaller.casestudy h3 {
	font-size: 19px;
}
div#articleColumn.smaller.casestudy a {
	color: #4a4a4a;
	font-size: 18px;
	font-weight: 300;
}
div#articleColumn.smaller.casestudy a:hover {
	color: #E9292E;
}
#breadcrumbs {
	font-size: 16px;
	font-weight: 300;
	text-align:left;
	display:none;
}
.height40{
	display:none;
}
#breadcrumbs a {
	color: #4A4A4A;
}
#breadcrumbs a:hover {
	color: #E9292E;
}
#speechBox {
	color: #FFFFFF;
	min-height: 115px;
	height: auto !important;
	height: 115px;
	width: 644px;
	background-color: #5b5b5b; 
	padding: 0 32px;
	margin: 0 auto 50px;
	font-size: 28px;
	line-height: 36px;
}
#speechBox:after {
	content:url(/wp-content/uploads/2012/12/speech_box_pointer.png);
	display: block;
	position: relative;
	top: 52px;
	left: 305px;
}
ul.menu > li.current_page_item > a, .menu li.current_page_ancestor > a, .menu li.current-page-ancestor > a, .menu li.current-page-parent > a, ul.menu > li.current-page-item > a {
	color: #E9292E;
}
.footer-nav > ul li.current_page_item > a, .footer-nav > ul li.current_page_parent > a, .footer-nav > ul li.current_page_ancestor > a, .footer-nav > ul li.current-page-parent > a, .footer-nav > ul li.current-page-ancestor > a, .footer-nav > ul li.current-page-item > a {
	color: #5F5D5E;
}
.footer-nav > ul li.current_page_item > a:hover, .footer-nav > ul li.current_page_parent > a:hover, .footer-nav > ul li.current_page_ancestor > a:hover, .footer-nav > ul li.current-page-parent > a:hover, .footer-nav > ul li.current-page-ancestor > a:hover, .footer-nav > ul li.current-page-item > a:hover {
	color: #e9292e;
}
#articleColumn.smaller div#speechBox {
	width: 275px;
	font-size: 22.32px;
	padding: 0 22px;
	line-height: 30px;
}
#articleColumn.smaller div#speechBox:after {
	left: 122px;
}	
#articleColumn.evensmaller {
        width: 210px;
        padding: 70px 0 0 30px;
        font-size: 14px;
        color: #595959;
}
#articleColumn.evensmaller > a {
        font-size: 16px;
        line-height: 21px;
}
#articleColumn {
	width: 370px;
	float: left;
	padding: 30px;
}
#articleColumn hr {
	margin: 12px 0;
}
#articleColumn h1 {
	color: #666666;
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
}
#articleColumn h2 {
	font-size:28px;
	line-height:37px;
	color: #0088CE;
}
#articleColumn.smaller {
	width: 275px;
	margin-left: 40px;
	padding-left: 0;
	padding-right: 0;
}
#articleColumn.smaller h2 {
	font-size: 26px;
	line-height: 34px;
}
#articleColumn.smaller div#speechBox img, #articleColumn.smaller div.featuredTitle img, #articleColumn.smaller div#speechBox br {
	display: none;
}
#articleColumn.smaller div.featuredTitle h2 {
	font-size: 30px;
	line-height: 10px;
	color: #666666;
}
#shareThis {
	font-size: 18.07px;
	font-weight: 300;
}
#shareThis a {
	display: inline-block;
	margin: 0 6px;
}
.articleBox {
	background: url('/wp-content/uploads/2012/12/media_article_icon.png') no-repeat;
	padding: 35px 0;
	font-size: 15px;
	line-height: 22px;
}
.archivebox {
	width: 1080px;
	margin: 0 auto;
        font-weight: 300;
	font-size: 24px;
	line-height: 32px;
}
.archivebox h2 {
	font-weight: 300;
	font-size: 30px;
}
.articleBoxArchive {
	float: left;
	background: url('/wp-content/uploads/2012/12/media_article_icon.png') no-repeat;
	padding: 0 35px;
	width: 270px;
}
.articleBoxArchive:last-child {
	padding: 0 0 0 35px;
}
.articleBoxArchive a {
	color: #0088CE;
	font-weight: 300;
	font-size: 21px;
	line-height: 23px;
}
div#featureGray h2.article {
	background: url('/wp-content/uploads/2012/12/media_article_icon.png') no-repeat;
        padding: 0 35px;
	font-size: 30.19px;
	line-height: 38px;
	color: #0088CE;
}
#featuredColumn.article {
	width: 800px;
	font-size: 16px;
	line-height: 28px;
}
#featuredColumn.article div#featureGray {
	font-size: 15px;
	line-height: 21px;
}
#featuredColumn h2.article {
	color: #E9292E;
	font-size: 38px;
	line-height: 46px;
        font-weight: 300;
}
.spotlightArchive {
	float: left;
	background: url('/wp-content/uploads/2012/12/speech_box_iconArchive.png') no-repeat 0 27px;
	padding: 0 0 0 36px;
}
#subscribeForm {
	background-color: #00a092;
	color: #FFFFFF;
}
#subscribeForm input, #subscribeForm select {
	width: 370px;
/*	height: 48px; */
	margin-bottom: 18px;
}
.subscribe_form .wpcf7-form-control.wpcf7-text {
	width: 370px;
}
.subscribe_form .wpcf7-form-control.wpcf7-submit {
	margin-top: 10px;
	padding: 6px;
}
div.wpcf7-response-output {
	margin-top: 0.5em !important;
}
#subscribeForm h2 {
	font-size: 50px;
	font-weight: 300;
}
#subscribeForm h3 {
	font-size: 37px;
	font-weight: 300;
}
select.dropdown_style {
	background: linear-gradient(to bottom, #FFFFFF 0%, #EDEDED 100%) transparent;
	border: 1px solid #E3E3E3;
	color: #595959;
}

.myButton,
input.submit {
	text-transform: uppercase;
	font-size: 17px;
	min-width: 120px;
	text-align: center;
	font-weight: 300;
}
.button {
	background: #e9292e;
	padding: 14px 20px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	border: none;
	vertical-align: top;
}
.border {
	border: 1px solid #9a9a9a;
}
.page-nav a {
	white-space: nowrap;
}
.gs-title {
	height: auto !important;
	min-height: 3em;
}
.gs-result .gs-title, .gs-result .gs-title * {
	text-decoration: none !important;
}
a.gs-title, a.gs-title b {
	color: #e9292e !important;
	font-size: 27px !important;
	line-height: 31px !important;
	text-decoration: none !important;
}
a.gs-title b {
	font-weight: normal !important;
}
div.gs-snippet, div.gsc-result-info, div.gsc-cursor-box, .gcsc-branding-text, .gsc-inline-block {
	font-size: 15px;
	line-height: 24px;
	color: #484848 !important;
}
.gsc-control-cse {
	padding: 0 !important;
}
.gsc-input-box {
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 4px;
	height: 28px !important;
	border: 1px solid #ededed !important;
}
.gsc-input {
	width: 182px;
padding-right: 0 !important;
margin-right: 2px;
display: block;
margin-left:-5px;
}
.tech-search .gsc-input{
	width:93%;
}
.gsc-orderby {
	padding-top: 60px;
}
#google-custom-searchbox {
	float: right;
	height: 28px;
	width: 182px;
}
input.gsc-search-button {
	background: url('images/icon_search.png') no-repeat transparent !important;
	border: 0 none !important;
	width: 18px !important;
	height: 16px !important;
	position: absolute !important;
	margin-top: -8px !important;
	right: -17px !important;
}
.gsc-cursor-page {
	position: relative !important;
	top: 35px !important;
}
.gs-bidi-start-align.gs-visibleUrl {
	display: none !important;
}
.gsc-webResult .gsc-result {
	padding: 30px 0 !important;
	border-bottom: 1px solid #5B5B5B !important;
}
div.gsc-results > .gsc-result {
	padding-top: 0 !important;
}
div.gsc-results > .gsc-result ~ .gsc-result {
	padding-top: 30px !important;
}
.gsc-above-wrapper-area {
	border-bottom: 1px solid #5B5B5B !important;
}
.gs-fileFormat {
	color: #494949 !important;
	font-size: 16px !important;
	font-weight: 600;
	padding-bottom: 8px;
}
span.gs-fileFormatType {
	color: #494949 !important;
	font-size: 16px !important;
}
.gs-snippet b {
	color: #e9292e;
	font-weight: normal;
}
.search_title {
	font-size: 38px;
	color: #e9292e;
	padding: 25px 0;
}
.gsc-thumbnail-inside {
	padding-left: 0 !important;
}
.gsc-results .gsc-cursor-box {
	text-align: center;
}
.gsc-cursor-page, .gscb_a {
	color: #e9292e !important;
	font-size: 24px;
	padding: 13.5px;
}
.gsc-cursor-current-page {
	color: #494949 !important;
	font-weight: normal !important;
}
.gscb_a:hover, .gscb_a:focus {
	color: #c6060c !important;
}
.gsc-resultsbox-visible {
	padding-bottom: 80px !important;
}
.gsc-control-cse {
	background: none transparent !important;
	border: 0 none !important;
}
form.gsc-search-box {
	padding-right: 0 !important;
}	

.gsst_b {/*
	right: 0px;
	top: 115px;
	
}
.gsc-table-cell-thumbnail {
/*	display: none !important;*/
}
#cse .gsc-search-box,#cse .gsc-clear-button,#cse .gsc-search-button {
display:none;
}
#cse {
width:100%;
}
.gcsc-branding {
display:none;
}
#gsc-i-id1 {
background-color:transparent;
}

input.gsc-search-button {
z-index:4000;
}

/* ==========================================================================
   Advertiser Newsletter
   ========================================================================== */

/* Landing */

div.subsections{}
.adInsightsArchive{float:right;}
.adInsightsArchive select{background:#fff;border:1px solid #ddd; margin-right:20px;height:37px;}
.ctaAdUnit.button.adInsightsCTA{padding:0.3em 2.8em 0.3em 1.3em;}
.adInsightsCTA2{margin-top:10px;display: block;}
.adInsightsArchiveButton{display:none;}
.adInsightsArchiveSelectBox{float:right;}
.adInsightsArchiveSelectBox select{background:#fff;border:1px solid #ddd; height:37px;font-size: 16px;margin-left:15px;}
div.ArticleArchive div.newsHeroImage{width:350px; vertical-align:top;min-height:160px;}
div.ArticleArchive div.newsHeroText{width:750px; min-height: 165px; vertical-align:top;}
div.ArticleArchive div.newsImage{width: 100px;min-height: 100px;}
div.ArticleArchive div.newsText{width: 410px;min-height: 100px;}
div.ArticleArchive div.newsClip{margin-bottom:40px;}
div.ArticleArchive div.newsHero{margin-bottom:40px;margin-top:45px;}
div.ArticleArchive .newsThumbTopic, div.ArticleArchive .newsThumbHeader{display:inline;font-size: 18px;
line-height: 20px; font-weight:300; vertical-align:baseline;font-family:museo-sans, museo-slab, sans-serif;}
div.ArticleArchive .newsThumbTopic{font-weight:300;}
div.ArticleArchive .newsThumbTopic:after{content:':'}
div.ArticleArchive .newsThumbHeroText{font-size:18px;line-height:18px;}
.ArticleArchiveItem{border-bottom: 1px solid #999; margin-bottom:20px;}
div.ArticleArchive div.newsHeroText .newsThumbTopic {color:#5b5b5b;}
div.ArticleArchive .newsThumbHeroHeader{color:#e9292e;}
.archiveAdNewsList{display:inline-block;}
.newsArticleTitle.archiveADNEWS {padding-bottom: 20px; margin-top: 30px;}
.newsArticleTitle.archiveADNEWS h2{
font-size: 24px;
font-weight: 300;

}

div.newsHero{width:100%;margin-bottom:50px; text-align:left;}
div.newsHeroImage{width:685px;min-height:314px;margin-right:18px;display:inline-block;border-spacing:0px;background-repeat:no-repeat; background-position:center; background-size: 100%;}
div.newsHeroText{width:370px;min-height:232px;display:inline-block;vertical-align:top;}

div.newsBlock{width:100%;text-align:left;}
div.newsClip{margin-bottom:60px;display:inline-block;vertical-align:top;}
div.newsBlock div.newsClip:nth-child(odd){margin-right: 55px;}
div.newsImage{width:222px;min-height:190px;margin-right:18px;display:inline-block;vertical-align:top;border-spacing:0px;background-repeat:no-repeat; background-position:top; background-size: 100%;}
div.newsText{width:270px;min-height:190px;display:inline-block;vertical-align:top;}

.newsThumbTopic{font-size:15px;line-height:20px;font-weight:300;color:#e9292e;display:block;vertical-align:top; margin-bottom:3px;}
.newsThumbHeroHeader{font-size:22px;line-height:27px;font-weight:300;color:#5b5b5b;display:block;vertical-align:top;}
.newsThumbHeader{font-size:18px;line-height:23px;font-weight:300;color:#5b5b5b;display:block;vertical-align:top;}
.newsThumbHeroText{font-size:17px;line-height:21px;font-weight:300;color:#5b5b5b;display:block;vertical-align:top;}
.newsThumbText{font-size:16px;line-height:20px;font-weight:300;color:#5b5b5b;display:block;vertical-align:top;}
.newsThumbMore{font-family: helvetica, arial;font-size:13px;line-height:20px;font-weight:300;color:#e9292e;display:block;vertical-align:top;margin-top:10px;}

div.newsComments{width:100%;background-color:#595959;color:#fff; text-align:left; padding:35px 70px 35px 70px;-moz-border-radius:10px;
	-webkit-border-radius:10px;border-radius:10px;}
	
.newsCommentsTopic{font-size:15px;font-weight:300;color:#fff;display:block;vertical-align:top;}
.newsCommentsHeader{font-size:19px;font-weight:300;color:#fff;display:block;vertical-align:top;}
.newsCommentsText{font-size:13px;font-weight:300;color:#fff;display:block;vertical-align:top;}
.newsComments a.button{position:relative;right:0px;}

div.newsSurvey{background-color:#f5f5f5; width:100%; text-align:center; color:#5b5b5b;padding:0px 0px 30px 0px;-moz-box-shadow: inset 0 0 10px #888;
-webkit-box-shadow: inset 0 0 10px #888;
box-shadow: inset 0 0 10px #888;}
div.newsSurveyWrapper{margin:0px auto;width:800px;}
div.newsSurveyButton{width:125px; margin:0px auto;-moz-border-radius: 0 0 10px 10px;-webkit-border-radius: 0 0 10px 10px;border-radius: 0 0 10px 10px;color:#fff;background-color:#e9292e;font-weight:300;}
div.newsSurveyContent{padding:30px 0px;color:#5b5b5b;font-size:21px; font-weight:300; text-align:left;line-height:28px;}
div.newsSurveyAnswers ul{list-style:none;text-align:left;width:800px; margin:0px auto;padding-left:50px;margin-bottom: 65px;}
div.newsSurveyAnswers li{display:inline-block;width:330px; vertical-align:top; font-size:20px; font-weight:600;margin-top:3px;margin-left:5px; margin-bottom:20px;}

div.newsSurveyAnswersSmall ul{list-style:none;text-align:left;width:500px; margin:0px auto;padding:10px 0px;}
div.newsSurveyAnswersSmall li{display:inline-block; vertical-align:top;width:450px; font-size:16px; font-weight:600;margin-top:0px;margin-left:5px;margin-bottom:20px;color:#5b5b5b;}
.wp-polls-ans{text-align:right;}

/* Article */

div.newsArticle{ width:800px;text-align:left; float:left;}
div.newsArticle p{ margin-bottom:40px;}
div.newsArticleTitle{font-size:24px;font-weight:300;border-bottom:1px solid #5b5b5b; color:#5b5b5b;padding-bottom:10px;margin-bottom:30px;}
div.newsArticleTitle2{font-size:24px;font-weight:300;border-bottom:1px solid #5b5b5b; color:#5b5b5b;padding-bottom:10px;margin-bottom:30px;}
div.newsArticleImage{width:800px; margin-bottom:15px;min-height:400px;background-repeat:no-repeat; background-position:center; background-size: 100%;}
div.newsArticleImage img{width:100%;}
div.newsArticle img {
	display: block;
	margin: 0 auto;
}
div.newsArticleText{margin-bottom:35px;}
div.newsArticle .newsSurvey{padding:45px 20px 45px 45px; color:#e9292e;text-align:left;-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;} 
div.newsArticle .newsSurveyImage{width:170px;min-height:145px;margin-right:25px;display:inline-block;vertical-align:top;} 
div.newsArticle .newsSurveyImage img{width:100%;} 
div.newsArticle div.newsSurveyContent{color:#e9292e;display:inline-block;vertical-align:top;width:525px;font-size:18px; font-weight:300; padding:0px;}

div.newsArticleWidget{width:180px;text-align:left;float:left;margin-left:45px;}
div.newsArticleBox{margin-bottom:15px;}
div.newsArticleThumbImage{width:180px;height:160px; overflow:hidden;margin-bottom:5px;background-repeat:no-repeat; background-position: top;
background-size: 180px;}
div.newsArticleThumbText{ font-size:17px;font-weight:300;color:#5b5b5b;}

div.newsSurvey a.button{margin-right: 30px; margin-top: -10px; font-family: museo-sans, sans-serif;}
.newsSurveyAnswersSmall a.button{float:right;}

div.newsArticle strong{font-size:21px;font-weight:300;color:#e9292e;}
#theArticle>p>strong{display:block;margin-bottom:10px;}
div.newsArticle .source{font-size:10px;}

div.newsArticleGraphicList{margin-bottom:35px;text-align:left;}
div.newsArticleGraphicList ul{ list-style:none;padding:0px;margin:0px;}
div.newsArticleGraphicList img{margin-bottom:10px;width:350px;margin-right:30px;display:inline;}

div.newsArticleGraphicList div.newsArticleListText{display:inline-block;width:400px; vertical-align:top;}


/* Feedback */

div.newsFeedbackForm{margin-bottom:80px;}
div.newsFeedbackFormLabels input{width:260px;height:40px;margin-bottom:10px;}
div.newsFeedbackForm label{margin-right:20px;padding-bottom:10px;}
div.newsFeedbackForm textarea{width:800px;height:445px;margin-top:10px;margin-bottom:30px;}

div.newsFeedbackFormLabels{float:left; width:50%;margin-bottom:10px;}
div.newsFeedbackForm div.button{float:right;font-weight:normal;font-size:13px;}
div.newsFeedbackForm #feedbackSubmit{background:none;color:#fff;border:none;text-transform:uppercase;font-size:14px;font-weight:lighter;text-decoration: none;padding:0px;line-height: 2em;}
strong.required{color:#e9292e;padding:0px;font-weight:300;}




/* Survey Feedback */

div.newsSurveyTitle{font-size:45px; font-weight:300; color:#5b5b5b; margin-bottom:30px;font-family:museo-slab;}
div.newsSurveySubTitle{font-size:24px; font-weight:300; color:#e9292e; margin-bottom:25px;}
div.newsSurveyHero{width:100%; border: 10px solid #5b5b5b; height:642px; margin-bottom:30px;background-position:center; background-repeat:no-repeat;background-size:contain;}

ul.newsSurveyResults{width:800px; font-size:24px;padding:0px;color:#5b5b5b;}
ul.newsSurveyResults li{min-width:400px;display:inline-block;margin-bottom:20px;}
.newsSurvey input[type="radio"] {
	-webkit-appearance: none;
	display: inline-block;
        width:30px;
	height:29px;
	background-image:url('/wp-content/uploads/2013/04/radio.png');
	background-position:top;
	background-size:100%;
	overflow:hidden;
}
.newsSurvey input[type="radio"]:checked:after {
    background-position:top;
}
.newsSurvey input[type="radio"]:checked, .newsSurvey input[type="radio"]:active, .newsSurvey input[type="radio"]:checked:active {
    background-position:bottom;
}
div.newsSurvey.thankyou {
	background: none transparent;
	box-shadow: none;
	padding: 0;
}
div.newsSurvey.mainpage.thankyou {
	position: relative;
	top: -200px;
	margin-bottom: -150px;
	z-index: 1;
}
div.newsSurvey.thankyou div.newsSurveyImage, div.intro-content.thankyou h2, div.newsSurvey.thankyou div.newsSurveyButton {
	display: none;
}
div.newsSurvey.thankyou div.newsSurveyContent {
	width: 100%;
}
div.newsSurvey.thankyou ul.newsSurveyResults {
	padding: 0;
	margin: 0;
	font-size: 24px;
	color: #5b5b5b;
}
div.newsSurvey.thankyou div.newsSurveyWrapper {
	width: 1130px;
	padding-right: 330px;
	padding-bottom: 90px;
	text-align: left;
}
div.newsArticleWidget.initial-hide {
	display: none;
	position: relative;
	z-index: 99;
}
/* 404 - Tapjoy.com */

.error404 .header-wrapper{/*background:none;*/}

.F0F_wrapper{
	width:100%;
	height:300px;
	text-align:center;
	padding-top:100px;
	background: #e8282d;
background: -moz-radial-gradient(center, ellipse cover, #e8282d 40%, #ce0c0c 60%, #ce0c0c 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(40%,#e8282d), color-stop(60%,#ce0c0c), color-stop(100%,#ce0c0c));
background: -webkit-radial-gradient(center, ellipse cover, #e8282d 40%,#ce0c0c 60%,#ce0c0c 100%);
background: -o-radial-gradient(center, ellipse cover, #e8282d 40%,#ce0c0c 60%,#ce0c0c 100%);
background: -ms-radial-gradient(center, ellipse cover, #e8282d 40%,#ce0c0c 60%,#ce0c0c 100%);
background: radial-gradient(ellipse at center, #e8282d 40%,#ce0c0c 60%,#ce0c0c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8282d', endColorstr='#ce0c0c',GradientType=1 );




}

.F0F_wrapper h1, .F0F_wrapper h2, .F0F_wrapper h3{
	color:#fff;
	text-align:center;
	/*margin-bottom:20px;*/
}
.F0F_wrapper h1{
	font-size:45px;
}
.F0F_wrapper h2{
	font-size:35px;
	
}

.red_arrow{background: url(images/red_arrow.png) 100% 50% no-repeat;width:11px !important;height:15px !important;display:inline-block;}

.F0F_hero{margin:0px auto;}

.F0F_wrapper_secondary{width:100%;margin:0px auto;padding:50px;padding-bottom:100px;}

.F0F_content{margin:0px auto;color:#5b5b5b;}
.F0F_content h2{margin:0px auto;color:#5b5b5b;font-size:35px;margin-bottom:30px;text-align:center;}
.F0F_table{border:1px solid #666;color:#fff;padding:0px;font-size:0px;}
.F0F_table_header{height:60px;background-color:#666;color:#fff;text-align:center;padding-top:20px;font-size:25px;font-weight:300;}
.F0F_table_contents{}
.F0F_table_body{display:inline-block;height:60px;background-color:#f5f5f5;border: 1px solid rgb(220,220,220);color:#484947;padding: 15px 40px;margin:0px;font-size:20px;}

.F0F_table_body a{color:#484947;}

.button_white{
	margin-top:40px;
	border: 0;
	background-color:#fff;
	background: -moz-linear-gradient(top, #fff 0%, #ccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ccc));
	background: -webkit-linear-gradient(top, #fff 0%,#ccc 100%);
	background: -o-linear-gradient(top, #fff 0%,#ccc 100%);
	background: -ms-linear-gradient(top, #fff 0%,#ccc 100%);
	background: linear-gradient(to bottom, #fff 0%,#ccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ccc',GradientType=0 );
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	display:inline-block;
	color:#e9292e !important;
	font-size:14px;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	padding:0.5em 3em 0.5em 1.5em;
	text-decoration:none;
	text-transform: uppercase;
	vertical-align: middle;
	line-height: 2em;
	position: relative;
	font-weight:300;
}
.button_white:after {
	content:'';
	position: absolute;
	top:0;
	right:1em;
	background: url(images/cta_arrow_red.png) 100% 50% no-repeat;
	height: 100%;
	width: 100%

}
.button_white:hover {
	background: -moz-linear-gradient(top, #ccc 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(100%,#fff));
	background: -webkit-linear-gradient(top, #ccc 0%,#fff 100%);
	background: -o-linear-gradient(top, #ccc 0%,#fff 100%);
	background: -ms-linear-gradient(top, #ccc 0%,#fff 100%);
	background: linear-gradient(to bottom, #ccc 0%,#fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#fff',GradientType=0 );
}
/* 404 - Kiosk/Tapjoy */



.mejs-container {
	margin: 4em auto;
}


div.newsFeedbackForm input.button{position:relative;display:inline-block !important;
	background-image: url(images/cta_arrow.png); 
	background-image: url(images/cta_arrow.png), -moz-linear-gradient(top, #e9292e 0%, #b01f23 100%);
	background-image: url(images/cta_arrow.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9292e), color-stop(100%,#b01f23));
	background-image: url(images/cta_arrow.png), -webkit-linear-gradient(top, #e9292e 0%,#b01f23 100%);
	background-image: url(images/cta_arrow.png), -o-linear-gradient(top, #e9292e 0%,#b01f23 100%);
	background-image: url(images/cta_arrow.png), -ms-linear-gradient(top, #e9292e 0%,#b01f23 100%);
	background-image: url(images/cta_arrow.png), linear-gradient(to bottom, #e9292e 0%,#b01f23 100%);
	background-repeat: no-repeat;background-position:90%;
	font-weight:600;
	-webkit-appearance: none;
	text-indent:inherit;
text-shadow:none !important;
text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
	
	}
div.newsFeedbackForm input.button:hover {
	background-image: url(images/cta_arrow.png); 
	background-image: url(images/cta_arrow.png), -moz-linear-gradient(top, #b01f23 0%, #e9292e 100%);
	background-image: url(images/cta_arrow.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b01f23), color-stop(100%,#e9292e));
	background-image: url(images/cta_arrow.png), -webkit-linear-gradient(top, #b01f23 0%,#e9292e 100%);
	background-image: url(images/cta_arrow.png), -o-linear-gradient(top, #b01f23 0%,#e9292e 100%);
	background-image: url(images/cta_arrow.png), -ms-linear-gradient(top, #b01f23 0%,#e9292e 100%);
	background-image: url(images/cta_arrow.png), linear-gradient(to bottom, #b01f23 0%,#e9292e 100%);
	
}
.thumbTitle{height:50px;display:table-cell;padding: 0 2px;text-align:center;width:165px; vertical-align:middle;}

.jiathis_wrapper {
    margin: 1em 0;
}
.jiathis_wrapper a {
    margin-right: 0.25em;
    display: inline-block !important;
}

div.phoneNumberHeader{position:absolute;top:13px; right:215px;display:none;width:200px;text-align:right;font-size:14px;font-weight:300;}
div.phoneNumberHeader.advertisers{display:block;}
div.phoneNumberHeader img.phoneIcon{width:20px;margin-right:7px;}
div.phoneNumberHeader.advertisers span.addPhoneNumber:after{content:'805.722.1711';position:relative;top:-1.5px;}

.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {display:inline-block !important;}

div.newsFeedbackForm input.button {
position: relative;
display: inline-block !important;
background-image: url(images/cta_arrow.png);
background-image: url(images/cta_arrow.png), -moz-linear-gradient(top, #e9292e 0%, #b01f23 100%);
background-image: url(images/cta_arrow.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9292e), color-stop(100%,#b01f23));
background-image: url(images/cta_arrow.png), -webkit-linear-gradient(top, #e9292e 0%,#b01f23 100%);
background-image: url(images/cta_arrow.png), -o-linear-gradient(top, #e9292e 0%,#b01f23 100%);
background-image: url(images/cta_arrow.png), -ms-linear-gradient(top, #e9292e 0%,#b01f23 100%);
background-image: url(images/cta_arrow.png), linear-gradient(to bottom, #e9292e 0%,#b01f23 100%);
background-repeat: no-repeat;
background-position: 90%;
font-weight: 600;
-webkit-appearance: none;
text-indent: inherit;
text-shadow: none !important;
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
}


.ca-wrapper.videoTJ{height:300px;}
.ca-containerVideo{margin-bottom:100px !important;}
.ca-items-mobile-dots{display:none;}

.lang-es .ca-wrapper, .lang-hk .ca-wrapper, .lang-de .ca-wrapper{height: 225px;}
.masonry-brick img{max-width:350px;}


#single-nav-left {
	width:40%; float:left;font-weight:300;
	}
#single-nav-right {
	width:40%; float:right; text-align:right;font-weight:300;
	}
#mediaLibraryLogos {width:30%; text-align: center;
display: inline-block;
margin-bottom: 25px;
vertical-align: top;}

#mediaLibraryLogos img{display: block;
margin: 0px auto;}
#mediaLibraryExec {width:50%; text-align:left; float:left;margin-bottom: 20px;}


#MediaGate{display: none;position: fixed;top: 50%;left: 50%;margin-left: -250px;margin-top: -290px;width: 550px;height: 610px;padding: 40px;border: 1px solid #CCCCCC;z-index: 1001;background:#FFFFFF;box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);line-height:22px;}
#MediaGateBox{display: none;background: #FFFFFF;opacity: 0.9;filter: alpha(opacity=90);position: fixed;top: 0px;left: 0px;min-width: 100%;min-height: 100%;z-index: 1000;overflow: visible;}
#MediaGateClose{position: absolute;
top: -10px;
right: -10px;
background: #ffffff;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 1px solid #CCCCCC;
width: 33px;
height: 33px;
font-size: 22px;
padding: 3px 0px 0px 10px;
color: #ccc;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);}
#MediaGate input, #MediaGate select{width: 206px;height: 36px;background-repeat:no-repeat;}
.gate_input{display: inline-block;}
#MediaGate select{
background: linear-gradient(to bottom, #FFFFFF 0%, #EDEDED 100%) transparent;
border: 1px solid #E3E3E3;margin-bottom:15px;}
#MediaGate .wpcf7-submit{
position: relative;
display: inline-block !important;
background-image: url(images/cta_arrow.png);
background-image: url(images/cta_arrow.png), -moz-linear-gradient(top, #e9292e 0%, #b01f23 100%);
background-image: url(images/cta_arrow.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9292e), color-stop(100%,#b01f23));
background-image: url(images/cta_arrow.png), -webkit-linear-gradient(top, #e9292e 0%,#b01f23 100%);
background-image: url(images/cta_arrow.png), -o-linear-gradient(top, #e9292e 0%,#b01f23 100%);
background-image: url(images/cta_arrow.png), -ms-linear-gradient(top, #e9292e 0%,#b01f23 100%);
background-image: url(images/cta_arrow.png), linear-gradient(to bottom, #e9292e 0%,#b01f23 100%);
background-repeat: no-repeat;
background-position: 90%;
font-weight: 600;
-webkit-appearance: none;
text-indent: inherit;
text-shadow: none !important;
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
	color:#ffffff !important;
	font-size:14px;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	padding:0.5em 3em 0.5em 1.5em;
	text-decoration:none;
	text-transform: uppercase;
	vertical-align: middle;
	line-height: 2em;
	position: relative;
	background-repeat: no-repeat;
background-position: 90%;
	border:0px;
	width:inherit;
	padding-top: 5px;
float: right;
}

#MediaGate .wpcf7-submit:hover {
	background: url(images/cta_arrow.png), -moz-linear-gradient(top, #b01f23 0%, #e9292e 100%);
	background: url(images/cta_arrow.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b01f23), color-stop(100%,#e9292e));
	background: url(images/cta_arrow.png), -webkit-linear-gradient(top, #b01f23 0%,#e9292e 100%);
	background: url(images/cta_arrow.png), -o-linear-gradient(top, #b01f23 0%,#e9292e 100%);
	background: url(images/cta_arrow.png), -ms-linear-gradient(top, #b01f23 0%,#e9292e 100%);
	background: url(images/cta_arrow.png), linear-gradient(to bottom, #b01f23 0%,#e9292e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b01f23', endColorstr='#e9292e',GradientType=0 );
	background-repeat: no-repeat;
background-position: 90%;
}


#MediaGate span.wpcf7-not-valid-tip {
position: absolute;
top: 0px;
left: 5px;
z-index: 100;
font-size: 10pt;
width: 100%;
padding: 2px;
background: none;
border: 0px solid #ff0000;
color:#e9292e;
}
#MediaGate .wpcf7-form-control-wrap.country span.wpcf7-not-valid-tip{top:32px;}
#MediaGate div.wpcf7-validation-errors{display:none !important;}
#MediaGate div.wpcf7-mail-sent-ok{border:0px;}
#MediaGate div.wpcf7-response-output{padding:0px;}



div.gate_input:nth-of-type(odd){margin-right:36px;}
#MediaGate .mediagatecheck input{width:16px; height:16px; margin:0px;}
#MediaGate p,#MediaGate h3,#MediaGate h4,#MediaGate h5{font-size:18px;color:#999999;margin-bottom:10px;line-height:18px;margin-bottom: 15px;}
#MediaGate h5{margin-top:15px;font-size:15px; font-style:italic;}
#MediaGate span.wpcf7-list-item{margin:0px;}
#MediaGate span.red{font-family:museo-slab;font-size:14px;}


.info.mediarotator-wrapper{height:500px;overflow: hidden;}
.info.mediarotator-wrapper .mediarotator{height:500px;}
.text-block{width:600px;padding-top: 90px;}
.text-block>h1{font-size:47px; line-height:52px;margin-bottom:35px;}
.text-block>img{margin-bottom:35px;}
.text-block .sub{display:inline-block; vertical-align:top;width:235px;}
.text-block .sub h2{font-size:24px; line-height:24px;margin-bottom:5px;}
.text-block .sub .sub-info{font-size:17px; line-height:24px;margin-bottom:10px;}
.text-block .sub .more span{font-size:15px; line-height:15px;}
.text-block .sub .more img{margin-bottom:-11px;margin-left:5px;}
.background.info{position: absolute;bottom:0px;right:0px;}

.infoLine{border-left:1px solid #acacac;height:250px;margin-right:25px; display:inline-block; vertical-align:middle;}
.infoMobileBox{border: 1px solid #b8b8b8;height: 212px;width: 332px;display: inline-block;vertical-align: middle;background:url(/wp-content/uploads/sites/4/2013/07/Discover-Now.jpg) no-repeat;padding:30px 0px 0px 24px;}
.infoMobileBox h1{font-size:25px;color:#e9292e;margin-bottom:25px;}
.infoMobileBox div{font-size:15px;color:#383838;line-height:18px;margin-bottom:15px;}
.infoMobileBox span{font-size:15px;color:#e9292e;}
.infoMobileBox img{margin-bottom: -8px; margin-left: 5px;width:25px;}

div.post-content-landing a.button-grey{margin-right:10px;}
div.hero-area .post-content-landing {padding: 0 15px 10px 15px;}

/* Newsroom */

.mobile{display:none;}
br.mobile{display:none;}


.asia_qr_wechat{
	display:none;
	text-align:center;
}
.asia_qr_wechat span{
	display:none;
}
.lang-zh .asia_qr_wechat, .lang-hk .asia_qr_wechat{
	display:block;
}
/* ------- CATEGORY ARCHIVE E-A --------- */

div.insights-cat article.featured-post
{
width: 65%;
min-height: 235px;
padding-top: 30px;
margin-bottom: 35px;
}

div#most-recent div.post-content.detail
{
padding-bottom: 0px;
}

div.category-posts .featured-post
{

}

div.insights-cat #most-recent
{
border-top: 1px solid;
border-bottom: 1px solid;
margin-top: 40px;
display: inline-block;
width: 100%;
}

div.category-posts
{
border-bottom: 1px solid;
margin-bottom: 40px;
}

div.category-posts .featured-post
{
width: 30% !important;
margin-right: 20px;
display: inline-block;
margin-bottom: 0px;
float: none;
}

img.cat-photo
{
float: left;
width: 250px;
max-height: 250px;
}

div#most-recent div.tagline.red
{
color: #4a4a4a;
margin-bottom: 0px;
}

div#most-recent h2
{
margin-top: 10px;
}

select.adInsightsIssueList.category
{
background: #fff;
border: 1px solid #ddd;
margin-right: 0px;
height: 37px;
}

div#issue-selector.category-page
{
float: right;
}

div.category-posts div.tagline.red
{
font-weight: bold;
}

div.category-posts div.post-content.detail a, div.insights-cat div.post-content.detail a
{
font-weight: bold;
}

div#cat-pic
{
height: 255px;
width: 270px;
float: left;
margin-right: 60px;
padding-top: 30px;
}

a.past_articles
{
padding-right: 20px;
font-weight: bold;
}

div.newsArticleTitle.category
{
margin-right: 25px;
margin-bottom: -55px;
float: right;
border-bottom: 0px;
margin-top: 60px;
}

div.adInsightsArchive.category
{
margin: 118px 0px -30px 0px;
position: static;
float: right;
}

div.newsArticleTitle.category .adInsightsArchiveSelectBox
{
float: right;
width: 318px;
}

div.newsArticleTitle.category form
{
float: right;
margin-top: -5px;
}


div#most-recent .featured-post div.post-content.detail p
{
margin: 0px;
}

div#most-recent .featured-post div.post-content.detail a
{
margin-top: 10px;
display: block;
}


div.adInsightsArchive.category.developers
{
margin: 10px 0px -30px 0px;
}
.mercury-snippet
{
	font-size:12px;
}

.gssb_c {
z-index: 5000;
margin-top: 25px;
}
.gsst_b {
height: 25px;
}
button::-moz-focus-inner, a::-moz-focus-inner {
  border: 0;
}
a:focus { 
    outline: none; 
}

.redheader {
background-color: #e63228; float: left; height: 405px; width: 330px; padding-left: 52px;
}
.redheadertxt1 {
padding-top: 85px; font-size: 58px; color: white;
}
.redheadertxt2 {
font-size: 38px; color: white; padding-top: 30px; font-family: museo-sans,sans-serif;
}
.about_tbl {
padding-top:15px;
}
.about_tbl th {
font-weight:normal;
vertical-align:top;
}
.about_tbl th,.about_tbl td {
padding-top:15px;
font-size:16px;
}
.about_tbl p {
font-size:16px;
}
.aboutpage_rel {
position:relative;
}
.aboutpage_map {
position:absolute;
left:520px;
top:15px;
}
@media only screen and (max-width: 767px){
.aboutpage_map {
position:static;
left:0;
top:0;
}
.aboutpage_map iframe {
width:100%;
}
.redheader {
background-color:white;
height:150px;
float:none;
padding:0;
width:100%;
text-align:Center;
}
.redheadertxt2,.redheadertxt1 {
color:#e63228;
padding:0;
}
.redheadertxt2 {
padding-top:30px;
}
}



body #gform_wrapper_3 .gform_body .gform_fields .gfield .gfield_label { 
font-family: museo-sans,sans-serif;
color: #4A4A4A;
font-size: 20px;
font-weight:normal;
width:100px;
}
body #gform_wrapper_3 .gform_body .gform_fields #field_3_1.gfield .gfield_label {
padding-top:20px;
}
body #gform_wrapper_3 .gform_body .gform_fields .gfield select {
background: linear-gradient(to bottom, #FFFFFF 0%, #EDEDED 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 1px solid #E3E3E3;
color: #4A4A4A;
font-size: 20px;
height: 40px;
margin: 25px 0;
padding: 5px;
width: 220px;
}
body #gform_wrapper_3 .gform_body .gform_fields .gfield textarea {
width:370px;
font-size:100%;
}
body #gform_wrapper_3 .gform_body .gform_fields .gfield input[type=text] {
width: 250px;
font-size:100%;
height:40px;
}

body #gform_wrapper_3 .gform_body .gform_fields .gfield .gfield_label .gfield_required {
color: #E9292E;
margin:0;
}
body #gform_wrapper_3 .gform_body .gform_fields {
overflow:hidden;
position:relative;
}
body #gform_wrapper_3 .gform_body .gform_fields .gfield  {
max-width:390px;
padding-bottom:20px;
border-bottom:1px solid #cccccc;
margin-bottom:20px;

width:50%;
float:left;
display:inline;
clear:none;
}
body #gform_wrapper_3 .gform_body .gform_fields #field_3_1.gfield,
body #gform_wrapper_3 .gform_body .gform_fields #field_3_2.gfield,
body #gform_wrapper_3 .gform_body .gform_fields #field_3_3.gfield {
clear:both;
margin-right:30px;
}
body #gform_wrapper_3 .gform_body .gform_fields #field_3_4.gfield  {
/*margin-left:400px;
margin-top:-190px;*/
position:absolute;
left:420px;
top:25px;
max-width:500px;
width:500px;
}
.requiredfields {
font-size:20px;
}
body #gform_wrapper_3 .gform_body .gform_fields #field_3_5.gfield  {
border-bottom:0;
}
body #gform_wrapper_3 .validation_error {
text-align:center;
color:#E9292E;
}
body #gforms_confirmation_message  {
margin-top:20px;
}
@media only screen and (max-width: 767px){
body #gform_wrapper_3 .gform_body .gform_fields .gfield  {
width:100%;
}
body #gform_wrapper_3 .gform_body .gform_fields .gfield textarea {
width:100%;
}
body #gform_wrapper_3 .gform_body .gform_fields #field_3_4.gfield  {
margin-top:0;
position:relative;
left:0;
max-width:100%;
width:80%;
}
body .gform_wrapper .gform_footer {
margin:0;
}
}


.wrapper_aboutja {
font-family: museo-sans,sans-serif;
font-weight:100;
}
.about_tbl th {
font-size:16px;
color:#969696;
vertical-align:top;
font-weight:normal;
}
.about_tbl th,.about_tbl td {
padding-bottom:18px;
}
.about_tbl td {
color:#4a4a4a;
line-height:10px;
white-space:nowrap;
}
.leadership_link_ja {
position:relative;
top:-60px;
}
.intro-content .leadership_link_ja .carrow {
font-size:16px !important;
}
.leadership_link_ja .carrow {
background:url("/wp-content/themes/tapjoy_v2/images/about/bullet-leadership.gif") 170px 17px no-repeat;
}
@media only screen and (max-width: 767px){
.leadership_link_ja {
position:relative;
top:0px;
}
}


.featured-post-zh,.featured-post-hk {
min-height:670px;
} 
article.featured-post {
min-height:690px;
}
.search article.featured-post,.archive  article.featured-post {
min-height:0;
}
.featured-post-zh {
min-height:690px;
}
.featured-post-hk {
min-height:670px;
}

.form-allowed-tags{
display:none;
}
@media only screen and (max-width: 767px){
article.featured-post {
min-height:0;
}
}


.error404 .widecolumn {
max-width:800px;
margin:auto;
display:block;
margin-bottom:30px;
margin-top:10px;
}

#toc_container {
border-collapse:separate;
}

select.responsive_nav{
	display:none\9;

}
.ie8-icon-1 img, .ie8-icon-2 img, .ie8-icon-3 img{
	display:none\9 !important;
}
.ie8-icon-1{
background: url(/wp-content/themes/tapjoy_v2/images/SVG/awareness.png) no-repeat center\9;
}
.ie8-icon-2{
background: url(/wp-content/themes/tapjoy_v2/images/SVG/direct.png) no-repeat center\9;
}
.ie8-icon-3{
background: url(/wp-content/themes/tapjoy_v2/images/SVG/app.png) no-repeat center\9;
}
ul.slides{
	list-style:none\9;
}

@media print {
    @page {
        size: auto;
		margin: 25mm 25mm 25mm 25mm; 
    }
	.wrapper.content-wrapper.basic{
		padding-top: 0px !important;
	}
    h2, h3 {
        page-break-after: avoid;
		font-size: 20px !important;
		line-height: 24px !important;
		margin-top: 0px !important;
        }
    .header-wrapper, .footer-wrapper, .header-wrapper.condensed, .footer, .header  {
        display: none !important;
    }
	.wrapper>div, .wrapper>header, .wrapper>footer{
		max-width: 100%;
		width: 100%;
	}
    .wrapper {
        overflow: visible;
		min-width: 0px;
    }
    div.content-wrapper {
            margin: 0px auto 0px auto !important ;
            overflow: hidden ;
			padding-top: 0px !important;
			border: 0px solid white !important;
    }
    #pageWrapper {
        padding-top: 10px;
    }
    .content-wrapper:before {
        /*content: url(/wp-content/themes/tapjoy_v2/images/SVG/Tapjoy_logo_tagline_print.png);*/
		width: 100px !important;
		display: block;
		max-width: 100px;
		border: 0px solid white !important;
    }
	.content-wrapper img{
		display: block;
		max-width: 100px;
	}
	div, p, ul, li{
		font-size: 12px !important;
		line-height: 17px !important;
	}
	.intro-content.basic{
		margin-bottom:0px !important;
	}
	.tech.left-col{
		display: none !important;
	}
	.tech.main-col{
		width: 100% !important;
		max-width: 100% !important;
		float: none !important;
	}
	.tech.main-col table{
		width: 100%;
		max-width: 100%;
	}
	.tech.main-col table h1{
		text-align: center;
	}
	.tech.new-section{
		display: none !important;
	}
}

.exTeamMemberInnerBox {
    overflow: hidden;
}

.search-wrapper input[title="search"]{
	width:17px;
	height: auto;
	outline: none !important;
}


