/* Base */
.flex, .pt-rt-container .hero-wrapper, .pt-rt-container .rt-wrapper .rt-cat-wrapper, .pt-rt-container .rt-wrapper .rt-tool-wrapper, .pt-rt-container .rt-wrapper .rt-tool-wrapper a.rt-single, .pt-video-container .hero-wrapper, .pt-video-container .video-wrapper .video-list-wrapper, .pt-video-container .video-wrapper .video-list-wrapper .iframe {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-wrap, .pt-rt-container .hero-wrapper, .pt-rt-container .rt-wrapper .rt-tool-wrapper, .pt-video-container .hero-wrapper, .pt-video-container .video-wrapper .video-list-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-nowrap, .pt-rt-container .rt-wrapper .rt-cat-wrapper {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.flex-justify-center, .pt-rt-container .hero-wrapper, .pt-rt-container .rt-wrapper .rt-cat-wrapper, .pt-video-container .hero-wrapper {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-justify-space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between; }

.flex-align-items-center, .pt-rt-container .hero-wrapper, .pt-rt-container .rt-wrapper .rt-cat-wrapper, .pt-video-container .hero-wrapper {
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-align-content-center, .pt-rt-container .hero-wrapper, .pt-rt-container .rt-wrapper .rt-cat-wrapper, .pt-video-container .hero-wrapper {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.flex-align-content-top {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

/* Main TJ Colors */
.red {
  color: #e9292e; }
  .red path, .red polygon {
    fill: #e9292e; }

.bg-red {
  background-color: #e9292e;
  padding: 20px; }

.border-red {
  border-color: #e9292e !important; }

.darkRed {
  color: #af1f22; }
  .darkRed path, .darkRed polygon {
    fill: #af1f22; }

.bg-darkRed {
  background-color: #af1f22;
  padding: 20px; }

.border-darkRed {
  border-color: #af1f22 !important; }

.blue {
  color: #0093d0; }
  .blue path, .blue polygon {
    fill: #0093d0; }

.bg-blue {
  background-color: #0093d0;
  padding: 20px; }

.border-blue {
  border-color: #0093d0 !important; }

.darkBlue {
  color: #004968; }
  .darkBlue path, .darkBlue polygon {
    fill: #004968; }

.bg-darkBlue {
  background-color: #004968;
  padding: 20px; }

.border-darkBlue {
  border-color: #004968 !important; }

.teal {
  color: #00b09b; }
  .teal path, .teal polygon {
    fill: #00b09b; }

.bg-teal {
  background-color: #00b09b;
  padding: 20px; }

.border-teal {
  border-color: #00b09b !important; }

.darkTeal {
  color: #004968; }
  .darkTeal path, .darkTeal polygon {
    fill: #004968; }

.bg-darkTeal {
  background-color: #004968;
  padding: 20px; }

.border-darkTeal {
  border-color: #004968 !important; }

.gold {
  color: #eeb111; }
  .gold path, .gold polygon {
    fill: #eeb111; }

.bg-gold {
  background-color: #eeb111;
  padding: 20px; }

.border-gold {
  border-color: #eeb111 !important; }

.darkGold {
  color: #b2850d; }
  .darkGold path, .darkGold polygon {
    fill: #b2850d; }

.bg-darkGold {
  background-color: #b2850d;
  padding: 20px; }

.border-darkGold {
  border-color: #b2850d !important; }

.lightGray {
  color: #ededed; }
  .lightGray path, .lightGray polygon {
    fill: #ededed; }

.bg-lightGray {
  background-color: #ededed;
  padding: 20px; }

.border-lightGray {
  border-color: #ededed !important; }

.mediumGray {
  color: #a6a6a6; }
  .mediumGray path, .mediumGray polygon {
    fill: #a6a6a6; }

.bg-mediumGray {
  background-color: #a6a6a6;
  padding: 20px; }

.border-mediumGray {
  border-color: #a6a6a6 !important; }

.darkGray {
  color: #292727; }
  .darkGray path, .darkGray polygon {
    fill: #292727; }

.bg-darkGray {
  background-color: #292727;
  padding: 20px; }

.border-darkGray {
  border-color: #292727 !important; }

.orange {
  color: #fc7700; }
  .orange path, .orange polygon {
    fill: #fc7700; }

.bg-orange {
  background-color: #fc7700;
  padding: 20px; }

.border-orange {
  border-color: #fc7700 !important; }

.darkOrange {
  color: #bd5900; }
  .darkOrange path, .darkOrange polygon {
    fill: #bd5900; }

.bg-darkOrange {
  background-color: #bd5900;
  padding: 20px; }

.border-darkOrange {
  border-color: #bd5900 !important; }

.bg-darkGray {
  background-color: #292727;
  color: #FFFFFF; }
  .bg-darkGray p {
    color: #FFFFFF; }

/*
  Tapjoy Web and Brand Standards
*/
html {
  font-family: museo-sans, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #4a4a4a;
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale; }

/** Fonts and Text **/
h1, h2, h3, h4, h5, h6, p {
  font-family: museo-sans, sans-serif;
  margin: 0px;
  padding: 0px;
  color: #4a4a4a; }

h1, h2 {
  font-size: 40px;
  line-height: 42px;
  font-weight: 300;
  margin-bottom: 15px; }

h1 {
  text-transform: uppercase; }

h3 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 5px; }

p, ul {
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  margin-bottom: 15px; }

div {
  font-size: 18px;
  line-height: 21px;
  font-weight: 300; }

ul.unstyled, ul.no-bullets {
  list-style: none;
  padding: 0px; }

ul.two-up li {
  width: 50%;
  float: left;
  padding-right: 3%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box; }

ul.two-up li:nth-child(even) {
  padding-right: 0px; }

ul.two-up li:last-child {
  clear: both; }

.page-header ul {
  font-size: 15px; }

li {
  margin-bottom: 10px; }

li:last-child {
  margin-bottom: 0px; }

info {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  margin-bottom: 15px;
  display: block; }

b {
  font-weight: 500; }

.all-caps {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

/** Font Colors **/
.red {
  color: #e9292e; }

.white {
  color: #ffffff; }

.blue {
  color: #0093d0; }

.teal {
  color: #00b09b; }

.gold {
  color: #eeb111; }

.gray {
  color: #4a4a4a; }

.dark-red {
  color: #af1f22; }

/*- Sub Colors -*/
.dark-red {
  color: #af1f22; }

.dark-blue {
  color: #004968; }

.dark-teal {
  color: #008474; }

.dark-gold {
  color: #b2850d; }

.dark-gray {
  color: #a0a09e; }

.light-gray {
  color: #d6d5d3; }

.dark-orange {
  color: #bd5900; }

/** Content  - Marings and Padding **/
.content {
  display: inline-block;
  width: 100%;
  position: relative; }

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

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

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

/* - Icons - */
img.icon {
  display: block;
  margin: 0px auto;
  margin-bottom: 10px;
  width: 90%;
  max-width: 130px;
  float: none; }

img.icon:hover {
  opacity: .85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=0.85);
  -moz-opacity: .85;
  -khtml-opacity: .85; }

.icon-svg {
  border-radius: 100%;
  width: 100%;
  min-width: 100%;
  max-width: 113px;
  height: 0px;
  min-height: 100%;
  max-height: inherit;
  padding: 0px !important;
  padding-bottom: 100% !important;
  margin: 0px auto;
  border: 0px solid rgba(255, 255, 255, 0);
  -webkit-transition: background-color 200ms ease-in;
  -moz-transition: background-color 200ms ease-in;
  -o-transition: background-color 200ms ease-in;
  -ms-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in; }

.icon-svg svg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.icon-svg:hover {
  border: 0px solid white;
  -webkit-transition: background-color 200ms ease-in;
  -moz-transition: background-color 200ms ease-in;
  -o-transition: background-color 200ms ease-in;
  -ms-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in; }

.bg-red.icon-svg:hover {
  background: #af1f22; }

.bg-red.icon-svg:after {
  box-shadow: 0 0 0 4px #af1f22; }

.bg-teal.icon-svg:hover {
  background: #008474; }

.bg-teal.icon-svg:after {
  box-shadow: 0 0 0 4px #008474; }

.bg-gold.icon-svg:hover {
  background: #b2850d; }

.bg-gold.icon-svg:after {
  box-shadow: 0 0 0 4px #b2850d; }

.bg-blue.icon-svg:hover {
  background: #004968; }

.bg-blue.icon-svg:after {
  box-shadow: 0 0 0 4px #004968; }

.bg-orange.icon-svg:hover {
  background: #bd5900; }

.bg-orange.icon-svg:after {
  box-shadow: 0 0 0 4px #bd5900; }

.bg-gray.icon-svg:hover {
  background: #a0a09e; }

.bg-gray.icon-svg:after {
  box-shadow: 0 0 0 4px #a0a09e; }

.icon-svg:after {
  background: none;
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  border-radius: 100%;
  margin: 0px auto;
  -webkit-transition: -webkit-transform 400ms, opacity 400ms;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 400ms, opacity 400ms;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 400ms, opacity 400ms;
  transform: scale(0.8);
  opacity: 0;
  z-index: 1; }

.icon-svg:hover:after {
  -webkit-transition: -webkit-transform 200ms, opacity 200ms;
  -webkit-transform: scale(1);
  -moz-transition: -moz-transform 200ms, opacity 200ms;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transition: transform 200ms, opacity 200ms;
  transform: scale(1);
  opacity: 1; }

.icon-svg-bland {
  border-radius: 100%;
  width: 100%;
  max-width: 113px;
  height: auto;
  max-height: inherit;
  padding: 0px;
  margin: 0px auto; }

.icon-svg-bland svg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.icon-svg-bland:hover {
  opacity: .85; }

.round {
  border: 0px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

.rounded {
  border: 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

/** Backgrounds **/
.bg-red {
  background-color: #e9292e;
  padding: 20px; }

.bg-teal {
  background-color: #00b09b;
  padding: 20px; }

.bg-blue {
  background-color: #0093d0;
  padding: 20px; }

.bg-blue-dark {
  background-color: #004968; }

.bg-gold {
  background-color: #eeb111;
  padding: 20px; }

.bg-gray {
  background-color: #d6d5d3;
  padding: 20px; }

.bg-gray-light {
  background-color: #ededed;
  padding: 20px; }

.bg-gray-dark {
  background-color: #4a4a4a;
  padding: 20px; }

.bg-orange {
  background-color: #fc7700;
  padding: 20px; }

.bg-purple {
  background-color: #705090; }

.bg-red-dark {
  background-color: #af1f22; }

.bg-black {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px; }

.bg-white {
  background-color: white; }

.bg-gray-gradient {
  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%);
  padding: 20px;
  margin: 0px auto; }

.pluses > div {
  background: url("/wp-content/themes/tapjoy_v2/images/slider_bg.png") repeat-y center 100%; }

div.check, ul.check li {
  background: url("/wp-content/themes/tapjoy_v2/images/checkbox.png") no-repeat 0% 11%;
  padding-left: 30px; }

ul.check.white li {
  background: url("/wp-content/themes/tapjoy_v2/images/checkbox-white.png") no-repeat 0% 11%; }

.gold-doc {
  background: url("/wp-content/themes/tapjoy_v2/images/gold_doc.png") no-repeat bottom right;
  color: #ffffff;
  padding: 20px;
  text-align: center; }

.gold-doc info {
  visibility: hidden; }

.gold-doc:hover {
  background: url("/wp-content/themes/tapjoy_v2/images/gold_doc_hover.png") no-repeat bottom right; }

.gold-doc:hover info {
  visibility: visible; }

.gold-doc info:after {
  content: '';
  background: url("/wp-content/themes/tapjoy_v2/images/doc_arrow.png") no-repeat center 100%;
  display: block;
  width: 16px;
  height: 24px;
  margin: 0px auto; }

.blue-doc {
  background: url("/wp-content/themes/tapjoy_v2/images/blue_doc.png") no-repeat bottom right;
  color: #ffffff;
  padding: 20px;
  text-align: center; }

.blue-doc info {
  visibility: hidden; }

.blue-doc:hover {
  background: url("/wp-content/themes/tapjoy_v2/images/blue_doc_hover.png") no-repeat bottom right; }

.blue-doc:hover info {
  visibility: visible; }

.blue-doc info:after {
  content: '';
  background: url("/wp-content/themes/tapjoy_v2/images/doc_arrow.png") no-repeat center 100%;
  display: block;
  width: 16px;
  height: 24px;
  margin: 0px auto; }

/** Links and CTA's **/
a {
  color: #e9292e;
  text-decoration: none;
  cursor: pointer; }

a:hover {
  color: #af1f22; }

a.dark-red:hover {
  color: #af1f22; }

a.dark-blue:hover {
  color: #004968; }

a.dark-teal:hover {
  color: #008474; }

a.dark-gold:hover {
  color: #b2850d; }

a.dark-gray:hover {
  color: #a0a09e; }

a.dark-orange:hover {
  color: #bd5900; }

.CTA, input.CTA {
  background: #e9292e;
  padding: 14px 23px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  border: none;
  vertical-align: top; }

.CTA:hover, input.CTA:hover {
  color: #ffffff; }

input.CTA {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

.CTA:hover, input.CTA:hover {
  background-color: #af1f22; }

.CTA.white {
  color: #e9292e;
  background-color: #ffffff; }

.CTA.white:hover {
  opacity: .95; }

.CTA.blue {
  color: white;
  background-color: #0093d0; }

.CTA.blue:hover {
  opacity: .95; }

.CTA.arrow {
  padding: 14px 33px 14px 15px; }

.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; }

.CTA.CTA-black {
  background-color: rgba(0, 0, 0, 0.17);
  color: #ffffff; }

.CTA.CTA-black.dl {
  background-image: url("/wp-content/themes/tapjoy_v2/images/doc_arrow.png");
  background-repeat: no-repeat;
  background-position: 8%;
  padding-left: 45px; }

.CTA.CTA-black:hover {
  background-color: rgba(0, 0, 0, 0.27); }

a.dot {
  width: 13px;
  height: 13px;
  display: inline-block;
  text-indent: -9999px;
  background: #ffffff;
  border-radius: 13px;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  margin-right: 3px; }

a.dot:hover, a.dot.active:hover {
  background-color: #af1f22; }

a.dot:last-child {
  margin-right: 0px; }

a.dot.active {
  background: #e9292e; }

/** Video **/
#overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=0.8);
  -moz-opacity: .80;
  -khtml-opacity: .80;
  display: none;
  top: 0px; }

iframe.video {
  position: fixed;
  display: none;
  top: 25%;
  left: 25%; }

/** DISPLAY  **/
.opaque {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0; }

.mobile {
  display: none; }

.desktop {
  display: auto; }

/** Tapjoy Grid System **/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0px; }

[class*='col-'] {
  float: left;
  padding-right: 20px;
  min-height: 1px; }

[class*='col-']:last-of-type {
  padding-right: 0px; }

.max-1140 {
  max-width: 1140px;
  margin: 0px auto; }

.grid {
  width: 100%;
  max-width: 1140px;
  /*min-width: 100%;*/
  margin: 0 auto;
  overflow: hidden; }

.grid:after {
  content: "";
  display: table;
  clear: both; }

.grid-pad {
  padding: 20px 0 0px 20px; }

.grid-pad > [class*='col-']:last-of-type {
  padding-right: 20px; }

.grid.grid-full {
  width: 100%;
  max-width: 100%; }

.push-right {
  float: right; }

/* Content Columns */
.col-1-1 {
  width: 100%; }

.col-2-3, .col-8-12 {
  width: 66.66%; }

.col-1-2, .col-6-12 {
  width: 50%; }

.col-1-3, .col-4-12 {
  width: 33.33%; }

.col-1-4, .col-3-12 {
  width: 25%; }

.col-1-5 {
  width: 20%; }

.col-1-6, .col-2-12 {
  width: 16.667%; }

.col-1-7 {
  width: 14.28%; }

.col-1-8 {
  width: 12.5%; }

.col-1-9 {
  width: 11.1%; }

.col-1-10 {
  width: 10%; }

.col-1-11 {
  width: 9.09%; }

.col-1-12 {
  width: 8.33%; }

/* Layout Columns */
.col-11-12 {
  width: 91.66%; }

.col-10-12 {
  width: 83.333%; }

.col-9-12 {
  width: 75%; }

.col-5-12 {
  width: 41.66%; }

.col-7-12 {
  width: 58.33%; }

@media handheld, only screen and (max-width: 767px) {
  /** DISPLAY  **/
  .mobile {
    display: block; }

  .desktop {
    display: none; }

  .img {
    max-width: 100%; }

  /** Backgrounds **/
  .bg-red, .bg-teal, .bg-blue, .bg-gold, .bg-gray, .bg-gray-light, .bg-gray-dark, .bg-orange, .bg-gray-gradient, .bg-black {
    padding: 4%; }

  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px; }

  [class*='col-'] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px; }

  [class*='col-'].empty {
    display: none; }

  [class*='col-']:last-of-type {
    padding-right: 20px; }

  /* Mobile Layout */
  [class*='mobile-col-'] {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 10px;
    /* column-space */
    padding-bottom: 0px; }

  .mobile-col-1-1 {
    width: 100%; }

  .mobile-col-2-3, .mobile-col-8-12 {
    width: 66.66%; }

  .mobile-col-1-2, .mobile-col-6-12 {
    width: 50%; }

  .mobile-col-1-3, .mobile-col-4-12 {
    width: 33.33%; }

  .mobile-col-1-4, .mobile-col-3-12 {
    width: 25%; }

  .mobile-col-1-5 {
    width: 20%; }

  .mobile-col-1-6, .mobile-col-2-12 {
    width: 16.667%; }

  .mobile-col-1-7 {
    width: 14.28%; }

  .mobile-col-1-8 {
    width: 12.5%; }

  .mobile-col-1-9 {
    width: 11.1%; }

  .mobile-col-1-10 {
    width: 10%; }

  .mobile-col-1-11 {
    width: 9.09%; }

  .mobile-col-1-12 {
    width: 8.33%; }

  /* Layout Columns */
  .mobile-col-11-12 {
    width: 91.66%; }

  .mobile-col-10-12 {
    width: 83.333%; }

  .mobile-col-9-12 {
    width: 75%; }

  .mobile-col-5-12 {
    width: 41.66%; }

  .mobile-col-7-12 {
    width: 58.33%; }

  .pluses > div {
    background: url("/wp-content/themes/tapjoy_v2/images/slider_bg.png") repeat-y center 0px; }

  ul.two-up li {
    width: 100%;
    float: none; } }
/* Fonts */
/* Main Font */
/* Secondary Font */
/* Sizes */
/** Fonts and Text **/
h1, h2, h3, h4, h5, h6, p {
  font-family: museo-sans, sans-serif;
  margin: 0px;
  padding: 0px;
  color: #4a4a4a; }

h1, h2 {
  font-size: 40px;
  line-height: 42px;
  font-weight: 300;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    h1, h2 {
      font-size: 30px;
      line-height: 32px; } }

h1 {
  text-transform: uppercase; }

h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 5px; }
  @media (max-width: 768px) {
    h3 {
      font-size: 20px;
      line-height: 24px; } }

p, ul {
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  margin-bottom: 15px; }

.bold {
  font-weight: 500; }

.light {
  font-weight: 100; }

b {
  font-weight: 500; }

.italic {
  font-style: italic; }

div.tapjoyContent div.gform_wrapper {
  width: 100%;
  max-width: 100%;
  text-align: left; }
  div.tapjoyContent div.gform_wrapper form .validation_error {
    display: none; }
  div.tapjoyContent div.gform_wrapper form input[type=submit] {
    background: #e9292e;
    padding: 14px 23px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    border: none;
    vertical-align: top;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  div.tapjoyContent div.gform_wrapper form ul.gform_fields {
    list-style: none; }
    div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield {
      width: 48.5%;
      float: left;
      padding: 0px !important;
      margin-bottom: 30px !important;
      clear: none;
      margin-top: 0px; }
      div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield ul {
        list-style: none;
        padding: 0px;
        margin: 0px; }
      div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield:nth-of-type(even) {
        float: right; }
      div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield.no-label label.gfield_label {
        display: none; }
      div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield.full {
        width: 100%; }
      div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield label.gfield_label {
        float: none !important;
        font-weight: 300;
        display: block;
        width: 100%;
        margin-bottom: 5px;
        margin-top: 0px; }
        div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield label.gfield_label span.gfield_required {
          color: #e9292e; }
      div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield div.ginput_container input[type=text],
      div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield div.ginput_container input[type=url],
      div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield div.ginput_container input[type=email],
      div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield div.ginput_container input[type=tel],
      div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield div.ginput_container input[type=number],
      div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield div.ginput_container input[type=password] {
        border: 1px solid #a6a6a6;
        padding: 20px;
        height: 60px;
        font-size: 18px;
        color: #4a4a4a;
        font-weight: 300;
        width: 100%; }
      div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield div.ginput_container select {
        border: 0;
        background-color: #ededed;
        /*padding: 20px;*/
        padding: 0px;
        padding-left: 20px;
        height: 50px;
        font-size: 18px;
        color: #4a4a4a;
        font-weight: 300;
        width: 100%;
        outline: 0 !important; }
      div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield div.ginput_container .gfield_checkbox label {
        font-weight: 300 !important; }
      div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield div.validation_message {
        display: none; }
      div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield.gfield_error {
        border: none;
        background: none;
        padding: 0px; }
        div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield.gfield_error div.ginput_container {
          margin-top: 0px; }
          div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield.gfield_error div.ginput_container input[type=text],
          div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield.gfield_error div.ginput_container input[type=url],
          div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield.gfield_error div.ginput_container input[type=email],
          div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield.gfield_error div.ginput_container input[type=tel],
          div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield.gfield_error div.ginput_container input[type=number],
          div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield.gfield_error div.ginput_container input[type=password] {
            border: 1px solid #e9292e;
            background-color: #fcd1d3;
            padding: 20px;
            height: 60px;
            font-size: 18px;
            color: #4a4a4a;
            font-weight: 300; }
          div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield.gfield_error div.ginput_container select {
            background-color: #fcd1d3; }
      div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield .gfield_description {
        font-family: museo-sans, sans-serif; }
      div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield .ginput_container {
        width: 100% !important;
        max-width: 100% !important; }
      div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield #recaptcha_area {
        width: 100% !important;
        min-width: 100%; }
        div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield #recaptcha_area table#recaptcha_table {
          max-width: 100%;
          border: 0px !important; }
          div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield #recaptcha_area table#recaptcha_table tr {
            height: auto !important; }
            div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield #recaptcha_area table#recaptcha_table tr td {
              padding: 0px !important; }
              div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield #recaptcha_area table#recaptcha_table tr td center {
                height: auto !important; }
              div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield #recaptcha_area table#recaptcha_table tr td #recaptcha_privacy {
                display: none !important; }
              div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield #recaptcha_area table#recaptcha_table tr td div {
                padding: 0px !important; }
                div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield #recaptcha_area table#recaptcha_table tr td div input {
                  font-size: 18px !important;
                  width: 100% !important;
                  max-width: 100%;
                  margin-bottom: 0px !important; }
            div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield #recaptcha_area table#recaptcha_table tr #recaptcha_logo, div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield #recaptcha_area table#recaptcha_table tr #recaptcha_reload_btn, div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield #recaptcha_area table#recaptcha_table tr #recaptcha_switch_audio_btn, div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield #recaptcha_area table#recaptcha_table tr #recaptcha_switch_img_btn, div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield #recaptcha_area table#recaptcha_table tr #recaptcha_whatsthis_btn {
              display: none; }
          div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield #recaptcha_area table#recaptcha_table .recaptcha_image_cell {
            width: 100% !important;
            padding: 0px !important;
            height: auto !important; }
            div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield #recaptcha_area table#recaptcha_table .recaptcha_image_cell #recaptcha_image {
              width: 100% !important;
              border: 0px !important;
              height: auto !important; }
              div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield #recaptcha_area table#recaptcha_table .recaptcha_image_cell #recaptcha_image img {
                width: 100% !important;
                height: auto !important; }
      @media (max-width: 768px) {
        div.tapjoyContent div.gform_wrapper form ul.gform_fields li.gfield {
          width: 100%;
          float: none; } }
  div.tapjoyContent div.gform_wrapper form.center-submit .gform_footer {
    text-align: center; }

select {
  border: 0px;
  background-color: white;
  padding: 20px;
  height: 60px;
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 300;
  margin-bottom: 10px; }

/* Templates */
div.header {
  display: table;
  height: 60px;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  transition: all .2s linear; }
  @media (max-width: 768px) {
    div.header {
      position: static; } }
  div.header.nav-up {
    top: -65px; }
    div.header.nav-up.nav-up-hover {
      top: 0px; }
  div.header > div.menu-block {
    display: table-cell;
    vertical-align: middle;
    height: 60px; }
    @media (max-width: 768px) {
      div.header > div.menu-block {
        display: none; } }
    div.header > div.menu-block.logo .header-container {
      padding: 9px 60px;
      text-align: center;
      background-color: #e9292e;
      background-color: rgba(233, 41, 46, 0.95); }
      @media (max-width: 1140px) {
        div.header > div.menu-block.logo .header-container {
          padding: 9px 30px; } }
      div.header > div.menu-block.logo .header-container img {
        display: block;
        width: 90px;
        height: 42px;
        min-width: 90px; }
    @media (max-width: 768px) {
      div.header > div.menu-block.logo {
        display: table-cell; }
        div.header > div.menu-block.logo .header-container {
          padding: 9px 15px; } }
    div.header > div.menu-block.spacer {
      width: 100%; }
      @media (max-width: 768px) {
        div.header > div.menu-block.spacer {
          display: none; } }
    div.header > div.menu-block.more-menu {
      background-color: #e9292e;
      background-color: rgba(233, 41, 46, 0.95);
      background-color: rgba(255, 255, 255, 0.95);
      background-image: url(/wp-content/themes/tapjoy_v2/images/header/menu_white.png);
      background-image: url(/wp-content/themes/tapjoy_v2/images/header/menu_gray.png);
      background-image: url(/wp-content/themes/tapjoy_v2/images/header/menu_gray_light_2.png);
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      background-position: center;
      background-size: 29px 18px;
      background-repeat: no-repeat;
      padding: 30px 30px 29px 30px;
      cursor: pointer;
      position: relative; }
      @media (max-width: 768px) {
        div.header > div.menu-block.more-menu {
          display: block;
          padding: 30px 15px;
          background-color: rgba(233, 41, 46, 0.95);
          background-image: url(/wp-content/themes/tapjoy_v2/images/header/menu_white_light.png);
          border: 0px; }
          div.header > div.menu-block.more-menu:hover {
            background-color: #e9292e;
            background-color: rgba(233, 41, 46, 0.95); } }
      div.header > div.menu-block.more-menu:hover {
        background-color: #af1f22;
        background-color: rgba(175, 31, 34, 0.95);
        background-color: rgba(233, 41, 46, 0.95);
        background-image: url(/wp-content/themes/tapjoy_v2/images/header/menu_white.png);
        background-image: url(/wp-content/themes/tapjoy_v2/images/header/menu_white_light.png); }
        div.header > div.menu-block.more-menu:hover .more-menu-container {
          display: block; }
          @media (max-width: 768px) {
            div.header > div.menu-block.more-menu:hover .more-menu-container {
              display: none; } }
      div.header > div.menu-block.more-menu .more-menu-container {
        position: absolute;
        top: 60px;
        right: 0px;
        width: 200px;
        display: none;
        z-index: 9999999999999999;
        transition: all .2s linear; }
        div.header > div.menu-block.more-menu .more-menu-container ul.menu {
          list-style: none;
          width: 100%;
          margin: 0px;
          padding: 0px; }
          div.header > div.menu-block.more-menu .more-menu-container ul.menu li {
            margin-top: 1px;
            margin-bottom: 0px;
            width: 100%; }
            div.header > div.menu-block.more-menu .more-menu-container ul.menu li.current-menu-item a {
              background-color: #af1f22;
              background-color: rgba(175, 31, 34, 0.95);
              background-color: rgba(255, 255, 255, 0.95);
              color: #e9292e;
              font-weight: 300; }
            div.header > div.menu-block.more-menu .more-menu-container ul.menu li a {
              display: block;
              background-color: #e9292e;
              background-color: rgba(233, 41, 46, 0.95);
              background-color: rgba(255, 255, 255, 0.95);
              color: white;
              color: #4a4a4a;
              width: 100%;
              height: auto;
              font-size: 14px;
              padding: 20px;
              text-transform: uppercase;
              transition: all .2s linear;
              border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
              div.header > div.menu-block.more-menu .more-menu-container ul.menu li a:hover {
                background-color: #af1f22;
                background-color: rgba(175, 31, 34, 0.95);
                background-color: rgba(233, 41, 46, 0.95);
                color: white; }
              div.header > div.menu-block.more-menu .more-menu-container ul.menu li a span.lastest-post-menu-item {
                text-transform: none; }
            div.header > div.menu-block.more-menu .more-menu-container ul.menu li ul.sub-menu {
              display: block;
              padding: 0px;
              margin: 0px; }
              div.header > div.menu-block.more-menu .more-menu-container ul.menu li ul.sub-menu li {
                margin-top: 0px; }
                div.header > div.menu-block.more-menu .more-menu-container ul.menu li ul.sub-menu li a {
                  text-transform: none; }
    div.header > div.menu-block .header-container {
      width: calc(100% - 1px);
      background-color: white;
      background-color: rgba(255, 255, 255, 0.95);
      padding: 19.5px 30px;
      list-style: none;
      text-transform: uppercase;
      height: 60px;
      margin: 0px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    div.header > div.menu-block > ul.menu {
      list-style: none;
      margin: 0px;
      padding: 0px; }
      div.header > div.menu-block > ul.menu li {
        position: relative; }
        div.header > div.menu-block > ul.menu li.current-menu-item a, div.header > div.menu-block > ul.menu li.current-menu-ancestor a {
          color: #e9292e; }
        div.header > div.menu-block > ul.menu li a {
          display: block;
          width: calc(100% - 1px);
          background-color: white;
          background-color: rgba(255, 255, 255, 0.95);
          padding: 19.5px 30px;
          list-style: none;
          text-transform: uppercase;
          height: 60px;
          margin: 0px;
          transition: all .2s linear;
          color: #4a4a4a;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          white-space: nowrap; }
          @media (max-width: 1140px) {
            div.header > div.menu-block > ul.menu li a {
              padding: 19.5px 20px;
              font-size: 14px; } }
          @media (max-width: 960px) {
            div.header > div.menu-block > ul.menu li a {
              padding: 19.5px 15px; } }
        div.header > div.menu-block > ul.menu li:hover a {
          background-color: #af1f22;
          background-color: rgba(175, 31, 34, 0.95);
          background-color: rgba(233, 41, 46, 0.95);
          color: white; }
        div.header > div.menu-block > ul.menu li:hover ul.sub-menu {
          display: block;
          position: absolute;
          top: 60px;
          padding: 0px;
          margin: 0px;
          width: 100%; }
          div.header > div.menu-block > ul.menu li:hover ul.sub-menu li {
            margin-top: 1px;
            margin-bottom: 0px;
            text-align: center; }
            div.header > div.menu-block > ul.menu li:hover ul.sub-menu li.current-menu-item a, div.header > div.menu-block > ul.menu li:hover ul.sub-menu li.current-menu-ancestor a {
              color: #e9292e; }
            div.header > div.menu-block > ul.menu li:hover ul.sub-menu li a {
              background-color: white;
              background-color: rgba(255, 255, 255, 0.95);
              color: #4a4a4a;
              font-size: 14px;
              height: auto;
              white-space: normal; }
              div.header > div.menu-block > ul.menu li:hover ul.sub-menu li a:hover {
                background-color: #af1f22;
                background-color: rgba(175, 31, 34, 0.95);
                background-color: rgba(233, 41, 46, 0.95);
                color: white; }
    div.header > div.menu-block ul.sub-menu {
      list-style: none;
      display: none; }

/* Menu */
#menuPanel {
  display: block;
  width: 15em;
  position: absolute;
  top: 0;
  right: -15em;
  z-index: 100000;
  height: 100%;
  background-color: #af1f22; }
  #menuPanel .menu-block ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    #menuPanel .menu-block ul li a {
      width: 100%;
      display: block;
      padding: 20px;
      color: white;
      text-transform: uppercase;
      border-bottom: 1px solid #e9292e;
      font-size: 16px; }
    #menuPanel .menu-block ul li:hover a {
      background-color: #e9292e; }
    #menuPanel .menu-block ul li.menu-item-has-children:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 5px 0 5px;
      border-color: #ffffff transparent transparent transparent;
      margin-right: 15px;
      display: block;
      margin-top: 25px;
      float: right; }
    #menuPanel .menu-block ul li ul.sub-menu {
      display: none; }
      #menuPanel .menu-block ul li ul.sub-menu li a {
        text-transform: uppercase;
        padding: 10px 19px; }

#bodyWrapper {
  position: absolute;
  right: 0;
  width: 100%;
  overflow: hidden; }

#pageWrapper {
  position: relative;
  right: 0;
  width: 100%; }

html.lang-ja div.header > div.menu-block > ul.menu li:hover ul.sub-menu li a {
  font-size: 12px; }

div.footer {
  position: relative; }
  div.footer div#footerPanel {
    position: relative;
    left: 0px;
    width: 100%;
    background-color: #292727;
    padding-top: 45px;
    padding-bottom: 90px;
    min-height: 430px; }
    @media (max-width: 1140px) {
      div.footer div#footerPanel {
        padding-left: 20px; } }
    div.footer div#footerPanel .legal-text info {
      color: #a6a6a6; }
    div.footer div#footerPanel .social {
      font-size: 14px;
      color: white; }
      div.footer div#footerPanel .social a {
        float: left;
        margin-right: 10px;
        margin-top: 10px;
        display: block; }
        div.footer div#footerPanel .social a:hover {
          opacity: .6; }
        @media (max-width: 1140px) {
          div.footer div#footerPanel .social a {
            margin-right: 5px; } }
    div.footer div#footerPanel .footer-menu .menu-block ul.menu {
      list-style: none;
      margin: 0px;
      padding: 0px; }
      div.footer div#footerPanel .footer-menu .menu-block ul.menu li {
        margin: 0px; }
        div.footer div#footerPanel .footer-menu .menu-block ul.menu li a {
          text-transform: uppercase;
          color: white;
          display: block;
          margin-bottom: 10px;
          font-size: 16px; }
          div.footer div#footerPanel .footer-menu .menu-block ul.menu li a:hover {
            color: #e9292e; }
    div.footer div#footerPanel .footer-menu .menu-block .current-region {
      text-transform: uppercase;
      color: white;
      display: block;
      margin-bottom: 30px;
      font-size: 16px;
      cursor: pointer; }
      div.footer div#footerPanel .footer-menu .menu-block .current-region:hover {
        color: #e9292e; }
        div.footer div#footerPanel .footer-menu .menu-block .current-region:hover:after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 0 5px 8px;
          border-color: transparent transparent transparent #e9292e;
          margin-left: 10px;
          display: inline-block;
          margin-bottom: 1px; }
      div.footer div#footerPanel .footer-menu .menu-block .current-region.red {
        color: #e9292e; }
        div.footer div#footerPanel .footer-menu .menu-block .current-region.red:after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 8px 5px 0;
          border-color: transparent #e9292e transparent transparent;
          margin-left: 10px;
          display: inline-block;
          margin-bottom: 1px; }
      div.footer div#footerPanel .footer-menu .menu-block .current-region:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 8px;
        border-color: transparent transparent transparent #ffffff;
        margin-left: 10px;
        display: inline-block;
        margin-bottom: 1px; }
  div.footer div#regionPanel {
    position: absolute;
    left: -209px;
    top: 0px;
    bottom: 0px;
    z-index: 100;
    background-color: #1c1c1c;
    width: 209px;
    display: flex;
    padding: 15px 0px; }
    div.footer div#regionPanel .close-region {
      position: absolute;
      left: 185px;
      top: 5px;
      color: white;
      font-size: 10px;
      cursor: pointer;
      width: 20px;
      height: 20px; }
      div.footer div#regionPanel .close-region span {
        cursor: pointer;
        position: absolute;
        display: block;
        content: '';
        width: 20px;
        height: 20px; }
        div.footer div#regionPanel .close-region span:before {
          cursor: pointer;
          height: 1px;
          width: 15px;
          background: white;
          position: absolute;
          display: block;
          content: '';
          top: 10px;
          left: 3px;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg); }
        div.footer div#regionPanel .close-region span:after {
          cursor: pointer;
          height: 1px;
          width: 15px;
          background: white;
          position: absolute;
          display: block;
          content: '';
          transform: translateY(-10px) rotate(-45deg);
          -webkit-transform: translateY(-10px) rotate(-45deg);
          -ms-transform: translateY(-10px) rotate(-45deg);
          top: 20px;
          left: 3px; }
          div.footer div#regionPanel .close-region span:after:hover {
            background: #e9292e; }
        div.footer div#regionPanel .close-region span:hover:before {
          background: #e9292e; }
        div.footer div#regionPanel .close-region span:hover:after {
          background: #e9292e; }
    div.footer div#regionPanel ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      div.footer div#regionPanel ul li {
        width: 100%;
        margin: 0px;
        padding: 5px 15px;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch; }
        div.footer div#regionPanel ul li a {
          display: flex;
          align-items: center;
          color: white;
          text-transform: uppercase;
          display: block;
          font-size: 14px; }
          div.footer div#regionPanel ul li a:hover {
            color: #e9292e; }

.blog-wrapper {
  width: 1130px;
  margin: 0 auto; }

.blog-header {
  padding-top: 100px;
  overflow: hidden; }

.blog-header .entry-heading {
  float: left;
  /*	border-bottom: 1px solid #9b9b9b;*/
  width: 706px;
  margin: 0 15px;
  /*padding-bottom: 10px;*/
  font-size: 48px;
  line-height: 77px; }

.hero-area {
  clear: both; }

.detail {
  margin: 5px 15px 30px;
  padding-bottom: 25px; }

.author_bio {
  font-style: italic;
  padding: 0 0 20px; }

.blog-search {
  float: right;
  margin-top: 1.5em;
  margin-right: 10px;
  width: 350px; }

.blog-search #searchform {
  width: 320px;
  margin: 0 auto; }

.blog-search #searchform input#s {
  height: 30px;
  border-radius: 15px !important;
  padding-left: 10px; }

.addthis_counter.addthis_bubble_style {
  /* 	Remove "bubble" around count
  	border-radius: 3px 3px 3px 3px;
  	border-right: 1px solid #CCCCCC;
  */
  background: none transparent !important;
  padding: 0 !important;
  margin: 0 !important; }

.addthis_counter.addthis_bubble_style > a {
  font-size: 16px !important; }

.addthis_32x32_style .addthis_counter.addthis_bubble_style, .addthis_32x32_style .addthis_counter.addthis_bubble_style > a, .addthis_32x32_style .addthis_counter.addthis_bubble_style a.addthis_button_expanded {
  width: 32px !important; }

.google_plusone_count {
  float: left;
  width: 30px;
  padding: 7px 0;
  color: #333333;
  font-size: 16px; }

.featured-post {
  float: left;
  width: 738px;
  /*	margin: 0 0 50px; */ }

.featured-post.addthis_toolbox {
  width: auto;
  float: none; }

.featured-post .post-content {
  border-bottom: 1px solid #9b9b9b;
  /*background: url('/wp-content/themes/tapjoy_v2/images/blog/hr_shadow.jpg') no-repeat bottom center transparent;*/ }

.featured-post .wp-post-image {
  display: block;
  margin: 10px 0;
  width: 738px;
  height: auto; }

.sidebar-blog {
  float: right;
  width: 350px;
  padding: 40px 15px 15px;
  margin-bottom: 40px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
  border-top: 1px solid #9B9B9B; }

.sidebar-blog.shadow {
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.5);
  border-top: 0 none;
  padding-top: 20px;
  margin-top: 20px; }

hr {
  border: 0 none;
  background-color: #9B9B9B;
  color: #9B9B9B;
  height: 1px; }

.sidebar-blog h3, h3.subscribe-follow-heading {
  font-size: 21px;
  color: #e9292e;
  padding: 6px 4px 8px 0; }

.sidebar-blog input {
  height: 30px; }

.redsubmitbutton {
  background-color: #e21c21;
  height: 30px;
  border: 0 none;
  border-radius: 15px;
  margin-left: 10px;
  width: 90px;
  width: auto;
  min-width: 90px;
  color: #FFFFFF; }

.emailinput {
  width: 210px;
  padding: 0 0 0 5px; }

.sharebox {
  background-color: #e8e8e8;
  border-top: 5px solid #e21c21;
  margin: 15px 0 30px;
  width: 320px;
  height: 90px;
  padding: 25px 15px; }

.shareheader {
  padding-top: 50px;
  font-size: 24px; }

.category-selector h3 {
  padding-bottom: 6px;
  border-bottom: 1px solid #e9292e;
  margin-bottom: 15px; }

#cat {
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
  width: 100%;
  color: #595959;
  font-size: 14px;
  line-height: 1em;
  padding: 12px;
  border: 1px solid #e3e3e3; }

.twitter-feed {
  margin-bottom: 5px; }

#tweet-container {
  height: 235px;
  overflow: auto;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  padding: 12px 8px;
  margin-bottom: 6px; }

.lang-zh #tweet-container {
  height: 180px; }

.tweet {
  margin-top: 12px;
  border-top: 1px solid #cdcdcd;
  padding-top: 12px; }

.tweet:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0; }

.subsribe-follow {
  overflow: hidden; }

.subscribe-follow-heading {
  display: inline-block;
  vertical-align: middle;
  float: left; }

.subsribe-follow {
  min-height: 40px;
  /*	padding-bottom: 8px;
  	margin-bottom: 12px;
  */
  	/*
  	vertical-align: middle;
  	height: 30px;
  	float: right;
  */ }

.masonry-brick .subsribe-follow {
  min-height: 80px; }

.subscribe-email {
  clear: both; }

.blog article {
  font-size: 14px;
  line-height: 24px; }

.tagline {
  margin: 0 15px 10px; }

.featured-post .tagline {
  margin: 0 15px 20px; }

.post-list {
  /* margin: 0 -9px !important; */
  position: relative;
  overflow: hidden; }

.post-list .post {
  width: 350px;
  /* margin: 0 9px 50px; */
  float: left;
  /* padding: 0 15px; */ }

.post-list.single .post {
  /*	margin: 0 9px; */
  width: 320px; }

.size-full {
  max-width: 738px;
  margin-left: -15px;
  height: auto; }

.post-content.detail > iframe, .post-content.detail > div > iframe {
  margin-left: 34px; }

.featured-post .entry-heading,
.post-list .entry-heading {
  font-size: 27px;
  line-height: 31px;
  margin: 25px 15px 15px; }

div.post-list.masonry {
  left: 50%;
  margin-left: -565px;
  width: 1130px; }

.attachment-landing-thumb {
  width: 350px; }

.attachment-full,
.featured-landing-thumb {
  width: 738px; }

@media screen and (max-width: 1130px) {
  div.post-list.masonry {
    left: 10px;
    margin-left: 0px; } }
div#entries .entry-heading,
div.sidebar-blog .entry-heading {
  margin: 25px 15px 15px; }

.featured-post.post {
  width: 740px; }

div.masonry .post {
  width: 350px; }

div.masonry .featured-post.post {
  width: 740px; }

div.masonry .featured-post.post .post-content {
  /*	border-bottom: 0 none; */ }

.post-list .attachment-post-thumbnail {
  margin: 0 -15px; }

div.hero-area .post-content-landing {
  padding: 0 15px 15px 15px; }

.post-list .post-content {
  border-bottom: 1px solid #9b9b9b;
  padding: 1em 15px;
  margin-bottom: 20px;
  line-height: 22px; }

.post-list.single {
  border-top: 1px solid #9B9B9B; }

.readmore {
  font-weight: 600; }

.page-nav {
  clear: both;
  white-space: nowrap; }

.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #dde;
  position: relative; }

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

.addthis_toolbox {
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  margin: 10px 0; }

div.addthis_toolbox.featured-post {
  margin: 0 0 10px; }

div.sharebox > div.addthis_toolbox {
  margin-top: 0; }

.st_facebook_custom,
.st_twitter_custom,
.st_linkedin_custom,
.st_googleplus_custom {
  display: inline-block;
  height: 24px;
  vertical-align: middle; }

#infscr-loading {
  clear: both;
  text-align: center;
  bottom: 0; }

.comments-section {
  font-size: 14px;
  line-height: 20px;
  margin: 0 15px 90px; }

.comment-form-comment textarea {
  width: 100%;
  border: 1px solid #9B9B9B;
  border-radius: 5px;
  padding: 10px;
  color: #595959; }

.comments-section > h3 {
  color: #595959;
  font-size: 18px;
  margin-bottom: 30px; }

.comments-link {
  margin: 0 0.5em; }

.comment-meta.commentmetadata {
  display: inline-block;
  vertical-align: top;
  font-size: 16px; }

.reply {
  margin-left: 42px; }

.comment-body > p {
  margin-left: 42px; }

.byuser {
  background-color: #e9292e;
  color: #FFFFFF;
  margin-top: 40px; }

.byuser a, .byuser h3 {
  color: #FFFFFF; }

.comment-author.vcard {
  color: #e9292e; }

.byuser .comment-author.vcard {
  color: #FFFFFF; }

.comment-body {
  position: relative; }

.byuser .comment-quote-triangle {
  position: absolute;
  height: 0;
  width: 0;
  left: 0px;
  top: -55px;
  border-top: 25px solid transparent;
  border-right: 50px solid #e9292e;
  border-left: 25px solid transparent; }

#respond {
  width: 100%;
  background-color: #f6f6f6;
  margin-bottom: 5px;
  padding: 20px; }

.avatarbox {
  float: left;
  width: 42px;
  height: 110px; }

.button-grey,
.form-submit input[type=submit] {
  background: #808080;
  color: #fff;
  padding: 0.35em 0.5em;
  border: none;
  border-radius: 1.5em;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  text-decoration: none;
  line-height: 1em; }

.button-grey:hover,
.form-submit input[type=submit]:hover {
  background: #E9292E; }

.form-submit {
  text-align: end; }

.commentlist {
  border-top: 1px solid #9B9B9B; }

div.commentlist li {
  list-style-type: none; }

.comment {
  border-bottom: 1px solid #9B9B9B;
  padding: 30px 20px; }

.comments-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.comment-item {
  margin: 0 0 1em;
  padding: 0 0 1em;
  clear: both;
  border-bottom: 1px solid #9b9b9b; }

.comment-item .avatar {
  float: left;
  margin: 0 1em 1em 0; }

.avatar {
  float: left;
  margin-right: 10px; }

.comment-author {
  font-weight: 700;
  /* padding-right: 1em;*/ }

.comment-author.vcard {
  display: inline-block;
  vertical-align: top;
  font-size: 16px; }

.comment-content {
  display: inline; }

div.addthis_toolbox > a {
  width: 90px; }

div.addthis_toolbox.featured-post > a {
  padding: 8px 0;
  width: auto; }

div.addthis_toolbox.excerpts > a {
  width: 78px; }

div.addthis_toolbox.subscribe-follow-icons > a {
  width: 32px;
  margin-left: 2px; }

div.sharebox > div.addthis_toolbox > a {
  margin-bottom: 10px;
  width: 50px; }

.video_wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video_wrap iframe, .video_wrap object, .video_wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media only screen and (min-width: 768px) {
  select.responsive_nav {
    display: none; } }
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .wrapper,
  .wrapper > header,
  .wrapper > div,
  .header-wrapper,
  div.post-list,
  .post-list .post,
  #entries,
  .blog-wrapper,
  div.blog-header,
  div.page-nav,
  article,
  header,
  .featured-post,
  .attachment-landing-thumb,
  .featured-post .wp-post-image,
  .attachment-full,
  .featured-post.post,
  div.gallery,
  div.masonry .post,
  div.masonry .featured-post.post {
    width: 100%;
    min-width: 100%;
    height: auto;
    text-align: left;
    float: none;
    margin: 0 auto; }

  select.responsive_nav {
    width: 80%; }

  /*
  footer {
  	height: 300px !important;
  }
  .footer-wrapper {
  	width: 100%;
  } */
  div.header-wrapper {
    background: none; }

  .site-title {
    margin-bottom: 2px;
    text-align: center; }

  .header-nav {
    width: 90%;
    margin: 20px 10px 0 5%;
    float: none;
    vertical-align: middle;
    text-align: center;
    background: none; }

  .header-logo {
    width: 190px;
    height: auto;
    margin-left: 85px;
    margin-top: -20px; }

  header,
  footer {
    width: 100%;
    text-align: center; }

  /*footer {
  	height: 300px;
  }
  .page-footer {
  	padding: 20px 0 40px 0;
  }
  .truste {
  	margin-left: 50px;
  }*/
  div.post-list.masonry {
    left: 50%;
    margin-left: -50%;
    width: 100%; }

  .tagline,
  .post-content,
  .post-list.single .post {
    width: 90% px; }

  .post-content-landing {
    margin-top: 10px; }

  .alignnone,
  .size-full {
    width: 90%;
    height: auto;
    margin-left: 0; }

  /*
  .colophon {
  	margin-left: 0;
  	padding-top: 2em;
  	width: 100%;
  	position: absolute;
  }
  .truste {
  	left: 50%;
  	margin-left: -115px;
  }
  .bbb {
  	left: 50%;
  	margin-left: 10px;
  }
  .legal {
  	float: none;
  	display: block;
  	width: 100%;
  	padding: 50px 15px 0 15px;
  	font-size: 9px;
  	text-align: left;
  }*/
  div.sidebar-blog,
  div.blog-search,
  div.blog-header,
  .region-switcher,
  .search-wrapper,
  .footer-logo,
  .header-nav > ul.menu,
  .resources_column {
    display: none; }

  .alignleft {
    margin: 0 1em 1em 5px; }

  .alignright {
    margin: 0 5px 1em 1em; }

  .sharebox {
    width: 90%;
    margin: 15px 0 0 0; }

  #author,
  #email {
    width: 50%; }

  .addthis_20x20_style {
    height: 70px; }

  .post-content.detail iframe {
    margin-left: 0; }

  div.gallery .gallery-item img {
    width: 100%;
    height: auto; }

  div.hero-area.blog-paged {
    display: none; } }
@media only screen and (max-device-width: 320px) {
  .wrapper,
  .wrapper > header,
  .wrapper > div,
  .header-wrapper,
  div.post-list,
  .post-list .post,
  #entries,
  .blog-wrapper,
  div.blog-header,
  div.page-nav,
  article,
  header,
  .featured-post,
  .attachment-landing-thumb,
  .featured-post .wp-post-image,
  .attachment-full,
  .featured-post.post,
  div.gallery,
  div.masonry .post,
  div.masonry .featured-post.post {
    width: 320px;
    min-width: 320px;
    height: auto;
    text-align: left;
    float: none;
    margin: 0 auto; }

  select.responsive_nav {
    width: 80%; }

        /*footer {
                height: 300px !important;
        }
	.footer-wrapper {
		width: 100%;
	}*/
  div.header-wrapper {
    background: none; }

  .site-title {
    margin-bottom: 2px;
    text-align: center; }

  /*
  .header-nav,
  .footer-nav {
  	width: 300px;
  	margin: 10px 10px 0 10px;		
  	float: none;
  	vertical-align: middle;
  	text-align: center;
  	background: none;
  }*/
  .header-logo {
    width: 160px;
    height: auto;
    margin-left: 80px;
    margin-top: -15px; }

  header {
    width: 320px;
    text-align: center; }

 /*
footer {
	height: 250px;
}
.page-footer {
	padding: 20px 0 40px 0;
}
.truste {
	left: 50%;
	margin-left: -115px;
}
.bbb {
	left: 50%;
	margin-left: 10px;
}*/
  div.post-list.masonry {
    left: 50%;
    margin-left: -160px;
    width: 320px; }

  .tagline,
  .post-content,
  .post-list.single .post {
    width: 290px; }

  .post-content-landing {
    margin-top: 10px; }

  .alignnone,
  .size-full {
    width: 290px;
    height: auto;
    margin-left: 0; }

 /*
.colophon {
	margin-left: 0;
	padding-top: 2em;
	width: 320px;
	position: absolute;
}
.legal {
	float: none;
	display: block;
	width: 320px;
	padding: 50px 15px 0 15px;
	font-size: 9px;
	text-align: left;
}*/
  div.sidebar-blog,
  div.blog-search,
  div.blog-header,
  .region-switcher,
  .search-wrapper,
  .header-nav > ul.menu,
  .resources_column {
    display: none; }

  .alignleft {
    margin: 0 1em 1em 5px; }

  .alignright {
    margin: 0 5px 1em 1em; }

  .sharebox {
    width: 290px;
    margin: 15px 0 0 0; }

  #author,
  #email {
    width: 150px; }

  .addthis_20x20_style {
    height: 70px; }

  .post-content.detail iframe {
    margin-left: 0; }

  div.hero-area.blog-paged {
    display: none; } }
#trackreward {
  border: 1px solid #CDCDCD;
  float: right;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 22px;
  margin-top: 20px;
  padding: 17px 0px 15px 15px;
  width: 350px;
  font-size: 20px;
  color: #4a4a4a;
  font-family: museo-sans, sans-serif;
  font-weight: 300; }

#trackreward_mytapjoy {
  padding-top: 15px;
  float: left; }

#trackreward_android {
  padding-top: 22px;
  padding-left: 8px;
  float: left; }

#trackreward_itunes {
  padding-top: 22px;
  padding-left: 8px;
  float: left; }

#filterarticle {
  border: 1px solid #CDCDCD;
  float: right;
  margin-bottom: 22px;
  margin-top: 20px;
  padding: 12px 10px 15px 15px;
  width: 350px; }

#filterarticle h3 {
  font-size: 20px;
  color: #4a4a4a;
  font-family: museo-sans, sans-serif;
  font-weight: 300; }

.twitter-feed {
  padding-top: 8px; }

.twitter-feed h3 {
  color: #E9292E !important;
  font-size: 21px !important;
  font-family: museo-slab,sans-serif !important;
  font-weight: 700  !important;
  line-height: 1.7em  !important; }

#followus {
  border: 1px solid #CDCDCD;
  float: right;
  margin-bottom: 00px;
  margin-top: 0px;
  padding: 12px 10px 0px 15px;
  width: 350px; }

.followus_hk {
  position: relative;
  left: 350px;
  top: 60px; }

.followuspad_hk {
  height: 50px;
  width: 300px; }

#followus p {
  margin-bottom: 0;
  padding-bottom: 0; }

h3.subscribe-follow-heading {
  font-size: 20px;
  color: #4a4a4a;
  font-family: museo-sans, sans-serif;
  font-weight: 300; }

/* Careers */
h1.oldcareers {
  font-size: 2.3em;
  margin: 0.5em 0; }

.oldcareers h2 {
  margin: 0.5em 0; }

.oldcareers.fullwidth {
  width: 1130px;
  margin: 0 auto; }

.oldcareers.leftcolumn {
  width: 730px;
  text-align: left;
  float: left;
  padding-right: 50px; }

.oldcareers.rightcolumn {
  width: 1120px; }

.careers-intro {
  width: 730px;
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  text-align: left;
  margin-left: 10px;
  padding-left: 10px; }
  @media (max-width: 768px) {
    .careers-intro {
      width: 100%;
      margin: 0px;
      padding: 5%; } }

.careers-searchform {
  width: 360px;
  display: inline-block;
  vertical-align: top;
  padding: 0px 45px 0px 0px;
  text-align: left; }

.careers-searchform .entry-subheading {
  color: #e9292e;
  border-bottom: 1px solid #e9292e;
  padding-bottom: 0.25em;
  font-size: 24px;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 21px;
  margin-bottom: 12px;
  font-size: 21px;
  padding-bottom: 16px; }

.careers-subsections {
  /*border-top: 1px solid #000;*/
  padding: 15px 0; }

.careers-subsection {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  margin: 0 10px;
  text-align: left; }

.expanded-panel {
  display: none; }

.careers-subsection-heading {
  font-size: 27px; }

.careers-subsection .cta {
  display: block; }

.careers .entry-heading {
  margin-left: 25px;
  margin-bottom: 10px; }

.careers-subsection-thumbnail {
  margin: 0 -12px; }

.expanded-panel-placeholder {
  margin: 30px 0;
  position: relative;
  text-align: center; }

.careers-gallery {
  width: 730px;
  display: inline-block;
  vertical-align: top; }

.careers-gallery img {
  margin: 0px; }

.careers-gallery img:nth-child(1) {
  width: 100%; }

.careers-gallery img:nth-child(2) {
  width: 360px; }

.careers-gallery img:nth-child(3) {
  width: 360px;
  margin-left: 10px; }

.careers-expcontent {
  vertical-align: top;
  display: inline-block;
  width: 360px;
  padding: 0px;
  margin-left: 0px;
  padding-left: 20px;
  margin-right: 0px;
  text-align: left; }

.careers-expcontent img {
  margin: 0 -25px; }

div.careers > img {
  margin-bottom: 20px; }

.dropdown {
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
  width: 100%;
  color: #595959;
  font-size: 14px;
  line-height: 1em;
  padding: 12px;
  height: 3em;
  border: 1px solid #e3e3e3;
  margin: 1em 0 0; }

.department-name {
  font-size: 27px;
  border-bottom: 1px solid #000;
  padding: 0 10px 0.25em;
  line-height: 27px; }

.postings article.career-posting {
  display: inline-block;
  vertical-align: top;
  width: 218px;
  margin: 10px 25px;
  margin-left: 0px;
  font-size: .9em; }

.postings article.career-posting div {
  font-size: 1.2em; }

.postings article.career-posting:nth-of-type(3n+1) {
  margin-right: 0px; }

.postings article.career-posting.type-career-posting {
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.postings article.career-posting.type-career-posting:last-child {
  border: none; }

.single .postings article.career-posting {
  display: block;
  width: auto;
  margin: 0 10px; }

.career-posting .read-more {
  display: block; }

.position-title {
  font-size: 20px;
  line-height: 25px; }

.position-location a {
  color: #595959;
  margin-bottom: 0.5em;
  display: block;
  font-size: 14px;
  line-height: 24px; }

.position-content {
  padding: 10px; }

.single .position-content {
  padding: 0px; }

.single div.careers {
  border-bottom: none; }

.single .position-content p, .single .position-content span {
  font-family: museo-sans, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #4a4a4a; }

.postings-searchform {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  /*margin-top: 2em;*/
  margin-right: 20px; }

.postings-listing {
  display: inline-block;
  vertical-align: top;
  width: 820px;
  /*margin-top:2em;*/ }

.postings-searchform .department-name {
  color: #e9292e;
  border-color: #e9292e; }

.careers input.CTA,
.postings input.CTA {
  margin-top: 10px; }

.careers .button:hover, .postings .button: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%; }

.expanded-panel-placeholder .close-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: #e9292e;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  cursor: pointer; }

.expanded-panel-placeholder .close-button a {
  position: absolute;
  top: 6px;
  left: 12px;
  color: #fff;
  font-size: 26px; }

.page-template-page-templatespt-careers-php .entry-subheading {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-bottom: 16px; }

.page-template-page-templatespt-careers-php .entry-heading {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center; }

div.careers {
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
  padding-bottom: 15px;
  text-align: center; }

.careers .entry-heading {
  margin-left: 0px;
  margin-bottom: 40px;
  text-align: center;
  font-family: museo-sans, sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  padding-top: 60px; }
  @media (max-width: 768px) {
    .careers .entry-heading {
      padding-top: 0px; } }

.careers-subsection-heading {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 21px;
  padding-left: 10px; }

.careers-expcontent .careers-subsection-heading {
  padding-left: 0px; }

.careers-subsection {
  margin: 0 10px 0 0; }

.careers-subsection p, .careers-subsection a {
  padding-left: 10px; }

.subsection-2 {
  margin: 0px !important; }

.careers-subsection-thumbnail {
  margin: 0px;
  cursor: pointer; }

.careers-subsection > div {
  margin-left: 15px; }

.careers-subsections {
  padding: 0px;
  text-align: center; }

.feed-title {
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
  margin-bottom: 15px;
  font-size: 21px;
  line-height: 21px;
  text-transform: uppercase; }

.postings article.career-posting div.title-name {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 21px;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 26px; }

.feed-postings {
  margin-bottom: 2px; }
  .feed-postings a {
    color: #4a4a4a; }
  .feed-postings:hover a {
    color: #e9292e; }

.feed-postings .one_fourth:nth-child(1), .feed-title .one_fourth:nth-child(1) {
  margin-right: 15px;
  margin-right: 0; }

.feed-postings .one_fourth:nth-child(2), .feed-title .one_fourth:nth-child(2) {
  margin-right: 3px;
  margin-right: 0; }

.department-postings {
  margin: 12px 0px;
  border-bottom: 1px solid #000;
  padding: 10px 0px; }

.department-postings:last-child {
  border-bottom: none; }

.department-postings input {
  border: none;
  background: none;
  padding: 0px;
  margin: 0px;
  font-weight: 300;
  color: #e9292e;
  font-size: 14px;
  text-transform: uppercase; }

.careers-container {
  display: inline-block;
  width: 730px;
  text-align: left;
  padding-left: 10px; }

.wrapper.content-wrapper.knowledge {
  padding-top: 60px; }

.page-template-page-templatespt-knowledge-php .header-wrapper {
  /*	background: none;*/
  margin-bottom: 0; }

.knowledge-hero {
  width: 100%;
  padding: 135px 0px 60px 0px;
  background: url(/wp-content/themes/tapjoy_v2/images/knowledge/knowledge-hero.png), #cccccc;
  /* Old browsers */
  background: url(/wp-content/themes/tapjoy_v2/images/knowledge/knowledge-hero.png), -moz-linear-gradient(45deg, #cccccc 0%, #f0efed 100%);
  /* FF3.6+ */
  background: url(/wp-content/themes/tapjoy_v2/images/knowledge/knowledge-hero.png), -webkit-gradient(linear, left bottom, right top, color-stop(0%, #cccccc), color-stop(100%, #f0efed));
  /* Chrome,Safari4+ */
  background: url(/wp-content/themes/tapjoy_v2/images/knowledge/knowledge-hero.png), -webkit-linear-gradient(45deg, #cccccc 0%, #f0efed 100%);
  /* Chrome10+,Safari5.1+ */
  background: url(/wp-content/themes/tapjoy_v2/images/knowledge/knowledge-hero.png), -o-linear-gradient(45deg, #cccccc 0%, #f0efed 100%);
  /* Opera 11.10+ */
  background: url(/wp-content/themes/tapjoy_v2/images/knowledge/knowledge-hero.png), -ms-linear-gradient(45deg, #cccccc 0%, #f0efed 100%);
  /* IE10+ */
  background: url(/wp-content/themes/tapjoy_v2/images/knowledge/knowledge-hero.png), linear-gradient(45deg, #cccccc 0%, #f0efed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f0efed', GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
                             /*-webkit-box-shadow:inset 0px 0px 28px -9px black;
-moz-box-shadow: inset 0px 0px 28px -9px black;
box-shadow: inset 0px 0px 28px -9px black;*/ }

@media only screen and (max-width: 1140px) and (min-width: 768px) {
  .knowledge-hero {
    padding: 30px 5%; } }
.tech .tech-title {
  display: inline-block;
  vertical-align: middle;
  width: 475px;
  font-size: 45px;
  line-height: 45px; }

@media only screen and (max-width: 1140px) and (min-width: 768px) {
  .tech .tech-title {
    width: 315px;
    font-size: 40px;
    line-height: 40px; } }
@media only screen and (max-width: 767px) {
  .tech .tech-title {
    font-size: 40px;
    line-height: 40px;
    width: 100%;
    margin-bottom: 3px; } }
.tech div.bubble_container {
  width: 600px;
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 20px; }

@media only screen and (max-width: 1140px) and (min-width: 768px) {
  .tech div.bubble_container {
    width: 340px; } }
/* Search */
.tech div.search {
  width: 572px;
  background: #ffffff;
  padding: 17px 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  line-height: 28px; }

@media only screen and (max-width: 1140px) and (min-width: 768px) {
  .tech div.search {
    width: 325px; } }
.tech div.search > div {
  position: relative; }

.tech div.search .gsc-input-box {
  border: none !important;
  -webkit-box-shadow: none; }

.gsst_b {
  display: none; }

.tech div.search #___gcse_2 {
  width: 100%;
  margin: 0px; }

.tech #___gcse_2 {
  width: 400px;
  position: relative;
  float: right; }

.tech div.search input.gsc-search-button {
  background: url("/wp-content/themes/tapjoy_v2/images/knowledge/search.png") no-repeat transparent !important;
  width: 18px !important;
  height: 40px !important;
  margin-top: -16px !important;
  z-index: 1; }

.tech div.search .gsc-search-box-tools .gsc-search-box input.gsc-input {
  font-size: 25px;
  font-weight: 300;
  color: #666;
  /*background:url('/wp-content/themes/tapjoy_v2/images/knowledge/help_text_tech.jpg') no-repeat left !important;*/
  background: none !important; }

.tech div.search .gsc-search-box-tools .gsc-search-box input.gsc-input:focus {
  background: none !important; }

.tech div.bubble {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-right: 13px solid white;
  border-bottom: 9px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: -10px; }

.tech span.sub-text {
  font-size: 16px;
  line-height: 16px;
  color: #e9292e; }

.tech .dashboard span.sub-title {
  margin-bottom: 0px; }

/* Tech page */
.tech.subsections {
  margin-top: 45px; }

.tech.left-col {
  float: left;
  width: 200px;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  margin-right: 50px; }

@media only screen and (max-width: 1140px) and (min-width: 768px) {
  .tech.left-col {
    width: 25%;
    margin-right: 4%;
    padding-right: 0px; } }
.tech.left-col ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }

.tech.left-col ul a {
  color: #4a4a4a; }

.tech.left-col h2 {
  font-size: 14px;
  color: #4a4a4a;
  text-transform: uppercase;
  margin-bottom: 6px;
  margin-top: 25px; }

.tech.left-col h2 a:hover, .tech.left-col h2 a.active-tech {
  color: #e9292e; }

.tech.left-col h2.heading:nth-of-type(1) {
  margin-top: 0px; }

.tech.left-col h2.heading {
  font-size: 16px;
  border-bottom: 1px solid #4a4a4a;
  color: #4a4a4a;
  padding-bottom: 7px;
  margin-bottom: 7px;
  text-transform: uppercase;
  margin-top: 30px;
  line-height: 20px; }

.tech.left-col span.sub-title {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 14px;
  text-transform: none; }

span.sub-title a {
  color: #777; }

span.sub-title a:hover {
  color: #e9292e; }

.tech.left-col span.sub-title a.active-tech {
  color: #e9292e; }

.tech.main-col {
  float: right;
  /* width:675px; // Removed Content Column */
  width: 850px;
  margin-right: 25px;
  text-align: left; }

.tech.main-col.post-list {
  width: 100%;
  margin: 0px; }

.single-post .tech.main-col {
  width: 850px;
  float: right; }

@media only screen and (max-width: 1140px) and (min-width: 768px) {
  .tech.main-col, .single-post .tech.main-col {
    width: 65%;
    padding: 0px; } }
.tech.main-col img {
  max-width: 100% !important;
  height: auto !important; }

.tech.main-col h1 {
  color: #e9292e;
  font-size: 24px;
  line-height: 19px;
  margin-bottom: 30px;
  text-align: left; }

.single-post .tech.main-col h1 {
  color: #e9292e;
  font-size: 24px;
  line-height: 19px;
  margin-bottom: 10px;
  text-align: left; }

.single-post .tech.main-col > span {
  margin-bottom: 40px;
  display: block; }

.tech.main-col h2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300; }

.tech.main-col p {
  font-size: 14px;
  line-height: 17px; }

.tech.main-col span.date {
  color: #999; }

.tech.main-col h3 a:hover {
  color: #e9292e; }

.tech.right-col {
  width: 158px;
  border: 1px solid #bebebe;
  background: #efefef;
  padding: 15px;
  float: left; }

.tech.right-col h2 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  text-align: left; }

.tech.right-col span.sub-title {
  font-size: 10px;
  line-height: 13px;
  margin-bottom: 15px;
  text-align: left;
  display: block;
  text-transform: none;
  color: #4a4a4a; }

.tech.new-section {
  width: 560px;
  border: 1px solid #bebebe;
  background: #efefef;
  padding: 20px 30px;
  float: left;
  min-height: 155px;
  height: 100%;
  margin-bottom: 10px;
  display: table; }

@media only screen and (max-width: 1140px) and (min-width: 768px) {
  .tech.new-section {
    max-width: 570px;
    min-width: 570px;
    margin: 0px auto;
    margin-right: auto !important;
    margin-bottom: 20px;
    float: none; } }
.tech.new-section > div {
  display: table-cell;
  vertical-align: middle; }

.tech.new-section p {
  margin-bottom: 0px; }

.tech.new-section:nth-of-type(1) {
  margin-right: 10px; }

.tech.wrapper-2 {
  margin-bottom: 50px;
  margin-top: 30px; }

.tech.new-section img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
  width: 75px; }

.tech.new-section .new-container {
  display: inline-block;
  vertical-align: middle;
  width: 360px; }

.tech.new-section .new-container ul {
  padding: 0px;
  margin: 0px;
  list-style: none; }

.tech.new-section .new-container ul a, .tech.new-section .new-container a {
  color: #4a4a4a; }

.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; }

.tech #searchform {
  width: 100%; }

.tech #searchform #s {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-border-radius: 10px;
  border: none;
  padding: 2px 5px;
  background: url(images/icon_search.png) 96% 50% no-repeat;
  width: 100%;
  font-weight: 300; }

input:focus {
  /* <--less specific, overridden by above */
  outline: none; }

.gssb_c .gsc-completion-container {
  /*margin-top:25px;*/ }

.gssb_c {
  z-index: 5000;
  margin-top: 25px; }

@media only screen and (max-width: 767px) {
  .knowledge-hero {
    width: 100%;
    padding: 5% 5%;
    background-size: 297%;
    background-position: left; }

  .tech div.title {
    font-size: 1.5em;
    display: block;
    line-height: 1em;
    margin-bottom: 0; }

  .tech div.bubble_container {
    width: 100%; }

  .tech div.search {
    display: block;
    width: 100%;
    font-size: .85em;
    line-height: 1.2em;
    margin-bottom: 8%;
    padding: 6px;
    height: 45px; }

  .tech div.bubble {
    display: block;
    margin-bottom: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 13px solid white;
    margin-left: 2%; }

  .tech div.tech50 {
    width: 100%;
    display: block;
    vertical-align: top;
    margin-top: 0%;
    margin-bottom: 10%; }

  .tech div.tech50.engineering-blog img {
    margin: 0px auto;
    display: block;
    width: 45px;
    margin-bottom: 5%; }

  .tech div.tech50.engineering-blog span.sub-title, .tech div.tech50.engineering-blog img {
    display: block;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.3em; }

  .tech div.tech50-sub {
    width: 100%;
    display: block;
    padding-right: 0;
    margin-top: 3%; }

  .tech div.tech50-sub h3 {
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 10px; }

  .tech span.sub-text {
    font-size: .8em;
    line-height: 1em;
    /*display: none;*/ }

  .tech span.sub-title {
    font-size: 40px;
    line-height: 45px;
    font-weight: 300;
    text-transform: uppercase; }

  .tech .dashboard {
    text-align: center;
    background: url(/wp-content/themes/tapjoy_v2/images/knowledge/dashboard.jpg) no-repeat center;
    padding-top: 0;
    margin-bottom: 6%; }

  .tech div.tech35-sub {
    width: 100%;
    padding: 0px 3%;
    margin-top: 6%; }

  .single-post .tech.main-col {
    width: 100%; }

  .tech.left-col {
    float: right;
    width: 100%;
    text-align: left;
    margin: 0; }

  .tech.main-col {
    width: 100%;
    margin: 0px;
    margin-bottom: 7%; }

  .tech.main-col table {
    width: 100%;
    max-width: 767px; }

  .tech.main-col img {
    max-width: 100%; }

  .tech.main-col h1, .single-post .tech.main-col h1 {
    color: #e9292e;
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 2%;
    text-align: center;
    font-size: 1.2em; }

  .single-post .tech.main-col > span {
    margin-bottom: 7%;
    text-align: center;
    font-size: .9em; }

  .tech.main-col p {
    margin-bottom: 7%; }

  .tech.wrapper-2 {
    padding: 0px; }

  .tech.new-section {
    background: #efefef;
    padding: 5%;
    margin-bottom: 5% !important;
    min-height: inherit; }

  .tech.wrapper-2 {
    padding: 0px;
    margin-top: 5% !important; }

  .tech.new-section img {
    margin-right: 5%;
    width: 15%; }

  .tech.new-section .new-container {
    width: 75%; }

  .tech.new-section .new-container ul a, .tech.new-section .new-container a {
    font-size: .9em;
    line-height: 1em; }

  ol, ul {
    font-size: .9em;
    line-height: 1.2em; }

  .tech.left-col h2.heading {
    font-size: 1.15em;
    border-bottom: none;
    background: #efefef url("/wp-content/themes/tapjoy_v2/images/knowledge/open_tech.png") no-repeat 95%;
    padding: 3% 5%;
    cursor: pointer; }

  .tech.left-col h2.heading.open {
    background: #ddd url("/wp-content/themes/tapjoy_v2/images/knowledge/close_tech.png") no-repeat 95%; }

  .tech.left-col .sublist {
    display: none;
    padding: 3% 5%;
    background: #efefef;
    margin-top: -3%; }

  .tech #___gcse_2 {
    width: 100%; }

  .tech div.search input.gsc-search-button {
    background: url("/wp-content/themes/tapjoy_v2/images/knowledge/search.png") no-repeat transparent !important;
    width: 10px !important;
    height: 37px !important;
    margin-top: -16px !important;
    background-size: contain !important; } }
/* Products Overview*/
img.tech_whitephone {
  width: 100%;
  position: absolute;
  bottom: 0px;
  margin-top: 50px; }

.tech-image-container {
  height: 364px;
  position: relative; }

@media only screen and (max-width: 767px) {
  img.tech_whitephone {
    max-width: 200px;
    margin: 0px auto;
    margin-bottom: -10px;
    margin-top: 20px; } }
.products-overview ul li a {
  color: #4a4a4a; }

.products-overview ul li a:hover {
  color: #af1f22; }

.products-overview-text {
  margin-top: 70px; }

@media only screen and (max-width: 1140px) and (min-width: 768px) {
  .products-overview-text {
    margin-top: 40px; } }
.products-overview-text ul li {
  margin-bottom: 15px; }

.products-overview h2 {
  margin-bottom: 30px; }

/*Dashboard Help */
.tech .dashboard-help {
  padding: 70px 0px;
  background: url(/wp-content/themes/tapjoy_v2/images/knowledge/dashboard-bg.png) no-repeat center center #ededed; }

.tech .dashboard-help .grid {
  margin-top: 50px; }

.dashboard-help ul li {
  margin-bottom: 15px; }

.dashboard-help ul li a {
  color: #4a4a4a; }

.dashboard-help ul li a:hover {
  color: #af1f22; }

@media only screen and (max-width: 767px) {
  .tech .dashboard-help {
    padding: 30px 0px; }

  .tech .dashboard-help .grid {
    margin-top: 0px; }

  .tech .dashboard-help .col-1-3 {
    margin-bottom: 30px; } }
/* Engineering Blog */
.engineering-blog {
  margin-top: 75px;
  margin-bottom: 75px; }

.engineering-blog h2 {
  margin-bottom: 40px; }

.engineering-blog h2 img {
  vertical-align: middle;
  padding-right: 10px;
  padding-bottom: 5px; }

@media only screen and (max-width: 767px) {
  .engineering-blog {
    padding: 30px 0px;
    margin-bottom: 0px; }

  .engineering-blog h2 {
    padding: 0px 5%; }

  .engineering-blog .col-1-3 {
    margin-bottom: 40px; }

  .engineering-blog p:empty {
    display: none; } }
@media only screen and (max-width: 1140px) and (min-width: 768px) {
  .tech > div {
    padding-left: 15px;
    padding-right: 15px; }

  .tech > div.dashboard-help {
    padding-left: 15px;
    padding-right: 15px; } }
/* Search */
.sublist .gsc-input {
  width: 100%;
  margin: 0px; }

.sublist .gsc-input input.gsc-input {
  outline: none !important;
  padding-right: 20px !important; }

.sublist-search {
  position: relative; }

.sublist-search input.gsc-search-button.gsc-search-button-v2 {
  background-size: 15px 15px !important;
  padding-right: 17px; }

.sublist-search .gsc-input-box {
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.3); }

.tech.left-col .sublist-search h2 {
  margin-top: 0px;
  margin-bottom: 35px; }

.tech .gsc-selected-option-container {
  width: auto !important; }

.tech .gsc-selected-option-container .gsc-selected-option {
  font-size: 16px; }

.pt-dev-landing-container {
  margin-bottom: 75px; }
  .pt-dev-landing-container .full-page {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 0;
    width: 100%;
    left: 0px;
    right: 0px;
    -webkit-backface-visibility: hidden; }
    .pt-dev-landing-container .full-page.users {
      z-index: 5; }
    .pt-dev-landing-container .full-page.hero {
      position: relative;
      z-index: 99; }
      @media (max-width: 768px) {
        .pt-dev-landing-container .full-page.hero {
          overflow: hidden; } }
      .pt-dev-landing-container .full-page.hero .grid {
        z-index: 100;
        position: relative; }
        @media (max-width: 768px) {
          .pt-dev-landing-container .full-page.hero .grid {
            background-color: rgba(0, 0, 0, 0.8); } }
      .pt-dev-landing-container .full-page.hero .user-grid {
        position: absolute;
        top: 0px;
        z-index: 1;
        width: 150%;
        left: -25%; }
        .pt-dev-landing-container .full-page.hero .user-grid img, .pt-dev-landing-container .full-page.hero .user-grid .user {
          opacity: 1 !important;
          visibility: visible; }
      .pt-dev-landing-container .full-page.hero h1, .pt-dev-landing-container .full-page.hero h2 {
        padding: 0 50px; }
        @media (max-width: 1140px) {
          .pt-dev-landing-container .full-page.hero h1, .pt-dev-landing-container .full-page.hero h2 {
            padding: 0; } }
      .pt-dev-landing-container .full-page.hero h3 {
        padding: 0 50px;
        font-weight: 100; }
        @media (max-width: 1140px) {
          .pt-dev-landing-container .full-page.hero h3 {
            padding: 0; } }
    .pt-dev-landing-container .full-page h1, .pt-dev-landing-container .full-page h2 {
      text-transform: none;
      font-size: 50px;
      line-height: 56px;
      font-weight: 100; }
      @media (max-width: 1140px) {
        .pt-dev-landing-container .full-page h1, .pt-dev-landing-container .full-page h2 {
          font-size: 35px;
          line-height: 37px; } }
    .pt-dev-landing-container .full-page > .grid {
      z-index: 1;
      overflow: visible;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 100px 0; }
      @media (max-width: 1140px) {
        .pt-dev-landing-container .full-page > .grid {
          padding: 40px 0; }
          .pt-dev-landing-container .full-page > .grid [class*='col-']:not(last-child) {
            margin-bottom: 40px; } }
    @media (max-width: 1140px) and (max-width: 768px) {
      .pt-dev-landing-container .full-page > .grid [class*='col-']:not(last-child) {
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }

  .pt-dev-landing-container #chart svg {
    width: 100%;
    max-width: 100%;
    min-width: 100%; }
    @media (max-width: 1140px) {
      .pt-dev-landing-container #chart svg {
        height: 100%; } }
  .pt-dev-landing-container .user-grid-container {
    width: 41%; }
    @media (max-width: 768px) {
      .pt-dev-landing-container .user-grid-container {
        width: 100%; } }
  .pt-dev-landing-container .grid-overlay {
    width: 448px;
    min-width: 448px;
    max-width: 448px;
    position: relative;
    margin-top: 20px;
    margin-left: -22px; }
    @media (max-width: 768px) {
      .pt-dev-landing-container .grid-overlay {
        position: absolute;
        bottom: -80px !important;
        width: 92%;
        min-width: 0%;
        max-width: 92%; } }
  .pt-dev-landing-container .user-grid {
    position: relative;
    min-width: 300px; }
    @media (max-width: 768px) {
      .pt-dev-landing-container .user-grid {
        width: 100%; } }
    .pt-dev-landing-container .user-grid .user-row {
      text-align: center; }
      .pt-dev-landing-container .user-grid .user-row .user {
        display: inline-block;
        width: 6.5%;
        height: 0px;
        padding-top: 6.5%;
        position: relative;
        font-size: 0px;
        line-height: 0px;
        margin: 0px;
        border: 0px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        z-index: 1;
        overflow: hidden; }
        @media (max-width: 768px) {
          .pt-dev-landing-container .user-grid .user-row .user {
            width: 6%; } }
        .pt-dev-landing-container .user-grid .user-row .user.teal:after {
          content: '';
          background-color: #00b09b;
          width: 110%;
          min-width: 110%;
          height: auto;
          padding-bottom: 110%;
          position: absolute;
          left: -5%;
          top: -5%;
          display: block;
          z-index: 1;
          -moz-border-radius: inherit;
          -webkit-border-radius: inherit;
          border-radius: inherit; }
        .pt-dev-landing-container .user-grid .user-row .user.blue:after {
          content: '';
          background-color: #0093d0;
          width: 110%;
          min-width: 110%;
          height: auto;
          padding-bottom: 110%;
          position: absolute;
          left: -5%;
          top: -5%;
          display: block;
          z-index: 1;
          -moz-border-radius: inherit;
          -webkit-border-radius: inherit;
          border-radius: inherit; }
        .pt-dev-landing-container .user-grid .user-row .user.gold:after {
          content: '';
          background-color: #eeb111;
          width: 110%;
          min-width: 110%;
          height: auto;
          padding-bottom: 110%;
          position: absolute;
          left: -5%;
          top: -5%;
          display: block;
          z-index: 1;
          -moz-border-radius: inherit;
          -webkit-border-radius: inherit;
          border-radius: inherit; }
        .pt-dev-landing-container .user-grid .user-row .user.gray:after {
          content: '';
          background-color: #292727;
          width: 110%;
          min-width: 110%;
          height: auto;
          padding-bottom: 110%;
          position: absolute;
          left: -5%;
          top: -5%;
          display: block;
          z-index: 1;
          -moz-border-radius: inherit;
          -webkit-border-radius: inherit;
          border-radius: inherit; }
        @media (max-width: 768px) {
          .pt-dev-landing-container .user-grid .user-row .user.blank {
            visibility: hidden; } }
        .pt-dev-landing-container .user-grid .user-row .user.stay {
          z-index: 2; }
          .pt-dev-landing-container .user-grid .user-row .user.stay img {
            /*position: relative;*/
            z-index: 90;
            display: block; }
        .pt-dev-landing-container .user-grid .user-row .user img {
          width: 110%;
          min-width: 110%;
          height: auto;
          position: absolute;
          left: -5%;
          top: -5%;
          display: block;
          z-index: 2;
          -moz-border-radius: inherit;
          -webkit-border-radius: inherit;
          border-radius: inherit; }
          @media (max-width: 768px) {
            .pt-dev-landing-container .user-grid .user-row .user img {
              opacity: .4; } }
  .pt-dev-landing-container .profile {
    position: relative;
    z-index: 1; }
    .pt-dev-landing-container .profile.user-profile-2 .profile-container canvas {
      background-image: url(/wp-content/themes/tapjoy_v2/images/developers/landing/home_user_teal.png); }
    .pt-dev-landing-container .profile .user-pic {
      width: 30px;
      height: 30px;
      transform: scale(3.75);
      -webkit-transform: scale(3.75);
      -moz-transform: scale(3.75);
      position: absolute;
      top: 0px;
      left: 33px;
      background-color: #00b09b;
      border-radius: 100%;
      overflow: hidden;
      z-index: 2; }
      .pt-dev-landing-container .profile .user-pic.blue-bg {
        background-color: #0093d0; }
      .pt-dev-landing-container .profile .user-pic img {
        max-width: 100%;
        opacity: .5; }
    .pt-dev-landing-container .profile .user-type {
      margin-left: 64px;
      padding: 15px 25px 15px 60px;
      color: white;
      text-transform: uppercase;
      position: relative;
      z-index: 1;
      display: inline-block;
      margin-bottom: -1px; }
    .pt-dev-landing-container .profile .profile-container {
      border: 1px solid #d6d5d3;
      padding: 20px 30px;
      width: 230px;
      margin: 0 auto; }
      .pt-dev-landing-container .profile .profile-container .title {
        font-size: 16px;
        font-weight: 100;
        margin-bottom: 15px; }
      .pt-dev-landing-container .profile .profile-container .target {
        margin-bottom: 25px;
        font-size: 12px; }
      .pt-dev-landing-container .profile .profile-container .action {
        font-size: 22px;
        font-weight: 700; }
        .pt-dev-landing-container .profile .profile-container .action:before {
          content: '$'; }
      .pt-dev-landing-container .profile .profile-container canvas {
        background-image: url(/wp-content/themes/tapjoy_v2/images/developers/landing/home_user_blue.png);
        background-size: 50px 65px;
        background-position: center;
        background-repeat: no-repeat; }
      .pt-dev-landing-container .profile .profile-container .label {
        font-weight: 700;
        font-size: 12px; }
  .pt-dev-landing-container .user-phone {
    position: relative;
    opacity: 1 !important;
    left: -125px; }
    @media (max-width: 768px) {
      .pt-dev-landing-container .user-phone {
        left: 0px; }
        .pt-dev-landing-container .user-phone img {
          max-width: 100%; } }
  .pt-dev-landing-container .user-phone-2 {
    position: relative;
    opacity: 1 !important;
    left: 415px;
    float: right;
    z-index: 1; }
    @media (max-width: 768px) {
      .pt-dev-landing-container .user-phone-2 {
        left: 0px; }
        .pt-dev-landing-container .user-phone-2 img {
          max-width: 100%; } }
  .pt-dev-landing-container .user-profile, .pt-dev-landing-container .profile-text, .pt-dev-landing-container .zoomies {
    position: relative;
    margin-bottom: -5px;
    z-index: 1; }
  .pt-dev-landing-container .with-ipad {
    margin-bottom: 200px; }
  .pt-dev-landing-container .user-ipad {
    position: relative;
    left: -250px;
    margin-bottom: -300px; }
    @media (max-width: 768px) {
      .pt-dev-landing-container .user-ipad {
        max-width: 100%;
        margin-bottom: 0px !important;
        left: 0px; } }
  .pt-dev-landing-container .fixed-background {
    background-image: url(/wp-content/themes/tapjoy_v2/images/developers/landing/home_bg.jpg);
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%; }
  .pt-dev-landing-container .gradient-background {
    position: fixed;
    top: 0px;
    z-index: 98;
    background-color: black;
    opacity: .5;
    width: 100%; }
    @media (max-width: 768px) {
      .pt-dev-landing-container .gradient-background {
        display: none; } }
    .pt-dev-landing-container .gradient-background > div {
      width: 1px;
      height: 0px; }
  .pt-dev-landing-container .dev-landing-solutions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    margin-top: 60px;
    min-height: 280px;
    width: 100%; }
    @media (max-width: 768px) {
      .pt-dev-landing-container .dev-landing-solutions {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .pt-dev-landing-container .dev-landing-solutions .dev-solution {
      flex-grow: 1;
      /*width: 100%; removing for ie */
      width: 100%;
      /* adding back for safari */
      padding: 55px 40px 55px 40px;
      background-color: #00b09b;
      text-align: center;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: block;
      max-width: 400px;
      margin: 10px auto;
      /*display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      align-content: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;*/ }
      .pt-dev-landing-container .dev-landing-solutions .dev-solution:hover {
        opacity: .85; }
      .pt-dev-landing-container .dev-landing-solutions .dev-solution h3 {
        text-align: center;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
        /*font-size: $fs3;
        text-transform: uppercase;*/ }
      .pt-dev-landing-container .dev-landing-solutions .dev-solution p {
        width: 100%;
        font-size: 16px; }
        .pt-dev-landing-container .dev-landing-solutions .dev-solution p:empty {
          display: none; }
      .pt-dev-landing-container .dev-landing-solutions .dev-solution:first-child {
        background-color: #0093d0; }
      .pt-dev-landing-container .dev-landing-solutions .dev-solution:last-child {
        background-color: #e9292e; }

.iPad .pt-dev-landing-container {
  height: auto !important; }
  .iPad .pt-dev-landing-container .full-page {
    position: relative !important;
    top: 0px !important; }
  .iPad .pt-dev-landing-container .gradient-background {
    position: absolute !important;
    opacity: .9; }
  .iPad .pt-dev-landing-container .fixed-background {
    display: none !important; }
  .iPad .pt-dev-landing-container .col-5-12 {
    position: relative; }
  .iPad .pt-dev-landing-container .hero {
    overflow: hidden; }
    .iPad .pt-dev-landing-container .hero .gradient-background {
      position: absolute !important;
      background-color: rgba(0, 0, 0, 0.7) !important; }
  .iPad .pt-dev-landing-container .grid-overlay {
    position: absolute;
    bottom: -23px;
    max-width: 100%; }
  .iPad .pt-dev-landing-container .user.blank {
    visibility: hidden; }
  .iPad .pt-dev-landing-container .user img {
    opacity: .4; }
  .iPad .pt-dev-landing-container .hero {
    background: none; }
  .iPad .pt-dev-landing-container .profile .user-pic.mobile {
    display: block !important; }
  .iPad .pt-dev-landing-container .show-ipad {
    display: block !important; }
  .iPad .pt-dev-landing-container .full-page:not(.hero) {
    height: auto !important; }
  .iPad .pt-dev-landing-container .user-ipad {
    margin-bottom: -200px; }
  .iPad .pt-dev-landing-container h3, .iPad .pt-dev-landing-container p {
    font-size: 28px;
    line-height: 34px;
    font-weight: 100; }
  @media (max-width: 768px) {
    .iPad .pt-dev-landing-container h3 {
      font-size: 22px;
      line-height: 28px; } }

.lang-ja .pt-dev-landing-container .user-grid .user-row {
  font-family: helvetica, sans-serif; }

.chrome .pt-dev-landing-container .user-grid {
  width: 448px; }
  @media (max-width: 768px) {
    .chrome .pt-dev-landing-container .user-grid {
      width: 100%; } }

.home-header {
  margin-bottom: 25%; }

.adl-container {
  height: 700px;
  background-attachment: fixed;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  position: relative;
  display: table;
  width: 100%;
  overflow: hidden; }
  .adl-container:first-of-type {
    background-position: 50% 0px; }

.adl-container > .content-centered {
  display: table-cell;
  vertical-align: middle; }

.adl-container .has-image {
  display: block; }
  @media (max-width: 768px) {
    .adl-container .has-image {
      padding: 0px; } }
  .adl-container .has-image .content.align-center {
    height: 100%;
    display: table; }
    .adl-container .has-image .content.align-center h1 {
      display: table-cell;
      vertical-align: middle; }
  .adl-container .has-image .grid-hero-image-wrapper {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat; }
    @media (max-width: 768px) {
      .adl-container .has-image .grid-hero-image-wrapper {
        height: 125px !important; } }

.adl-container img {
  max-width: 100%;
  max-height: 100%; }

.adl-container .content {
  /*margin-top: 25vh;*/ }

.adl-container .content-top {
  margin-top: 10vh; }

.home-header {
  padding-top: 60px;
  margin-bottom: 60px; }

.home-header.has-image {
  margin-bottom: 25%; }

.dev-land-header {
  text-align: center;
  font-size: 88px;
  font-weight: 100;
  margin-bottom: 20px;
  line-height: 88px;
  padding-bottom: 12px;
  border-bottom: 1px solid white;
  display: inline-block;
  padding-top: 60px; }

#adl-flexslider {
  overflow: hidden;
  heigt: auto !important;
  min-height: 500px;
  padding: 50px 0px 50px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.flex-control-paging {
  list-style: none;
  display: inline-block;
  position: absolute;
  padding: 0px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear; }

.flex-control-paging li {
  float: left;
  margin-right: 7px; }

.flex-control-paging li a {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  border: 0px;
  font-size: 0px;
  display: block; }

.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
  background-color: white; }

.adl-image img {
  max-width: 100% !important;
  margin: 0px !important; }

#adl-flexslider .slides img {
  max-width: 100% !important;
  margin: 0px !important;
  max-height: 350px !important;
  height: auto !important;
  width: auto !important; }

.adl-image br {
  display: none; }

#adl-flexslider .slides .content {
  margin-top: 40px; }

.adl-container .down-arrow {
  width: 24px;
  height: 12px;
  background-image: url(/wp-content/themes/tapjoy_v2/images/advertisers/landing/down-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -6px;
  cursor: pointer;
  animation: myfirst 1.2s infinite;
  -webkit-animation: myfirst 1.2s infinite;
  /* Safari and Chrome */ }

.adl-container .down-arrow.gray {
  background-image: url(/wp-content/themes/tapjoy_v2/images/advertisers/landing/down-arrow-gray.png); }

.slide-in-visible {
  min-height: 2px; }

.slide-in {
  position: absolute;
  right: 0;
  bottom: 0px;
  top: 0px;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
  /*opacity: 0;*/
  overflow: hidden;
  min-width: 50%; }

.slide-in * {
  height: 100%;
  width: 100%;
  border: 0px !important; }

.no-firefox .slide-in * {
  /*height:auto;
  width:auto;*/ }

.not-iPad .mejs-poster {
  display: none !important; }

.not-iPad .mejs-overlay-button {
  height: 100px !important;
  background-position: 2% 0% !important; }

.not-iPad .mejs-overlay:hover .mejs-overlay-button {
  background-position: 2% -100px !important; }

.slide-in > img, .slide-in .wp-video {
  position: relative;
  right: -100px;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
  opacity: 0; }

.sliding-img .grid-container a.CTA {
  z-index: 10; }

@keyframes myfirst {
  0% {
    margin-bottom: 0px; }
  50% {
    margin-bottom: 4px; }
  100% {
    margin-bottom: 0px; } }
@-webkit-keyframes myfirst /* Safari and Chrome */ {
  0% {
    margin-bottom: 0px; }
  50% {
    margin-bottom: 4px; }
  100% {
    margin-bottom: 0px; } }
@media only screen and (min-width: 1700px) {
  .adl-container .wp-video {
    padding-right: 35% !important; } }
@media only screen and (min-width: 1400px) and (max-width: 1699px) {
  .adl-container .wp-video {
    padding-right: 25% !important; } }
@media only screen and (min-width: 768px) {
  .not-iPad .adl-container .no-firefox .mejs-overlay-play, .not-iPad .adl-container .mejs-controls {
    display: none !important;
    position: static; } }
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .slide-in {
    max-width: 40%; }

  .grid-container {
    padding: 30px 0; }

  .slides .content, .adl-container .content-top {
    margin-top: 0; }

  .bg-scroll {
    background-attachment: scroll;
    background-position: center; }

  #adl-flexslider {
    padding: 20px 0px 120px 0px;
    height: 535px; }

  #adl-flexslider li {
    margin-bottom: 30px; } }
@media only screen and (max-width: 767px) {
  .adl-container {
    height: auto !important;
    background-attachment: scroll;
    background-position: center !important;
    background-size: cover;
    padding: 0px; }

  .adl-container > .grid {
    padding: 35px 0px; }

  .adl-container .content {
    margin-top: 0px;
    display: block; }

  .down-arrow {
    display: none; }

  .content {
    /*text-shadow: 0px 0px 100px rgba(0, 0, 0, 1);*/ }

  .flex-control-paging {
    position: static;
    width: 100%;
    text-align: center;
    margin: 0px auto; }

  .flex-control-paging li {
    display: inline-block;
    float: none;
    text-align: center; }

  .grid-container {
    background-color: rgba(0, 0, 0, 0.35);
    padding: 25px 0px; }

  .sliding-img .grid-container {
    padding-bottom: 0px;
    background-color: transparent; }

  .sliding-img .grid-container .content span.gray, .sliding-img .grid-container .content-top span.gray {
    color: #4d4d4d !important; }

  .sliding-img .grid-container .mobile img {
    padding-bottom: 0px;
    margin-bottom: -10px; }

  .content span.gray, .content-top span.gray {
    color: white !important; }

  .slide-in {
    display: none; }

  #adl-flexslider {
    height: auto;
    min-height: 0px; }

  #adl-flexslider .slides img {
    width: auto !important;
    max-height: 200px !important;
    display: block;
    margin: 0px auto !important; }

  .slides .content {
    margin-top: 10px; }

  .dev-land-header {
    font-size: 45px;
    line-height: 45px; }

  .mobile img {
    min-width: 100% !important; }

  .adl-container .content-top {
    margin-top: 0vh; }

  .adl-container .wp-video {
    padding: 0px !important;
    max-height: 270px;
    margin: 0px auto;
    max-width: 150px !important;
    width: 150px !important;
    height: 270px !important; }

  .adl-container .mejs-container, .adl-container .mejs-embed, .adl-container .mejs-embed body, .adl-container .wp-video-shortcode, .adl-container .mejs-overlay-play {
    max-height: 270px !important; }

  .mejs-overlay-button {
    top: 20% !important; } }
/* videos */
.adl-container .mejs-container, .adl-container .mejs-embed, .adl-container .mejs-embed body, .adl-container .wp-video-shortcode, .adl-container .mejs-overlay-play {
  height: 100% !important;
  background-color: #d4d4d4 !important;
  background: #d4d4d4 !important;
  max-height: 100%; }

.adl-container .wp-video {
  width: 100% !important;
  background-color: #d4d4d4 !important;
  background: #d4d4d4 !important;
  max-height: 100%;
  padding-right: 15%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.adl-container .mejs-mediaelement {
  position: static; }

.adl-container .mejs-container {
  margin: 0px auto;
  background-color: #d4d4d4 !important;
  background: #d4d4d4 !important; }

.adl-container .mejs-overlay-play, .adl-container .mejs-controls {
  position: static; }

.adl-container .mejs-controls {
  display: none !important; }

.mejs-container {
  background: #d4d4d4; }

div.mejs-poster.mejs-layer {
  max-width: 100%;
  max-height: 100%;
  background-size: cover;
  background-position: center; }

.mejs-poster img {
  width: 100%;
  height: auto !important;
  display: block !important; }

div.mejs-poster.mejs-layer {
  background: #d4d4d4 !important; }

div.mejs-overlay-loading {
  display: none; }

/* ipad */
.iPad .adl-container {
  background-attachment: scroll;
  background-position: center center !important; }

.iPad .adl-container .content-top {
  margin-top: 30px; }

.iPad div.mejs-controls {
  visibility: hidden;
  display: none; }

.iPad .slide-in.has-video {
  /*
  max-height:505px !important;
  height:505px !important;
  width:478px !important;
  */
  min-width: 478px !important;
  overflow: hidden; }

.iPad div.wp-video {
  max-height: 505px !important;
  height: 505px !important;
  width: 469px !important;
  max-width: 469px !important;
  overflow: hidden;
  padding-right: 200px;
  padding-top: 20px;
  right: 0px !important;
  opacity: 1 !important;
  margin-top: -4px;
  border: 0px; }

.iPad .mejs-container .mejs-controls {
  bottom: 28px; }

.safari div#adl-container-1.adl-container.adl-container-1.sliding-img {
  background-color: #dadada !important;
  background: #dadada !important; }

.safari .adl-container .mejs-container, .safari .adl-container .mejs-embed,
.safari .adl-container .mejs-embed body, .safari .adl-container .wp-video-shortcode,
.safari .adl-container .mejs-overlay-play,
.safari .adl-container .wp-video {
  background-color: #dadada !important;
  background: #dadada !important; }

#advcontactbg {
  height: 120px;
  background-color: white;
  opacity: 0.95;
  filter: alpha(opacity=95);
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  text-align: center;
  font-size: 16px;
  display: none; }

#advcontact {
  margin: auto;
  width: 878px; }

#advcontactbg h3 {
  font-size: 45px;
  font-weight: 300;
  color: #e9292e;
  font-family: museo-sans, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 65px; }

#advcontactus {
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: white;
  background-color: #e9292e;
  height: 40px;
  display: inline-block;
  padding: 0 12px 0 12px;
  line-height: 40px;
  margin-left: 45px; }

#advcontactus a {
  color: white;
  text-decoration: none; }

#advcontacttxt {
  padding: 0 25px 0 25px; }

.advbgbg {
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*cursor:pointer; KG */
  position: relative; }

.advbg {
  background-position: center top;
  background-repeat: no-repeat;
  height: 339px;
  max-width: 1130px;
  margin: auto;
  text-align: left;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.advbg img {
  display: block; }

.advbg .advtitle img {
  display: inline; }

.advcnttbl {
  text-align: left;
  /*display: table-cell;*/
  vertical-align: top;
  height: 339px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  width: 100% !important; }

.advcntcell {
  padding-left: 75px;
  /*display: table-cell;*/
  vertical-align: top;
  padding-top: 90px; }

.advtitle {
  padding-bottom: 12px;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  /*cursor:pointer; KG */ }

.advcntcell a {
  font-weight: 500; }

.advtxt {
  line-height: 23px;
  width: 480px; }

.advvisu {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  display: none;
  /* KG */ }

.hide {
  /*display:none; KG */ }

.clear {
  both: clear; }

.advtxtmore {
  line-height: 22px;
  width: 55%; }

.advtxtmore h3 {
  text-transform: uppercase;
  font-size: 22px;
  color: white; }

.advtxtmore ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px; }

.advtxtmore > ul {
  margin-top: 30px; }

.advtxtmore ul.check li {
  display: block;
  width: 100%;
  margin-left: 20px; }

.sliderdescription {
  font-size: 14px;
  line-height: 16px;
  padding-top: 6px;
  position: relative;
  top: -10px;
  /*padding-bottom:10px;*/
  color: #ffffff; }

#sliderdescription {
  margin-top: 20px;
  font-style: italic;
  margin-bottom: 20px;
  color: #ffffff; }

.sliderdescription {
  color: #fff;
  font-size: 16px;
  line-height: 18px; }

.advslidertitle1 {
  /*display:none; KG */ }

.advtxtmore li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 18px;
  padding-bottom: 8px;
  z-index: 3;
  position: relative;
  width: 50%; }

.page-template-page-templatespt-developers_ngen-php .advtxtmore li {
  padding-bottom: 2px; }

.sliderparent {
  /*display:none; KG */ }

.sliderparenttitle {
  cursor: pointer;
  background: url("/wp-content/themes/tapjoy_v2/images/advertisers/solutions2/titlebulletclose.png") 4px 4px no-repeat;
  position: relative;
  left: -30px;
  padding-left: 30px; }

.sliderparentitle_active {
  background: url("/wp-content/themes/tapjoy_v2/images/advertisers/solutions2/titlebulletopen.png") left 10px no-repeat; }

.advtxtmore li a {
  color: #ffffff;
  font-weight: 300; }

.advtxtmore li a:hover {
  color: #ffffff;
  text-decoration: underline !important; }

.advtxtmore li {
  float: left; }

.advredbutton {
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: white;
  background-color: #e9292e;
  height: 40px;
  padding: 0 12px 0 12px;
  line-height: 40px;
  display: inline-block;
  margin-top: 15px; }

.advredbutton a {
  color: white;
  text-transform: uppercase; }

.watchvideo {
  margin-top: 25px; }

.watchvideo a {
  background: url("/wp-content/themes/tapjoy_v2/images/advertisers/solutions2/triangle.gif") right 3px no-repeat;
  padding-right: 17px; }

.advclose {
  position: absolute;
  top: 80px;
  right: 0px;
  /*display:none; KG */
  z-index: 10; }

.advslider {
  position: absolute;
  top: 80px;
  right: 0px;
  width: 300px;
  text-align: center; }

.advsliderimg {
  position: relative;
  top: 45px;
  left: 31px;
  width: 231px;
  height: 405px;
  overflow: hidden; }

.advsliderimg div {
  position: absolute; }

.advsliderdots {
  text-align: center; }

.advsliderdots div {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.advsliderdots div:hover {
  background-color: white; }

.page-template-page-templatespt-developers_ngen-php .advsliderdots div {
  background: url("/wp-content/themes/tapjoy_v2/images/advertisers/solutions2/dotgray-adunits.png") left top no-repeat; }

.advsliderdots div.advactive {
  background-color: white; }

.page-template-page-templatespt-developers_ngen-php .advsliderdots div.advactive {
  background: url("/wp-content/themes/tapjoy_v2/images/advertisers/solutions2/dotred-adunits.png") left top no-repeat; }

.advvisutblpos {
  position: absolute;
  top: 0;
  left: 600px; }

.advvisutbl {
  /*width:600px;*/
  height: 768px;
  text-align: left;
  display: table-cell;
  vertical-align: middle; }

.advvisumore {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.advsamsung {
  background: url("/wp-content/themes/tapjoy_v2/images/advertisers/solutions2/samsung.png");
  width: 293px;
  height: 508px;
  position: relative; }

.advslidertitle {
  font-size: 14px; }

.advslidertitle div {
  /*display:none; KG */ }

.selectresp {
  display: none; }

.advform {
  display: none;
  background: url("/wp-content/themes/tapjoy_v2/images/advertisers/solutions2/contactpopupbg2.png") left top no-repeat;
  /*width:283px;*/
  width: 440px;
  z-index: 2;
  /*height:246px;*/
  min-height: 200px;
  position: relative;
  top: -95px;
  margin-left: 150px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  margin-top: 40px; }

.advform input.text, .advform select.text {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #999;
  border: 1px solid #d6d5d3;
  padding-left: 5px;
  margin-bottom: 10px;
  width: 170px;
  height: 40px; }

.advform select.text {
  padding-top: 5px; }

.advform input.text:focus {
  color: #4a4a4a; }

.advformsubmit {
  background-color: #e9292e;
  margin-left: 60px;
  font-size: 14px;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  color: white;
  width: 110px;
  height: 40px;
  text-transform: uppercase;
  border: 0; }

.advformib1 {
  display: inline-block;
  vertical-align: top;
  padding-right: 15px; }

.advformib2 {
  display: inline-block;
  vertical-align: top; }

.ipad-solutions {
  position: absolute;
  right: 0px;
  background-image: url(/wp-content/themes/tapjoy_v2/images/developers/solutions/ipad.png);
  width: 40%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center; }

.no-show {
  display: none !important; }

@media only screen and (max-width: 999px) {
  .advtxtmore li {
    width: 100%;
    float: none;
    padding-bottom: 5px; }

  .advbg {
    height: auto !important;
    padding-bottom: 30px; }

  .advbgbg {
    min-height: 600px; }

  .advtitle {
    padding-bottom: 5px; } }
@media only screen and (max-width: 767px) {
  #advcontactbg {
    /*display:none; KG */ }

  #advcontact h3 {
    font-size: 25px;
    line-height: 25px;
    padding-top: 4px; }

  #advcontact {
    width: 320px;
    font-size: 13px;
    line-height: 16px; }

  #advcontacttxt span {
    display: block;
    padding-bottom: 8px; }

  #advcontactus {
    margin-left: 0;
    font-size: 14px;
    height: 35px;
    line-height: 35px; }

  .advbg {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

  .advcnttbl {
    height: auto;
    display: block;
    vertical-align: top;
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    margin: auto;
    /*width:310px !important;*/
    font-size: 15px;
    line-height: 26px;
    padding-top: 22px;
    height: auto !important;
    /*text-align:center;*/ }

  .advcntcell {
    padding: 0;
    display: inline-block; }

  .advtitle {
    position: relative;
    left: 0;
    top: 0;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px; }

  .advtitle img {
    /*width:100%;
    max-width:300px;
    margin:auto;*/ }

  .advtxt {
    width: 310px;
    line-height: 18px; }

  .advvisu {
    right: auto;
    width: 100%;
    display: inline-block;
    text-align: center; }

  .advvisu img {
    width: 100%;
    max-width: 300px;
    max-height: 175px;
    margin: auto;
    left: 0px;
    position: relative;
    display: none; }

  .advslider {
    position: static;
    padding-top: 20px;
    padding-left: 8px; }

  .advslider img {
    /*margin:auto;
    max-width:300px;
    max-height:180px;*/ }

  .advtxtmore p {
    font-size: 15px; }

  .advtxtmore li {
    font-size: 18px;
    display: none; }

  .advtxtmore {
    width: 100%; }

  .advvisutblpos {
    position: static;
    left: auto;
    text-align: center; }

  .advvisutbl {
    display: inline-block; }

  .advvisutbl img {
    width: 330px; }

  .advvisutbl {
    height: auto; }

  .advclose {
    position: relative;
    text-align: right;
    left: auto;
    right: 10px;
    top: 10px; }

  .advclose div {
    display: inline-block;
    text-align: right; }

  .selectresp {
    text-align: center;
    display: block; }

  .advtxtmore ul {
    /*display:none; KG */
    margin-top: 30px; }

  .advform {
    position: static;
    margin-top: 10px;
    margin-bottom: 35px;
    margin-left: 0px;
    width: 240px; }

  .advformib1, .advformib2 {
    display: block; }

  .advsamsung {
    height: 325px !important; }

  .advsliderimg {
    position: relative;
    top: 45px;
    left: 31px;
    width: 231px;
    height: 300px;
    overflow: hidden; }

  .advsliderimg div {
    position: absolute;
    right: 0;
    left: 0; }

  .advslider img {
    max-height: 300px;
    display: block;
    margin: 0 auto; }

  .ipad-bg-container .advcntcell {
    width: 70%; }

  .advheader {
    background-size: cover !important; } }
/* Targeting solutions */
.adv_targeting-solutions-2 {
  /*color:white;*/ }

.adv_targeting-solutions-2 #advbgbg {
  height: auto;
  margin: auto;
  	             /*max-width:1492px;
  min-height:768px;*/
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/ }

.adv_targeting-solutions-2 #advbg {
  margin: auto;
  height: auto;
  	             /*min-height:768px;
  padding-top:135px;*/
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/ }

.adv_targeting-solutions-2 .content h2, .adv_targeting-solutions-2 .advtitle {
  /*color:white;*/
  font-weight: 300; }

h2 {
  font-weight: 300; }

.adv_targeting-solutions-2 .content p {
  /*color:white;*/ }

.page-template-page-templatespt-developers_ngen-php .adv_targeting-solutions-2 .content p {
  color: white; }

.adv_targeting-solutions-2 .content {
  /*color:white;*/ }

.adv_targeting-solutions-2 .content ul {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 30px; }

.adv_targeting-solutions-2 .content li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300; }

.adv_targeting-solutions-2 .content li a {
  font-weight: 300; }

.page-template-page-templatespt-developers_ngen-php .adv_targeting-solutions-2 .content li a {
  color: white; }

.adv_targeting-solutions-2 .content li a:hover, .adv_targeting-solutions-2 .content li a.active {
  color: #ffffff;
  text-decoration: underline; }

.adv_targeting-solutions-2 .advbg img {
  display: inline;
  max-width: 340px; }

.adv_targeting-solutions-2 .advvisu img {
  display: block;
  max-width: initial; }

.adv_targeting-solutions-2 .content h3 {
  text-transform: uppercase;
  font-size: 16px; }

.page-template-page-templatespt-developers_ngen-php .adv_targeting-solutions-2 .content h3 {
  color: white; }

.advtsubcnt {
  padding-top: 25px; }

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

.adv_targeting-solutions-2 .advform {
  margin-left: 150px; }

.targeting-solutions-2-open {
  padding-top: 100px; }

.threephones {
  width: 100%;
  height: auto; }

.advheadertbl {
  display: inline-table;
  height: 600px; }

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

.advvisutblpos {
  display: none !important; }

@media only screen and (max-width: 767px) {
  .threephones {
    width: 200px;
    margin: auto;
    display: inline;
    text-align: center; }

  .advheadercell {
    display: block; }

  .advheadertbl {
    height: auto;
    margin: auto;
    text-align: center;
    display: block; }

  .advheader {
    height: auto !important;
    text-align: center;
    padding: 30px 0;
    position: relative; }

  .advheader * {
    color: white !important; }

  .advheader:before {
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0; }

  .targeting-solutions-2-open {
    padding-top: 10px; }

  .adv_targeting-solutions-2 #advbg {
    padding-top: 10px; }

  .adv_targeting-solutions-2 .content h2 {
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 26px; }

  .adv_targeting-solutions-2 .advbg {
    width: 100%;
    /*height:auto;*/ }

  /*@media only screen and (max-width: 568px) {*/
  .selectresp {
    /*display:none;*/ }

  #ultargeting {
    display: none; }

  .btCTA {
    text-align: center;
    padding-top: 15px; } }
.page-id-10205 .advtitle {
  color: white; }

body.page-id-10205 {
  color: white; }

.page-id-10205 .advtxtmore li a {
  color: white; }

.page-id-10205 .advtxtmore li a {
  color: #fff; }

.page-id-10205 .adv_targeting-solutions-2 .content h3 {
  font-size: 18px; }

.page-id-10205 .advtsubcnt p {
  font-size: 18px; }

ul.check {
  padding-top: 10px !important; }

ul.check li:last-child {
  margin-bottom: 15px !important; }

ul.check li {
  padding-left: 30px;
  background: url("/wp-content/themes/tapjoy_v2/images/advertisers/solutions2/checkmark.png") left 1px no-repeat; }

.advheader {
  height: 600px;
  width: 100%;
  position: relative;
  background-size: 1800px;
  background-repeat: no-repeat;
  background-position: bottom right; }

.advheader.dev-page {
  background-size: cover;
  background-position: center; }

.advheaderdarrow {
  position: absolute;
  bottom: 35px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: white;
  font-weight: 100;
  height: 45px;
  background: url("/wp-content/themes/tapjoy_v2/images/developers/landing/arrowbottom.png") center bottom no-repeat;
  cursor: pointer;
  z-index: 10; }

.advheaderdarrow.white {
  background: url("/wp-content/themes/tapjoy_v2/images/advertisers/solutions/arrowbottom-white.png") center bottom no-repeat; }

.white p {
  color: #ffffff; }

/** Advertisers **/
.pt-rt-container .hero-wrapper {
  min-height: 400px;
  background-color: #e9292e;
  background-image: url(/wp-content/themes/tapjoy_v2/images/resources/hero.jpg);
  background-size: cover;
  background-position: center; }
  @media (max-width: 768px) {
    .pt-rt-container .hero-wrapper {
      min-height: 250px; } }
  .pt-rt-container .hero-wrapper div {
    width: 100%;
    max-width: 750px;
    margin-top: 60px; }
    .pt-rt-container .hero-wrapper div h1 {
      max-width: 700px;
      width: 100%;
      padding: 0 5%;
      margin: 0px auto;
      text-align: center; }
      @media (max-width: 768px) {
        .pt-rt-container .hero-wrapper div h1 {
          font-size: 30px;
          line-height: 1.1em;
          margin-bottom: 10px; } }
    .pt-rt-container .hero-wrapper div h3, .pt-rt-container .hero-wrapper div p {
      font-size: 22px;
      line-height: 1.3em;
      max-width: 750px;
      width: 100%;
      padding: 0 5%;
      margin: 0px auto;
      text-align: center; }
      @media (max-width: 768px) {
        .pt-rt-container .hero-wrapper div h3, .pt-rt-container .hero-wrapper div p {
          font-size: 20px; } }
.pt-rt-container .rt-wrapper {
  max-width: 1180px;
  padding: 0 20px;
  width: 100%;
  margin: 40px auto; }
  @media (max-width: 768px) {
    .pt-rt-container .rt-wrapper .rt-cat-wrapper {
      display: block;
      max-width: 300px;
      margin: 40px auto; } }
  .pt-rt-container .rt-wrapper .rt-cat-wrapper .rt-cat {
    flex-grow: 1;
    width: 100%;
    border: 1px solid;
    padding: 20px;
    margin: 0px 7.5px;
    text-align: center;
    cursor: pointer;
    transition: all .3s linear;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .pt-rt-container .rt-wrapper .rt-cat-wrapper .rt-cat {
        margin: 10px auto;
        padding: 12px; } }
    .pt-rt-container .rt-wrapper .rt-cat-wrapper .rt-cat.active {
      font-weight: 500;
      text-decoration: underline;
      cursor: default; }
    .pt-rt-container .rt-wrapper .rt-cat-wrapper .rt-cat:not(.active):hover {
      font-weight: 500;
      text-decoration: none;
      color: white !important; }
      .pt-rt-container .rt-wrapper .rt-cat-wrapper .rt-cat:not(.active):hover.border-red {
        background-color: #e9292e; }
      .pt-rt-container .rt-wrapper .rt-cat-wrapper .rt-cat:not(.active):hover.border-darkRed {
        background-color: #af1f22; }
      .pt-rt-container .rt-wrapper .rt-cat-wrapper .rt-cat:not(.active):hover.border-darkBlue {
        background-color: #004968; }
      .pt-rt-container .rt-wrapper .rt-cat-wrapper .rt-cat:not(.active):hover.border-blue {
        background-color: #0093d0; }
      .pt-rt-container .rt-wrapper .rt-cat-wrapper .rt-cat:not(.active):hover.border-teal {
        background-color: #00b09b; }
      .pt-rt-container .rt-wrapper .rt-cat-wrapper .rt-cat:not(.active):hover.border-darkTeal {
        background-color: #004968; }
      .pt-rt-container .rt-wrapper .rt-cat-wrapper .rt-cat:not(.active):hover.border-gold {
        background-color: #eeb111; }
      .pt-rt-container .rt-wrapper .rt-cat-wrapper .rt-cat:not(.active):hover.border-darkGold {
        background-color: #b2850d; }
      .pt-rt-container .rt-wrapper .rt-cat-wrapper .rt-cat:not(.active):hover.border-gray {
        background-color: #4a4a4a;
        border-color: #4a4a4a; }
    .pt-rt-container .rt-wrapper .rt-cat-wrapper .rt-cat:first-child {
      margin-left: 0px; }
    .pt-rt-container .rt-wrapper .rt-cat-wrapper .rt-cat:last-child {
      margin-right: 0px; }
  .pt-rt-container .rt-wrapper .rt-tool-wrapper {
    margin-top: 40px;
    margin-left: -10px; }
    @media (max-width: 768px) {
      .pt-rt-container .rt-wrapper .rt-tool-wrapper {
        display: block; } }
    .pt-rt-container .rt-wrapper .rt-tool-wrapper a.rt-single {
      width: calc(33.33333% - 10px);
      margin-bottom: 15px;
      margin-top: 275px;
      position: relative;
      border-bottom: 5px solid;
      margin-left: 10px; }
      @media (max-width: 1140px) {
        .pt-rt-container .rt-wrapper .rt-tool-wrapper a.rt-single {
          margin-top: 200px;
          display: block; } }
      @media (max-width: 768px) {
        .pt-rt-container .rt-wrapper .rt-tool-wrapper a.rt-single {
          width: 100%;
          margin-right: auto !important;
          margin-left: auto !important;
          max-width: 250px;
          margin-top: 50px; } }
      .pt-rt-container .rt-wrapper .rt-tool-wrapper a.rt-single .rt-thumb {
        background-color: #ededed;
        height: 275px;
        position: absolute;
        bottom: 100%;
        left: 0px;
        right: 0px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        @media (max-width: 1140px) {
          .pt-rt-container .rt-wrapper .rt-tool-wrapper a.rt-single .rt-thumb {
            height: 200px; } }
        @media (max-width: 768px) {
          .pt-rt-container .rt-wrapper .rt-tool-wrapper a.rt-single .rt-thumb {
            position: static; } }
      .pt-rt-container .rt-wrapper .rt-tool-wrapper a.rt-single .rt-content {
        border-top: 1px solid #ededed;
        border-left: 1px solid #ededed;
        border-right: 1px solid #ededed;
        background-color: #FFFFFF;
        padding: 15px 15px 40px 15px;
        width: 100%;
        min-height: 110px;
        position: relative; }
        .pt-rt-container .rt-wrapper .rt-tool-wrapper a.rt-single .rt-content .rt-title {
          text-transform: uppercase;
          font-size: 22px;
          line-height: 1.2em;
          color: #4a4a4a; }
        .pt-rt-container .rt-wrapper .rt-tool-wrapper a.rt-single .rt-content .rt-action {
          position: absolute;
          bottom: 8px;
          right: 10px;
          color: #4a4a4a;
          font-size: 14px;
          text-transform: uppercase; }
          .pt-rt-container .rt-wrapper .rt-tool-wrapper a.rt-single .rt-content .rt-action svg {
            width: 25px;
            height: 25px;
            float: right;
            margin-left: 6px;
            margin-top: -2px; }
            .pt-rt-container .rt-wrapper .rt-tool-wrapper a.rt-single .rt-content .rt-action svg .link, .pt-rt-container .rt-wrapper .rt-tool-wrapper a.rt-single .rt-content .rt-action svg .gated, .pt-rt-container .rt-wrapper .rt-tool-wrapper a.rt-single .rt-content .rt-action svg .dl, .pt-rt-container .rt-wrapper .rt-tool-wrapper a.rt-single .rt-content .rt-action svg .video {
              display: none; }
            .pt-rt-container .rt-wrapper .rt-tool-wrapper a.rt-single .rt-content .rt-action svg.link .link {
              display: block; }
            .pt-rt-container .rt-wrapper .rt-tool-wrapper a.rt-single .rt-content .rt-action svg.gated .gated {
              display: block; }
            .pt-rt-container .rt-wrapper .rt-tool-wrapper a.rt-single .rt-content .rt-action svg.dl .dl {
              display: block; }
            .pt-rt-container .rt-wrapper .rt-tool-wrapper a.rt-single .rt-content .rt-action svg.video .video {
              display: block; }

/** Developers **/
.page-template-page-templatespt-developers_resources-php .resbg {
  background: #666666;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #666666 0%, #131313 93%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #666666), color-stop(93%, #131313));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #666666 0%, #131313 93%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #666666 0%, #131313 93%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #666666 0%, #131313 93%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #666666 0%, #131313 93%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#131313',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  min-height: 417px; }

.page-template-page-templatespt-developers_resources-php .resbg.grid {
  background: none;
  min-height: 0px; }
  .page-template-page-templatespt-developers_resources-php .resbg.grid .content {
    padding-top: 147px; }
    .page-template-page-templatespt-developers_resources-php .resbg.grid .content img {
      margin-bottom: -5px; }

.page-template-page-templatespt-developers_resources-php .resbg h2 {
  color: #e9292e;
  text-align: left;
  padding-top: 50px;
  line-height: 40px; }

.page-template-page-templatespt-developers_resources-php .resbg h3 {
  font-size: 18px;
  text-align: left;
  font-weight: 300;
  color: white; }

.page-template-page-templatespt-developers_resources-php .downloadswrap {
  padding-top: 40px;
  padding-bottom: 50px; }

.page-template-page-templatespt-developers_resources-php .downloadswrap p {
  font-size: 18px;
  line-height: 24px; }

.page-template-page-templatespt-developers_resources-php .doc {
  padding-top: 15px;
  padding-bottom: 3px; }

.page-template-page-templatespt-developers_resources-php .doc h2 {
  color: white;
  padding-top: 15px; }

.page-template-page-templatespt-developers_resources-php .casewrap {
  background-color: #e6e6e6;
  padding-top: 45px;
  padding-bottom: 50px; }

.kc {
  color: #4a4a4a;
  text-transform: uppercase;
  background: url("/wp-content/themes/tapjoy_v2/images/developers/resources2/Knowledge-Center-Icon.png") left top no-repeat;
  padding-left: 87px;
  min-height: 68px;
  padding-top: 12px; }
  @media (max-width: 768px) {
    .kc {
      font-size: 30px;
      line-height: 35px;
      padding-top: 2px; } }

.eb {
  color: #4a4a4a;
  text-transform: uppercase;
  background: url("/wp-content/themes/tapjoy_v2/images/developers/resources2/Engineering-Blog-Icon.png") left top no-repeat;
  padding-left: 87px;
  height: 68px;
  padding-top: 12px; }
  @media (max-width: 768px) {
    .eb {
      font-size: 30px;
      line-height: 35px;
      padding-top: 2px; } }

@media only screen and (max-width: 767px) {
  .page-template-page-templatespt-developers_resources-php .resbg.grid .content {
    padding-top: 0px; }

  .page-template-page-templatespt-developers_resources-php .resbgext {
    /*background-image: none;*/ }

  .resbgext .align-right {
    text-align: left;
    padding-top: 25px !important;
    width: 150px;
    float: left;
    display: none; }

  .resbgext .align-right img {
    width: 100%;
    height: auto; }

  .page-template-page-templatespt-developers_resources-php .resbg {
    min-height: 150px; }

  #devres {
    height: auto; } }
/* Gated Media Kit */
.gate_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 2147483641;
  filter: Alpha(Opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70; }

.gate_popup {
  position: absolute;
  top: 100px;
  z-index: 2147483642;
  width: 468px;
  margin: auto;
  left: 50%;
  margin-left: -250px;
  border: 1px solid #e1e1e1;
  background: white;
  height: auto;
  padding: 25px;
  padding-right: 0;
  text-align: left;
  margin-top: -30px; }

#gform_wrapper_6 .validation_error {
  display: none; }

#gform_wrapper_6 .gfield_required {
  display: none; }

#gform_wrapper_6 .gfield_error .validation_message {
  color: #e9292e;
  font-weight: 14px;
  font-size: 14px;
  position: absolute;
  bottom: -15px;
  text-align: right;
  width: 100%;
  right: 15px; }

#gform_wrapper_6 {
  padding-top: 15px; }

#gform_wrapper_6 .gform_title {
  display: none; }

#gform_wrapper_6 ul {
  margin: 0;
  padding: 0; }

#gform_wrapper_6 li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  padding-right: 15px;
  padding-bottom: 8px;
  position: relative;
  margin-bottom: 10px; }

.gfield_required {
  color: red; }

body #gform_wrapper_6 .gform_body .gform_fields .gfield input[type="text"] {
  margin-top: 3px;
  font-size: 16px;
  width: 200px;
  height: 35px;
  padding-left: 5px; }

body #gform_wrapper_6 .gform_body .gform_fields .gfield input[type="checkbox"] {
  margin-right: 10px; }

body #gform_wrapper_6 .gform_body .gform_fields .gfield select {
  margin-top: 3px;
  height: 35px;
  padding-top: 4px; }

#gform_wrapper_6 #field_6_6 {
  display: none; }

#gform_wrapper_6 #field_6_6 .ginput_container {
  padding-top: 4px; }

#gform_wrapper_6 #choice_6_0, #gform_wrapper_6 #choice_6_1 {
  margin-right: 5px; }

body .gform_wrapper .gform_footer {
  padding-top: 20px;
  clear: both; }

body .gform_wrapper .gform_footer input[type="submit"] {
  margin-top: 0px;
  margin-left: 6px;
  display: block; }

#gform_wrapper_6 select {
  color: #4A4A4A;
  font-family: museo-sans,sans-serif;
  font-weight: 300; }

#gform_wrapper_6 li#field_6_6 {
  padding-top: 10px; }

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important; }

.button {
  background-image: none !important;
  border-radius: 0;
  background-color: #e9292e;
  box-shadow: none;
  padding: 10px 35px 10px 0px;
  line-height: normal; }

.button:hover {
  background-color: #e9292e; }

body .gform_wrapper .gform_footer input[type="submit"] {
  padding-left: 35px;
  float: left; }

.gform_ajax_spinner {
  float: left;
  padding-top: 10px;
  padding-left: 10px; }

@media only screen and (max-width: 767px) {
  .gate_popup {
    width: 100%;
    left: 0;
    margin-left: 0; }

  .gate_popup {
    width: 90%;
    left: 0;
    right: 0;
    margin: 5% auto;
    position: absolute;
    padding: 5%;
    max-width: 300px; }

  #gform_wrapper_6 li {
    width: 100%;
    padding: 0px; }

  body #gform_wrapper_6 .gform_body .gform_fields .gfield input[type="text"] {
    padding-left: 5%;
    width: 100%; }

  body .gform_wrapper .gform_footer input[type="submit"] {
    float: none; }

  body .gform_wrapper .gform_footer {
    margin: 0px;
    padding: 0px;
    margin-top: 20px; }

  #gform_wrapper_6 li {
    float: none; } }
#globalModalCover {
  position: absolute;
  z-index: 5000;
  /* must be higher than the details container */
  width: 100%;
  background: url(/wp-content/themes/tapjoy_v2/images/about_us/transW50.png);
  cursor: pointer;
  display: none; }

/************************************************************************************
HERO INTRO SECTiON
*************************************************************************************/
/* org */
#heroContainerHolder {
  position: relative;
  width: 100%;
  min-height: 428px;
  background-image: url(/wp-content/themes/tapjoy_v2/images/about_us/heroImage.jpg);
  background-color: #00b09b;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  #heroContainerHolder .grid {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    overflow: visible; }
    #heroContainerHolder .grid h1 {
      padding-top: 60px;
      text-shadow: 0 0 50px #050505; }

#heroImage {
  float: right;
  /* min-height:428px; */
  min-width: 1727px; }

/************************************************************************************
THE HEADER COPY SECTiON
*************************************************************************************/
#subSection {
    /*
	padding-left: 5.1%;
	padding-right: 5.1%;
	*/
  max-width: 1130px;
  margin: 0 auto; }

#mainIntroCopy {
  position: relative;
  width: 100%;
  min-height: 400px;
  overflow: auto;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 30px; }

#mainIntroCopy p:first-child {
  font-size: 18px;
  line-height: 21px; }

#mainIntroCopy p:nth-child(2) {
  font-size: 18px;
  line-height: 21px; }

#mainIntroCopy .numberWell {
  float: left;
  width: 35%; }

#mainIntroCopy .copyWell {
  float: right;
  width: 60%; }

/************************************************************************************
NUMBERS SECTiON
*************************************************************************************/
#centerNumbers {
  position: relative;
  font-size: .875em;
  overflow: hidden;
  text-align: center; }

#centerNumbers .numbersTitle {
  font-weight: 300;
  font-size: 3.6875em;
  color: #1fb79d;
  line-height: 1em; }

@media only screen and (max-width: 767px) and (min-width: 568px) {
  #centerNumbers .numbersTitle {
    font-size: 35px; } }
#centerNumbers .numbersCopy {
  text-transform: uppercase;
  min-height: 40px; }

#centerNumbers .boxAll {
  display: inline-block;
  /*width:220px;*/
  width: 100%;
  margin: 0 auto;
  text-align: center; }

#centerNumbers .boxC {
  /* margin:0 10%; */
  margin-top: 40px;
  margin-bottom: 40px; }

/************************************************************************************
QUOTE SECTiON
*************************************************************************************/
#quoteContainer {
  position: relative;
  overflow: auto;
  width: 100%;
  margin-top: 40px; }

#quoteText {
  font-weight: 100;
  float: left;
  width: 57%;
  font-size: 1.875em;
  line-height: 1.2em; }

#quoteTextIcon {
  float: left;
  text-align: right;
  width: 8%;
  max-width: 42px;
  /* the img size */ }

#quoteTextCopy {
  float: right;
  width: 90%;
  margin-bottom: 10px; }

#quoteSideImage {
  float: right;
  width: 40%;
  max-width: 450px; }

#quoteCloseCont {
  position: absolute;
  display: inline; }

#quoteSrcPubIcon {
  float: right; }

/************************************************************************************
EX TEAM SECTiON
*************************************************************************************/
#exTeamContainer {
  position: relative;
  width: 100%;
  /* margin-top: 40px; */
  margin-top: 60px; }

#exTeamContainerRows {
  position: relative;
  width: 100%;
  /* overflow: auto; */ }

#exTeamRowOne {
  position: relative;
  width: 100%;
  overflow: auto; }

#exTeamRowTwo {
  position: relative;
  width: 100%;
  overflow: auto;
  margin-bottom: 15px; }

#exTeamRowThree {
  position: relative;
  width: 100%;
  overflow: auto; }

.exTeamMember {
  float: left;
  width: 23.125%;
  margin-right: 2.5%;
  /* margin-bottom:2%; */
  /* overflow: auto; */
  cursor: pointer;
  margin-bottom: 15px; }

#exTeamRowOne .titleContainer .smDisplayOverLay {
  top: 0;
  background: none; }

.smDisplayOverLay {
  position: absolute;
  z-index: 100;
  width: 100%;
  bottom: 6px;
  background: rgba(0, 0, 0, 0.5);
  min-height: 85px;
  padding: 10px; }

.exTeamMemberInnerBox {
  position: relative; }
  .exTeamMemberInnerBox img {
    max-width: 100%;
    margin: 0;
    padding: 0; }

.smDisplayOverLayInner {
  position: absolute;
  height: 65px;
  margin-top: 5px; }

.smDisplayOverLayInnerName {
  position: relative;
  color: #fff;
  font-size: 22px;
  margin-bottom: 5px; }

.smDisplayOverLayInnerTitle {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 16px; }

@media only screen and (max-width: 767px) {
  .smDisplayOverLayInnerName {
    font-size: 14px; }

  .smDisplayOverLay {
    min-height: 35px; }

  .smDisplayOverLayInnerTitle {
    display: none; } }
.exTeamMember .empty {
  position: absolute;
  z-index: 2;
  /* top:35%; */
  top: 110px;
  margin-left: 13px;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase; }

@media only screen and (max-width: 767px) {
  .exTeamMember .empty {
    display: block;
    top: 35%;
    font-size: 20px; } }
#exTeamRowTwo .exTeamMember {
  margin-bottom: 0; }

.exTeamMember:last-child {
  margin-right: 0; }

#hoverMe {
  position: absolute;
  z-index: 2;
  background: #e92a2f;
  cursor: pointer;
  color: #fff;
  opacity: .75; }

#hoverMeCopy {
  overflow: auto;
  width: 100%;
  margin-left: 10%; }

#hoverMeName {
  position: absolute;
  font-weight: 300;
  top: 40%; }

#hoverMeTitle {
  position: absolute;
  top: 50%; }

#closeMe {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer; }

.clickOff {
  cursor: default; }

#details {
  position: absolute;
  z-index: 5001;
  /* must be higher than the globalModalCover container */
  width: 100%;
  top: 0;
  font-weight: 500;
  /* background: url('images/about_us/transW50.png'); */
  cursor: pointer;
  display: none; }

.exTeamMemberDetails {
  display: none; }

#detailsInner {
  position: absolute;
  width: 80%;
  margin-top: 4%;
  margin-left: 10%;
  background: #fff;
  border: solid #d6d5d3 1px; }

#detailsInnerInner {
  margin-top: 4%;
  height: 90%; }

#detailsInnerInnerImg {
  float: left;
  width: 36%;
  max-width: 500px;
  margin-left: 4%;
  margin-bottom: 4%;
  margin-right: 25px; }
  #detailsInnerInnerImg img {
    max-width: 100%; }

#detailsInnerInnerCopy {
  float: left;
  width: 52%;
  padding-right: 2.5%;
  height: 100%;
  overflow: auto; }

#hoverMeCopyContentName {
  font-size: 22px;
  line-height: 28px; }

#hoverMeCopyContentTitle {
  margin-bottom: 20px; }

#hoverMeCopyContentDetails {
  height: 75%;
  padding-right: 10px;
  overflow: auto;
  padding-bottom: 30px; }

/************************************************************************************
BOARD TEAM SECTiON
*************************************************************************************/
#hoverBoardContainer {
  position: absolute;
  z-index: 200;
  width: 24%;
  max-width: 220px;
  cursor: pointer;
  display: none; }

#boardImgCont {
  position: relative;
  width: 100%; }

#hoverBoard {
  position: relative;
  background: #fff;
  color: #000;
  width: 100%;
  border: solid #d6d5d3 1px;
  min-height: 80px; }

#hoverBoardName {
  margin: 13px 13px 0 13px; }

#hoverBoardTitle {
  margin: 5px 13px 13px 13px; }

#hoverBoardArrow {
  position: relative;
  width: 100%;
  /* padding:0 8px; */
  margin: 0;
  margin-top: -6px;
  text-align: center; }

