/**
 * @filehea
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */
/* line 10, ../sass/nodes.scss */
.node {
  /* Node wrapper */
}
/* line 12, ../sass/nodes.scss */
.preview .node {
  /* Preview of the content before submitting new or updated content */
  /* background-color: #ffffea; */
  /* Drupal core uses a #ffffea background */
}
/* line 17, ../sass/nodes.scss */
.node .node-title {
  /* Node title */
}
/* line 20, ../sass/nodes.scss */
.node .user-picture {
  /* The picture of the node author */
}
/* line 23, ../sass/nodes.scss */
.node .submitted {
  /* The "posted by" information */
}
/* line 26, ../sass/nodes.scss */
.node .content {
  /* Node's content wrapper */
}
/* line 29, ../sass/nodes.scss */
.node ul.links {
  /* Node links. See also the ul.links declaration in the pages.css. */
}

/* line 34, ../sass/nodes.scss */
.node-promoted {
  /* A node that has been promoted to the front page */
}

/* line 38, ../sass/nodes.scss */
.node-sticky {
  /* A sticky node (displayed before others in a list) */
}

/* line 42, ../sass/nodes.scss */
.node-by-viewer {
  /* A node created by the current user */
}

/* line 46, ../sass/nodes.scss */
.node-teaser {
  /* A node displayed as teaser */
}

/* Set the width for certain nodes. ***/
/* line 61, ../sass/nodes.scss */
.page-node-log,
.page-customerror,
.page-user,
.page-node-177,
.page-node-178,
.node-type-webform,
.section-7-things-you-need-know-about-programmatic-right-now,
.section-white-paper-future-native-mobile-experience,
.section-myth-busting-social-media-advertising,
.section-eu-soi2014-report {
  /* terms */
}
/* line 63, ../sass/nodes.scss */
.page-node-log #content,
.page-customerror #content,
.page-user #content,
.page-node-177 #content,
.page-node-178 #content,
.node-type-webform #content,
.section-7-things-you-need-know-about-programmatic-right-now #content,
.section-white-paper-future-native-mobile-experience #content,
.section-myth-busting-social-media-advertising #content,
.section-eu-soi2014-report #content {
  width: 960px;
  margin: 0 auto;
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
/* line 82, ../sass/nodes.scss */
.section-onebyaol #page-title,
.section-onebyaol-advertisers #page-title,
.section-onebyaol-publishers #page-title,
.section-onebyaol-indirect #page-title,
.section-onebyaol-buzz #page-title,
.page-node-403 #page-title,
.page-node-402 #page-title,
.page-blog #page-title {
  position: relative;
  background: black;
  max-height: 209px;
}
/* line 86, ../sass/nodes.scss */
.section-onebyaol #page-title .inner,
.section-onebyaol-advertisers #page-title .inner,
.section-onebyaol-publishers #page-title .inner,
.section-onebyaol-indirect #page-title .inner,
.section-onebyaol-buzz #page-title .inner,
.page-node-403 #page-title .inner,
.page-node-402 #page-title .inner,
.page-blog #page-title .inner {
  font-size: 45px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  color: white;
  display: block;
  padding: 0 0 0 0;
  width: 960px;
  margin: 0 auto;
  text-align: center;
  line-height: 1em;
}
@media (max-width: 600px) {
  /* line 96, ../sass/nodes.scss */
  .section-onebyaol .field,
  .section-onebyaol-advertisers .field,
  .section-onebyaol-publishers .field,
  .section-onebyaol-indirect .field,
  .section-onebyaol-buzz .field,
  .page-node-403 .field,
  .page-node-402 .field,
  .page-blog .field {
    width: 100%;
  }
}
/* line 101, ../sass/nodes.scss */
.section-onebyaol #block-views-brand-blocks-block-3,
.section-onebyaol-advertisers #block-views-brand-blocks-block-3,
.section-onebyaol-publishers #block-views-brand-blocks-block-3,
.section-onebyaol-indirect #block-views-brand-blocks-block-3,
.section-onebyaol-buzz #block-views-brand-blocks-block-3,
.page-node-403 #block-views-brand-blocks-block-3,
.page-node-402 #block-views-brand-blocks-block-3,
.page-blog #block-views-brand-blocks-block-3 {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 80px 0 80px 0;
  font-size: 1.6em;
}
@media (max-width: 600px) {
  /* line 101, ../sass/nodes.scss */
  .section-onebyaol #block-views-brand-blocks-block-3,
  .section-onebyaol-advertisers #block-views-brand-blocks-block-3,
  .section-onebyaol-publishers #block-views-brand-blocks-block-3,
  .section-onebyaol-indirect #block-views-brand-blocks-block-3,
  .section-onebyaol-buzz #block-views-brand-blocks-block-3,
  .page-node-403 #block-views-brand-blocks-block-3,
  .page-node-402 #block-views-brand-blocks-block-3,
  .page-blog #block-views-brand-blocks-block-3 {
    width: 100%;
    padding: 20px 10px;
    text-align: center;
  }
}
/* line 112, ../sass/nodes.scss */
.section-onebyaol #block-views-brand-blocks-block-3 img,
.section-onebyaol-advertisers #block-views-brand-blocks-block-3 img,
.section-onebyaol-publishers #block-views-brand-blocks-block-3 img,
.section-onebyaol-indirect #block-views-brand-blocks-block-3 img,
.section-onebyaol-buzz #block-views-brand-blocks-block-3 img,
.page-node-403 #block-views-brand-blocks-block-3 img,
.page-node-402 #block-views-brand-blocks-block-3 img,
.page-blog #block-views-brand-blocks-block-3 img {
  max-width: 300px;
  left: 40px;
  position: absolute;
}
@media (max-width: 600px) {
  /* line 112, ../sass/nodes.scss */
  .section-onebyaol #block-views-brand-blocks-block-3 img,
  .section-onebyaol-advertisers #block-views-brand-blocks-block-3 img,
  .section-onebyaol-publishers #block-views-brand-blocks-block-3 img,
  .section-onebyaol-indirect #block-views-brand-blocks-block-3 img,
  .section-onebyaol-buzz #block-views-brand-blocks-block-3 img,
  .page-node-403 #block-views-brand-blocks-block-3 img,
  .page-node-402 #block-views-brand-blocks-block-3 img,
  .page-blog #block-views-brand-blocks-block-3 img {
    position: relative;
    top: 0;
  }
}
/* line 121, ../sass/nodes.scss */
.section-onebyaol #block-views-brand-blocks-block-3 p,
.section-onebyaol-advertisers #block-views-brand-blocks-block-3 p,
.section-onebyaol-publishers #block-views-brand-blocks-block-3 p,
.section-onebyaol-indirect #block-views-brand-blocks-block-3 p,
.section-onebyaol-buzz #block-views-brand-blocks-block-3 p,
.page-node-403 #block-views-brand-blocks-block-3 p,
.page-node-402 #block-views-brand-blocks-block-3 p,
.page-blog #block-views-brand-blocks-block-3 p {
  margin: 0 0;
  padding: 0 0 45px 360px;
  line-height: 1.3em;
}
@media (max-width: 600px) {
  /* line 121, ../sass/nodes.scss */
  .section-onebyaol #block-views-brand-blocks-block-3 p,
  .section-onebyaol-advertisers #block-views-brand-blocks-block-3 p,
  .section-onebyaol-publishers #block-views-brand-blocks-block-3 p,
  .section-onebyaol-indirect #block-views-brand-blocks-block-3 p,
  .section-onebyaol-buzz #block-views-brand-blocks-block-3 p,
  .page-node-403 #block-views-brand-blocks-block-3 p,
  .page-node-402 #block-views-brand-blocks-block-3 p,
  .page-blog #block-views-brand-blocks-block-3 p {
    padding: 0px;
    text-align: left;
  }
}
/* line 130, ../sass/nodes.scss */
.section-onebyaol #block-views-brand-blocks-block-3 .views-field.views-field-view-node,
.section-onebyaol-advertisers #block-views-brand-blocks-block-3 .views-field.views-field-view-node,
.section-onebyaol-publishers #block-views-brand-blocks-block-3 .views-field.views-field-view-node,
.section-onebyaol-indirect #block-views-brand-blocks-block-3 .views-field.views-field-view-node,
.section-onebyaol-buzz #block-views-brand-blocks-block-3 .views-field.views-field-view-node,
.page-node-403 #block-views-brand-blocks-block-3 .views-field.views-field-view-node,
.page-node-402 #block-views-brand-blocks-block-3 .views-field.views-field-view-node,
.page-blog #block-views-brand-blocks-block-3 .views-field.views-field-view-node {
  border-width: 1px;
  border-style: solid;
  border-color: #29abe1;
  color: #29abe1;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  width: auto;
  margin-top: 5px;
  margin-left: 360px;
}
/* line 86, ../sass/_custom.scss */
.section-onebyaol #block-views-brand-blocks-block-3 .views-field.views-field-view-node a,
.section-onebyaol-advertisers #block-views-brand-blocks-block-3 .views-field.views-field-view-node a,
.section-onebyaol-publishers #block-views-brand-blocks-block-3 .views-field.views-field-view-node a,
.section-onebyaol-indirect #block-views-brand-blocks-block-3 .views-field.views-field-view-node a,
.section-onebyaol-buzz #block-views-brand-blocks-block-3 .views-field.views-field-view-node a,
.page-node-403 #block-views-brand-blocks-block-3 .views-field.views-field-view-node a,
.page-node-402 #block-views-brand-blocks-block-3 .views-field.views-field-view-node a,
.page-blog #block-views-brand-blocks-block-3 .views-field.views-field-view-node a {
  display: block;
  padding: 1em 1.5em;
  line-height: 1em;
  color: #29abe1;
  text-decoration: none;
}
/* line 92, ../sass/_custom.scss */
.section-onebyaol #block-views-brand-blocks-block-3 .views-field.views-field-view-node a:hover,
.section-onebyaol-advertisers #block-views-brand-blocks-block-3 .views-field.views-field-view-node a:hover,
.section-onebyaol-publishers #block-views-brand-blocks-block-3 .views-field.views-field-view-node a:hover,
.section-onebyaol-indirect #block-views-brand-blocks-block-3 .views-field.views-field-view-node a:hover,
.section-onebyaol-buzz #block-views-brand-blocks-block-3 .views-field.views-field-view-node a:hover,
.page-node-403 #block-views-brand-blocks-block-3 .views-field.views-field-view-node a:hover,
.page-node-402 #block-views-brand-blocks-block-3 .views-field.views-field-view-node a:hover,
.page-blog #block-views-brand-blocks-block-3 .views-field.views-field-view-node a:hover {
  background: #29abe2;
  color: #fff;
}
/* line 134, ../sass/nodes.scss */
.section-onebyaol #block-views-brand-blocks-block-3 .views-field.views-field-view-node a,
.section-onebyaol-advertisers #block-views-brand-blocks-block-3 .views-field.views-field-view-node a,
.section-onebyaol-publishers #block-views-brand-blocks-block-3 .views-field.views-field-view-node a,
.section-onebyaol-indirect #block-views-brand-blocks-block-3 .views-field.views-field-view-node a,
.section-onebyaol-buzz #block-views-brand-blocks-block-3 .views-field.views-field-view-node a,
.page-node-403 #block-views-brand-blocks-block-3 .views-field.views-field-view-node a,
.page-node-402 #block-views-brand-blocks-block-3 .views-field.views-field-view-node a,
.page-blog #block-views-brand-blocks-block-3 .views-field.views-field-view-node a {
  padding: 1em 1.5em;
}
@media (max-width: 600px) {
  /* line 130, ../sass/nodes.scss */
  .section-onebyaol #block-views-brand-blocks-block-3 .views-field.views-field-view-node,
  .section-onebyaol-advertisers #block-views-brand-blocks-block-3 .views-field.views-field-view-node,
  .section-onebyaol-publishers #block-views-brand-blocks-block-3 .views-field.views-field-view-node,
  .section-onebyaol-indirect #block-views-brand-blocks-block-3 .views-field.views-field-view-node,
  .section-onebyaol-buzz #block-views-brand-blocks-block-3 .views-field.views-field-view-node,
  .page-node-403 #block-views-brand-blocks-block-3 .views-field.views-field-view-node,
  .page-node-402 #block-views-brand-blocks-block-3 .views-field.views-field-view-node,
  .page-blog #block-views-brand-blocks-block-3 .views-field.views-field-view-node {
    margin: 30px 0 0;
    text-align: left;
  }
}
/* line 143, ../sass/nodes.scss */
.section-onebyaol article.node-page,
.section-onebyaol-advertisers article.node-page,
.section-onebyaol-publishers article.node-page,
.section-onebyaol-indirect article.node-page,
.section-onebyaol-buzz article.node-page,
.page-node-403 article.node-page,
.page-node-402 article.node-page,
.page-blog article.node-page {
  /* Page content node */
  background: #000;
  color: #fff;
}
/* line 147, ../sass/nodes.scss */
.section-onebyaol article.node-page .field,
.section-onebyaol-advertisers article.node-page .field,
.section-onebyaol-publishers article.node-page .field,
.section-onebyaol-indirect article.node-page .field,
.section-onebyaol-buzz article.node-page .field,
.page-node-403 article.node-page .field,
.page-node-402 article.node-page .field,
.page-blog article.node-page .field {
  width: 960px;
  margin: 0 auto;
  display: table;
}
/* line 151, ../sass/nodes.scss */
.section-onebyaol article.node-page .field .field-items,
.section-onebyaol-advertisers article.node-page .field .field-items,
.section-onebyaol-publishers article.node-page .field .field-items,
.section-onebyaol-indirect article.node-page .field .field-items,
.section-onebyaol-buzz article.node-page .field .field-items,
.page-node-403 article.node-page .field .field-items,
.page-node-402 article.node-page .field .field-items,
.page-blog article.node-page .field .field-items {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* line 156, ../sass/nodes.scss */
.section-onebyaol article.node-page .field h3.header-subtitle,
.section-onebyaol-advertisers article.node-page .field h3.header-subtitle,
.section-onebyaol-publishers article.node-page .field h3.header-subtitle,
.section-onebyaol-indirect article.node-page .field h3.header-subtitle,
.section-onebyaol-buzz article.node-page .field h3.header-subtitle,
.page-node-403 article.node-page .field h3.header-subtitle,
.page-node-402 article.node-page .field h3.header-subtitle,
.page-blog article.node-page .field h3.header-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6em;
  font-weight: 100;
  color: white;
  margin: .5em 0 !important;
}
/* line 160, ../sass/nodes.scss */
.section-onebyaol article.node-page .field .header-description,
.section-onebyaol-advertisers article.node-page .field .header-description,
.section-onebyaol-publishers article.node-page .field .header-description,
.section-onebyaol-indirect article.node-page .field .header-description,
.section-onebyaol-buzz article.node-page .field .header-description,
.page-node-403 article.node-page .field .header-description,
.page-node-402 article.node-page .field .header-description,
.page-blog article.node-page .field .header-description {
  font-size: 2em;
  font-family: "Open Sans",sans-serif;
}

/* offerings */
/* line 169, ../sass/nodes.scss */
.page-node-402 #page-title {
  background: transparent;
}
/* line 171, ../sass/nodes.scss */
.page-node-402 #page-title .inner {
  color: #000;
}
/* line 175, ../sass/nodes.scss */
.page-node-402 article.node-page {
  background-color: transparent;
  color: #000;
}
/* line 179, ../sass/nodes.scss */
.page-node-402 #block-block-14 {
  background-color: #000;
}
/* line 182, ../sass/nodes.scss */
.page-node-402 #offerings-header {
  width: 960px;
  margin: 0 auto;
  position: relative;
  min-height: 380px;
}
@media (max-width: 959px) {
  /* line 182, ../sass/nodes.scss */
  .page-node-402 #offerings-header {
    width: auto;
    min-height: 200px;
    text-align: center;
  }
  /* line 191, ../sass/nodes.scss */
  .page-node-402 #offerings-header img.header {
    width: 100px;
    position: static !important;
    border: 0 !important;
    margin: 0 auto !important;
    padding: 1em 0 !important;
    display: block;
  }
  /* line 199, ../sass/nodes.scss */
  .page-node-402 #offerings-header p.header {
    clear: both;
    font-size: 4em !important;
    margin: 0 !important;
    display: inline;
    position: static !important;
  }
  /* line 206, ../sass/nodes.scss */
  .page-node-402 #offerings-header .copy {
    margin: 0 !important;
    padding: 1em;
    position: static !important;
  }
  /* line 211, ../sass/nodes.scss */
  .page-node-402 #offerings-header .outer-link {
    margin: 0 !important;
    position: static !important;
  }
  /* line 214, ../sass/nodes.scss */
  .page-node-402 #offerings-header .outer-link .link {
    margin: 0 auto 1em auto;
  }
}
/* line 219, ../sass/nodes.scss */
.page-node-402 #offerings-header img.header {
  margin: 4em 0px 0px 11em;
  position: absolute;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #fff;
  padding-right: 2em;
  padding-bottom: 0.5em;
  width: 140px;
}
/* line 229, ../sass/nodes.scss */
.page-node-402 #offerings-header p.header {
  font-size: 6.7em;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 50px 0px 0px 375px;
  display: inline-block;
  line-height: 1;
  position: relative;
}
/* line 239, ../sass/nodes.scss */
.page-node-402 #offerings-header .copy {
  color: #29abe1;
  font-size: 1.2em;
  line-height: 1.5;
  position: absolute;
  margin: 0 150px 0px 375px;
}
/* line 246, ../sass/nodes.scss */
.page-node-402 #offerings-header .outer-link {
  padding-bottom: 1em;
  position: absolute;
  margin: 120px 0px 0px;
  display: block;
  width: 100%;
}
/* line 253, ../sass/nodes.scss */
.page-node-402 #offerings-header .link {
  border-width: 1px;
  border-style: solid;
  border-color: #29abe1;
  display: block;
  margin: 0 auto;
  padding: 1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #29abe1;
  width: 100px;
  text-align: center;
}
/* line 265, ../sass/nodes.scss */
.page-node-402 #offerings-header .link:hover {
  color: #fff;
  background-color: #29abe1;
}

/* line 278, ../sass/nodes.scss */
.section-onebyaol #page-title .inner,
.section-onebyaol-advertisers #page-title .inner,
.section-onebyaol-publishers #page-title .inner,
.section-onebyaol-indirect #page-title .inner,
.section-onebyaol-buzz #page-title .inner {
  text-transform: none;
}

/* line 284, ../sass/nodes.scss */
.page-node-402 #page-title .inner {
  padding-top: 53px;
}
/* line 287, ../sass/nodes.scss */
.page-node-402 article.node-402 {
  padding-bottom: 56px;
}
/* line 290, ../sass/nodes.scss */
.page-node-402 p.sub-links {
  margin: 1em auto 0 auto;
}
/* line 292, ../sass/nodes.scss */
.page-node-402 p.sub-links a {
  color: #29abe1;
  text-decoration: underline;
  text-transform: uppercase;
}
/* line 298, ../sass/nodes.scss */
.page-node-402 #block-views-brand-blocks-block-3 {
  font-size: 1.1em;
}

