/* https://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

#micrositeWrapper {
  font-family: "NeueHaasGroteskText W01", Helvetica, Arial, sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a {
  cursor: pointer;
}

#micrositeWrapper h1 {
  color: #323232;
  font-family: "NHaasGroteskTXW01-75Bd", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
}
#micrositeWrapper h3 {
  color: #a7d323;
  display: inline-block;
  font-family: "NHaasGroteskTXW01-75Bd", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  margin: 25px 0 18px;
}
#micrositeWrapper h3:hover {
  color: #323232;
}
#micrositeWrapper blockquote {
  background: url(../images/border_diagonal.png) repeat-x 0 top;
  border-bottom: 1px solid #e5e5e5;
  color: #323232;
  font-family: "NHaasGroteskTXW01-75Bd", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  margin: 20px 0;
  padding: 20px 5px;
  position: relative;
  text-indent: 30px;
}
#micrositeWrapper blockquote:before {
  color: #a7d323;
  content: '"';
  display: block;
  font-size: 49px;
  line-height: 1;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#micrositeWrapper blockquote:after {
  color: #a7d323;
  content: '"';
  display: inline;
  font-size: 49px;
  line-height: 0;
  margin-left: 5px;
  position: relative;
  top: 20px;
}

.inlineSplash {
  background: url(../images/border_diagonal.png) 0 0;
  height: auto;
  margin: 30px 0;
  overflow: hidden;
  padding: 10px 0;
}
.inlineSplash .inlineSplashContainer {
  background: #f7f7f7;
  height: auto;
  overflow: hidden;
  padding: 30px 20px;
}
.inlineSplash .inlineSplashContainer .inlineSplashGraphic {
  display: none;
}
.inlineSplash .inlineSplashContainer .inlineSplashContent .inlineSplashTitle {
  color: #323232 !important;
  font-family: "NHaasGroteskTXW01-75Bd", Helvetica, Arial, sans-serif;
  font-size: 25px !important;
  font-weight: bold !important;
  line-height: 30px !important;
  margin-bottom: 20px !important;
}
.inlineSplash .inlineSplashContainer .inlineSplashContent .inlineSplashDescription {
  color: #323232 !important;
  font-family: "NeueHaasGroteskText W01", Helvetica, Arial, sans-serif;
  font-size: 18px !important;
  line-height: 22px !important;
  margin-bottom: 20px !important;
}
.inlineSplash .inlineSplashContainer .inlineSplashContent .inlineSplashButton {
  background: #2c8cb1;
  border-radius: 3px;
  color: #fff !important;
  cursor: pointer;
  display: block;
  font-family: "NHaasGroteskTXW01-75Bd", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  width: 150px;
}
.inlineSplash .inlineSplashContainer .inlineSplashContent .inlineSplashButton:hover {
  background: #226c88;
}

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

.nativeBreadcrumb {
  font-size: 14px;
  margin-bottom: 20px;
  display: none;
}
.nativeBreadcrumb a {
  cursor: pointer;
}
.nativeBreadcrumb span {
  margin-right: 5px;
}
.nativeBreadcrumb span:first-of-type {
  margin-right: 10px;
}
.nativeBreadcrumb span:nth-of-type(2) {
  display: none;
}

a.nativeButton {
  background: #a7d323;
  clear: both;
  color: #fff;
  cursor: pointer;
  display: none;
  font-family: "NHaasGroteskTXW01-75Bd", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
  margin: 20px auto;
  text-align: center;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
a.nativeButton:hover {
  background: #006860;
}
a.nativeButton.nativeButtonVisible {
  display: block;
}
a.nativeButton i.icon-play:before {
  color: #fff;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}

@media (min-width: 640px) {
  #micrositeWrapper blockquote {
    float: left;
    line-height: 28px;
    margin: 30px 10px;
    width: 250px;
  }
  #micrositeWrapper blockquote:before, #micrositeWrapper blockquote:after {
    font-size: 53px;
  }

  .inlineSplash {
    margin: 40px auto;
  }
  .inlineSplash .inlineSplashContainer {
    padding: 30px;
  }
  .inlineSplash .inlineSplashContainer .inlineSplashGraphic {
    background: url(../images/splashGraphic.png) no-repeat 0 0;
    background-size: contain;
    display: block;
    float: left;
    height: 146px;
    width: 103px;
  }
  .inlineSplash .inlineSplashContainer .inlineSplashContent {
    float: right;
    width: 380px;
  }
  .inlineSplash .inlineSplashContainer .inlineSplashContent .inlineSplashTitle {
    font-size: 26px;
    line-height: 31px;
  }
  .inlineSplash .inlineSplashContainer .inlineSplashContent .inlineSplashDescription {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 30px;
  }

  a.nativeButton {
    margin: 40px auto 0;
    width: 264px;
  }
}
footer {
  margin: 20px 20px 0;
}

@media (min-width: 640px) {
  footer {
    margin: 30px 0 0 0;
  }
}
@media (min-width: 960px) {
  #micrositeWrapper blockquote {
    font-size: 22px;
    width: 210px;
  }

  .inlineSplash .inlineSplashContainer .inlineSplashContent {
    width: 290px;
  }

  a.nativeButton {
    margin-top: 15px;
  }

  footer {
    margin: 40px auto 0;
  }
}
@media (min-width: 1280px) {
  #micrositeWrapper blockquote {
    font-size: 24px;
    line-height: 30px;
    margin: 40px 20px;
    padding: 20px 10px 25px;
    width: 340px;
  }
  #micrositeWrapper blockquote:before, #micrositeWrapper blockquote:after {
    font-size: 60px;
  }

  .inlineSplash .inlineSplashContainer .inlineSplashContent {
    width: 600px;
  }
  .inlineSplash .inlineSplashContainer .inlineSplashContent .inlineSplashTitle {
    font-size: 28px;
    line-height: 33px;
  }
  .inlineSplash .inlineSplashContainer .inlineSplashContent .inlineSplashDescription {
    font-size: 21px;
    line-height: 25px;
  }
}
/* Icomoon Icons */
@font-face {
  font-family: 'icomoon';
  src: url("https://cdn.ttgtmedia.com/microsites/fonts/icomoon/icomoon.eot?om4y8f");
  src: url("https://cdn.ttgtmedia.com/microsites/fonts/icomoon/icomoon.eot?#iefixom4y8f") format("embedded-opentype"), url("https://cdn.ttgtmedia.com/microsites/fonts/icomoon/icomoon.ttf?om4y8f") format("truetype"), url("https://cdn.ttgtmedia.com/microsites/fonts/icomoon/icomoon.woff?om4y8f") format("woff"), url("https://cdn.ttgtmedia.com/microsites/fonts/icomoon/icomoon.svg?om4y8f#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
i {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-rounded_arrow:before {
  content: "\e900";
}

.icon-home:before {
  content: "\e902";
}

.icon-arrow2:before {
  content: "\e903";
}

.icon-arrow:before {
  content: "\e600";
}

.icon-menu:before {
  content: "\e601";
}

.icon-lightbulb:before {
  content: "\e602";
}

.icon-binoculars:before {
  content: "\e603";
}

.icon-cloud_download:before {
  content: "\e604";
}

.icon-cloud_lightning:before {
  content: "\e605";
}

.icon-cloud_upload:before {
  content: "\e606";
}

.icon-document:before {
  content: "\e607";
}

.icon-favorite:before {
  content: "\e608";
}

.icon-files:before {
  content: "\e609";
}

.icon-folder:before {
  content: "\e60a";
}

.icon-gear:before {
  content: "\e60b";
}

.icon-laptop:before {
  content: "\e60c";
}

.icon-lightning_bolt:before {
  content: "\e60d";
}

.icon-mobile:before {
  content: "\e60e";
}

.icon-monitor:before {
  content: "\e60f";
}

.icon-reply:before {
  content: "\e610";
}

.icon-retweet:before {
  content: "\e611";
}

.icon-tablet:before {
  content: "\e612";
}

.icon-video-camera:before {
  content: "\e613";
}

.icon-info:before {
  content: "\e901";
}

.icon-iCircle:before {
  content: "\e70c";
}

.icon-play:before {
  content: "\e71c";
}

.icon-share:before {
  content: "\e782";
}

.icon-rss:before {
  content: "\e96c";
}

.icon-facebook:before {
  content: "\ea8c";
}

.icon-twitter:before {
  content: "\ea91";
}

/* ==========================================================================
   IOT AGENDA
   ========================================================================== */
@font-face {
  font-family: 'ScalaSansBold';
  src: url("../fonts/ScalaSansWeb-Bold.eot");
  src: url("../fonts/ScalaSansWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ScalaSansWeb-Bold.woff") format("woff");
}
.scala {
  font-family: 'ScalaSansBold', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.haas, .homepage-topics-iot .homepage-topics-subtopics.open > ul > li {
  font-family: 'NeueHaasGroteskText W01', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.haas-i {
  font-family: 'NHaasGroteskTXW01-56It', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.haas-m, #blog .infotype-news-item > span, #blog .infotype-news-item > a, .featured-contributors ul li span.title {
  font-family: 'NHaasGroteskTXW01-65Md', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.haas-b, .nav-links, #blog-post .guest-banner,
#blog .guest-banner, .featured-contributors ul li.guest .guest-banner, .featured-contributors ul li span.author, .featured-contributors ul li p, .featured-contributors ul li span.sponsored, .featured-contributors ul li h4, .homepage-topics-iot h3, .homepage-topics-iot ul li h5 {
  font-family: 'NHaasGroteskTXW01-75Bd', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.link-teal {
  color: #00b3ac;
}

.link-teal:hover {
  color: #006860;
}

.link-blue, #blog .infotype-news-item .author {
  color: #008bc1;
}

.link-blue:hover, #blog .infotype-news-item .author:hover {
  color: #005272;
}

.link-blue-l {
  color: #00b9d8;
}

.link-blue-l:hover {
  color: #008bc1;
}

/* ==========================================================================
   Sample Heading
   ========================================================================== */
/* Sample Subheading
   ========================================================================== */
/* ==========================================================================
   COLOR OVERRIDES
   ========================================================================== */
.link-teal, p a, .indentfix li a, .default-list li a, li.indentfix a, table .indentfix li a, table .indentfix li.indentfix a, table a, .noindent li a, li[type=disc] a, footer li a, .guide-bar-list .guide-bar-item a, .share-bar-item-desktop a, .main-article-subtitle a, .answers-subtitle a, .main-article-author-date a, .main-article-author-contact a, .quizQuestionContainer a, .refinery-body a, .unsubscribe-body a, .publish-date a,
.definition-section-footer a, .most-popular .section-title a, .guide-section .section-guide-type-item p a, .search-results-header .search-results-type-menu a, .search-result .search-result-head .search-result-head-author a, .get-started .infotype-news-description a, .trending-topics-items .trending-topics-item h3 a, .learn-more-items li h3 a, .ezine-previous-issues-list .ezine-from a, .contributor-header .contributor-bio a, .contributor-articles .filter-by-topic .filter-by-topic-list li a, #bprAbstractOneReg .main-content #micrositeContainer .micrositeOneReg-section .share-bar-desktop a, #bprAbstractOneReg .main-content #micrositeContainer .micrositeOneReg-section .stop-page p a, .section.cascading-fulfillment-section .related-content li h4 a, .photostory-about > p > ul li a,
.video-about > p > ul li a,
.cartoon-about > p > ul li a, .photostory-about > ul li a, .photostory-about > ol li a,
.video-about > ul li a,
.video-about > ol li a,
.cartoon-about > ul li a,
.cartoon-about > ol li a, .ads-by-google.main-content li a.googleGreen {
  color: #a7d323;
}

.teal-button {
  background: #a7d323;
}

.primaryButton {
  background-color: #a7d323;
}

.nav-list-item-searchsites .nav-list-item-header .nav-list-item-header-title span {
  color: #a7d323;
}

.latest-content .logo-1,
.latest-content .logo-2,
.latest-content .logo-3,
.latest-content .logo-4 {
  color: #a7d323;
}

.section-title .icon {
  color: #a7d323;
}

.ui-autocomplete .ui-state-focus {
  color: #a7d323;
}

@media (min-width: 960px) {
  .header-logo {
    background: #a7d323 url(https://cdn.ttgtmedia.com/rms/ux/responsive/img/nav_border.png) no-repeat right 18px;
    height: 90px;
  }

  .header {
    height: 150px;
  }

  .header-desktop-fixed .header {
    height: 58px;
  }
}
.header-search-toggle {
  background-color: #a7d323;
}

@media (min-width: 960px) {
  .header-search-toggle > .icon {
    color: #a7d323;
  }
}
.nav-toggle {
  background-color: #a7d323;
}

.nav-user-action {
  color: #a7d323;
}

.nav-list-item-header,
.nav-list-sublist-header {
  color: #a7d323;
}

.nav-list-item-header:hover .icon {
  color: #a7d323;
}

@media (min-width: 960px) {
  .nav-list-item-searchsites .nav-list-item-header,
  .nav-list-item-all-sites .nav-list-item-header {
    background-color: #a7d323;
  }
}
.nav-list-item-searchsites .nav-list-item-header .icon:hover,
.nav-list-item-all-sites .nav-list-item-header .icon:hover {
  color: #a7d323;
}

.nav-social-item a:hover {
  color: #a7d323;
}

.header-desktop-fixed .header .header-logo {
  background: #a7d323 url(https://cdn.ttgtmedia.com/rms/ux/responsive/img/nav_border_small.png) no-repeat right 8px;
}

.header-desktop-fixed .header .nav-list-item-topics .icon-navigation-detail {
  color: #a7d323;
}

.header-searchsite-display span {
  color: #a7d323;
}

.header-privacy-policy span.pp-strong {
  color: #a7d323;
}

.header-privacy-policy span a:hover {
  color: #a7d323;
}

.chapters-bar-header .icon,
.resources-bar-header .icon,
.related-bar-header .icon,
.guide-bar-header .icon,
.browse-defs-bar-header .icon,
.itcs-bar-header .icon,
.blog-bar-header .icon {
  color: #a7d323;
}

.itcs-bar-header span {
  color: #a7d323;
}

@media (min-width: 960px) {
  .chapters-bar-item.selected,
  .resources-bar-item.selected,
  .related-bar-item.selected,
  .guide-bar-item.selected,
  .chapters-bar-item-link.selected,
  .itcs-bar-item.selected,
  .blog-bar-item.selected {
    border-left: 5px solid #a7d323;
  }
}
.chapters-bar-item.selected a,
.resources-bar-item.selected a,
.related-bar-item.selected a,
.guide-bar-item.selected a,
.chapters-bar-item-link.selected a,
.itcs-bar-item.selected a,
.blog-bar-item.selected a {
  color: #a7d323;
}

.chapters-bar-item .topic-count,
.resources-bar-item .topic-count,
.related-bar-item .topic-count,
.guide-bar-item .topic-count,
.chapters-bar-item-link .topic-count,
.itcs-bar-item .topic-count,
.blog-bar-item .topic-count {
  color: #a7d323;
}

.actions-bar-item {
  background: #a7d323;
  border-bottom-color: #c2eb46;
}

.share-bar-item-mobile {
  background: #a7d323;
}

.share-bar-item-mobile .count {
  background-color: #a7d323;
}

.qa-sidebar-title {
  color: #a7d323;
}

.main-article-share-count span {
  color: #a7d323;
}

.main-article-comment-count:hover .icon,
.main-article-share-count:hover .icon {
  color: #a7d323;
}

.main-article-image figcaption .icon {
  color: #a7d323;
}

@media (min-width: 640px) {
  .main-article-image-enlarge {
    background-color: #a7d323;
  }
}
.refinery-content {
  background: #a7d323;
}

.refinery-search .refinery-search-btn {
  background: #a7d323;
  border: 1px solid #a7d323;
}

.latest-wrapper, footer {
  top: 60px;
}

@media (min-width: 640px) {
  .latest-wrapper .latest-nav-wrapper {
    background: #a7d323;
  }
}
.latest-wrapper .latest-nav-wrapper .latest-nav {
  background: #a7d323;
}

.latest-wrapper .latest-nav-wrapper .latest-nav li {
  background-color: #a7d323;
}

.latest-wrapper .latest-nav-wrapper .latest-nav-item .icon {
  color: #a7d323;
}

.latest-wrapper .latest-content h2 .latest-category {
  color: #a7d323;
}

.latest-wrapper .latest-content li .icon {
  color: #a7d323;
}

.latest-wrapper .latest-content li h3 a:hover {
  color: #a7d323;
}

.sign-up-wrapper.inline-reg .sign-up-content h2,
.sign-up-wrapper.cascading-reg .sign-up-content h2 {
  color: #a7d323;
}

.sign-up-wrapper.inline-reg .sign-up-form .sign-up-btn,
.sign-up-wrapper.cascading-reg .sign-up-form .sign-up-btn {
  background: #a7d323;
  border: 1px solid #a7d323;
}

.comments-count .icon {
  color: #a7d323;
}

.comments-form .comments-form-btn {
  background: #a7d323;
  border: 1px solid #a7d323;
}

.comments-form.logged-in .comments-form-btn {
  border: 1px solid #a7d323;
}

.comment-wrapper .comment-share .comment-reply a {
  color: #a7d323;
}

#forgotPasswordModalFormSubmit {
  background: #a7d323;
  border: 1px solid #a7d323;
}

.unsubscribe-header .unsubscribe-email {
  color: #a7d323;
}

#sdef .breadcrumbs ul li:before {
  color: #a7d323;
}

#sdef .breadcrumbs ul li a {
  color: #a7d323;
}

@media (min-width: 960px) {
  #sdef .ribbon-left {
    background-color: #a7d323;
  }
}
#sdef .ribbon-left .ribbon-left-hover {
  display: none;
  position: absolute;
  background-color: #a7d323;
  top: 0;
  left: 64px;
  height: 205px;
  width: 370px;
  padding: 20px 20px 20px 0;
  margin-left: -5px;
}