#boardTeamContainer {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px; }

#boardTeamRowOne {
  width: 100%;
  overflow: auto; }

#boardImgCont {
  width: 100%; }

.boardTeamMember {
  float: left;
  width: 13%;
  margin-right: 1.5%;
  margin-bottom: 2%; }

.boardTeamMember:last-child {
  margin-right: 0; }

#hoverBoardName {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px; }

#hoverBoardTitle {
  font-size: 14px;
  line-height: 16px; }

/************************************************************************************
OFFICE MAP SECTiON
*************************************************************************************/
#mapContainer {
  width: 100%; }

#mapContainer ul,
input,
select {
  margin: 0;
  padding: 0; }

#mapContainer h4 {
  font-family: museo-sans, sans-serif;
  font-weight: 500; }

#mapContainer a {
  text-decoration: none; }

#mapContainer a:hover {
  color: red; }

.mapActive {
  color: red; }

#mapLocations {
  float: left;
  width: 12.5%;
  line-height: 1.5em; }

#mapFrameContainer {
  float: right;
  width: 85%; }

.mapFrame {
  width: 99.9%;
  height: 370px; }

.contactUsNew {
  display: none; }

/************************************************************************************
API MAP SECTiON
*************************************************************************************/
/* contacts page */
.contact {
  max-width: 1130px;
  width: 100%;
  margin: 0px auto;
  margin-top: 20px; }

