/* 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;
}

strong, b {
  font-family: 'NHaasGroteskTXW01-75Bd', Helvetica, Arial, sans-serif;
}

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

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
a:active, a:focus, a:visited {
  border: 0;
  outline: 0;
}

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: #00b3ac;
  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: #00b3ac;
  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: #00b3ac;
  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;
}
.nativeBreadcrumb a {
  cursor: pointer;
}
.nativeBreadcrumb span {
  margin-right: 5px;
}
.nativeBreadcrumb span:first-of-type {
  margin-right: 10px;
}

a.nativeButton {
  background: #00b3ac;
  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;
  }
}
@media (min-width: 960px) {
  #micrositeWrapper blockquote {
    font-size: 22px;
    width: 210px;
  }

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

  a.nativeButton {
    margin-top: 15px;
  }
}
@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";
}

.site-container #micrositeWrapper {
  margin-top: 60px;
  padding-bottom: 70px;
  position: relative;
}
.site-container .nav-social, .site-container .site-container .nav-user {
  display: none;
}

.nav-list-item-header-title span {
  font-family: 'ScalaSansBold', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

footer {
  margin: 40px auto 0;
}

[hidden] {
  display: none;
}

body[class^="computerweekly"] .nav .nav-user, body[class^="computerweekly"] .nav .nav-links, body[class^="computerweekly"] .nav .nav-rss, body[class^="computerweekly"] .nav .nav-social, body[class^="computerweekly"] .header-logo-tt-desktop, body[class^="computerweekly"] .ad-wrapper, body[class^="lemagit"] .nav .nav-user, body[class^="lemagit"] .nav .nav-links, body[class^="lemagit"] .nav .nav-rss, body[class^="lemagit"] .nav .nav-social, body[class^="lemagit"] .header-logo-tt-desktop, body[class^="lemagit"] .ad-wrapper, body[class^="german_embedded"] .nav .nav-user, body[class^="german_embedded"] .nav .nav-links, body[class^="german_embedded"] .nav .nav-rss, body[class^="german_embedded"] .nav .nav-social, body[class^="german_embedded"] .header-logo-tt-desktop, body[class^="german_embedded"] .ad-wrapper, body[class^="german_native"] .nav .nav-user, body[class^="german_native"] .nav .nav-links, body[class^="german_native"] .nav .nav-rss, body[class^="german_native"] .nav .nav-social, body[class^="german_native"] .header-logo-tt-desktop, body[class^="german_native"] .ad-wrapper {
  display: none;
}
body[class^="computerweekly"] .header-search-toggle, body[class^="lemagit"] .header-search-toggle, body[class^="german_embedded"] .header-search-toggle, body[class^="german_native"] .header-search-toggle {
  right: 0;
}
body[class^="computerweekly"] #main-content, body[class^="lemagit"] #main-content, body[class^="german_embedded"] #main-content, body[class^="german_native"] #main-content {
  margin: 132px 20px 0 !important;
}
body[class^="computerweekly"] #micrositeWrapper, body[class^="lemagit"] #micrositeWrapper, body[class^="german_embedded"] #micrositeWrapper, body[class^="german_native"] #micrositeWrapper {
  margin-top: 0;
}

body[class^="german_embedded"] .nav-list-item, body[class^="german_native"] .nav-list-item {
  top: 0;
}
body[class^="german_embedded"] #main-content, body[class^="german_native"] #main-content {
  margin: 30px 20px 0 !important;
}

@media (min-width: 960px) {
  .site-container #micrositeWrapper {
    margin-top: 0;
    padding-bottom: 0;
  }

  .header {
    height: 89px;
  }

  .header-logo {
    border-top: none;
    height: 89px;
    top: 0;
  }

  .header_v2 .header-search {
    top: 25px;
  }

  .nav {
    padding-top: 0;
  }

  .nav-list {
    border-top: none;
  }

  .nav-user {
    display: none;
  }

  .header_v2 .nav-links {
    display: none;
  }

  .nav-list-item-topics, .nav-list-item-sections {
    top: 0;
  }

  .header-desktop-fixed .header {
    height: 57px;
  }
  .header-desktop-fixed .header .nav {
    border-bottom: 1px solid #e3e3e3;
    height: 57px;
  }
  .header-desktop-fixed .header .header-logo {
    top: 0;
  }

  body[class^="computerweekly_embedded"] .header, body[class^="lemagit"] .header, body[class^="german_embedded"] .header, body[class^="german_native"] .header {
    height: 100px;
    padding-bottom: 0;
  }
  body[class^="computerweekly_embedded"] .header-logo, body[class^="lemagit"] .header-logo, body[class^="german_embedded"] .header-logo, body[class^="german_native"] .header-logo {
    bottom: 0;
    top: 0;
  }
  body[class^="computerweekly_embedded"] .header-logo-tt-desktop, body[class^="lemagit"] .header-logo-tt-desktop, body[class^="german_embedded"] .header-logo-tt-desktop, body[class^="german_native"] .header-logo-tt-desktop {
    display: block;
    height: 65px;
    top: 0;
  }
  body[class^="computerweekly_embedded"].header-desktop-fixed .header, body[class^="lemagit"].header-desktop-fixed .header, body[class^="german_embedded"].header-desktop-fixed .header, body[class^="german_native"].header-desktop-fixed .header {
    height: 57px;
  }
  body[class^="computerweekly_embedded"].header-desktop-fixed .header .nav, body[class^="lemagit"].header-desktop-fixed .header .nav, body[class^="german_embedded"].header-desktop-fixed .header .nav, body[class^="german_native"].header-desktop-fixed .header .nav {
    height: 58px;
  }
  body[class^="computerweekly_embedded"].header-desktop-fixed .header-logo-tt-desktop, body[class^="lemagit"].header-desktop-fixed .header-logo-tt-desktop, body[class^="german_embedded"].header-desktop-fixed .header-logo-tt-desktop, body[class^="german_native"].header-desktop-fixed .header-logo-tt-desktop {
    padding-top: 10px;
    height: 47px;
  }
  body[class^="computerweekly_embedded"].header-desktop-fixed .header_v2-keep-nav .header-search, body[class^="lemagit"].header-desktop-fixed .header_v2-keep-nav .header-search, body[class^="german_embedded"].header-desktop-fixed .header_v2-keep-nav .header-search, body[class^="german_native"].header-desktop-fixed .header_v2-keep-nav .header-search {
    top: 0;
  }
  body[class^="computerweekly_embedded"].header-desktop-fixed .header_v2-keep-nav .header-search-input, body[class^="lemagit"].header-desktop-fixed .header_v2-keep-nav .header-search-input, body[class^="german_embedded"].header-desktop-fixed .header_v2-keep-nav .header-search-input, body[class^="german_native"].header-desktop-fixed .header_v2-keep-nav .header-search-input {
    border-left: 2px solid #f2f2f2;
    border-bottom: 1px solid #e3e3e3;
  }
  body[class^="computerweekly_embedded"] .header_v2-keep-nav .header-search, body[class^="lemagit"] .header_v2-keep-nav .header-search, body[class^="german_embedded"] .header_v2-keep-nav .header-search, body[class^="german_native"] .header_v2-keep-nav .header-search {
    top: 25px;
  }
  body[class^="computerweekly_embedded"] .nav-list, body[class^="lemagit"] .nav-list, body[class^="german_embedded"] .nav-list, body[class^="german_native"] .nav-list {
    border-top: 0;
  }
  body[class^="computerweekly_embedded"] .nav, body[class^="lemagit"] .nav, body[class^="german_embedded"] .nav, body[class^="german_native"] .nav {
    border-bottom: none;
  }
  body[class^="computerweekly_embedded"] .micrositeSponsoredContentHeader, body[class^="lemagit"] .micrositeSponsoredContentHeader, body[class^="german_embedded"] .micrositeSponsoredContentHeader, body[class^="german_native"] .micrositeSponsoredContentHeader {
    margin-top: 1px !important;
  }
  body[class^="computerweekly_embedded"].header-desktop-fixed .micrositeSponsoredContentHeader, body[class^="lemagit"].header-desktop-fixed .micrositeSponsoredContentHeader, body[class^="german_embedded"].header-desktop-fixed .micrositeSponsoredContentHeader, body[class^="german_native"].header-desktop-fixed .micrositeSponsoredContentHeader {
    top: 57px;
  }
  body[class^="computerweekly_embedded"] #main-content, body[class^="lemagit"] #main-content, body[class^="german_embedded"] #main-content, body[class^="german_native"] #main-content {
    margin: 60px auto 0 !important;
  }
  body[class^="computerweekly_embedded"] .nav-list-item-searchsites .nav-list-item-header-title, body[class^="lemagit"] .nav-list-item-searchsites .nav-list-item-header-title, body[class^="german_embedded"] .nav-list-item-searchsites .nav-list-item-header-title, body[class^="german_native"] .nav-list-item-searchsites .nav-list-item-header-title {
    width: 240px;
  }
}
@media (min-width: 1280px) {
  .header-search {
    top: 0;
    z-index: 3;
  }

  body[class^="computerweekly"] #main-content, body[class^="lemagit"] #main-content, body[class^="german_embedded"] #main-content, body[class^="german_native"] #main-content {
    margin: 60px auto 0 !important;
  }
}
#nativeHeader {
  background: #1a1a1a;
  color: white;
  box-shadow: 0 7px 40px -15px black;
  -moz-box-shadow: 0 7px 40px -15px black;
  -webkit-box-shadow: 0 7px 40px -15px black;
  height: 75px;
  left: 0;
  position: fixed;
  top: 75px;
  width: 100%;
  z-index: 3;
}

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

#nativeSponsorContent {
  background: #1a1a1a;
  color: white;
  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: -130px;
  max-width: 300px;
  padding: 5px 10px;
  position: absolute;
  top: 60px;
  z-index: 1;
}
#nativeSponsorContent p {
  color: #ccc;
}
#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: #4d4d4d;
  display: none;
  position: relative;
  top: 8px;
  width: 100%;
}
#nativeMenus nav#nativeNavigation ul li {
  border-bottom: 1px solid #808080;
}
#nativeMenus nav#nativeNavigation ul li:last-of-type {
  border-bottom: none;
}
#nativeMenus nav#nativeNavigation ul li a.active {
  color: #00b3ac;
}
#nativeMenus nav#nativeNavigation ul li > ul {
  display: none;
  background: #4d4d4d;
}
#nativeMenus nav#nativeNavigation ul li i {
  display: none;
}
#nativeMenus nav#nativeNavigation ul li a {
  color: #fff;
  display: block;
  font-family: 'NeueHaasGroteskText W01', Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 15px 20px;
}
#nativeMenus nav#nativeNavigation ul li a:hover, #nativeMenus nav#nativeNavigation ul li a.hover {
  color: #00b3ac;
}
#nativeMenus nav#nativeNavigation.open #nativeCollapsedNavigationText {
  color: #00b3ac;
}
#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: white;
  cursor: pointer;
  float: right;
  font-family: 'NeueHaasGroteskText W01', Helvetica, Arial, sans-serif;
  font-size: 15px;
  position: relative;
  right: 20px;
  top: 20px;
}
#nativeCollapsedNavigationText:hover, #nativeCollapsedNavigationText.hover {
  color: #00b3ac;
}
#nativeCollapsedNavigationText i.icon-play {
  color: #00b3ac;
  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: #4d4d4d;
  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: #fff;
  color: #4d4d4d;
  display: block;
  height: 30px;
  padding: 2px;
  width: 30px;
}
#nativeSocialShare ul li a:hover, #nativeSocialShare ul li a.hover {
  background: #00b3ac;
  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: -130px;
  }

  #nativeMenus {
    padding-left: 20px;
    position: relative;
  }
  #nativeMenus nav#nativeNavigation {
    display: block;
    float: left;
    width: inherit;
    margin-top: 6px;
    margin-left: 43px;
  }
  #nativeMenus nav#nativeNavigation ul {
    left: -21px;
    top: 42px;
    background: #1a1a1a;
  }
  #nativeMenus nav#nativeNavigation ul li {
    position: relative;
  }
  #nativeMenus nav#nativeNavigation ul li > ul li:nth-of-type(4) a {
    color: #b3b3b3;
  }
  #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: #00b3ac;
  }
  #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: #00b3ac;
  }
  #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, #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: white;
    display: inline-block;
    float: right;
    font-size: 26px;
    margin-right: 15px;
  }
  #nativeSocialShare > i:hover, #nativeSocialShare > i.hover {
    color: #00b3ac;
  }
  #nativeSocialShare.open > i {
    color: #00b3ac;
  }
  #nativeSocialShare.open .share-bar {
    display: block;
    float: right;
    margin-top: 0;
    padding: 20px 10px;
    right: 0;
  }

  .share-bar {
    background: #4d4d4d;
    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 {
    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, #nativeHeaderCompress #nativeMenus nav#nativeNavigation > ul li.hover > ul {
    display: block;
    position: absolute;
    left: 0;
  }
  #nativeHeaderCompress #nativeMenus nav#nativeNavigation > ul li:hover ul > li, #nativeHeaderCompress #nativeMenus nav#nativeNavigation > ul li.hover ul > li {
    clear: left;
    width: 100%;
  }
  #nativeHeaderCompress #nativeMenus nav#nativeNavigation > ul li:hover ul > li a, #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: #1a1a1a;
  }
  #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: #00b3ac;
  }
  #nativeHeaderCompress #nativeMenus nav#nativeNavigation > ul li:last-child a {
    border: none;
  }
  #nativeHeaderCompress #nativeMenus nav#nativeNavigation > ul li a {
    background: none;
    border-right: 1px solid #666;
    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: #333;
    height: auto;
    padding: 0;
    position: absolute;
    right: -61px;
    top: 60px;
    width: 340px;
  }
  #nativeHeaderCompress #nativeMenus.collapsedMenu nav#nativeNavigation ul li {
    border-bottom: 1px solid #808080;
    display: block;
    float: none;
  }
  #nativeHeaderCompress #nativeMenus.collapsedMenu nav#nativeNavigation ul li > ul {
    background: #4d4d4d;
  }
  #nativeHeaderCompress #nativeMenus.collapsedMenu nav#nativeNavigation ul li:hover > ul, #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, #nativeHeaderCompress #nativeMenus.collapsedMenu nav#nativeNavigation ul li a.hover {
    color: #00b3ac;
  }
  #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, #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 {
  display: flex !important;
  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: "\e71c";
  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: "\e71c";
}

@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 .vjs-big-play-button {
    display: block;
    border-radius: 60px;
    height: 105px;
    left: 50%;
    margin: -52.5px 0 0 -52.5px;
    top: 50%;
    width: 105px;
  }
  #videoPlayerContainer .bc-player-2483e45a-7074-4c6a-8470-0e4a53b3bef8_default.vjs-has-started .vjs-big-play-button {
    display: none;
  }
  #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: 85px;
}
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: #323232;
  cursor: pointer;
}
.nativeArticleListing li a:hover, .relatedArticleListing li a:hover {
  color: #00b3ac;
}
.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: 85px;
  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;
  }

  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;
    overflow: hidden;
  }
  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: 85px;
  width: 96%;
}
#nativeTopicpageMain h1 {
  margin-bottom: 20px;
}
#nativeTopicpageMain .nativeAdContainer {
  display: none;
  margin: 20px auto;
  position: relative;
  width: 300px;
  z-index: 1;
}
#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 {
    display: block;
    float: right;
    margin: 0 0 20px 40px;
    position: absolute;
    right: 0;
    padding-bottom: 16px;
    background: #fff;
  }
  #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: 85px;
}
#nativeArticlepageMain h1 {
  margin-bottom: 10px;
}
#nativeArticlepageMain a {
  color: #00B3AC;
  cursor: pointer;
}
#nativeArticlepageMain a:hover {
  color: #006860;
}
#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 .mainContent img {
  max-width: 100%;
}
#nativeArticlepageMain .articleAuthor {
  color: #000;
  font-size: 14px;
  line-height: 19px;
}
#nativeArticlepageMain .articleAuthor a {
  color: #008bc1;
  cursor: pointer;
}
#nativeArticlepageMain .articleAuthor a:hover {
  color: #005272;
}
#nativeArticlepageMain .articleAuthorCompany {
  color: #aaa;
  font-size: 11px;
  font-weight: 700;
}
#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: 0;
  position: fixed;
  right: 0;
  width: 300px;
  z-index: 8;
}

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

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

#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: #00b3ac;
    content: "\e903";
    font-family: 'icomoon';
    display: block;
    font-size: 25px;
    left: 10px;
    position: absolute;
    top: 20px;
    z-index: 1;
  }
  #overlayContent a:after {
    content: " ";
    display: block;
    width: 16px;
    height: 12px;
    left: 14px;
    position: absolute;
    top: 23px;
    background: #fff;
    z-index: 0;
  }
}
@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 10px 0;
    padding: 0 0 5px;
  }
}

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