/* new one, white header */
/* line 309, ../sass/nodes.scss */
.section-onebyaol #page-title,
.section-onebyaol-advertisers #page-title,
.section-onebyaol-publishers #page-title,
.section-onebyaol-indirect #page-title,
.section-onebyaol-buzz #page-title {
  background: transparent;
}
/* line 311, ../sass/nodes.scss */
.section-onebyaol #page-title > .inner,
.section-onebyaol-advertisers #page-title > .inner,
.section-onebyaol-publishers #page-title > .inner,
.section-onebyaol-indirect #page-title > .inner,
.section-onebyaol-buzz #page-title > .inner {
  padding-top: 53px;
  color: #000;
}
/* line 316, ../sass/nodes.scss */
.section-onebyaol p.sub-links,
.section-onebyaol-advertisers p.sub-links,
.section-onebyaol-publishers p.sub-links,
.section-onebyaol-indirect p.sub-links,
.section-onebyaol-buzz p.sub-links {
  margin: 1em auto 0 auto;
  color: #000;
}
/* line 319, ../sass/nodes.scss */
.section-onebyaol p.sub-links a,
.section-onebyaol-advertisers p.sub-links a,
.section-onebyaol-publishers p.sub-links a,
.section-onebyaol-indirect p.sub-links a,
.section-onebyaol-buzz p.sub-links a {
  color: #29abe1;
  text-decoration: underline;
  text-transform: uppercase;
}
/* line 325, ../sass/nodes.scss */
.section-onebyaol article.node-page,
.section-onebyaol-advertisers article.node-page,
.section-onebyaol-publishers article.node-page,
.section-onebyaol-indirect article.node-page,
.section-onebyaol-buzz article.node-page {
  padding-bottom: 56px;
  background: transparent !important;
  color: #000;
}
/* line 329, ../sass/nodes.scss */
.section-onebyaol article.node-page .field-name-body,
.section-onebyaol-advertisers article.node-page .field-name-body,
.section-onebyaol-publishers article.node-page .field-name-body,
.section-onebyaol-indirect article.node-page .field-name-body,
.section-onebyaol-buzz article.node-page .field-name-body {
  width: 100%;
  word-wrap: break-word;
}
/* line 333, ../sass/nodes.scss */
.section-onebyaol article.node-page .inner,
.section-onebyaol-advertisers article.node-page .inner,
.section-onebyaol-publishers article.node-page .inner,
.section-onebyaol-indirect article.node-page .inner,
.section-onebyaol-buzz article.node-page .inner {
  max-width: 960px;
  margin: 0 auto;
}
/* line 339, ../sass/nodes.scss */
.section-onebyaol .copy,
.section-onebyaol-advertisers .copy,
.section-onebyaol-publishers .copy,
.section-onebyaol-indirect .copy,
.section-onebyaol-buzz .copy {
  width: 75%;
  margin: 2em auto;
  font-size: 1em;
  font-weight: 400;
}
/* line 344, ../sass/nodes.scss */
.section-onebyaol .copy b, .section-onebyaol .copy em, .section-onebyaol .copy strong,
.section-onebyaol-advertisers .copy b,
.section-onebyaol-advertisers .copy em,
.section-onebyaol-advertisers .copy strong,
.section-onebyaol-publishers .copy b,
.section-onebyaol-publishers .copy em,
.section-onebyaol-publishers .copy strong,
.section-onebyaol-indirect .copy b,
.section-onebyaol-indirect .copy em,
.section-onebyaol-indirect .copy strong,
.section-onebyaol-buzz .copy b,
.section-onebyaol-buzz .copy em,
.section-onebyaol-buzz .copy strong {
  font-weight: 800;
}
/* line 348, ../sass/nodes.scss */
.section-onebyaol h2,
.section-onebyaol-advertisers h2,
.section-onebyaol-publishers h2,
.section-onebyaol-indirect h2,
.section-onebyaol-buzz h2 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 4em;
  line-height: 1.3;
  display: block;
}
@media all and (max-width: 959px) {
  /* line 348, ../sass/nodes.scss */
  .section-onebyaol h2,
  .section-onebyaol-advertisers h2,
  .section-onebyaol-publishers h2,
  .section-onebyaol-indirect h2,
  .section-onebyaol-buzz h2 {
    font-size: 3.5em;
  }
}
/* line 359, ../sass/nodes.scss */
.section-onebyaol hr,
.section-onebyaol-advertisers hr,
.section-onebyaol-publishers hr,
.section-onebyaol-indirect hr,
.section-onebyaol-buzz hr {
  width: 75%;
  border-width: 0 0 .2em 0;
  border-style: solid;
  border-color: #29ABE2;
}
/* line 366, ../sass/nodes.scss */
.section-onebyaol p.sub-header,
.section-onebyaol-advertisers p.sub-header,
.section-onebyaol-publishers p.sub-header,
.section-onebyaol-indirect p.sub-header,
.section-onebyaol-buzz p.sub-header {
  margin: .5em auto 0 auto;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
}
/* line 372, ../sass/nodes.scss */
.section-onebyaol #block-views-brand-blocks-block-3,
.section-onebyaol-advertisers #block-views-brand-blocks-block-3,
.section-onebyaol-publishers #block-views-brand-blocks-block-3,
.section-onebyaol-indirect #block-views-brand-blocks-block-3,
.section-onebyaol-buzz #block-views-brand-blocks-block-3 {
  font-size: 1.1em;
}

/* line 378, ../sass/nodes.scss */
.section-onebyaol #video-player {
  margin-top: 1em;
}
/* line 381, ../sass/nodes.scss */
.section-onebyaol .one-section-logo {
  max-width: 300px;
  max-height: 200px;
  text-align: center;
  display: inline-block;
}
/* line 387, ../sass/nodes.scss */
.section-onebyaol .one-section-text {
  font-size: 1.5em;
  margin: .5em auto 1em auto;
  max-width: 600px;
  color: #000;
}
/* line 391, ../sass/nodes.scss */
.section-onebyaol .one-section-text .emphasis {
  max-width: 12em;
  display: block;
  margin: 0 auto .3em auto;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 2.6em;
  line-height: 1;
}
@media all and (max-width: 959px) {
  /* line 391, ../sass/nodes.scss */
  .section-onebyaol .one-section-text .emphasis {
    font-size: 2.5em;
  }
}
/* line 405, ../sass/nodes.scss */
.section-onebyaol .one-section-buttons {
  display: block;
  margin: 0 auto;
  width: 75%;
}
/* line 409, ../sass/nodes.scss */
.section-onebyaol .one-section-buttons .button {
  border-width: 1px;
  border-style: solid;
  border-color: #29abe1;
  color: #29abe1;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  width: auto;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 3em;
  font-size: 22px;
}
/* line 86, ../sass/_custom.scss */
.section-onebyaol .one-section-buttons .button a {
  display: block;
  padding: 1em 1.5em;
  line-height: 1em;
  color: #29abe1;
  text-decoration: none;
}
/* line 92, ../sass/_custom.scss */
.section-onebyaol .one-section-buttons .button a:hover {
  background: #29abe2;
  color: #fff;
}
/* line 414, ../sass/nodes.scss */
.section-onebyaol .one-section-buttons .button:first-child {
  margin-right: 1em;
}
@media all and (max-width: 600px) {
  /* line 418, ../sass/nodes.scss */
  .section-onebyaol .one-section-buttons .button:first-child {
    margin: 0 0 1em 0;
  }
}
/* line 422, ../sass/nodes.scss */
.section-onebyaol .one-section-buttons .button .emphasis {
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1;
  display: block;
}
/* line 430, ../sass/nodes.scss */
.section-onebyaol .above-banner {
  width: 65%;
  color: #000;
  margin: 2.5em auto 2em auto;
  font-size: 1.5em;
  font-weight: 600;
}
/* line 436, ../sass/nodes.scss */
.section-onebyaol .above-banner .emphasis {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1;
  display: block;
}
/* line 445, ../sass/nodes.scss */
.section-onebyaol .banner {
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
  width: 100%;
  height: 600px;
  background-color: #000;
  margin-bottom: 1em;
  display: table;
}
/* line 455, ../sass/nodes.scss */
.section-onebyaol .banner.simple {
  background-image: url(/sites/aolplatforms.com/files/one/SIMPLE_image.jpg);
  background-size: cover;
}
/* line 460, ../sass/nodes.scss */
.section-onebyaol .banner.open {
  background-image: url(/sites/aolplatforms.com/files/one/OPEN_image.jpg);
  background-size: cover;
}
/* line 465, ../sass/nodes.scss */
.section-onebyaol .banner.intelligent {
  background-image: url(/sites/aolplatforms.com/files/one/INTELLIGENT_image.jpg);
  background-size: cover;
}
@media all and (max-width: 959px) {
  /* line 445, ../sass/nodes.scss */
  .section-onebyaol .banner {
    font-size: 1em;
    height: 200px;
  }
}
/* line 475, ../sass/nodes.scss */
.section-onebyaol .banner > .inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
/* line 480, ../sass/nodes.scss */
.section-onebyaol .banner .banner-text {
  width: 600px;
  margin: 0 auto;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
}
@media all and (max-width: 959px) {
  /* line 480, ../sass/nodes.scss */
  .section-onebyaol .banner .banner-text {
    width: 90%;
  }
}
/* line 489, ../sass/nodes.scss */
.section-onebyaol .banner .emphasis {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 4.5em;
  line-height: 1.3;
  display: block;
}
@media all and (max-width: 959px) {
  /* line 489, ../sass/nodes.scss */
  .section-onebyaol .banner .emphasis {
    font-size: 3.5em;
  }
}

/* line 504, ../sass/nodes.scss */
.section-onebyaol-advertisers article.node-page,
.section-onebyaol-publishers article.node-page, .section-onebyaol-indirect article.node-page {
  padding-bottom: 1em;
}
/* line 507, ../sass/nodes.scss */
.section-onebyaol-advertisers #video-wrapper,
.section-onebyaol-publishers #video-wrapper, .section-onebyaol-indirect #video-wrapper {
  width: 100%;
  margin-top: 1em;
  position: relative;
}
@media all and (min-width: 960px) {
  /* line 507, ../sass/nodes.scss */
  .section-onebyaol-advertisers #video-wrapper,
  .section-onebyaol-publishers #video-wrapper, .section-onebyaol-indirect #video-wrapper {
    min-height: 615px;
  }
}
@media all and (min-width: 1200px) {
  /* line 507, ../sass/nodes.scss */
  .section-onebyaol-advertisers #video-wrapper,
  .section-onebyaol-publishers #video-wrapper, .section-onebyaol-indirect #video-wrapper {
    /* min-height: 815px; */
  }
}
/* line 519, ../sass/nodes.scss */
.section-onebyaol-advertisers #video-wrapper .inner,
.section-onebyaol-publishers #video-wrapper .inner, .section-onebyaol-indirect #video-wrapper .inner {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  top: 50%;
  max-width: 100%;
  width: 100%;
  /*top: 40%;*/
  position: absolute;
  text-align: center;
}
/* line 529, ../sass/nodes.scss */
.section-onebyaol-advertisers #video-wrapper .inner .image,
.section-onebyaol-publishers #video-wrapper .inner .image, .section-onebyaol-indirect #video-wrapper .inner .image {
  position: absolute;
  margin: 0 auto;
  display: none;
}
/* line 534, ../sass/nodes.scss */
.section-onebyaol-advertisers #video-wrapper .inner .banner-text,
.section-onebyaol-publishers #video-wrapper .inner .banner-text, .section-onebyaol-indirect #video-wrapper .inner .banner-text {
  width: 760px;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
}
@media all and (max-width: 959px) {
  /* line 534, ../sass/nodes.scss */
  .section-onebyaol-advertisers #video-wrapper .inner .banner-text,
  .section-onebyaol-publishers #video-wrapper .inner .banner-text, .section-onebyaol-indirect #video-wrapper .inner .banner-text {
    width: 90%;
  }
}
/* line 543, ../sass/nodes.scss */
.section-onebyaol-advertisers #video-wrapper .inner .emphasis,
.section-onebyaol-publishers #video-wrapper .inner .emphasis, .section-onebyaol-indirect #video-wrapper .inner .emphasis {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 4em;
  line-height: 1em;
  font-weight: 600;
  display: block;
}
@media all and (max-width: 959px) {
  /* line 543, ../sass/nodes.scss */
  .section-onebyaol-advertisers #video-wrapper .inner .emphasis,
  .section-onebyaol-publishers #video-wrapper .inner .emphasis, .section-onebyaol-indirect #video-wrapper .inner .emphasis {
    font-size: 2em;
  }
}
/* line 555, ../sass/nodes.scss */
.section-onebyaol-advertisers #video-wrapper .text,
.section-onebyaol-publishers #video-wrapper .text, .section-onebyaol-indirect #video-wrapper .text {
  font-family: "Open Sans", sans-serif;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  line-height: 1;
  font-size: 7.5em;
  color: #fff;
}
@media all and (max-width: 959px) {
  /* line 555, ../sass/nodes.scss */
  .section-onebyaol-advertisers #video-wrapper .text,
  .section-onebyaol-publishers #video-wrapper .text, .section-onebyaol-indirect #video-wrapper .text {
    font-size: 4.5em;
  }
}
/* line 567, ../sass/nodes.scss */
.section-onebyaol-advertisers .block .inner,
.section-onebyaol-publishers .block .inner, .section-onebyaol-indirect .block .inner {
  max-width: 960px;
  margin: 0 auto;
}
/* line 571, ../sass/nodes.scss */
.section-onebyaol-advertisers #EdgeID,
.section-onebyaol-publishers #EdgeID, .section-onebyaol-indirect #EdgeID {
  position: absolute;
  width: 600px;
  height: 600px;
  margin-bottom: 3em;
  position: relative;
  left: calc(50% - 600px * .5);
  /*
  border-width: 0 0 .2em 0;
  border-style: solid;
  border-color: #29ABE2;
  */
}

/* line 587, ../sass/nodes.scss */
.section-onebyaol-publishers article.node-page, .section-onebyaol-indirect article.node-page {
  padding-bottom: 1em;
}
/* line 590, ../sass/nodes.scss */
.section-onebyaol-publishers #video-wrapper, .section-onebyaol-indirect #video-wrapper {
  background-image: url(/sites/aolplatforms.com/files/one/ONEbyAOL_pub_hero.jpg);
  background-size: cover;
}
/* line 593, ../sass/nodes.scss */
.section-onebyaol-publishers #video-wrapper .inner, .section-onebyaol-indirect #video-wrapper .inner {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  top: 50%;
}
/* line 598, ../sass/nodes.scss */
.section-onebyaol-publishers #video-wrapper .inner .banner-text, .section-onebyaol-indirect #video-wrapper .inner .banner-text {
  width: 600px;
  color: #fff;
  margin: 0 auto;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
}
@media all and (max-width: 959px) {
  /* line 598, ../sass/nodes.scss */
  .section-onebyaol-publishers #video-wrapper .inner .banner-text, .section-onebyaol-indirect #video-wrapper .inner .banner-text {
    width: 90%;
  }
}
/* line 607, ../sass/nodes.scss */
.section-onebyaol-publishers #video-wrapper .inner .emphasis, .section-onebyaol-indirect #video-wrapper .inner .emphasis {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 4em;
  line-height: 1em;
  font-weight: 600;
  display: block;
}
@media all and (max-width: 959px) {
  /* line 607, ../sass/nodes.scss */
  .section-onebyaol-publishers #video-wrapper .inner .emphasis, .section-onebyaol-indirect #video-wrapper .inner .emphasis {
    font-size: 2em;
  }
}
/* line 621, ../sass/nodes.scss */
.section-onebyaol-publishers article.node-webform #oneforpubslogo, .section-onebyaol-indirect article.node-webform #oneforpubslogo {
  float: left;
  margin-top: -80px;
}
/* line 625, ../sass/nodes.scss */
.section-onebyaol-publishers article.node-webform p, .section-onebyaol-indirect article.node-webform p {
  width: 780px;
}
@media all and (max-width: 959px) {
  /* line 629, ../sass/nodes.scss */
  .section-onebyaol-publishers article.node-webform #oneforpubslogo, .section-onebyaol-indirect article.node-webform #oneforpubslogo {
    float: none;
    margin-top: 0px;
  }
  /* line 633, ../sass/nodes.scss */
  .section-onebyaol-publishers article.node-webform p, .section-onebyaol-indirect article.node-webform p {
    width: 100%;
  }
}

/* line 640, ../sass/nodes.scss */
.section-login {
  background-color: #fff;
}
/* line 641, ../sass/nodes.scss */
.section-login #header, .section-login #footer, .section-login #admin-menu {
  display: none;
}
/* line 644, ../sass/nodes.scss */
.section-login body {
  top: 0;
}
/* line 647, ../sass/nodes.scss */
.section-login body, .section-login #page {
  margin: 0 !important;
}
/* line 650, ../sass/nodes.scss */
.section-login article.node {
  padding: 10px;
}

/* line 656, ../sass/nodes.scss */
.node-article {
  /* Article content node */
}

/* line 660, ../sass/nodes.scss */
.node-unpublished {
  /* Unpublished nodes */
  /* background-color: #fff4f4; */
  /* Drupal core uses a #fff4f4 background */
}
/* line 664, ../sass/nodes.scss */
.node-unpublished p.unpublished {
  /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
}

/***Leadership Team**/
/* line 671, ../sass/nodes.scss */
.page-node-7 h1 {
  display: none;
}

/* line 675, ../sass/nodes.scss */
article.node-7, article.node-our-team div.header {
  width: 100%;
  z-index: 10;
  background: black;
  width: 100%;
  max-height: 155px;
  float: left;
  clear: both;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
/* line 687, ../sass/nodes.scss */
article.node-7 h2, article.node-our-team div.header h2 {
  font-size: 45px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  color: white;
  line-height: 1em;
}
/* line 691, ../sass/nodes.scss */
article.node-7 h3, article.node-our-team div.header h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6em;
  font-weight: 100;
  color: white;
  margin: .5em auto 0 auto;
}
/* line 696, ../sass/nodes.scss */
article.node-7 .field-name-body .field-items, article.node-our-team div.header .field-name-body .field-items {
  width: 100%;
}

/* line 702, ../sass/nodes.scss */
.page-node-7 .views-field-edit-node {
  position: absolute;
  z-index: 5;
  font-weight: 100;
}

/* line 708, ../sass/nodes.scss */
.page-node-7 .field-content {
  width: 100%;
  height: inherit;
}

/* line 713, ../sass/nodes.scss */
.page-node-7 .bios {
  display: table;
  width: 100%;
  height: inherit;
}

/* line 719, ../sass/nodes.scss */
.page-node-7 .bio-image {
  width: 100%;
  background: black;
}

/* line 724, ../sass/nodes.scss */
.page-node-7 .bio-image img {
  width: 100%;
  opacity: 1.0;
}

/* line 729, ../sass/nodes.scss */
.page-node-7 .bio-text {
  font-size: 0;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 30%;
  padding-right: 15%;
}
/* line 741, ../sass/nodes.scss */
.page-node-7 .bio-text h2 {
  line-height: 1.2em;
}
/* line 743, ../sass/nodes.scss */
.page-node-7 .bio-text h2 a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
/* line 750, ../sass/nodes.scss */
.page-node-7 .bio-text .bio-title {
  display: inline;
  color: white;
  font-size: 1.2em;
  font-weight: 100;
}
/* line 756, ../sass/nodes.scss */
.page-node-7 .bio-text:hover {
  font-size: 1em;
  line-height: 1.4em;
  cursor: pointer;
  background-color: #29abe1;
  opacity: .75;
}
/* line 762, ../sass/nodes.scss */
.page-node-7 .bio-text:hover:after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 11px;
  background-image: url("../images/right-carat.png");
  background-size: cover;
}

/* line 774, ../sass/nodes.scss */
.page-node-7 .bio-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

