/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */
/*
 * Body
 */
body {
  margin: 0;
  padding: 0;
}

body.section-audiences {
  background-color: #FFFFFF;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
#skip-link {
  margin: 0;
}
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#logo {
  /* Wrapping link for logo */
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}
#logo img {
  vertical-align: bottom;
}

#name-and-slogan {
  /* Wrapper for website name and slogan */
  float: left;
}

#site-name {
  /* The name of the website */
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}
#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}
#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan {
  /* The slogan (or tagline) of a website */
  margin: 0;
  font-size: 1em;
}

.region-header {
  /* Wrapper for any blocks placed in the header region */
  clear: both;
  /* Clear the logo */
}

/*
 * Main (container for everything else)
 */
#main {
  padding-top: 0;
}

/*
 * Content
 */
.breadcrumb {
  /* The path to the current page in the form of a list of links */
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1.title,
h2.node-title,
h2.block-title,
h2.title,
h2.comment-form,
h3.title {
  /* Comment title */
  margin: 0;
}

tr.even {
  /* Some tables have rows marked even or odd. */
  /* background-color: #eee; */
  /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */
  /* Drupal core uses a #eee background */
}

div.messages {
  /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */
  margin: 1.5em 0;
  /* Drupal core uses "6px 0" margin */
}
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status {
  /* Normal priority messages */
}

div.warning,
tr.warning {
  /* Medium priority messages */
  /* border: 1px solid #f0c020; */
  /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error {
  /* High priority messages. See also the .error declaration below. */
}

.error {
  /* Errors that are separate from div.messages status messages. */
  /* color: #e55; */
  /* Drupal core uses a #e55 background */
}

.warning {
  /* Warnings that are separate from div.messages status messages. */
  /* color: #e09010; */
  /* Drupal core uses a #e09010 background */
}

.tabs {
  /* See also the tabs.css file. */
}

.region-help {
  /* Help text on a page */
}

.more-help-link {
  /* Link to more help */
}

.region-content {
  /* Wrapper for the actual page content */
}

ul.inline {
  /* List of links generated by theme_links() */
  display: inline;
  padding: 0;
}
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

span.field-label {
  /* The inline field label used by the Fences module */
  padding: 0 1em 0 0;
  /* LTR */
}

.item-list .pager {
  /* A list of page numbers when more than 1 page of content is available */
  padding: 0;
}
.item-list .pager li {
  /* Each page number in the pager list */
  padding: 0 0.5em;
}

.feed-icon {
  /* The link to the RSS or Atom feed for the current list of content */
}

.more-link {
  /* Aggregator, blog, and forum more link */
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first #block-menu-block-2, .region-sidebar-first #block-menu-block-3, .region-sidebar-first #block-menu-block-1, .region-sidebar-first .menu-name-menu-adspec {
  color: #636363;
  margin: 0;
  margin-right: 50px;
  text-align: right;
}
.region-sidebar-first #block-menu-block-2 .block-title, .region-sidebar-first #block-menu-block-3 .block-title, .region-sidebar-first #block-menu-block-1 .block-title, .region-sidebar-first .menu-name-menu-adspec .block-title {
  font-size: 1.16em;
  margin-bottom: 30px !important;
  line-height: 1.3em;
  text-transform: uppercase;
  word-break: keep-all;
}
.region-sidebar-first #block-menu-block-2 .block-title a, .region-sidebar-first #block-menu-block-3 .block-title a, .region-sidebar-first #block-menu-block-1 .block-title a, .region-sidebar-first .menu-name-menu-adspec .block-title a {
  border: 0px;
}
.region-sidebar-first #block-menu-block-2 ul, .region-sidebar-first #block-menu-block-3 ul, .region-sidebar-first #block-menu-block-1 ul, .region-sidebar-first .menu-name-menu-adspec ul {
  margin: 0;
  padding: 0;
  /* edit for about us/leader menu */
}
.region-sidebar-first #block-menu-block-2 ul li, .region-sidebar-first #block-menu-block-3 ul li, .region-sidebar-first #block-menu-block-1 ul li, .region-sidebar-first .menu-name-menu-adspec ul li {
  list-style: none !important;
  margin-bottom: 20px;
  line-height: 1.6em;
}
.region-sidebar-first #block-menu-block-2 ul ul li, .region-sidebar-first #block-menu-block-3 ul ul li, .region-sidebar-first #block-menu-block-1 ul ul li, .region-sidebar-first .menu-name-menu-adspec ul ul li {
  margin: 7px 0 0 7px;
  line-height: 1.5em;
  font-size: 0.8em;
}
.region-sidebar-first #block-menu-block-2 ul ul li a, .region-sidebar-first #block-menu-block-3 ul ul li a, .region-sidebar-first #block-menu-block-1 ul ul li a, .region-sidebar-first .menu-name-menu-adspec ul ul li a {
  text-transform: none;
}
.region-sidebar-first #block-menu-block-2 ul ul li:last-child, .region-sidebar-first #block-menu-block-3 ul ul li:last-child, .region-sidebar-first #block-menu-block-1 ul ul li:last-child, .region-sidebar-first .menu-name-menu-adspec ul ul li:last-child {
  margin-bottom: 20px;
}
.region-sidebar-first #block-menu-block-2 ul ul li:first-child, .region-sidebar-first #block-menu-block-3 ul ul li:first-child, .region-sidebar-first #block-menu-block-1 ul ul li:first-child, .region-sidebar-first .menu-name-menu-adspec ul ul li:first-child {
  margin-top: 20px;
}
.region-sidebar-first #block-menu-block-2 ul .aolcorporate, .region-sidebar-first #block-menu-block-3 ul .aolcorporate, .region-sidebar-first #block-menu-block-1 ul .aolcorporate, .region-sidebar-first .menu-name-menu-adspec ul .aolcorporate {
  padding-top: 10px !important;
}
.region-sidebar-first #block-menu-block-2 a, .region-sidebar-first #block-menu-block-3 a, .region-sidebar-first #block-menu-block-1 a, .region-sidebar-first .menu-name-menu-adspec a {
  font-weight: 900;
  color: silver;
  text-transform: uppercase;
  text-decoration: none !important;
}
.region-sidebar-first #block-menu-block-2 a:hover, .region-sidebar-first #block-menu-block-2 a.active, .region-sidebar-first #block-menu-block-2 a.active-trail, .region-sidebar-first #block-menu-block-3 a:hover, .region-sidebar-first #block-menu-block-3 a.active, .region-sidebar-first #block-menu-block-3 a.active-trail, .region-sidebar-first #block-menu-block-1 a:hover, .region-sidebar-first #block-menu-block-1 a.active, .region-sidebar-first #block-menu-block-1 a.active-trail, .region-sidebar-first .menu-name-menu-adspec a:hover, .region-sidebar-first .menu-name-menu-adspec a.active, .region-sidebar-first .menu-name-menu-adspec a.active-trail {
  padding-bottom: 1px;
  color: #636363;
  border-bottom: 1px solid black;
}
.region-sidebar-first #block-menu-menu-adspec {
  margin-top: 165px;
}
.region-sidebar-first #block-menu-menu-adspec ul li {
  margin-bottom: 0px;
}