.contact .row {
  margin-bottom: 60px; }

.contact .map .marker {
  background: #e9292e;
  padding: 20px;
  color: white;
  line-height: 20px;
  text-align: left; }

.contact .map .marker:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #e9292e transparent transparent transparent;
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -15px; }

.contact .map .marker h4 {
  text-transform: uppercase;
  color: white;
  margin-bottom: 10px; }

.contact .map .marker p {
  color: white;
  line-height: 20px; }

.contact .map .marker .col {
  width: 100%;
  margin-right: 10px; }

.contact .map .marker .col.last {
  margin-right: 0; }

.contact .map .marker .col a {
  text-decoration: none;
  color: white;
  font-family: museo-sans, sans-serif;
  font-size: 14px; }

.contact .map .marker .col a:hover {
  text-decoration: underline;
  color: white; }

.contact .buttons {
  margin-bottom: 10px; }

.contact .buttons a {
  text-decoration: none;
  color: #8e727c;
  font-size: 1.3125em;
  padding: 0px;
  border: solid 0px #8e727c;
  margin-right: 35px; }

.contact .buttons a.selected {
  background: white;
  border: solid 0px #ec34a1;
  color: #ec34a1; }

.contact.container .map {
  width: 99.8%;
  height: 500px;
  border: solid 1px #d8d8d8; }
  @media (max-width: 768px) {
    .contact.container .map {
      width: 80%;
      margin: 0px auto;
      height: 350px; } }

.map img {
  max-width: none; }

.contact .map .gm-style-iw + div {
  margin-top: 10px;
  margin-right: 25px; }

.map .gm-style > div:first-child > div:nth-of-type(3) > div:last-child > div > div:first-child {
  visibility: hidden; }

/************************************************************************************
FOOTER SECTiON
*************************************************************************************/
#footer {
  background: #3b3b3b;
  width: 100%;
  overflow: auto; }

#footer .inner {
  padding-left: 5.1%;
  padding-right: 5.1%;
  max-width: 1030px;
  margin: 0 auto; }

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
@media screen and (min-width: 1131px) {
  #heroTextContainer {
    margin-left: 0;
    margin: 0 auto; } }