/* line 784, ../sass/nodes.scss */
.page-node-7 #block-views-our-team-block-2, .node-type-our-team #block-views-our-team-block-2 {
  background: black;
  clear: both;
  float: left;
  width: 100%;
  position: relative;
  height: 280px;
}
/* line 791, ../sass/nodes.scss */
.page-node-7 #block-views-our-team-block-2 h2.block-title, .node-type-our-team #block-views-our-team-block-2 h2.block-title {
  display: none;
}
/* line 794, ../sass/nodes.scss */
.page-node-7 #block-views-our-team-block-2 .view-our-team, .node-type-our-team #block-views-our-team-block-2 .view-our-team {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
/* line 799, ../sass/nodes.scss */
.page-node-7 #block-views-our-team-block-2 .view-header, .node-type-our-team #block-views-our-team-block-2 .view-header {
  float: left;
  width: 50%;
  color: white;
  font-size: 1.5em;
  font-weight: 100;
  color: white;
  padding-top: 145px;
}
/* line 808, ../sass/nodes.scss */
.page-node-7 #block-views-our-team-block-2 .view-content, .node-type-our-team #block-views-our-team-block-2 .view-content {
  width: 50%;
  float: left;
  padding-top: 45px;
  font-size: 1em;
  text-transform: uppercase;
}
/* line 814, ../sass/nodes.scss */
.page-node-7 #block-views-our-team-block-2 .view-content a, .node-type-our-team #block-views-our-team-block-2 .view-content a {
  color: white;
  text-decoration: none;
  line-height: 2em;
}
/* line 818, ../sass/nodes.scss */
.page-node-7 #block-views-our-team-block-2 .view-content a:hover, .node-type-our-team #block-views-our-team-block-2 .view-content a:hover {
  text-decoration: underline;
}
/* line 822, ../sass/nodes.scss */
.page-node-7 #block-views-our-team-block-2 .view-content .views-row-even, .node-type-our-team #block-views-our-team-block-2 .view-content .views-row-even {
  width: 50%;
  float: left;
}
/* line 826, ../sass/nodes.scss */
.page-node-7 #block-views-our-team-block-2 .view-content .views-row-odd, .node-type-our-team #block-views-our-team-block-2 .view-content .views-row-odd {
  width: 50%;
  float: left;
}

/* line 835, ../sass/nodes.scss */
.node-type-our-team article .header {
  display: table;
  width: 100%;
}
/* line 838, ../sass/nodes.scss */
.node-type-our-team article .header .inner {
  display: table-cell;
  vertical-align: middle;
}

/* line 846, ../sass/nodes.scss */
.node-type-our-team article.node-our-team div.header {
  margin-bottom: 55px;
}

/* line 850, ../sass/nodes.scss */
.node-type-our-team .leader-wrapper {
  width: 960px;
  height: 350px;
  display: block;
  margin: 0px auto;
  clear: both;
  overflow: hidden;
}

/* line 863, ../sass/nodes.scss */
.node-type-our-team h1.title {
  display: none;
}

/* line 867, ../sass/nodes.scss */
.node-type-our-team .wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 55px 0 55px 0;
  font-size: 1em;
}

/* line 874, ../sass/nodes.scss */
.node-type-our-team h6 {
  margin: 0 0;
  padding: 0 0;
  font-size: 1.6em;
  color: black;
  text-transform: uppercase;
}

/* line 882, ../sass/nodes.scss */
.node-type-our-team .jobTitle {
  font-size: 1.6em;
  line-height: 1em;
  font-weight: 300;
  color: #29abe1;
}

/* line 889, ../sass/nodes.scss */
.node-type-our-team .description {
  padding: 30px 0 0 0;
}

/* line 893, ../sass/nodes.scss */
.node-type-our-team .social-icons {
  width: 960px;
  margin: 0 auto;
  padding: 55px 0;
  clear: both;
}
/* line 898, ../sass/nodes.scss */
.node-type-our-team .social-icons a {
  display: inline-block;
  float: left;
  background: transparent url(../images/new-social-icons.png) no-repeat;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  text-indent: -2000px;
}
/* line 906, ../sass/nodes.scss */
.node-type-our-team .social-icons a.linkedin {
  background-position: 0 -40px;
}
/* line 908, ../sass/nodes.scss */
.node-type-our-team .social-icons a.linkedin:hover {
  background-position: -40px -40px;
}
/* line 912, ../sass/nodes.scss */
.node-type-our-team .social-icons a.twitter {
  background-position: 0 0;
}
/* line 915, ../sass/nodes.scss */
.node-type-our-team .social-icons a:hover {
  background-position: -40px 0;
}

/* line 921, ../sass/nodes.scss */
#block-views-our-team-block-1.block {
  margin-bottom: 0 !important;
}

/* non-stretching pages */
/* line 927, ../sass/nodes.scss */
.section-contact #content, .page-about-events #content, .page-about-past-events #content, .page-node-4 #content, .section-careers #content, .section-one-press #content, .section-one-demo-video #content, .section-videos .full-node #content, .section-premium-formats-network-demos #content, .section-puf-press #content, .section-protected-page #content, .section-aolopenseriestv #content, .section-adaptv-code-conduct #content, .section-aolopenseries #content, .section-attribution #content, .section-maximizing-your-ad-opportunities #content, .page-node-done #content {
  width: 960px;
  margin: 0 auto;
}

/* line 933, ../sass/nodes.scss */
.section-maximizing-your-ad-opportunities h1.title {
  display: none;
}

/* press page link */
/* line 936, ../sass/nodes.scss */
.section-one-press #content a, .section-puf-press #content a {
  color: #29abe1;
}

/*blog and perspectives titleb*/
/* line 941, ../sass/nodes.scss */
.page-blog #page-title, .page-node-403 #page-title {
  background: #000;
  clear: both;
  padding: 75px 0;
}

/* line 947, ../sass/nodes.scss */
.page-blog #page-title {
  margin-bottom: 55px;
}

/* blog styles */
/* line 952, ../sass/nodes.scss */
.section-blog {
  /*set the main blog page content's width and centering - update for responsive breakpoints*/
  /*normal post boxes have a set size - update for responsive breakpoints*/
}
/* line 954, ../sass/nodes.scss */
.section-blog #content .view-id-content_options {
  overflow: hidden;
  width: 960px;
  margin: 0 auto;
  clear: both;
  /*target the latest blog post with first-child and make it 4x the others*/
  /*make the latest image large*/
}
/* line 960, ../sass/nodes.scss */
.section-blog #content .view-id-content_options .views-row:first-child {
  background: #f5f5f5;
  width: 630px;
  height: 630px;
}
/* line 965, ../sass/nodes.scss */
.section-blog #content .view-id-content_options .views-row:first-child .views-field-nothing .views-field-nothing-link {
  padding-top: 1260px;
  width: 630px;
  bottom: -630px;
}
/* line 970, ../sass/nodes.scss */
.section-blog #content .view-id-content_options .views-row:first-child .views-field-nothing :hover {
  bottom: 0px;
}
/* line 976, ../sass/nodes.scss */
.section-blog #content .view-id-content_options .views-row:first-child img {
  width: 630px;
  height: 630px;
}
/* line 982, ../sass/nodes.scss */
.section-blog #content .views-row {
  float: left;
  width: 310px;
  height: 310px;
  overflow: hidden;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  position: relative;
  /*hover*/
    /*target the container of title, date, and more link
-push it out of view until overing*/
}
/* line 994, ../sass/nodes.scss */
.section-blog #content .views-row .views-field-nothing {
  /*when hovering, set the bottom position to bring it in view*/
  /*style the links in the hover area*/
  /*give the fields padding and a background*/
  /*to align the date and more link, make the created link float and remove background*/
  /*don't float the link so it'll wrap next to the floated date*/
}
/* line 995, ../sass/nodes.scss */
.section-blog #content .views-row .views-field-nothing .views-field-nothing-link {
  width: 310px;
  position: absolute;
  display: block;
  left: 0;
  bottom: -310px;
  color: #fff;
  padding-top: 630px;
  text-decoration: none;
}
/* line 1006, ../sass/nodes.scss */
.section-blog #content .views-row .views-field-nothing :hover {
  bottom: 0px;
}
/* line 1010, ../sass/nodes.scss */
.section-blog #content .views-row .views-field-nothing span {
  color: #fff;
  text-decoration: none;
}
/* line 1015, ../sass/nodes.scss */
.section-blog #content .views-row .views-field-nothing .views-field-title, .section-blog #content .views-row .views-field-nothing .views-field-created, .section-blog #content .views-row .views-field-nothing .views-field-view-node {
  padding: 20px;
  background: rgba(1, 174, 240, 0.75);
  line-height: 135%;
}
/* line 1021, ../sass/nodes.scss */
.section-blog #content .views-row .views-field-nothing .views-field-created {
  padding: 0 0 20px 20px;
  margin-right: 10px;
  float: left;
  font-size: 13px;
  text-transform: uppercase;
  background: transparent;
}
/* line 1030, ../sass/nodes.scss */
.section-blog #content .views-row .views-field-nothing .views-field-view-node {
  padding: 0 0 20px 0;
  text-align: left;
  font-size: 13px;
}
/* line 1034, ../sass/nodes.scss */
.section-blog #content .views-row .views-field-nothing .views-field-view-node span {
  padding-left: 10px;
  border-left: 1px solid #fff;
}

/* line 1043, ../sass/nodes.scss */
#block-block-10 {
  clear: both;
  background: #f0f0f0;
  margin: 55px 0 0;
  padding: 40px 10px;
  font-size: 1.6em;
  line-height: 2em;
  text-align: center;
  font-weight: 300;
}
/* line 1052, ../sass/nodes.scss */
#block-block-10 p {
  margin: 0;
}
/* line 1055, ../sass/nodes.scss */
#block-block-10 a {
  color: inherit;
}

/*individual blog posts*/
/* line 1061, ../sass/nodes.scss */
.node-type-article {
  /*make sure the width of the page title isn't cut off... not sure what was causing this*/
}
/* line 1062, ../sass/nodes.scss */
.node-type-article #content {
  width: 960px;
  margin: 0 auto;
}
/* line 1067, ../sass/nodes.scss */
.node-type-article #page-title span.inner {
  display: block;
  width: 100%;
  margin-top: 55px;
  margin-bottom: .5em;
}

/*social icons*/
/* line 1076, ../sass/nodes.scss */
#block-block-9 {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 2em;
}
/* line 1081, ../sass/nodes.scss */
#block-block-9 h2.block-title {
  float: left;
  width: 7.5%;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  padding-top: 1em;
  font-size: 1.05em;
  line-height: 1.4em;
  font-weight: 600;
}
/* line 1091, ../sass/nodes.scss */
#block-block-9 .shareThisText {
  float: left;
  width: 92.5%;
  clear: right;
  margin-top: 1em;
  position: relative;
}
/* line 1097, ../sass/nodes.scss */
#block-block-9 .shareThisText .link {
  display: inline-block;
  padding-right: 1em;
  width: auto;
  height: 1em;
}
/* line 1102, ../sass/nodes.scss */
#block-block-9 .shareThisText .link a {
  color: #29abe1;
}
/* line 1106, ../sass/nodes.scss */
#block-block-9 .shareThisText .count {
  display: inline;
  font-weight: normal;
  font-size: .7em;
}
/* line 1111, ../sass/nodes.scss */
#block-block-9 .shareThisText .text {
  font-weight: 400;
  font-size: 1em;
  text-transform: uppercase;
  color: #29abe1;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: .2em;
  cursor: pointer;
}
/* line 1120, ../sass/nodes.scss */
#block-block-9 .shareThisText .text:hover .popup {
  display: block;
}
/* line 1123, ../sass/nodes.scss */
#block-block-9 .shareThisText .text a {
  color: inherit;
  text-decoration: none;
  color: #29abe1 !important;
}
/* line 1128, ../sass/nodes.scss */
#block-block-9 .shareThisText .popup {
  display: none;
  position: absolute;
  top: -43px;
  margin-left: -1em;
  overflow: hidden;
  padding-bottom: 10px;
}
/* line 1136, ../sass/nodes.scss */
#block-block-9 .shareThisText .popup.email {
  margin-left: -2.7em;
}
/* line 1139, ../sass/nodes.scss */
#block-block-9 .shareThisText .popup_inner {
  position: relative;
  border: 1px solid #ddd;
  height: 40px;
  background-color: #fff;
}
/* line 1145, ../sass/nodes.scss */
#block-block-9 .shareThisText .popup_inner:after, #block-block-9 .shareThisText .popup_inner:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 1154, ../sass/nodes.scss */
#block-block-9 .shareThisText .popup_inner:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
}
/* line 1161, ../sass/nodes.scss */
#block-block-9 .shareThisText .popup_inner:before {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #ddd;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}
/* line 1168, ../sass/nodes.scss */
#block-block-9 .shareThisText .stButton {
  padding: 10px 7px 0 7px;
}

/**generic pages*/
/* line 1178, ../sass/nodes.scss */
.page-node-546 footer, .page-about-events footer, .page-about-past-events footer, .page-node-1 footer, .page-node-4 footer, .page-node-222 footer, .page-node-178 footer, .page-node-177 footer, .section-politics footer {
  margin-top: 6.3em;
  border-top: 1px solid #f0f0f0;
}
/* line 1182, ../sass/nodes.scss */
.page-node-546 h1.title, .page-about-events h1.title, .page-about-past-events h1.title, .page-node-1 h1.title, .page-node-4 h1.title, .page-node-222 h1.title, .page-node-178 h1.title, .page-node-177 h1.title, .section-politics h1.title {
  padding: 55px 0 0 0;
  font-size: 1.6em;
}
/* line 1186, ../sass/nodes.scss */
.page-node-546 h2, .page-about-events h2, .page-about-past-events h2, .page-node-1 h2, .page-node-4 h2, .page-node-222 h2, .page-node-178 h2, .page-node-177 h2, .section-politics h2 {
  margin: 1em 0;
  font-size: 1.2em;
  font-weight: normal;
}
/* line 1191, ../sass/nodes.scss */
.page-node-546 .field-items p, .page-about-events .field-items p, .page-about-past-events .field-items p, .page-node-1 .field-items p, .page-node-4 .field-items p, .page-node-222 .field-items p, .page-node-178 .field-items p, .page-node-177 .field-items p, .section-politics .field-items p {
  margin: 1em 0;
}
/* line 1194, ../sass/nodes.scss */
.page-node-546 iframe, .page-about-events iframe, .page-about-past-events iframe, .page-node-1 iframe, .page-node-4 iframe, .page-node-222 iframe, .page-node-178 iframe, .page-node-177 iframe, .section-politics iframe {
  padding-top: 40px;
}

/* line 1199, ../sass/nodes.scss */
.page-node-4 .field-items p strong {
  display: block;
  margin-top: 2em;
  text-transform: uppercase;
}