/* Spec */
.page-spec-classification #page-title, .node-type-spec #page-title, .section-vendors #page-title, .page-my-collection #page-title, .page-specs-search #page-title, .section-specs #page-title {
  margin-bottom: 45px;
}
.page-spec-classification #main, .node-type-spec #main, .section-vendors #main, .page-my-collection #main, .page-specs-search #main, .section-specs #main {
  margin-top: 0;
}
.page-spec-classification a, .node-type-spec a, .section-vendors a, .page-my-collection a, .page-specs-search a, .section-specs a {
  color: #01aef0;
  text-decoration: none;
}
.page-spec-classification .node-spec .field-items, .node-type-spec .node-spec .field-items, .section-vendors .node-spec .field-items, .page-my-collection .node-spec .field-items, .page-specs-search .node-spec .field-items, .section-specs .node-spec .field-items {
  width: 75%;
  font-size: 0.9em;
}
.page-spec-classification .node-spec .field-label, .node-type-spec .node-spec .field-label, .section-vendors .node-spec .field-label, .page-my-collection .node-spec .field-label, .page-specs-search .node-spec .field-label, .section-specs .node-spec .field-label {
  width: 25%;
  font-size: 0.9em;
}
.page-spec-classification .node-spec .evenspec, .node-type-spec .node-spec .evenspec, .section-vendors .node-spec .evenspec, .page-my-collection .node-spec .evenspec, .page-specs-search .node-spec .evenspec, .section-specs .node-spec .evenspec {
  background-color: #eee;
  border: 1px solid #eee;
  padding: 15px;
}
.page-spec-classification .node-spec .oddspec, .node-type-spec .node-spec .oddspec, .section-vendors .node-spec .oddspec, .page-my-collection .node-spec .oddspec, .page-specs-search .node-spec .oddspec, .section-specs .node-spec .oddspec {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 15px;
}
.page-spec-classification .node-spec .field-name-body, .node-type-spec .node-spec .field-name-body, .section-vendors .node-spec .field-name-body, .page-my-collection .node-spec .field-name-body, .page-specs-search .node-spec .field-name-body, .section-specs .node-spec .field-name-body {
  width: auto !important;
  color: #1c1d1d;
}
.page-spec-classification .node-spec .specs-flag-export, .node-type-spec .node-spec .specs-flag-export, .section-vendors .node-spec .specs-flag-export, .page-my-collection .node-spec .specs-flag-export, .page-specs-search .node-spec .specs-flag-export, .section-specs .node-spec .specs-flag-export {
  padding-bottom: 65px;
  margin-left: 30px;
  margin-top: -25px;
}
.page-spec-classification .node-spec .specs-flag-export .spec-doc, .node-type-spec .node-spec .specs-flag-export .spec-doc, .section-vendors .node-spec .specs-flag-export .spec-doc, .page-my-collection .node-spec .specs-flag-export .spec-doc, .page-specs-search .node-spec .specs-flag-export .spec-doc, .section-specs .node-spec .specs-flag-export .spec-doc {
  float: left;
  width: 240px;
}
.page-spec-classification .node-spec .specs-flag-export .spec-doc a:before, .node-type-spec .node-spec .specs-flag-export .spec-doc a:before, .section-vendors .node-spec .specs-flag-export .spec-doc a:before, .page-my-collection .node-spec .specs-flag-export .spec-doc a:before, .page-specs-search .node-spec .specs-flag-export .spec-doc a:before, .section-specs .node-spec .specs-flag-export .spec-doc a:before {
  background-image: url("../images/adspecs-icon-sprite.png");
  display: block;
  width: 25px;
  height: 25px;
  content: ' ';
  position: relative;
  left: -30px;
  top: 27px;
}
.page-spec-classification .node-spec .specs-flag-export .flag-link a.flag-action:before, .node-type-spec .node-spec .specs-flag-export .flag-link a.flag-action:before, .section-vendors .node-spec .specs-flag-export .flag-link a.flag-action:before, .page-my-collection .node-spec .specs-flag-export .flag-link a.flag-action:before, .page-specs-search .node-spec .specs-flag-export .flag-link a.flag-action:before, .section-specs .node-spec .specs-flag-export .flag-link a.flag-action:before {
  background-position: 0 150px;
}
.page-spec-classification .node-spec .specs-flag-export .flag-link a.flag-action:hover:before, .node-type-spec .node-spec .specs-flag-export .flag-link a.flag-action:hover:before, .section-vendors .node-spec .specs-flag-export .flag-link a.flag-action:hover:before, .page-my-collection .node-spec .specs-flag-export .flag-link a.flag-action:hover:before, .page-specs-search .node-spec .specs-flag-export .flag-link a.flag-action:hover:before, .section-specs .node-spec .specs-flag-export .flag-link a.flag-action:hover:before {
  background-position: -50px -150px;
}
.page-spec-classification .node-spec .specs-flag-export .flag-link a.unflag-action:before, .node-type-spec .node-spec .specs-flag-export .flag-link a.unflag-action:before, .section-vendors .node-spec .specs-flag-export .flag-link a.unflag-action:before, .page-my-collection .node-spec .specs-flag-export .flag-link a.unflag-action:before, .page-specs-search .node-spec .specs-flag-export .flag-link a.unflag-action:before, .section-specs .node-spec .specs-flag-export .flag-link a.unflag-action:before {
  background-position: 0 50px;
}
.page-spec-classification .node-spec .specs-flag-export .flag-link a.unflag-action:hover:before, .node-type-spec .node-spec .specs-flag-export .flag-link a.unflag-action:hover:before, .section-vendors .node-spec .specs-flag-export .flag-link a.unflag-action:hover:before, .page-my-collection .node-spec .specs-flag-export .flag-link a.unflag-action:hover:before, .page-specs-search .node-spec .specs-flag-export .flag-link a.unflag-action:hover:before, .section-specs .node-spec .specs-flag-export .flag-link a.unflag-action:hover:before {
  background-position: -50px -250px;
}
.page-spec-classification .node-spec .specs-flag-export .bookmark-link a:before, .node-type-spec .node-spec .specs-flag-export .bookmark-link a:before, .section-vendors .node-spec .specs-flag-export .bookmark-link a:before, .page-my-collection .node-spec .specs-flag-export .bookmark-link a:before, .page-specs-search .node-spec .specs-flag-export .bookmark-link a:before, .section-specs .node-spec .specs-flag-export .bookmark-link a:before {
  background-position: 0 100px;
}
.page-spec-classification .node-spec .specs-flag-export .bookmark-link a:hover:before, .node-type-spec .node-spec .specs-flag-export .bookmark-link a:hover:before, .section-vendors .node-spec .specs-flag-export .bookmark-link a:hover:before, .page-my-collection .node-spec .specs-flag-export .bookmark-link a:hover:before, .page-specs-search .node-spec .specs-flag-export .bookmark-link a:hover:before, .section-specs .node-spec .specs-flag-export .bookmark-link a:hover:before {
  background-position: -50px -200px;
}
.page-spec-classification .node-spec .specs-flag-export .export-link a:before, .node-type-spec .node-spec .specs-flag-export .export-link a:before, .section-vendors .node-spec .specs-flag-export .export-link a:before, .page-my-collection .node-spec .specs-flag-export .export-link a:before, .page-specs-search .node-spec .specs-flag-export .export-link a:before, .section-specs .node-spec .specs-flag-export .export-link a:before {
  background-position: 0 250px;
}
.page-spec-classification .node-spec .specs-flag-export .export-link a:hover:before, .node-type-spec .node-spec .specs-flag-export .export-link a:hover:before, .section-vendors .node-spec .specs-flag-export .export-link a:hover:before, .page-my-collection .node-spec .specs-flag-export .export-link a:hover:before, .page-specs-search .node-spec .specs-flag-export .export-link a:hover:before, .section-specs .node-spec .specs-flag-export .export-link a:hover:before {
  background-position: -50px -350px;
}
.page-spec-classification .node-spec .specs-flag-export .export-pdf a:before, .node-type-spec .node-spec .specs-flag-export .export-pdf a:before, .section-vendors .node-spec .specs-flag-export .export-pdf a:before, .page-my-collection .node-spec .specs-flag-export .export-pdf a:before, .page-specs-search .node-spec .specs-flag-export .export-pdf a:before, .section-specs .node-spec .specs-flag-export .export-pdf a:before {
  background-position: 0 200px;
}
.page-spec-classification .node-spec .specs-flag-export .export-pdf a:hover:before, .node-type-spec .node-spec .specs-flag-export .export-pdf a:hover:before, .section-vendors .node-spec .specs-flag-export .export-pdf a:hover:before, .page-my-collection .node-spec .specs-flag-export .export-pdf a:hover:before, .page-specs-search .node-spec .specs-flag-export .export-pdf a:hover:before, .section-specs .node-spec .specs-flag-export .export-pdf a:hover:before {
  background-position: -50px -100px;
}
.page-spec-classification .node-spec .specs-flag-export .clear, .node-type-spec .node-spec .specs-flag-export .clear, .section-vendors .node-spec .specs-flag-export .clear, .page-my-collection .node-spec .specs-flag-export .clear, .page-specs-search .node-spec .specs-flag-export .clear, .section-specs .node-spec .specs-flag-export .clear {
  clear: both;
}
.page-spec-classification .spec-term-name, .node-type-spec .spec-term-name, .section-vendors .spec-term-name, .page-my-collection .spec-term-name, .page-specs-search .spec-term-name, .section-specs .spec-term-name {
  /*  margin-bottom: -35px; */
}
.page-spec-classification .spec-category-all, .node-type-spec .spec-category-all, .section-vendors .spec-category-all, .page-my-collection .spec-category-all, .page-specs-search .spec-category-all, .section-specs .spec-category-all {
  font-size: 0.9em;
}
.page-spec-classification .spec-category-all a, .node-type-spec .spec-category-all a, .section-vendors .spec-category-all a, .page-my-collection .spec-category-all a, .page-specs-search .spec-category-all a, .section-specs .spec-category-all a {
  color: #01aef0;
  text-decoration: none;
}
.page-spec-classification .spec-category-all table tbody, .node-type-spec .spec-category-all table tbody, .section-vendors .spec-category-all table tbody, .page-my-collection .spec-category-all table tbody, .page-specs-search .spec-category-all table tbody, .section-specs .spec-category-all table tbody {
  border: 1px solid #cfd8e8;
  border-top: none;
}
.page-spec-classification .spec-category-all table tbody tr, .node-type-spec .spec-category-all table tbody tr, .section-vendors .spec-category-all table tbody tr, .page-my-collection .spec-category-all table tbody tr, .page-specs-search .spec-category-all table tbody tr, .section-specs .spec-category-all table tbody tr {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  height: 40px;
  border-left: 2px solid #eee;
}
.page-spec-classification .spec-category-all table tbody .odd, .node-type-spec .spec-category-all table tbody .odd, .section-vendors .spec-category-all table tbody .odd, .page-my-collection .spec-category-all table tbody .odd, .page-specs-search .spec-category-all table tbody .odd, .section-specs .spec-category-all table tbody .odd {
  background-color: #eee;
}
.page-spec-classification .spec-category-all table tbody .even, .node-type-spec .spec-category-all table tbody .even, .section-vendors .spec-category-all table tbody .even, .page-my-collection .spec-category-all table tbody .even, .page-specs-search .spec-category-all table tbody .even, .section-specs .spec-category-all table tbody .even {
  background-color: #fff;
}
.page-spec-classification .spec-category-all table tbody .views-field-field-preview, .page-spec-classification .spec-category-all table tbody .views-field-nothing, .page-spec-classification .spec-category-all table tbody .views-field-nothing-1, .page-spec-classification .spec-category-all table tbody .views-field-ops, .node-type-spec .spec-category-all table tbody .views-field-field-preview, .node-type-spec .spec-category-all table tbody .views-field-nothing, .node-type-spec .spec-category-all table tbody .views-field-nothing-1, .node-type-spec .spec-category-all table tbody .views-field-ops, .section-vendors .spec-category-all table tbody .views-field-field-preview, .section-vendors .spec-category-all table tbody .views-field-nothing, .section-vendors .spec-category-all table tbody .views-field-nothing-1, .section-vendors .spec-category-all table tbody .views-field-ops, .page-my-collection .spec-category-all table tbody .views-field-field-preview, .page-my-collection .spec-category-all table tbody .views-field-nothing, .page-my-collection .spec-category-all table tbody .views-field-nothing-1, .page-my-collection .spec-category-all table tbody .views-field-ops, .page-specs-search .spec-category-all table tbody .views-field-field-preview, .page-specs-search .spec-category-all table tbody .views-field-nothing, .page-specs-search .spec-category-all table tbody .views-field-nothing-1, .page-specs-search .spec-category-all table tbody .views-field-ops, .section-specs .spec-category-all table tbody .views-field-field-preview, .section-specs .spec-category-all table tbody .views-field-nothing, .section-specs .spec-category-all table tbody .views-field-nothing-1, .section-specs .spec-category-all table tbody .views-field-ops {
  font-size: 0;
}
.page-spec-classification .spec-category-all table tbody .views-field-field-preview a, .page-spec-classification .spec-category-all table tbody .views-field-nothing a, .page-spec-classification .spec-category-all table tbody .views-field-nothing-1 a, .page-spec-classification .spec-category-all table tbody .views-field-ops a, .node-type-spec .spec-category-all table tbody .views-field-field-preview a, .node-type-spec .spec-category-all table tbody .views-field-nothing a, .node-type-spec .spec-category-all table tbody .views-field-nothing-1 a, .node-type-spec .spec-category-all table tbody .views-field-ops a, .section-vendors .spec-category-all table tbody .views-field-field-preview a, .section-vendors .spec-category-all table tbody .views-field-nothing a, .section-vendors .spec-category-all table tbody .views-field-nothing-1 a, .section-vendors .spec-category-all table tbody .views-field-ops a, .page-my-collection .spec-category-all table tbody .views-field-field-preview a, .page-my-collection .spec-category-all table tbody .views-field-nothing a, .page-my-collection .spec-category-all table tbody .views-field-nothing-1 a, .page-my-collection .spec-category-all table tbody .views-field-ops a, .page-specs-search .spec-category-all table tbody .views-field-field-preview a, .page-specs-search .spec-category-all table tbody .views-field-nothing a, .page-specs-search .spec-category-all table tbody .views-field-nothing-1 a, .page-specs-search .spec-category-all table tbody .views-field-ops a, .section-specs .spec-category-all table tbody .views-field-field-preview a, .section-specs .spec-category-all table tbody .views-field-nothing a, .section-specs .spec-category-all table tbody .views-field-nothing-1 a, .section-specs .spec-category-all table tbody .views-field-ops a {
  background-image: url("../images/adspecs-icon-sprite.png");
  display: inline-block;
  height: 25px;
  width: 50px;
}
.page-spec-classification .spec-category-all table tbody .views-field-field-preview a, .node-type-spec .spec-category-all table tbody .views-field-field-preview a, .section-vendors .spec-category-all table tbody .views-field-field-preview a, .page-my-collection .spec-category-all table tbody .views-field-field-preview a, .page-specs-search .spec-category-all table tbody .views-field-field-preview a, .section-specs .spec-category-all table tbody .views-field-field-preview a {
  background-position: 15px 300px;
}
.page-spec-classification .spec-category-all table tbody .views-field-field-preview a:hover, .node-type-spec .spec-category-all table tbody .views-field-field-preview a:hover, .section-vendors .spec-category-all table tbody .views-field-field-preview a:hover, .page-my-collection .spec-category-all table tbody .views-field-field-preview a:hover, .page-specs-search .spec-category-all table tbody .views-field-field-preview a:hover, .section-specs .spec-category-all table tbody .views-field-field-preview a:hover {
  background-position: -35px -300px;
}
.page-spec-classification .spec-category-all table tbody .views-field-nothing a, .node-type-spec .spec-category-all table tbody .views-field-nothing a, .section-vendors .spec-category-all table tbody .views-field-nothing a, .page-my-collection .spec-category-all table tbody .views-field-nothing a, .page-specs-search .spec-category-all table tbody .views-field-nothing a, .section-specs .spec-category-all table tbody .views-field-nothing a {
  background-position: 15px 250px;
}
.page-spec-classification .spec-category-all table tbody .views-field-nothing a:hover, .node-type-spec .spec-category-all table tbody .views-field-nothing a:hover, .section-vendors .spec-category-all table tbody .views-field-nothing a:hover, .page-my-collection .spec-category-all table tbody .views-field-nothing a:hover, .page-specs-search .spec-category-all table tbody .views-field-nothing a:hover, .section-specs .spec-category-all table tbody .views-field-nothing a:hover {
  background-position: -35px -50px;
}
.page-spec-classification .spec-category-all table tbody .views-field-nothing-1 a, .node-type-spec .spec-category-all table tbody .views-field-nothing-1 a, .section-vendors .spec-category-all table tbody .views-field-nothing-1 a, .page-my-collection .spec-category-all table tbody .views-field-nothing-1 a, .page-specs-search .spec-category-all table tbody .views-field-nothing-1 a, .section-specs .spec-category-all table tbody .views-field-nothing-1 a {
  background-position: 15px 200px;
  margin: 0 auto 0 25px;
}
.page-spec-classification .spec-category-all table tbody .views-field-nothing-1 a:hover, .node-type-spec .spec-category-all table tbody .views-field-nothing-1 a:hover, .section-vendors .spec-category-all table tbody .views-field-nothing-1 a:hover, .page-my-collection .spec-category-all table tbody .views-field-nothing-1 a:hover, .page-specs-search .spec-category-all table tbody .views-field-nothing-1 a:hover, .section-specs .spec-category-all table tbody .views-field-nothing-1 a:hover {
  background-position: -35px -100px;
}
.page-spec-classification .spec-category-all table tbody .views-field-ops a.flag-action, .node-type-spec .spec-category-all table tbody .views-field-ops a.flag-action, .section-vendors .spec-category-all table tbody .views-field-ops a.flag-action, .page-my-collection .spec-category-all table tbody .views-field-ops a.flag-action, .page-specs-search .spec-category-all table tbody .views-field-ops a.flag-action, .section-specs .spec-category-all table tbody .views-field-ops a.flag-action {
  background-position: 15px 150px;
  /* margin: 22px auto 0px; */
}
.page-spec-classification .spec-category-all table tbody .views-field-ops a.flag-action:hover, .node-type-spec .spec-category-all table tbody .views-field-ops a.flag-action:hover, .section-vendors .spec-category-all table tbody .views-field-ops a.flag-action:hover, .page-my-collection .spec-category-all table tbody .views-field-ops a.flag-action:hover, .page-specs-search .spec-category-all table tbody .views-field-ops a.flag-action:hover, .section-specs .spec-category-all table tbody .views-field-ops a.flag-action:hover {
  background-position: -35px -150px;
}
.page-spec-classification .spec-category-all table tbody .views-field-ops a.unflag-action, .node-type-spec .spec-category-all table tbody .views-field-ops a.unflag-action, .section-vendors .spec-category-all table tbody .views-field-ops a.unflag-action, .page-my-collection .spec-category-all table tbody .views-field-ops a.unflag-action, .page-specs-search .spec-category-all table tbody .views-field-ops a.unflag-action, .section-specs .spec-category-all table tbody .views-field-ops a.unflag-action {
  background-position: 15px 50px;
  /* margin: 22px auto 0px; */
}
.page-spec-classification .spec-category-all table tbody .views-field-ops a.unflag-action:hover, .node-type-spec .spec-category-all table tbody .views-field-ops a.unflag-action:hover, .section-vendors .spec-category-all table tbody .views-field-ops a.unflag-action:hover, .page-my-collection .spec-category-all table tbody .views-field-ops a.unflag-action:hover, .page-specs-search .spec-category-all table tbody .views-field-ops a.unflag-action:hover, .section-specs .spec-category-all table tbody .views-field-ops a.unflag-action:hover {
  background-position: -35px -250px;
}
.page-spec-classification .spec-category-all table thead tr, .node-type-spec .spec-category-all table thead tr, .section-vendors .spec-category-all table thead tr, .page-my-collection .spec-category-all table thead tr, .page-specs-search .spec-category-all table thead tr, .section-specs .spec-category-all table thead tr {
  border-bottom: 1px solid #cfd8e8;
  height: 40px;
  text-transform: uppercase;
}
.page-spec-classification .spec-category-all table .views-field-field-width, .node-type-spec .spec-category-all table .views-field-field-width, .section-vendors .spec-category-all table .views-field-field-width, .page-my-collection .spec-category-all table .views-field-field-width, .page-specs-search .spec-category-all table .views-field-field-width, .section-specs .spec-category-all table .views-field-field-width {
  width: 130px;
  padding-left: 15px;
}
.page-spec-classification .spec-category-all table .views-field-title, .node-type-spec .spec-category-all table .views-field-title, .section-vendors .spec-category-all table .views-field-title, .page-my-collection .spec-category-all table .views-field-title, .page-specs-search .spec-category-all table .views-field-title, .section-specs .spec-category-all table .views-field-title {
  width: 350px;
}
.page-spec-classification .spec-category-all table .views-field-ops, .node-type-spec .spec-category-all table .views-field-ops, .section-vendors .spec-category-all table .views-field-ops, .page-my-collection .spec-category-all table .views-field-ops, .page-specs-search .spec-category-all table .views-field-ops, .section-specs .spec-category-all table .views-field-ops {
  width: auto;
}
.page-spec-classification .spec-category-all table .views-field-field-preview, .node-type-spec .spec-category-all table .views-field-field-preview, .section-vendors .spec-category-all table .views-field-field-preview, .page-my-collection .spec-category-all table .views-field-field-preview, .page-specs-search .spec-category-all table .views-field-field-preview, .section-specs .spec-category-all table .views-field-field-preview {
  width: 120px;
}
.page-spec-classification .spec-category-all table .views-field-nothing, .node-type-spec .spec-category-all table .views-field-nothing, .section-vendors .spec-category-all table .views-field-nothing, .page-my-collection .spec-category-all table .views-field-nothing, .page-specs-search .spec-category-all table .views-field-nothing, .section-specs .spec-category-all table .views-field-nothing {
  width: 110px;
}
.page-spec-classification .spec-category-all table .views-field-nothing-1, .node-type-spec .spec-category-all table .views-field-nothing-1, .section-vendors .spec-category-all table .views-field-nothing-1, .page-my-collection .spec-category-all table .views-field-nothing-1, .page-specs-search .spec-category-all table .views-field-nothing-1, .section-specs .spec-category-all table .views-field-nothing-1 {
  width: 150px;
}

#block-views-exp-spec-page {
  border: 1px solid #eee;
  width: 200px;
  margin-top: 165px;
  margin-bottom: 20px;
}
#block-views-exp-spec-page #views-exposed-form-spec-page .chosen-container {
  width: 185px !important;
}
#block-views-exp-spec-page #views-exposed-form-spec-page .views-exposed-widget {
  padding: 8px;
}
#block-views-exp-spec-page #views-exposed-form-spec-page #edit-field-spec-art-size-tid-wrapper input, #block-views-exp-spec-page #views-exposed-form-spec-page #edit-field-spec-placement-tid-wrapper input, #block-views-exp-spec-page #views-exposed-form-spec-page #edit_field_spec_classification_tid_chosen input {
  font-family: "Open Sans",sans-serif;
  cursor: pointer;
  color: #444;
  height: 12px;
}
#block-views-exp-spec-page #views-exposed-form-spec-page #edit-field-spec-art-size-tid-wrapper .chosen-choices, #block-views-exp-spec-page #views-exposed-form-spec-page #edit-field-spec-placement-tid-wrapper .chosen-choices, #block-views-exp-spec-page #views-exposed-form-spec-page #edit_field_spec_classification_tid_chosen .chosen-choices {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, white), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#block-views-exp-spec-page #views-exposed-form-spec-page #edit-field-spec-classification-tid-wrapper label {
  margin-bottom: 10px;
}
#block-views-exp-spec-page #views-exposed-form-spec-page .form-submit {
  margin-top: 2px;
}

.spec-my-collection .views-field-title {
  width: 695px !important;
}

.spec-search-results .views-row {
  padding-top: 20px;
}

.search-spec, #block-views-exp-spec-page-2 {
  background-color: #ebeff5;
  height: 40px;
  padding: 20px 10px;
  margin-bottom: 5px;
  border: 1px solid #cfd8e8;
}
.search-spec input.form-text, #block-views-exp-spec-page-2 input.form-text {
  border: 1px solid #ccc;
  height: 35px;
  width: 965px;
}
.search-spec .views-exposed-widget, #block-views-exp-spec-page-2 .views-exposed-widget {
  float: right;
  padding: 0;
}
.search-spec .views-exposed-widget .form-submit, #block-views-exp-spec-page-2 .views-exposed-widget .form-submit {
  background-color: transparent;
  background-image: url("../images/header-icons-sprite.png");
  background-position: 0 -20px;
  background-size: cover;
  border: medium none;
  display: block;
  font-size: 0;
  height: 20px;
  margin-right: 10px;
  margin-top: -27px;
  position: relative;
  width: 26px;
}

.bookmark-flag-count-block {
  margin-bottom: 20px;
}
.bookmark-flag-count-block .num-specs-text {
  float: left;
  overflow: hidden;
  padding-right: 20px;
  padding-top: 5px;
}
.bookmark-flag-count-block .view-collection-link {
  overflow: hidden;
  padding-top: 5px;
}
.bookmark-flag-count-block .export-collection-button {
  border: 1px solid silver;
  float: right;
  height: 20px;
  padding: 2px 1px 10px 16px;
  width: 150px;
  background-color: #dedede;
}
.bookmark-flag-count-block .export-collection-button a {
  color: #333;
}
.bookmark-flag-count-block .export-collection-button:hover {
  background-color: #e9e9e9;
  border-color: 1px solid #f2f2f2;
}
.bookmark-flag-count-block .view-footer, .bookmark-flag-count-block .view-empty {
  background-color: #ebeff5;
  border: 1px solid #cfd8e8;
  height: 35px;
  padding: 10px;
}
.bookmark-flag-count-block .view-footer p, .bookmark-flag-count-block .view-empty p {
  font-size: 0.9em;
  margin: 5px;
  text-align: center;
  font-style: italic;
  letter-spacing: 0.02em;
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
/*
 * Page bottom
 */
.region-bottom {
  /* Wrapper for any blocks placed in the page bottom region */
}

.video-background {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.video-background video {
  min-height: 500px;
  min-width: 100%;
}

.ui-video-background {
  position: absolute;
  top: 30px;
  left: 840px;
  display: none;
}

.ui-video-background-controls {
  margin: 0;
  padding: 0 10px;
}

.ui-video-background-controls li {
  float: left;
  padding: 10px;
}

#header, #content, #navigation, .region-sidebar-first, .region-sidebar-second, #footer {
  padding: 0;
}

#page-title {
  /* display: none; */
  text-align: center;
  margin-top: 60px;
  font-size: 2.5em;
  color: #1c1d1d;
  font-weight: 100;
}