@media screen and (max-width: 568px) {
  #heroText {
    font-size: 1.3em;
    line-height: 1.25em;
    font-weight: 300; }

  #heroContainer {
    min-height: 170px; }

  #heroTextCover {
    display: block; }

  #heroTextContainer {
    margin-left: 20px; }

  #heroImage {
    min-width: 680px; }

  #subSection {
    padding-left: 0;
    padding-right: 0; }

  /* intro copy section  with numbers ***************************************** */
  #mainIntroCopy {
    margin-top: 0px;
    margin-bottom: 0px; }

  #mainIntroCopy p:first-child {
    font-size: 1.2em;
    /* 22px */
    line-height: 1.5em; }

  #mainIntroCopy p:nth-child(2) {
    font-size: 1.125em;
    line-height: 1.4em; }

  #mainIntroCopy .numberWell {
    clear: both;
    width: 100%; }

  #mainIntroCopy .copyWell {
    clear: both;
    width: 100%; }

  #centerNumbers .boxC {
    margin-top: 20px;
    margin-bottom: 20px; }

  #centerNumbers {
    margin-top: 10px;
    margin-bottom: 50px; }

  #quoteContainer {
    margin-top: -20px; }

  #quoteText {
    font-size: 1.1em;
    width: 100%; }

  #quoteSideImage {
    width: 100%;
    margin-bottom: 20px;
    max-width: 568px; }

  /* executive section ***************************************** */
  #exTeamContainer {
    margin-top: 30px; }

  .exTeamMember .empty {
    position: absolute;
    /* top:18%; */
    top: 40%;
    font-size: 22px;
    line-height: 28px;
    display: block; }

  #hoverMe {
    display: none; }

  #exTeamRowTwo {
    /* margin-top: -6px; */ }

  .exTeamMember {
    width: 47.5%;
    margin-right: 2.5%; }

  .smDisplayOverLay {
    min-height: 50px;
    bottom: 6px; }

  #hoverMe {
    display: none; }

  .smDisplayOverLay {
    overflow: hidden; }

  .exTeamMember:nth-child(even) {
    margin-right: 0;
    float: right; }

  #exTeamRowTwo .exTeamMember:nth-last-child(2) {
    margin-top: 12px; }

  #exTeamRowTwo .exTeamMember:nth-last-child(1) {
    margin-top: 12px; }

  /*
  	#exTeamRowOne .exTeamMember:nth-child(4){
  		margin-top:-6px;
  	}
  	
  	#exTeamRowTwo .exTeamMember:nth-child(3){
  		margin-top:12px;
  	}
  	*/
  .smDisplayOverLay {
    min-height: 30px;
    bottom: 4px; }

  .smDisplayOverLayInner {
    min-height: 0;
    height: auto;
    margin-top: -3px; }

  .smDisplayOverLayInnerName {
    font-size: .8em; }

  .smDisplayOverLayInnerTitle {
    display: none; }

  #hoverMeName,
  #hoverMeTitle {
    font-size: .8em;
    width: 80%; }

  #details {
    background: none; }

  #detailsInner {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    overflow: auto; }

  #detailsInnerInnerImg {
    clear: both;
    width: 90%;
    margin: 4% 4% 10px 4%; }

  #detailsInnerInnerCopy {
    clear: both;
    width: 90%;
    margin: 0 4% 0 4%;
    height: 100%; }

  #closeMe {
    /* display:none; */
    position: relative;
    text-align: right; }

  /* boardteam section ***************************************** */
  .boardTeamMember {
    width: 47.5%;
    margin-right: 2.5%; }

  .boardTeamMember:nth-child(odd) {
    float: right;
    margin-right: 0; }

  .boardTeamMember:last-child {
    float: left; }

  #hoverBoardContainer {
    width: 70%; }

  /* map section ***************************************** */
  #mapContainer {
    margin-bottom: 0px;
    overflow: none; }

  #mapLocations {
    clear: both; }

  .contact .map {
    height: 300px; }

  .contact {
    clear: both;
    width: 100%;
    margin-top: 20px; }

  .contactUsNew {
    display: block; } }