/* line 1206, ../sass/nodes.scss */
.page-about-events #main h2, .page-about-events #main h2 a, .page-about-past-events #main h2, .page-about-past-events #main h2 a {
  margin-bottom: 0;
  color: #29abe1;
  text-decoration: none;
  font-size: 1em;
  text-transform: uppercase;
}
/* line 1213, ../sass/nodes.scss */
.page-about-events #main h2 a:hover, .page-about-past-events #main h2 a:hover {
  text-decoration: underline;
}
/* line 1216, ../sass/nodes.scss */
.page-about-events .view-content-options, .page-about-past-events .view-content-options {
  margin-top: 1em;
}
/* line 1219, ../sass/nodes.scss */
.page-about-events .views-row, .page-about-past-events .views-row {
  padding: 0.5em 0  0  0;
}
/* line 1222, ../sass/nodes.scss */
.page-about-events .events-button a, .page-about-past-events .events-button a {
  display: block;
  margin-top: 3em;
  color: black;
}
/* line 1226, ../sass/nodes.scss */
.page-about-events .events-button a:hover, .page-about-past-events .events-button a:hover {
  color: #666;
}
/* line 1230, ../sass/nodes.scss */
.page-about-events .event-location, .page-about-events .event-date, .page-about-past-events .event-location, .page-about-past-events .event-date {
  font-weight: 600;
}
/* line 1233, ../sass/nodes.scss */
.page-about-events .event-description p, .page-about-past-events .event-description p {
  margin: 0 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

/* line 1241, ../sass/nodes.scss */
.page-node-546, .page-node-222, .section-7-things-you-need-know-about-programmatic-right-now, .section-white-paper-future-native-mobile-experience, .section-myth-busting-social-media-advertising,
.section-eu-soi2014-report, .two-column-webform, .section-login {
  /* hack for additional "interested" values */
}
/* line 1245, ../sass/nodes.scss */
.page-node-546 .left-field, .page-node-222 .left-field, .section-7-things-you-need-know-about-programmatic-right-now .left-field, .section-white-paper-future-native-mobile-experience .left-field, .section-myth-busting-social-media-advertising .left-field,
.section-eu-soi2014-report .left-field, .two-column-webform .left-field, .section-login .left-field {
  float: left;
  width: 300px;
  padding-top: 2em;
}
/* line 1249, ../sass/nodes.scss */
.page-node-546 .left-field img, .page-node-222 .left-field img, .section-7-things-you-need-know-about-programmatic-right-now .left-field img, .section-white-paper-future-native-mobile-experience .left-field img, .section-myth-busting-social-media-advertising .left-field img,
.section-eu-soi2014-report .left-field img, .two-column-webform .left-field img, .section-login .left-field img {
  max-width: 290px;
}
/* line 1253, ../sass/nodes.scss */
.page-node-546 .right-field, .page-node-222 .right-field, .section-7-things-you-need-know-about-programmatic-right-now .right-field, .section-white-paper-future-native-mobile-experience .right-field, .section-myth-busting-social-media-advertising .right-field,
.section-eu-soi2014-report .right-field, .two-column-webform .right-field, .section-login .right-field {
  float: right;
  width: 660px;
}
/* line 1256, ../sass/nodes.scss */
.page-node-546 .right-field ul, .page-node-222 .right-field ul, .section-7-things-you-need-know-about-programmatic-right-now .right-field ul, .section-white-paper-future-native-mobile-experience .right-field ul, .section-myth-busting-social-media-advertising .right-field ul,
.section-eu-soi2014-report .right-field ul, .two-column-webform .right-field ul, .section-login .right-field ul {
  margin-left: auto !important;
}
/* line 1259, ../sass/nodes.scss */
.page-node-546 .right-field #block-block-9, .page-node-222 .right-field #block-block-9, .section-7-things-you-need-know-about-programmatic-right-now .right-field #block-block-9, .section-white-paper-future-native-mobile-experience .right-field #block-block-9, .section-myth-busting-social-media-advertising .right-field #block-block-9,
.section-eu-soi2014-report .right-field #block-block-9, .two-column-webform .right-field #block-block-9, .section-login .right-field #block-block-9 {
  margin-top: 0 !important;
  margin-bottom: 1em !important;
  padding-bottom: 1em !important;
  border-bottom: 1px solid #CCC;
}
/* line 1264, ../sass/nodes.scss */
.page-node-546 .right-field #block-block-9 .block-title, .page-node-222 .right-field #block-block-9 .block-title, .section-7-things-you-need-know-about-programmatic-right-now .right-field #block-block-9 .block-title, .section-white-paper-future-native-mobile-experience .right-field #block-block-9 .block-title, .section-myth-busting-social-media-advertising .right-field #block-block-9 .block-title,
.section-eu-soi2014-report .right-field #block-block-9 .block-title, .two-column-webform .right-field #block-block-9 .block-title, .section-login .right-field #block-block-9 .block-title {
  width: 10%;
}
/* line 1267, ../sass/nodes.scss */
.page-node-546 .right-field #block-block-9 .shareThisText, .page-node-222 .right-field #block-block-9 .shareThisText, .section-7-things-you-need-know-about-programmatic-right-now .right-field #block-block-9 .shareThisText, .section-white-paper-future-native-mobile-experience .right-field #block-block-9 .shareThisText, .section-myth-busting-social-media-advertising .right-field #block-block-9 .shareThisText,
.section-eu-soi2014-report .right-field #block-block-9 .shareThisText, .two-column-webform .right-field #block-block-9 .shareThisText, .section-login .right-field #block-block-9 .shareThisText {
  width: 90%;
}
/* line 1272, ../sass/nodes.scss */
.page-node-546 .right-field .form-item label, .page-node-222 .right-field .form-item label, .section-7-things-you-need-know-about-programmatic-right-now .right-field .form-item label, .section-white-paper-future-native-mobile-experience .right-field .form-item label, .section-myth-busting-social-media-advertising .right-field .form-item label,
.section-eu-soi2014-report .right-field .form-item label, .two-column-webform .right-field .form-item label, .section-login .right-field .form-item label {
  margin-bottom: 0px !important;
}
/* line 1276, ../sass/nodes.scss */
.page-node-546 .right-field .webform-client-form, .page-node-222 .right-field .webform-client-form, .section-7-things-you-need-know-about-programmatic-right-now .right-field .webform-client-form, .section-white-paper-future-native-mobile-experience .right-field .webform-client-form, .section-myth-busting-social-media-advertising .right-field .webform-client-form,
.section-eu-soi2014-report .right-field .webform-client-form, .two-column-webform .right-field .webform-client-form, .section-login .right-field .webform-client-form {
  margin-left: 0 !important;
  margin: 0 !important;
}
/* line 1280, ../sass/nodes.scss */
.page-node-546 .right-field .webform-client-form .webform-component-textfield input, .page-node-546 .right-field .webform-client-form .webform-component-email input, .page-node-222 .right-field .webform-client-form .webform-component-textfield input, .page-node-222 .right-field .webform-client-form .webform-component-email input, .section-7-things-you-need-know-about-programmatic-right-now .right-field .webform-client-form .webform-component-textfield input, .section-7-things-you-need-know-about-programmatic-right-now .right-field .webform-client-form .webform-component-email input, .section-white-paper-future-native-mobile-experience .right-field .webform-client-form .webform-component-textfield input, .section-white-paper-future-native-mobile-experience .right-field .webform-client-form .webform-component-email input, .section-myth-busting-social-media-advertising .right-field .webform-client-form .webform-component-textfield input, .section-myth-busting-social-media-advertising .right-field .webform-client-form .webform-component-email input,
.section-eu-soi2014-report .right-field .webform-client-form .webform-component-textfield input,
.section-eu-soi2014-report .right-field .webform-client-form .webform-component-email input, .two-column-webform .right-field .webform-client-form .webform-component-textfield input, .two-column-webform .right-field .webform-client-form .webform-component-email input, .section-login .right-field .webform-client-form .webform-component-textfield input, .section-login .right-field .webform-client-form .webform-component-email input {
  width: 285px;
}
/* line 1284, ../sass/nodes.scss */
.page-node-546 .right-field .webform-client-form select, .page-node-222 .right-field .webform-client-form select, .section-7-things-you-need-know-about-programmatic-right-now .right-field .webform-client-form select, .section-white-paper-future-native-mobile-experience .right-field .webform-client-form select, .section-myth-busting-social-media-advertising .right-field .webform-client-form select,
.section-eu-soi2014-report .right-field .webform-client-form select, .two-column-webform .right-field .webform-client-form select, .section-login .right-field .webform-client-form select {
  font-size: 12px !important;
}
/* line 1292, ../sass/nodes.scss */
.page-node-546 form, .page-node-222 form, .section-7-things-you-need-know-about-programmatic-right-now form, .section-white-paper-future-native-mobile-experience form, .section-myth-busting-social-media-advertising form,
.section-eu-soi2014-report form, .two-column-webform form, .section-login form {
  padding-top: .5em;
}
/* line 1295, ../sass/nodes.scss */
.page-node-546 label, .page-node-222 label, .section-7-things-you-need-know-about-programmatic-right-now label, .section-white-paper-future-native-mobile-experience label, .section-myth-busting-social-media-advertising label,
.section-eu-soi2014-report label, .two-column-webform label, .section-login label {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 1300, ../sass/nodes.scss */
.page-node-546 label.option, .page-node-222 label.option, .section-7-things-you-need-know-about-programmatic-right-now label.option, .section-white-paper-future-native-mobile-experience label.option, .section-myth-busting-social-media-advertising label.option,
.section-eu-soi2014-report label.option, .two-column-webform label.option, .section-login label.option {
  text-transform: none;
  margin-left: 1.5em;
}
/* line 1305, ../sass/nodes.scss */
.page-node-546 .description, .page-node-222 .description, .section-7-things-you-need-know-about-programmatic-right-now .description, .section-white-paper-future-native-mobile-experience .description, .section-myth-busting-social-media-advertising .description,
.section-eu-soi2014-report .description, .two-column-webform .description, .section-login .description {
  margin-top: 1em;
}
/* line 1308, ../sass/nodes.scss */
.page-node-546 input.form-submit, .page-node-222 input.form-submit, .section-7-things-you-need-know-about-programmatic-right-now input.form-submit, .section-white-paper-future-native-mobile-experience input.form-submit, .section-myth-busting-social-media-advertising input.form-submit,
.section-eu-soi2014-report input.form-submit, .two-column-webform input.form-submit, .section-login input.form-submit {
  text-transform: uppercase;
  font-size: .8em;
  font-family: "Open Sans", sans-serif;
  color: #29abe1;
  padding: 1em 2em;
  font-size: 1em;
  background: white;
  border: 1px solid #29abe2;
}
/* line 1314, ../sass/nodes.scss */
.page-node-546 input.form-submit:hover, .page-node-222 input.form-submit:hover, .section-7-things-you-need-know-about-programmatic-right-now input.form-submit:hover, .section-white-paper-future-native-mobile-experience input.form-submit:hover, .section-myth-busting-social-media-advertising input.form-submit:hover,
.section-eu-soi2014-report input.form-submit:hover, .two-column-webform input.form-submit:hover, .section-login input.form-submit:hover {
  background: #29abe2;
  color: white;
}
/* line 1319, ../sass/nodes.scss */
.page-node-546 select, .page-node-546 input.form-checkbox, .page-node-222 select, .page-node-222 input.form-checkbox, .section-7-things-you-need-know-about-programmatic-right-now select, .section-7-things-you-need-know-about-programmatic-right-now input.form-checkbox, .section-white-paper-future-native-mobile-experience select, .section-white-paper-future-native-mobile-experience input.form-checkbox, .section-myth-busting-social-media-advertising select, .section-myth-busting-social-media-advertising input.form-checkbox,
.section-eu-soi2014-report select,
.section-eu-soi2014-report input.form-checkbox, .two-column-webform select, .two-column-webform input.form-checkbox, .section-login select, .section-login input.form-checkbox {
  border-radius: 0;
  border: 0px inset;
  background: white;
  border: 1px solid #ccc;
}
/* line 1327, ../sass/nodes.scss */
.page-node-546 .form-item-submitted-im-interested-in-programmatic-tv::before, .page-node-222 .form-item-submitted-im-interested-in-programmatic-tv::before, .section-7-things-you-need-know-about-programmatic-right-now .form-item-submitted-im-interested-in-programmatic-tv::before, .section-white-paper-future-native-mobile-experience .form-item-submitted-im-interested-in-programmatic-tv::before, .section-myth-busting-social-media-advertising .form-item-submitted-im-interested-in-programmatic-tv::before,
.section-eu-soi2014-report .form-item-submitted-im-interested-in-programmatic-tv::before, .two-column-webform .form-item-submitted-im-interested-in-programmatic-tv::before, .section-login .form-item-submitted-im-interested-in-programmatic-tv::before {
  display: block !important;
  content: "Programmatic";
  margin-left: -15px;
}
/* line 1332, ../sass/nodes.scss */
.page-node-546 .form-item-submitted-im-interested-in-programmatic-tv, .page-node-546 .form-item-submitted-im-interested-in-programmatic-video, .page-node-546 .form-item-submitted-im-interested-in-programmatic-display, .page-node-546 .form-item-submitted-im-interested-in-programmatic-creative, .page-node-222 .form-item-submitted-im-interested-in-programmatic-tv, .page-node-222 .form-item-submitted-im-interested-in-programmatic-video, .page-node-222 .form-item-submitted-im-interested-in-programmatic-display, .page-node-222 .form-item-submitted-im-interested-in-programmatic-creative, .section-7-things-you-need-know-about-programmatic-right-now .form-item-submitted-im-interested-in-programmatic-tv, .section-7-things-you-need-know-about-programmatic-right-now .form-item-submitted-im-interested-in-programmatic-video, .section-7-things-you-need-know-about-programmatic-right-now .form-item-submitted-im-interested-in-programmatic-display, .section-7-things-you-need-know-about-programmatic-right-now .form-item-submitted-im-interested-in-programmatic-creative, .section-white-paper-future-native-mobile-experience .form-item-submitted-im-interested-in-programmatic-tv, .section-white-paper-future-native-mobile-experience .form-item-submitted-im-interested-in-programmatic-video, .section-white-paper-future-native-mobile-experience .form-item-submitted-im-interested-in-programmatic-display, .section-white-paper-future-native-mobile-experience .form-item-submitted-im-interested-in-programmatic-creative, .section-myth-busting-social-media-advertising .form-item-submitted-im-interested-in-programmatic-tv, .section-myth-busting-social-media-advertising .form-item-submitted-im-interested-in-programmatic-video, .section-myth-busting-social-media-advertising .form-item-submitted-im-interested-in-programmatic-display, .section-myth-busting-social-media-advertising .form-item-submitted-im-interested-in-programmatic-creative,
.section-eu-soi2014-report .form-item-submitted-im-interested-in-programmatic-tv,
.section-eu-soi2014-report .form-item-submitted-im-interested-in-programmatic-video,
.section-eu-soi2014-report .form-item-submitted-im-interested-in-programmatic-display,
.section-eu-soi2014-report .form-item-submitted-im-interested-in-programmatic-creative, .two-column-webform .form-item-submitted-im-interested-in-programmatic-tv, .two-column-webform .form-item-submitted-im-interested-in-programmatic-video, .two-column-webform .form-item-submitted-im-interested-in-programmatic-display, .two-column-webform .form-item-submitted-im-interested-in-programmatic-creative, .section-login .form-item-submitted-im-interested-in-programmatic-tv, .section-login .form-item-submitted-im-interested-in-programmatic-video, .section-login .form-item-submitted-im-interested-in-programmatic-display, .section-login .form-item-submitted-im-interested-in-programmatic-creative {
  padding-left: 15px;
}

/* edits for white paper research form page */
/* line 1343, ../sass/nodes.scss */
.section-7-things-you-need-know-about-programmatic-right-now #content ul,
.section-white-paper-future-native-mobile-experience #content ul,
.section-myth-busting-social-media-advertising #content ul,
.section-eu-soi2014-report #content ul {
  margin-left: 300px;
}
/* line 1346, ../sass/nodes.scss */
.section-7-things-you-need-know-about-programmatic-right-now #content .white-paper-img,
.section-white-paper-future-native-mobile-experience #content .white-paper-img,
.section-myth-busting-social-media-advertising #content .white-paper-img,
.section-eu-soi2014-report #content .white-paper-img {
  float: left;
}
/* line 1350, ../sass/nodes.scss */
.section-7-things-you-need-know-about-programmatic-right-now .webform-client-form,
.section-white-paper-future-native-mobile-experience .webform-client-form,
.section-myth-busting-social-media-advertising .webform-client-form,
.section-eu-soi2014-report .webform-client-form {
  margin-left: 300px;
}

/* line 1357, ../sass/nodes.scss */
#content .two-column-webform ul {
  margin-left: 300px;
}
/* line 1360, ../sass/nodes.scss */
#content .two-column-webform .white-paper-img {
  float: left;
}
/* line 1363, ../sass/nodes.scss */
#content .two-column-webform .webform-client-form {
  margin-left: 300px;
}

/* state of the industry page */
/* line 1372, ../sass/nodes.scss */
.section-2015-state-of-the-industry #page-title {
  display: none;
}
/* line 1376, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-page-title .inner {
  font-size: 45px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  color: white;
  display: block;
  padding: 100px 0 0 0;
  width: 960px;
  margin: 0 auto;
  text-align: center;
  line-height: 1em;
}
/* line 1386, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-page-header {
  height: 400px;
  background-image: url(/sites/all/themes/aolplatforms/images/soi/img_hero_1500x1000.jpg);
  background-position: left center;
  background-size: 100%;
  background-repeat: no-repeat;
}
/* line 1393, ../sass/nodes.scss */
.section-2015-state-of-the-industry p.sub-links {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-top: 1em;
  text-align: center;
  letter-spacing: 3px;
  color: #FFF;
}
/* line 1401, ../sass/nodes.scss */
.section-2015-state-of-the-industry p.sub-links a {
  color: #FFF;
  text-decoration: underline;
  text-transform: uppercase;
}
/* line 1407, ../sass/nodes.scss */
.section-2015-state-of-the-industry .soi-title-logo {
  text-align: center;
  width: 335px;
  margin: 0 auto;
}
/* line 1412, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-reports-div, .section-2015-state-of-the-industry #soi-insights-div, .section-2015-state-of-the-industry #soi-expert-div {
  text-align: center;
}
/* line 1414, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-reports-div h2, .section-2015-state-of-the-industry #soi-insights-div h2, .section-2015-state-of-the-industry #soi-expert-div h2 {
  margin: 2em 0 1em 0;
  color: #363636;
  font-size: 1.625em;
}
/* line 1419, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-reports-div .soi-report, .section-2015-state-of-the-industry #soi-insights-div .soi-report, .section-2015-state-of-the-industry #soi-expert-div .soi-report {
  font-family: "Open Sans", sans-serif;
  background-color: #000;
  height: 300px;
  width: 33%;
  width: calc((100% / 3)-2px);
  float: left;
  display: table;
  color: #FFF;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  background-position: center center;
  background-size: 690px;
}
/* line 1432, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-reports-div .soi-report#soi-report-us, .section-2015-state-of-the-industry #soi-insights-div .soi-report#soi-report-us, .section-2015-state-of-the-industry #soi-expert-div .soi-report#soi-report-us {
  background-image: url(/sites/all/themes/aolplatforms/images/soi/img_country-region_united-states.jpg);
}
/* line 1435, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-reports-div .soi-report#soi-report-eu, .section-2015-state-of-the-industry #soi-insights-div .soi-report#soi-report-eu, .section-2015-state-of-the-industry #soi-expert-div .soi-report#soi-report-eu {
  background-image: url(/sites/all/themes/aolplatforms/images/soi/img_country-region_european-union.jpg);
}
/* line 1438, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-reports-div .soi-report#soi-report-au, .section-2015-state-of-the-industry #soi-insights-div .soi-report#soi-report-au, .section-2015-state-of-the-industry #soi-expert-div .soi-report#soi-report-au {
  background-image: url(/sites/all/themes/aolplatforms/images/soi/img_country-region_australia.jpg);
}
/* line 1441, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-reports-div .soi-report#soi-report-ca, .section-2015-state-of-the-industry #soi-insights-div .soi-report#soi-report-ca, .section-2015-state-of-the-industry #soi-expert-div .soi-report#soi-report-ca {
  background-image: url(/sites/all/themes/aolplatforms/images/soi/img_country-region_canada.jpg);
}
/* line 1444, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-reports-div .soi-report#soi-report-jp, .section-2015-state-of-the-industry #soi-insights-div .soi-report#soi-report-jp, .section-2015-state-of-the-industry #soi-expert-div .soi-report#soi-report-jp {
  background-image: url(/sites/all/themes/aolplatforms/images/soi/img_country-region_japan.jpg);
}
/* line 1447, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-reports-div .soi-report#soi-report-gl, .section-2015-state-of-the-industry #soi-insights-div .soi-report#soi-report-gl, .section-2015-state-of-the-industry #soi-expert-div .soi-report#soi-report-gl {
  background-image: url(/sites/all/themes/aolplatforms/images/soi/img_country-region_global.jpg);
}
/* line 1450, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-reports-div .soi-report#soi-report-mobile, .section-2015-state-of-the-industry #soi-insights-div .soi-report#soi-report-mobile, .section-2015-state-of-the-industry #soi-expert-div .soi-report#soi-report-mobile {
  background-image: url(/sites/all/themes/aolplatforms/images/soi/insights-rise-of-mob-video.jpg);
}
/* line 1453, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-reports-div .soi-report#soi-report-program, .section-2015-state-of-the-industry #soi-insights-div .soi-report#soi-report-program, .section-2015-state-of-the-industry #soi-expert-div .soi-report#soi-report-program {
  background-image: url(/sites/all/themes/aolplatforms/images/soi/insights-prog-ubiquity.jpg);
}
/* line 1456, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-reports-div .soi-report#soi-report-power, .section-2015-state-of-the-industry #soi-insights-div .soi-report#soi-report-power, .section-2015-state-of-the-industry #soi-expert-div .soi-report#soi-report-power {
  background-image: url(/sites/all/themes/aolplatforms/images/soi/insights-prog-tv.jpg);
}
/* line 1459, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-reports-div .soi-report#soi-report-brand, .section-2015-state-of-the-industry #soi-insights-div .soi-report#soi-report-brand, .section-2015-state-of-the-industry #soi-expert-div .soi-report#soi-report-brand {
  background-image: url(/sites/all/themes/aolplatforms/images/soi/insight-branded-video.jpg);
}
/* line 1462, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-reports-div .soi-report .soi-report-header, .section-2015-state-of-the-industry #soi-insights-div .soi-report .soi-report-header, .section-2015-state-of-the-industry #soi-expert-div .soi-report .soi-report-header {
  margin: 8em 0 0.2em 0;
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: bold;
  display: block !important;
}
/* line 1469, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-reports-div .soi-report .soi-report-title, .section-2015-state-of-the-industry #soi-insights-div .soi-report .soi-report-title, .section-2015-state-of-the-industry #soi-expert-div .soi-report .soi-report-title {
  font-size: 1.5em;
  display: block !important;
  margin: 0 0 2em 0;
}
/* line 1474, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-reports-div .soi-report .title-coming-soon, .section-2015-state-of-the-industry #soi-insights-div .soi-report .title-coming-soon, .section-2015-state-of-the-industry #soi-expert-div .soi-report .title-coming-soon {
  margin: 0 0 2em 0;
  text-transform: uppercase;
}
/* line 1478, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-reports-div .soi-report .soi-report-notify, .section-2015-state-of-the-industry #soi-insights-div .soi-report .soi-report-notify, .section-2015-state-of-the-industry #soi-expert-div .soi-report .soi-report-notify {
  color: #FFF;
  text-decoration: underline;
}
/* line 1482, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-reports-div .soi-report .soi-report-insight-title, .section-2015-state-of-the-industry #soi-insights-div .soi-report .soi-report-insight-title, .section-2015-state-of-the-industry #soi-expert-div .soi-report .soi-report-insight-title {
  font-size: 1.5em;
  display: block !important;
  margin: 6em 0 0.4em;
}
/* line 1487, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-reports-div .soi-report .soi-report-learn, .section-2015-state-of-the-industry #soi-insights-div .soi-report .soi-report-learn, .section-2015-state-of-the-industry #soi-expert-div .soi-report .soi-report-learn {
  text-transform: uppercase;
  color: #FFF;
  font-size: 0.9em;
}
/* line 1492, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-reports-div .soi-report .soi-report-button, .section-2015-state-of-the-industry #soi-insights-div .soi-report .soi-report-button, .section-2015-state-of-the-industry #soi-expert-div .soi-report .soi-report-button {
  font-size: 1.2em;
  text-transform: uppercase;
  border: 1px solid #FFF;
  padding: 10px 20px;
  color: #FFF;
  text-decoration: none;
}
/* line 1499, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-reports-div .soi-report .soi-report-button:hover, .section-2015-state-of-the-industry #soi-insights-div .soi-report .soi-report-button:hover, .section-2015-state-of-the-industry #soi-expert-div .soi-report .soi-report-button:hover {
  background-color: #FFF;
  color: black;
}
/* line 1504, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-reports-div .soi-report .soi-report-notify, .section-2015-state-of-the-industry #soi-insights-div .soi-report .soi-report-notify, .section-2015-state-of-the-industry #soi-expert-div .soi-report .soi-report-notify {
  margin-top: -1.0em !important;
  font-size: 0.8em;
  line-height: 1.5em;
  width: 40%;
  margin: 0 auto;
}
/* line 1510, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-reports-div .soi-report .soi-report-notify a, .section-2015-state-of-the-industry #soi-insights-div .soi-report .soi-report-notify a, .section-2015-state-of-the-industry #soi-expert-div .soi-report .soi-report-notify a {
  color: #FFF;
}
/* line 1513, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-reports-div .soi-report .soi-report-notify strong, .section-2015-state-of-the-industry #soi-insights-div .soi-report .soi-report-notify strong, .section-2015-state-of-the-industry #soi-expert-div .soi-report .soi-report-notify strong {
  text-transform: uppercase;
}
/* line 1520, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-expert-div .expert-voice-video {
  margin: 0 auto;
  width: 70%;
}
/* line 1525, ../sass/nodes.scss */
.section-2015-state-of-the-industry #soi-insights-div .soi-report {
  width: 49.9%;
  width: calc((100% / 2)-2px);
}
/* line 1530, ../sass/nodes.scss */
.section-2015-state-of-the-industry .block-webform {
  display: none;
}
/* line 1534, ../sass/nodes.scss */
.section-2015-state-of-the-industry #cboxLoadedContent .block-webform {
  display: inline-block !important;
  background-color: #000;
  padding: 15px;
  color: #FFF;
}