.page-section-content {
  background-color: #FFFFFF;
  height: 100px;
}

.page-landing-content .field-name-body .field-item {
  width: 700px !important;
  margin: 0 auto;
  text-align: center;
  font-weight: 100;
  line-height: 1.67em;
  letter-spacing: .07em;
  font-size: 1em;
}
.page-landing-content .field-name-body .field-item p {
  margin-bottom: 103px;
}

.one-sidebar.section-about-us #main .node-page, .one-sidebar.section-about-us #main blockquote, .one-sidebar.section-privacy #main .node-page, .one-sidebar.section-privacy #main blockquote, .one-sidebar.section-advertising-policies #main .node-page, .one-sidebar.section-advertising-policies #main blockquote, .one-sidebar.section-advisibility #main .node-page, .one-sidebar.section-advisibility #main blockquote {
  padding-left: 25px;
}
.one-sidebar.section-about-us #main #page-title, .one-sidebar.section-privacy #main #page-title, .one-sidebar.section-advertising-policies #main #page-title, .one-sidebar.section-advisibility #main #page-title {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1em;
  color: #636363;
  font-size: 1em;
}
.one-sidebar.section-about-us #main article, .one-sidebar.section-privacy #main article, .one-sidebar.section-advertising-policies #main article, .one-sidebar.section-advisibility #main article {
  padding-left: 0 !important;
  padding-bottom: 1em;
}
@media (min-width: 960px) {
  .one-sidebar.section-about-us #main article, .one-sidebar.section-privacy #main article, .one-sidebar.section-advertising-policies #main article, .one-sidebar.section-advisibility #main article {
    /* account for wide screens */
    width: 70%;
  }
}
@media (min-width: 960px) {
  .one-sidebar.node-type-leader article {
    /* account for wide screens */
    width: 79.3% !important;
  }
}

.section-audiences .tabs.primary, .section-properties .tabs.primary, .section-platforms .tabs.primary, .section-perspectives .tabs.primary, .section-adweek .tabs.primary {
  display: none;
}
.section-audiences .messages, .section-properties .messages, .section-platforms .messages, .section-perspectives .messages, .section-adweek .messages {
  display: none;
}

.page-home #page-title, .page-home #header {
  display: none;
}
.page-home .tabs.primary {
  display: none;
}
.page-home .messages {
  display: none;
}

#dvLoading {
  background: black url(../images/aol_eraser_load_v2.3.gif) no-repeat center center;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100000000000;
}

#returnToTop {
  bottom: 20px;
  cursor: pointer;
  display: none;
  height: 40px;
  width: 40px;
  position: fixed;
  right: 30px;
  z-index: 1000;
  background: transparent url(../images/back_to_top_sprite.png);
  background-size: 80px 40px;
}
#returnToTop:hover {
  background-position: 40px 0;
}
.ie8 #returnToTop {
  -ms-behavior: url(/sites/all/themes/adv/js/backgroundsize.min.htc);
}

/* Homepage */
.view-homepage .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  overflow: hidden;
}

.homepage-section-image {
  overflow: hidden;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.ie8 .homepage-section-image {
  -ms-behavior: url(/sites/all/themes/adv/js/backgroundsize.min.htc);
}

.section-audiences .messages {
  display: none;
}

#block-views-blog-block-7 {
  background-color: white;
  display: none;
  padding: 1em 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
#block-views-blog-block-7 .block-title {
  position: relative;
  border-color: #58595b;
  border-style: solid;
  border-width: 0 1px 0 0;
  color: #58595b;
  float: left;
  font-size: 14px;
  height: inherit;
  line-height: 1.5;
  margin-left: 2%;
  margin-right: 1.5%;
  padding-right: 2%;
  text-align: right;
  text-transform: uppercase;
  width: 8%;
}
#block-views-blog-block-7 .block-title .space {
  display: none;
}
#block-views-blog-block-7 .block-title a {
  display: block;
  color: #01aef0;
  margin-top: .2em;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
}
#block-views-blog-block-7 .block-title a:hover {
  text-decoration: underline;
}
#block-views-blog-block-7 .homepage-blog-posts {
  float: left;
  width: 85%;
}
#block-views-blog-block-7 .homepage-blog-posts .view-content {
  float: left;
}
#block-views-blog-block-7 .item-list ul {
  margin: 0;
  padding: 0;
}
#block-views-blog-block-7 .item-list ul li {
  float: left;
  list-style: none;
  margin: 0 0 0 1%;
  position: relative;
  width: 49%;
}
#block-views-blog-block-7 .views-field-field-image {
  padding: 0 10px 0 0;
  position: absolute;
}
#block-views-blog-block-7 .views-field-created,
#block-views-blog-block-7 .views-field-field-byline {
  background-color: transparent;
  color: #01aef0;
  float: left;
  font-size: .6em;
  font-weight: 800;
  line-height: 1.5em;
  margin-left: 75px;
  text-transform: uppercase;
}
#block-views-blog-block-7 .views-field-field-byline {
  margin-left: .5em;
  width: auto;
}
#block-views-blog-block-7 .views-field-title {
  clear: both;
  float: left;
  font-size: .8em;
  line-height: 1.5em;
  margin-left: 75px;
}
#block-views-blog-block-7 .views-field-title a {
  color: #636363;
  text-decoration: none;
}
#block-views-blog-block-7 .views-field-title a:hover {
  text-decoration: underline;
}
#block-views-blog-block-7 .views-field-body {
  clear: both;
  color: #58595b;
  display: block !important;
  font-size: .75em;
  font-weight: 100;
  line-height: 1.5em;
  margin-left: 75px;
}
#block-views-blog-block-7:after {
  content: "";
  display: table;
  clear: both;
}

/* Vendor Colorbox */
.section-specs #vendor_names_chosen {
  width: 180px !important;
}
.section-specs #vendor_names_chosen .chosen-single {
  margin-top: 10px;
}
.section-specs #colorbox #dvLoading, .section-specs #colorbox #cboxTitle, .section-specs #colorbox .slicknav_menu {
  display: none !important;
}
.section-specs #colorbox .node-vendor {
  width: 570px;
}
.section-specs #colorbox .node-vendor .field-name-body {
  text-align: left;
  width: auto;
  padding-top: 15px;
}
.section-specs .toptier {
  float: left;
  padding: 5px 15px 20px;
  width: 230px;
}
.section-specs .adspecstable .views-row {
  padding-bottom: 5px;
}

.adspecstable {
  clear: both;
  border-bottom: 1px solid #efefef;
  border-collapse: separate;
  border-right: 1px solid #efefef;
  color: #666666 !important;
  margin-bottom: 10px;
}
.adspecstable th {
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-top: 1px solid #efefef;
  color: #666666 !important;
  font-weight: bold !important;
  padding: 8px 15px;
  background-color: #ebeff5;
}
.adspecstable td {
  border-left: 1px solid #efefef;
  color: #666666 !important;
  padding: 5px 15px;
  text-align: center;
  vertical-align: top;
}
.adspecstable tbody {
  font-size: 0.8em;
}
.adspecstable p {
  margin: 1em 0 !important;
}

.alignleft td, .alignleft th {
  color: #666666 !important;
  text-align: left !important;
}

.spec-blog .col-2, .spec-blog .col-3 {
  padding-left: 20px;
}
.spec-blog .views-field-created {
  color: #01aef0;
  font-size: 0.6em;
  font-weight: 800;
  text-transform: uppercase;
}
.spec-blog .views-field-title {
  font-size: 0.85em;
  font-weight: 800;
  line-height: 1.5em;
  margin: 0.5em 0;
  text-transform: uppercase;
  width: 300px;
}
.spec-blog .views-field-title a {
  border: 0 none;
  color: #000;
  text-decoration: none;
}
.spec-blog .views-field-title a:hover {
  color: #01aef0;
}
.spec-blog .views-field-field-leader-byline {
  color: #000;
  font-size: 0.6em;
  font-weight: 800;
  line-height: 1.5em;
  text-transform: uppercase;
}

/* view display for leader news */
/* header */
#block-views-blog-block-9 {
  color: #636363;
  margin-top: 25px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 15px;
  font-size: 1.2em;
}
@media (max-width: 480px) {
  #block-views-blog-block-9 {
    /* account for mobile */
    padding: 0 10px;
  }
}

/* blog posts */
#block-views-blog-block-8 .views-row {
  clear: both;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  #block-views-blog-block-8 .views-row {
    /* account for mobile */
    padding: 0 10px;
  }
}
#block-views-blog-block-8 .views-row .views-field-field-image {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  #block-views-blog-block-8 .views-row .views-field-field-image {
    /* account for mobile */
    display: none;
  }
}
#block-views-blog-block-8 .views-row .views-field-created {
  color: #01aef0;
  font-size: .6em !important;
  font-weight: 800;
  line-height: 1.5em;
  text-transform: uppercase;
  text-align: left;
}
#block-views-blog-block-8 .views-row .views-field-title {
  font-size: .8em;
  line-height: 1.5em;
  text-align: left;
}
#block-views-blog-block-8 .views-row .views-field-title a {
  color: #636363;
  text-decoration: none;
}
#block-views-blog-block-8 .views-row .views-field-title a:hover {
  text-decoration: underline;
}
#block-views-blog-block-8 .views-row .views-field-body {
  color: #58595b;
  display: block !important;
  font-size: .75em;
  font-weight: 100;
  line-height: 1.5em;
}
@media (min-width: 960px) {
  #block-views-blog-block-8 .views-row .views-field-body {
    /* account for wide screens */
    width: 70% !important;
  }
}
@media (min-width: 480px) {
  #block-views-blog-block-8 .views-row {
    /* account for mobile */
  }
  #block-views-blog-block-8 .views-row .views-field-created, #block-views-blog-block-8 .views-row .views-field-title, #block-views-blog-block-8 .views-row .views-field-body {
    margin-left: 75px;
  }
}

#block-views-blog-block-8 .view-footer {
  clear: both;
  font-size: 0.8em;
  margin: 10px 0;
}
@media (max-width: 480px) {
  #block-views-blog-block-8 .view-footer {
    /* account for mobile */
    padding: 0 10px;
  }
}

.card-flip-wrapper {
  display: inline-block;
  width: 100%;
}
.card-flip-wrapper .card-flip {
  background-color: #333333;
  width: 50%;
  float: left;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  height: 300px;
}
.card-flip-wrapper .card-flip.onethird {
  width: 33.333%;
}
.card-flip-wrapper .card-flip .cf-title {
  color: #FFF;
  font-size: 1.2em;
}
.card-flip-wrapper .card-flip .cf-type {
  color: #FFF;
  font-size: .8em;
  font-weight: bold;
}
.card-flip-wrapper .card-flip .cf-quote {
  color: #FFF;
}
.card-flip-wrapper .card-flip .cf-source {
  color: #FFF;
  margin-top: 20px;
  font-weight: bold;
}
.card-flip-wrapper .card-flip .cf-copy {
  display: none;
  background-color: #333333;
  position: absolute;
  top: 0;
  height: 100%;
}
.card-flip-wrapper .card-flip .cf-copy .cf-copy-title {
  font-size: 1.2em;
  margin: 20px 10px 10px 10px;
}
.card-flip-wrapper .card-flip .cf-copy .cf-copy-title a {
  color: #FFF;
  line-height: 1.6em;
}
.card-flip-wrapper .card-flip .cf-copy .cf-copy-body {
  font-size: .8em;
  margin: 1em auto;
  line-height: 1.5em;
}
.card-flip-wrapper .card-flip .cf-copy .cf-copy-social {
  margin-top: 10px;
}
.card-flip-wrapper .card-flip .cf-copy .cf-copy-link a {
  margin: 0;
}
.card-flip-wrapper .card-flip .cf-copy .cf-overlay-close {
  width: 10px;
  height: 10px;
  background-image: url(https://www.aolplatforms.com/sites/all/themes/aolplatforms/images/close.png);
  background-size: 10px 10px;
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.card-flip-wrapper .cf-outer {
  display: table;
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.card-flip-wrapper .cf-middle {
  display: table-cell;
  vertical-align: middle;
}
.card-flip-wrapper .cf-inner img {
  width: 40%;
  display: block;
  margin: 0 auto;
}
.card-flip-wrapper .cf-copy, .card-flip-wrapper .cf-overlay {
  position: absolute;
  width: 100%;
  background-color: #252525;
  color: #FFF;
}
.card-flip-wrapper .cf-copy .cf-overlay-close, .card-flip-wrapper .cf-overlay .cf-overlay-close {
  width: 32px;
  height: 32px;
  background-image: url(https://www.aolplatforms.com/sites/all/themes/aolplatforms/images/close.png);
  position: absolute;
  top: 30px;
  right: 30px;
  display: none;
  cursor: pointer;
}
.card-flip-wrapper .cf-copy .cf-copy-title, .card-flip-wrapper .cf-overlay .cf-copy-title {
  font-size: 1.5em;
  margin-bottom: 20px;
}
.card-flip-wrapper .cf-copy .cf-copy-body, .card-flip-wrapper .cf-overlay .cf-copy-body {
  max-width: 80%;
  margin: 1.5em auto;
}
.card-flip-wrapper .cf-copy .cf-copy-link a, .card-flip-wrapper .cf-overlay .cf-copy-link a {
  border: 4px solid #FFFFFF;
  color: #FFFFFF;
  padding: 8px 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.5px;
  display: inline-block;
  margin: 10px 0;
}
.card-flip-wrapper .cf-copy .cf-copy-link a:hover, .card-flip-wrapper .cf-overlay .cf-copy-link a:hover {
  color: #000;
  background-color: #fff;
}
.card-flip-wrapper .cf-copy .cf-copy-link p.no-widow, .card-flip-wrapper .cf-overlay .cf-copy-link p.no-widow {
  margin: 1.5em auto;
}
.card-flip-wrapper .cf-copy .cf-copy-social, .card-flip-wrapper .cf-overlay .cf-copy-social {
  margin-top: 20px;
}
.card-flip-wrapper .cf-copy .cf-copy-social div, .card-flip-wrapper .cf-overlay .cf-copy-social div {
  width: 35px;
  height: 35px;
  display: inline-block;
  background-image: url(../images/footer-socialicons-sprite.png);
  font-size: 0;
  background-size: cover;
}
.card-flip-wrapper .cf-copy .cf-copy-social div.twitter, .card-flip-wrapper .cf-overlay .cf-copy-social div.twitter {
  margin-right: 17px;
}
.card-flip-wrapper .cf-copy .cf-copy-social div.facebook, .card-flip-wrapper .cf-overlay .cf-copy-social div.facebook {
  background-position: 0 -35px;
  margin-right: 17px;
}
.card-flip-wrapper .cf-copy .cf-copy-social div.linkedin, .card-flip-wrapper .cf-overlay .cf-copy-social div.linkedin {
  background-position: 0 -105px;
}
.card-flip-wrapper .cf-copy .cf-copy-social div a, .card-flip-wrapper .cf-overlay .cf-copy-social div a {
  display: block;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border-bottom: none;
}

.section-partnerstudio #page #page-title {
  display: none;
}
.section-partnerstudio #page article.node-landing-page .field-name-body {
  padding-top: 120px !important;
}
.section-partnerstudio #page article.node-landing-page #landing-page-navigation .view-content {
  width: 500px;
}
.section-partnerstudio #page .ps-hero-image {
  text-align: center;
}
.section-partnerstudio #page .ps-hero-image img {
  max-width: 400px;
}
.section-partnerstudio #page .ps-hero-copy {
  text-align: center;
  margin: 30px 0;
}
.section-partnerstudio #page .ps-hero-copy svg {
  max-width: 400px;
}

.section-nextageofadvertising #page .parallax-section .section-data .views-field-body {
  padding-bottom: 30px;
}
.section-nextageofadvertising #page .parallax-section .section-data .views-field-body .next-adv-video {
  margin: 50px 0 70px 0;
}
.section-nextageofadvertising #page article.node-landing-page #landing-page-navigation {
  padding-top: 70px;
}
.section-nextageofadvertising #page .views-slideshow-controls-top {
  padding-top: 2em;
}