#sdef .ribbon-left .ribbon-left-hover .ribbon-img .img-overlay:before {
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #a7d323 #620104;
}

#sdef .ribbon-left .ribbon-left-hover .ribbon-img .img-overlay:after {
  border-width: 9px 0 9px 5px;
  border-style: solid;
  border-color: #a7d323 #a31e22;
}

@media (min-width: 960px) {
  #sdef .ribbon-right {
    background-color: #a7d323;
  }
}
#sdef .ribbon-right .ribbon-right-hover {
  background-color: #a7d323;
}

#sdef .ribbon-right .ribbon-right-hover .ribbon-img .img-overlay:before {
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #a7d323 #620104;
}

#sdef .ribbon-right .ribbon-right-hover .ribbon-img .img-overlay:after {
  border-width: 9px 0 9px 5px;
  border-style: solid;
  border-color: #a7d323 #a31e22;
}

#sdef .definition-guide-subtitle span a {
  color: #a7d323;
}

.topic-section .topic-section-title .section-sub-head,
.topic-section .infotype-section-title .section-sub-head,
.infotype-section .topic-section-title .section-sub-head,
.infotype-section .infotype-section-title .section-sub-head {
  color: #a7d323;
}

.topic-section .topic-section-title.itcs-title .icon,
.infotype-section .topic-section-title.itcs-title .icon {
  color: #a7d323;
}

@media (min-width: 640px) {
  .topic-section .itcs-items .itcs-powered-by,
  .infotype-section .itcs-items .itcs-powered-by {
    color: #a7d323;
  }
}
.topic-section .topic-item-title a:hover,
.infotype-section .topic-item-title a:hover {
  color: #a7d323;
}

.topic-section .topic-form .topic-form-btn,
.infotype-section .topic-form .topic-form-btn {
  background: #a7d323;
  border: 1px solid #a7d323;
}

.topic-section .topic-news-item .news-mobile-date,
.topic-section .infotype-news-item .news-mobile-date,
.infotype-section .topic-news-item .news-mobile-date,
.infotype-section .infotype-news-item .news-mobile-date {
  color: #a7d323;
}

.topic-section .topic-news-item .news-desktop-date,
.topic-section .infotype-news-item .news-desktop-date,
.infotype-section .topic-news-item .news-desktop-date,
.infotype-section .infotype-news-item .news-desktop-date {
  color: #a7d323;
}

.topic-section .topic-news-item .topic-news-title a:hover,
.topic-section .topic-news-item .infotype-news-title a:hover,
.topic-section .infotype-news-item .topic-news-title a:hover,
.topic-section .infotype-news-item .infotype-news-title a:hover,
.infotype-section .topic-news-item .topic-news-title a:hover,
.infotype-section .topic-news-item .infotype-news-title a:hover,
.infotype-section .infotype-news-item .topic-news-title a:hover,
.infotype-section .infotype-news-item .infotype-news-title a:hover {
  color: #a7d323;
}

.new-notable-item a:hover {
  color: #a7d323;
}

.new-notable-item .icon {
  color: #a7d323;
}

.topic-landing-section .topic-section-title {
  color: #a7d323;
}

.topic-landing-section ul li a:hover {
  color: #a7d323;
}

.news-archive-date {
  color: #a7d323;
}

.news-archive-item .toggle-marker {
  color: #a7d323;
}

.news-archive-list.jspScrollable .news-archive-collapse-toggle {
  border-left: 5px solid #a7d323;
}

.main-article-guide-subtitle span a {
  color: #a7d323;
}

.blog-team .blog-team-list li .contributor-info h3 a:hover {
  color: #a7d323;
}

.blog-team .blog-team-list li .contributor-info > a span:hover {
  color: #a7d323;
}

.blog-team .blog-team-list li .contributor-info h4 span {
  color: #a7d323;
  display: inline-block;
}

.most-popular .section-subtitle a:hover {
  color: #a7d323;
}

.expert-question-form .expert-question-form-btn {
  background: #a7d323;
  border: 1px solid #a7d323;
}

.refinery-guide-sections li.selected, .guide-navigation-sections li.selected {
  border-left: 3px solid #a7d323;
}

.guide-section .section-title .chapter-number {
  background-color: #a7d323;
}

.guide-section .section-guide-type-item h4 a:hover {
  color: #a7d323;
}

.chapters-bar-circle {
  background-color: #a7d323;
}

.experts-section-content .experts-list .expert-info h5 a:hover {
  color: #a7d323;
}

.experts-section-content .experts-list .expert-info .site-name {
  color: #a7d323;
}

.tag-item .icon {
  color: #a7d323;
}

.tag-item li:before {
  color: #a7d323;
}

.tag-item li a:hover {
  color: #a7d323;
}

.search-results-header h1 em {
  color: #a7d323;
}

.search-results-header .search-results-sort a:hover {
  color: #a7d323;
}

.search-results-header .search-results-sort .active-sort {
  color: #a7d323;
}

.search-results-header .search-results-filter-item .icon {
  color: #a7d323;
}

.search-results-header .search-results-filter-item.selected {
  color: #a7d323;
}

.search-result-topic .search-result-topic-inner .section-title a:hover {
  color: #a7d323;
}

.search-result .search-result-head .search-result-head-site {
  color: #a7d323;
}

.search-result .search-result-head .search-result-head-author {
  color: #a7d323;
}

.search-result .search-result-body > a {
  color: #a7d323;
}

.search-result .search-result-body .section-title a {
  color: #a7d323;
}

.search-result .search-result-body li a:hover {
  color: #a7d323;
}

.search-result .search-result-body li:before {
  color: #a7d323;
}

.zero-results .search-result-body .section-title span {
  color: #a7d323;
}

.zero-results-form-btn {
  background: #a7d323;
  border: 1px solid #a7d323;
}

.infotype-section .infotype-news-item .news-mobile-date,
.infotype-section .infotype-news-item .news-desktop-date {
  color: #a7d323;
}

.news-archive-date {
  color: #a7d323;
}

.get-started-definitions .get-started-definitions-inner h2 span {
  color: #a7d323;
}

.listTypePagination a:hover {
  color: #a7d323;
}

.listTypePagination a.currentPage {
  border-bottom: 2px solid #a7d323;
}

.homepage-section h4 a:hover,
.homepage-section h5 a:hover {
  color: #a7d323;
}

.new-notable-home .nn-home-item h4 .icon {
  color: #a7d323;
}

.trending-topics-items .trending-topics-item h4 .icon {
  color: #a7d323;
}

.expert-question-home h2 {
  color: #a7d323;
}

.expert-question-home .expert-question-form .expert-question-form-btn {
  background: #a7d323;
}

.find-solutions-home .find-solutions-sections h4 .icon {
  color: #a7d323;
}

.find-solutions-home .find-solutions-sections .find-solutions-sections-links h5 .icon {
  color: #a7d323;
}

.learn-more-items li h4 .icon {
  color: #a7d323;
}

.multimedia-header-menu .multimedia-menu .dropdown-menu li a:hover {
  color: #a7d323;
}

.multimedia-sections .multimedia-sections-primary h4 .icon {
  color: #a7d323;
}

.multimedia-sections .multimedia-sections-links h5 .icon {
  color: #a7d323;
}

.from-across-home .from-across-title-bar {
  background: #a7d323;
}

.from-across-items .fa-item-1 h3 span {
  color: #a7d323;
}

.headshots-hub-list li .contributor-info h3 a:hover {
  color: #a7d323;
}

.headshots-hub-list li .contributor-info > a span:hover {
  color: #a7d323;
}

.headshots-hub-list li .contributor-info h4 span {
  color: #a7d323;
  display: inline-block;
}

.headshots-hub-title-bar,
.network-hub-title-bar {
  background: #a7d323;
  margin: -20px 0;
}

.network-hub-group h3 a:hover {
  color: #a7d323;
}

.network-hub-list-sites li h4 span {
  color: #a7d323;
}

.hub-alpha-nav ul li a:hover,
.contributor-alpha-nav ul li a:hover {
  color: #a7d323;
}

.contributor-header .contributor-info h3 a:hover {
  color: #a7d323;
}

.contributor-header .contributor-info h4 span {
  color: #a7d323;
}

.contributor-header .contributor-info .share-bar-desktop span {
  color: #a7d323;
}

.contributor-header .contributor-info .language-switch a.on span {
  border-bottom: 2px solid #a7d323;
}

.contributor-question h3 {
  color: #a7d323;
}

.contributor-question-form .contributor-form-btn {
  background: #a7d323;
  border: 1px solid #a7d323;
}

.contributor-articles .filter-by-topic .filter-by-topic-list li.on {
  border-bottom: 1px solid #a7d323;
}

.filter-by-year .filter-by-year-list li.on {
  border-bottom: 3px solid #a7d323;
}

.filter-by-year .filter-by-year-list li a:hover {
  color: #a7d323;
}

.contributor-articles-list li .icon {
  color: #a7d323;
}

.contributor-articles-list li .contributor-article-info h4 span {
  color: #a7d323;
}

.contributor-articles-list li .contributor-article-info h5 a:hover {
  color: #a7d323;
}

.contributor-alpha-list > ul > li .contributor-info h3 a:hover {
  color: #a7d323;
}

.contributor-alpha-list > ul > li .contributor-info > a span:hover {
  color: #a7d323;
}

.contributor-alpha-list > ul > li .contributor-info h4 span {
  color: #a7d323;
}

.contributor-alpha-list > ul > li .share-bar-desktop span {
  color: #a7d323;
}

.contributor-pagination ul li.on {
  border-bottom: 3px solid #a7d323;
}

.contributor-alpha-nav li.on {
  border-bottom: 3px solid #a7d323;
}

.content-from-year .year {
  color: #a7d323;
}

.micrositePromoPage-section h4 a:hover,
.micrositePromoPage-section h5 a:hover {
  color: #a7d323;
}

.trending-topics-items .trending-topics-item h4 .icon {
  color: #a7d323;
}

.custom-native-micrositePromo .custom-native-sections h4 .icon {
  color: #a7d323;
}

.custom-native-micrositePromo .custom-native-sections .custom-native-sections-links h5 .icon {
  color: #a7d323;
}

.unisites-micrositePromo .unisites-sections h4 .icon {
  color: #a7d323;
}

.unisites-micrositePromo .unisites-sections .unisites-sections-links h5 .icon {
  color: #a7d323;
}

.learn-more-items li h4 .icon {
  color: #a7d323;
}