/* state of the industry page */
/* line 1547, ../sass/nodes.scss */
.section-politics #page-title, .section-people-based-marketing #page-title {
  display: none;
}
/* line 1550, ../sass/nodes.scss */
.section-politics #politics-page-header, .section-politics #people-page-header, .section-politics #people-how-it-works-header, .section-people-based-marketing #politics-page-header, .section-people-based-marketing #people-page-header, .section-people-based-marketing #people-how-it-works-header {
  height: 450px;
  background-position: 100% 25%;
  background-size: 100%;
  background-repeat: no-repeat;
}
/* line 1555, ../sass/nodes.scss */
.section-politics #politics-page-header .subtitle, .section-politics #people-page-header .subtitle, .section-politics #people-how-it-works-header .subtitle, .section-people-based-marketing #politics-page-header .subtitle, .section-people-based-marketing #people-page-header .subtitle, .section-people-based-marketing #people-how-it-works-header .subtitle {
  color: #FFF;
  font-size: 1.5em;
  padding-top: 45px;
  text-align: center;
}
/* line 1560, ../sass/nodes.scss */
.section-politics #politics-page-header .subtitle h1, .section-politics #people-page-header .subtitle h1, .section-politics #people-how-it-works-header .subtitle h1, .section-people-based-marketing #politics-page-header .subtitle h1, .section-people-based-marketing #people-page-header .subtitle h1, .section-people-based-marketing #people-how-it-works-header .subtitle h1 {
  font-family: "Open Sans",sans-serif;
  font-size: 3em;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0.5em;
}
/* line 1567, ../sass/nodes.scss */
.section-politics #politics-page-header .subtitle p, .section-politics #people-page-header .subtitle p, .section-politics #people-how-it-works-header .subtitle p, .section-people-based-marketing #politics-page-header .subtitle p, .section-people-based-marketing #people-page-header .subtitle p, .section-people-based-marketing #people-how-it-works-header .subtitle p {
  font-size: 1.1em;
  margin: 0;
}
/* line 1571, ../sass/nodes.scss */
.section-politics #politics-page-header .subtitle .about-copy, .section-politics #people-page-header .subtitle .about-copy, .section-politics #people-how-it-works-header .subtitle .about-copy, .section-people-based-marketing #politics-page-header .subtitle .about-copy, .section-people-based-marketing #people-page-header .subtitle .about-copy, .section-people-based-marketing #people-how-it-works-header .subtitle .about-copy {
  font-size: 0.8em;
  margin: 15px auto 35px;
  max-width: 750px;
}
/* line 1576, ../sass/nodes.scss */
.section-politics #politics-page-header .subtitle img.people-logo, .section-politics #people-page-header .subtitle img.people-logo, .section-politics #people-how-it-works-header .subtitle img.people-logo, .section-people-based-marketing #politics-page-header .subtitle img.people-logo, .section-people-based-marketing #people-page-header .subtitle img.people-logo, .section-people-based-marketing #people-how-it-works-header .subtitle img.people-logo {
  width: 180px;
}
/* line 1581, ../sass/nodes.scss */
.section-politics #people-how-it-works-header .subtitle, .section-people-based-marketing #people-how-it-works-header .subtitle {
  padding-top: 55px;
}
@media all and (max-width: 959px) {
  /* line 1584, ../sass/nodes.scss */
  .section-politics #people-page-header, .section-politics #people-how-it-works-header, .section-people-based-marketing #people-page-header, .section-people-based-marketing #people-how-it-works-header {
    background-size: cover;
    height: 350px;
  }
  /* line 1589, ../sass/nodes.scss */
  .section-politics #people-page-header .subtitle h1, .section-politics #people-how-it-works-header .subtitle h1, .section-people-based-marketing #people-page-header .subtitle h1, .section-people-based-marketing #people-how-it-works-header .subtitle h1 {
    font-size: 2em;
  }
}
@media (max-width: 600px) {
  /* line 1584, ../sass/nodes.scss */
  .section-politics #people-page-header, .section-politics #people-how-it-works-header, .section-people-based-marketing #people-page-header, .section-people-based-marketing #people-how-it-works-header {
    height: 220px;
    background-size: cover;
    margin-bottom: 1rem;
  }
  /* line 1598, ../sass/nodes.scss */
  .section-politics #people-page-header .subtitle, .section-politics #people-how-it-works-header .subtitle, .section-people-based-marketing #people-page-header .subtitle, .section-people-based-marketing #people-how-it-works-header .subtitle {
    padding: 30px 0 0 0;
  }
  /* line 1600, ../sass/nodes.scss */
  .section-politics #people-page-header .subtitle h1, .section-politics #people-how-it-works-header .subtitle h1, .section-people-based-marketing #people-page-header .subtitle h1, .section-people-based-marketing #people-how-it-works-header .subtitle h1 {
    font-size: 1.2em;
    margin: 0;
  }
}
/* line 1607, ../sass/nodes.scss */
.section-politics #politics-page-header, .section-people-based-marketing #politics-page-header {
  background-image: url(/sites/all/themes/aolplatforms/images/politics/politics_header_3200x2000.jpg);
}
/* line 1610, ../sass/nodes.scss */
.section-politics #people-page-header, .section-people-based-marketing #people-page-header {
  background-image: url(/sites/all/themes/aolplatforms/images/people/main_hero.jpg);
}
/* line 1613, ../sass/nodes.scss */
.section-politics #people-how-it-works-header, .section-people-based-marketing #people-how-it-works-header {
  background-image: url(/sites/all/themes/aolplatforms/images/people/how-it-works-hero.png);
  background-size: 120%;
}
/* line 1617, ../sass/nodes.scss */
.section-politics .section-data-properties, .section-people-based-marketing .section-data-properties {
  padding: 50px 0 0;
  clear: both;
}
/* line 1620, ../sass/nodes.scss */
.section-politics .section-data-properties .related-properties-title, .section-people-based-marketing .section-data-properties .related-properties-title {
  background: #ffffff none repeat scroll 0 0;
  color: #58595b;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0.11em;
  margin: 0 auto;
  position: relative;
  text-transform: uppercase;
  top: 14px;
  vertical-align: middle;
  width: 200px;
  z-index: 10;
  padding-left: 35px;
}
/* line 1635, ../sass/nodes.scss */
.section-politics .section-data-properties .view-content, .section-people-based-marketing .section-data-properties .view-content {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 0 auto;
  width: 940px;
  height: 100px;
}
/* line 1641, ../sass/nodes.scss */
.section-politics .section-data-properties .view-content .field-content, .section-people-based-marketing .section-data-properties .view-content .field-content {
  float: left;
  width: 135px;
  margin-top: 20px;
}
/* line 1646, ../sass/nodes.scss */
.section-politics .section-data-properties .view-content .views-field-field-logo, .section-people-based-marketing .section-data-properties .view-content .views-field-field-logo {
  margin: 0 auto;
  width: 676px;
}
/* line 1652, ../sass/nodes.scss */
.section-politics #politics-offering-div, .section-politics #people-offering-div, .section-people-based-marketing #politics-offering-div, .section-people-based-marketing #people-offering-div {
  text-align: center;
  padding: 1rem;
}
/* line 1655, ../sass/nodes.scss */
.section-politics #politics-offering-div a, .section-politics #people-offering-div a, .section-people-based-marketing #politics-offering-div a, .section-people-based-marketing #people-offering-div a {
  color: #000;
}
/* line 1658, ../sass/nodes.scss */
.section-politics #politics-offering-div h2, .section-politics #people-offering-div h2, .section-people-based-marketing #politics-offering-div h2, .section-people-based-marketing #people-offering-div h2 {
  margin: 1.5em 0 1em 0;
  color: #363636;
  font-size: 2em;
}
@media (max-width: 600px) {
  /* line 1658, ../sass/nodes.scss */
  .section-politics #politics-offering-div h2, .section-politics #people-offering-div h2, .section-people-based-marketing #politics-offering-div h2, .section-people-based-marketing #people-offering-div h2 {
    font-size: 1.3em;
    margin-top: 1em;
  }
}
@media all and (max-width: 959px) {
  /* line 1658, ../sass/nodes.scss */
  .section-politics #politics-offering-div h2, .section-politics #people-offering-div h2, .section-people-based-marketing #politics-offering-div h2, .section-people-based-marketing #people-offering-div h2 {
    font-size: 1.3em;
    margin-top: 1em;
  }
}
/* line 1671, ../sass/nodes.scss */
.section-politics #politics-offering-div p, .section-politics #people-offering-div p, .section-people-based-marketing #politics-offering-div p, .section-people-based-marketing #people-offering-div p {
  margin: 0 auto 60px;
  text-align: center;
  max-width: 780px;
}
/* line 1676, ../sass/nodes.scss */
.section-politics #politics-offering-div .onebyaol-politics, .section-politics #people-offering-div .onebyaol-politics, .section-people-based-marketing #politics-offering-div .onebyaol-politics, .section-people-based-marketing #people-offering-div .onebyaol-politics {
  font-family: "Open Sans", sans-serif;
  height: 305px;
  width: 33%;
  width: calc((100% / 3)-2px);
  float: left;
  display: table;
}
@media (max-width: 600px) {
  /* line 1676, ../sass/nodes.scss */
  .section-politics #politics-offering-div .onebyaol-politics, .section-politics #people-offering-div .onebyaol-politics, .section-people-based-marketing #politics-offering-div .onebyaol-politics, .section-people-based-marketing #people-offering-div .onebyaol-politics {
    width: 100%;
  }
}
@media all and (max-width: 959px) {
  /* line 1676, ../sass/nodes.scss */
  .section-politics #politics-offering-div .onebyaol-politics, .section-politics #people-offering-div .onebyaol-politics, .section-people-based-marketing #politics-offering-div .onebyaol-politics, .section-people-based-marketing #people-offering-div .onebyaol-politics {
    width: 100%;
  }
}
/* line 1691, ../sass/nodes.scss */
.section-politics #politics-offering-div .onebyaol-politics .onebyaol-politics-offering-img img, .section-politics #people-offering-div .onebyaol-politics .onebyaol-politics-offering-img img, .section-people-based-marketing #politics-offering-div .onebyaol-politics .onebyaol-politics-offering-img img, .section-people-based-marketing #people-offering-div .onebyaol-politics .onebyaol-politics-offering-img img {
  width: 40px;
}
/* line 1695, ../sass/nodes.scss */
.section-politics #politics-offering-div .onebyaol-politics .onebyaol-politics-title, .section-politics #people-offering-div .onebyaol-politics .onebyaol-politics-title, .section-people-based-marketing #politics-offering-div .onebyaol-politics .onebyaol-politics-title, .section-people-based-marketing #people-offering-div .onebyaol-politics .onebyaol-politics-title {
  margin: 2em 0 1.1em 0;
  font-size: 1.3em;
  display: block !important;
}
/* line 1700, ../sass/nodes.scss */
.section-politics #politics-offering-div .onebyaol-politics .reach-learn-button, .section-politics #people-offering-div .onebyaol-politics .reach-learn-button, .section-people-based-marketing #politics-offering-div .onebyaol-politics .reach-learn-button, .section-people-based-marketing #people-offering-div .onebyaol-politics .reach-learn-button {
  border: 1px solid #000;
  color: #000;
  font-size: 1.2em;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 1707, ../sass/nodes.scss */