.section-partnerstudio #page {
  background-color: #000;
}
.section-partnerstudio #page #header {
  height: 0;
}
.section-partnerstudio #page .section-data .views-field-title {
  margin-bottom: 60px;
}
.section-partnerstudio #page .section-data .views-field-body {
  margin: 0;
  padding: 0;
}
.section-partnerstudio #page article.node-landing-page {
  height: 100%;
}
.section-partnerstudio #page article.node-landing-page .field-name-body {
  padding-top: 200px;
}
.section-partnerstudio #page article.node-landing-page .field-name-body .field-item
.ps-header {
  text-align: center;
}
.section-partnerstudio #page article.node-landing-page .field-name-body .field-item
.ps-header img {
  max-width: 400px;
  height: auto !important;
}
.section-partnerstudio #page section.section-row-wrapper {
  background-color: #000 !important;
}
.section-partnerstudio #page .tabs-primary {
  display: none;
}
.section-partnerstudio #page .parallax-section .section-data .section-data-info {
  background-color: #000;
  color: #FFF;
}
.section-partnerstudio #page .audience-row-Press .slide.section-data .views-field-body, .section-partnerstudio #page .audience-row-press .slide.section-data .views-field-body, .section-partnerstudio #page .audience-row-Selected.Awards .slide.section-data .views-field-body, .section-partnerstudio #page .audience-row-selected-awards .slide.section-data .views-field-body, .section-partnerstudio #page .audience-row-Perspectives.Research .slide.section-data .views-field-body, .section-partnerstudio #page .audience-row-perspectives--research .slide.section-data .views-field-body, .section-partnerstudio #page .audience-row-Thought.Leadership .slide.section-data .views-field-body, .section-partnerstudio #page .audience-row-thought-leadership .slide.section-data .views-field-body {
  width: 100%;
}
.section-partnerstudio #page .audience-row-Press p.no-widow, .section-partnerstudio #page .audience-row-press p.no-widow, .section-partnerstudio #page .audience-row-Selected.Awards p.no-widow, .section-partnerstudio #page .audience-row-selected-awards p.no-widow, .section-partnerstudio #page .audience-row-Perspectives.Research p.no-widow, .section-partnerstudio #page .audience-row-perspectives--research p.no-widow, .section-partnerstudio #page .audience-row-Thought.Leadership p.no-widow, .section-partnerstudio #page .audience-row-thought-leadership p.no-widow {
  max-width: 500px;
  margin: 0 auto;
}
.section-partnerstudio #page .audience-row-Perspectives.Research .views-field-body p.no-widow, .section-partnerstudio #page .audience-row-perspectives--research .views-field-body p.no-widow {
  margin-bottom: 40px;
}
.section-partnerstudio #page .audience-row-Our.Work, .section-partnerstudio #page .audience-row-our-work {
  max-height: 500px;
}
.section-partnerstudio #page .audience-row-Our.Work .section-row-wrapper, .section-partnerstudio #page .audience-row-our-work .section-row-wrapper {
  height: 600px;
}
.section-partnerstudio #page .audience-row-Our.Work .section-data .section-data-info, .section-partnerstudio #page .audience-row-our-work .section-data .section-data-info {
  min-height: 100px;
}
.section-partnerstudio #page .audience-row-Our.Work .field-name-field-fact-source, .section-partnerstudio #page .audience-row-our-work .field-name-field-fact-source {
  margin-top: 0;
}
.section-partnerstudio #page .audience-row-Our.Work .views-slideshow-controls-top, .section-partnerstudio #page .audience-row-our-work .views-slideshow-controls-top {
  padding-top: 3em;
}
.section-partnerstudio #page .audience-row-Our.Work .field-name-field-fact-source, .section-partnerstudio #page .audience-row-our-work .field-name-field-fact-source {
  font-size: 14px;
  max-width: 500px;
  line-height: 1.67em;
  margin: 0 auto;
  text-shadow: none;
  font-weight: 100;
  letter-spacing: .07em;
}
.section-partnerstudio #page .audience-row-Press .view-content, .section-partnerstudio #page .audience-row-press .view-content {
  height: inherit;
  background-color: #000;
  width: 100%;
  float: left;
  border: none;
}
.section-partnerstudio #page .audience-row-Press .view-content .views-row-odd .card-flip, .section-partnerstudio #page .audience-row-press .view-content .views-row-odd .card-flip {
  margin-right: .1%;
}
.section-partnerstudio #page .audience-row-Press .view-content .views-row-even .card-flip, .section-partnerstudio #page .audience-row-press .view-content .views-row-even .card-flip {
  margin-left: .1%;
}
.section-partnerstudio #page .audience-row-Press .view-content .card-flip, .section-partnerstudio #page .audience-row-press .view-content .card-flip {
  width: 49.9%;
  margin-bottom: .2%;
}
.section-partnerstudio #page .audience-row-Press .view-content .cf-inner, .section-partnerstudio #page .audience-row-press .view-content .cf-inner {
  width: 80%;
  margin: 0 auto;
  line-height: 1.8em;
}
.section-partnerstudio #page .audience-row-Press .view-content .cf-inner a, .section-partnerstudio #page .audience-row-press .view-content .cf-inner a {
  color: #FFF;
}
.section-partnerstudio #page .audience-row-Press .view-content .cf-inner .cf-copy-title, .section-partnerstudio #page .audience-row-press .view-content .cf-inner .cf-copy-title {
  font-size: 1.2em;
}
.section-partnerstudio #page .views-slideshow-cycle-main-frame-row .field-name-field-fact-detail {
  font-size: 16px;
  text-shadow: none;
}
.section-partnerstudio #page .views-slideshow-cycle-main-frame-row .field-name-field-fact-source {
  font-size: 14px;
  max-width: 500px;
  line-height: 1.67em;
  margin: 20px auto 0 auto;
  text-shadow: none;
  font-weight: 100;
  letter-spacing: .07em;
}
.section-partnerstudio #page .audience-row-Selected.Awards .views-field-body .field-content, .section-partnerstudio #page .audience-row-selected-awards .views-field-body .field-content {
  background-color: #252525;
  color: #FFF;
  padding: 0 10%;
  float: left;
  padding: 60px 10% 20px 10%;
}
.section-partnerstudio #page .two-column-cell {
  float: left;
  width: 48%;
  font-size: .8em;
  margin-bottom: 20px;
  text-align: left;
}
.section-partnerstudio #page .two-column-cell.left {
  margin-right: 4%;
}
.section-partnerstudio #page .two-column-cell .award-type {
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  text-align: right;
  width: 20%;
}
.section-partnerstudio #page .two-column-cell .award-from {
  float: left;
  text-align: left;
  padding-left: 5%;
  width: 75%;
}
.section-partnerstudio #page .views-field-body {
  color: #FFF;
}

body.full-with-menu .page-landing-wrapper p, body.full-no-menu .page-landing-wrapper p {
  margin: 0;
  max-width: 700px !important;
  margin: 0 auto;
  text-align: center;
  font-weight: 100;
  line-height: 1.67em;
  letter-spacing: .07em;
  font-size: 1em;
}
body.full-with-menu #header, body.full-no-menu #header {
  height: 0;
}
body.full-with-menu #page-title, body.full-no-menu #page-title {
  display: none;
}
body.full-with-menu .tabs-primary, body.full-no-menu .tabs-primary {
  display: none;
}
body.full-with-menu #header-title, body.full-no-menu #header-title {
  text-align: center;
  font-size: 2.5em;
  font-weight: 100;
  color: #FFF;
  margin-bottom: 1em;
  line-height: 1.2em;
  padding-top: 170px;
}
body.full-with-menu p.header-copy, body.full-no-menu p.header-copy {
  width: 700px;
  color: #FFF;
  margin: 0 auto;
  text-align: center;
  font-weight: 100;
  letter-spacing: .07em;
}
body.full-with-menu .header-social, body.full-no-menu .header-social {
  text-align: center;
  margin-top: 40px;
  letter-spacing: .07em;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.67em;
  color: #FFF;
}

.navigation-option-custom {
  border: 4px solid #01aef0;
  margin: 16px auto;
  padding: 8px 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-align: center;
  width: 300px;
}
.navigation-option-custom a {
  color: #01aef0;
  text-decoration: none;
}

.section-content-marketing #landing-page-navigation {
  margin-top: 20px;
  position: relative;
}
.section-content-marketing .content-marketing-top-header {
  text-align: center;
  font-size: 2.5em;
  font-weight: 100;
  color: #FFF;
  margin-bottom: 1em;
  line-height: 1em;
}
.section-content-marketing .content-marketing-top-subheader {
  text-align: center;
  font-weight: bold;
  color: #FFF;
  margin-top: 1em;
  margin-bottom: 1em;
}
.section-content-marketing .content-marketing-top-copy {
  text-align: center;
  color: #FFF;
}
.section-content-marketing .views-field-body {
  width: 900px !important;
}
.section-content-marketing .page-landing-wrapper .field-name-body {
  width: 900px !important;
  padding-top: 200px;
}
.section-content-marketing .real-example-tile {
  width: 288px;
  display: inline-block;
  vertical-align: top;
  font-size: .9em;
}
.section-content-marketing .real-example-tile.center {
  margin: 0 10px;
}
.section-content-marketing .real-example-tile .real-example-image a {
  border-bottom: 0;
}
.section-content-marketing .real-example-tile .real-example-link {
  margin-top: 20px;
  margin-bottom: 40px;
}
.section-content-marketing .real-example-tile .real-example-link a {
  color: #000;
  font-weight: bolder;
}
.section-content-marketing .get-started-subtitle {
  font-size: 1.5em;
  margin-top: 20px;
}
.section-content-marketing .get-started-tile {
  margin: 40px 0;
}
.section-content-marketing .get-started-tile .get-started-title {
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}
.section-content-marketing .get-started-tile .get-started-link a {
  color: #000;
  font-weight: bold;
}
.section-content-marketing .copy-title {
  text-transform: uppercase;
  font-weight: bold;
}
.section-content-marketing .request-button {
  padding: 60px 0;
}
.section-content-marketing .request-button a {
  border: 4px solid #000 !important;
  margin: 16px auto;
  padding: 8px 14px !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-align: center;
  text-decoration: none;
  color: #000 !important;
}
.section-content-marketing .get-started-info {
  border-top: 1px solid black;
}
.section-content-marketing .views-row-first .request-button {
  border-bottom: 1px solid #000;
}
.section-content-marketing .deeper-dive-copy.no-widow {
  width: 60%;
  margin: 0 auto;
}
.section-content-marketing .audience-row-Key.Takeaways .section-data-info, .section-content-marketing .audience-row-key-takeaways .section-data-info {
  background: black url("/sites/advertising.aol.com/files/uploads/4_Steps_Background_Image.jpg") no-repeat;
  background-size: cover;
  height: 560px;
}
.section-content-marketing .audience-row-Key.Takeaways .views-field-title, .section-content-marketing .audience-row-key-takeaways .views-field-title {
  display: none;
}
.section-content-marketing .audience-row-Key.Takeaways .key-takeaways-header, .section-content-marketing .audience-row-key-takeaways .key-takeaways-header {
  font-size: 2.5em;
  color: #FFF;
  text-transform: capitalize;
  line-height: 1em;
  padding-top: 0px;
  font-weight: 100;
  margin-bottom: 20px;
}
.section-content-marketing .audience-row-Key.Takeaways .key-takeaway-num, .section-content-marketing .audience-row-key-takeaways .key-takeaway-num {
  font-size: 2em;
  margin: 20px auto;
  border-radius: 50%;
  behavior: url(PIE.htc);
  /* remove if you don't care about IE8 */
  line-height: 1.1em;
  width: 36px;
  height: 36px;
  padding: 8px;
  border: 2px solid #FFF;
  color: #FFF;
  text-align: center;
}
.section-content-marketing .audience-row-Key.Takeaways .key-takeaway-title, .section-content-marketing .audience-row-key-takeaways .key-takeaway-title {
  color: #FFF;
  font-weight: bold;
  margin: 10px 0;
  text-transform: uppercase;
}
.section-content-marketing .audience-row-Key.Takeaways .key-takeaway-copy, .section-content-marketing .audience-row-key-takeaways .key-takeaway-copy {
  color: #FFF;
}
.section-content-marketing .nav {
  width: 100px;
  margin: 0 auto;
}
.section-content-marketing .nav #takeaways-prev {
  float: left;
  background: url("../images/relatedproperties-arrows-sprite.png") no-repeat scroll 0 0 transparent;
  background-size: cover;
  width: 38px;
  height: 38px;
  text-indent: -9999px;
  border: 0;
}
.section-content-marketing .nav #takeaways-next {
  float: right;
  background: url("../images/relatedproperties-arrows-sprite.png") no-repeat scroll -38px 0 transparent;
  background-size: cover;
  width: 38px;
  height: 38px;
  text-indent: -9999px;
  border: 0;
}