#photostory .multimedia-sidebar .multimedia-sidebar-header span,
#video .multimedia-sidebar .multimedia-sidebar-header span,
#podcast .multimedia-sidebar .multimedia-sidebar-header span,
#cartoon .multimedia-sidebar .multimedia-sidebar-header span {
  color: #a7d323;
}

.multimedia-section h4 a:hover {
  color: #a7d323;
}

.photostory-detail-header .page-counter span.on {
  color: #a7d323;
}

.photostory-detail-header .page-counter a:hover {
  color: #a7d323;
}

.thumbelina-but {
  background-color: #a7d323;
}

.pageNotFound-section .pageNotFound-search .pageNotFound-search-btn {
  background: #a7d323;
  border: 1px solid #a7d323;
}

.pageNotFound-section .pageNotFound-list a {
  color: #a7d323;
}

.pageNotFound-section .pageNotFound-category-list li {
  color: #a7d323;
}

.pageNotFound-section .pageNotFound-category-list a {
  color: #a7d323;
}

.events-section h4 a:hover {
  color: #a7d323;
}

.archive-section .archive-list > li > ul > li a:hover {
  color: #a7d323;
}

.archive-list-links li a {
  color: #a7d323;
}

.infotype-header.archive-year-header .archive-link {
  color: #a7d323;
}

.dig-deeper-nav-item .icon {
  color: #a7d323;
}

.dig-deeper-nav-item.selected {
  color: #a7d323;
}

.dig-deeper-content-item h5 a:hover {
  color: #a7d323;
}

.dig-deeper-content-item .icon {
  color: #a7d323;
}

.ads-by-google.main-content li h3:hover {
  color: #a7d323;
}

.link-teal:hover, p a:hover, .indentfix li a:hover, .default-list li a:hover, li.indentfix a:hover, table .indentfix li.indentfix a:hover, table a:hover, .noindent li a:hover, li[type=disc] a:hover, footer li a:hover, .guide-bar-list .guide-bar-item a:hover, .share-bar-item-desktop a:hover, .main-article-subtitle a:hover, .answers-subtitle a:hover, .main-article-author-date a:hover, .main-article-author-contact a:hover, .quizQuestionContainer a:hover, .refinery-body a:hover, .unsubscribe-body a:hover, .publish-date a:hover,
.definition-section-footer a:hover, .most-popular .section-title a:hover, .guide-section .section-guide-type-item p a:hover, .search-results-header .search-results-type-menu a:hover, .search-result .search-result-head .search-result-head-author a:hover, .get-started .infotype-news-description a:hover, .trending-topics-items .trending-topics-item h3 a:hover, .learn-more-items li h3 a:hover, .ezine-previous-issues-list .ezine-from a:hover, .contributor-header .contributor-bio a:hover, .contributor-articles .filter-by-topic .filter-by-topic-list li a:hover, #bprAbstractOneReg .main-content #micrositeContainer .micrositeOneReg-section .share-bar-desktop a:hover, #bprAbstractOneReg .main-content #micrositeContainer .micrositeOneReg-section .stop-page p a:hover, .section.cascading-fulfillment-section .related-content li h4 a:hover, .photostory-about > ul li a:hover, .photostory-about > ol li a:hover,
.video-about > ul li a:hover,
.video-about > ol li a:hover,
.cartoon-about > ul li a:hover,
.cartoon-about > ol li a:hover, .ads-by-google.main-content li a.googleGreen:hover {
  color: #628712;
}

.teal-button:hover {
  background: #628712;
}

.nav-user-action:hover {
  color: #628712;
}

.actions-bar-item.selected {
  background: #628712;
}

.share-bar-item-mobile:hover {
  background-color: #628712;
}

.share-bar-item-mobile:hover .count {
  background-color: #628712;
}

.main-article-image:hover .main-article-image-enlarge {
  background-color: #628712;
}

.refinery-header h2 a:hover {
  color: #628712;
}

.refinery-header h3 {
  color: #628712;
}

@media (min-width: 640px) {
  .refinery-topics-wrapper h3 {
    color: #628712;
  }

  .refinery-topics-wrapper a:hover {
    color: #628712;
  }
}
.latest-wrapper .latest-nav-wrapper h2 .latest-title {
  color: #628712;
}

@media (min-width: 640px) {
  .latest-wrapper .latest-nav-wrapper h2 {
    border-top: 8px solid #628712;
  }
}
.latest-wrapper .latest-nav-wrapper .latest-nav-item {
  color: #628712;
}

.sign-up-wrapper.inline-reg .sign-up-form .sign-up-btn:hover,
.sign-up-wrapper.cascading-reg .sign-up-form .sign-up-btn:hover {
  background-color: #628712;
}

.comments-form .comments-form-btn:hover {
  background-color: #628712;
  border: 1px solid #628712;
}

#forgotPasswordModalFormSubmit:hover {
  background-color: #628712;
  border: 1px solid #628712;
}

.unsubscribe-header h2 a:hover {
  color: #628712;
}

#sdef .breadcrumbs ul li a:hover {
  color: #628712;
}

@media (min-width: 960px) {
  #sdef .ribbon-left:before {
    border-width: 0 0 15px 44px;
    border-style: solid;
    border-color: #628712 #f2f2f2;
  }
}
@media (min-width: 960px) {
  #sdef .ribbon-right:before {
    border-width: 0 44px 15px 0;
    border-style: solid;
    border-color: #628712 #f2f2f2;
  }
}
#sdef .definition-guide-subtitle span a:hover {
  color: #628712;
}

.main-article-guide-subtitle span a:hover {
  color: #628712;
}

.blog-team .blog-team-list li .contributor-info h4 a:hover {
  color: #628712;
}

.blog-team .blog-team-list li .contributor-info h4 a:hover span {
  color: #628712;
}

.expert-question-home .expert-question-form .expert-question-form-btn:hover {
  background: #628712;
}

.from-across-home .from-across-title-bar h2 {
  border-top: 10px solid #628712;
}

.from-across-home .from-across-title-bar h2 span {
  color: #628712;
}

.headshots-hub-list li .contributor-info h4 a:hover {
  color: #628712;
}

.headshots-hub-list li .contributor-info h4 a:hover span {
  color: #628712;
}

.headshots-hub-title-bar h2,
.network-hub-title-bar h2 {
  border-top: 10px solid #628712;
}

.network-hub-title-bar .entire-network {
  border-top: 10px solid #628712;
}

.network-hub-title-bar .entire-network a {
  background-color: #628712;
}

.network-hub-list-sites li h4 a:hover {
  color: #628712;
}

.network-hub-list-sites li h4 a:hover span {
  color: #628712;
}

.contributor-header .contributor-info h4 a:hover {
  color: #628712;
}

.contributor-header .contributor-info h4 a:hover span {
  color: #628712;
}

.contributor-header .contributor-info .share-bar-desktop span:hover {
  color: #628712;
}

.refinery-wrapper.contributor .refinery-latest-tweet p a:hover {
  color: #628712;
}

.refinery-wrapper.contributor .refinery-latest-tweet span {
  color: #628712;
}

.contributor-question-form .contributor-form-btn:hover {
  background-color: #628712;
  border: 1px solid #628712;
}

.contributor-articles-list li .contributor-article-info h4 a:hover {
  color: #628712;
}

.contributor-articles-list li .contributor-article-info h4 a:hover span {
  color: #628712;
}

.contributor-alpha-list > ul > li .contributor-info h4 a:hover {
  color: #628712;
}

.contributor-alpha-list > ul > li .contributor-info h4 a:hover span {
  color: #628712;
}

.contributor-alpha-list > ul > li .share-bar-desktop span:hover {
  color: #628712;
}

.video-transcript-content .speaker {
  color: #628712;
}

.pageNotFound-section .pageNotFound-list a:hover {
  color: #628712;
}

.pageNotFound-section .pageNotFound-category-list a:hover {
  color: #628712;
}

.archive-list-links li a:hover {
  color: #628712;
}

.infotype-header.archive-year-header .archive-link:hover {
  color: #628712;
}

.latest-wrapper .latest-nav-mask.before-mask {
  background: url("https://cdn.ttgtmedia.com/rms/ux/responsive/img/iot_latest_mask_before.png") repeat-y 0 0;
}

.latest-wrapper .latest-nav-mask.after-mask {
  background: url("https://cdn.ttgtmedia.com/rms/ux/responsive/img/iot_latest_mask_after.png") repeat-y 0 0;
}

/* ==========================================================================
   HEADER OVERRIDES
   ========================================================================== */
.header {
  border-top: 1px solid #858585;
}

@media (min-width: 960px) {
  .header {
    border: 0;
  }
}
.header-logo {
  background: #333;
}

@media (min-width: 960px) {
  .header-logo {
    background: #333333 url(https://cdn.ttgtmedia.com/rms/ux/responsive/img/iot_nav_border.png) no-repeat right 18px;
  }
}
.header-logo-mobile {
  top: 8px;
}

.header-logo-mobile img {
  height: 45px;
}

@media (min-width: 960px) {
  .header-search-toggle > .icon {
    color: #628712;
  }
}
.nav-links {
  z-index: 1;
  font-size: 11px;
  margin: 5px 0 0;
  padding: 15px 20px;
  border-top: 1px solid #e3e3e3;
}

@media (min-width: 640px) {
  .nav-links {
    height: 50px;
    margin: 0;
    padding: 0 20px;
  }
}
@media (min-width: 960px) {
  .nav-links {
    position: absolute;
    top: 0;
    left: 15px;
    padding-left: 0;
    border-top: 0;
    background-color: #fff;
    z-index: 10;
  }
}
.nav-links ul {
  clear: both;
  overflow: hidden;
}

.nav-links li {
  float: left;
  line-height: 30px;
}

@media (min-width: 640px) {
  .nav-links li {
    line-height: 50px;
    padding: 0;
  }
}
.nav-links li:last-child a {
  border: 0;
}

.nav-links li:nth-child(3) {
  float: left;
}

.nav-links li a {
  border-right: 1px solid #e3e3e3;
  text-transform: uppercase;
  padding-right: 5px;
  margin-right: 5px;
  color: #a7d323;
}

.nav-links li a:hover {
  color: #628712;
}

.nav-user {
  font-size: 11px;
}

@media (min-width: 960px) {
  .nav-user {
    right: 273px;
    z-index: 9;
  }
}
.nav-user .nav-user-action.logout {
  color: #a7d323;
}

.nav-user .nav-user-action.logout:hover {
  color: #628712;
}

.nav-user a:first-child .nav-user-action {
  border-right: 1px solid #e3e3e3;
  padding-right: 10px;
  margin-right: -5px;
}

.nav-rss {
  display: none;
}

@media (min-width: 960px) {
  .nav-rss {
    display: block;
    background: white url(https://cdn.ttgtmedia.com/rms/ux/responsive/img/iconRSS.png) no-repeat 15px center;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 206px;
    height: 50px;
    line-height: 50px;
    font-size: 11px;
    border-left: 1px solid #e3e3e3;
  }
}
.nav-rss .nav-user-action {
  padding-left: 30px;
}

.nav-rss .nav-user-action {
  color: #58595b;
}

.nav-rss .nav-user-action:hover {
  color: #f79520;
}

.nav-social-item a:hover {
  color: #628712;
}

.nav-list-item-header {
  color: #628712;
}

.nav-list-item-header:hover .icon {
  color: #a7d323;
}

.nav-list-item-header .icon {
  color: #628712;
}

.nav-list-item-logo {
  display: none;
}

@media (min-width: 960px) {
  .nav-list-item-logo {
    display: block;
    width: 240px;
  }
}
@media (min-width: 960px) {
  .nav-list-item-logo .header-logo-desktop {
    width: 193px;
    height: 55px;
    top: 16px;
  }
}
.nav-list-item-logo .nav-list-item-header {
  background-color: #333;
}

.nav-toggle,
.header-search-toggle {
  background-color: #333;
  border-color: #858585;
}

.nav-toggle.selected,
.header-search-toggle.selected {
  background-color: #000;
}

@media (min-width: 960px) {
  .header-search-toggle {
    background: transparent;
  }
}
/* HEADER FIXED */
@media (min-width: 960px) {
  .header-desktop-fixed .nav-links,
  .header-desktop-fixed .nav-rss {
    display: none;
  }

  .header-desktop-fixed .header .header-logo {
    background: #333333 url(https://cdn.ttgtmedia.com/rms/ux/responsive/img/nav_border_small_grey.png) no-repeat right 8px;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .header-desktop-fixed .nav-list-item.nav-list-item-logo {
    border-right: 1px solid #e3e3e3;
  }
}
@media (min-width: 960px) {
  .header-desktop-fixed .nav-list-item.nav-list-item-logo .header-logo-small {
    width: 117px;
  }
}
#home .content-columns .content-center {
  margin-top: -194px;
}

@media (min-width: 640px) {
  #home .content-columns .content-center {
    margin-top: -244px;
  }
}
@media (min-width: 960px) {
  #home .content-columns .content-center {
    margin-top: -234px;
  }
}
@media (min-width: 1280px) {
  #home .content-columns .content-center {
    margin-top: -344px;
  }
}
/* ==========================================================================
   E-PRODUCTS COLORS OVERRIDES
   ========================================================================== */
#magNav .header-gradient,
#ezineDetail .header-gradient,
#ezineDetailLogin .header-gradient,
#ebookChapter .header-gradient,
#ebookChapterLogin .header-gradient,
#ebookDetail .header-gradient,
#ebookDetailLogin .header-gradient,
#eproductsNav .header-gradient {
  background: #e3e3e3;
}

.ezine-all-issues .ezine-all-issues-lists li a {
  color: #628712;
}

.ezine-all-issues .ezine-all-issues-lists li a:hover,
.ezine-previous-issues-list h4 a:hover,
.issue-features-section h4 a:hover,
.issue-news-section h4 a:hover,
.issue-columns-section h4 a:hover,
.ebook-chapters-available li h3 a:hover,
.eproducts-featured-lp-list h4 a:hover,
.eproducts-lp-topics-list h4 a:hover,
.ezine-pro-plus-list h3 a:hover,
.ebook-all-issues-list-1 h3,
.ebook-all-issues-list-2 h3,
.ebook-all-issues-list-3 h3,
.ebook-all-issues-list-links li h4 .icon,
.ebook-all-issues-list-links li h4 a:hover {
  color: #a7d323;
}