.section-politics #politics-offering-div .onebyaol-politics .reach-learn-button:hover, .section-politics #people-offering-div .onebyaol-politics .reach-learn-button:hover, .section-people-based-marketing #politics-offering-div .onebyaol-politics .reach-learn-button:hover, .section-people-based-marketing #people-offering-div .onebyaol-politics .reach-learn-button:hover {
  background-color: #000;
  color: #FFF;
}
/* line 1712, ../sass/nodes.scss */
.section-politics #politics-offering-div .onebyaol-politics .onebyaol-politics-body, .section-politics #people-offering-div .onebyaol-politics .onebyaol-politics-body, .section-people-based-marketing #politics-offering-div .onebyaol-politics .onebyaol-politics-body, .section-people-based-marketing #people-offering-div .onebyaol-politics .onebyaol-politics-body {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 80%;
  display: block;
}
/* line 1721, ../sass/nodes.scss */
.section-politics #politics-offering-div .columns-4, .section-politics #people-offering-div .columns-4, .section-people-based-marketing #politics-offering-div .columns-4, .section-people-based-marketing #people-offering-div .columns-4 {
  width: 25%;
}
@media (max-width: 600px) {
  /* line 1721, ../sass/nodes.scss */
  .section-politics #politics-offering-div .columns-4, .section-politics #people-offering-div .columns-4, .section-people-based-marketing #politics-offering-div .columns-4, .section-people-based-marketing #people-offering-div .columns-4 {
    width: 100%;
  }
}
@media all and (max-width: 959px) {
  /* line 1721, ../sass/nodes.scss */
  .section-politics #politics-offering-div .columns-4, .section-politics #people-offering-div .columns-4, .section-people-based-marketing #politics-offering-div .columns-4, .section-people-based-marketing #people-offering-div .columns-4 {
    width: 100%;
  }
}
/* line 1731, ../sass/nodes.scss */
.section-politics #people-offering-div, .section-people-based-marketing #people-offering-div {
  padding: 3rem;
}
/* line 1733, ../sass/nodes.scss */
.section-politics #people-offering-div h2, .section-people-based-marketing #people-offering-div h2 {
  margin: 1.5em 0 1.5em 0;
}
/* line 1736, ../sass/nodes.scss */
.section-politics #people-offering-div p, .section-people-based-marketing #people-offering-div p {
  margin-bottom: 0px;
}
/* line 1740, ../sass/nodes.scss */
.section-politics .section-people-data, .section-people-based-marketing .section-people-data {
  background-color: #000;
  color: #fff;
  display: table;
  width: 100%;
}
/* line 1745, ../sass/nodes.scss */
.section-politics .section-people-data .columns-3, .section-people-based-marketing .section-people-data .columns-3 {
  background-color: #000;
  font-family: "Open Sans", sans-serif;
  height: 360px;
  width: 33%;
  width: calc((100% / 3)-2px);
  float: left;
  display: table;
  text-align: center;
  line-height: normal;
}
@media all and (max-width: 959px) {
  /* line 1745, ../sass/nodes.scss */
  .section-politics .section-people-data .columns-3, .section-people-based-marketing .section-people-data .columns-3 {
    width: 100%;
  }
}
/* line 1758, ../sass/nodes.scss */
.section-politics .section-people-data .columns-3 .block-line, .section-people-based-marketing .section-people-data .columns-3 .block-line {
  display: block;
}
/* line 1761, ../sass/nodes.scss */
.section-politics .section-people-data .columns-3 .onebyaol-people-data, .section-people-based-marketing .section-people-data .columns-3 .onebyaol-people-data {
  font-size: 60px;
  font-weight: bold;
  margin: 2rem 0 0 0;
}
/* line 1766, ../sass/nodes.scss */
.section-politics .section-people-data .columns-3 .onebyaol-people-body, .section-politics .section-people-data .columns-3 .onebyaol-people-source, .section-people-based-marketing .section-people-data .columns-3 .onebyaol-people-body, .section-people-based-marketing .section-people-data .columns-3 .onebyaol-people-source {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 80%;
  display: block;
  font-weight: bold;
  min-height: 60px;
}
/* line 1776, ../sass/nodes.scss */
.section-politics .section-people-data .columns-3 .onebyaol-people-source, .section-people-based-marketing .section-people-data .columns-3 .onebyaol-people-source {
  font-weight: 900;
}
/* line 1781, ../sass/nodes.scss */
.section-politics #people-benefits-header, .section-people-based-marketing #people-benefits-header {
  background: #dcd4d2 url("/sites/all/themes/aolplatforms/images/people/onebyaol_hero.jpg") no-repeat center center;
  background-size: cover;
  height: 435px;
  width: 100%;
  display: table;
}
/* line 1787, ../sass/nodes.scss */
.section-politics #people-benefits-header .people-benefits-title, .section-people-based-marketing #people-benefits-header .people-benefits-title {
  width: 80%;
  margin: 2.5rem auto 1.1rem;
  display: block;
  text-align: center;
  color: #363636;
  font-size: 2em;
  line-height: 1.4em;
}
/* line 1796, ../sass/nodes.scss */
.section-politics #people-benefits-header .people-benefits-body, .section-people-based-marketing #people-benefits-header .people-benefits-body {
  width: 80%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  color: #363636;
  font-weight: bold;
  padding-bottom: 3rem;
}
@media (max-width: 600px) {
  /* line 1781, ../sass/nodes.scss */
  .section-politics #people-benefits-header, .section-people-based-marketing #people-benefits-header {
    height: auto;
    padding-bottom: 30%;
    background-size: cover;
  }
  /* line 1811, ../sass/nodes.scss */
  .section-politics #people-benefits-header .people-benefits-title, .section-people-based-marketing #people-benefits-header .people-benefits-title {
    margin-top: 2rem;
  }
  /* line 1814, ../sass/nodes.scss */
  .section-politics #people-benefits-header .people-benefits-body, .section-people-based-marketing #people-benefits-header .people-benefits-body {
    width: 90%;
    padding-bottom: 6rem;
  }
}
@media all and (max-width: 959px) {
  /* line 1781, ../sass/nodes.scss */
  .section-politics #people-benefits-header, .section-people-based-marketing #people-benefits-header {
    height: 300px;
    background-size: cover;
  }
  /* line 1822, ../sass/nodes.scss */
  .section-politics #people-benefits-header .people-benefits-title, .section-people-based-marketing #people-benefits-header .people-benefits-title {
    margin-top: 2rem;
  }
  /* line 1825, ../sass/nodes.scss */
  .section-politics #people-benefits-header .people-benefits-body, .section-people-based-marketing #people-benefits-header .people-benefits-body {
    width: 90%;
  }
}
/* line 1830, ../sass/nodes.scss */
.section-politics #people-benefits-header .people-benefits-title, .section-people-based-marketing #people-benefits-header .people-benefits-title {
  margin: 2em auto 1em;
}
/* line 1834, ../sass/nodes.scss */
.section-politics #politics-resources-div, .section-politics #people-benefits-div, .section-people-based-marketing #politics-resources-div, .section-people-based-marketing #people-benefits-div {
  text-align: center;
  clear: both;
  padding-top: 1px;
}
/* line 1838, ../sass/nodes.scss */
.section-politics #politics-resources-div a, .section-politics #people-benefits-div a, .section-people-based-marketing #politics-resources-div a, .section-people-based-marketing #people-benefits-div a {
  color: #000;
}
/* line 1841, ../sass/nodes.scss */
.section-politics #politics-resources-div h2, .section-politics #people-benefits-div h2, .section-people-based-marketing #politics-resources-div h2, .section-people-based-marketing #people-benefits-div h2 {
  margin: 2em 0 1em 0;
  color: #363636;
  font-size: 2em;
}
/* line 1846, ../sass/nodes.scss */
.section-politics #politics-resources-div .onebyaol-politics, .section-politics #politics-resources-div .onebyaol-people-resources, .section-politics #people-benefits-div .onebyaol-politics, .section-politics #people-benefits-div .onebyaol-people-resources, .section-people-based-marketing #politics-resources-div .onebyaol-politics, .section-people-based-marketing #politics-resources-div .onebyaol-people-resources, .section-people-based-marketing #people-benefits-div .onebyaol-politics, .section-people-based-marketing #people-benefits-div .onebyaol-people-resources {
  font-family: "Open Sans", sans-serif;
  background-color: #000;
  height: 320px;
  width: 49.5%;
  width: calc((100% / 3)-2px);
  float: left;
  display: table;
  color: #000;
  border-right: 1px solid #FFF;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  /* line 1846, ../sass/nodes.scss */
  .section-politics #politics-resources-div .onebyaol-politics, .section-politics #politics-resources-div .onebyaol-people-resources, .section-politics #people-benefits-div .onebyaol-politics, .section-politics #people-benefits-div .onebyaol-people-resources, .section-people-based-marketing #politics-resources-div .onebyaol-politics, .section-people-based-marketing #politics-resources-div .onebyaol-people-resources, .section-people-based-marketing #people-benefits-div .onebyaol-politics, .section-people-based-marketing #people-benefits-div .onebyaol-people-resources {
    width: 100%;
  }
}
@media all and (max-width: 959px) {
  /* line 1846, ../sass/nodes.scss */
  .section-politics #politics-resources-div .onebyaol-politics, .section-politics #politics-resources-div .onebyaol-people-resources, .section-politics #people-benefits-div .onebyaol-politics, .section-politics #people-benefits-div .onebyaol-people-resources, .section-people-based-marketing #politics-resources-div .onebyaol-politics, .section-people-based-marketing #politics-resources-div .onebyaol-people-resources, .section-people-based-marketing #people-benefits-div .onebyaol-politics, .section-people-based-marketing #people-benefits-div .onebyaol-people-resources {
    width: 100%;
  }
}
/* line 1865, ../sass/nodes.scss */
.section-politics #politics-resources-div .onebyaol-politics#onebyaol-politics-insight, .section-politics #politics-resources-div .onebyaol-people-resources#onebyaol-politics-insight, .section-politics #people-benefits-div .onebyaol-politics#onebyaol-politics-insight, .section-politics #people-benefits-div .onebyaol-people-resources#onebyaol-politics-insight, .section-people-based-marketing #politics-resources-div .onebyaol-politics#onebyaol-politics-insight, .section-people-based-marketing #politics-resources-div .onebyaol-people-resources#onebyaol-politics-insight, .section-people-based-marketing #people-benefits-div .onebyaol-politics#onebyaol-politics-insight, .section-people-based-marketing #people-benefits-div .onebyaol-people-resources#onebyaol-politics-insight {
  background-image: url(/sites/all/themes/aolplatforms/images/politics/insights.jpg);
}
/* line 1868, ../sass/nodes.scss */
.section-politics #politics-resources-div .onebyaol-politics#onebyaol-politics-news, .section-politics #politics-resources-div .onebyaol-people-resources#onebyaol-politics-news, .section-politics #people-benefits-div .onebyaol-politics#onebyaol-politics-news, .section-politics #people-benefits-div .onebyaol-people-resources#onebyaol-politics-news, .section-people-based-marketing #politics-resources-div .onebyaol-politics#onebyaol-politics-news, .section-people-based-marketing #politics-resources-div .onebyaol-people-resources#onebyaol-politics-news, .section-people-based-marketing #people-benefits-div .onebyaol-politics#onebyaol-politics-news, .section-people-based-marketing #people-benefits-div .onebyaol-people-resources#onebyaol-politics-news {
  background-image: url(/sites/all/themes/aolplatforms/images/politics/news.jpg);
}
/* line 1871, ../sass/nodes.scss */
.section-politics #politics-resources-div .onebyaol-politics#onebyaol-politics-events, .section-politics #politics-resources-div .onebyaol-people-resources#onebyaol-politics-events, .section-politics #people-benefits-div .onebyaol-politics#onebyaol-politics-events, .section-politics #people-benefits-div .onebyaol-people-resources#onebyaol-politics-events, .section-people-based-marketing #politics-resources-div .onebyaol-politics#onebyaol-politics-events, .section-people-based-marketing #politics-resources-div .onebyaol-people-resources#onebyaol-politics-events, .section-people-based-marketing #people-benefits-div .onebyaol-politics#onebyaol-politics-events, .section-people-based-marketing #people-benefits-div .onebyaol-people-resources#onebyaol-politics-events {
  background-image: url(/sites/all/themes/aolplatforms/images/politics/events.jpg);
}
/* line 1874, ../sass/nodes.scss */
.section-politics #politics-resources-div .onebyaol-politics .onebyaol-politics-title, .section-politics #politics-resources-div .onebyaol-politics .onebyaol-people-title, .section-politics #politics-resources-div .onebyaol-people-resources .onebyaol-politics-title, .section-politics #politics-resources-div .onebyaol-people-resources .onebyaol-people-title, .section-politics #people-benefits-div .onebyaol-politics .onebyaol-politics-title, .section-politics #people-benefits-div .onebyaol-politics .onebyaol-people-title, .section-politics #people-benefits-div .onebyaol-people-resources .onebyaol-politics-title, .section-politics #people-benefits-div .onebyaol-people-resources .onebyaol-people-title, .section-people-based-marketing #politics-resources-div .onebyaol-politics .onebyaol-politics-title, .section-people-based-marketing #politics-resources-div .onebyaol-politics .onebyaol-people-title, .section-people-based-marketing #politics-resources-div .onebyaol-people-resources .onebyaol-politics-title, .section-people-based-marketing #politics-resources-div .onebyaol-people-resources .onebyaol-people-title, .section-people-based-marketing #people-benefits-div .onebyaol-politics .onebyaol-politics-title, .section-people-based-marketing #people-benefits-div .onebyaol-politics .onebyaol-people-title, .section-people-based-marketing #people-benefits-div .onebyaol-people-resources .onebyaol-politics-title, .section-people-based-marketing #people-benefits-div .onebyaol-people-resources .onebyaol-people-title {
  margin: 2em 0 0.5em 0;
  font-size: 1.3em;
  display: block !important;
}
/* line 1879, ../sass/nodes.scss */
.section-politics #politics-resources-div .onebyaol-politics .onebyaol-politics-body, .section-politics #politics-resources-div .onebyaol-politics .views-field-field-link, .section-politics #politics-resources-div .onebyaol-politics .onebyaol-people-body, .section-politics #politics-resources-div .onebyaol-people-resources .onebyaol-politics-body, .section-politics #politics-resources-div .onebyaol-people-resources .views-field-field-link, .section-politics #politics-resources-div .onebyaol-people-resources .onebyaol-people-body, .section-politics #people-benefits-div .onebyaol-politics .onebyaol-politics-body, .section-politics #people-benefits-div .onebyaol-politics .views-field-field-link, .section-politics #people-benefits-div .onebyaol-politics .onebyaol-people-body, .section-politics #people-benefits-div .onebyaol-people-resources .onebyaol-politics-body, .section-politics #people-benefits-div .onebyaol-people-resources .views-field-field-link, .section-politics #people-benefits-div .onebyaol-people-resources .onebyaol-people-body, .section-people-based-marketing #politics-resources-div .onebyaol-politics .onebyaol-politics-body, .section-people-based-marketing #politics-resources-div .onebyaol-politics .views-field-field-link, .section-people-based-marketing #politics-resources-div .onebyaol-politics .onebyaol-people-body, .section-people-based-marketing #politics-resources-div .onebyaol-people-resources .onebyaol-politics-body, .section-people-based-marketing #politics-resources-div .onebyaol-people-resources .views-field-field-link, .section-people-based-marketing #politics-resources-div .onebyaol-people-resources .onebyaol-people-body, .section-people-based-marketing #people-benefits-div .onebyaol-politics .onebyaol-politics-body, .section-people-based-marketing #people-benefits-div .onebyaol-politics .views-field-field-link, .section-people-based-marketing #people-benefits-div .onebyaol-politics .onebyaol-people-body, .section-people-based-marketing #people-benefits-div .onebyaol-people-resources .onebyaol-politics-body, .section-people-based-marketing #people-benefits-div .onebyaol-people-resources .views-field-field-link, .section-people-based-marketing #people-benefits-div .onebyaol-people-resources .onebyaol-people-body {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 90%;
  display: block;
}
/* line 1887, ../sass/nodes.scss */
.section-politics #politics-resources-div .onebyaol-politics .onebyaol-politics-body, .section-politics #politics-resources-div .onebyaol-politics .onebyaol-people-body, .section-politics #politics-resources-div .onebyaol-people-resources .onebyaol-politics-body, .section-politics #politics-resources-div .onebyaol-people-resources .onebyaol-people-body, .section-politics #people-benefits-div .onebyaol-politics .onebyaol-politics-body, .section-politics #people-benefits-div .onebyaol-politics .onebyaol-people-body, .section-politics #people-benefits-div .onebyaol-people-resources .onebyaol-politics-body, .section-politics #people-benefits-div .onebyaol-people-resources .onebyaol-people-body, .section-people-based-marketing #politics-resources-div .onebyaol-politics .onebyaol-politics-body, .section-people-based-marketing #politics-resources-div .onebyaol-politics .onebyaol-people-body, .section-people-based-marketing #politics-resources-div .onebyaol-people-resources .onebyaol-politics-body, .section-people-based-marketing #politics-resources-div .onebyaol-people-resources .onebyaol-people-body, .section-people-based-marketing #people-benefits-div .onebyaol-politics .onebyaol-politics-body, .section-people-based-marketing #people-benefits-div .onebyaol-politics .onebyaol-people-body, .section-people-based-marketing #people-benefits-div .onebyaol-people-resources .onebyaol-politics-body, .section-people-based-marketing #people-benefits-div .onebyaol-people-resources .onebyaol-people-body {
  font-weight: 600;
}
/* line 1890, ../sass/nodes.scss */
.section-politics #politics-resources-div .onebyaol-politics .columns-3, .section-politics #politics-resources-div .onebyaol-people-resources .columns-3, .section-politics #people-benefits-div .onebyaol-politics .columns-3, .section-politics #people-benefits-div .onebyaol-people-resources .columns-3, .section-people-based-marketing #politics-resources-div .onebyaol-politics .columns-3, .section-people-based-marketing #politics-resources-div .onebyaol-people-resources .columns-3, .section-people-based-marketing #people-benefits-div .onebyaol-politics .columns-3, .section-people-based-marketing #people-benefits-div .onebyaol-people-resources .columns-3 {
  width: 33.33%;
  float: left;
}
/* line 1895, ../sass/nodes.scss */
.section-politics #politics-resources-div .onebyaol-people-resources.columns-3, .section-politics #people-benefits-div .onebyaol-people-resources.columns-3, .section-people-based-marketing #politics-resources-div .onebyaol-people-resources.columns-3, .section-people-based-marketing #people-benefits-div .onebyaol-people-resources.columns-3 {
  width: 33%;
  background-color: #F6F6F6;
  height: 354px;
  border-left: 3px solid white;
}
@media all and (max-width: 959px) {
  /* line 1895, ../sass/nodes.scss */
  .section-politics #politics-resources-div .onebyaol-people-resources.columns-3, .section-politics #people-benefits-div .onebyaol-people-resources.columns-3, .section-people-based-marketing #politics-resources-div .onebyaol-people-resources.columns-3, .section-people-based-marketing #people-benefits-div .onebyaol-people-resources.columns-3 {
    height: auto;
  }
}
@media (max-width: 600px) {
  /* line 1895, ../sass/nodes.scss */
  .section-politics #politics-resources-div .onebyaol-people-resources.columns-3, .section-politics #people-benefits-div .onebyaol-people-resources.columns-3, .section-people-based-marketing #politics-resources-div .onebyaol-people-resources.columns-3, .section-people-based-marketing #people-benefits-div .onebyaol-people-resources.columns-3 {
    width: 100%;
  }
}
@media all and (max-width: 959px) {
  /* line 1895, ../sass/nodes.scss */
  .section-politics #politics-resources-div .onebyaol-people-resources.columns-3, .section-politics #people-benefits-div .onebyaol-people-resources.columns-3, .section-people-based-marketing #politics-resources-div .onebyaol-people-resources.columns-3, .section-people-based-marketing #people-benefits-div .onebyaol-people-resources.columns-3 {
    width: 100%;
  }
}
/* line 1910, ../sass/nodes.scss */
.section-politics #politics-resources-div .onebyaol-people-resources.columns-3 > div, .section-politics #people-benefits-div .onebyaol-people-resources.columns-3 > div, .section-people-based-marketing #politics-resources-div .onebyaol-people-resources.columns-3 > div, .section-people-based-marketing #people-benefits-div .onebyaol-people-resources.columns-3 > div {
  display: inline-block;
  width: 100%;
  padding: 0 3px;
}
/* line 1918, ../sass/nodes.scss */
.section-politics #politics-resources-div .onebyaol-people-resources.columns-3 .onebyaol-politics-title, .section-politics #people-benefits-div .onebyaol-people-resources.columns-3 .onebyaol-politics-title, .section-people-based-marketing #politics-resources-div .onebyaol-people-resources.columns-3 .onebyaol-politics-title, .section-people-based-marketing #people-benefits-div .onebyaol-people-resources.columns-3 .onebyaol-politics-title {
  padding: 3rem 0 0.4rem 0;
  text-transform: uppercase;
}
@media all and (max-width: 959px) {
  /* line 1918, ../sass/nodes.scss */
  .section-politics #politics-resources-div .onebyaol-people-resources.columns-3 .onebyaol-politics-title, .section-politics #people-benefits-div .onebyaol-people-resources.columns-3 .onebyaol-politics-title, .section-people-based-marketing #politics-resources-div .onebyaol-people-resources.columns-3 .onebyaol-politics-title, .section-people-based-marketing #people-benefits-div .onebyaol-people-resources.columns-3 .onebyaol-politics-title {
    padding-top: 1rem;
  }
}
/* line 1925, ../sass/nodes.scss */
.section-politics #politics-resources-div .onebyaol-people-resources.columns-3 .onebyaol-politics-body, .section-politics #people-benefits-div .onebyaol-people-resources.columns-3 .onebyaol-politics-body, .section-people-based-marketing #politics-resources-div .onebyaol-people-resources.columns-3 .onebyaol-politics-body, .section-people-based-marketing #people-benefits-div .onebyaol-people-resources.columns-3 .onebyaol-politics-body {
  padding: 0 2.5rem 1rem;
  width: 80%;
}
/* line 1933, ../sass/nodes.scss */
.section-politics #people-benefits-div h2, .section-people-based-marketing #people-benefits-div h2 {
  margin: 0.5em 0;
}
/* line 1937, ../sass/nodes.scss */
.section-politics .stats-carousel-top, .section-people-based-marketing .stats-carousel-top {
  clear: both;
}
/* line 1940, ../sass/nodes.scss */
.section-politics .politics-stats-carousel, .section-people-based-marketing .politics-stats-carousel {
  clear: both;
  background: white url("/sites/all/themes/aolplatforms/images/politics/politics_stats_back_img.jpg") no-repeat scroll 50% 1087.33px;
  background-color: #000;
  background-position: center center;
  background-size: 100% auto;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  height: 290px;
  width: 99.2%;
}
/* line 1952, ../sass/nodes.scss */
.section-politics .politics-stats-carousel .flex-direction-nav, .section-people-based-marketing .politics-stats-carousel .flex-direction-nav {
  display: none;
}
/* line 1955, ../sass/nodes.scss */
.section-politics .politics-stats-carousel .politics-stats, .section-people-based-marketing .politics-stats-carousel .politics-stats {
  padding-top: 90px;
}
/* line 1957, ../sass/nodes.scss */
.section-politics .politics-stats-carousel .politics-stats .view-content, .section-people-based-marketing .politics-stats-carousel .politics-stats .view-content {
  padding: 0 170px;
}
/* line 1959, ../sass/nodes.scss */
.section-politics .politics-stats-carousel .politics-stats .view-content .flexslider, .section-people-based-marketing .politics-stats-carousel .politics-stats .view-content .flexslider {
  background: none;
  border: 0 none;
  border-radius: 0;
  display: table;
  margin: 0;
  text-align: center;
}
/* line 1967, ../sass/nodes.scss */
.section-politics .politics-stats-carousel .politics-stats .view-content .views-field-body, .section-people-based-marketing .politics-stats-carousel .politics-stats .view-content .views-field-body {
  font-size: 1.9em;
  line-height: 1.2em;
  font-weight: 300;
}
/* line 1972, ../sass/nodes.scss */
.section-politics .politics-stats-carousel .politics-stats .view-content .views-field-field-stat-byline, .section-people-based-marketing .politics-stats-carousel .politics-stats .view-content .views-field-field-stat-byline {
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 15px;
}
/* line 1977, ../sass/nodes.scss */
.section-politics .politics-stats-carousel .politics-stats .view-content .flexslider, .section-people-based-marketing .politics-stats-carousel .politics-stats .view-content .flexslider {
  box-shadow: none !important;
}
/* line 1980, ../sass/nodes.scss */
.section-politics .politics-stats-carousel .politics-stats .view-content .flex-control-nav, .section-people-based-marketing .politics-stats-carousel .politics-stats .view-content .flex-control-nav {
  display: none;
}
/* line 1986, ../sass/nodes.scss */
.section-politics #people-how-it-works-div, .section-people-based-marketing #people-how-it-works-div {
  width: 100%;
  text-align: center;
  display: inline-block;
}
/* line 1990, ../sass/nodes.scss */
.section-politics #people-how-it-works-div h2, .section-people-based-marketing #people-how-it-works-div h2 {
  /* margin: 2em 0 1em 0; */
  color: #363636;
  font-size: 2em;
  padding-top: 0.5em;
}
/* line 1996, ../sass/nodes.scss */
.section-politics #people-how-it-works-div > div, .section-people-based-marketing #people-how-it-works-div > div {
  display: block;
}
/* line 1999, ../sass/nodes.scss */
.section-politics #people-how-it-works-div img, .section-people-based-marketing #people-how-it-works-div img {
  width: 300px;
}
@media (max-width: 600px) {
  /* line 1999, ../sass/nodes.scss */
  .section-politics #people-how-it-works-div img, .section-people-based-marketing #people-how-it-works-div img {
    width: 200px;
  }
}
/* line 2005, ../sass/nodes.scss */
.section-politics #people-how-it-works-div .play-button, .section-people-based-marketing #people-how-it-works-div .play-button {
  border: 1px solid #000;
  color: #000;
  font-size: 1.2em;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 1rem auto 1rem;
  display: block;
  width: 120px;
}
/* line 2015, ../sass/nodes.scss */
.section-politics #people-how-it-works-div .play-button:hover, .section-people-based-marketing #people-how-it-works-div .play-button:hover {
  background-color: #000;
  color: #FFF;
}
/* line 2020, ../sass/nodes.scss */
.section-politics #people-how-it-works-div .mahjong-instructions, .section-people-based-marketing #people-how-it-works-div .mahjong-instructions {
  width: 80%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  color: #363636;
  font-weight: bold;
  padding-bottom: 3rem;
}
/* line 2032, ../sass/nodes.scss */
.section-politics .politcs-contact-form, .section-people-based-marketing .politcs-contact-form {
  width: 600px;
  margin: 30px auto 0;
}
/* line 2035, ../sass/nodes.scss */
.section-politics .politcs-contact-form .politics-body, .section-politics .politcs-contact-form h1, .section-people-based-marketing .politcs-contact-form .politics-body, .section-people-based-marketing .politcs-contact-form h1 {
  text-align: center;
}
/* line 2038, ../sass/nodes.scss */
.section-politics .politcs-contact-form .form-item, .section-people-based-marketing .politcs-contact-form .form-item {
  float: left;
  padding-right: 30px;
  width: 45%;
  margin: 0.8em 0;
}
/* line 2044, ../sass/nodes.scss */
.section-politics .politcs-contact-form input, .section-politics .politcs-contact-form select, .section-people-based-marketing .politcs-contact-form input, .section-people-based-marketing .politcs-contact-form select {
  width: 250px;
  padding: 0 10px;
  resize: none;
}
/* line 2049, ../sass/nodes.scss */
.section-politics .politcs-contact-form .form-actions, .section-people-based-marketing .politcs-contact-form .form-actions {
  text-align: center;
}
/* line 2051, ../sass/nodes.scss */
.section-politics .politcs-contact-form .form-actions .form-submit, .section-people-based-marketing .politcs-contact-form .form-actions .form-submit {
  border-color: #29abe1;
  border-style: solid;
  border-width: 1px;
  color: #29abe1;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  padding: 0.4em 1.9em;
  background-color: #FFF;
  margin-top: 20px;
}
/* line 2066, ../sass/nodes.scss */
.section-politics .people-contact-form, .section-people-based-marketing .people-contact-form {
  width: 600px;
  margin: 30px auto 0;
  border: 1px solid #F1F1F1;
  padding: 2rem 4rem;
}
@media all and (max-width: 959px) {
  /* line 2066, ../sass/nodes.scss */
  .section-politics .people-contact-form, .section-people-based-marketing .people-contact-form {
    width: 90%;
    padding: 1rem;
  }
}
/* line 2075, ../sass/nodes.scss */
.section-politics .people-contact-form .politics-body, .section-politics .people-contact-form h2, .section-people-based-marketing .people-contact-form .politics-body, .section-people-based-marketing .people-contact-form h2 {
  text-align: center;
}
/* line 2078, ../sass/nodes.scss */
.section-politics .people-contact-form .form-item, .section-people-based-marketing .people-contact-form .form-item {
  float: left;
  padding-right: 30px;
  width: 45%;
  margin: 0.8em 0;
}
@media all and (max-width: 959px) {
  /* line 2078, ../sass/nodes.scss */
  .section-politics .people-contact-form .form-item, .section-people-based-marketing .people-contact-form .form-item {
    width: 100%;
    padding-right: 1rem;
  }
}
/* line 2087, ../sass/nodes.scss */
.section-politics .people-contact-form .form-item label, .section-people-based-marketing .people-contact-form .form-item label {
  text-transform: uppercase;
}
/* line 2091, ../sass/nodes.scss */
.section-politics .people-contact-form input, .section-politics .people-contact-form select, .section-people-based-marketing .people-contact-form input, .section-people-based-marketing .people-contact-form select {
  width: 250px;
  padding: 0 10px;
  resize: none;
}
@media all and (max-width: 959px) {
  /* line 2091, ../sass/nodes.scss */
  .section-politics .people-contact-form input, .section-politics .people-contact-form select, .section-people-based-marketing .people-contact-form input, .section-people-based-marketing .people-contact-form select {
    width: 100%;
    box-sizing: border-box;
  }
}
/* line 2100, ../sass/nodes.scss */
.section-politics .people-contact-form .form-actions, .section-people-based-marketing .people-contact-form .form-actions {
  text-align: center;
}
/* line 2102, ../sass/nodes.scss */
.section-politics .people-contact-form .form-actions .form-submit, .section-people-based-marketing .people-contact-form .form-actions .form-submit {
  border-color: #29abe1;
  border-style: solid;
  border-width: 1px;
  color: #29abe1;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  padding: 0.4em 1.9em;
  background-color: #FFF;
  margin-top: 20px;
}