#playVideo {
  cursor: pointer; }

#overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.8;
  display: none;
  top: 0px;
  z-index: 99999; }

#overlay-video {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  margin-left: -210px;
  margin-top: -157px;
  z-index: 999999; }
  @media (max-width: 768px) {
    #overlay-video {
      width: 90% !important;
      margin-left: -45% !important;
      margin-top: -100px !important;
      height: 200px !important; } }

.wrapper.content-wrapper.newsroom {
  padding-top: 60px; }

.years {
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 34px; }

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

.hero-area .flex-container {
  margin-bottom: 65px; }

article.featured-post {
  margin-top: 0;
  margin-bottom: 50px; }

article.featured-post li {
  list-style-type: disc;
  line-height: 1.3em; }

article.featured-post ul {
  margin-bottom: 40px; }

article.featured-post h3 {
  font-size: 18px; }

article.featured-post p {
  line-height: 24px; }

ul.months, ul.posts {
  margin: 0;
  padding: 0; }

ul.months li, ul.posts li {
  margin-bottom: 15px; }

span.newsDate {
  font-size: 16px;
  line-height: 16px;
  display: block;
  color: #5b5b5b;
  margin-bottom: 5px; }

.press .newsArticleTitle {
  color: #e9292e;
  border: none; }

div.newsArticleWidget.pressbox {
  margin-top: 51px; }