.eproducts-title span:nth-of-type(1),
.eproducts-lp-featured .eproducts-title-bar h2 span,
.eproducts-lp-topics .eproducts-title-bar h2 span,
.ezine-pro-plus .eproducts-title-bar h2 span,
.ezine-pro-plus .eproducts-title-bar a,
.ezine-more-downloads .eproducts-title-bar h2 span,
.ezine-more-downloads .eproducts-title-bar a,
.eproducts-download,
.issue-features-section .issue-author a,
.issue-news-section .issue-author a,
.issue-columns-section .issue-author a,
.latest-issue-more a,
.eproducts-registration .privacy-policy a,
.ezine-article-tagline a,
.ebook-about-author a,
.ebook-summary .ebook-chapters-available .eproducts-download,
.ebook-summary .ebook-chapters-available .eproducts-download .icon,
.ebook-chapters-available li > .icon,
.chapter-included p a {
  color: #ed1c24;
}

.eproducts-download:hover,
.ezine-pro-plus .eproducts-title-bar a:hover,
.ezine-more-downloads .eproducts-title-bar a:hover,
.issue-features-section .issue-author a:hover,
.issue-news-section .issue-author a:hover,
.issue-columns-section .issue-author a:hover,
.latest-issue-more a:hover,
.eproducts-registration .privacy-policy a:hover,
.ezine-article-tagline a:hover,
.ebook-about-author a:hover,
.ebook-summary .ebook-chapters-available .eproducts-download:hover,
.ebook-summary .ebook-chapters-available .eproducts-download:hover .icon,
.chapter-included p a:hover {
  color: #96040f;
}

.eproducts-subtitle {
  color: #666666;
}

.issue-detail .eproducts-download,
.eproducts-registration .eproducts-login,
.ebook-all-issues .teal-button {
  background-color: #ed1c24;
  color: #fff;
}

.issue-detail .eproducts-download:hover,
.issue-detail .latest-issue-summary .eproducts-download:hover,
.eproducts-registration .eproducts-login:hover,
.issue-detail .eproducts-registration-form .eproducts-download:hover,
.ebook-all-issues .teal-button:hover {
  background-color: #96040f;
}

.ebook-summary .ebook-chapters-available .eproducts-download:hover {
  background: none;
}

/* ==========================================================================
   FOOTER OVERRIDES
   ========================================================================== */
.latest-wrapper .latest-nav-wrapper .latest-nav li {
  background: #a7d323 url("https://cdn.ttgtmedia.com/rms/ux/responsive/img/iot_latest_nav_rule.gif") repeat-x 0 0;
}

footer .content-left .column-logo {
  background: url(https://cdn.ttgtmedia.com/rms/ux/responsive/img/cw_footer_logo.png) 20px top no-repeat;
}

footer li a {
  color: #628712;
}

footer li a:hover {
  color: #a7d323;
}

/* ==========================================================================
   MISC OVERRIDES
   ========================================================================== */
.main-guide-hero-header {
  background: url(https://cdn.ttgtmedia.com/rms/ux/responsive/img/temp/iot_article_gradient_desktop.jpg) no-repeat 0 0;
}

/* ==========================================================================
   BLOG OVERRIDES
   ========================================================================== */
#blog-post .guest .main-article-author-byline a {
  color: #a7d323;
}

#blog-post .main-article-author-byline a {
  color: #323232;
}

#blog-post .main-article-author-byline a:hover {
  color: #a7d323;
}

#blog-post .guest-banner,
#blog .guest-banner {
  background-color: #a7d323;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  padding: 1px 0 1px 15px;
  width: 160px;
  display: block;
  margin-bottom: 15px;
  border-radius: 2px;
  position: relative;
}

@media (min-width: 1280px) {
  #blog-post .guest-banner,
  #blog .guest-banner {
    width: 185px;
  }
}
#blog-post .guest-banner:after,
#blog .guest-banner:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 15px;
  border-width: 7px 5px 0 5px;
  border-style: solid;
  border-color: #a7d323 #fff;
}

#blog-post .main-article-author.guest .image-resize {
  border: 2px solid #a7d323;
  margin-right: 11px;
}

#blog-post .main-guide-hero-header.sponsored,
#blog .main-guide-hero-header.sponsored {
  background: url(https://cdn.ttgtmedia.com/rms/ux/responsive/img/temp/iot_article_gradient_desktop_gray.jpg) no-repeat 0 0;
}

#blog-post .main-guide-hero-header.sponsored .main-guide-hero-header-left,
#blog .main-guide-hero-header.sponsored .main-guide-hero-header-left {
  position: relative;
}

@media (min-width: 960px) {
  #blog-post .main-guide-hero-header.sponsored .main-guide-hero-header-left h3,
  #blog .main-guide-hero-header.sponsored .main-guide-hero-header-left h3 {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  #blog-post .main-guide-hero-header.sponsored .main-guide-hero-header-left h3,
  #blog .main-guide-hero-header.sponsored .main-guide-hero-header-left h3 {
    font-size: 24px;
  }
}
#blog-post .main-guide-hero-header.sponsored .main-guide-hero-header-left .icon,
#blog .main-guide-hero-header.sponsored .main-guide-hero-header-left .icon {
  top: 0;
}

@media (min-width: 960px) {
  #blog-post .main-guide-hero-header.sponsored .main-guide-hero-header-left .icon,
  #blog .main-guide-hero-header.sponsored .main-guide-hero-header-left .icon {
    top: -6px;
  }
}
@media (min-width: 1280px) {
  #blog-post .main-guide-hero-header.sponsored .main-guide-hero-header-left .icon,
  #blog .main-guide-hero-header.sponsored .main-guide-hero-header-left .icon {
    top: -10px;
  }
}
#blog-post .main-guide-hero-header-right,
#blog .main-guide-hero-header-right {
  display: none;
  padding-bottom: 15px;
  text-align: center;
  background-color: #f2f2f2;
}

@media (min-width: 960px) {
  #blog-post .main-guide-hero-header-right,
  #blog .main-guide-hero-header-right {
    display: block;
    background-color: transparent;
    float: right;
    margin-top: 20px;
    padding-bottom: 0;
    text-align: left;
  }
}
#blog-post .main-guide-hero-header-right span,
#blog .main-guide-hero-header-right span {
  margin-top: 8px;
  display: inline-block;
  font-size: 11px;
  border-right: 1px solid #666666;
  margin-right: 20px;
  padding-top: 2px;
  padding-right: 20px;
  height: 18px;
}

@media (min-width: 960px) {
  #blog-post .main-guide-hero-header-right span,
  #blog .main-guide-hero-header-right span {
    float: left;
  }
}
@media (min-width: 1280px) {
  #blog-post .main-guide-hero-header-right span,
  #blog .main-guide-hero-header-right span {
    margin-top: 10px;
    padding-top: 5px;
  }
}
#blog-post .main-guide-hero-header-right img,
#blog .main-guide-hero-header-right img {
  vertical-align: middle;
}

@media (min-width: 960px) {
  #blog-post .main-guide-hero-header-right img,
  #blog .main-guide-hero-header-right img {
    max-width: 150px;
    max-height: 50px;
  }
}
@media (min-width: 1280px) {
  #blog-post .main-guide-hero-header-right img,
  #blog .main-guide-hero-header-right img {
    max-width: 200px;
  }
}
#blog .sponsored .main-guide-hero-header-right {
  display: block;
  background-color: transparent;
  margin-top: 8px;
  padding: 0;
}

@media (min-width: 640px) {
  #blog .sponsored .main-guide-hero-header-right {
    margin-top: 18px;
  }
}
@media (min-width: 960px) {
  #blog .sponsored .main-guide-hero-header-right {
    margin-top: 20px;
    padding: 0 40px 0 20px;
  }
}
#blog .main-article-header {
  min-height: 25px;
}

@media (min-width: 1280px) {
  #blog .main-article-header.sponsored,
  #blog .main-article-header.combo {
    min-height: 240px;
  }
}
.news-archive-item ul li.selected {
  color: #a7d323;
}

.news-archive-item ul li a:hover {
  color: #666666;
}

.paginationNavigation .pagePrevious a {
  background: url(https://cdn.ttgtmedia.com/rms/ux/responsive/img/iot_paginationPrevOn.png) no-repeat 0 0;
}

.paginationNavigation .pageNext a {
  background: url(https://cdn.ttgtmedia.com/rms/ux/responsive/img/iot_paginationNextOn.png) no-repeat 0 0;
}

#blog .infotype-news-item > span, #blog .infotype-news-item > a {
  font-size: 11px;
}

#blog .infotype-news-item .author {
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

#blog .infotype-news-item .title {
  color: #c6c2bf;
}

#blog .infotype-news-item .date {
  display: block;
}

@media (min-width: 640px) {
  #blog .infotype-news-item .date {
    display: inline-block;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #323232;
    color: #323232;
  }
}
#blog .infotype-news-item .image-resize {
  display: none;
}

@media (min-width: 960px) {
  #blog .infotype-news-item .image-resize {
    border-radius: 30px;
    display: block;
    float: left;
    height: 60px;
    margin: 0 15px 0 0;
    overflow: hidden;
    padding: 0;
    width: 60px;
  }
}
#blog .infotype-news-item .image-resize img {
  display: none;
}

@media (min-width: 960px) {
  #blog .infotype-news-item .image-resize img {
    display: block;
    height: 77px;
    width: 60px;
  }
}
@media (min-width: 960px) {
  #blog .infotype-news-item .infotype-news-description {
    margin-left: 75px;
  }
}
#blog .infotype-news-item.guest-contributor .image-resize {
  border: 2px solid #a7d323;
}

#blog .infotype-news-item.guest-contributor .guest-banner {
  margin-top: 15px;
  display: block;
  margin-bottom: 10px;
  width: 140px;
  margin-right: 10px;
}

@media (min-width: 640px) {
  #blog .infotype-news-item.guest-contributor .guest-banner {
    margin-top: 0;
    display: inline-block;
  }
}
#blog .infotype-news-item.guest-contributor .guest-banner:after {
  top: -7px;
  border-width: 0px 5px 7px 5px;
}

#blog .infotype-news-item.guest-contributor .author {
  color: #a7d323;
}

#blog .infotype-news-item.guest-contributor .author:hover {
  color: #628712;
}

#blog .section.news.infotype-section.blog-listing-section.sponsored .author {
  color: #a7d323;
}

#blog .section.news.infotype-section.blog-listing-section.sponsored .author:hover {
  color: #628712;
}

#blog .infotype-section.sponsored .infotype-news-item .infotype-news-title {
  margin-left: 0;
}

@media (min-width: 960px) {
  #blog .main-article-header .blog-subtitle {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  #blog .main-article-header .blog-subtitle {
    width: 700px;
  }
}
@media (min-width: 960px) {
  #blog .main-content .content-left {
    padding-top: 30px;
  }
}
@media (min-width: 960px) {
  #blog section.infotype-section.blog-listing-section {
    margin-top: 30px;
  }
}
/* ==========================================================================
   HOMEPAGE CONTRIBUTORS
   ========================================================================== */
.featured-contributors {
  background-color: #fff;
}

.featured-contributors ul {
  list-style: none;
  padding-bottom: 20px;
}

.featured-contributors ul li {
  padding: 20px 20px 0;
  clear: both;
  overflow: hidden;
  margin: 20px 0;
}

.featured-contributors ul li:hover {
  cursor: auto;
}

@media (min-width: 640px) {
  .featured-contributors ul li {
    padding: 20px 0 0 0;
  }
}
@media (min-width: 640px) {
  .featured-contributors ul li:first-child {
    padding-top: 0;
  }
}
.featured-contributors ul li.guest .image-resize {
  border: 2px solid #a7d323;
}

.featured-contributors ul li.guest .guest-banner {
  background-color: #a7d323;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  padding: 2px 0 2px 15px;
  width: 140px;
  border-radius: 2px;
  display: inline-block;
  margin: 5px 0 0 0;
}

.featured-contributors ul li.guest h4 {
  margin-left: 79px;
}

.featured-contributors ul li .image-resize {
  border-radius: 30px;
  display: block;
  float: left;
  height: 60px;
  margin: 0 15px 0 0;
  overflow: hidden;
  padding: 0;
  width: 60px;
}

.featured-contributors ul li .image-resize img {
  display: block;
  height: 77px;
  width: 60px;
}

.featured-contributors ul li a.author {
  color: #008bc1;
  display: block;
}

.featured-contributors ul li a.author:hover {
  color: #005272;
}

.featured-contributors ul li a.author span.author {
  color: #008bc1;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.featured-contributors ul li a.author span.author:hover {
  color: #005272;
}

.featured-contributors ul li span.author {
  display: block;
  font-size: 13px;
  color: #323232;
}

.featured-contributors ul li span.title {
  display: block;
  color: #a6a6a6;
  font-size: 12px;
}

.featured-contributors ul li p {
  color: #323232;
  font-size: 15px;
  line-height: 20px;
  margin: 15px 0 0 75px;
}

.featured-contributors ul li p a {
  color: #323232;
}

.featured-contributors ul li p a:hover {
  color: #a7d323;
}

.featured-contributors ul li span.sponsored {
  color: #a6a6a6;
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
}

.featured-contributors ul li h4 {
  font-size: 15px;
  margin: 10px 0 0 75px;
}