/* line 2118, ../sass/nodes.scss */
.section-people-based-marketing #people-how-it-works-div {
  margin-top: 15px;
}

/* line 2123, ../sass/nodes.scss */
.view-id-blog.view-display-id-block_4 {
  width: 968px;
  margin: 0 auto;
}
/* line 2126, ../sass/nodes.scss */
.view-id-blog.view-display-id-block_4 .views-row {
  display: inline-block;
  width: 310px;
  height: 310px;
  overflow: hidden;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  position: relative;
}
/* line 2135, ../sass/nodes.scss */
.view-id-blog.view-display-id-block_4 .views-row .views-field {
  position: absolute;
  width: 310px;
  bottom: 0;
  left: 0;
}
/* line 2141, ../sass/nodes.scss */
.view-id-blog.view-display-id-block_4 .views-row .views-field-field-image {
  height: 310px;
  width: 310px;
}
/* line 2146, ../sass/nodes.scss */
.view-id-blog.view-display-id-block_4 .views-row .views-field-nothing span {
  color: #fff;
  text-decoration: none;
}
/* line 2150, ../sass/nodes.scss */
.view-id-blog.view-display-id-block_4 .views-row .views-field-nothing .views-field-nothing-link {
  width: 310px;
  position: absolute;
  display: block;
  left: 0;
  bottom: -310px;
  color: #fff;
  padding-top: 630px;
  text-decoration: none;
  text-align: left;
}
/* line 2160, ../sass/nodes.scss */
.view-id-blog.view-display-id-block_4 .views-row .views-field-nothing .views-field-nothing-link .views-field-title, .view-id-blog.view-display-id-block_4 .views-row .views-field-nothing .views-field-nothing-link .views-field-created, .view-id-blog.view-display-id-block_4 .views-row .views-field-nothing .views-field-nothing-link .views-field-view-node {
  padding: 20px;
  background: rgba(1, 174, 240, 0.75);
}
/* line 2164, ../sass/nodes.scss */
.view-id-blog.view-display-id-block_4 .views-row .views-field-nothing .views-field-nothing-link .views-field-created {
  padding: 0 0 20px 20px;
  margin-right: 10px;
  float: left;
  font-size: 13px;
  text-transform: uppercase;
  background: transparent;
}
/* line 2172, ../sass/nodes.scss */
.view-id-blog.view-display-id-block_4 .views-row .views-field-nothing .views-field-nothing-link .views-field-view-node {
  padding: 0 0 20px 0;
  text-align: left;
  font-size: 13px;
}
/* line 2176, ../sass/nodes.scss */
.view-id-blog.view-display-id-block_4 .views-row .views-field-nothing .views-field-nothing-link .views-field-view-node span {
  padding-left: 10px;
  border-left: 1px solid #FFF;
}
/* line 2182, ../sass/nodes.scss */
.view-id-blog.view-display-id-block_4 .views-row .views-field-nothing :hover {
  bottom: 0px;
}

/* line 2192, ../sass/nodes.scss */
.section-header-bidding-solution, .section-app-developer-solutions, .section-audience-currency {
  text-align: center;
}
/* line 2195, ../sass/nodes.scss */
.section-header-bidding-solution .section-div.app-dev#why-us-reasons, .section-app-developer-solutions .section-div.app-dev#why-us-reasons, .section-audience-currency .section-div.app-dev#why-us-reasons {
  height: inherit;
}
/* line 2197, ../sass/nodes.scss */
.section-header-bidding-solution .section-div.app-dev#why-us-reasons .why-us-reason .why-us-text, .section-app-developer-solutions .section-div.app-dev#why-us-reasons .why-us-reason .why-us-text, .section-audience-currency .section-div.app-dev#why-us-reasons .why-us-reason .why-us-text {
  width: 100%;
}
/* line 2199, ../sass/nodes.scss */
.section-header-bidding-solution .section-div.app-dev#why-us-reasons .why-us-reason .why-us-text ul, .section-app-developer-solutions .section-div.app-dev#why-us-reasons .why-us-reason .why-us-text ul, .section-audience-currency .section-div.app-dev#why-us-reasons .why-us-reason .why-us-text ul {
  margin-top: .5em;
}
/* line 2204, ../sass/nodes.scss */
.section-header-bidding-solution .section-div#insights, .section-header-bidding-solution .section-div#demo-video, .section-app-developer-solutions .section-div#insights, .section-app-developer-solutions .section-div#demo-video, .section-audience-currency .section-div#insights, .section-audience-currency .section-div#demo-video {
  width: 100%;
  background-color: #f0f0f0;
  padding: 50px 0;
  margin: 0;
  display: inline-block;
}
/* line 2212, ../sass/nodes.scss */
.section-header-bidding-solution .case-studies-content .case-study, .section-app-developer-solutions .case-studies-content .case-study, .section-audience-currency .case-studies-content .case-study {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin: 24px;
}
/* line 2217, ../sass/nodes.scss */
.section-header-bidding-solution .case-studies-content .case-study .case-study-logo, .section-app-developer-solutions .case-studies-content .case-study .case-study-logo, .section-audience-currency .case-studies-content .case-study .case-study-logo {
  width: 300px;
  height: 65px;
}
/* line 2224, ../sass/nodes.scss */
.section-header-bidding-solution .show-more, .section-app-developer-solutions .show-more, .section-audience-currency .show-more {
  max-height: 100px;
  position: relative;
  overflow: hidden;
}
/* line 2228, ../sass/nodes.scss */
.section-header-bidding-solution .show-more .read-more, .section-app-developer-solutions .show-more .read-more, .section-audience-currency .show-more .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding-top: 50px;
  background-image: linear-gradient(to bottom, transparent, #ffffff);
  /* Standard syntax; must be last */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
}
/* line 2242, ../sass/nodes.scss */
.section-header-bidding-solution .show-more .read-more a, .section-app-developer-solutions .show-more .read-more a, .section-audience-currency .show-more .read-more a {
  text-decoration: none;
  color: #00acf0;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
/* line 2254, ../sass/nodes.scss */
.section-header-bidding-solution h1#page-title, .section-app-developer-solutions h1#page-title, .section-audience-currency h1#page-title {
  display: none;
}
/* line 2257, ../sass/nodes.scss */
.section-header-bidding-solution h2, .section-app-developer-solutions h2, .section-audience-currency h2 {
  color: #29abe1;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 2.5em;
  font-weight: 600;
}
/* line 2264, ../sass/nodes.scss */
.section-header-bidding-solution a, .section-app-developer-solutions a, .section-audience-currency a {
  color: #29abe1;
}
/* line 2267, ../sass/nodes.scss */
.section-header-bidding-solution #page-header, .section-app-developer-solutions #page-header, .section-audience-currency #page-header {
  height: 400px;
  background-image: url(/sites/all/themes/aolplatforms/images/header_bidding/Landing_Background_Image_3200x2000.jpg);
  background-position: left center;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #FFF;
  padding-top: 100px;
}
/* line 2275, ../sass/nodes.scss */
.section-header-bidding-solution #page-header .header-logo img, .section-app-developer-solutions #page-header .header-logo img, .section-audience-currency #page-header .header-logo img {
  max-width: 200px;
}
/* line 2278, ../sass/nodes.scss */
.section-header-bidding-solution #page-header h1, .section-app-developer-solutions #page-header h1, .section-audience-currency #page-header h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 3em;
}
/* line 2284, ../sass/nodes.scss */
.section-header-bidding-solution #register .subtitle, .section-app-developer-solutions #register .subtitle, .section-audience-currency #register .subtitle {
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 2288, ../sass/nodes.scss */
.section-header-bidding-solution #register .register-now, .section-app-developer-solutions #register .register-now, .section-audience-currency #register .register-now {
  margin-bottom: 50px;
}
/* line 2290, ../sass/nodes.scss */
.section-header-bidding-solution #register .register-now a, .section-app-developer-solutions #register .register-now a, .section-audience-currency #register .register-now a {
  background-color: #29abe1;
  color: #FFF;
  padding: 8px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 2301, ../sass/nodes.scss */
.section-header-bidding-solution #why-us-reasons, .section-app-developer-solutions #why-us-reasons, .section-audience-currency #why-us-reasons {
  height: 400px;
  background-image: url(/sites/all/themes/aolplatforms/images/header_bidding/Why_Us_Background_Image_3200x2000.jpg);
  background-position: left center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 50px 0;
  color: #FFF;
}
/* line 2310, ../sass/nodes.scss */
.section-header-bidding-solution #why-us-reasons .why-us-reason.sub, .section-app-developer-solutions #why-us-reasons .why-us-reason.sub, .section-audience-currency #why-us-reasons .why-us-reason.sub {
  padding-top: 20px;
}
/* line 2313, ../sass/nodes.scss */
.section-header-bidding-solution #why-us-reasons .why-us-reason .why-us-icon, .section-app-developer-solutions #why-us-reasons .why-us-reason .why-us-icon, .section-audience-currency #why-us-reasons .why-us-reason .why-us-icon {
  display: inline-block;
  width: 80px;
}
/* line 2316, ../sass/nodes.scss */
.section-header-bidding-solution #why-us-reasons .why-us-reason .why-us-icon img, .section-app-developer-solutions #why-us-reasons .why-us-reason .why-us-icon img, .section-audience-currency #why-us-reasons .why-us-reason .why-us-icon img {
  width: 60px;
}
/* line 2320, ../sass/nodes.scss */
.section-header-bidding-solution #why-us-reasons .why-us-reason .why-us-text, .section-app-developer-solutions #why-us-reasons .why-us-reason .why-us-text, .section-audience-currency #why-us-reasons .why-us-reason .why-us-text {
  width: 615px;
  display: inline-block;
}
/* line 2324, ../sass/nodes.scss */
.section-header-bidding-solution #why-us-reasons .why-us-reason a, .section-app-developer-solutions #why-us-reasons .why-us-reason a, .section-audience-currency #why-us-reasons .why-us-reason a {
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 10px;
}
/* line 2332, ../sass/nodes.scss */
.section-header-bidding-solution #why-us-reasons .why-us-copy, .section-app-developer-solutions #why-us-reasons .why-us-copy, .section-audience-currency #why-us-reasons .why-us-copy {
  text-align: left;
  width: 700px;
  margin: 0 auto;
}
/* line 2336, ../sass/nodes.scss */
.section-header-bidding-solution #why-us-reasons .why-us-copy .why-us-title, .section-app-developer-solutions #why-us-reasons .why-us-copy .why-us-title, .section-audience-currency #why-us-reasons .why-us-copy .why-us-title {
  color: #29abe1;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
}
/* line 2342, ../sass/nodes.scss */
.section-header-bidding-solution #why-us-reasons .why-us-copy .why-us-body, .section-app-developer-solutions #why-us-reasons .why-us-copy .why-us-body, .section-audience-currency #why-us-reasons .why-us-copy .why-us-body {
  line-height: normal;
  font-weight: 100;
}
/* line 2348, ../sass/nodes.scss */
.section-header-bidding-solution .toggleSiblings, .section-app-developer-solutions .toggleSiblings, .section-audience-currency .toggleSiblings {
  color: #29abe1;
  cursor: pointer;
  font-size: .8em;
}
/* line 2354, ../sass/nodes.scss */
.section-header-bidding-solution .get-started-example, .section-app-developer-solutions .get-started-example, .section-audience-currency .get-started-example {
  text-align: left;
}
/* line 2357, ../sass/nodes.scss */
.section-header-bidding-solution .github-content, .section-app-developer-solutions .github-content, .section-audience-currency .github-content {
  margin-top: 20px;
}
/* line 2359, ../sass/nodes.scss */
.section-header-bidding-solution .github-content .github-icon, .section-app-developer-solutions .github-content .github-icon, .section-audience-currency .github-content .github-icon {
  display: inline-block;
  min-width: 140px;
}
/* line 2362, ../sass/nodes.scss */
.section-header-bidding-solution .github-content .github-icon img, .section-app-developer-solutions .github-content .github-icon img, .section-audience-currency .github-content .github-icon img {
  max-height: 50px;
  max-width: 200px;
  vertical-align: middle;
}
/* line 2371, ../sass/nodes.scss */
.section-header-bidding-solution #hbs-contact-form form .form-item, .section-header-bidding-solution #contact form .form-item, .section-app-developer-solutions #hbs-contact-form form .form-item, .section-app-developer-solutions #contact form .form-item, .section-audience-currency #hbs-contact-form form .form-item, .section-audience-currency #contact form .form-item {
  display: inline-block;
  width: 320px;
  margin: 0 10px 20px 10px;
}
/* line 2375, ../sass/nodes.scss */
.section-header-bidding-solution #hbs-contact-form form .form-item input, .section-header-bidding-solution #contact form .form-item input, .section-app-developer-solutions #hbs-contact-form form .form-item input, .section-app-developer-solutions #contact form .form-item input, .section-audience-currency #hbs-contact-form form .form-item input, .section-audience-currency #contact form .form-item input {
  max-width: 320px;
}
/* line 2378, ../sass/nodes.scss */
.section-header-bidding-solution #hbs-contact-form form .form-item label, .section-header-bidding-solution #contact form .form-item label, .section-app-developer-solutions #hbs-contact-form form .form-item label, .section-app-developer-solutions #contact form .form-item label, .section-audience-currency #hbs-contact-form form .form-item label, .section-audience-currency #contact form .form-item label {
  text-align: left;
}
/* line 2381, ../sass/nodes.scss */
.section-header-bidding-solution #hbs-contact-form form .form-item.webform-component--question---message, .section-header-bidding-solution #contact form .form-item.webform-component--question---message, .section-app-developer-solutions #hbs-contact-form form .form-item.webform-component--question---message, .section-app-developer-solutions #contact form .form-item.webform-component--question---message, .section-audience-currency #hbs-contact-form form .form-item.webform-component--question---message, .section-audience-currency #contact form .form-item.webform-component--question---message {
  width: 680px;
}
/* line 2384, ../sass/nodes.scss */
.section-header-bidding-solution #hbs-contact-form form .form-item.webform-component--sign-up-for-our-publisher-newsletter, .section-header-bidding-solution #contact form .form-item.webform-component--sign-up-for-our-publisher-newsletter, .section-app-developer-solutions #hbs-contact-form form .form-item.webform-component--sign-up-for-our-publisher-newsletter, .section-app-developer-solutions #contact form .form-item.webform-component--sign-up-for-our-publisher-newsletter, .section-audience-currency #hbs-contact-form form .form-item.webform-component--sign-up-for-our-publisher-newsletter, .section-audience-currency #contact form .form-item.webform-component--sign-up-for-our-publisher-newsletter {
  text-align: left;
}
/* line 2387, ../sass/nodes.scss */
.section-header-bidding-solution #hbs-contact-form form .form-item .form-item-submitted-sign-up-for-our-publisher-newsletter-1, .section-header-bidding-solution #contact form .form-item .form-item-submitted-sign-up-for-our-publisher-newsletter-1, .section-app-developer-solutions #hbs-contact-form form .form-item .form-item-submitted-sign-up-for-our-publisher-newsletter-1, .section-app-developer-solutions #contact form .form-item .form-item-submitted-sign-up-for-our-publisher-newsletter-1, .section-audience-currency #hbs-contact-form form .form-item .form-item-submitted-sign-up-for-our-publisher-newsletter-1, .section-audience-currency #contact form .form-item .form-item-submitted-sign-up-for-our-publisher-newsletter-1 {
  margin: 10px;
}
/* line 2390, ../sass/nodes.scss */
.section-header-bidding-solution #hbs-contact-form form .form-item.webform-component-checkboxes, .section-header-bidding-solution #contact form .form-item.webform-component-checkboxes, .section-app-developer-solutions #hbs-contact-form form .form-item.webform-component-checkboxes, .section-app-developer-solutions #contact form .form-item.webform-component-checkboxes, .section-audience-currency #hbs-contact-form form .form-item.webform-component-checkboxes, .section-audience-currency #contact form .form-item.webform-component-checkboxes {
  display: block !important;
  margin: 0 auto !important;
  text-align: left;
  width: 200px !important;
}
/* line 2396, ../sass/nodes.scss */
.section-header-bidding-solution #hbs-contact-form form .form-item input[type=checkbox], .section-header-bidding-solution #contact form .form-item input[type=checkbox], .section-app-developer-solutions #hbs-contact-form form .form-item input[type=checkbox], .section-app-developer-solutions #contact form .form-item input[type=checkbox], .section-audience-currency #hbs-contact-form form .form-item input[type=checkbox], .section-audience-currency #contact form .form-item input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(2);
  /* IE */
  -moz-transform: scale(2);
  /* FF */
  -webkit-transform: scale(2);
  /* Safari and Chrome */
  -o-transform: scale(2);
  /* Opera */
  margin-right: 10px;
}
/* line 2405, ../sass/nodes.scss */
.section-header-bidding-solution #hbs-contact-form form .form-submit, .section-header-bidding-solution #contact form .form-submit, .section-app-developer-solutions #hbs-contact-form form .form-submit, .section-app-developer-solutions #contact form .form-submit, .section-audience-currency #hbs-contact-form form .form-submit, .section-audience-currency #contact form .form-submit {
  background-color: #29abe1;
  border: 0;
  padding: 10px 30px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 2417, ../sass/nodes.scss */