.news1 {
  float: left;
  min-height: 250px; }
  .news1 img {
    margin-right: 20px; }

div#ajaxresults {
  margin-top: 20px; }

div#ajaxresults h2 {
  margin-bottom: 10px; }

h3.press_release {
  font-size: 32px; }

div.month_title h3 {
  border-bottom: 1px solid;
  margin-bottom: 10px; }

select#archive-dropdown {
  float: right;
  height: 50px;
  background: transparent;
  border-radius: 0px;
  border: 1px solid #E3E3E3;
  margin-top: -40px; }

.media-library {
  padding-top: 60px; }

.wrapper.content-wrapper.basic {
  padding-top: 60px; }
  .wrapper.content-wrapper.basic h2:not(.entry-heading) {
    font-size: 22px;
    line-height: 28px; }

.myPrivacyInput {
  height: 40px;
  margin: 40px 10px 40px 20px; }

.intro-content.basic {
  text-align: left;
  margin-bottom: 150px; }

.intro-content.basic h2 {
  margin: 30px 0; }

.intro-content.basic .nomarker h3 {
  margin: 0 0 30px; }

ul.nomarker > li, ol.nomarker > li {
  list-style-type: none;
  padding-top: 10px; }

div.intro-content.basic > ul.nomarker {
  padding-left: 0;
  padding-top: 20px; }

div.privacy p {
  margin: 0 0 2em; }

div.privacy > ul.nomarker {
  padding-left: 0; }

.myPrivacyButton {
  text-transform: none;
  font-size: 26.28px;
  border: 0 none;
  height: 40px;
  color: #FFFFFF;
  background-color: #E9292E;
  vertical-align: top;
  margin: 40px 0; }