.three-cells-full .cell {
  width: 33%;
  display: table;
  background-color: #CCC;
  height: 300px;
  vertical-align: top;
  float: left;
}
.three-cells-full .cell.cell-two {
  margin: 0 .5%;
}
.three-cells-full .cell .copy {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
.three-cells-full .cell .copy .quote {
  font-style: italic;
  font-weight: bold;
}
.three-cells-full .cell .copy .source {
  font-size: .8em;
  margin-top: .8em;
}
.three-cells-full .row-one {
  margin-bottom: 5px;
}

.filter-boxes span.filter-line {
  width: 100%;
  display: block;
  margin: 20px 0;
  text-align: center;
}
.filter-boxes span.filter-line .filter-by {
  padding-right: 50px;
  text-transform: uppercase;
}
.filter-boxes div {
  display: inline-block;
}
.filter-boxes .filter-box {
  width: 200px;
  height: 200px;
  display: inline-block;
  vertical-align: top;
  background-color: #FFF;
  position: relative;
  margin: 5px;
}
.filter-boxes .filter-box.unselect {
  display: none;
}
.filter-boxes .filter-box img {
  position: absolute;
  max-width: 180px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.filter-boxes .filter-box .hover-toggle {
  width: 100%;
  height: 100%;
}
.filter-boxes .filter-box .hover-toggle .hover-toggle-children.copy {
  display: none;
}
.filter-boxes .filter-box .hover-toggle .hover-toggle-children.copy .copy-text {
  display: block;
  height: 100%;
  background-color: #000;
  max-height: 190px;
  height: 190px;
  width: 190px;
  overflow: auto;
  color: white;
  font-size: .8em;
  line-height: 1.4em;
  padding: 5px;
}
.filter-boxes .filter-box .hover-toggle .hover-toggle-children.copy .copy-text p {
  margin: 0;
}

.section-content-marketing-eight-moments .field-name-field-download {
  display: table;
  padding: 8px 14px;
  margin: 0 auto;
  text-align: center;
  border: 4px solid #01aef0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.section-content-marketing-eight-moments .field-name-field-download a {
  text-decoration: none;
}

.section-international .toggleID, .section-br .toggleID, .section-de .toggleID, .section-fr .toggleID, .section-it .toggleID, .section-es .toggleID {
  text-transform: uppercase;
  display: inline-block;
  margin: 40px 40px 20px 40px;
  color: #000;
  font-weight: 500;
}
.section-international .toggleID.active, .section-br .toggleID.active, .section-de .toggleID.active, .section-fr .toggleID.active, .section-it .toggleID.active, .section-es .toggleID.active {
  border-bottom: 1px solid #000;
}
.section-international .toggleID:not(.active), .section-br .toggleID:not(.active), .section-de .toggleID:not(.active), .section-fr .toggleID:not(.active), .section-it .toggleID:not(.active), .section-es .toggleID:not(.active) {
  cursor: pointer;
}
.section-international .webform-client-form label, .section-br .webform-client-form label, .section-de .webform-client-form label, .section-fr .webform-client-form label, .section-it .webform-client-form label, .section-es .webform-client-form label {
  text-align: left;
}
.section-international .webform-client-form label:after, .section-br .webform-client-form label:after, .section-de .webform-client-form label:after, .section-fr .webform-client-form label:after, .section-it .webform-client-form label:after, .section-es .webform-client-form label:after {
  display: none;
}
.section-international .webform-client-form .form-item .description, .section-br .webform-client-form .form-item .description, .section-de .webform-client-form .form-item .description, .section-fr .webform-client-form .form-item .description, .section-it .webform-client-form .form-item .description, .section-es .webform-client-form .form-item .description {
  text-align: left;
  margin-left: 0;
}
.section-international .webform-client-form .form-type-checkbox, .section-br .webform-client-form .form-type-checkbox, .section-de .webform-client-form .form-type-checkbox, .section-fr .webform-client-form .form-type-checkbox, .section-it .webform-client-form .form-type-checkbox, .section-es .webform-client-form .form-type-checkbox {
  float: none;
  text-align: left;
}
.section-international .audience-row-Contact .section-data-properties, .section-international .audience-row-kontakt .section-data-properties, .section-international .audience-row-contact .section-data-properties, .section-international .audience-row-contatti .section-data-properties, .section-international .audience-row-contacto .section-data-properties, .section-br .audience-row-Contact .section-data-properties, .section-br .audience-row-kontakt .section-data-properties, .section-br .audience-row-contact .section-data-properties, .section-br .audience-row-contatti .section-data-properties, .section-br .audience-row-contacto .section-data-properties, .section-de .audience-row-Contact .section-data-properties, .section-de .audience-row-kontakt .section-data-properties, .section-de .audience-row-contact .section-data-properties, .section-de .audience-row-contatti .section-data-properties, .section-de .audience-row-contacto .section-data-properties, .section-fr .audience-row-Contact .section-data-properties, .section-fr .audience-row-kontakt .section-data-properties, .section-fr .audience-row-contact .section-data-properties, .section-fr .audience-row-contatti .section-data-properties, .section-fr .audience-row-contacto .section-data-properties, .section-it .audience-row-Contact .section-data-properties, .section-it .audience-row-kontakt .section-data-properties, .section-it .audience-row-contact .section-data-properties, .section-it .audience-row-contatti .section-data-properties, .section-it .audience-row-contacto .section-data-properties, .section-es .audience-row-Contact .section-data-properties, .section-es .audience-row-kontakt .section-data-properties, .section-es .audience-row-contact .section-data-properties, .section-es .audience-row-contatti .section-data-properties, .section-es .audience-row-contacto .section-data-properties {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.section-international .audience-row-About .section-data, .section-international .audience-row-about .section-data, .section-international .audience-row-Ad.Specs .section-data, .section-international .audience-row-ad-specs .section-data, .section-br .audience-row-About .section-data, .section-br .audience-row-about .section-data, .section-br .audience-row-Ad.Specs .section-data, .section-br .audience-row-ad-specs .section-data, .section-de .audience-row-About .section-data, .section-de .audience-row-about .section-data, .section-de .audience-row-Ad.Specs .section-data, .section-de .audience-row-ad-specs .section-data, .section-fr .audience-row-About .section-data, .section-fr .audience-row-about .section-data, .section-fr .audience-row-Ad.Specs .section-data, .section-fr .audience-row-ad-specs .section-data, .section-it .audience-row-About .section-data, .section-it .audience-row-about .section-data, .section-it .audience-row-Ad.Specs .section-data, .section-it .audience-row-ad-specs .section-data, .section-es .audience-row-About .section-data, .section-es .audience-row-about .section-data, .section-es .audience-row-Ad.Specs .section-data, .section-es .audience-row-ad-specs .section-data {
  min-height: 0;
}
.section-international .audience-row-Properties .section-row-wrapper, .section-international .audience-row-properties .section-row-wrapper, .section-international .audience-row-Products .section-row-wrapper, .section-international .audience-row-products .section-row-wrapper, .section-international .audience-row-Blog .section-row-wrapper, .section-international .audience-row-blog .section-row-wrapper, .section-international .audience-row-Propriedades .section-row-wrapper, .section-international .audience-row-Produtos .section-row-wrapper, .section-international .audience-row-Produkte .section-row-wrapper, .section-international .audience-row-produkte .section-row-wrapper, .section-international .audience-row-produtos-e-propriedades .section-row-wrapper, .section-international .audience-row-technologies .section-row-wrapper, .section-international .audience-row-prodotti .section-row-wrapper, .section-international .audience-row-piattaforme .section-row-wrapper, .section-international .audience-row-productos .section-row-wrapper, .section-br .audience-row-Properties .section-row-wrapper, .section-br .audience-row-properties .section-row-wrapper, .section-br .audience-row-Products .section-row-wrapper, .section-br .audience-row-products .section-row-wrapper, .section-br .audience-row-Blog .section-row-wrapper, .section-br .audience-row-blog .section-row-wrapper, .section-br .audience-row-Propriedades .section-row-wrapper, .section-br .audience-row-Produtos .section-row-wrapper, .section-br .audience-row-Produkte .section-row-wrapper, .section-br .audience-row-produkte .section-row-wrapper, .section-br .audience-row-produtos-e-propriedades .section-row-wrapper, .section-br .audience-row-technologies .section-row-wrapper, .section-br .audience-row-prodotti .section-row-wrapper, .section-br .audience-row-piattaforme .section-row-wrapper, .section-br .audience-row-productos .section-row-wrapper, .section-de .audience-row-Properties .section-row-wrapper, .section-de .audience-row-properties .section-row-wrapper, .section-de .audience-row-Products .section-row-wrapper, .section-de .audience-row-products .section-row-wrapper, .section-de .audience-row-Blog .section-row-wrapper, .section-de .audience-row-blog .section-row-wrapper, .section-de .audience-row-Propriedades .section-row-wrapper, .section-de .audience-row-Produtos .section-row-wrapper, .section-de .audience-row-Produkte .section-row-wrapper, .section-de .audience-row-produkte .section-row-wrapper, .section-de .audience-row-produtos-e-propriedades .section-row-wrapper, .section-de .audience-row-technologies .section-row-wrapper, .section-de .audience-row-prodotti .section-row-wrapper, .section-de .audience-row-piattaforme .section-row-wrapper, .section-de .audience-row-productos .section-row-wrapper, .section-fr .audience-row-Properties .section-row-wrapper, .section-fr .audience-row-properties .section-row-wrapper, .section-fr .audience-row-Products .section-row-wrapper, .section-fr .audience-row-products .section-row-wrapper, .section-fr .audience-row-Blog .section-row-wrapper, .section-fr .audience-row-blog .section-row-wrapper, .section-fr .audience-row-Propriedades .section-row-wrapper, .section-fr .audience-row-Produtos .section-row-wrapper, .section-fr .audience-row-Produkte .section-row-wrapper, .section-fr .audience-row-produkte .section-row-wrapper, .section-fr .audience-row-produtos-e-propriedades .section-row-wrapper, .section-fr .audience-row-technologies .section-row-wrapper, .section-fr .audience-row-prodotti .section-row-wrapper, .section-fr .audience-row-piattaforme .section-row-wrapper, .section-fr .audience-row-productos .section-row-wrapper, .section-it .audience-row-Properties .section-row-wrapper, .section-it .audience-row-properties .section-row-wrapper, .section-it .audience-row-Products .section-row-wrapper, .section-it .audience-row-products .section-row-wrapper, .section-it .audience-row-Blog .section-row-wrapper, .section-it .audience-row-blog .section-row-wrapper, .section-it .audience-row-Propriedades .section-row-wrapper, .section-it .audience-row-Produtos .section-row-wrapper, .section-it .audience-row-Produkte .section-row-wrapper, .section-it .audience-row-produkte .section-row-wrapper, .section-it .audience-row-produtos-e-propriedades .section-row-wrapper, .section-it .audience-row-technologies .section-row-wrapper, .section-it .audience-row-prodotti .section-row-wrapper, .section-it .audience-row-piattaforme .section-row-wrapper, .section-it .audience-row-productos .section-row-wrapper, .section-es .audience-row-Properties .section-row-wrapper, .section-es .audience-row-properties .section-row-wrapper, .section-es .audience-row-Products .section-row-wrapper, .section-es .audience-row-products .section-row-wrapper, .section-es .audience-row-Blog .section-row-wrapper, .section-es .audience-row-blog .section-row-wrapper, .section-es .audience-row-Propriedades .section-row-wrapper, .section-es .audience-row-Produtos .section-row-wrapper, .section-es .audience-row-Produkte .section-row-wrapper, .section-es .audience-row-produkte .section-row-wrapper, .section-es .audience-row-produtos-e-propriedades .section-row-wrapper, .section-es .audience-row-technologies .section-row-wrapper, .section-es .audience-row-prodotti .section-row-wrapper, .section-es .audience-row-piattaforme .section-row-wrapper, .section-es .audience-row-productos .section-row-wrapper {
  background-color: #ebebeb !important;
}
.section-international .audience-row-Properties .section-data .section-data-info, .section-international .audience-row-properties .section-data .section-data-info, .section-international .audience-row-Products .section-data .section-data-info, .section-international .audience-row-products .section-data .section-data-info, .section-international .audience-row-Blog .section-data .section-data-info, .section-international .audience-row-blog .section-data .section-data-info, .section-international .audience-row-Propriedades .section-data .section-data-info, .section-international .audience-row-Produtos .section-data .section-data-info, .section-international .audience-row-Produkte .section-data .section-data-info, .section-international .audience-row-produkte .section-data .section-data-info, .section-international .audience-row-produtos-e-propriedades .section-data .section-data-info, .section-international .audience-row-technologies .section-data .section-data-info, .section-international .audience-row-prodotti .section-data .section-data-info, .section-international .audience-row-piattaforme .section-data .section-data-info, .section-international .audience-row-productos .section-data .section-data-info, .section-br .audience-row-Properties .section-data .section-data-info, .section-br .audience-row-properties .section-data .section-data-info, .section-br .audience-row-Products .section-data .section-data-info, .section-br .audience-row-products .section-data .section-data-info, .section-br .audience-row-Blog .section-data .section-data-info, .section-br .audience-row-blog .section-data .section-data-info, .section-br .audience-row-Propriedades .section-data .section-data-info, .section-br .audience-row-Produtos .section-data .section-data-info, .section-br .audience-row-Produkte .section-data .section-data-info, .section-br .audience-row-produkte .section-data .section-data-info, .section-br .audience-row-produtos-e-propriedades .section-data .section-data-info, .section-br .audience-row-technologies .section-data .section-data-info, .section-br .audience-row-prodotti .section-data .section-data-info, .section-br .audience-row-piattaforme .section-data .section-data-info, .section-br .audience-row-productos .section-data .section-data-info, .section-de .audience-row-Properties .section-data .section-data-info, .section-de .audience-row-properties .section-data .section-data-info, .section-de .audience-row-Products .section-data .section-data-info, .section-de .audience-row-products .section-data .section-data-info, .section-de .audience-row-Blog .section-data .section-data-info, .section-de .audience-row-blog .section-data .section-data-info, .section-de .audience-row-Propriedades .section-data .section-data-info, .section-de .audience-row-Produtos .section-data .section-data-info, .section-de .audience-row-Produkte .section-data .section-data-info, .section-de .audience-row-produkte .section-data .section-data-info, .section-de .audience-row-produtos-e-propriedades .section-data .section-data-info, .section-de .audience-row-technologies .section-data .section-data-info, .section-de .audience-row-prodotti .section-data .section-data-info, .section-de .audience-row-piattaforme .section-data .section-data-info, .section-de .audience-row-productos .section-data .section-data-info, .section-fr .audience-row-Properties .section-data .section-data-info, .section-fr .audience-row-properties .section-data .section-data-info, .section-fr .audience-row-Products .section-data .section-data-info, .section-fr .audience-row-products .section-data .section-data-info, .section-fr .audience-row-Blog .section-data .section-data-info, .section-fr .audience-row-blog .section-data .section-data-info, .section-fr .audience-row-Propriedades .section-data .section-data-info, .section-fr .audience-row-Produtos .section-data .section-data-info, .section-fr .audience-row-Produkte .section-data .section-data-info, .section-fr .audience-row-produkte .section-data .section-data-info, .section-fr .audience-row-produtos-e-propriedades .section-data .section-data-info, .section-fr .audience-row-technologies .section-data .section-data-info, .section-fr .audience-row-prodotti .section-data .section-data-info, .section-fr .audience-row-piattaforme .section-data .section-data-info, .section-fr .audience-row-productos .section-data .section-data-info, .section-it .audience-row-Properties .section-data .section-data-info, .section-it .audience-row-properties .section-data .section-data-info, .section-it .audience-row-Products .section-data .section-data-info, .section-it .audience-row-products .section-data .section-data-info, .section-it .audience-row-Blog .section-data .section-data-info, .section-it .audience-row-blog .section-data .section-data-info, .section-it .audience-row-Propriedades .section-data .section-data-info, .section-it .audience-row-Produtos .section-data .section-data-info, .section-it .audience-row-Produkte .section-data .section-data-info, .section-it .audience-row-produkte .section-data .section-data-info, .section-it .audience-row-produtos-e-propriedades .section-data .section-data-info, .section-it .audience-row-technologies .section-data .section-data-info, .section-it .audience-row-prodotti .section-data .section-data-info, .section-it .audience-row-piattaforme .section-data .section-data-info, .section-it .audience-row-productos .section-data .section-data-info, .section-es .audience-row-Properties .section-data .section-data-info, .section-es .audience-row-properties .section-data .section-data-info, .section-es .audience-row-Products .section-data .section-data-info, .section-es .audience-row-products .section-data .section-data-info, .section-es .audience-row-Blog .section-data .section-data-info, .section-es .audience-row-blog .section-data .section-data-info, .section-es .audience-row-Propriedades .section-data .section-data-info, .section-es .audience-row-Produtos .section-data .section-data-info, .section-es .audience-row-Produkte .section-data .section-data-info, .section-es .audience-row-produkte .section-data .section-data-info, .section-es .audience-row-produtos-e-propriedades .section-data .section-data-info, .section-es .audience-row-technologies .section-data .section-data-info, .section-es .audience-row-prodotti .section-data .section-data-info, .section-es .audience-row-piattaforme .section-data .section-data-info, .section-es .audience-row-productos .section-data .section-data-info {
  background-color: #ebebeb;
}
.section-international .audience-row-Properties #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-international .audience-row-properties #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-international .audience-row-Products #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-international .audience-row-products #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-international .audience-row-Blog #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-international .audience-row-blog #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-international .audience-row-Propriedades #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-international .audience-row-Produtos #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-international .audience-row-Produkte #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-international .audience-row-produkte #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-international .audience-row-produtos-e-propriedades #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-international .audience-row-technologies #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-international .audience-row-prodotti #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-international .audience-row-piattaforme #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-international .audience-row-productos #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-br .audience-row-Properties #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-br .audience-row-properties #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-br .audience-row-Products #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-br .audience-row-products #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-br .audience-row-Blog #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-br .audience-row-blog #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-br .audience-row-Propriedades #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-br .audience-row-Produtos #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-br .audience-row-Produkte #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-br .audience-row-produkte #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-br .audience-row-produtos-e-propriedades #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-br .audience-row-technologies #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-br .audience-row-prodotti #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-br .audience-row-piattaforme #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-br .audience-row-productos #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-de .audience-row-Properties #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-de .audience-row-properties #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-de .audience-row-Products #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-de .audience-row-products #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-de .audience-row-Blog #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-de .audience-row-blog #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-de .audience-row-Propriedades #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-de .audience-row-Produtos #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-de .audience-row-Produkte #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-de .audience-row-produkte #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-de .audience-row-produtos-e-propriedades #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-de .audience-row-technologies #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-de .audience-row-prodotti #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-de .audience-row-piattaforme #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-de .audience-row-productos #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-fr .audience-row-Properties #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-fr .audience-row-properties #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-fr .audience-row-Products #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-fr .audience-row-products #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-fr .audience-row-Blog #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-fr .audience-row-blog #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-fr .audience-row-Propriedades #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-fr .audience-row-Produtos #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-fr .audience-row-Produkte #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-fr .audience-row-produkte #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-fr .audience-row-produtos-e-propriedades #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-fr .audience-row-technologies #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-fr .audience-row-prodotti #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-fr .audience-row-piattaforme #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-fr .audience-row-productos #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-it .audience-row-Properties #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-it .audience-row-properties #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-it .audience-row-Products #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-it .audience-row-products #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-it .audience-row-Blog #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-it .audience-row-blog #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-it .audience-row-Propriedades #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-it .audience-row-Produtos #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-it .audience-row-Produkte #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-it .audience-row-produkte #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-it .audience-row-produtos-e-propriedades #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-it .audience-row-technologies #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-it .audience-row-prodotti #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-it .audience-row-piattaforme #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-it .audience-row-productos #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-es .audience-row-Properties #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-es .audience-row-properties #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-es .audience-row-Products #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-es .audience-row-products #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-es .audience-row-Blog #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-es .audience-row-blog #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-es .audience-row-Propriedades #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-es .audience-row-Produtos #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-es .audience-row-Produkte #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-es .audience-row-produkte #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-es .audience-row-produtos-e-propriedades #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-es .audience-row-technologies #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-es .audience-row-prodotti #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-es .audience-row-piattaforme #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit, .section-es .audience-row-productos #views-exposed-form-blog-block-11 .views-exposed-widget .form-submit {
  margin-top: 0;
}
.section-international .audience-row-Properties .section-data .section-data-info .filter-boxes, .section-international .audience-row-properties .section-data .section-data-info .filter-boxes, .section-international .audience-row-Products .section-data .section-data-info .filter-boxes, .section-international .audience-row-products .section-data .section-data-info .filter-boxes, .section-international .audience-row-Propriedades .section-data .section-data-info .filter-boxes, .section-international .audience-row-Produtos .section-data .section-data-info .filter-boxes, .section-international .audience-row-Produkte .section-data .section-data-info .filter-boxes, .section-international .audience-row-produkte .section-data .section-data-info .filter-boxes, .section-international .audience-row-produtos-e-propriedades .section-data .section-data-info .filter-boxes, .section-international .audience-row-technologies .section-data .section-data-info .filter-boxes, .section-international .audience-row-prodotti .section-data .section-data-info .filter-boxes, .section-international .audience-row-piattaforme .section-data .section-data-info .filter-boxes, .section-international .audience-row-productos .section-data .section-data-info .filter-boxes, .section-br .audience-row-Properties .section-data .section-data-info .filter-boxes, .section-br .audience-row-properties .section-data .section-data-info .filter-boxes, .section-br .audience-row-Products .section-data .section-data-info .filter-boxes, .section-br .audience-row-products .section-data .section-data-info .filter-boxes, .section-br .audience-row-Propriedades .section-data .section-data-info .filter-boxes, .section-br .audience-row-Produtos .section-data .section-data-info .filter-boxes, .section-br .audience-row-Produkte .section-data .section-data-info .filter-boxes, .section-br .audience-row-produkte .section-data .section-data-info .filter-boxes, .section-br .audience-row-produtos-e-propriedades .section-data .section-data-info .filter-boxes, .section-br .audience-row-technologies .section-data .section-data-info .filter-boxes, .section-br .audience-row-prodotti .section-data .section-data-info .filter-boxes, .section-br .audience-row-piattaforme .section-data .section-data-info .filter-boxes, .section-br .audience-row-productos .section-data .section-data-info .filter-boxes, .section-de .audience-row-Properties .section-data .section-data-info .filter-boxes, .section-de .audience-row-properties .section-data .section-data-info .filter-boxes, .section-de .audience-row-Products .section-data .section-data-info .filter-boxes, .section-de .audience-row-products .section-data .section-data-info .filter-boxes, .section-de .audience-row-Propriedades .section-data .section-data-info .filter-boxes, .section-de .audience-row-Produtos .section-data .section-data-info .filter-boxes, .section-de .audience-row-Produkte .section-data .section-data-info .filter-boxes, .section-de .audience-row-produkte .section-data .section-data-info .filter-boxes, .section-de .audience-row-produtos-e-propriedades .section-data .section-data-info .filter-boxes, .section-de .audience-row-technologies .section-data .section-data-info .filter-boxes, .section-de .audience-row-prodotti .section-data .section-data-info .filter-boxes, .section-de .audience-row-piattaforme .section-data .section-data-info .filter-boxes, .section-de .audience-row-productos .section-data .section-data-info .filter-boxes, .section-fr .audience-row-Properties .section-data .section-data-info .filter-boxes, .section-fr .audience-row-properties .section-data .section-data-info .filter-boxes, .section-fr .audience-row-Products .section-data .section-data-info .filter-boxes, .section-fr .audience-row-products .section-data .section-data-info .filter-boxes, .section-fr .audience-row-Propriedades .section-data .section-data-info .filter-boxes, .section-fr .audience-row-Produtos .section-data .section-data-info .filter-boxes, .section-fr .audience-row-Produkte .section-data .section-data-info .filter-boxes, .section-fr .audience-row-produkte .section-data .section-data-info .filter-boxes, .section-fr .audience-row-produtos-e-propriedades .section-data .section-data-info .filter-boxes, .section-fr .audience-row-technologies .section-data .section-data-info .filter-boxes, .section-fr .audience-row-prodotti .section-data .section-data-info .filter-boxes, .section-fr .audience-row-piattaforme .section-data .section-data-info .filter-boxes, .section-fr .audience-row-productos .section-data .section-data-info .filter-boxes, .section-it .audience-row-Properties .section-data .section-data-info .filter-boxes, .section-it .audience-row-properties .section-data .section-data-info .filter-boxes, .section-it .audience-row-Products .section-data .section-data-info .filter-boxes, .section-it .audience-row-products .section-data .section-data-info .filter-boxes, .section-it .audience-row-Propriedades .section-data .section-data-info .filter-boxes, .section-it .audience-row-Produtos .section-data .section-data-info .filter-boxes, .section-it .audience-row-Produkte .section-data .section-data-info .filter-boxes, .section-it .audience-row-produkte .section-data .section-data-info .filter-boxes, .section-it .audience-row-produtos-e-propriedades .section-data .section-data-info .filter-boxes, .section-it .audience-row-technologies .section-data .section-data-info .filter-boxes, .section-it .audience-row-prodotti .section-data .section-data-info .filter-boxes, .section-it .audience-row-piattaforme .section-data .section-data-info .filter-boxes, .section-it .audience-row-productos .section-data .section-data-info .filter-boxes, .section-es .audience-row-Properties .section-data .section-data-info .filter-boxes, .section-es .audience-row-properties .section-data .section-data-info .filter-boxes, .section-es .audience-row-Products .section-data .section-data-info .filter-boxes, .section-es .audience-row-products .section-data .section-data-info .filter-boxes, .section-es .audience-row-Propriedades .section-data .section-data-info .filter-boxes, .section-es .audience-row-Produtos .section-data .section-data-info .filter-boxes, .section-es .audience-row-Produkte .section-data .section-data-info .filter-boxes, .section-es .audience-row-produkte .section-data .section-data-info .filter-boxes, .section-es .audience-row-produtos-e-propriedades .section-data .section-data-info .filter-boxes, .section-es .audience-row-technologies .section-data .section-data-info .filter-boxes, .section-es .audience-row-prodotti .section-data .section-data-info .filter-boxes, .section-es .audience-row-piattaforme .section-data .section-data-info .filter-boxes, .section-es .audience-row-productos .section-data .section-data-info .filter-boxes {
  padding-bottom: 50px;
  text-align: left;
}
.section-international .audience-row-Properties .section-data .views-field-body, .section-international .audience-row-properties .section-data .views-field-body, .section-international .audience-row-Products .section-data .views-field-body, .section-international .audience-row-products .section-data .views-field-body, .section-international .audience-row-Propriedades .section-data .views-field-body, .section-international .audience-row-Produtos .section-data .views-field-body, .section-international .audience-row-Produkte .section-data .views-field-body, .section-international .audience-row-produkte .section-data .views-field-body, .section-international .audience-row-produtos-e-propriedades .section-data .views-field-body, .section-international .audience-row-technologies .section-data .views-field-body, .section-international .audience-row-prodotti .section-data .views-field-body, .section-international .audience-row-piattaforme .section-data .views-field-body, .section-international .audience-row-productos .section-data .views-field-body, .section-br .audience-row-Properties .section-data .views-field-body, .section-br .audience-row-properties .section-data .views-field-body, .section-br .audience-row-Products .section-data .views-field-body, .section-br .audience-row-products .section-data .views-field-body, .section-br .audience-row-Propriedades .section-data .views-field-body, .section-br .audience-row-Produtos .section-data .views-field-body, .section-br .audience-row-Produkte .section-data .views-field-body, .section-br .audience-row-produkte .section-data .views-field-body, .section-br .audience-row-produtos-e-propriedades .section-data .views-field-body, .section-br .audience-row-technologies .section-data .views-field-body, .section-br .audience-row-prodotti .section-data .views-field-body, .section-br .audience-row-piattaforme .section-data .views-field-body, .section-br .audience-row-productos .section-data .views-field-body, .section-de .audience-row-Properties .section-data .views-field-body, .section-de .audience-row-properties .section-data .views-field-body, .section-de .audience-row-Products .section-data .views-field-body, .section-de .audience-row-products .section-data .views-field-body, .section-de .audience-row-Propriedades .section-data .views-field-body, .section-de .audience-row-Produtos .section-data .views-field-body, .section-de .audience-row-Produkte .section-data .views-field-body, .section-de .audience-row-produkte .section-data .views-field-body, .section-de .audience-row-produtos-e-propriedades .section-data .views-field-body, .section-de .audience-row-technologies .section-data .views-field-body, .section-de .audience-row-prodotti .section-data .views-field-body, .section-de .audience-row-piattaforme .section-data .views-field-body, .section-de .audience-row-productos .section-data .views-field-body, .section-fr .audience-row-Properties .section-data .views-field-body, .section-fr .audience-row-properties .section-data .views-field-body, .section-fr .audience-row-Products .section-data .views-field-body, .section-fr .audience-row-products .section-data .views-field-body, .section-fr .audience-row-Propriedades .section-data .views-field-body, .section-fr .audience-row-Produtos .section-data .views-field-body, .section-fr .audience-row-Produkte .section-data .views-field-body, .section-fr .audience-row-produkte .section-data .views-field-body, .section-fr .audience-row-produtos-e-propriedades .section-data .views-field-body, .section-fr .audience-row-technologies .section-data .views-field-body, .section-fr .audience-row-prodotti .section-data .views-field-body, .section-fr .audience-row-piattaforme .section-data .views-field-body, .section-fr .audience-row-productos .section-data .views-field-body, .section-it .audience-row-Properties .section-data .views-field-body, .section-it .audience-row-properties .section-data .views-field-body, .section-it .audience-row-Products .section-data .views-field-body, .section-it .audience-row-products .section-data .views-field-body, .section-it .audience-row-Propriedades .section-data .views-field-body, .section-it .audience-row-Produtos .section-data .views-field-body, .section-it .audience-row-Produkte .section-data .views-field-body, .section-it .audience-row-produkte .section-data .views-field-body, .section-it .audience-row-produtos-e-propriedades .section-data .views-field-body, .section-it .audience-row-technologies .section-data .views-field-body, .section-it .audience-row-prodotti .section-data .views-field-body, .section-it .audience-row-piattaforme .section-data .views-field-body, .section-it .audience-row-productos .section-data .views-field-body, .section-es .audience-row-Properties .section-data .views-field-body, .section-es .audience-row-properties .section-data .views-field-body, .section-es .audience-row-Products .section-data .views-field-body, .section-es .audience-row-products .section-data .views-field-body, .section-es .audience-row-Propriedades .section-data .views-field-body, .section-es .audience-row-Produtos .section-data .views-field-body, .section-es .audience-row-Produkte .section-data .views-field-body, .section-es .audience-row-produkte .section-data .views-field-body, .section-es .audience-row-produtos-e-propriedades .section-data .views-field-body, .section-es .audience-row-technologies .section-data .views-field-body, .section-es .audience-row-prodotti .section-data .views-field-body, .section-es .audience-row-piattaforme .section-data .views-field-body, .section-es .audience-row-productos .section-data .views-field-body {
  width: 856px;
}
.section-international .audience-row-Properties .section-data-properties, .section-international .audience-row-properties .section-data-properties, .section-international .audience-row-Products .section-data-properties, .section-international .audience-row-products .section-data-properties, .section-international .audience-row-Propriedades .section-data-properties, .section-international .audience-row-Produtos .section-data-properties, .section-international .audience-row-Produkte .section-data-properties, .section-international .audience-row-produkte .section-data-properties, .section-international .audience-row-produtos-e-propriedades .section-data-properties, .section-international .audience-row-technologies .section-data-properties, .section-international .audience-row-prodotti .section-data-properties, .section-international .audience-row-piattaforme .section-data-properties, .section-international .audience-row-productos .section-data-properties, .section-br .audience-row-Properties .section-data-properties, .section-br .audience-row-properties .section-data-properties, .section-br .audience-row-Products .section-data-properties, .section-br .audience-row-products .section-data-properties, .section-br .audience-row-Propriedades .section-data-properties, .section-br .audience-row-Produtos .section-data-properties, .section-br .audience-row-Produkte .section-data-properties, .section-br .audience-row-produkte .section-data-properties, .section-br .audience-row-produtos-e-propriedades .section-data-properties, .section-br .audience-row-technologies .section-data-properties, .section-br .audience-row-prodotti .section-data-properties, .section-br .audience-row-piattaforme .section-data-properties, .section-br .audience-row-productos .section-data-properties, .section-de .audience-row-Properties .section-data-properties, .section-de .audience-row-properties .section-data-properties, .section-de .audience-row-Products .section-data-properties, .section-de .audience-row-products .section-data-properties, .section-de .audience-row-Propriedades .section-data-properties, .section-de .audience-row-Produtos .section-data-properties, .section-de .audience-row-Produkte .section-data-properties, .section-de .audience-row-produkte .section-data-properties, .section-de .audience-row-produtos-e-propriedades .section-data-properties, .section-de .audience-row-technologies .section-data-properties, .section-de .audience-row-prodotti .section-data-properties, .section-de .audience-row-piattaforme .section-data-properties, .section-de .audience-row-productos .section-data-properties, .section-fr .audience-row-Properties .section-data-properties, .section-fr .audience-row-properties .section-data-properties, .section-fr .audience-row-Products .section-data-properties, .section-fr .audience-row-products .section-data-properties, .section-fr .audience-row-Propriedades .section-data-properties, .section-fr .audience-row-Produtos .section-data-properties, .section-fr .audience-row-Produkte .section-data-properties, .section-fr .audience-row-produkte .section-data-properties, .section-fr .audience-row-produtos-e-propriedades .section-data-properties, .section-fr .audience-row-technologies .section-data-properties, .section-fr .audience-row-prodotti .section-data-properties, .section-fr .audience-row-piattaforme .section-data-properties, .section-fr .audience-row-productos .section-data-properties, .section-it .audience-row-Properties .section-data-properties, .section-it .audience-row-properties .section-data-properties, .section-it .audience-row-Products .section-data-properties, .section-it .audience-row-products .section-data-properties, .section-it .audience-row-Propriedades .section-data-properties, .section-it .audience-row-Produtos .section-data-properties, .section-it .audience-row-Produkte .section-data-properties, .section-it .audience-row-produkte .section-data-properties, .section-it .audience-row-produtos-e-propriedades .section-data-properties, .section-it .audience-row-technologies .section-data-properties, .section-it .audience-row-prodotti .section-data-properties, .section-it .audience-row-piattaforme .section-data-properties, .section-it .audience-row-productos .section-data-properties, .section-es .audience-row-Properties .section-data-properties, .section-es .audience-row-properties .section-data-properties, .section-es .audience-row-Products .section-data-properties, .section-es .audience-row-products .section-data-properties, .section-es .audience-row-Propriedades .section-data-properties, .section-es .audience-row-Produtos .section-data-properties, .section-es .audience-row-Produkte .section-data-properties, .section-es .audience-row-produkte .section-data-properties, .section-es .audience-row-produtos-e-propriedades .section-data-properties, .section-es .audience-row-technologies .section-data-properties, .section-es .audience-row-prodotti .section-data-properties, .section-es .audience-row-piattaforme .section-data-properties, .section-es .audience-row-productos .section-data-properties {
  width: 856px;
  margin: 0 auto;
}
.section-international .audience-row-Properties .section-data-properties .view-content, .section-international .audience-row-properties .section-data-properties .view-content, .section-international .audience-row-Products .section-data-properties .view-content, .section-international .audience-row-products .section-data-properties .view-content, .section-international .audience-row-Propriedades .section-data-properties .view-content, .section-international .audience-row-Produtos .section-data-properties .view-content, .section-international .audience-row-Produkte .section-data-properties .view-content, .section-international .audience-row-produkte .section-data-properties .view-content, .section-international .audience-row-produtos-e-propriedades .section-data-properties .view-content, .section-international .audience-row-technologies .section-data-properties .view-content, .section-international .audience-row-prodotti .section-data-properties .view-content, .section-international .audience-row-piattaforme .section-data-properties .view-content, .section-international .audience-row-productos .section-data-properties .view-content, .section-br .audience-row-Properties .section-data-properties .view-content, .section-br .audience-row-properties .section-data-properties .view-content, .section-br .audience-row-Products .section-data-properties .view-content, .section-br .audience-row-products .section-data-properties .view-content, .section-br .audience-row-Propriedades .section-data-properties .view-content, .section-br .audience-row-Produtos .section-data-properties .view-content, .section-br .audience-row-Produkte .section-data-properties .view-content, .section-br .audience-row-produkte .section-data-properties .view-content, .section-br .audience-row-produtos-e-propriedades .section-data-properties .view-content, .section-br .audience-row-technologies .section-data-properties .view-content, .section-br .audience-row-prodotti .section-data-properties .view-content, .section-br .audience-row-piattaforme .section-data-properties .view-content, .section-br .audience-row-productos .section-data-properties .view-content, .section-de .audience-row-Properties .section-data-properties .view-content, .section-de .audience-row-properties .section-data-properties .view-content, .section-de .audience-row-Products .section-data-properties .view-content, .section-de .audience-row-products .section-data-properties .view-content, .section-de .audience-row-Propriedades .section-data-properties .view-content, .section-de .audience-row-Produtos .section-data-properties .view-content, .section-de .audience-row-Produkte .section-data-properties .view-content, .section-de .audience-row-produkte .section-data-properties .view-content, .section-de .audience-row-produtos-e-propriedades .section-data-properties .view-content, .section-de .audience-row-technologies .section-data-properties .view-content, .section-de .audience-row-prodotti .section-data-properties .view-content, .section-de .audience-row-piattaforme .section-data-properties .view-content, .section-de .audience-row-productos .section-data-properties .view-content, .section-fr .audience-row-Properties .section-data-properties .view-content, .section-fr .audience-row-properties .section-data-properties .view-content, .section-fr .audience-row-Products .section-data-properties .view-content, .section-fr .audience-row-products .section-data-properties .view-content, .section-fr .audience-row-Propriedades .section-data-properties .view-content, .section-fr .audience-row-Produtos .section-data-properties .view-content, .section-fr .audience-row-Produkte .section-data-properties .view-content, .section-fr .audience-row-produkte .section-data-properties .view-content, .section-fr .audience-row-produtos-e-propriedades .section-data-properties .view-content, .section-fr .audience-row-technologies .section-data-properties .view-content, .section-fr .audience-row-prodotti .section-data-properties .view-content, .section-fr .audience-row-piattaforme .section-data-properties .view-content, .section-fr .audience-row-productos .section-data-properties .view-content, .section-it .audience-row-Properties .section-data-properties .view-content, .section-it .audience-row-properties .section-data-properties .view-content, .section-it .audience-row-Products .section-data-properties .view-content, .section-it .audience-row-products .section-data-properties .view-content, .section-it .audience-row-Propriedades .section-data-properties .view-content, .section-it .audience-row-Produtos .section-data-properties .view-content, .section-it .audience-row-Produkte .section-data-properties .view-content, .section-it .audience-row-produkte .section-data-properties .view-content, .section-it .audience-row-produtos-e-propriedades .section-data-properties .view-content, .section-it .audience-row-technologies .section-data-properties .view-content, .section-it .audience-row-prodotti .section-data-properties .view-content, .section-it .audience-row-piattaforme .section-data-properties .view-content, .section-it .audience-row-productos .section-data-properties .view-content, .section-es .audience-row-Properties .section-data-properties .view-content, .section-es .audience-row-properties .section-data-properties .view-content, .section-es .audience-row-Products .section-data-properties .view-content, .section-es .audience-row-products .section-data-properties .view-content, .section-es .audience-row-Propriedades .section-data-properties .view-content, .section-es .audience-row-Produtos .section-data-properties .view-content, .section-es .audience-row-Produkte .section-data-properties .view-content, .section-es .audience-row-produkte .section-data-properties .view-content, .section-es .audience-row-produtos-e-propriedades .section-data-properties .view-content, .section-es .audience-row-technologies .section-data-properties .view-content, .section-es .audience-row-prodotti .section-data-properties .view-content, .section-es .audience-row-piattaforme .section-data-properties .view-content, .section-es .audience-row-productos .section-data-properties .view-content {
  width: 856px;
  border: 0;
}

.section-thisisaol .header-img {
  display: inline-block;
  margin: 200px 20px 0 20px;
}
.section-thisisaol .header-img img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
.section-thisisaol .page-landing-wrapper section {
  min-height: 500px !important;
}
.section-thisisaol .field-name-body {
  text-align: center !important;
}
.section-thisisaol .parallax-section .section-data {
  text-align: left;
}
.section-thisisaol .parallax-section .section-data .views-field-body {
  padding: 0;
  margin-bottom: 0;
}
.section-thisisaol .parallax-section .section-data .section-data-info {
  padding-top: 50px;
  background-color: #1f1e1e;
}
.section-thisisaol .parallax-section .section-data .section-data-info .views-field.views-field-title {
  width: 1024px;
  margin: 0 auto;
}
.section-thisisaol .parallax-section .section-data .section-data-info .section-data-properties {
  padding: 0;
}
.section-thisisaol .parallax-section .section-data .section-data-info .section-data-properties .view-content {
  border: 0;
  width: 1024px;
}
.section-thisisaol .parallax-section .section-data .section-data-info .view-display-id-block_2 {
  width: 1024px;
  margin: 20px auto 0 auto;
}
.section-thisisaol .parallax-section .section-data .section-data-info .view-display-id-block_2 .view-content {
  width: initial;
  float: left;
}
.section-thisisaol .parallax-section .section-data .section-data-info .view-display-id-block_2 .view-content a {
  border: 0;
  color: #FFF;
}
.section-thisisaol .parallax-section .section-data .section-data-info .view-display-id-block_2 .view-content .views-row-1 .views-field-field-image {
  width: 640px;
  height: 360px;
  background-color: #000;
}
.section-thisisaol .parallax-section .section-data .section-data-info .view-display-id-block_2 .view-content .views-row-1 .views-field-field-image img {
  width: 640px;
  height: 360px;
}
.section-thisisaol .parallax-section .section-data .section-data-info .view-display-id-block_2 .view-content .views-row-1 .views-field-title {
  width: 640px;
  height: 72px;
  font-size: 1.4em;
  background-color: #000;
  position: relative;
}
.section-thisisaol .parallax-section .section-data .section-data-info .view-display-id-block_2 .view-content .views-row-1 .views-field-title .field-content {
  padding: 10px;
  float: left;
  line-height: 1.2em;
  max-height: 52px;
  overflow: hidden;
  font-weight: 600;
  position: absolute;
  margin: 0 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: inherit;
  max-width: 600px;
}
.section-thisisaol .parallax-section .section-data .section-data-info .view-display-id-block_2 .attachment {
  display: inline-block;
}
.section-thisisaol .parallax-section .section-data .section-data-info .view-display-id-block_2 .attachment .views-row .views-field-field-image {
  float: left;
  width: 192px;
  height: 108px;
  background-color: #000;
  vertical-align: top;
}
.section-thisisaol .parallax-section .section-data .section-data-info .view-display-id-block_2 .attachment .views-row .views-field-field-image img {
  width: 192px;
  height: 108px;
}
.section-thisisaol .parallax-section .section-data .section-data-info .view-display-id-block_2 .attachment .views-row .views-field-title {
  float: left;
  width: 182px;
  height: 108px;
  font-size: .7em;
  background-color: #2c2c2c;
  position: relative;
}
.section-thisisaol .parallax-section .section-data .section-data-info .view-display-id-block_2 .attachment .views-row .views-field-title .field-content {
  line-height: 1.5em;
  max-height: 88px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  font-weight: 600;
}
.section-thisisaol .parallax-section .section-data .section-data-info .view-id-news.view-display-id-block_3 .view-content {
  width: 1064px;
}
.section-thisisaol .parallax-section .section-data .section-data-info .view-id-news.view-display-id-block_3 a {
  border: 0;
  color: #FFF;
}
.section-thisisaol .parallax-section .section-data .section-data-info .view-id-news.view-display-id-block_3 .views-row {
  width: 298px;
  display: inline-block;
  vertical-align: top;
  margin: 26px;
}
.section-thisisaol .parallax-section .section-data .section-data-info .view-id-news.view-display-id-block_3 .views-field.views-field-title {
  width: inherit;
  background-color: #2c2c2c;
  height: 150px;
  margin-top: -8px;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 600;
}
.section-thisisaol .parallax-section .section-data .section-data-info .view-id-news.view-display-id-block_3 .views-field.views-field-title .field-content {
  padding: 20px;
  display: block;
}
.section-thisisaol .parallax-section .section-data .section-data-info .view-id-news.view-display-id-block_3 .views-field-nothing {
  text-align: right;
  padding-right: 20px;
  margin-top: -40px;
}
.section-thisisaol .parallax-section .section-data .section-data-info .view-id-news.view-display-id-block_3 .views-field-field-news-source-1 {
  margin-top: -30px;
  padding-left: 20px;
  color: #FFF;
  font-weight: 300;
}
.section-thisisaol .parallax-section .section-data .section-data-info .view-id-news.view-display-id-block_3 .NoLink .views-field-nothing img {
  display: none;
}
.section-thisisaol .parallax-section .section-data .section-data-info .thisisaol-filter-wrapper {
  text-align: center;
  width: 600px;
  margin: 20px auto 0 auto;
}
.section-thisisaol .parallax-section .section-data .section-data-info .thisisaol-filter-wrapper .filter-button {
  border: 1px solid #FFF;
  display: inline-block;
  padding: 0 30px;
  color: #FFF;
  border-radius: 25px;
  margin: 5px;
  cursor: pointer;
}
.section-thisisaol .parallax-section .section-data .section-data-info .thisisaol-filter-wrapper .filter-button.active {
  color: #000;
  background-color: #FFF;
}
.section-thisisaol .parallax-section .section-data .views-field-title {
  color: white;
  font-size: 1.5em;
  font-weight: 500;
}

.section-grow-registration-2016 .header-image, .section-grow-registration-2017 .header-image, .section-grow-ny-registration-2017 .header-image {
  max-width: 600px;
  margin: 0 auto;
  padding: 180px 10px 0 10px;
}
.section-grow-registration-2016 .webform-client-form .form-item, .section-grow-registration-2017 .webform-client-form .form-item, .section-grow-ny-registration-2017 .webform-client-form .form-item {
  max-width: 700px;
  width: inherit;
  float: none;
  margin: 10px auto;
}
.section-grow-registration-2016 .messages--status.messages.status, .section-grow-registration-2017 .messages--status.messages.status, .section-grow-ny-registration-2017 .messages--status.messages.status {
  padding-top: 80px;
  border-color: #FFF;
  background-color: #FFF;
  color: #000;
  background-image: none;
}
.section-grow-registration-2016 .messages--status.messages.status p, .section-grow-registration-2017 .messages--status.messages.status p, .section-grow-ny-registration-2017 .messages--status.messages.status p {
  max-width: 580px;
  margin: 0 auto;
}
.section-grow-registration-2016 #side-nav, .section-grow-registration-2017 #side-nav, .section-grow-ny-registration-2017 #side-nav {
  display: none !important;
}
.section-grow-registration-2016 .messages.error, .section-grow-registration-2017 .messages.error, .section-grow-ny-registration-2017 .messages.error {
  margin-top: 80px;
}

.page-node-40151.page-node-done #page-title {
  display: none;
}
.page-node-40151.page-node-done .links {
  display: none;
}