@media (min-width: 960px) {
  .trending-topics-sidebar {
    float: right;
  }
}
@media (min-width: 960px) {
  .trending-topics-items-wrapper {
    float: left;
  }
}
.homepage-topics-iot {
  background: url(https://cdn.ttgtmedia.com/rms/ux/responsive/img/border_diagonal.png) repeat 0 0;
  margin: 30px -20px 0;
  padding: 10px 0;
}

@media (min-width: 640px) {
  .homepage-topics-iot {
    margin: 30px 0 0 0;
  }
}
@media (min-width: 960px) {
  .homepage-topics-iot {
    background: url(https://cdn.ttgtmedia.com/rms/ux/responsive/img/border_diagonal.png) repeat-x 0 top;
    width: 300px;
    margin-right: -30px;
    clear: both;
  }
}
@media (min-width: 1280px) {
  .homepage-topics-iot {
    width: 310px;
    margin-left: -20px;
  }
}
.homepage-topics-iot h3 {
  color: #008bc1;
  font-size: 18px;
  margin: 0 0 15px 0;
  padding: 15px 20px 0;
}

@media (min-width: 640px) {
  .homepage-topics-iot h3 {
    background: url(https://cdn.ttgtmedia.com/rms/ux/responsive/img/border_diagonal.png) repeat-x 0 bottom;
    font-size: 24px;
    padding: 15px 0 25px;
    margin-bottom: 0;
  }
}
.homepage-topics-iot ul {
  list-style-type: none;
}

.homepage-topics-iot ul li {
  border-top: 1px solid #e3e3e3;
  font-size: 15px;
}

@media (min-width: 640px) {
  .homepage-topics-iot ul li {
    font-size: 13px;
  }

  .homepage-topics-iot ul li:first-child {
    border-top: none;
  }
}
.homepage-topics-iot ul li:hover {
  cursor: pointer;
}

.homepage-topics-iot ul li h5 {
  font-size: 15px;
  margin: 0;
  padding: 15px 30px 15px 20px;
  position: relative;
}

@media (min-width: 640px) {
  .homepage-topics-iot ul li h5 {
    font-size: 13px;
    padding: 15px 30px 15px 0;
  }
}
.homepage-topics-iot ul li h5 .subtopics-number {
  color: #008bc1;
}

.homepage-topics-iot ul li h5 .toggle-marker {
  position: absolute;
  right: 10px;
  top: 35%;
}

.homepage-topics-iot .homepage-topics-subtopics {
  display: none;
}

.homepage-topics-iot .homepage-topics-subtopics.open {
  display: block;
}

.homepage-topics-iot .homepage-topics-subtopics.open > ul > li {
  padding: 15px 30px;
}

@media (min-width: 640px) {
  .homepage-topics-iot .homepage-topics-subtopics.open > ul > li {
    padding: 15px;
  }
}
@media (min-width: 640px) {
  .homepage-topics-iot .homepage-topics-subtopics.open > ul > li:first-child {
    padding-top: 0;
  }
}
.podcastdownload-new .mejs-container .mejs-controls .mejs-button.mejs-play,
.podcastdownload-new .mejs-container .mejs-controls .mejs-button.mejs-pause,
.podcastdownload-new .mejs-container .mejs-controls .mejs-button.mejs-mute,
.podcastdownload-new .mejs-container .mejs-controls .mejs-button.mejs-unmute,
.podcastdownload-new .podcast-download-btn,
.podcastdownload-new .podcast-share-icons .beacon,
.podcastdownload-new .podcast-share-icons .rss {
  background-image: url(https://cdn.ttgtmedia.com/rms/ux/responsive/img/mejs_sprite_iot.png);
}

#nativeHeader {
  background: white;
  color: black;
  box-shadow: 0 7px 40px -15px black;
  -moz-box-shadow: 0 7px 40px -15px black;
  -webkit-box-shadow: 0 7px 40px -15px black;
  height: 60px;
  left: 0;
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 3;
}

#nativeLogo {
  float: left;
  margin: 10px 0 0 10px;
}

#nativeSponsorContent {
  background: white;
  color: black;
  box-shadow: 0 15px 22px -8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 15px 22px -8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 22px -8px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  margin-left: -179px;
  max-width: 300px;
  padding: 5px 10px;
  position: absolute;
  top: 60px;
}
#nativeSponsorContent .nativeSponsorTagline {
  display: inline-block;
  font-size: 12px;
}
#nativeSponsorContent .nativeSponsorTagline i {
  font-size: 14px;
}
#nativeSponsorContent .nativeSponsorTagline span {
  font-family: 'NeueHaasGroteskText W01', Helvetica, Arial, sans-serif;
}
#nativeSponsorContent .nativeSponsorTagline .icon-info:before {
  margin-left: 10px;
  position: relative;
  top: 1px;
}
#nativeSponsorContent .nativeSponsorTagline.show {
  display: none;
}
#nativeSponsorContent .nativeSponsorInfoPanel {
  display: none;
  margin-top: 5px;
  padding-bottom: 10px;
}
#nativeSponsorContent .nativeSponsorInfoPanel.show {
  display: block;
}
#nativeSponsorContent .nativeSponsorInfoPanel.show p {
  font-size: 10px;
}
#nativeSponsorContent .nativeSponsorInfoPanel .icon-closeButton:before {
  margin-left: 10px;
  position: relative;
}

#nativeMenus nav#nativeNavigation {
  position: relative;
  z-index: 2;
}
#nativeMenus nav#nativeNavigation ul {
  background: #f7f7f7;
  display: none;
  position: relative;
  top: 8px;
  width: 100%;
}
#nativeMenus nav#nativeNavigation ul li {
  border-bottom: 1px solid #ccc;
}
#nativeMenus nav#nativeNavigation ul li:last-of-type {
  border-bottom: none;
}
#nativeMenus nav#nativeNavigation ul li a.active {
  color: #a7d323;
}
#nativeMenus nav#nativeNavigation ul li > ul {
  display: none;
  background: #fff;
}
#nativeMenus nav#nativeNavigation ul li i {
  display: none;
}
#nativeMenus nav#nativeNavigation ul li a {
  color: #4d4d4d;
  display: block;
  font-family: 'NeueHaasGroteskText W01', Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 15px 20px;
}
#nativeMenus nav#nativeNavigation ul li a:hover {
  color: #a7d323;
}
#nativeMenus nav#nativeNavigation.open #nativeCollapsedNavigationText {
  color: #a7d323;
}
#nativeMenus nav#nativeNavigation.open > ul {
  -webkit-box-shadow: inset 0px 10px 6px -9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 10px 6px -9px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 10px 6px -9px rgba(0, 0, 0, 0.5);
  display: inline-block;
}
#nativeMenus nav#nativeNavigation.open + #nativeSocialShare {
  display: block;
  text-align: center;
}
#nativeMenus nav#nativeNavigation.open + #nativeSocialShare ul {
  display: inline-block;
  height: auto;
  overflow: hidden;
  width: auto;
}
#nativeMenus nav#nativeNavigation > #nativeCollapsedNavigationText:before {
  content: "Menu";
}

#nativeCollapsedNavigationText {
  color: #4d4d4d;
  cursor: pointer;
  float: right;
  font-family: 'NeueHaasGroteskText W01', Helvetica, Arial, sans-serif;
  font-size: 15px;
  position: relative;
  right: 20px;
  top: 20px;
}
#nativeCollapsedNavigationText:hover {
  color: #a7d323;
}
#nativeCollapsedNavigationText i.icon-play {
  color: #a7d323;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}

#nativeSocialShare {
  background: #f7f7f7;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
  display: none;
  height: auto;
  overflow: hidden;
  padding: 15px 20px;
  position: relative;
  top: 8px;
}
#nativeSocialShare > i {
  display: none;
}
#nativeSocialShare ul li {
  border-bottom: 0;
}
#nativeSocialShare ul li a {
  background: #999;
  color: #fff;
  display: block;
  height: 30px;
  padding: 2px;
  width: 30px;
}
#nativeSocialShare ul li a:hover {
  background: #a7d323;
  color: #fff;
}

.share-bar-item {
  float: left;
  padding: 0 12px;
}

@media (min-width: 690px) {
  #nativeLogo {
    margin-left: 0;
  }
}
@media (min-width: 640px) {
  #nativeHeaderCompress {
    margin: 0 auto;
    width: 640px;
  }

  #nativeSponsorContent {
    margin-left: -179px;
  }

  #nativeMenus {
    padding-left: 20px;
    position: relative;
  }
  #nativeMenus nav#nativeNavigation {
    display: block;
    float: left;
    width: inherit;
    margin-left: 20px;
  }
  #nativeMenus nav#nativeNavigation ul {
    left: -21px;
    top: 42px;
    background: #f7f7f7;
  }
  #nativeMenus nav#nativeNavigation ul li {
    position: relative;
  }
  #nativeMenus nav#nativeNavigation ul li > ul li:nth-of-type(4) a {
    color: #a0a0a0;
  }
  #nativeMenus nav#nativeNavigation ul li > ul li:nth-of-type(4) a:after {
    font-family: 'icomoon';
    speak: none;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    bottom: 12px;
    margin-left: 4px;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e600';
    color: #a7d323;
  }
  #nativeMenus nav#nativeNavigation ul li > ul li a {
    font-size: 13px;
    line-height: 15px;
    padding: 20px;
  }
  #nativeMenus nav#nativeNavigation ul li > ul li a i {
    display: inline;
    top: 12px;
    right: auto;
    margin-left: 10px;
    font-size: 30px;
    position: absolute;
    color: #a7d323;
  }
  #nativeMenus nav#nativeNavigation ul li a {
    padding: 15px 30px 15px 20px;
    position: relative;
  }
  #nativeMenus nav#nativeNavigation ul li a i {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 15px;
  }
  #nativeMenus nav#nativeNavigation ul li > ul.maintainHover {
    background: #fff;
    display: block !important;
    left: 220px;
    top: 0;
    position: absolute;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  #nativeMenus nav#nativeNavigation.open > ul {
    box-shadow: inset 0px 10px 6px -9px rgba(0, 0, 0, 0.5), 0 15px 22px -8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 10px 6px -9px rgba(0, 0, 0, 0.5), 0 15px 22px -8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0px 10px 6px -9px rgba(0, 0, 0, 0.5), 0 15px 22px -8px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 60px;
    width: 220px;
  }
  #nativeMenus nav#nativeNavigation.open > ul li:hover > ul {
    display: block;
  }
  #nativeMenus nav#nativeNavigation.open > ul li > ul {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.5), 0 0 20px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.5), 0 0 20px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.5), 0 0 20px -5px rgba(0, 0, 0, 0.5);
  }
  #nativeMenus nav#nativeNavigation.open > ul ul {
    position: absolute;
    top: 0;
    left: 220px;
  }
  #nativeMenus nav#nativeNavigation.open + #nativeSocialShare ul {
    display: none;
  }
  #nativeMenus nav#nativeNavigation > #nativeCollapsedNavigationText {
    display: block;
    right: inherit;
    top: 20px;
  }
  #nativeMenus nav#nativeNavigation > #nativeCollapsedNavigationText:before {
    content: "Browse Topics";
  }

  #nativeSocialShare {
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    cursor: pointer;
    display: block;
    float: right;
    overflow: visible;
    padding: 0;
    top: 15px;
  }
  #nativeSocialShare .share-bar li {
    clear: left;
    margin-bottom: 20px;
  }
  #nativeSocialShare .share-bar li:last-child {
    margin: 0;
  }
  #nativeSocialShare > i {
    color: #a7d323;
    display: inline-block;
    float: right;
    font-size: 26px;
    margin-right: 15px;
  }
  #nativeSocialShare > i:hover {
    color: #4d4d4d;
  }
  #nativeSocialShare.open > i {
    color: #4d4d4d;
  }
  #nativeSocialShare.open .share-bar {
    display: block;
    float: right;
    margin-top: 0;
    padding: 20px 10px;
    right: 0;
  }

  .share-bar {
    background: #f7f7f7;
    box-shadow: inset 0px 10px 6px -9px rgba(0, 0, 0, 0.5), 0 15px 22px -8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 10px 6px -9px rgba(0, 0, 0, 0.5), 0 15px 22px -8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0px 10px 6px -9px rgba(0, 0, 0, 0.5), 0 15px 22px -8px rgba(0, 0, 0, 0.5);
    display: none;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 45px;
    width: auto;
  }
  .share-bar.open {
    display: block;
    z-index: 1;
  }
}
@media (min-width: 960px) {
  #nativeHeader {
    position: relative;
    top: 0;
  }

  body.header-desktop-fixed #nativeHeader {
    position: fixed;
    top: 57px;
  }

  #nativeHeaderCompress {
    height: auto;
    margin: 0 auto;
    width: 880px;
  }
  #nativeHeaderCompress #nativeMenus {
    float: none;
    margin: 0;
  }
  #nativeHeaderCompress #nativeMenus.collapsedMenu nav#nativeNavigation ul > li > ul {
    margin-top: 0;
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.5), 0 0 20px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.5), 0 0 20px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.5), 0 0 20px -5px rgba(0, 0, 0, 0.5);
  }
  #nativeHeaderCompress #nativeMenus.collapsedMenu nav#nativeNavigation ul > li > ul li a i {
    top: 6px;
  }
  #nativeHeaderCompress #nativeMenus nav#nativeNavigation {
    margin: 0;
    height: 60px;
    visibility: hidden;
  }
  #nativeHeaderCompress #nativeMenus nav#nativeNavigation #nativeCollapsedNavigationText {
    display: none;
  }
  #nativeHeaderCompress #nativeMenus nav#nativeNavigation > ul {
    display: inline-block;
    background: none;
    height: 60px;
    padding: 0;
    left: 0;
    right: inherit;
    top: inherit;
    width: auto;
  }
  #nativeHeaderCompress #nativeMenus nav#nativeNavigation > ul li {
    border: 0;
    display: inline;
    float: left;
  }
  #nativeHeaderCompress #nativeMenus nav#nativeNavigation > ul li:hover > ul {
    display: block;
    position: absolute;
    left: 0;
  }
  #nativeHeaderCompress #nativeMenus nav#nativeNavigation > ul li:hover ul > li {
    clear: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  #nativeHeaderCompress #nativeMenus nav#nativeNavigation > ul li:hover ul > li a {
    border: none;
    display: block;
  }
  #nativeHeaderCompress #nativeMenus nav#nativeNavigation > ul li > ul {
    margin-top: 18px;
    width: 300px;
    box-shadow: inset 0px 10px 6px -9px rgba(0, 0, 0, 0.5), 0 2px 20px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 10px 6px -9px rgba(0, 0, 0, 0.5), 0 2px 20px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0px 10px 6px -9px rgba(0, 0, 0, 0.5), 0 2px 20px -5px rgba(0, 0, 0, 0.5);
    background: #f7f7f7;
  }
  #nativeHeaderCompress #nativeMenus nav#nativeNavigation > ul li > ul li a {
    font-size: 13px;
    line-height: 15px;
    padding: 20px;
  }
  #nativeHeaderCompress #nativeMenus nav#nativeNavigation > ul li > ul li a i {
    display: inline;
    top: 12px;
    right: auto;
    margin-left: 10px;
    font-size: 30px;
    position: absolute;
    color: #a7d323;
  }
  #nativeHeaderCompress #nativeMenus nav#nativeNavigation > ul li:last-child a {
    border: none;
  }
  #nativeHeaderCompress #nativeMenus nav#nativeNavigation > ul li a {
    background: none;
    border-right: 1px solid #ccc;
    display: inline;
    line-height: 60px;
    padding: 7px 20px;
  }
  #nativeHeaderCompress #nativeMenus nav#nativeNavigation > ul li a i {
    display: none;
  }
  #nativeHeaderCompress #nativeMenus.collapsedMenu nav#nativeNavigation {
    float: left;
    margin-left: 20px;
    visibility: visible;
    width: auto;
  }
  #nativeHeaderCompress #nativeMenus.collapsedMenu nav#nativeNavigation #nativeCollapsedNavigationText {
    display: block;
  }
  #nativeHeaderCompress #nativeMenus.collapsedMenu nav#nativeNavigation.open > ul {
    display: inline-block;
    visibility: visible;
  }
  #nativeHeaderCompress #nativeMenus.collapsedMenu nav#nativeNavigation.open > ul ul {
    position: absolute;
    top: 0;
    left: 340px;
  }
  #nativeHeaderCompress #nativeMenus.collapsedMenu nav#nativeNavigation > ul {
    visibility: hidden;
  }
  #nativeHeaderCompress #nativeMenus.collapsedMenu nav#nativeNavigation ul {
    background: #f7f7f7;
    height: auto;
    padding: 0;
    position: absolute;
    right: -61px;
    top: 60px;
    width: 340px;
  }
  #nativeHeaderCompress #nativeMenus.collapsedMenu nav#nativeNavigation ul li {
    border-bottom: 1px solid #ccc;
    display: block;
    float: none;
  }
  #nativeHeaderCompress #nativeMenus.collapsedMenu nav#nativeNavigation ul li > ul {
    background: #fff;
  }
  #nativeHeaderCompress #nativeMenus.collapsedMenu nav#nativeNavigation ul li:hover > ul {
    left: 340px;
    top: 0;
    visibility: visible;
  }
  #nativeHeaderCompress #nativeMenus.collapsedMenu nav#nativeNavigation ul li a {
    border: 0;
    display: block;
    line-height: 1;
    padding: 15px 20px;
  }
  #nativeHeaderCompress #nativeMenus.collapsedMenu nav#nativeNavigation ul li a:hover {
    color: #a7d323;
  }
  #nativeHeaderCompress #nativeSocialShare.open .share-bar {
    right: 0;
  }
}
@media (min-width: 1280px) {
  #nativeHeaderCompress {
    width: 1200px;
  }
  #nativeHeaderCompress #nativeMenus.collapsedMenu nav#nativeNavigation {
    margin-right: 40px;
  }
  #nativeHeaderCompress #nativeMenus.collapsedMenu nav#nativeNavigation ul {
    right: -81px;
  }
  #nativeHeaderCompress #nativeMenus nav#nativeNavigation ul {
    margin-left: 20px;
  }
  #nativeHeaderCompress #nativeMenus nav#nativeNavigation ul > li > ul li {
    border-bottom: 1px solid #808080;
  }
  #nativeHeaderCompress #nativeMenus nav#nativeNavigation ul > li > ul li:last-of-type {
    border-bottom: none;
  }
  #nativeHeaderCompress #nativeMenus nav#nativeNavigation ul > li a {
    font-size: 15px;
  }
  #nativeHeaderCompress #nativeMenus nav#nativeNavigation ul > li a i {
    display: none;
  }
  #nativeHeaderCompress #nativeMenus nav#nativeNavigation ul > li:hover > ul {
    display: block;
    position: absolute;
    left: -21px;
  }

  #nativeLogo {
    margin-left: 0;
  }
}
.spinner {
  left: 50%;
  margin-left: -35px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 70px;
}