.product-gallery {
  background-color: #000000;
  padding-bottom: 0px; }
  .product-gallery .product-gallery-hero {
    background-image: url(/wp-content/themes/tapjoy_v2/images/info/product-gallery/product-gallery-hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 125px 0; }
    @media (max-width: 1300px) {
      .product-gallery .product-gallery-hero {
        padding: 80px 0; } }
    @media (max-width: 768px) {
      .product-gallery .product-gallery-hero {
        padding: 60px 0; } }
    .product-gallery .product-gallery-hero .grid {
      padding-top: 60px; }
      @media (max-width: 768px) {
        .product-gallery .product-gallery-hero .grid {
          padding-top: 0px; } }
  .product-gallery .product-gallery-list .product {
    position: relative;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 0; }
    .product-gallery .product-gallery-list .product .product-title {
      position: absolute;
      bottom: 0px;
      left: 0;
      right: 0;
      transform: translate(0, 100px);
      -webkit-transform: translate(0, 100px);
      -o-transform: translate(0, 100px);
      -moz-transform: translate(0, 100px);
      -webkit-transition: .15s linear;
      -moz-transition: .15s linear;
      -o-transition: .15s linear;
      -ms-transition: .15s linear;
      transition: .15s linear; }
    .product-gallery .product-gallery-list .product:hover .product-title {
      transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -moz-transform: translate(0, 0); }
    .product-gallery .product-gallery-list .product .reveal {
      width: 100%;
      height: 100%; }
    .product-gallery .product-gallery-list .product.closed .reveal {
      background-color: rgba(0, 0, 0, 0.3); }
    .product-gallery .product-gallery-list .product.open:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 30px 30px 30px;
      border-color: transparent transparent #af1f21 transparent;
      position: absolute;
      bottom: 0px;
      right: 20%; }
    .product-gallery .product-gallery-list .product.open .product-title {
      display: none; }
    @media (max-width: 768px) {
      .product-gallery .product-gallery-list .product {
        margin-bottom: 0; } }
  .product-gallery .product-gallery-list .product-detail {
    display: none;
    float: left;
    width: 100%;
    padding: 50px 0;
    position: relative;
    margin-top: -1px;
    margin-bottom: -1px; }
    @media (max-width: 768px) {
      .product-gallery .product-gallery-list .product-detail {
        padding-bottom: 20px; } }
    .product-gallery .product-gallery-list .product-detail .pg-close {
      position: absolute;
      top: 20px;
      right: 20px;
      cursor: pointer;
      width: 40px;
      height: 40px; }
      @media (max-width: 768px) {
        .product-gallery .product-gallery-list .product-detail .pg-close {
          top: 10px;
          right: 10px; } }
      .product-gallery .product-gallery-list .product-detail .pg-close .pg-close-1 {
        width: 35px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 19px;
        right: 2px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg); }
      .product-gallery .product-gallery-list .product-detail .pg-close .pg-close-2 {
        width: 35px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 19px;
        right: 2px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg); }
    .product-gallery .product-gallery-list .product-detail .pg-prev {
      position: absolute;
      top: 244px;
      left: 20px;
      cursor: pointer;
      width: 40px;
      height: 60px;
      z-index: 2; }
      @media (max-width: 768px) {
        .product-gallery .product-gallery-list .product-detail .pg-prev {
          display: none !important; } }
      .product-gallery .product-gallery-list .product-detail .pg-prev .pg-prev-1 {
        width: 35px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 41px;
        left: 0px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg); }
      .product-gallery .product-gallery-list .product-detail .pg-prev .pg-prev-2 {
        width: 35px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 17px;
        left: 0px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg); }
    .product-gallery .product-gallery-list .product-detail .pg-next {
      position: absolute;
      top: 244px;
      right: 20px;
      cursor: pointer;
      width: 40px;
      height: 60px;
      z-index: 2; }
      @media (max-width: 768px) {
        .product-gallery .product-gallery-list .product-detail .pg-next {
          display: none !important; } }
      .product-gallery .product-gallery-list .product-detail .pg-next .pg-next-1 {
        width: 35px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 17px;
        right: 0px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg); }
      .product-gallery .product-gallery-list .product-detail .pg-next .pg-next-2 {
        width: 35px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 41px;
        right: 0px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg); }
    .product-gallery .product-gallery-list .product-detail .col-5-12.pg-text {
      height: 446px;
      display: table; }
      .product-gallery .product-gallery-list .product-detail .col-5-12.pg-text .pg-text-container {
        display: table-cell;
        vertical-align: middle; }
        .product-gallery .product-gallery-list .product-detail .col-5-12.pg-text .pg-text-container a {
          margin-right: 20px; }
      @media (max-width: 1400px) {
        .product-gallery .product-gallery-list .product-detail .col-5-12.pg-text {
          margin-left: 75px; } }
      @media (max-width: 768px) {
        .product-gallery .product-gallery-list .product-detail .col-5-12.pg-text {
          padding: 0 20px;
          height: auto;
          margin-left: 0; } }
    @media (max-width: 960px) {
      .product-gallery .product-gallery-list .product-detail .col-1-12.empty {
        display: none; } }
    @media (max-width: 960px) {
      .product-gallery .product-gallery-list .product-detail .col-6-12 {
        width: 40%; } }
    @media (max-width: 768px) {
      .product-gallery .product-gallery-list .product-detail .col-6-12 {
        width: 100%; } }
    .product-gallery .product-gallery-list .product-detail .pg-video {
      background-image: url(/wp-content/themes/tapjoy_v2/images/info/product-gallery/pg-phone-bg.png);
      width: 217px;
      height: 446px;
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      margin: 0px auto;
      position: relative; }
      .product-gallery .product-gallery-list .product-detail .pg-video.ipad {
        background-image: url(/wp-content/themes/tapjoy_v2/images/info/product-gallery/pg-ipad-bg.png);
        width: 320px; }
        .product-gallery .product-gallery-list .product-detail .pg-video.ipad video#pg-video {
          left: 27px;
          width: 267px;
          height: 352px;
          top: 47px; }
      .product-gallery .product-gallery-list .product-detail .pg-video.iphone4 {
        background-image: url(/wp-content/themes/tapjoy_v2/images/info/product-gallery/pg-iphone-4-bg.png);
        width: 240px; }
        .product-gallery .product-gallery-list .product-detail .pg-video.iphone4 video#pg-video {
          left: 25px;
          width: 193px;
          height: 287px;
          top: 80px; }
      .product-gallery .product-gallery-list .product-detail .pg-video.stl {
        background-image: url(/wp-content/themes/tapjoy_v2/images/info/product-gallery/pg-st-bg.png);
        width: 560px; }
        .product-gallery .product-gallery-list .product-detail .pg-video.stl video#pg-video {
          left: 29px;
          width: 504px;
          height: 315px;
          top: 64px; }
        @media (max-width: 1140px) {
          .product-gallery .product-gallery-list .product-detail .pg-video.stl {
            width: 300px; }
            .product-gallery .product-gallery-list .product-detail .pg-video.stl video#pg-video {
              left: 15px;
              width: 271px;
              height: 168px;
              top: 138px; } }
      .product-gallery .product-gallery-list .product-detail .pg-video.st {
        background-image: url(/wp-content/themes/tapjoy_v2/images/info/product-gallery/pg-stl-bg.png);
        width: 323px; }
        .product-gallery .product-gallery-list .product-detail .pg-video.st video#pg-video {
          left: 35px;
          width: 251px;
          height: 402px;
          top: 21px; }
      .product-gallery .product-gallery-list .product-detail .pg-video.nexus {
        background-image: url(/wp-content/themes/tapjoy_v2/images/info/product-gallery/pg-nexus-bg.png);
        width: 225px; }
        .product-gallery .product-gallery-list .product-detail .pg-video.nexus video#pg-video {
          left: 12px;
          width: 200px;
          height: 357px;
          top: 38px; }
      .product-gallery .product-gallery-list .product-detail .pg-video.nexusl {
        background-image: url(/wp-content/themes/tapjoy_v2/images/info/product-gallery/pg-nexusl-bg.png);
        width: 560px; }
        .product-gallery .product-gallery-list .product-detail .pg-video.nexusl video#pg-video {
          left: 45px;
          width: 452px;
          height: 254px;
          top: 97px; }
        @media (max-width: 1140px) {
          .product-gallery .product-gallery-list .product-detail .pg-video.nexusl {
            width: 300px; }
            .product-gallery .product-gallery-list .product-detail .pg-video.nexusl video#pg-video {
              left: 24px;
              width: 242px;
              height: 157px;
              top: 145px; } }
      @media (max-width: 768px) {
        .product-gallery .product-gallery-list .product-detail .pg-video {
          margin-top: 30px; } }
      .product-gallery .product-gallery-list .product-detail .pg-video video#pg-video {
        position: absolute;
        top: 68px;
        left: 21px; }
      .product-gallery .product-gallery-list .product-detail .pg-video div[id^="me_flash"] {
        position: absolute;
        top: 68px;
        left: 21px; }
  @media (max-width: 768px) {
    .product-gallery {
      padding-bottom: 0; } }

.home-ctas a:nth-of-type(1) {
  margin-right: 30px; }
  @media (max-width: 768px) {
    .home-ctas a:nth-of-type(1) {
      margin-right: 0px;
      margin-bottom: 20px; } }