.marketo-processed .webform-confirmation {
  text-align: center;
}
.marketo-processed .webform-confirmation ~ .links {
  text-align: center;
}

.section-xid-registration .messages--status.messages.status {
  max-width: 700px;
  margin: 100px auto 50px auto;
  border: 0;
  background-color: #FFF;
  color: #000;
  background-image: none;
}
.section-xid-registration .section-data-properties {
  max-width: 600px;
  margin: 0 auto;
}
.section-xid-registration .webform-client-form .form-item {
  text-align: left;
}
.section-xid-registration .webform-client-form .webform-component label {
  text-align: left;
}
.section-xid-registration .webform-client-form .webform-component--team-lead, .section-xid-registration .webform-client-form .webform-component--second-team-member, .section-xid-registration .webform-client-form .webform-component--third-team-member, .section-xid-registration .webform-client-form .webform-component--terms-and-conditions {
  float: none;
  clear: both;
  width: 100%;
  padding-top: 40px;
}
.section-xid-registration .webform-client-form .form-item-submitted-i-have-read-and-agree label.option {
  font-weight: 800;
}
.section-xid-registration .webform-client-form .terms-legal {
  font-weight: 800;
  padding-bottom: 20px;
}
.section-xid-registration .webform-client-form .terms-details {
  max-height: 100px;
  overflow: auto;
  font-size: .8em;
  border: 1px solid #CCC;
  padding: 8px;
}