.spinner > div {
  background-color: #00b3ac;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.vjs-poster {
  display: block !important;
}

/* Video player and container */
#videoPlayerContainer {
  height: auto;
  margin-bottom: 30px;
  min-height: 168.75px;
  padding: 10px 0;
  position: relative;
  width: 100%;
}
#videoPlayerContainer.twoItems, #videoPlayerContainer.threeItems, #videoPlayerContainer.fourItems, #videoPlayerContainer.manyItems {
  border-bottom: 1px solid #ececec;
}
#videoPlayerContainer #video-1 {
  display: none;
  margin: 0 auto;
  height: 168.75px;
  width: 300px;
}
#videoPlayerContainer .vjs-big-play-button {
  display: none;
}
#videoPlayerContainer .bc-player-2483e45a-7074-4c6a-8470-0e4a53b3bef8_default:not(.vjs-has-started) .vjs-control-bar {
  visibility: visible !important;
}

/* Playlist Container and playlist items */
#heroPlaylistContainer {
  display: none;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
}
#heroPlaylistContainer .vjs-playlist, #heroPlaylistContainer .vjs-mouse.vjs-playlist {
  background: none;
  margin: 0 auto;
  padding: 0;
  width: 300px;
}
#heroPlaylistContainer .vjs-playlist .vjs-playlist-item, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item {
  float: left;
  height: auto;
  margin-bottom: 10px;
  margin-right: 8px !important;
  width: 147px !important;
}
#heroPlaylistContainer .vjs-playlist .vjs-playlist-item:last-child, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item:last-child {
  margin-right: 0 !important;
}
#heroPlaylistContainer .vjs-playlist .vjs-playlist-item.vjs-selected .vjs-playlist-thumbnail, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item.vjs-selected .vjs-playlist-thumbnail {
  position: relative;
}
#heroPlaylistContainer .vjs-playlist .vjs-playlist-item.vjs-selected .vjs-playlist-thumbnail:before, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item.vjs-selected .vjs-playlist-thumbnail:before {
  background: rgba(0, 0, 0, 0.65);
  border-radius: 0;
  content: '';
  display: block;
  height: 83px;
  left: 0;
  top: 0;
  visibility: hidden;
  width: 147px;
  z-index: 3;
}
#heroPlaylistContainer .vjs-playlist .vjs-playlist-item.vjs-selected .vjs-playlist-thumbnail:after, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item.vjs-selected .vjs-playlist-thumbnail:after {
  background: #000;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  content: 'Now Playing';
  font-family: arial;
  font-size: 11px;
  height: 25px;
  line-height: 25px;
  left: 50%;
  margin: -13px 0 0 -50px;
  opacity: 1;
  position: absolute;
  text-align: center;
  text-transform: none;
  top: 50%;
  visibility: hidden;
  width: 100px;
  z-index: 4;
}
#heroPlaylistContainer .vjs-playlist .vjs-playlist-item.vjs-selected .vjs-playlist-thumbnail.show:before, #heroPlaylistContainer .vjs-playlist .vjs-playlist-item.vjs-selected .vjs-playlist-thumbnail.show:after, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item.vjs-selected .vjs-playlist-thumbnail.show:before, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item.vjs-selected .vjs-playlist-thumbnail.show:after {
  visibility: visible;
}
#heroPlaylistContainer .vjs-playlist .vjs-playlist-item:hover.vjs-selected .vjs-playlist-thumbnail, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item:hover.vjs-selected .vjs-playlist-thumbnail {
  position: relative;
}
#heroPlaylistContainer .vjs-playlist .vjs-playlist-item:hover.vjs-selected .vjs-playlist-thumbnail:before, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item:hover.vjs-selected .vjs-playlist-thumbnail:before {
  background: rgba(0, 0, 0, 0.65);
  border-radius: 0;
  content: '';
  display: block;
  height: 83px;
  left: 0;
  top: 0;
  width: 147px;
}
#heroPlaylistContainer .vjs-playlist .vjs-playlist-item:hover.vjs-selected .vjs-playlist-thumbnail:after, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item:hover.vjs-selected .vjs-playlist-thumbnail:after {
  background: #000;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  content: 'Now Playing';
  font-family: arial;
  font-size: 11px;
  height: 25px;
  line-height: 25px;
  left: 50%;
  margin: -13px 0 0 -50px;
  opacity: 1;
  position: absolute;
  text-align: center;
  text-transform: none;
  top: 50%;
  width: 100px;
}
#heroPlaylistContainer .vjs-playlist .vjs-playlist-item:hover .vjs-playlist-thumbnail, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item:hover .vjs-playlist-thumbnail {
  height: 83px;
  margin: 0 0 12px;
  position: relative;
  width: 147px;
}
#heroPlaylistContainer .vjs-playlist .vjs-playlist-item:hover .vjs-playlist-thumbnail:before, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item:hover .vjs-playlist-thumbnail:before {
  border-radius: 0;
  content: '';
  display: block;
  height: 83px;
  left: 0;
  top: 0;
  width: 147px;
}
#heroPlaylistContainer .vjs-playlist .vjs-playlist-thumbnail, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-thumbnail {
  float: none;
  height: 83px;
  margin: 0 0 12px;
  position: relative;
  width: 147px;
}
#heroPlaylistContainer .vjs-playlist .vjs-playlist-thumbnail:before, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-thumbnail:before {
  background: transparent;
  border-radius: 0;
  content: '';
  display: block;
  left: 0;
  height: 83px;
  top: 0;
  width: 147px;
}
#heroPlaylistContainer .vjs-playlist .vjs-playlist-duration, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-duration {
  background: #000;
  color: #fff;
  display: block;
  font-family: arial;
  font-size: 11px;
  left: inherit;
  line-height: 14px;
  padding: 3px;
  right: 0;
  top: 63px;
}
#heroPlaylistContainer .vjs-playlist cite, #heroPlaylistContainer .vjs-mouse.vjs-playlist cite {
  color: #000;
  font-family: arial;
  font-size: 12px;
  height: auto;
  line-height: 15px;
  overflow: visible;
  padding: 0;
  position: relative;
  text-overflow: inherit;
  top: 0;
  white-space: normal;
}
#heroPlaylistContainer .vjs-playlist .vjs-playlist-description, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-description {
  display: none;
}

#heroPlaylistInfoContainer {
  display: none;
  height: 50px;
  padding: 10px;
}
#heroPlaylistInfoContainer p {
  line-height: 30px;
  text-align: center;
}
#heroPlaylistInfoContainer p span#slider-prev {
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px 0 0;
  position: relative;
  top: 4px;
}
#heroPlaylistInfoContainer p span#slider-prev a {
  color: #32b1ab;
}
#heroPlaylistInfoContainer p span#slider-prev a.disabled {
  color: #c2c2c2;
  cursor: default;
}
#heroPlaylistInfoContainer p span#slider-prev a .icon-play:before {
  content: "\25B6";
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#heroPlaylistInfoContainer p .videoInfo {
  color: #666;
  font-family: arial;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}
#heroPlaylistInfoContainer p span#slider-next {
  display: inline-block;
  margin-left: 10px;
  margin-top: 4px;
  padding: 0 0 0 10px;
  position: relative;
  top: 3px;
}
#heroPlaylistInfoContainer p span#slider-next a {
  color: #32b1ab;
}
#heroPlaylistInfoContainer p span#slider-next a.disabled {
  color: #c2c2c2;
  cursor: default;
}
#heroPlaylistInfoContainer p span#slider-next a .icon-play:before {
  content: "\25B6";
}