.section-header-bidding-solution .nav-button-callout a, .section-app-developer-solutions .nav-button-callout a, .section-audience-currency .nav-button-callout a {
  background-color: #fff;
  padding: 8px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin: 40px 0;
}
/* line 2427, ../sass/nodes.scss */
.section-header-bidding-solution .nav-button-scroll, .section-app-developer-solutions .nav-button-scroll, .section-audience-currency .nav-button-scroll {
  display: inline-block;
  border: 1px solid #FFF;
  padding: 5px 20px;
  margin: 0 10px;
  text-transform: uppercase;
  cursor: pointer;
  color: #FFF;
}
/* line 2435, ../sass/nodes.scss */
.section-header-bidding-solution .nav-button-scroll:hover, .section-app-developer-solutions .nav-button-scroll:hover, .section-audience-currency .nav-button-scroll:hover {
  background-color: #29abe1;
  border-color: #29abe1;
}
/* line 2440, ../sass/nodes.scss */
.section-header-bidding-solution pre.prettyprint.prettyprinted, .section-app-developer-solutions pre.prettyprint.prettyprinted, .section-audience-currency pre.prettyprint.prettyprinted {
  max-width: 660px;
  padding: 20px;
  text-align: left;
  margin: 0 auto;
}
/* line 2446, ../sass/nodes.scss */
.section-header-bidding-solution #updates-body, .section-app-developer-solutions #updates-body, .section-audience-currency #updates-body {
  margin: 0 auto 20px auto;
}
/* line 2449, ../sass/nodes.scss */
.section-header-bidding-solution .section-div, .section-app-developer-solutions .section-div, .section-audience-currency .section-div {
  width: 700px;
  margin: 40px auto 0 auto;
}
/* line 2453, ../sass/nodes.scss */
.section-header-bidding-solution .section-div#get-started, .section-header-bidding-solution .section-div#updates, .section-header-bidding-solution .section-div#github, .section-app-developer-solutions .section-div#get-started, .section-app-developer-solutions .section-div#updates, .section-app-developer-solutions .section-div#github, .section-audience-currency .section-div#get-started, .section-audience-currency .section-div#updates, .section-audience-currency .section-div#github {
  padding-bottom: 40px;
  border-bottom: 1px solid #CCC;
}
/* line 2457, ../sass/nodes.scss */
.section-header-bidding-solution .section-div#why-us-reasons, .section-app-developer-solutions .section-div#why-us-reasons, .section-audience-currency .section-div#why-us-reasons {
  width: 100%;
}
/* line 2461, ../sass/nodes.scss */
.section-header-bidding-solution .view-id-blog.view-display-id-block_3, .section-app-developer-solutions .view-id-blog.view-display-id-block_3, .section-audience-currency .view-id-blog.view-display-id-block_3 {
  text-align: left;
  max-height: 400px;
  overflow: auto;
}
/* line 2465, ../sass/nodes.scss */
.section-header-bidding-solution .view-id-blog.view-display-id-block_3 .views-row, .section-app-developer-solutions .view-id-blog.view-display-id-block_3 .views-row, .section-audience-currency .view-id-blog.view-display-id-block_3 .views-row {
  margin-bottom: 40px;
}
/* line 2467, ../sass/nodes.scss */
.section-header-bidding-solution .view-id-blog.view-display-id-block_3 .views-row .views-field-created, .section-app-developer-solutions .view-id-blog.view-display-id-block_3 .views-row .views-field-created, .section-audience-currency .view-id-blog.view-display-id-block_3 .views-row .views-field-created {
  font-weight: bold;
  text-transform: uppercase;
}
/* line 2471, ../sass/nodes.scss */
.section-header-bidding-solution .view-id-blog.view-display-id-block_3 .views-row .views-field-title, .section-app-developer-solutions .view-id-blog.view-display-id-block_3 .views-row .views-field-title, .section-audience-currency .view-id-blog.view-display-id-block_3 .views-row .views-field-title {
  text-transform: uppercase;
  color: #29abe1;
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 10px;
}
/* line 2478, ../sass/nodes.scss */
.section-header-bidding-solution .view-id-blog.view-display-id-block_3 .views-row.views-row-last, .section-app-developer-solutions .view-id-blog.view-display-id-block_3 .views-row.views-row-last, .section-audience-currency .view-id-blog.view-display-id-block_3 .views-row.views-row-last {
  margin-bottom: 0;
}

/* line 2487, ../sass/nodes.scss */
.section-smart-yield .header-logo, .section-super-auction .header-logo {
  padding-bottom: 80px;
}
/* line 2488, ../sass/nodes.scss */
.section-smart-yield .header-logo img, .section-super-auction .header-logo img {
  filter: invert(100%);
}
/* line 2493, ../sass/nodes.scss */
.section-smart-yield #page-title, .section-super-auction #page-title {
  display: none;
}
/* line 2496, ../sass/nodes.scss */
.section-smart-yield .subheader, .section-super-auction .subheader {
  margin-bottom: 2.4em;
  font-size: 1.2em;
}
/* line 2500, ../sass/nodes.scss */
.section-smart-yield .section-header-bidding-solution #why-us-reasons, .section-super-auction .section-header-bidding-solution #why-us-reasons {
  display: inline-table;
}
/* line 2503, ../sass/nodes.scss */
.section-smart-yield .get-started-example, .section-super-auction .get-started-example {
  display: none;
}
/* line 2506, ../sass/nodes.scss */
.section-smart-yield .togglesibling, .section-super-auction .togglesibling {
  cursor: pointer;
  color: #29abe1;
  border: 1px solid #29abe1;
  display: inline-block;
  padding: 5px 10px;
}
/* line 2513, ../sass/nodes.scss */
.section-smart-yield .sy-resource-block, .section-super-auction .sy-resource-block {
  width: 40%;
  display: inline-block;
  padding: 4%;
}
/* line 2517, ../sass/nodes.scss */
.section-smart-yield .sy-resource-block img, .section-super-auction .sy-resource-block img {
  max-height: 60px;
}
/* line 2522, ../sass/nodes.scss */
.section-smart-yield .button-link, .section-super-auction .button-link {
  cursor: pointer;
  color: #29abe1;
  border: 1px solid #29abe1;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
}

@media (max-width: 600px) {
  /* line 2536, ../sass/nodes.scss */
  .section-politics #politics-page-header {
    height: 250px;
  }
  /* line 2538, ../sass/nodes.scss */
  .section-politics #politics-page-header .subtitle h1 {
    font-size: 2em;
    line-height: 1.0em;
  }
  /* line 2544, ../sass/nodes.scss */
  .section-politics #politics-offering-div .onebyaol-politics .reach-learn-button {
    position: absolute;
    top: 1650px;
    left: 120px;
  }
  /* line 2551, ../sass/nodes.scss */
  .section-politics .section-data-properties .view-content {
    height: 450px;
  }
  /* line 2553, ../sass/nodes.scss */
  .section-politics .section-data-properties .view-content .field-content {
    width: 80%;
    margin: 0 0 0 -40px;
  }
  /* line 2560, ../sass/nodes.scss */
  .section-politics .politics-stats-carousel .politics-stats .view-content {
    padding: 0;
  }
  /* line 2562, ../sass/nodes.scss */
  .section-politics .politics-stats-carousel .politics-stats .view-content .views-field-body {
    margin: 30px;
    font-size: 1.2em;
  }
  /* line 2568, ../sass/nodes.scss */
  .section-politics .politcs-contact-form {
    width: 100%;
  }
  /* line 2570, ../sass/nodes.scss */
  .section-politics .politcs-contact-form form {
    margin: 30px;
  }
  /* line 2573, ../sass/nodes.scss */
  .section-politics .politcs-contact-form .form-item {
    width: 100%;
  }

  /* line 2579, ../sass/nodes.scss */
  .section-header-bidding-solution h1, .section-header-bidding-solution h2, .section-onebyaol-publishers h1, .section-onebyaol-publishers h2, .section-onebyaol-indirect h1, .section-onebyaol-indirect h2 {
    font-size: 2em !important;
  }
  /* line 2582, ../sass/nodes.scss */
  .section-header-bidding-solution #page-header, .section-header-bidding-solution #why-us-reasons, .section-onebyaol-publishers #page-header, .section-onebyaol-publishers #why-us-reasons, .section-onebyaol-indirect #page-header, .section-onebyaol-indirect #why-us-reasons {
    padding-top: 0px !important;
    background-size: cover !important;
  }
  /* line 2586, ../sass/nodes.scss */
  .section-header-bidding-solution .nav-button-scroll, .section-onebyaol-publishers .nav-button-scroll, .section-onebyaol-indirect .nav-button-scroll {
    display: block !important;
  }
  /* line 2590, ../sass/nodes.scss */
  .section-header-bidding-solution #why-us-reasons .why-us-copy, .section-onebyaol-publishers #why-us-reasons .why-us-copy, .section-onebyaol-indirect #why-us-reasons .why-us-copy {
    width: 100% !important;
  }
  /* line 2592, ../sass/nodes.scss */
  .section-header-bidding-solution #why-us-reasons .why-us-copy .why-us-icon, .section-onebyaol-publishers #why-us-reasons .why-us-copy .why-us-icon, .section-onebyaol-indirect #why-us-reasons .why-us-copy .why-us-icon {
    display: none;
  }
  /* line 2595, ../sass/nodes.scss */
  .section-header-bidding-solution #why-us-reasons .why-us-copy .why-us-text, .section-onebyaol-publishers #why-us-reasons .why-us-copy .why-us-text, .section-onebyaol-indirect #why-us-reasons .why-us-copy .why-us-text {
    text-align: center !important;
    width: 100% !important;
    font-size: .8em !important;
  }
  /* line 2602, ../sass/nodes.scss */
  .section-header-bidding-solution .get-started-example, .section-onebyaol-publishers .get-started-example, .section-onebyaol-indirect .get-started-example {
    padding: 0 5px !important;
    font-size: .8em !important;
  }
  /* line 2606, ../sass/nodes.scss */
  .section-header-bidding-solution .view.view-blog.view-id-blog.view-display-id-block_3, .section-onebyaol-publishers .view.view-blog.view-id-blog.view-display-id-block_3, .section-onebyaol-indirect .view.view-blog.view-id-blog.view-display-id-block_3 {
    padding: 0 5px !important;
    font-size: .8em !important;
    text-align: center !important;
  }
  /* line 2611, ../sass/nodes.scss */
  .section-header-bidding-solution #hbs-contact-form form .form-item.webform-component--question---message, .section-onebyaol-publishers #hbs-contact-form form .form-item.webform-component--question---message, .section-onebyaol-indirect #hbs-contact-form form .form-item.webform-component--question---message {
    width: 80% !important;
  }
  /* line 2614, ../sass/nodes.scss */
  .section-header-bidding-solution .section-div, .section-onebyaol-publishers .section-div, .section-onebyaol-indirect .section-div {
    width: 100% !important;
    margin: 0 auto !important;
  }

  /* line 2620, ../sass/nodes.scss */
  .section-smart-yield div#block-aolnetworksmods-aolnetworksmods-header-nav, .section-super-auction div#block-aolnetworksmods-aolnetworksmods-header-nav {
    position: absolute;
  }
  /* line 2623, ../sass/nodes.scss */
  .section-smart-yield .header-logo, .section-super-auction .header-logo {
    padding: 20px 0;
  }
  /* line 2626, ../sass/nodes.scss */
  .section-smart-yield .sy-resource-block, .section-super-auction .sy-resource-block {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  /* line 2631, ../sass/nodes.scss */
  .section-smart-yield #why-us-reasons, .section-super-auction #why-us-reasons {
    padding-top: 50px !important;
  }
  /* line 2633, ../sass/nodes.scss */
  .section-smart-yield #why-us-reasons .why-us-reason, .section-super-auction #why-us-reasons .why-us-reason {
    width: 90%;
    margin: 0 auto;
  }
  /* line 2638, ../sass/nodes.scss */
  .section-smart-yield .why-us-reason, .section-smart-yield .section-description, .section-super-auction .why-us-reason, .section-super-auction .section-description {
    width: 90%;
    margin: 0 auto;
  }
}
/* line 2647, ../sass/nodes.scss */
.section-app-developer-solutions #cboxContent {
  background-color: #eee;
}
/* line 2649, ../sass/nodes.scss */
.section-app-developer-solutions #cboxContent .region-header, .section-app-developer-solutions #cboxContent .node-title, .section-app-developer-solutions #cboxContent .region-footer {
  display: none;
}
/* line 2652, ../sass/nodes.scss */
.section-app-developer-solutions #cboxContent .field-items {
  padding: 0 20px;
  text-align: left;
}
/* line 2658, ../sass/nodes.scss */
.section-app-developer-solutions h2 {
  line-height: initial;
}
/* line 2661, ../sass/nodes.scss */
.section-app-developer-solutions .subtitle {
  font-weight: 900;
  font-size: 1.2em;
  margin-bottom: 10px;
}
/* line 2666, ../sass/nodes.scss */
.section-app-developer-solutions .section-video {
  margin-top: 40px;
}
/* line 2668, ../sass/nodes.scss */
.section-app-developer-solutions .section-video div {
  margin: 0 auto;
}
/* line 2672, ../sass/nodes.scss */
.section-app-developer-solutions .section-div#platform {
  width: 740px;
}
/* line 2675, ../sass/nodes.scss */
.section-app-developer-solutions .section-dark-wrapper {
  width: 100%;
  background-color: #f0f0f0;
  padding: 50px 0;
  margin: 0;
  display: inline-block;
}
/* line 2682, ../sass/nodes.scss */
.section-app-developer-solutions .section-rules {
  text-align: left;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 40px 0;
  margin-bottom: 40px;
  font-size: .8em;
}
/* line 2689, ../sass/nodes.scss */
.section-app-developer-solutions .section-rules ul {
  padding: 0 30px 0 50px;
  margin-top: 0;
}
/* line 2692, ../sass/nodes.scss */
.section-app-developer-solutions .section-rules ul li {
  margin-bottom: 10px;
  line-height: 1.5em;
}
/* line 2698, ../sass/nodes.scss */
.section-app-developer-solutions .section-div#get-started {
  border-bottom: 0 !important;
}
/* line 2701, ../sass/nodes.scss */
.section-app-developer-solutions #page-header {
  height: initial;
  background-image: url(/sites/all/themes/aolplatforms/images/header_bidding/app-developer-header.jpg) !important;
  padding: 40px 0 20px 0;
}
/* line 2705, ../sass/nodes.scss */
.section-app-developer-solutions #page-header h1 {
  font-size: 3em;
  max-width: 850px;
  text-transform: uppercase;
  margin: 20px auto 5px auto;
  line-height: 1.2em;
  font-weight: 600;
}
/* line 2713, ../sass/nodes.scss */
.section-app-developer-solutions #page-header h2 {
  font-size: 1.3em !important;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: .15em;
  font-family: "Open Sans", sans-serif;
}
/* line 2722, ../sass/nodes.scss */
.section-app-developer-solutions #why-us-reasons {
  background-image: url(/sites/all/themes/aolplatforms/images/header_bidding/app-developer-wegetmobile.jpg) !important;
}

/* line 2728, ../sass/nodes.scss */
.section-audience-currency .copy {
  text-align: left;
}
/* line 2731, ../sass/nodes.scss */
.section-audience-currency #page-header {
  background-image: url(/sites/all/themes/aolplatforms/images/header_bidding/AudienceIsCurrency-hero-image__mg__v01.jpg) !important;
  background-size: cover;
}
/* line 2735, ../sass/nodes.scss */
.section-audience-currency #page-header .header-logo img {
  max-height: 100px;
}
/* line 2739, ../sass/nodes.scss */
.section-audience-currency #page-header h1 {
  text-transform: uppercase;
  font-size: 4.5em;
  margin: 20px 0 0 0;
  line-height: 1em;
  font-weight: 600;
}
/* line 2746, ../sass/nodes.scss */
.section-audience-currency #page-header h2 {
  color: #FFF;
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 40px;
}
/* line 2753, ../sass/nodes.scss */
.section-audience-currency .vdb_player div {
  margin: 30px auto 0 auto;
}
/* line 2756, ../sass/nodes.scss */
.section-audience-currency #yield-wheel {
  background: #000;
  color: #FFF;
  width: 100%;
  padding: 20px 0 50px 0;
}
/* line 2761, ../sass/nodes.scss */
.section-audience-currency #yield-wheel div {
  max-width: 700px;
  margin: 0 auto;
}
/* line 2768, ../sass/nodes.scss */
.section-audience-currency #case-studies .section-description {
  font-weight: 900;
  margin-bottom: 20px;
  text-transform: uppercase;
}
/* line 2773, ../sass/nodes.scss */
.section-audience-currency #case-studies .form-submit, .section-audience-currency #case-studies pager-next {
  padding: 10px 0 40px 0;
  text-align: center;
}
/* line 2776, ../sass/nodes.scss */
.section-audience-currency #case-studies .form-submit a, .section-audience-currency #case-studies pager-next a {
  background-color: #29abe1;
  border: 0;
  padding: 10px 30px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
}

/* line 2790, ../sass/nodes.scss */
.terms-and-conditions .field-items {
  text-align: left !important;
}
/* line 2793, ../sass/nodes.scss */
.terms-and-conditions h1, .terms-and-conditions h2 {
  font-size: 1em;
  line-height: 1.5em;
  font-family: "Open Sans", sans-serif;
}
/* line 2798, ../sass/nodes.scss */
.terms-and-conditions h2 {
  text-transform: inherit;
  margin: .75em 0;
  padding-left: 30px;
}