.section-xid .messages--error.messages.error {
  top: 100px;
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.section-xid #landing-page-navigation .view-navigation {
  max-width: 740px;
}
.section-xid .parallax-section .section-data .views-field-body .toggleSiblingIDdiv.resources {
  padding: 50px 0 100px 0;
}
.section-xid .parallax-section .section-data .views-field-body .toggleSiblingIDdiv.resources a {
  background-color: #000000;
  color: #FFF;
  text-transform: uppercase;
  padding: 10px;
  font-weight: bold;
}
.section-xid .parallax-section .section-data .views-field-body .toggleSiblingIDdiv.resources div {
  margin: 0 auto;
}
.section-xid .audience-row-Winners .toggleSiblingIDdiv, .section-xid .audience-row-winners .toggleSiblingIDdiv {
  font-size: .8em;
}
.section-xid .audience-row-Winners .toggleSiblingIDdiv img, .section-xid .audience-row-winners .toggleSiblingIDdiv img {
  max-width: 400px;
}
.section-xid .audience-row-Winners .toggleSiblingIDdiv .testimonial, .section-xid .audience-row-winners .toggleSiblingIDdiv .testimonial {
  text-align: left;
  font-style: italic;
}
.section-xid .audience-row-Winners .toggleSiblingIDdiv .testimonial-by, .section-xid .audience-row-winners .toggleSiblingIDdiv .testimonial-by {
  text-align: left;
  padding: 10px 0 40px 20px;
}
.section-xid .audience-row-Winners .toggleSiblingIDdiv .presentation-title, .section-xid .audience-row-winners .toggleSiblingIDdiv .presentation-title {
  padding-bottom: 40px;
}
.section-xid .audience-row-Judging .toggleSiblingIDdiv, .section-xid .audience-row-judging-amp-prizes .toggleSiblingIDdiv {
  text-align: left;
}
.section-xid .audience-row-Judging .toggleSiblingIDdiv ul, .section-xid .audience-row-judging-amp-prizes .toggleSiblingIDdiv ul {
  margin-top: 0;
  font-size: .8em;
}
.section-xid .audience-row-Judging .toggleSiblingIDdiv .prize-image, .section-xid .audience-row-judging-amp-prizes .toggleSiblingIDdiv .prize-image {
  margin-bottom: 20px;
  max-width: 200px;
}
.section-xid .audience-row-Judging .toggleSiblingIDdiv .prize-title, .section-xid .audience-row-judging-amp-prizes .toggleSiblingIDdiv .prize-title {
  font-weight: bold;
  font-size: 1em;
}
.section-xid .audience-row-Judging .toggleSiblingIDdiv .prizes-copy, .section-xid .audience-row-judging-amp-prizes .toggleSiblingIDdiv .prizes-copy {
  font-size: .8em;
}
.section-xid .audience-row-Judging .judges-final-consultant, .section-xid .audience-row-judging-amp-prizes .judges-final-consultant {
  text-align: center;
}
.section-xid .audience-row-Judging .judges-final-consultant .judges-wrapper, .section-xid .audience-row-judging-amp-prizes .judges-final-consultant .judges-wrapper {
  display: inline-block;
}
.section-xid .audience-row-Judging .judging-round, .section-xid .audience-row-judging-amp-prizes .judging-round {
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
.section-xid .audience-row-Judging .judges, .section-xid .audience-row-judging-amp-prizes .judges {
  text-align: center;
  margin-bottom: 20px;
}
.section-xid .audience-row-Judging .judges .judge-group, .section-xid .audience-row-judging-amp-prizes .judges .judge-group {
  display: inline-block;
  min-width: 40%;
  vertical-align: top;
}
.section-xid .audience-row-Judging .judges .judge-group .judge-region, .section-xid .audience-row-judging-amp-prizes .judges .judge-group .judge-region {
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 20px;
}
.section-xid .audience-row-Judging .judges .judge, .section-xid .audience-row-judging-amp-prizes .judges .judge {
  max-width: 200px;
  min-width: 32%;
  vertical-align: top;
  display: inline-block;
  text-align: center;
}
.section-xid .audience-row-Judging .judges .judge .judge-image, .section-xid .audience-row-judging-amp-prizes .judges .judge .judge-image {
  height: 120px;
  width: 120px;
  margin: 0 auto;
}
.section-xid .audience-row-Judging .judges .judge-name, .section-xid .audience-row-judging-amp-prizes .judges .judge-name {
  font-size: .8em;
}
.section-xid .audience-row-Judging .judges .judge-title, .section-xid .audience-row-judging-amp-prizes .judges .judge-title {
  font-size: .8em;
  margin-bottom: 5px;
  line-height: initial;
}
.section-xid .audience-row-Teams .webform-client-form, .section-xid .audience-row-teams .webform-client-form {
  width: 400px;
  margin: 0 auto;
}
.section-xid .audience-row-Teams .webform-client-form .form-item, .section-xid .audience-row-teams .webform-client-form .form-item {
  width: 400px;
}
.section-xid .audience-row-Teams .webform-client-form .form-item label, .section-xid .audience-row-teams .webform-client-form .form-item label {
  text-align: left;
}
.section-xid .audience-row-Teams .webform-client-form .form-item .form-select, .section-xid .audience-row-teams .webform-client-form .form-item .form-select {
  width: 400px;
}
.section-xid .audience-row-Timeline .timeline-cell, .section-xid .audience-row-timeline .timeline-cell {
  display: inline-block;
  max-width: 240px;
  text-align: left;
  vertical-align: top;
}
.section-xid .audience-row-Timeline .timeline-cell .timeline-title, .section-xid .audience-row-timeline .timeline-cell .timeline-title {
  font-weight: 900;
}
.section-xid .audience-row-Timeline .timeline-cell .timeline-event, .section-xid .audience-row-timeline .timeline-cell .timeline-event {
  font-size: .8em;
  padding: 0 10px 10px 0;
  line-height: initial;
}
.section-xid .parallax-section .section-data .views-field-body {
  width: 1000px;
}
.section-xid .parallax-section .section-data .views-field-body .toggleSiblingID {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.2em;
  border-bottom: 1px solid;
  margin: 20px;
}
.section-xid .parallax-section .section-data .views-field-body .toggleSiblingID.active {
  color: #000;
}
.section-xid .parallax-section .section-data .views-field-body .toggleSiblingIDdiv {
  padding: 20px;
}
.section-xid .parallax-section .section-data .views-field-body .toggleSiblingIDdiv.onvideo div {
  margin: 0 auto;
}
.section-xid .parallax-section .section-data .views-field-body .toggleSiblingIDdiv.onvideo {
  max-width: 571px;
  margin: 0 auto;
}
.section-xid .view-webform-result-displays img {
  max-height: 150px;
}
.section-xid .view-content .views_slideshow_main .views_slideshow_slide {
  margin: 0 auto;
  width: 100% !important;
}
.section-xid .view-content .views_slideshow_main .views_slideshow_slide .views-slideshow-cycle-main-frame-row-item {
  display: inline-block;
  font-size: .8em;
}
.section-xid .view-content .views_slideshow_main .views_slideshow_slide a {
  border-bottom: 0;
}

.section-newfront-2016 .nf-2016-header-title {
  padding-top: 130px;
  background-color: #FFF;
  text-align: center;
  font-size: 2.5em;
  text-transform: capitalize;
  line-height: 1em;
  font-weight: 100;
}
.section-newfront-2016 .nf-2016-header-copy {
  background-color: #FFF;
  padding: 20px 10px;
}
.section-newfront-2016 .nf-2016-header-copy p {
  max-width: 700px;
  margin: 20px auto !important;
  text-align: center;
}
.section-newfront-2016 .nf-2016-header-image {
  text-align: center;
}
.section-newfront-2016 #landing-page-navigation {
  position: relative;
  padding: 10px 0 20px 0;
}
.section-newfront-2016 .audience-row-Programs .view-video .view-content .views-slideshow-controls-bottom, .section-newfront-2016 .audience-row-programs .view-video .view-content .views-slideshow-controls-bottom {
  position: relative;
  padding-top: 40px;
  width: 100px;
  margin: 0 auto;
}
.section-newfront-2016 .audience-row-In, .section-newfront-2016 .audience-row-in-the-news {
  background-color: red;
}
.section-newfront-2016 .audience-row-In .section-data-info, .section-newfront-2016 .audience-row-in-the-news .section-data-info {
  background-color: #f0f0f0 !important;
}
.section-newfront-2016 .audience-row-In .section-data .views-field-body, .section-newfront-2016 .audience-row-in-the-news .section-data .views-field-body {
  width: initial;
}
.section-newfront-2016 .audience-row-In .section-data .views-field-title, .section-newfront-2016 .audience-row-in-the-news .section-data .views-field-title {
  text-transform: none;
}
.section-newfront-2016 .audience-row-Blog .views-field.views-field-title, .section-newfront-2016 .audience-row-blog .views-field.views-field-title {
  margin-bottom: 15px;
}
.section-newfront-2016 .view-id-video.view-display-id-block_3 .view-content {
  width: 770px;
}
.section-newfront-2016 .view-id-video.view-display-id-block_3 .view-content .views_slideshow_main {
  padding: 0;
}
.section-newfront-2016 .view-id-video.view-display-id-block_3 .view-content .views-slideshow-cycle-main-frame {
  width: 770px !important;
  min-height: 730px !important;
}
.section-newfront-2016 .view-id-video.view-display-id-block_3 .view-content .views-slideshow-cycle-main-frame .views-row {
  margin: 10px !important;
  vertical-align: top;
  position: relative;
  text-transform: none;
}
.section-newfront-2016 .view-id-video.view-display-id-block_3 .view-content .views-slideshow-cycle-main-frame .views-row .views-field-title {
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 5px;
}
.section-newfront-2016 .view-id-video.view-display-id-block_3 .views-field-body {
  height: 200px;
  margin: 0;
  padding: 0;
  background-color: #f5e803;
  position: absolute;
  top: 0;
  display: none;
}
.section-newfront-2016 .view-id-video.view-display-id-block_3 .views-field-body .field-content {
  padding: 10px 10px 0 10px;
  font-size: 8px;
  line-height: 1.8em;
  color: #000;
  font-weight: 600;
}
.section-newfront-2016 .view-id-video.view-display-id-block_3 .views-field-body .field-content p {
  margin: 0 0 1em 0;
}
.section-newfront-2016 .view-id-video.view-display-id-block_3 .views-field-body .field-content p.no-widow {
  height: 120px;
  overflow: auto;
}
.section-newfront-2016 .view-id-video.view-display-id-block_3 .views-field-body .field-content a {
  font-size: 10px;
  color: #000 !important;
  font-weight: bolder;
}
.section-newfront-2016 .view-id-video.view-display-id-block_3 .views-field-body .field-content img {
  height: 30px;
}