@media (min-width: 640px) {
  #videoPlayerContainer {
    min-height: 315px;
    margin: 0 auto 30px;
    width: 560px;
  }
  #videoPlayerContainer #video-1, #videoPlayerContainer .bc-player-353614f4-e33f-409d-a3ca-8cfc743772bb_default {
    height: 315px;
    width: 560px;
  }

  #heroPlaylistContainer .vjs-playlist, #heroPlaylistContainer .vjs-mouse.vjs-playlist {
    width: 386px;
  }
  #heroPlaylistContainer .vjs-playlist .vjs-playlist-item, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item {
    margin-bottom: 0;
    width: 190px !important;
  }
  #heroPlaylistContainer .vjs-playlist .vjs-playlist-item.vjs-selected .vjs-playlist-thumbnail, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item.vjs-selected .vjs-playlist-thumbnail {
    height: 107px;
    width: 190px;
  }
  #heroPlaylistContainer .vjs-playlist .vjs-playlist-item.vjs-selected .vjs-playlist-thumbnail:before, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item.vjs-selected .vjs-playlist-thumbnail:before {
    height: 107px;
    width: 190px;
  }
  #heroPlaylistContainer .vjs-playlist .vjs-playlist-item:hover .vjs-playlist-thumbnail, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item:hover .vjs-playlist-thumbnail {
    height: 107px;
    margin-bottom: 0;
    width: 190px;
  }
  #heroPlaylistContainer .vjs-playlist .vjs-playlist-item:hover .vjs-playlist-thumbnail:before, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item:hover .vjs-playlist-thumbnail:before {
    height: 107px;
    width: 190px;
  }
  #heroPlaylistContainer .vjs-playlist .vjs-playlist-item:hover.vjs-selected .vjs-playlist-thumbnail, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item:hover.vjs-selected .vjs-playlist-thumbnail {
    height: 107px;
    width: 190px;
  }
  #heroPlaylistContainer .vjs-playlist .vjs-playlist-item:hover.vjs-selected .vjs-playlist-thumbnail:before, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item:hover.vjs-selected .vjs-playlist-thumbnail:before {
    height: 107px;
    width: 190px;
  }
  #heroPlaylistContainer .vjs-playlist .vjs-playlist-thumbnail, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-thumbnail {
    height: 107px;
    margin: 0;
    width: 190px;
  }
  #heroPlaylistContainer .vjs-playlist .vjs-playlist-thumbnail:before, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-thumbnail:before {
    height: 107px;
    width: 190px;
  }
  #heroPlaylistContainer .vjs-playlist .vjs-playlist-duration, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-duration {
    top: 87px;
  }
  #heroPlaylistContainer .vjs-playlist cite, #heroPlaylistContainer .vjs-mouse.vjs-playlist cite {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 3px;
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 960px) {
  #videoPlayerContainer {
    min-height: 258.75px;
    width: 460px;
  }
  #videoPlayerContainer #video-1 {
    height: 258.75px;
    width: 460px;
  }
}
@media (min-width: 1280px) {
  #videoPlayerContainer {
    min-height: 438.75px;
    width: 780px;
    margin-bottom: 30px;
  }
  #videoPlayerContainer #video-1 {
    height: 438.75px;
    width: 780px;
  }
  #videoPlayerContainer.twoItems .vjs-playlist, #videoPlayerContainer.twoItems .vjs-mouse.vjs-playlist {
    width: 386px !important;
  }
  #videoPlayerContainer.threeItems .vjs-playlist, #videoPlayerContainer.threeItems .vjs-mouse.vjs-playlist {
    width: 584px !important;
  }
  #videoPlayerContainer.threeItems #heroPlaylistInfoContainer {
    display: none !important;
  }
  #videoPlayerContainer.fourItems .vjs-playlist, #videoPlayerContainer.fourItems .vjs-mouse.vjs-playlist {
    width: 782px !important;
  }
  #videoPlayerContainer.fourItems #heroPlaylistInfoContainer {
    display: none !important;
  }

  #heroPlaylistContainer .vjs-playlist, #heroPlaylistContainer .vjs-mouse.vjs-playlist {
    width: 780px;
  }
  #heroPlaylistContainer .vjs-playlist .vjs-playlist-item, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item {
    margin-right: 10px !important;
    width: 188px !important;
  }
  #heroPlaylistContainer .vjs-playlist .vjs-playlist-item.vjs-selected .vjs-playlist-thumbnail, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item.vjs-selected .vjs-playlist-thumbnail {
    width: 188px;
  }
  #heroPlaylistContainer .vjs-playlist .vjs-playlist-item.vjs-selected .vjs-playlist-thumbnail:before, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item.vjs-selected .vjs-playlist-thumbnail:before {
    width: 188px;
  }
  #heroPlaylistContainer .vjs-playlist .vjs-playlist-item:hover .vjs-playlist-thumbnail, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item:hover .vjs-playlist-thumbnail {
    width: 188px;
  }
  #heroPlaylistContainer .vjs-playlist .vjs-playlist-item:hover .vjs-playlist-thumbnail:before, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item:hover .vjs-playlist-thumbnail:before {
    width: 188px;
  }
  #heroPlaylistContainer .vjs-playlist .vjs-playlist-item:hover.vjs-selected .vjs-playlist-thumbnail, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item:hover.vjs-selected .vjs-playlist-thumbnail {
    width: 188px;
  }
  #heroPlaylistContainer .vjs-playlist .vjs-playlist-item:hover.vjs-selected .vjs-playlist-thumbnail:before, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-item:hover.vjs-selected .vjs-playlist-thumbnail:before {
    width: 188px;
  }
  #heroPlaylistContainer .vjs-playlist .vjs-playlist-thumbnail, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-thumbnail {
    width: 188px;
  }
  #heroPlaylistContainer .vjs-playlist .vjs-playlist-thumbnail:before, #heroPlaylistContainer .vjs-mouse.vjs-playlist .vjs-playlist-thumbnail:before {
    width: 188px;
  }
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * https://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * https://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: inherit !important;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  height: auto !important;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  margin: 0 auto;
  width: 300px !important;
}

@media (min-width: 640px) {
  .bx-wrapper .bx-viewport {
    height: auto !important;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
    margin: 0 auto;
    width: 386px !important;
  }
}
@media (min-width: 960px) {
  .bx-wrapper .bx-viewport {
    height: auto !important;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
    margin: 0 auto;
    width: 386px !important;
  }
}
@media (min-width: 1280px) {
  .bx-wrapper {
    max-width: 780px !important;
  }

  .bx-wrapper .bx-viewport {
    height: auto !important;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
    margin: 0 auto;
    width: 780px !important;
  }
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  display: none;
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

section#nativeHomepageMain {
  background: #f2f2f2;
  margin: 0 auto;
  padding: 50px 10px 0;
  position: relative;
  top: 60px;
}
section#nativeHomepageMain:before {
  background: url(../images/nativeBackground.jpg) no-repeat white;
  content: '';
  height: 140px;
  margin-left: -10px;
  margin-top: -50px;
  position: absolute;
  width: 100%;
}

#nativeHomepageBody {
  background: #fff;
  padding: 20px 10px 5px;
  position: relative;
}
#nativeHomepageBody p.description {
  display: none;
}
#nativeHomepageBody .nativeAdContainer {
  display: none;
}

.nativeArticleListing, .relatedArticleListing {
  padding-bottom: 15px;
  clear: both;
}
.nativeArticleListing ul, .relatedArticleListing ul {
  height: auto;
  overflow: hidden;
}
.nativeArticleListing li, .relatedArticleListing li {
  border-top: 1px solid #e3e3e3;
  height: auto;
  overflow: hidden;
  padding: 20px 0;
}
.nativeArticleListing li:first-of-type, .relatedArticleListing li:first-of-type {
  background: white url(../images/border_diagonal.png) repeat-x 0 top;
  border-top: none;
  padding-top: 30px;
}
.nativeArticleListing li:nth-child(n+4), .relatedArticleListing li:nth-child(n+4) {
  display: none;
}
.nativeArticleListing li:nth-child(n+4).open, .relatedArticleListing li:nth-child(n+4).open {
  display: block;
}
.nativeArticleListing li img, .relatedArticleListing li img {
  float: left;
  margin-right: 20px;
  width: 80px;
  height: 66px;
}
.nativeArticleListing li a, .relatedArticleListing li a {
  color: #000;
  cursor: pointer;
}
.nativeArticleListing li a:hover, .relatedArticleListing li a:hover {
  color: #a7d323;
}
.nativeArticleListing li a div, .relatedArticleListing li a div {
  font-size: 17px;
  font-family: "NHaasGroteskTXW01-75Bd", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 19px;
  overflow: hidden;
}

section.nativeRelatedSite {
  margin: 40px auto 0;
  position: relative;
  top: 60px;
  padding-left: 10px;
  padding-right: 10px;
  width: #f2f2f2;
}

.nativeRelatedSiteBody {
  background: #fff;
  padding: 20px 10px 15px;
  margin-bottom: 20px;
}
.nativeRelatedSiteBody h1 {
  padding-bottom: 20px;
}
.nativeRelatedSiteBody p.description {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
.nativeRelatedSiteBody ul li {
  padding: 30px 0;
}
.nativeRelatedSiteBody ul li:first-of-type {
  background: white url(../images/border_diagonal.png) repeat-x 0 top;
}
.nativeRelatedSiteBody ul li:last-of-type {
  border-bottom: none;
}
.nativeRelatedSiteBody ul li i {
  color: #00b3ac;
  float: left;
  padding-right: 5px;
}
.nativeRelatedSiteBody ul li div {
  color: #323232;
  font-size: 15px;
  line-height: 18px;
}

@media (min-width: 640px) {
  section#nativeHomepageMain {
    background-color: #fff;
    padding: 50px 20px 0;
    width: 640px;
  }
  section#nativeHomepageMain h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  section#nativeHomepageMain h3 {
    font-weight: 400;
    margin-top: 30px;
  }
  section#nativeHomepageMain p.description {
    color: #666;
    font-size: 16px;
    line-height: 24px;
  }
  section#nativeHomepageMain:before {
    height: 282px;
    width: 640px;
    margin-top: -50px;
    margin-left: -20px;
    content: '';
    position: absolute;
  }

  #nativeHomepageBody {
    padding: 30px 20px;
  }
  #nativeHomepageBody p.description {
    display: block;
  }
  #nativeHomepageBody .nativeAdContainer {
    float: right;
    margin: 0 0 20px 20px;
    position: relative;
    width: 300px;
    z-index: 1;
  }
  #nativeHomepageBody .nativeAdContainer.hasAd {
    display: block;
  }

  section.nativeRelatedSite {
    padding-left: 0;
    padding-right: 0;
    width: 640px;
  }
  section.nativeRelatedSite h1 {
    font-size: 24px;
    line-height: 29px;
  }
  section.nativeRelatedSite p.description {
    font-size: 15px;
    line-height: 23px;
  }

  .nativeRelatedSiteBody {
    padding: 30px 40px 60px;
  }

  .nativeArticleListing, .relatedArticleListing {
    height: auto;
    overflow: hidden;
  }
  .nativeArticleListing li, .relatedArticleListing li {
    float: left;
    width: 270px;
  }
  .nativeArticleListing li:nth-of-type(4), .nativeArticleListing li:nth-of-type(5), .nativeArticleListing li:nth-of-type(6), .relatedArticleListing li:nth-of-type(4), .relatedArticleListing li:nth-of-type(5), .relatedArticleListing li:nth-of-type(6) {
    display: block;
  }
  .nativeArticleListing li:nth-of-type(2), .relatedArticleListing li:nth-of-type(2) {
    background: white url(../images/border_diagonal.png) repeat-x 0 top;
    border-top: none;
    padding-top: 30px;
  }
  .nativeArticleListing li:nth-of-type(2n-3), .relatedArticleListing li:nth-of-type(2n-3) {
    margin-right: 20px;
  }
}
@media (min-width: 960px) {
  section#nativeHomepageMain {
    margin-top: 0;
    padding: 50px 40px 0;
    top: 0;
    width: 880px;
  }
  section#nativeHomepageMain h1 {
    font-size: 40px;
    line-height: 45px;
  }
  section#nativeHomepageMain p.description {
    font-size: 17px;
    line-height: 25px;
  }
  section#nativeHomepageMain:before {
    height: 388px;
    width: 880px;
    margin-top: -50px;
    margin-left: -40px;
    content: '';
    position: absolute;
  }
  section#nativeHomepageMain h3 {
    font-size: 18px;
    line-height: 21px;
  }
  section#nativeHomepageMain h3:nth-of-type(n+2) {
    margin-top: 5px;
  }

  #nativeHomepageBody {
    padding: 40px 40px 20px;
  }
  #nativeHomepageBody .nativeAdContainer {
    margin: 0 0 40px 40px;
  }
  #nativeHomepageBody .nativeAdContainer.additionalAd {
    clear: right;
    top: 300px;
  }

  .nativeArticleListing ul li {
    width: 48%;
  }
  .nativeArticleListing li {
    width: 48%;
  }
  .nativeArticleListing li:nth-of-type(2n-3) {
    margin-right: 4%;
  }
  .nativeArticleListing li div {
    font-size: 17px;
    line-height: 20px;
  }
  .nativeArticleListing li img {
    width: 115px;
    height: 95px;
  }

  section.nativeRelatedSite {
    width: 880px;
    top: 0;
  }
  section.nativeRelatedSite ul li img {
    width: 115px;
    height: 95px;
  }

  .nativeRelatedSiteBody {
    padding: 40px 80px;
  }
  .nativeRelatedSiteBody ul li div {
    font-size: 17px;
    line-height: 20px;
  }

  .relatedArticleListing > li {
    width: 32%;
  }
  .relatedArticleListing > li:first-of-type {
    background: white url(../images/border_diagonal.png) repeat-x 0 top;
    border-top: none;
    padding-top: 30px;
  }
  .relatedArticleListing > li:nth-of-type(2) {
    border-top: none;
  }
  .relatedArticleListing > li:nth-of-type(3) {
    background: white url(../images/border_diagonal.png) repeat-x 0 top;
    border-top: none;
  }
  .relatedArticleListing > li:nth-of-type(2n-3) {
    margin-right: 0;
  }
  .relatedArticleListing > li:nth-of-type(3n-1) {
    margin-right: 2%;
  }
  .relatedArticleListing > li:nth-of-type(3n-2) {
    clear: left;
    margin-right: 2%;
  }
}
@media (min-width: 1280px) {
  section#nativeHomepageMain, section.nativeRelatedSite {
    width: 1200px;
  }

  section#nativeHomepageMain {
    width: 1200px;
  }
  section#nativeHomepageMain:before {
    height: 530px;
    width: 1200px;
    margin-top: -50px;
    margin-left: -40px;
    content: '';
    position: absolute;
  }
  section#nativeHomepageMain p.description {
    font-size: 16px;
    line-height: 24px;
  }

  #nativeHomepageBody.hasAd .nativeAdContainer {
    display: block;
    float: right;
    width: 300px;
    height: 250px;
    background: #eee;
    padding: 0 0 40px 40px;
  }
  #nativeHomepageBody h3 {
    clear: both;
    margin-top: 0 !important;
    padding-top: 20px;
  }

  .nativeArticleListing ul li {
    width: 32%;
  }
  .nativeArticleListing li {
    width: 32%;
  }
  .nativeArticleListing li:first-of-type {
    background: white url(../images/border_diagonal.png) repeat-x 0 top;
    border-top: none;
    padding-top: 30px;
  }
  .nativeArticleListing li:nth-of-type(2) {
    border-top: none;
  }
  .nativeArticleListing li:nth-of-type(3) {
    background: white url(../images/border_diagonal.png) repeat-x 0 top;
    border-top: none;
    padding-top: 30px;
  }
  .nativeArticleListing li:nth-of-type(2n-3) {
    margin-right: 0;
  }
  .nativeArticleListing li:nth-of-type(3n-1) {
    margin-right: 2%;
  }
  .nativeArticleListing li:nth-of-type(3n-2) {
    clear: left;
    margin-right: 2%;
  }

  section.nativeRelatedSite p.description {
    font-size: 18px;
    line-height: 26px;
  }
}
.header-mobile-fixed #nativeTopicpageMain {
  height: auto !important;
}

#nativeTopicpageMain {
  background: #fff;
  margin: 0 auto 40px;
  padding: 50px 10px 0;
  position: relative;
  top: 60px;
  width: 96%;
}
#nativeTopicpageMain h1 {
  margin-bottom: 20px;
}
#nativeTopicpageMain .nativeAdContainer {
  display: none;
  margin: 20px auto;
  position: relative;
  width: 300px;
  z-index: 1;
}
#nativeTopicpageMain .nativeAdContainer.hasAd {
  display: block;
}
#nativeTopicpageMain #nativeTopicBody {
  height: auto;
  overflow: hidden;
  position: relative;
}
#nativeTopicpageMain #nativeTopicBody .nativeArticleListing li:first-of-type {
  background: none;
  padding-top: 0;
}
#nativeTopicpageMain .mainContent p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 30px;
}
#nativeTopicpageMain .microsite-summary-image {
  display: none;
}
#nativeTopicpageMain #network {
  background: url(../images/border_diagonal.png) repeat-x 0 top;
  height: auto;
  overflow: hidden;
  padding: 10px 0;
}
#nativeTopicpageMain #network h4 {
  font-family: "NHaasGroteskTXW01-75Bd", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
}
#nativeTopicpageMain #network ul li a {
  border-top: 1px solid #e3e3e3;
  display: block;
  padding: 20px 0;
}
#nativeTopicpageMain #network ul li a h5 {
  color: #008ac0;
  font-family: "NHaasGroteskTXW01-75Bd", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