div.contact-container {
  padding: 45px 0px; }
  div.contact-container.contact-hero {
    background-image: url(/wp-content/themes/tapjoy_v2/images/contact/contact-hero.jpg);
    background-image: url(/wp-content/themes/tapjoy_v2/images/contact/about-us-sf.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 415px;
    padding: 0px; }
    @media (max-width: 768px) {
      div.contact-container.contact-hero {
        display: none; } }
    div.contact-container.contact-hero ul.slides {
      height: 100%;
      width: 100%;
      padding: 0px;
      margin: 0px; }
      div.contact-container.contact-hero ul.slides li {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        display: none; }
        div.contact-container.contact-hero ul.slides li .city-label {
          position: absolute;
          right: 40px;
          bottom: 20px;
          font-size: 22px;
          text-transform: uppercase;
          font-weight: 500;
          text-shadow: 0px 0px 30px black; }
    div.contact-container.contact-hero .flex-control-nav.flex-control-paging {
      display: none; }
    div.contact-container.contact-hero .flex-direction-nav {
      list-style: none; }
      div.contact-container.contact-hero .flex-direction-nav li {
        position: absolute;
        top: 190px;
        left: 20px; }
        div.contact-container.contact-hero .flex-direction-nav li a {
          display: block;
          height: 75px;
          width: 50px;
          opacity: .95; }
          div.contact-container.contact-hero .flex-direction-nav li a:hover {
            -moz-transform: scale(1.04) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
            -webkit-transform: scale(1.04) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
            -o-transform: scale(1.04) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
            -ms-transform: scale(1.04) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
            transform: scale(1.04) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); }
          div.contact-container.contact-hero .flex-direction-nav li a:before {
            content: '';
            width: 50px;
            height: 2px;
            display: block;
            position: absolute;
            top: 53px;
            left: 0px;
            background-color: white;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg); }
          div.contact-container.contact-hero .flex-direction-nav li a:after {
            content: '';
            width: 50px;
            height: 2px;
            display: block;
            position: absolute;
            top: 19px;
            left: 0px;
            background-color: white;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg); }
        div.contact-container.contact-hero .flex-direction-nav li:last-child {
          left: auto;
          right: 20px;
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -o-transform: rotate(180deg); }
  div.contact-container.contact-content .contact-form {
    margin-top: 30px;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
    div.contact-container.contact-content .contact-form a {
      display: block;
      text-align: center;
      margin-bottom: 15px;
      text-transform: uppercase;
      font-size: 22px; }
  div.contact-container.contact-content .thank-you-contact {
    padding-top: 50px; }
    @media (max-width: 768px) {
      div.contact-container.contact-content .thank-you-contact > div {
        margin-bottom: 40px; } }
  @media (max-width: 768px) {
    div.contact-container.contact-content {
      padding: 45px 5%; } }
  div.contact-container.contact-map {
    background-color: #ededed;
    text-align: center; }
    div.contact-container.contact-map .google-map {
      padding-top: 20px; }
      div.contact-container.contact-map .google-map iframe {
        margin-top: 20px; }

body.page-template-page-templatespt-landing-php .header.sticky-menu {
  display: none !important; }
body.page-template-page-templatespt-landing-php .landing-hero {
  /*background-image: url(/wp-content/themes/tapjoy_v2/images/landing/landing-hero.jpg);*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  body.page-template-page-templatespt-landing-php .landing-hero .grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative; }
    body.page-template-page-templatespt-landing-php .landing-hero .grid .tapjoy-logo {
      position: absolute;
      top: 20px;
      left: 0px;
      z-index: 1; }
      @media (max-width: 768px) {
        body.page-template-page-templatespt-landing-php .landing-hero .grid .tapjoy-logo img {
          width: 100px; } }
    body.page-template-page-templatespt-landing-php .landing-hero .grid .image, body.page-template-page-templatespt-landing-php .landing-hero .grid .title {
      padding-top: 60px; }
    body.page-template-page-templatespt-landing-php .landing-hero .grid .image {
      margin-bottom: -5px; }
      @media (max-width: 768px) {
        body.page-template-page-templatespt-landing-php .landing-hero .grid .image {
          padding-top: 20px; } }
      @media (max-width: 768px) {
        body.page-template-page-templatespt-landing-php .landing-hero .grid .image img {
          width: 100%; } }
    body.page-template-page-templatespt-landing-php .landing-hero .grid .title {
      align-items: center;
      -webkit-align-items: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      position: relative; }
      @media (max-width: 768px) {
        body.page-template-page-templatespt-landing-php .landing-hero .grid .title {
          padding-top: 100px; } }
      body.page-template-page-templatespt-landing-php .landing-hero .grid .title.no-image {
        padding: 150px 0 80px 0; }
    @media (max-width: 768px) {
      body.page-template-page-templatespt-landing-php .landing-hero .grid {
        display: block; } }
  @media (max-width: 1140px) {
    body.page-template-page-templatespt-landing-php .landing-hero {
      padding: 0px 0px 0px 20px; } }
body.page-template-page-templatespt-landing-php .landing-content {
  background: #ffffff;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkNmQ1ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDZkNWQzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(left, #ffffff 50%, #d6d5d3 50%, #d6d5d3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, #d6d5d3), color-stop(100%, #d6d5d3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffffff 50%, #d6d5d3 50%, #d6d5d3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffffff 50%, #d6d5d3 50%, #d6d5d3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffffff 50%, #d6d5d3 50%, #d6d5d3 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ffffff 50%, #d6d5d3 50%, #d6d5d3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d5d3',GradientType=1 );
  /* IE6-8 */ }
  @media (max-width: 768px) {
    body.page-template-page-templatespt-landing-php .landing-content {
      background: none;
      padding: 0px; } }
  body.page-template-page-templatespt-landing-php .landing-content .grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    body.page-template-page-templatespt-landing-php .landing-content .grid > div {
      padding: 60px 0px; }
      body.page-template-page-templatespt-landing-php .landing-content .grid > div h3, body.page-template-page-templatespt-landing-php .landing-content .grid > div p {
        margin-bottom: 20px; }
      @media (max-width: 1140px) {
        body.page-template-page-templatespt-landing-php .landing-content .grid > div {
          padding-top: 40px;
          padding-bottom: 40px; } }
    @media (max-width: 768px) {
      body.page-template-page-templatespt-landing-php .landing-content .grid div.copy {
        padding: 20px; } }
    body.page-template-page-templatespt-landing-php .landing-content .grid div.rfi h3 {
      margin-bottom: 20px; }
    body.page-template-page-templatespt-landing-php .landing-content .grid div.rfi ul {
      margin: 0px;
      padding: 0px; }
      body.page-template-page-templatespt-landing-php .landing-content .grid div.rfi ul li.gfield {
        width: 100% !important;
        margin-bottom: 10px !important; }
        body.page-template-page-templatespt-landing-php .landing-content .grid div.rfi ul li.gfield label {
          font-size: 14px;
          margin-bottom: 0px !important; }
        body.page-template-page-templatespt-landing-php .landing-content .grid div.rfi ul li.gfield input {
          border: 0px !important;
          padding: 7px 10px !important;
          height: auto !important; }
        body.page-template-page-templatespt-landing-php .landing-content .grid div.rfi ul li.gfield select {
          background-color: white !important;
          height: 36px !important;
          padding: 5px !important; }
        body.page-template-page-templatespt-landing-php .landing-content .grid div.rfi ul li.gfield input, body.page-template-page-templatespt-landing-php .landing-content .grid div.rfi ul li.gfield select {
          font-weight: 100;
          font-size: 18px; }
        body.page-template-page-templatespt-landing-php .landing-content .grid div.rfi ul li.gfield ul.gfield_checkbox li input {
          margin-bottom: 0px !important; }
        body.page-template-page-templatespt-landing-php .landing-content .grid div.rfi ul li.gfield ul.gfield_checkbox li:last-child {
          margin-bottom: 20px !important; }
        body.page-template-page-templatespt-landing-php .landing-content .grid div.rfi ul li.gfield:last-child input, body.page-template-page-templatespt-landing-php .landing-content .grid div.rfi ul li.gfield:last-child select {
          margin-bottom: 20px !important; }
    @media (max-width: 1140px) {
      body.page-template-page-templatespt-landing-php .landing-content .grid div.rfi {
        padding: 40px 20px 40px 0px;
        margin-left: -20px; } }
    @media (max-width: 768px) {
      body.page-template-page-templatespt-landing-php .landing-content .grid div.rfi {
        margin-left: 0px;
        padding: 20px;
        margin-bottom: 0px; } }
    @media (max-width: 768px) {
      body.page-template-page-templatespt-landing-php .landing-content .grid {
        display: block; } }
  @media (max-width: 1140px) {
    body.page-template-page-templatespt-landing-php .landing-content {
      padding: 0px 0px 0px 20px; } }
  @media (max-width: 768px) {
    body.page-template-page-templatespt-landing-php .landing-content {
      padding: 0px 0px 0px 0px; } }

.page-template-page-templatespt-iframe-php .tapjoyContent .iframe-hero {
  background-image: url(/wp-content/themes/tapjoy_v2/images/info/product-gallery/product-gallery-hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 125px 0; }
  @media (max-width: 1300px) {
    .page-template-page-templatespt-iframe-php .tapjoyContent .iframe-hero {
      padding: 80px 0; } }
  @media (max-width: 768px) {
    .page-template-page-templatespt-iframe-php .tapjoyContent .iframe-hero {
      padding: 60px 0; } }
  .page-template-page-templatespt-iframe-php .tapjoyContent .iframe-hero .grid {
    padding-top: 60px; }
    @media (max-width: 768px) {
      .page-template-page-templatespt-iframe-php .tapjoyContent .iframe-hero .grid {
        padding-top: 0px; } }
.page-template-page-templatespt-iframe-php .tapjoyContent iframe.full-page {
  display: block;
  width: 100%;
  height: 500px;
  border: 0px solid white !important;
  margin: 0px;
  padding: 0px; }

.legal-container {
  max-width: 1140px;
  width: 90%;
  margin: 0 auto; }
  .legal-container .legal-title {
    padding: 90px 0 0 0; }
    @media print {
      .legal-container .legal-title {
        padding-top: 0; } }
    @media (max-width: 768px) {
      .legal-container .legal-title {
        padding-top: 20px; } }
    .legal-container .legal-title h1 {
      text-align: center; }
  @media print {
    .legal-container .is-sticky {
      display: none; } }
  .legal-container .is-sticky .link-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .legal-container .link-container {
    text-align: center;
    padding: 20px 0;
    width: 100%;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95); }
    @media print {
      .legal-container .link-container {
        display: none; } }
    @media (max-width: 768px) {
      .legal-container .link-container {
        position: static !important; } }
    .legal-container .link-container .link {
      display: inline-block;
      vertical-align: middle;
      margin: 0 20px;
      color: #e9292e;
      cursor: pointer; }
      @media (max-width: 768px) {
        .legal-container .link-container .link {
          background-color: #e9292e;
          color: white !important;
          padding: 12px;
          display: block;
          margin-bottom: 10px; } }
      .legal-container .link-container .link:hover {
        color: #af1f22;
        text-decoration: underline; }
      .legal-container .link-container .link.active {
        color: #af1f22;
        font-weight: 500; }
  .legal-container .section-container {
    margin-top: 60px; }
    @media print {
      .legal-container .section-container {
        margin-top: 0; } }
    .legal-container .section-container .section {
      margin-bottom: 90px; }
      .legal-container .section-container .section .section-title {
        margin-bottom: 30px; }
        .legal-container .section-container .section .section-title h3 {
          text-transform: uppercase; }
      .legal-container .section-container .section .section-content h4 {
        margin-bottom: 10px;
        text-transform: uppercase; }
        .legal-container .section-container .section .section-content h4 strong, .legal-container .section-container .section .section-content h4 b {
          font-weight: 300; }
      .legal-container .section-container .section .section-content p, .legal-container .section-container .section .section-content ul {
        margin-bottom: 30px; }
      .legal-container .section-container .section .section-content ul {
        padding: 0 50px; }
        @media (max-width: 768px) {
          .legal-container .section-container .section .section-content ul {
            padding: 0 0 0 10%; } }

@media (max-width: 768px) {
  .pt-homepage-container {
    height: auto !important; } }
.pt-homepage-container .full-page {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  left: 0px;
  /*
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  */ }
  @media (max-width: 768px) {
    .pt-homepage-container .full-page {
      height: auto !important;
      position: static !important;
      top: 0px !important; } }
  .pt-homepage-container .full-page.half-page {
    overflow: visible; }
  @media (max-width: 768px) {
    .pt-homepage-container .full-page.hero {
      background-image: url(/wp-content/themes/tapjoy_v2/images/home/home_hero.jpg);
      background-size: cover;
      background-position: top left;
      background-color: transparent;
      position: static !important; } }
  .pt-homepage-container .full-page.hero h1, .pt-homepage-container .full-page.hero h2 {
    padding: 0 50px; }
    @media (max-width: 768px) {
      .pt-homepage-container .full-page.hero h1, .pt-homepage-container .full-page.hero h2 {
        padding: 0; } }
  .pt-homepage-container .full-page.hero h3 {
    padding: 0 50px;
    font-weight: 100; }
    @media (max-width: 768px) {
      .pt-homepage-container .full-page.hero h3 {
        padding: 0; } }
  .pt-homepage-container .full-page.hero .safari-bg {
    display: none; }
  @media (max-width: 768px) {
    .pt-homepage-container .full-page.last-wrapper {
      background-color: #000000;
      background-image: url(/wp-content/themes/tapjoy_v2/images/home/home_hero.jpg);
      background-size: cover;
      background-position: top left; } }
  .pt-homepage-container .full-page.last-wrapper .safari-bg {
    display: none; }
  @media (max-width: 768px) {
    .pt-homepage-container .full-page.half-page {
      height: auto !important;
      display: block;
      background-image: url(/wp-content/themes/tapjoy_v2/images/home/home_bg.jpg);
      background-size: cover; } }
  .pt-homepage-container .full-page.half-page .zoomies {
    opacity: 1 !important; }
  .pt-homepage-container .full-page.half-page > .grid.first {
    padding-top: 200px;
    padding-bottom: 0px;
    overflow: visible; }
    @media (max-width: 768px) {
      .pt-homepage-container .full-page.half-page > .grid.first {
        padding-top: 50px; } }
  .pt-homepage-container .full-page.half-page > .grid.last {
    padding-top: 0px;
    overflow: visible; }
    @media (max-width: 768px) {
      .pt-homepage-container .full-page.half-page > .grid.last {
        padding-bottom: 50px;
        padding-top: 20px; } }
  @media (max-width: 768px) {
    .pt-homepage-container .full-page.half-page > .grid {
      display: block;
      padding: 50px 5%; }
      .pt-homepage-container .full-page.half-page > .grid .align-right {
        text-align: left; } }
  .pt-homepage-container .full-page h1, .pt-homepage-container .full-page h2 {
    text-transform: none;
    font-size: 50px;
    line-height: 56px;
    font-weight: 100; }
    @media (max-width: 768px) {
      .pt-homepage-container .full-page h1, .pt-homepage-container .full-page h2 {
        font-size: 35px;
        line-height: 37px; } }
  .pt-homepage-container .full-page > .grid {
    z-index: 1;
    overflow: visible;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px 0; }
    @media (max-width: 768px) {
      .pt-homepage-container .full-page > .grid {
        padding: 40px 0; }
        .pt-homepage-container .full-page > .grid.hero-content {
          background-color: rgba(0, 0, 0, 0.7); }
        .pt-homepage-container .full-page > .grid [class*='col-']:not(last-child) {
          margin-bottom: 40px; } }
    .pt-homepage-container .full-page > .grid .CTA {
      margin-top: 25px; }
  .pt-homepage-container .full-page.partners {
    background-image: url(/wp-content/themes/tapjoy_v2/images/home/home_logos.png);
    background-position: center;
    background-size: cover;
    background-color: white;
    z-index: 1; }
    .pt-homepage-container .full-page.partners > .grid {
      padding-bottom: 30px; }
    .pt-homepage-container .full-page.partners [class*='col-'] {
      padding-right: 0px; }
      @media (max-width: 768px) {
        .pt-homepage-container .full-page.partners [class*='col-'] {
          padding-right: 20px; } }
    .pt-homepage-container .full-page.partners .iphone-gif {
      padding: 0px;
      margin: 0px auto;
      overflow: hidden;
      display: block;
      text-align: center; }
      .pt-homepage-container .full-page.partners .iphone-gif .iphone {
        display: inline-block;
        vertical-align: top;
        height: 375px;
        padding: 0 20px 20px 20px;
        margin-bottom: 20px; }
        .pt-homepage-container .full-page.partners .iphone-gif .iphone img {
          max-width: 100%;
          max-height: 100%;
          height: auto;
          width: auto; }
.pt-homepage-container .fixed-background {
  background-image: url(/wp-content/themes/tapjoy_v2/images/home/home_bg.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  background-color: #ededed;
  left: 0;
  z-index: 0;
  min-width: 100%; }
  @media (max-width: 768px) {
    .pt-homepage-container .fixed-background {
      display: none; } }
.pt-homepage-container .video-overlay {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -888888;
  overflow: hidden;
  background-color: #000000;
  opacity: .5;
  filter: alpha(opacity=50); }
  @media (max-width: 768px) {
    .pt-homepage-container .video-overlay {
      display: none; } }
.pt-homepage-container .hero-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -999999;
  overflow: hidden;
  background-color: #242a30;
  background-image: url(/wp-content/themes/tapjoy_v2/images/home/home_hero.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000; }
.pt-homepage-container .zoomies {
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000; }
  @media (max-width: 768px) {
    .pt-homepage-container .zoomies {
      position: static;
      opacity: 1 !important;
      transform: translateY(0px) !important;
      -webkit-transform: translateY(0px) !important; } }
.pt-homepage-container .sticky {
  position: fixed;
  top: -40%;
  left: 0px;
  width: 100%;
  z-index: -1; }
  @media (max-width: 768px) {
    .pt-homepage-container .sticky {
      position: static !important;
      padding: 40px 0;
      z-index: 1;
      transform: translateY(0px) !important;
      -webkit-transform: translateY(0px) !important;
      background-color: rgba(0, 0, 0, 0.5); } }
.pt-homepage-container .percentage-scroll {
  font-size: 150px;
  line-height: 150px; }
  @media (max-width: 768px) {
    .pt-homepage-container .percentage-scroll {
      font-size: 80px;
      line-height: 80px; } }
  .pt-homepage-container .percentage-scroll:after {
    content: '%'; }
.pt-homepage-container .col-7-12 {
  padding-left: 70px; }
  @media (max-width: 768px) {
    .pt-homepage-container .col-7-12 {
      padding-left: 0; } }
.pt-homepage-container .with-slider .col-7-12 {
  padding-right: 70px;
  padding-left: 0px; }
  @media (max-width: 768px) {
    .pt-homepage-container .with-slider .col-7-12 {
      padding-right: 0; } }
.pt-homepage-container .with-slider ul.slides {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 315px; }
  @media (max-width: 1140px) {
    .pt-homepage-container .with-slider ul.slides {
      width: 100%; } }
  .pt-homepage-container .with-slider ul.slides li {
    width: 315px;
    padding: 30px 60px;
    background-color: #00b09b;
    margin: 0;
    display: none; }
    @media (max-width: 1140px) {
      .pt-homepage-container .with-slider ul.slides li {
        width: 100%;
        padding: 30px 10px; } }
    .pt-homepage-container .with-slider ul.slides li:nth-of-type(2) {
      background-color: #0093d0; }
    .pt-homepage-container .with-slider ul.slides li:nth-of-type(3) {
      background-color: #eeb111; }
    .pt-homepage-container .with-slider ul.slides li:nth-of-type(4) {
      background-color: #e9292e; }
    .pt-homepage-container .with-slider ul.slides li .loop {
      width: 160px;
      height: 160px;
      margin: 35px auto 10px auto;
      background-image: url(/wp-content/themes/tapjoy_v2/images/home/home_user.png);
      background-size: 60px 78px;
      background-position: center;
      background-repeat: no-repeat; }
    .pt-homepage-container .with-slider ul.slides li .target {
      margin-bottom: 35px; }
    .pt-homepage-container .with-slider ul.slides li .label {
      color: #4a4a4a;
      margin-bottom: 10px; }
    .pt-homepage-container .with-slider ul.slides li .action {
      font-size: 30px;
      font-weight: 700; }
      .pt-homepage-container .with-slider ul.slides li .action:before {
        content: '$'; }
.pt-homepage-container .with-slider ul.direction-nav {
  width: 370px;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (max-width: 1140px) {
    .pt-homepage-container .with-slider ul.direction-nav {
      width: 100%; } }
  .pt-homepage-container .with-slider ul.direction-nav .prev {
    left: -26px;
    top: 205px;
    position: absolute;
    width: 16px;
    height: 36px; }
    .pt-homepage-container .with-slider ul.direction-nav .prev:before {
      content: '';
      width: 1px;
      height: 18px;
      display: block;
      background-color: #4a4a4a;
      -moz-transform: rotate(35deg);
      -webkit-transform: rotate(35deg);
      -o-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
      transform: rotate(35deg);
      margin-left: 7px; }
    .pt-homepage-container .with-slider ul.direction-nav .prev:after {
      content: '';
      width: 1px;
      height: 18px;
      background-color: #4a4a4a;
      display: block;
      -moz-transform: rotate(-35deg);
      -webkit-transform: rotate(-35deg);
      -o-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
      transform: rotate(-35deg);
      margin-left: 7px;
      margin-top: -4px; }
  .pt-homepage-container .with-slider ul.direction-nav .next {
    right: -26px;
    top: 205px;
    position: absolute;
    width: 16px; }
    .pt-homepage-container .with-slider ul.direction-nav .next:before {
      content: '';
      width: 1px;
      height: 18px;
      display: block;
      background-color: #4a4a4a;
      -moz-transform: rotate(-35deg);
      -webkit-transform: rotate(-35deg);
      -o-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
      transform: rotate(-35deg);
      margin-left: 7px; }
    .pt-homepage-container .with-slider ul.direction-nav .next:after {
      content: '';
      width: 1px;
      height: 18px;
      background-color: #4a4a4a;
      display: block;
      -moz-transform: rotate(35deg);
      -webkit-transform: rotate(35deg);
      -o-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
      transform: rotate(35deg);
      margin-left: 7px;
      margin-top: -4px; }

.down-arrow {
  width: 50px;
  height: 20px;
  background-image: url(/wp-content/themes/tapjoy_v2/images/home/new-down-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 101;
  bottom: 25px;
  left: 50%;
  margin-left: -25px;
  /*cursor: pointer;*/
  animation: myfirst 1.2s infinite;
  -webkit-animation: myfirst 1.2s infinite; }

.iPad .pt-homepage-container {
  background-image: url(/wp-content/themes/tapjoy_v2/images/home/home_bg.jpg);
  background-size: cover; }
  .iPad .pt-homepage-container .sticky {
    position: static;
    z-index: 1;
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important; }
  .iPad .pt-homepage-container .zoomies {
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important; }
  .iPad .pt-homepage-container .full-page.half-page > .grid.last {
    padding-top: 300px; }
.iPad .hero, .iPad .last-wrapper {
  background-image: url(/wp-content/themes/tapjoy_v2/images/home/home_hero.jpg);
  background-size: cover; }
  .iPad .hero .safari-bg, .iPad .last-wrapper .safari-bg {
    display: block !important;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000000;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 0;
    width: 100%; }

/* MIXINS */
.bgTapjoyGray {
  background-image: url("/wp-content/themes/tapjoy_v2/images/developers/pricing/tapjoy-darkGray.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0; }
  .bgTapjoyGray .copy {
    padding: 0 20px;
    max-width: 830px;
    margin: 0 auto; }

.pricing-page-wrapper [class^="bg-"] {
  padding: 0; }
.pricing-page-wrapper .right {
  text-align: right; }
.pricing-page-wrapper .hero {
  background-image: url("/wp-content/themes/tapjoy_v2/images/developers/pricing/hero-dev-pricing.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 430px;
  height: 430px;
  display: table;
  width: 100%;
  background-position: center; }
  @media (max-width: 767px) {
    .pricing-page-wrapper .hero {
      min-height: 330px;
      height: 330px; } }
  .pricing-page-wrapper .hero .copy {
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle; }
  .pricing-page-wrapper .hero h1 {
    margin-top: 60px;
    text-transform: none;
    /*font-size: 50px;
    line-height: 56px;*/
    max-width: 550px;
    margin: auto;
    font-weight: 100;
    padding: 0 20px; }
.pricing-page-wrapper .column-wrapper {
  background-color: #292727;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media (max-width: 768px) {
    .pricing-page-wrapper .column-wrapper {
      display: block; } }
  .pricing-page-wrapper .column-wrapper .col-1-2 {
    width: 50%;
    float: left;
    padding: 0;
    margin: 0; }
    .pricing-page-wrapper .column-wrapper .col-1-2.bg-white {
      background-color: #FFFFFF; }
    .pricing-page-wrapper .column-wrapper .col-1-2 [class^="bg-"] {
      display: block;
      /*overflow: hidden;*/
      width: 100%; }
    .pricing-page-wrapper .column-wrapper .col-1-2 .float-wrapper {
      max-width: 700px;
      padding: 100px 40px 60px 40px; }
      .pricing-page-wrapper .column-wrapper .col-1-2 .float-wrapper:after {
        content: '';
        display: block;
        clear: both; }
    .pricing-page-wrapper .column-wrapper .col-1-2.left-col .float-wrapper {
      float: right; }
  .pricing-page-wrapper .column-wrapper h3 {
    text-transform: uppercase;
    line-height: 1.1em;
    margin-bottom: 12px; }
  .pricing-page-wrapper .column-wrapper p {
    line-height: 24px; }
  .pricing-page-wrapper .column-wrapper .excerpt {
    padding-top: 0px;
    font-size: 14px;
    line-height: 1.3em; }
    @media (max-width: 600px) {
      .pricing-page-wrapper .column-wrapper .excerpt {
        text-align: left; } }
  @media (max-width: 1150px) {
    .pricing-page-wrapper .column-wrapper .col-1-2 {
      width: 100%;
      float: none; }
      .pricing-page-wrapper .column-wrapper .col-1-2 .float-wrapper {
        margin: auto; }
      .pricing-page-wrapper .column-wrapper .col-1-2.left-col .float-wrapper {
        float: none; } }
.pricing-page-wrapper .pricing-calc-wrapper {
  padding: 60px 0 45px 0; }
  .pricing-page-wrapper .pricing-calc-wrapper label {
    position: absolute;
    font-size: 14px;
    line-height: 1.15; }
    .pricing-page-wrapper .pricing-calc-wrapper label.top {
      text-transform: uppercase;
      top: -20px;
      left: 0px;
      color: #4a4a4a; }
    .pricing-page-wrapper .pricing-calc-wrapper label.bottom {
      bottom: -40px;
      max-width: 100px; }
  .pricing-page-wrapper .pricing-calc-wrapper .calc-select {
    cursor: pointer;
    display: none;
    position: absolute;
    width: 100%;
    background-color: transparent;
    top: 100%;
    left: 0;
    z-index: 9;
    margin: 0;
    padding: 0; }
    .pricing-page-wrapper .pricing-calc-wrapper .calc-select li {
      cursor: pointer;
      list-style: none;
      background: #292727;
      margin: 0;
      padding: 20px 10px;
      margin-top: 1px; }
      .pricing-page-wrapper .pricing-calc-wrapper .calc-select li:hover {
        background-color: #e9292e;
        color: #FFFFFF; }
.pricing-page-wrapper .pricing-calc-dd {
  width: -webkit-calc(50% - 1px);
  width: calc(50% - 1px);
  float: left;
  margin-right: 1px;
  margin-top: 20px;
  padding: 20px 10px;
  height: 60px;
  background-color: #292727;
  color: #FFFFFF;
  position: relative;
  cursor: pointer; }
  .pricing-page-wrapper .pricing-calc-dd p.selected-value {
    margin-bottom: 0; }
  .pricing-page-wrapper .pricing-calc-dd p {
    color: #FFFFFF; }
  .pricing-page-wrapper .pricing-calc-dd select {
    height: 40px;
    outline: none !important;
    border-radius: 0;
    width: 120%;
    background: transparent;
    -webkit-appearance: none; }
  .pricing-page-wrapper .pricing-calc-dd:before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    right: 10px;
    top: 25px;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #ededed transparent transparent transparent; }
  @media (max-width: 600px) {
    .pricing-page-wrapper .pricing-calc-dd {
      width: 100%;
      float: none;
      margin-bottom: 40px; } }
.pricing-page-wrapper .pricing-calc-results .calc-result {
  position: relative;
  margin-bottom: 40px;
  background-color: #FFFFFF;
  float: left;
  width: -webkit-calc(25% - 1px);
  width: calc(25% - 1px);
  margin-right: 1px;
  padding: 20px 10px;
  height: 60px;
  /*@media (max-width: 350px) {
  	width: 100%;
  	float: none;
  	margin-bottom: 50px;
  }*/ }
  .pricing-page-wrapper .pricing-calc-results .calc-result#fsi-revenue {
    background-color: #00b09b; }
    .pricing-page-wrapper .pricing-calc-results .calc-result#fsi-revenue p {
      color: #FFFFFF; }
  .pricing-page-wrapper .pricing-calc-results .calc-result p {
    color: #4a4a4a; }
  @media (max-width: 600px) {
    .pricing-page-wrapper .pricing-calc-results .calc-result {
      width: -webkit-calc(50% - 1px);
      width: calc(50% - 1px);
      margin-bottom: 50px; } }
.pricing-page-wrapper .pricing-calc-results:after {
  float: none;
  clear: both;
  content: '';
  display: block; }
.pricing-page-wrapper .post-table-p {
  margin: 40px 0 30px 0; }
.pricing-page-wrapper .table-grid {
  margin: 20px 0;
  display: table;
  width: 100%; }
  .pricing-page-wrapper .table-grid .cell {
    text-align: left;
    padding: 20px 15px;
    width: 50%;
    border-bottom: 1px solid #d6d5d3;
    border-left: 1px solid #d6d5d3; }
    .pricing-page-wrapper .table-grid .cell:nth-of-type(even) {
      border-right: 1px solid #d6d5d3; }
    .pricing-page-wrapper .table-grid .cell p {
      margin-bottom: 0;
      vertical-align: middle;
      line-height: 1.1em; }
      .pricing-page-wrapper .table-grid .cell p.small {
        font-size: 16px; }
      @media (max-width: 400px) {
        .pricing-page-wrapper .table-grid .cell p {
          font-size: 16px; } }
    .pricing-page-wrapper .table-grid .cell.bg-darkGray {
      background-color: #4a4a4a;
      text-align: left;
      padding: 25px 15px; }
      .pricing-page-wrapper .table-grid .cell.bg-darkGray p {
        color: #FFFFFF; }
    .pricing-page-wrapper .table-grid .cell.bg-red {
      border: 1px solid #e9292e;
      text-align: center;
      width: 100%;
      padding: 0; }
      .pricing-page-wrapper .table-grid .cell.bg-red p {
        color: #FFFFFF; }
      .pricing-page-wrapper .table-grid .cell.bg-red a {
        padding: 20px; }
    .pricing-page-wrapper .table-grid .cell:last-of-type:after {
      clear: both;
      float: none;
      display: block;
      content: ''; }
    .pricing-page-wrapper .table-grid .cell.empty-cell {
      border: 0; }
.pricing-page-wrapper .center {
  text-align: center; }
.pricing-page-wrapper h2.large {
  font-size: 50px;
  line-height: 1.15em;
  color: white;
  margin-bottom: 60px;
  font-weight: 100; }
.pricing-page-wrapper .cta {
  text-transform: uppercase;
  color: white;
  background-color: #e9292e;
  padding: 20px 60px;
  border-radius: 0;
  margin: auto;
  line-height: 1em; }
  .pricing-page-wrapper .cta:hover {
    background-color: #af1f22; }
.pricing-page-wrapper .column-wrapper .col-1-2 .bgTapjoyGray .float-wrapper {
  padding: 0;
  height: 100%; }
  .pricing-page-wrapper .column-wrapper .col-1-2 .bgTapjoyGray .float-wrapper .table {
    display: table;
    height: 100%;
    width: 100%; }
    .pricing-page-wrapper .column-wrapper .col-1-2 .bgTapjoyGray .float-wrapper .table .copy {
      display: table-cell;
      vertical-align: middle; }
@media (max-width: 1150px) {
  .pricing-page-wrapper .column-wrapper .col-1-2 .bgTapjoyGray {
    padding: 60px 40px 80px 40px; } }
.pricing-page-wrapper .rfi-pop-up {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer; }
  @media (max-width: 768px) {
    .pricing-page-wrapper .rfi-pop-up {
      position: static;
      height: auto !important; } }
  .pricing-page-wrapper .rfi-pop-up .rfi-wrapper {
    background-color: #FFFFFF;
    padding: 30px 50px 30px 50px;
    max-width: 600px;
    margin: 0px auto;
    margin-top: 100px; }
    @media (max-width: 768px) {
      .pricing-page-wrapper .rfi-pop-up .rfi-wrapper {
        max-width: 100%;
        padding: 5%;
        margin-top: 20px; } }
    .pricing-page-wrapper .rfi-pop-up .rfi-wrapper h3 {
      font-size: 28px;
      max-width: 300px;
      margin: 0 auto; }
    .pricing-page-wrapper .rfi-pop-up .rfi-wrapper info {
      text-transform: none;
      display: block;
      margin-top: 10px;
      font-size: 12px; }
    .pricing-page-wrapper .rfi-pop-up .rfi-wrapper .gform_confirmation_wrapper {
      text-align: center;
      margin-bottom: 30px; }
    .pricing-page-wrapper .rfi-pop-up .rfi-wrapper ul.gform_fields {
      padding: 0; }
      .pricing-page-wrapper .rfi-pop-up .rfi-wrapper ul.gform_fields:after {
        content: '';
        float: none;
        clear: both;
        display: block; }
      .pricing-page-wrapper .rfi-pop-up .rfi-wrapper ul.gform_fields li.gfield {
        margin-bottom: 10px !important; }
        .pricing-page-wrapper .rfi-pop-up .rfi-wrapper ul.gform_fields li.gfield label.gfield_label {
          font-size: 12px;
          margin-bottom: 0; }
        .pricing-page-wrapper .rfi-pop-up .rfi-wrapper ul.gform_fields li.gfield div.ginput_container input {
          padding: 10px !important;
          height: 40px !important;
          font-size: 14px !important; }
        .pricing-page-wrapper .rfi-pop-up .rfi-wrapper ul.gform_fields li.gfield div.ginput_container select {
          height: 40px !important; }
    .pricing-page-wrapper .rfi-pop-up .rfi-wrapper .gform_footer {
      text-align: center;
      padding-top: 0px; }
      .pricing-page-wrapper .rfi-pop-up .rfi-wrapper .gform_footer input[type=submit] {
        float: none; }

.pt-featured-container {
  overflow: hidden; }
  @media (max-width: 768px) {
    .pt-featured-container {
      height: auto !important; } }
  .pt-featured-container .hero {
    background-color: #0093d0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .pt-featured-container .hero .hero-copy {
      color: white;
      text-align: center;
      max-width: 760px;
      padding: 5%;
      margin: 0 auto; }
      .pt-featured-container .hero .hero-copy h1, .pt-featured-container .hero .hero-copy p {
        color: white; }
  .pt-featured-container .slide-up {
    overflow: hidden;
    position: relative; }
  .pt-featured-container .full-page {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    width: 100%;
    z-index: 1;
    top: 0px;
    overflow: hidden; }
    @media (max-width: 768px) {
      .pt-featured-container .full-page {
        height: auto !important;
        top: 0px !important;
        position: relative !important;
        transform: translateY(0px) !important; } }
    .pt-featured-container .full-page .full-page {
      background-color: white;
      background-size: cover; }
    .pt-featured-container .full-page > .grid {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -moz-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      overflow: visible;
      height: 100%; }
      @media (max-width: 768px) {
        .pt-featured-container .full-page > .grid {
          display: block !important;
          padding: 40px 0px; } }
      .pt-featured-container .full-page > .grid .device {
        width: 55%;
        text-align: center;
        background-size: cover; }
        @media (max-width: 768px) {
          .pt-featured-container .full-page > .grid .device {
            width: 100%;
            padding: 5% !important; }
            .pt-featured-container .full-page > .grid .device img {
              max-width: 100%;
              min-width: 0px !important; } }
        .pt-featured-container .full-page > .grid .device.right {
          direction: rtl; }
      .pt-featured-container .full-page > .grid .text {
        width: 45%;
        padding-left: 5%; }
        @media (max-width: 768px) {
          .pt-featured-container .full-page > .grid .text {
            width: 100%;
            padding: 5% !important; } }
        .pt-featured-container .full-page > .grid .text.left {
          padding-right: 5%;
          padding-left: 0; }
  @media (max-width: 768px) {
    .pt-featured-container .last-wrapper {
      transform: translateY(0) !important;
      -webkit-transform: translateY(0) !important; }
      .pt-featured-container .last-wrapper h2 {
        font-size: 22px;
        line-height: 26px; } }
  .pt-featured-container .last-wrapper .grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto; }
    @media (max-width: 768px) {
      .pt-featured-container .last-wrapper .grid {
        padding: 5%; } }
  .pt-featured-container .last-wrapper .full-page {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .pt-featured-container .last-wrapper div {
    margin: 0 auto; }
  .pt-featured-container .last-wrapper .dev-landing-solutions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    margin-top: 0px;
    width: 100%; }
    @media (max-width: 768px) {
      .pt-featured-container .last-wrapper .dev-landing-solutions {
        display: block; } }
    .pt-featured-container .last-wrapper .dev-landing-solutions .dev-solution {
      flex-grow: 1;
      width: 100%;
      padding: 55px 40px 128px 40px;
      background-color: #00b09b;
      text-align: center;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin-top: 40px; }
      @media (max-width: 768px) {
        .pt-featured-container .last-wrapper .dev-landing-solutions .dev-solution {
          display: block;
          padding: 55px 40px 128px 40px !important; } }
      .pt-featured-container .last-wrapper .dev-landing-solutions .dev-solution:hover {
        opacity: .85; }
      .pt-featured-container .last-wrapper .dev-landing-solutions .dev-solution h3 {
        text-align: center;
        margin-bottom: 20px;
        width: 100%; }
      .pt-featured-container .last-wrapper .dev-landing-solutions .dev-solution p {
        width: 100%;
        font-size: 16px; }
      .pt-featured-container .last-wrapper .dev-landing-solutions .dev-solution:first-child {
        background-color: #00b09b; }
      .pt-featured-container .last-wrapper .dev-landing-solutions .dev-solution:last-child {
        background-color: #e9292e; }

.iPad .pt-featured-container {
  height: auto !important; }
  .iPad .pt-featured-container .full-page {
    height: auto !important;
    top: 0px !important;
    -webkit-transform: translateY(0px) !important;
    position: static !important; }
    .iPad .pt-featured-container .full-page > .grid {
      padding: 200px 0; }
  .iPad .pt-featured-container h3 {
    font-size: 28px;
    line-height: 24px;
    margin-bottom: 15px; }
  .iPad .pt-featured-container p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 100; }

/** Advertisers **/
.pt-video-container .hero-wrapper {
  min-height: 400px;
  background-color: #e9292e;
  background-image: url(/wp-content/themes/tapjoy_v2/images/resources/hero.jpg);
  background-size: cover;
  background-position: center; }
  @media (max-width: 768px) {
    .pt-video-container .hero-wrapper {
      min-height: 250px; } }
  .pt-video-container .hero-wrapper div {
    width: 100%;
    max-width: 750px; }
    .pt-video-container .hero-wrapper div h1 {
      max-width: 700px;
      width: 100%;
      padding: 0 5%;
      margin: 0px auto;
      text-align: center; }
      @media (max-width: 768px) {
        .pt-video-container .hero-wrapper div h1 {
          font-size: 30px;
          line-height: 1.1em;
          margin-bottom: 10px; } }
    .pt-video-container .hero-wrapper div h3, .pt-video-container .hero-wrapper div p {
      font-size: 22px;
      line-height: 1.3em;
      max-width: 750px;
      width: 100%;
      padding: 0 5%;
      margin: 0px auto;
      text-align: center; }
      @media (max-width: 768px) {
        .pt-video-container .hero-wrapper div h3, .pt-video-container .hero-wrapper div p {
          font-size: 20px; } }
.pt-video-container .video-wrapper {
  max-width: 1180px;
  padding: 0 20px;
  width: 100%;
  margin: 40px auto; }
  .pt-video-container .video-wrapper .video-list-wrapper {
    margin-top: 40px; }
    @media (max-width: 768px) {
      .pt-video-container .video-wrapper .video-list-wrapper {
        display: block; } }
    .pt-video-container .video-wrapper .video-list-wrapper .iframe {
      width: calc(50% - 10px);
      margin-right: 20px;
      margin-bottom: 75px;
      height: 314.5px;
      position: relative;
      position: relative; }
      .pt-video-container .video-wrapper .video-list-wrapper .iframe iframe {
        width: 100%; }
      @media (max-width: 1140px) {
        .pt-video-container .video-wrapper .video-list-wrapper .iframe {
          height: 250px; } }
      @media (max-width: 768px) {
        .pt-video-container .video-wrapper .video-list-wrapper .iframe {
          width: 100%;
          height: 150px;
          margin-right: auto !important;
          margin-left: auto !important;
          max-width: 300px; } }
      .pt-video-container .video-wrapper .video-list-wrapper .iframe:nth-of-type(even) {
        margin-right: 0px; }
      .pt-video-container .video-wrapper .video-list-wrapper .iframe:after {
        content: attr(data-title);
        display: block;
        position: absolute;
        bottom: -40px;
        left: 0px;
        width: 100%;
        text-transform: uppercase; }

/*# sourceMappingURL=tapjoy_v2.css.map */