.newfront-2016-programs-content .mobile-menu {
  display: none;
}
.newfront-2016-programs-content .contextual-links-region {
  display: none;
}
.newfront-2016-programs-content #block-aoladvertising-aoladvertising-header-waypoint {
  display: none;
}

/* quick add-on */
.NoLink .views-field-nothing img {
  display: none;
  margin-right: 0;
}

.section-manifeste-pour-des-plateformes-ouvertes #page-title, .section-pourquoi-etre-customer-centric-cest-etre-data-driven #page-title, .page-node-30052 #page-title {
  margin-top: 0;
}
.section-manifeste-pour-des-plateformes-ouvertes .webform-client-form .form-item, .section-pourquoi-etre-customer-centric-cest-etre-data-driven .webform-client-form .form-item, .page-node-30052 .webform-client-form .form-item {
  float: none;
  margin-right: 0;
}
.section-manifeste-pour-des-plateformes-ouvertes form, .section-pourquoi-etre-customer-centric-cest-etre-data-driven form, .page-node-30052 form {
  max-width: 280px;
  margin: 0 auto;
}
.section-manifeste-pour-des-plateformes-ouvertes .field-name-body, .section-pourquoi-etre-customer-centric-cest-etre-data-driven .field-name-body, .page-node-30052 .field-name-body {
  max-width: 700px;
}

.section-de .audience-row-Insights .filter-boxes, .section-de .audience-row-insights .filter-boxes {
  width: 450px;
  padding-bottom: 30px;
  margin: 0 auto;
}

.section-openrelationships .page-landing-wrapper .field-name-body {
  color: #FFF;
  padding-top: 200px;
  padding-bottom: 100px;
}
.section-openrelationships .page-landing-wrapper .field-name-body a {
  color: #FFF;
}
.section-openrelationships .views-row.Get.Creative .section-data-info {
  padding-top: 10px;
}
.section-openrelationships .views-row.Get.Creative .section-data-info .views-field-title {
  display: none;
}
.section-openrelationships .views-row.Get.Creative .section-data-info .views-field-body {
  padding-bottom: 50px;
  border-bottom: 1px solid #CCC;
}
.section-openrelationships .shing {
  text-align: left;
  padding-left: 100px;
}
.section-openrelationships .shing img {
  vertical-align: bottom;
}
.section-openrelationships .views-row.Shing .views-field-title, .section-openrelationships .views-row.audience-row-a-message-from-shing .views-field-title {
  display: none;
}
.section-openrelationships .views-row.Shing .copy-reveal, .section-openrelationships .views-row.audience-row-a-message-from-shing .copy-reveal {
  text-align: left;
  padding: 20px 100px 0 100px;
  border-top: 1px solid #CCC;
  margin-bottom: 60px;
  height: 500px;
  overflow: auto;
  font-size: 14px;
}
.section-openrelationships .views-row.Shing .copy-reveal .or_source, .section-openrelationships .views-row.audience-row-a-message-from-shing .copy-reveal .or_source {
  font-size: .8em;
}
.section-openrelationships .audience-row-See .event_week_item, .section-openrelationships .audience-row-see-you-at-cannes-2016 .event_week_item {
  line-height: 1.4;
  margin-bottom: 4px;
}
.section-openrelationships .audience-row-See .event_time, .section-openrelationships .audience-row-see-you-at-cannes-2016 .event_time {
  font-weight: bold;
  color: #999;
}
.section-openrelationships .audience-row-See .event_title, .section-openrelationships .audience-row-see-you-at-cannes-2016 .event_title {
  text-transform: uppercase;
}
.section-openrelationships .audience-row-See .event_speakers, .section-openrelationships .audience-row-see-you-at-cannes-2016 .event_speakers {
  color: #01aef0;
  font-weight: bold;
  text-transform: uppercase;
}
.section-openrelationships .audience-row-See .event_location, .section-openrelationships .audience-row-see-you-at-cannes-2016 .event_location {
  color: #999;
}
.section-openrelationships .audience-row-See .event_body p, .section-openrelationships .audience-row-see-you-at-cannes-2016 .event_body p {
  margin: 0;
}
.section-openrelationships .audience-row-See .event_space, .section-openrelationships .audience-row-see-you-at-cannes-2016 .event_space {
  border: 0 !important;
  height: 12px;
}
.section-openrelationships .audience-row-Insights, .section-openrelationships .audience-row-insights-amp-innovations {
  background-color: #f0f0f0;
}
.section-openrelationships .audience-row-Insights.parallax-section .section-data .section-data-info, .section-openrelationships .audience-row-insights-amp-innovations.parallax-section .section-data .section-data-info {
  background-color: #f0f0f0;
}
.section-openrelationships .audience-row-Insights .insights, .section-openrelationships .audience-row-insights-amp-innovations .insights {
  text-align: left;
  border-top: 1px solid #CCC;
  padding: 30px 0;
}
.section-openrelationships .audience-row-Insights .insights .insight-row, .section-openrelationships .audience-row-insights-amp-innovations .insights .insight-row {
  padding-bottom: 20px;
  position: relative;
}
.section-openrelationships .audience-row-Insights .insights .insight-row .insight, .section-openrelationships .audience-row-insights-amp-innovations .insights .insight-row .insight {
  display: inline-block;
  text-align: center;
  width: 300px;
  vertical-align: top;
}
.section-openrelationships .audience-row-Insights .insights .insight-row .insight.right, .section-openrelationships .audience-row-insights-amp-innovations .insights .insight-row .insight.right {
  margin-left: 90px;
}
.section-openrelationships .audience-row-Insights .insights .insight-row .insight a, .section-openrelationships .audience-row-insights-amp-innovations .insights .insight-row .insight a {
  text-decoration: none;
  border: 0;
}
.section-openrelationships .audience-row-Insights .insights .insight-row .insight .insight-copy, .section-openrelationships .audience-row-insights-amp-innovations .insights .insight-row .insight .insight-copy {
  font-size: .8em;
  line-height: 1.8;
}
.section-openrelationships .audience-row-Insights .insights .insight-row .insight .insight-copy .insight-copy-title, .section-openrelationships .audience-row-insights-amp-innovations .insights .insight-row .insight .insight-copy .insight-copy-title {
  line-height: 1.2;
}

.section-2016-advisory-board-post-meeting-information #main {
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
}
.section-2016-advisory-board-post-meeting-information #main .field.field-name-body {
  width: 100%;
}
.section-2016-advisory-board-post-meeting-information h2 {
  font-size: 36px !important;
  max-width: 700px;
  line-height: 1em;
  margin: 0 auto !important;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  color: #000 !important;
}
.section-2016-advisory-board-post-meeting-information h1.title {
  display: none;
}
.section-2016-advisory-board-post-meeting-information sup {
  font-size: .5em;
}
.section-2016-advisory-board-post-meeting-information #topImage {
  background-color: #000;
  width: 100%;
  padding: 50px 0;
  text-align: center;
  border-bottom: 4px solid #ffdd17;
}
.section-2016-advisory-board-post-meeting-information #topImage img {
  width: 100%;
  max-width: 500px;
}
.section-2016-advisory-board-post-meeting-information #topBar {
  background-color: #000;
  text-align: center;
  padding: 20px 0;
}
.section-2016-advisory-board-post-meeting-information #topBar img {
  max-width: 240px;
}
.section-2016-advisory-board-post-meeting-information #eventDetails {
  background-color: #000;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .25em;
  margin-bottom: 60px;
}
.section-2016-advisory-board-post-meeting-information .white {
  color: #FFF;
}
.section-2016-advisory-board-post-meeting-information .yellow {
  color: #ffdd17;
}
.section-2016-advisory-board-post-meeting-information #video360 {
  background-color: #272526;
  padding: 50px 0;
  text-align: center;
}
.section-2016-advisory-board-post-meeting-information #video360 .vdb_player > div {
  margin: 0px auto;
  padding-top: 61px;
}
.section-2016-advisory-board-post-meeting-information #video360 .phone-wrapper {
  width: 250px;
  display: inline-block;
  margin: 0 25px;
  color: #FFF;
  font-size: .8em;
  line-height: 1.5em;
  vertical-align: top;
}
.section-2016-advisory-board-post-meeting-information #video360 .phone-wrapper .phone-copy-title {
  color: #ffdd17;
  font-weight: bold;
  padding: 20px 0 10px 0;
}
.section-2016-advisory-board-post-meeting-information #video360 .phone-wrapper .phone {
  background-image: url("/sites/all/themes/adv/advisory-board/images/phone_shell.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 510px;
  width: 250px;
  display: inline-block;
}
.section-2016-advisory-board-post-meeting-information #video360 .phone-wrapper .phone img {
  padding-top: 61px;
  width: 220px;
  height: 390px;
}
.section-2016-advisory-board-post-meeting-information #meetSummary {
  text-align: center;
  padding: 50px 0;
}
.section-2016-advisory-board-post-meeting-information #meetSummary .sub-copy {
  padding: 20px 0;
  font-size: .9em;
}
.section-2016-advisory-board-post-meeting-information #meetSummary a {
  background-color: #000 !important;
  color: #fff !important;
}
.section-2016-advisory-board-post-meeting-information #meetSummary a:hover {
  color: #ffdd17 !important;
}
.section-2016-advisory-board-post-meeting-information #meetSpeakers {
  background-color: #000;
  color: #FFF;
  text-align: center;
}
.section-2016-advisory-board-post-meeting-information #meetSpeakers h2 {
  color: #FFF !important;
}
.section-2016-advisory-board-post-meeting-information #meetSpeakers .buttons {
  padding-top: 50px;
}
.section-2016-advisory-board-post-meeting-information #meetSpeakers .boxes.top {
  padding-bottom: 50px;
}
.section-2016-advisory-board-post-meeting-information #meetSpeakers .boxes.bottom {
  padding-top: 50px;
}
.section-2016-advisory-board-post-meeting-information #meetSpeakers .buttons, .section-2016-advisory-board-post-meeting-information #meetSummary .buttons {
  text-align: center;
}
.section-2016-advisory-board-post-meeting-information #meetSpeakers a, .section-2016-advisory-board-post-meeting-information #meetSummary a {
  background-color: #ffdd17;
  color: #000;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin: 10px;
}
.section-2016-advisory-board-post-meeting-information #meetSpeakers a:hover, .section-2016-advisory-board-post-meeting-information #meetSummary a:hover {
  background-color: #ffeb74;
}
.section-2016-advisory-board-post-meeting-information #originalContent {
  padding-top: 50px;
  text-align: center;
}
.section-2016-advisory-board-post-meeting-information #originalContent .programs {
  max-width: 820px;
  margin: 20px auto 0 auto;
}
.section-2016-advisory-board-post-meeting-information #originalContent .program {
  display: inline-block;
  padding: 30px;
}
.section-2016-advisory-board-post-meeting-information #originalContent .program img {
  width: 210px;
  height: 210px;
}
.section-2016-advisory-board-post-meeting-information #originalContent .program img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.section-2016-advisory-board-post-meeting-information #sizzleVideo {
  background-color: #e6e7e9;
  padding: 50px 0;
}
.section-2016-advisory-board-post-meeting-information #sizzleVideo .vdb_player > div {
  margin: 30px auto 0 auto;
}

.colorbox-article {
  background-color: #fff;
}
.colorbox-article .node-title {
  display: none;
}
.colorbox-article .blog-top-image {
  height: 400px;
  overflow: hidden;
}

article.the-power-of-open ~ #block-views-page-sections-block-7 .parallax-section.views-row-2 .section-data {
  min-height: inherit;
  padding: 20px 0 60px 0;
}
article.the-power-of-open ~ #block-views-page-sections-block-7 .parallax-section.views-row-2 .section-data .section-data-info {
  padding-top: 0;
  min-height: initial;
}

.the-power-of-open .page-landing-wrapper section {
  display: table;
  width: 100%;
}
.the-power-of-open .page-landing-wrapper section .field-name-body {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center !important;
}
.the-power-of-open .field-name-body .field-item {
  color: #FFF;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}
.the-power-of-open .field-name-body .field-item .page-title {
  font-size: 90px;
  line-height: 1em;
  font-family: 'Korolev-web';
  font-weight: normal;
  margin: 60px 0 0 0;
  text-transform: uppercase;
}
.the-power-of-open .field-name-body .field-item .page-description {
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 500;
  max-width: 840px;
  margin: 0 auto;
  text-shadow: -1px 4px 100px #151f34, -1px 4px 100px rgba(21, 31, 52, 0.5);
}
.the-power-of-open .field-name-body .field-item .navigation-option img {
  cursor: pointer;
}
.the-power-of-open #side-nav {
  display: none !important;
}
.the-power-of-open #colorbox #cboxMiddleLeft, .the-power-of-open #colorbox #cboxContent, .the-power-of-open #colorbox #cboxMiddleRight {
  background-color: #fff;
}
.the-power-of-open #colorbox .node-title {
  display: none;
}
.the-power-of-open #colorbox .blog-top-image {
  height: 400px;
  overflow: hidden;
}

/* lang overrides */
.lang-not-us .menu, .lang-not-us .blog-filters-outer {
  display: none;
}

/* happy hour form override */
.section-culture-pulse .webform-client-form .form-item, .section-culture-pulse .webform-client-form .form-type-checkbox {
  float: none !important;
  width: auto !important;
}