#nativeTopicpageMain #network ul li a h5:after {
  color: #a6a6a6;
  content: "\e900";
  display: inline-block;
  font-family: 'icomoon';
  margin-left: 18px;
}
#nativeTopicpageMain #network ul li a p {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 20px;
}

@media (min-width: 640px) {
  #nativeTopicpageMain {
    padding: 60px 20px 40px;
    width: 640px;
  }
  #nativeTopicpageMain h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  #nativeTopicpageMain .nativeAdContainer {
    float: right;
    margin: 0 0 20px 40px;
  }
  #nativeTopicpageMain .mainContent p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  #nativeTopicpageMain a.nativeButton {
    margin-top: 20px;
  }
  #nativeTopicpageMain .microsite-summary-image {
    background: none;
    display: block;
    float: right;
    right: 0;
    padding-left: 30px;
  }
  #nativeTopicpageMain .microsite-summary-image.hasAd {
    position: absolute;
  }
  #nativeTopicpageMain .microsite-summary-image img {
    width: 300px;
    height: 250px;
  }
  #nativeTopicpageMain .nativeArticleListing {
    padding-bottom: 40px;
  }
  #nativeTopicpageMain .nativeArticleListing li:nth-of-type(2n+1) {
    clear: left;
  }
  #nativeTopicpageMain .nativeArticleListing li:nth-of-type(2) {
    background: #fff;
    padding-top: 0;
  }
  #nativeTopicpageMain #network ul li {
    float: left;
    margin-right: 10px;
    width: 290px;
  }
  #nativeTopicpageMain #network ul li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 960px) {
  #nativeTopicpageMain {
    padding: 62px 40px 20px;
    top: 0;
    width: 880px;
  }
  #nativeTopicpageMain h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
  }
  #nativeTopicpageMain .mainContent {
    width: 470px;
    float: left;
  }
  #nativeTopicpageMain .mainContent p {
    font-size: 17px;
    line-height: 25px;
  }
  #nativeTopicpageMain .nativeAdContainer {
    position: absolute;
    top: 0;
    right: 0;
  }
  #nativeTopicpageMain .nativeArticleListing li {
    width: 100%;
    border-top: 1px solid #e3e3e3;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
  }
  #nativeTopicpageMain .nativeArticleListing li:first-of-type {
    background: white url(../img/border_diagonal.png) repeat-x 0 top;
    border-top: none;
    padding-top: 30px;
  }
  #nativeTopicpageMain .nativeArticleListing li:nth-of-type(2) {
    background: #fff;
    padding-top: 20px;
  }
  #nativeTopicpageMain .nativeArticleListing li:nth-child(n+7) {
    display: none;
  }
  #nativeTopicpageMain .nativeArticleListing li:nth-child(n+4).open {
    display: block;
  }
  #nativeTopicpageMain .nativeArticleListing li img {
    float: left;
    margin-right: 20px;
    width: 115px;
    height: 95px;
  }
  #nativeTopicpageMain .nativeArticleListing li div {
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    overflow: hidden;
  }
  #nativeTopicpageMain #nativeTopicRight {
    position: absolute;
    top: 0;
    right: 40px;
  }
  #nativeTopicpageMain #network {
    position: relative;
    float: right;
    width: 300px;
  }
  #nativeTopicpageMain #network.additionalAd {
    top: 565px;
  }
  #nativeTopicpageMain #network ul li {
    float: none;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  #nativeTopicpageMain {
    width: 1200px;
  }
  #nativeTopicpageMain .mainContent {
    width: 780px;
  }
  #nativeTopicpageMain .mainContent p {
    font-size: 18px;
    line-height: 26px;
  }
  #nativeTopicpageMain .nativeArticleListing {
    height: auto;
    overflow: hidden;
  }
  #nativeTopicpageMain .nativeArticleListing li {
    width: 48%;
  }
  #nativeTopicpageMain .nativeArticleListing li:nth-of-type(2) {
    border-top: none;
    padding-top: 0;
  }
  #nativeTopicpageMain .nativeArticleListing li:nth-of-type(3) {
    background: #fff;
  }
  #nativeTopicpageMain .nativeArticleListing li:nth-of-type(2n-3) {
    margin-right: 2%;
    clear: left;
  }
  #nativeTopicpageMain .nativeArticleListing li:nth-of-type(3n-2) {
    clear: none;
  }
  #nativeTopicpageMain #network {
    clear: right;
  }
}
.header-mobile-fixed .nativeAdContainer {
  top: 0 !important;
}

#nativeArticlepageMain {
  background: #fff;
  margin: 0 auto 40px;
  padding: 52px 10px 0;
  position: relative;
  top: 60px;
}
#nativeArticlepageMain h1 {
  margin-bottom: 10px;
}
#nativeArticlepageMain a {
  color: #a7d323;
  cursor: pointer;
}
#nativeArticlepageMain a:hover {
  color: #628712;
}
#nativeArticlepageMain #nativeArticleHeading {
  padding-bottom: 10px;
}
#nativeArticlepageMain .mainContent p, #nativeArticlepageMain .mainContent ul, #nativeArticlepageMain .mainContent ol {
  color: #666;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 30px;
}
#nativeArticlepageMain .mainContent ul {
  list-style-type: disc;
  padding-left: 20px;
}
#nativeArticlepageMain .mainContent ol {
  list-style-type: decimal;
  padding-left: 20px;
}
#nativeArticlepageMain .articleAuthor {
  font-size: 14px;
  line-height: 19px;
}
#nativeArticlepageMain .microsite-summary-image {
  display: none;
  z-index: 1;
}
#nativeArticlepageMain .nativeAdContainer {
  margin: 30px auto;
  position: relative;
  z-index: 1;
  width: 300px;
}
#nativeArticlepageMain .nativeAdContainer.hasAd {
  display: block;
}
#nativeArticlepageMain #network, #nativeArticlepageMain #vendor-resources-bar {
  background: url(../images/border_diagonal.png) repeat-x 0 top;
  height: auto;
  overflow: hidden;
  padding: 10px 0;
}
#nativeArticlepageMain #network h4, #nativeArticlepageMain #network .micrositeResourcesBarHeader, #nativeArticlepageMain #vendor-resources-bar h4, #nativeArticlepageMain #vendor-resources-bar .micrositeResourcesBarHeader {
  font-family: "NHaasGroteskTXW01-75Bd", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
}
#nativeArticlepageMain #network ul li a, #nativeArticlepageMain #vendor-resources-bar ul li a {
  border-top: 1px solid #e3e3e3;
  display: block;
  padding: 20px 0;
}
#nativeArticlepageMain #network ul li a h5, #nativeArticlepageMain #vendor-resources-bar ul li a h5 {
  color: #008ac0;
  font-family: "NHaasGroteskTXW01-75Bd", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
#nativeArticlepageMain #network ul li a h5:after, #nativeArticlepageMain #vendor-resources-bar ul li a h5:after {
  color: #a6a6a6;
  content: "\e900";
  display: inline-block;
  font-family: 'icomoon';
  margin-left: 18px;
}
#nativeArticlepageMain #network ul li a h5:hover, #nativeArticlepageMain #vendor-resources-bar ul li a h5:hover {
  color: #005272;
}
#nativeArticlepageMain #network ul li a p, #nativeArticlepageMain #vendor-resources-bar ul li a p {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 20px;
}
#nativeArticlepageMain #vendor-resources-bar ul li {
  padding-bottom: 15px;
}
#nativeArticlepageMain #vendor-resources-bar ul li a {
  padding: 20px 0 0;
}
#nativeArticlepageMain #vendor-resources-bar a {
  color: #008ac0;
  font-family: "NHaasGroteskTXW01-75Bd", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}
#nativeArticlepageMain #vendor-resources-bar span {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 20px;
}

#overlay {
  background: url(../images/border_diagonal.png) 0 0;
  bottom: -100%;
  padding: 10px;
  position: fixed;
  right: 0;
  width: 300px;
  z-index: 8;
}

#overlayHeading {
  background: #008cb1;
  height: 30px;
  padding: 0 10px;
  position: relative;
}
#overlayHeading p {
  color: #fff;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 30px;
}
#overlayHeading a {
  color: #fff;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 18px;
  position: absolute;
  right: 10px;
  text-decoration: none;
  top: 5px;
}

#overlayContent {
  background: #fff;
  position: relative;
}
#overlayContent a {
  color: #000;
  display: block;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}

#nativeArticleRight .nativeAdContainer {
  display: none;
}

@media (min-width: 640px) {
  #nativeArticlepageMain {
    padding: 62px 20px 60px;
    width: 640px;
  }
  #nativeArticlepageMain h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  #nativeArticlepageMain #nativeArticleHeading {
    padding-bottom: 20px;
  }
  #nativeArticlepageMain .mainContent p, #nativeArticlepageMain .mainContent ul, #nativeArticlepageMain .mainContent ol {
    font-size: 16px;
    line-height: 24px;
  }
  #nativeArticlepageMain #network ul li, #nativeArticlepageMain #vendor-resources-bar ul li {
    float: left;
    margin-right: 20px;
    width: 290px;
  }
  #nativeArticlepageMain #network ul li:last-child, #nativeArticlepageMain #vendor-resources-bar ul li:last-child {
    margin-right: 0;
  }

  .nativeArticleListing li {
    width: 270px;
  }

  #overlay {
    width: 320px;
  }

  #overlayContent a {
    padding: 20px 10px 20px 42px;
  }
  #overlayContent a:before {
    color: #008cb1;
    content: "\e903";
    font-family: 'icomoon';
    display: block;
    font-size: 25px;
    left: 10px;
    position: absolute;
    top: 20px;
  }
}
@media (min-width: 960px) {
  #nativeArticlepageMain {
    padding: 62px 40px 60px;
    top: 0;
    width: 880px;
  }
  #nativeArticlepageMain h1 {
    font-size: 40px;
    line-height: 45px;
  }
  #nativeArticlepageMain .mainContent {
    width: 460px;
  }
  #nativeArticlepageMain .mainContent p, #nativeArticlepageMain .mainContent ul, #nativeArticlepageMain .mainContent ol {
    font-size: 17px;
    line-height: 25px;
  }
  #nativeArticlepageMain .nativeAdContainer {
    margin: 0;
    position: absolute;
    right: 40px;
    top: 0;
    z-index: 2;
  }
  #nativeArticlepageMain .nativeAdContainer > div:after {
    background: #fff;
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    position: absolute;
    width: 300px;
  }
  #nativeArticlepageMain .microsite-summary-image {
    background: none;
    display: block;
    line-height: normal;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 40px;
    top: 40px;
    visibility: hidden;
    width: 300px;
  }
  #nativeArticlepageMain .microsite-summary-image img {
    height: 250px;
    width: 300px;
  }
  #nativeArticlepageMain #network {
    position: absolute;
    right: 40px;
    top: 335px;
    width: 300px;
  }
  #nativeArticlepageMain #network.additionalAd {
    top: 565px;
  }
  #nativeArticlepageMain #network ul li {
    float: none;
    margin: 0;
  }
  #nativeArticlepageMain #vendor-resources-bar {
    position: absolute;
    right: 40px;
    top: 335px;
    width: 300px;
  }
  #nativeArticlepageMain #vendor-resources-bar.additionalAd {
    top: 565px;
  }
  #nativeArticlepageMain #vendor-resources-bar ul li {
    float: none;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  #nativeArticlepageMain {
    width: 1200px;
  }
  #nativeArticlepageMain .mainContent {
    width: 780px;
  }
  #nativeArticlepageMain .mainContent p, #nativeArticlepageMain .mainContent ul, #nativeArticlepageMain .mainContent ol {
    font-size: 18px;
    line-height: 26px;
  }
}
#bprAbstractOneReg .site-container .micrositeSponsoredContentHeader {
  display: none;
}

#bprAbstractOneReg .main-content {
  margin-top: 60px;
}

#bprAbstractOneReg .main-content #micrositeContainer .micrositeOneReg-section {
  padding-top: 40px;
}

#bprAbstractOneReg .main-content #micrositeContainer #nativeHeader {
  position: relative;
  top: 0;
}

#bprAbstractOneReg #nativeSponsorContent {
  margin-left: -179px;
}

@media (min-width: 640px) {
  #bprAbstractOneReg #nativeSponsorContent {
    margin-left: -199px;
  }

  #bprAbstractOneReg #nativeHeaderCompress {
    margin: 0 auto;
    width: auto;
    padding: 0 20px;
  }
  #bprAbstractOneReg #nativeLogo {
    margin: 8px 0 0 10px;
  }
}
@media (min-width: 960px) {
  #bprAbstractOneReg #nativeSponsorContent {
    margin-left: -179px;
  }

  #bprAbstractOneReg .main-content {
    margin-top: 0;
    width: 880px;
  }

  #bprAbstractOneReg #nativeHeader {
    position: relative;
    top: 100px;
  }
  #bprAbstractOneReg #nativeHeader #nativeHeaderCompress {
    margin: 0 auto;
    width: 880px;
    padding: 0;
  }

  #bprAbstractOneReg.header-desktop-fixed #nativeHeader {
    top: 57px;
  }
}
@media (min-width: 1280px) {
  #bprAbstractOneReg .main-content {
    margin-top: 0;
    width: 1200px;
  }

  #bprAbstractOneReg #nativeHeader #nativeHeaderCompress {
    margin: 0 auto;
    width: 1200px;
    padding: 0;
  }
}
.main-article-author {
  border: 0;
  margin: 0;
  padding: 0;
}

@media (min-width: 960px) {
  .main-article-author {
    min-height: 0;
    margin: 0 20px 20px 0;
    padding: 0 0 5px;
  }

  .articleAuthor {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=style-responsive.css.map */
