/* normalize browser defaults as much as possible */
/* line 5, ../sass/_normalize.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 11, ../sass/_normalize.scss */
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

/* line 17, ../sass/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

/* line 19, ../sass/_normalize.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 25, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* 'namespace' as much of normalize as possible due to embedded microsites */
/* line 28, ../sass/_normalize.scss */
#micrositeContainer {
  background-color: #fff;
  color: #000;
  font-family: helvetica;
  font-size: 80%;
}
/* line 30, ../sass/_normalize.scss */
#micrositeContainer * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 37, ../sass/_normalize.scss */
#micrositeContainer h1, #micrositeContainer h2, #micrositeContainer h3, #micrositeContainer h4, #micrositeContainer h5, #micrositeContainer h6 {
  line-height: 1em;
  margin: 0 0 1em;
  padding: 0;
}
/* line 43, ../sass/_normalize.scss */
#micrositeContainer p {
  margin: 0 0 1em;
}
/* line 45, ../sass/_normalize.scss */
#micrositeContainer a {
  color: #2c95dd;
  text-decoration: none;
}
/* line 49, ../sass/_normalize.scss */
#micrositeContainer a:visited {
  color: #551a8b;
}
/* line 51, ../sass/_normalize.scss */
#micrositeContainer a:hover {
  text-decoration: underline;
}
/* line 56, ../sass/_normalize.scss */
#micrositeContainer a:focus {
  background-color: #eee;
  border: none;
}
/* line 61, ../sass/_normalize.scss */
#micrositeContainer a:hover, #micrositeContainer a:active {
  outline: 0;
}
/* line 64, ../sass/_normalize.scss */
#micrositeContainer b, #micrositeContainer strong {
  font-weight: bold;
}
/* line 66, ../sass/_normalize.scss */
#micrositeContainer blockquote {
  margin: 1em 40px;
}
/* line 68, ../sass/_normalize.scss */
#micrositeContainer hr {
  border-top: 1px solid #ccc;
  border: 0;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
/* line 77, ../sass/_normalize.scss */
#micrositeContainer pre, #micrositeContainer code, #micrositeContainer kbd, #micrositeContainer samp {
  _font-family: 'courier new', monospace;
  font-family: monospace, serif;
  font-size: 1em;
}
/* line 83, ../sass/_normalize.scss */
#micrositeContainer pre {
  white-space: pre-wrap;
  white-space: pre;
  word-wrap: break-word;
}
/* line 89, ../sass/_normalize.scss */
#micrositeContainer small {
  font-size: 85%;
}
/* line 91, ../sass/_normalize.scss */
#micrositeContainer sub, #micrositeContainer sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* line 98, ../sass/_normalize.scss */
#micrositeContainer sup {
  top: -0.5em;
}
/* line 100, ../sass/_normalize.scss */
#micrositeContainer sub {
  bottom: -0.25em;
}
/* line 102, ../sass/_normalize.scss */
#micrositeContainer ul, #micrositeContainer ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
/* line 107, ../sass/_normalize.scss */
#micrositeContainer dd {
  margin: 0 0 0 40px;
}
/* line 109, ../sass/_normalize.scss */
#micrositeContainer nav ul, #micrositeContainer nav ol {
  list-style-image: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 116, ../sass/_normalize.scss */
#micrositeContainer img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}
/* line 122, ../sass/_normalize.scss */
#micrositeContainer iframe {
  border: none;
}
/* line 124, ../sass/_normalize.scss */
#micrositeContainer figure {
  margin: 0;
}
/* line 126, ../sass/_normalize.scss */
#micrositeContainer table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 131, ../sass/_normalize.scss */
#micrositeContainer th, #micrositeContainer td {
  vertical-align: top;
}

/* line 4, ../sass/_layout.scss */
.main-content {
  padding: 0 !important;
  max-width: 980px;
}

/* line 9, ../sass/_layout.scss */
#micrositeContainer {
  border-top: none;
  margin: 0 0 20px;
}
/* line 13, ../sass/_layout.scss */
#micrositeContainer #micrositeContainerInner {
  margin: 0;
}
/* line 16, ../sass/_layout.scss */
#micrositeContainer #micrositeContainerInner #micrositeContainerCompress {
  margin: 0 auto;
  width: 100%;
}

/* line 25, ../sass/_layout.scss */
#micrositeContent {
  *zoom: 1;
  margin: 0 20px;
}
/* line 38, ../../../../../../Prepros.app/Contents/Resources/app.nw/gems/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/general/_clearfix.scss */
#micrositeContent:after {
  content: "";
  display: table;
  clear: both;
}
/* line 29, ../sass/_layout.scss */
#micrositeContent #micrositeContentColumnFull {
  margin: 0;
}
/* line 33, ../sass/_layout.scss */
#micrositeContent #micrositeContentColumnLeft {
  float: left;
  width: 620px;
}
/* line 38, ../sass/_layout.scss */
#micrositeContent #micrositeContentColumnRight {
  float: right;
  width: 300px;
}
/* line 43, ../sass/_layout.scss */
#micrositeContent .micrositeContentColumnSpan {
  clear: both;
}

/* Site Header */
/* line 5, ../sass/_header.scss */
.header-logo {
  bottom: 0;
}

/* line 8, ../sass/_header.scss */
.header-search, .nav-list-item {
  top: 0;
}

/* line 11, ../sass/_header.scss */
.nav {
  border-bottom: 1px solid #e3e3e3;
  padding-top: 0;
}

/* line 15, ../sass/_header.scss */
.nav .nav-social, .nav .nav-user {
  display: none;
}

/* Sponsored Content Header */
/* line 21, ../sass/_header.scss */
.fixedPosition {
  left: 0;
  position: fixed !important;
  top: -1px !important;
}

/* line 26, ../sass/_header.scss */
.relativePosition {
  position: relative !important;
  left: inherit !important;
}

/* line 30, ../sass/_header.scss */
.pushLeft {
  border-left: 1px solid #e3e3e3 !important;
  left: inherit !important;
}

/* line 34, ../sass/_header.scss */
.micrositeSponsoredContentHeader {
  display: block;
  height: 62px;
  padding: 0 15px 10px;
  margin-top: 61px;
  background: white url(../images/border_diagonal.png) repeat-x 0 bottom;
  position: relative;
}

/* line 42, ../sass/_header.scss */
.micrositeSponsoredContentHeader ul {
  list-style: none;
}

/* line 45, ../sass/_header.scss */
.micrositeSponsoredContentHeader ul li {
  height: auto;
}

/* line 48, ../sass/_header.scss */
.micrositeSponsoredType {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 38px;
  color: #00b3ab;
  text-align: left;
  margin: 0;
}

/* line 58, ../sass/_header.scss */
.micrositeSponsorLogo {
  display: none;
}

/* line 64, ../sass/_header.scss */
.micrositeWhatIsThis {
  display: inline-block;
}

/* line 67, ../sass/_header.scss */
.micrositeWhatIsThis:hover {
  cursor: pointer;
}

/* line 70, ../sass/_header.scss */
.micrositeWhatIsThis a {
  color: #676767;
  display: inline-block;
  font-size: 12px;
  margin-right: 15px;
  position: relative;
  top: -8px;
}

/* line 78, ../sass/_header.scss */
.micrositeWhatIsThis .icon-arrow-down {
  display: inline-block;
  font-size: 20px;
  top: -5px;
}

/* line 83, ../sass/_header.scss */
.micrositeSponsorLogo {
  float: right;
  margin-top: -20px;
}

/* line 87, ../sass/_header.scss */
.micrositeSponsorLogo p {
  display: none;
}

/* line 90, ../sass/_header.scss */
.micrositeWhatIsThis-dropDownPanel {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  box-sizing: border-box;
  display: none;
  left: 0px;
  padding: 15px 10px 15px 15px;
  position: absolute;
  top: 62px;
  width: 100%;
  z-index: 3;
}

/* line 103, ../sass/_header.scss */
.micrositeWhatIsThis-dropDownPanel p {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

/* Fixed Position Sponsored Content Header */
/* line 110, ../sass/_header.scss */
.header-mobile-fixed .micrositeSponsoredContentHeader {
  position: relative;
  z-index: 3;
  width: 100%;
  box-sizing: border-box;
  height: 52px;
}

/* line 117, ../sass/_header.scss */
.header-desktop-fixed .micrositeSponsoredContentHeader {
  position: fixed;
  z-index: 999;
  width: 100%;
  box-sizing: border-box;
  height: 52px;
  top: 58px;
}

/* line 125, ../sass/_header.scss */
.header-desktop-fixed .micrositeSponsoredType, .header-mobile-fixed .micrositeSponsoredType {
  line-height: 27px;
}

/* line 128, ../sass/_header.scss */
.header-desktop-fixed .micrositeWhatIsThis a, .header-desktop-fixed .micrositeWhatIsThis i, .header-desktop-fixed .micrositeSponsorLogo p, .header-mobile-fixed .micrositeWhatIsThis a, .header-mobile-fixed .micrositeWhatIsThis i, .header-mobile-fixed .micrositeSponsorLogo p {
  line-height: 18px !important;
}

/* line 131, ../sass/_header.scss */
.header-desktop-fixed .micrositeSponsorLogo img, .header-mobile-fixed .micrositeSponsorLogo img {
  margin-top: 0;
}

/* line 134, ../sass/_header.scss */
.header-desktop-fixed .locking-left-bar, .header-mobile-fixed .locking-left-bar {
  top: 125px !important;
}

/* line 137, ../sass/_header.scss */
.header-desktop-fixed .micrositeWhatIsThis-dropDownPanel, .header-mobile-fixed .micrositeWhatIsThis-dropDownPanel {
  top: 42px;
}

/* line 140, ../sass/_header.scss */
.header-searchsite-display {
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
  line-height: 55px;
}

/*.header-mobile-fixed .micrositeSponsoredContentHeader{
  top: -1px;
  position: fixed;
}*/
/* line 149, ../sass/_header.scss */
.header-mobile-fixed .main-content {
  margin-top: 140px;
}

/* line 153, ../sass/_header.scss */
#micrositeHeader {
  background-color: #343434;
  color: white;
  position: relative;
  margin: 0 0 20px;
  padding: 0;
}
/* line 162, ../sass/_header.scss */
#micrositeHeader #micrositeHeaderBanner p {
  margin: 0 !important;
}
/* line 164, ../sass/_header.scss */
#micrositeHeader #micrositeHeaderBanner h1 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAoCAYAAACIC2hQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7dpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NTJDOTA0RUMyQjIwNjgxMTgwODNENjQ3Nzg2MzMyMUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzQwOUM3NzZCNUU4MTFFMjgxRTRDQjc0ODcwOEI2RDMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzQwOUM3NzVCNUU4MTFFMjgxRTRDQjc0ODcwOEI2RDMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkYyRTAzRTVENEMyMDY4MTE4MjJBRTM1NTQ1ODg1NkM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjUyQzkwNEVDMkIyMDY4MTE4MDgzRDY0Nzc4NjMzMjFEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+0PcPIAAABQVJREFUeNqsWWtsVEUUnrm7WwpSMbamJoKYCFWQqjEKCSY+/1iDUq1VtKgRURMTjDGIggiotT+qiBIfiGKNFi1hEZv9g8+EP4qJmiCpgqExiJqmxdoS2bLd7o7f7H4r1+u9s/exJ/nS3ntnznxz5pwzZ2alelj4lZXAOLDZs4UCJHARkOCztzQD1wKPU69R4j5JPgq8AEwAeeBVEU1uBN4C6oBJ1H/S1MHyoXQ18JJtYq8Aj0QguQjoIUktDwGvcQ1CEZUk2cH/7X02ccmCyi3AB0CN4/0yYBswNQzRp4DnDf06ApK9FehyIVmSu2nZyX6JShJ8zmFJN//upNXLyR205LQy7e4B3nWzrOVCcgOwJoCl2tnHS9oYOJN86rud7U83RX0n01AQ0ZNdz2T0jOPbvRw0EVDnEqCK/f+2WzTGAFkZIZo3FPxW/qvzfmBrCJJ2n+4GzixZ9DTgWeayqLIaNMdB9jcGRlVEfYsZgA9qouuAx0QlRBXCYH1hfZSolNxcWvrPgCMVUzsu+kByrzFfBJPjwMea6OfAbcCvkVVKcVBkRCs22WbqrQTJ+/Tylxz/W+4av0RQ+mNhwlL8hL8jwF3ApxH0jTCvfuTMo9+T7MEQSvsYpX22d0NMM5+E0DdEkr1eCX8/E+7hAEq/A1qAQy7f/qJlewPo032WAqlyW+gBpoUDPpTu5/Z4yNBmmH6W8qFvALjTzWUso7/Zyar/pZxvOKF+n1bSlk2WIdnm5Sqm6unngs8q8YMulQfi9WIwXlcsm5XYx4GDpDW9FS4HdgpWyYOnvv0BtAJfelZAGWncPPqzMrHoSGJ6cm39mvkJNSE6Btq/mpH9fTGi+5hXFWuJLP64ZvxRXc7BF8b2IFj6ixFzdCbcB62/NpZqV5+XKrPZSCsnLeuEnCKUlGLpjC0x/SyVJpR3tI2LKvmnuNJ6QCTUqOfmhF5Whp6EatmyirWG+cx0UhqrrwYQhV+pxmqVKWhOW9UL8C5lCdUGqx12Es1D3zi3JReiZwBv431LqVLJCXEODmI7ZTGV7fUs0fQSeWAegK0r32jZhoypvIir3Hy834Hvs937CjdMA7qAFstRAOP5bFkk2+TR1zOY5tHp5xisfZneg4FZPgKplge6ZkObs4D3eEL1FfUXk8CFPgjM5YTmGtrUsVS7wYc+3XY70FSO6BXALuD8AGnnUu7HjR4Da0veFECf9uP3ma5ciV7OhDxLBJcLOEE72XpgB3B9CH3aVd5h/fAfogtolXMjVDuz9UR1EMZEppanzusi6JvKE2lr6SiinfdNYHr08jHfkBU1u4Zzlxyrj+9bmIuusIaWrdUWvaoyJEUhNU2oKQ2j+TkLK1jha8s2WTzidlbmyBQTk+Xg0zMTyWVKibEKEdUuuVwv/RhvOyYCXjy4iT7ft0tskqpYd+hlq46gL8lCZjR+avst3DXp51Uhla7jNVBJPuR9wbaQx+YkLyDSbnn0SQ4YRPRKrHWQLEk3BxsJqLObN3xprysdxQGVx8Buoie30fC9h+7V49MNtvPONO2ncG6nK+QNCrO8AtroY/BeFtrlLNvFq6B0kApf338+YVjuVT5JlmQ3T5bDHt+1L68AMkGPIlpe5HWPvbTMUeHLIQIkxVPuccf7rVzuE6Yrw3KyyXaBliXJLRFSzhc8uQ7x+XVR/E3AuJH5/VVks23J36hAEt/DI/Q1jIWyP9/8I8AAItBJTr9sfKsAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  line-height: 40px;
  padding: 0 0 0 60px;
  margin: 0;
}
/* line 176, ../sass/_header.scss */
#micrositeHeader #micrositeHeaderNavigation {
  display: none;
}
/* line 180, ../sass/_header.scss */
#micrositeHeader #micrositeSocialMediaNav {
  display: none;
}

/* footer */
/* line 2, ../sass/_footer.scss */
#micrositeFooter {
  display: none;
}

/* line 3, ../sass/_general.scss */
#micrositeContainer {
  border: 1px solid #c8c8c8;
}

/* line 7, ../sass/_general.scss */
.componentHeader {
  color: #343434;
  margin: 0 0 8px !important;
}

/* line 12, ../sass/_general.scss */
.micrositeModuleContainer {
  margin: 0;
}
/* line 15, ../sass/_general.scss */
.micrositeModuleContainer .micrositeModuleHeader {
  margin: 0;
}
/* line 18, ../sass/_general.scss */
.micrositeModuleContainer .micrositeModuleHeader h3 {
  margin: 0;
}

/* copy these along with content tabs since they're used in the panel views */
/* line 25, ../sass/_general.scss */
.mediaBlock, .mediaBlockContent {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}

/* line 31, ../sass/_general.scss */
.mediaBlock img {
  float: left;
  margin-right: 10px;
  display: block;
}

/* line 37, ../sass/_general.scss */
.oneColList {
  clear: both;
}
/* line 40, ../sass/_general.scss */
.oneColList > ul {
  clear: both;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  overflow: hidden;
}
/* line 47, ../sass/_general.scss */
.oneColList > ul li {
  border-top: 1px solid #ddd;
  margin: 15px 0 5px;
  padding: 15px 0 0;
}
/* line 53, ../sass/_general.scss */
.oneColList > ul > li:first-child {
  border: none;
  margin-top: 0;
}
/* line 58, ../sass/_general.scss */
.oneColList > ul h4 {
  font-size: 16px !important;
  margin: 0 0 5px !important;
}
/* line 61, ../sass/_general.scss */
.oneColList > ul h4 a {
  color: #343434 !important;
}
/* line 66, ../sass/_general.scss */
.oneColList > ul p {
  font-size: 15px;
  line-height: 1.2;
  margin: 0 0 5px !important;
}
/* line 70, ../sass/_general.scss */
.oneColList > ul p a {
  color: #2c95dd !important;
}

/* line 79, ../sass/_general.scss */
.twoColGrid {
  clear: both;
}
/* line 82, ../sass/_general.scss */
.twoColGrid > ul {
  clear: both;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  overflow: hidden;
}
/* line 89, ../sass/_general.scss */
.twoColGrid > ul > li {
  clear: left;
  border-top: 1px solid #ddd;
  overflow: hidden;
}
/* line 94, ../sass/_general.scss */
.twoColGrid > ul > li:first-child {
  border: none;
  margin-top: 0;
}
/* line 103, ../sass/_general.scss */
.twoColGrid .gridItem {
  width: 46%;
  float: left;
  margin: 15px 10px;
}
/* line 108, ../sass/_general.scss */
.twoColGrid .gridItem:first-child {
  border-right: 1px solid #ddd;
  padding-right: 10px;
}
/* line 113, ../sass/_general.scss */
.twoColGrid .gridItem p {
  margin: 10px 0 0 !important;
  line-height: 1.1 !important;
}
/* line 118, ../sass/_general.scss */
.twoColGrid .gridItem .mediaBlockImage {
  width: 80px;
  height: 100px;
}

/* line 1, ../sass/_bitpipeAbstract.scss */
#bprAbstractOneReg #abstractHeader img {
  width: 100%;
}

/* line 5, ../sass/_bitpipeAbstract.scss */
#bprAbstractOneReg .main-content {
  margin-top: 130px;
}

@media (min-width: 960px) {
  /* line 10, ../sass/_bitpipeAbstract.scss */
  #bprAbstractOneReg .main-content {
    margin-top: 20px;
  }
}
/* bitpipe abstract */
/* line 16, ../sass/_bitpipeAbstract.scss */
#abstractHeader {
  background-size: 100%;
  max-width: 1200px;
  width: 100%;
}

/* line 24, ../sass/_bitpipeAbstract.scss */
#micrositeContainer #abstractHeader img {
  width: 100%;
}

/* line 28, ../sass/_bitpipeAbstract.scss */
.resDetail {
  background-color: #fff;
  overflow: hidden;
  padding: 30px 50px;
}

/* line 30, ../sass/_bitpipeAbstract.scss */
.resTitleLogo {
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
/* line 31, ../sass/_bitpipeAbstract.scss */
.resTitleLogo h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px !important;
}
/* line 36, ../sass/_bitpipeAbstract.scss */
.resTitleLogo h3 a {
  color: #15204f;
}
/* line 39, ../sass/_bitpipeAbstract.scss */
.resTitleLogo h4 {
  color: #666;
  font-size: 12px;
  font-weight: normal;
}

/* line 46, ../sass/_bitpipeAbstract.scss */
.resAbstract {
  clear: both;
  overflow: hidden;
  width: 100%;
}
/* line 51, ../sass/_bitpipeAbstract.scss */
.resAbstract .col1 {
  float: left;
  padding-right: 25px;
  width: 190px;
}
/* line 56, ../sass/_bitpipeAbstract.scss */
.resAbstract .col1 td {
  font-size: 12px;
  padding: 0 25px 5px 0;
  vertical-align: top;
}
/* line 61, ../sass/_bitpipeAbstract.scss */
.resAbstract .col1 td strong {
  font-weight: bold;
}
/* line 64, ../sass/_bitpipeAbstract.scss */
.resAbstract .col2 {
  float: left;
  width: 605px;
}
/* line 67, ../sass/_bitpipeAbstract.scss */
.resAbstract .col2 .abstract {
  border-top: 1px solid #ccc;
  padding: 10px 0 0;
}
/* line 72, ../sass/_bitpipeAbstract.scss */
.resAbstract .col2 h5 {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 2px;
  text-transform: uppercase;
}
/* line 80, ../sass/_bitpipeAbstract.scss */
.resAbstract .col2 p {
  margin-bottom: 10px;
}
/* line 82, ../sass/_bitpipeAbstract.scss */
.resAbstract .col2 a.viewNow {
  background: url(../images/viewNowGradient.png) repeat-x 0 0;
  border-radius: 8px;
  color: #fff !important;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 20px;
  padding: 5px 30px;
  text-align: center;
}
/* line 93, ../sass/_bitpipeAbstract.scss */
.resAbstract .col2 a.viewNow:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  text-decoration: none !important;
}

/* line 1, ../sass/_whatIsThis.scss */
#whatIsThis {
  margin-left: 245px;
  *margin-left: 0;
  position: absolute;
  zoom: 1;
  z-index: 9999;
}

/* line 9, ../sass/_whatIsThis.scss */
#whatIsThis li {
  float: left;
  display: block;
  height: 25px;
  position: relative;
  z-index: 500;
}

/* line 17, ../sass/_whatIsThis.scss */
#whatIsThis li a {
  border-top: 0;
  border: 1px solid #999;
  border-bottom: 0;
  display: block;
  font-size: 11px;
  font-weight: 300;
  height: 24px;
  padding: 0 15px;
  text-decoration: none;
  color: #fff;
  position: relative;
  z-index: 1;
}

/* line 32, ../sass/_whatIsThis.scss */
#whatIsThis a.selected {
  color: #444;
  background: #fff;
}

/* line 37, ../sass/_whatIsThis.scss */
#whatIsThis ul {
  box-shadow: 0px 10px 15px 0px #333;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
  background: #fff;
  top: 24px;
}

/* line 51, ../sass/_whatIsThis.scss */
#whatIsThis li a:hover {
  /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
  background: white url("../images/whatsThisArrowHover.png") no-repeat 5px 10px;
  color: #444;
  text-decoration: none;
  cursor: pointer;
}

/* line 59, ../sass/_whatIsThis.scss */
#whatIsThis li ul li a:first-child {
  background: white url("../images/whatsThisArrowHover.png") no-repeat 5px 10px;
  border-radius: 0;
  color: #444 !important;
  font-size: 11px;
  font-weight: 300;
  height: 24px;
  padding: 6px 15px 0;
  text-decoration: none;
  position: absolute;
  top: -24px;
  left: 0;
  z-index: 10;
}

/* line 74, ../sass/_whatIsThis.scss */
#whatIsThis li ul li a.close {
  background: white url("../images/WhatIsThis_Close.png") no-repeat 5px 6px;
  color: #666 !important;
  float: right;
  font-size: 12px !important;
  font-weight: bold;
  padding: 5px 0 0 18px;
  text-decoration: none;
  cursor: pointer;
}

/* line 85, ../sass/_whatIsThis.scss */
#whatIsThis li ul li {
  display: block;
  color: #444;
  height: auto;
  text-decoration: none;
  width: 440px;
  margin: 0 2px 9px 0;
  padding: 5px 20px 20px;
}

/* line 94, ../sass/_whatIsThis.scss */
#whatIsThis li ul li h4 {
  font-size: 16px;
}

/* line 97, ../sass/_whatIsThis.scss */
#whatIsThis li ul li p {
  font-size: 12px;
  line-height: 1.5em;
}

/* line 102, ../sass/_whatIsThis.scss */
#whatIsThis li ul h4 {
  color: #444;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 10px;
}

/* line 109, ../sass/_whatIsThis.scss */
#whatIsThis li ul p {
  color: #444;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5em !important;
  margin: 25px 0 0 !important;
}

/* line 117, ../sass/_whatIsThis.scss */
#whatIsThis li ul a {
  background: #0e68c8;
  border-radius: 3px;
  border: 0 !important;
  color: #fff !important;
  display: block;
  font-size: 12px;
  height: 12px;
  line-height: 1;
  color: #20204e;
  padding: 8px 15px;
  text-decoration: none;
}

/* line 131, ../sass/_whatIsThis.scss */
#whatIsThis li ul a:hover {
  background: #0b4f98;
  border-radius: 3px;
  border: 0 !important;
  color: #fff !important;
  display: block;
  font-size: 12px;
  height: 12px;
  line-height: 1;
  color: #20204e;
  padding: 8px 15px;
  text-decoration: none;
}

/* for embedded microsites */
/* line 2, ../sass/_advertisementHeader.scss */
#micrositeAdvertisement {
  border: 1px solid #b1b1b1;
  border-bottom: none;
  height: 25px;
  background-color: #999;
  color: #fff;
  margin: 15px 0 0 0;
  overflow: hidden;
}

/* line 11, ../sass/_advertisementHeader.scss */
#micrositeAdvertisement img {
  float: left;
  margin: 5px 15px 0;
}

/* line 15, ../sass/_advertisementHeader.scss */
#micrositeAdvertisement a {
  background: url("../images/whatsThisArrow.png") no-repeat 5px 9px;
  color: #fff;
  float: left;
  font-size: 12px;
  margin: 0;
  padding: 5px 15px;
  text-decoration: none;
}

/* line 25, ../sass/_advertisementHeader.scss */
#micrositeAdvertisement #micrositeClose {
  float: right;
}

/* line 29, ../sass/_advertisementHeader.scss */
#micrositeAdvertisement #micrositeClose a {
  font-weight: normal;
  background: url(../images/iconMicrositeClose.png) 7px 6px no-repeat;
  line-height: 14px;
  padding: 5px 10px 0 20px;
  display: block;
  font-size: 12px;
  color: #fff;
}

/* line 39, ../sass/_advertisementHeader.scss */
#micrositeAdvertisement #micrositeClose a:hover {
  text-decoration: none;
}

/* line 5, ../sass/_wayfinder.scss */
.wayfinder .wayfinderContent, .wayfinder .wayfinderContent p {
  font-size: 16px !important;
  line-height: 1.4em !important;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  max-width: 666px;
  width: 100%;
}
/* line 13, ../sass/_wayfinder.scss */
.wayfinder h2 {
  color: #343434;
  font-size: 20px;
  margin: 0 0 8px !important;
}
/* line 19, ../sass/_wayfinder.scss */
.wayfinder.wayfinderImage, .wayfinder.wayfinderVideo {
  border: 1px solid #ccc;
  height: 260px;
  position: relative;
}
/* line 25, ../sass/_wayfinder.scss */
.wayfinder.wayfinderImage .wayfinderCornerstoneVideo, .wayfinder.wayfinderVideo .wayfinderCornerstoneVideo {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 10px 10px 20px;
  float: right;
}
/* line 32, ../sass/_wayfinder.scss */
.wayfinder.wayfinderImage .wayfinderCornerstoneImage, .wayfinder.wayfinderVideo .wayfinderCornerstoneImage {
  position: absolute;
  z-index: 0;
  right: 0;
}
/* line 38, ../sass/_wayfinder.scss */
.wayfinder.wayfinderImage .wayfinderContent, .wayfinder.wayfinderVideo .wayfinderContent {
  width: 500px;
  margin: 20px 0 0 20px;
  position: relative;
  z-index: 1;
}
/* line 44, ../sass/_wayfinder.scss */
.wayfinder.wayfinderImage .wayfinderContent p, .wayfinder.wayfinderVideo .wayfinderContent p {
  line-height: 1.5;
}
/* line 48, ../sass/_wayfinder.scss */
.wayfinder.wayfinderImage h2, .wayfinder.wayfinderVideo h2 {
  width: 400px;
  line-height: 1.25 !important;
}
/* line 55, ../sass/_wayfinder.scss */
.wayfinder.wayfinderImage {
  height: 260px;
}
/* line 59, ../sass/_wayfinder.scss */
.wayfinder.wayfinderVideo {
  height: 306px;
}

/* line 7, ../sass/_addThisShare.scss */
#mobileSocialContainer {
  background: #ccc;
  box-sizing: border-box;
  bottom: 0;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  padding: 10px 0 0;
  position: fixed;
  text-align: center;
  transition: height .5s;
  width: 100%;
  z-index: 99;
}
/* line 23, ../sass/_addThisShare.scss */
#mobileSocialContainer > a:after {
  content: "\25B2";
}
/* line 29, ../sass/_addThisShare.scss */
#mobileSocialContainer.expanded {
  height: 300px;
}
/* line 32, ../sass/_addThisShare.scss */
#mobileSocialContainer.expanded > a:after {
  content: "\25BC";
}
/* line 38, ../sass/_addThisShare.scss */
#mobileSocialContainer:hover {
  cursor: pointer;
}
/* line 42, ../sass/_addThisShare.scss */
#mobileSocialContainer .socialShare-addThis {
  background-image: none !important;
  box-shadow: inset 0 0 10px #000000 !important;
  display: block !important;
  left: 0 !important;
  margin: 15px 0 0 !important;
  position: relative !important;
  width: 100% !important;
  top: 0 !important;
}
/* line 52, ../sass/_addThisShare.scss */
#mobileSocialContainer .socialShare-addThis a {
  border-top: 1px solid #ccc;
  margin: 0 !important;
  padding: 15px 30px !important;
  width: 100%;
}
/* line 59, ../sass/_addThisShare.scss */
#mobileSocialContainer .socialShare-addThis .at_a11y {
  height: auto !important;
  text-indent: 30px !important;
  width: auto !important;
}
/* line 65, ../sass/_addThisShare.scss */
#mobileSocialContainer .socialShare-addThis .at300bs {
  text-align: left !important;
  width: 100% !important;
}
/* line 68, ../sass/_addThisShare.scss */
#mobileSocialContainer .socialShare-addThis .at300bs .at_a11y {
  margin-left: 45px !important;
  position: relative !important;
}

/* line 76, ../sass/_addThisShare.scss */
.socialShare-addThis {
  display: none;
  position: absolute;
  z-index: 1;
  line-height: 0;
}
/* line 82, ../sass/_addThisShare.scss */
.socialShare-addThis a {
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 0 !important;
}
/* line 88, ../sass/_addThisShare.scss */
.socialShare-addThis.addThisVertical {
  position: absolute;
  top: 0;
  background: #fff;
  background-image: -moz-linear-gradient(left, #ffffff 85%, #dddddd 100%);
  background-image: -webkit-linear-gradient(left, #ffffff 85%, #dddddd 100%);
  background-image: linear-gradient(to right, #ffffff 85%, #dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd',GradientType=1 );
}
/* line 95, ../sass/_addThisShare.scss */
.socialShare-addThis.addThisVertical a {
  display: block;
  margin: 5px;
}
/* line 100, ../sass/_addThisShare.scss */
.socialShare-addThis.addThisVertical.addthis_default_style {
  width: 26px;
  left: -26px;
  margin: 0 10px;
}
/* line 105, ../sass/_addThisShare.scss */
.socialShare-addThis.addThisVertical.addthis_default_style a {
  margin: 5px;
}
/* line 109, ../sass/_addThisShare.scss */
.socialShare-addThis.addThisVertical.addthis_20x20_style {
  width: 35px;
  left: -37px;
}
/* line 113, ../sass/_addThisShare.scss */
.socialShare-addThis.addThisVertical.addthis_20x20_style a {
  margin: 10px;
}
/* line 116, ../sass/_addThisShare.scss */
.socialShare-addThis.addThisVertical.addthis_32x32_style {
  width: 52px;
  left: -63px;
  margin: 10px;
}
/* line 121, ../sass/_addThisShare.scss */
.socialShare-addThis.addThisVertical.addthis_32x32_style a {
  height: auto;
  margin: 12px;
  overflow: hidden;
  width: 32px;
}

/* line 126, ../sass/_addThisShare.scss */
.socialWrapper {
  position: relative;
}

/* line 132, ../sass/_addThisShare.scss */
.socialShare-outer {
  position: absolute;
  width: 100%;
  z-index: 1;
}
/* line 137, ../sass/_addThisShare.scss */
.socialShare-outer .socialShare-inner {
  margin: 0 auto;
  position: relative;
}

/* line 4, ../sass/_contentTabs.scss */
.contentTabs {
  border: 1px solid #cccccc;
  margin: 0 0 25px;
  overflow: hidden;
  position: relative;
}
/* line 11, ../sass/_contentTabs.scss */
.contentTabs .contentTabsNav {
  background-color: #fafafa;
  position: relative;
}
/* line 15, ../sass/_contentTabs.scss */
.contentTabs .contentTabsNav ul {
  background-color: white;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
/* line 24, ../sass/_contentTabs.scss */
.contentTabs .contentTabsNav li a {
  color: #343434 !important;
  background-color: #ececec !important;
  display: block;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
}
/* line 35, ../sass/_contentTabs.scss */
.contentTabs .contentTabsNav li a:hover {
  color: white !important;
  background-color: #999999 !important;
  text-decoration: none !important;
}
/* line 43, ../sass/_contentTabs.scss */
.contentTabs .contentTabsNav li.active a {
  color: white !important;
  background-color: #676767 !important;
  border-bottom: none;
  position: relative;
}
/* line 55, ../sass/_contentTabs.scss */
.contentTabs .arrow, .contentTabs .verticalNavigationArrow, .contentTabs.tabsVerticalLeft .contentTabsNav li.active a:after, .contentTabs.tabsVerticalRight .contentTabsNav li.active a:before, .contentTabs .horizontalNavigationArrow, .contentTabs.tabsHorizontalTop .contentTabsNav li.active a:after, .contentTabs.tabsHorizontalBottom .contentTabsNav li.active a:before {
  content: '';
  position: absolute;
  display: block;
  height: 0;
  width: 0;
}
/* line 63, ../sass/_contentTabs.scss */
.contentTabs .verticalNavigationArrow, .contentTabs.tabsVerticalLeft .contentTabsNav li.active a:after, .contentTabs.tabsVerticalRight .contentTabsNav li.active a:before {
  top: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
/* line 70, ../sass/_contentTabs.scss */
.contentTabs .horizontalNavigationArrow, .contentTabs.tabsHorizontalTop .contentTabsNav li.active a:after, .contentTabs.tabsHorizontalBottom .contentTabsNav li.active a:before {
  left: 46%;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
/* line 77, ../sass/_contentTabs.scss */
.contentTabs .verticalNavigation, .contentTabs.tabsVerticalLeft .contentTabsNav, .contentTabs.tabsVerticalRight .contentTabsNav {
  width: 180px;
  height: 450px;
}
/* line 81, ../sass/_contentTabs.scss */
.contentTabs .verticalNavigation li, .contentTabs.tabsVerticalLeft .contentTabsNav li, .contentTabs.tabsVerticalRight .contentTabsNav li {
  border-bottom: 1px solid #cccccc;
}
/* line 89, ../sass/_contentTabs.scss */
.contentTabs.tabsVerticalLeft .contentTabsNav {
  float: left;
  border-right: 1px solid #cccccc;
}
/* line 94, ../sass/_contentTabs.scss */
.contentTabs.tabsVerticalLeft .contentTabsNav li.active a:after {
  right: -12px;
  border-left: 12px solid #676767;
}
/* line 100, ../sass/_contentTabs.scss */
.contentTabs.tabsVerticalLeft .contentTabsNav a {
  padding-left: 10px;
}
/* line 106, ../sass/_contentTabs.scss */
.contentTabs.tabsVerticalLeft .contentTabsPanelCollection {
  float: right;
  width: 766px;
}
/* line 115, ../sass/_contentTabs.scss */
.contentTabs.tabsVerticalRight .contentTabsNav {
  float: right;
  border-left: 1px solid #cccccc;
}
/* line 120, ../sass/_contentTabs.scss */
.contentTabs.tabsVerticalRight .contentTabsNav li.active a:before {
  left: -12px;
  border-right: 12px solid #676767;
}
/* line 126, ../sass/_contentTabs.scss */
.contentTabs.tabsVerticalRight .contentTabsNav a {
  padding-right: 10px;
}
/* line 132, ../sass/_contentTabs.scss */
.contentTabs.tabsVerticalRight .contentTabsPanelCollection {
  float: left;
  width: 766px;
}
/* line 141, ../sass/_contentTabs.scss */
.contentTabs .horizontalNavigation ul, .contentTabs.tabsHorizontalTop .contentTabsNav ul, .contentTabs.tabsHorizontalBottom .contentTabsNav ul {
  text-align: center;
}
/* line 145, ../sass/_contentTabs.scss */
.contentTabs .horizontalNavigation li, .contentTabs.tabsHorizontalTop .contentTabsNav li, .contentTabs.tabsHorizontalBottom .contentTabsNav li {
  display: inline-block;
  border-left: 1px solid white;
  border-bottom: none;
  float: left;
}
/* line 151, ../sass/_contentTabs.scss */
.contentTabs .horizontalNavigation li:first-child, .contentTabs.tabsHorizontalTop .contentTabsNav li:first-child, .contentTabs.tabsHorizontalBottom .contentTabsNav li:first-child {
  border-left: none;
}
/* line 165, ../sass/_contentTabs.scss */
.contentTabs.tabsHorizontalTop .contentTabsNav li.active a:after {
  border-bottom: 8px solid white;
  bottom: 0;
}
/* line 183, ../sass/_contentTabs.scss */
.contentTabs.tabsHorizontalBottom .contentTabsNav {
  position: relative;
  top: 470px;
}
/* line 190, ../sass/_contentTabs.scss */
.contentTabs.tabsHorizontalBottom .contentTabsNav ul {
  border-top: 1px solid #cccccc;
}
/* line 194, ../sass/_contentTabs.scss */
.contentTabs.tabsHorizontalBottom .contentTabsNav li.active a:before {
  border-top: 8px solid white;
  top: 0;
}
/* line 208, ../sass/_contentTabs.scss */
.contentTabs.tabsHorizontalBottom .contentTabsPanelCollection {
  margin-top: -35px;
  margin-bottom: 35px;
}
/* line 216, ../sass/_contentTabs.scss */
.contentTabs.tabsNone .contentTabsNav {
  display: none;
}
/* line 221, ../sass/_contentTabs.scss */
.contentTabs .contentTabsPanel {
  display: none;
  padding: 10px;
  color: #444;
  height: 430px;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* line 230, ../sass/_contentTabs.scss */
.contentTabs .contentTabsPanel:first-child {
  display: block;
}
/* line 234, ../sass/_contentTabs.scss */
.contentTabs .contentTabsPanel p {
  margin: 0 0 10px !important;
}
/* line 238, ../sass/_contentTabs.scss */
.contentTabs .contentTabsPanel h3 {
  font-size: 16px !important;
  margin: 0 0 5px !important;
}
/* line 243, ../sass/_contentTabs.scss */
.contentTabs .contentTabsPanel .contentTabsPanelIntroGraphic {
  border: 1px solid #ccc !important;
  float: right;
  margin: 0 0 10px 10px;
}
/* line 253, ../sass/_contentTabs.scss */
.contentTabs.pinnedPanelTop .contentTabsPanel {
  padding: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 450px;
}
/* line 260, ../sass/_contentTabs.scss */
.contentTabs.pinnedPanelTop .contentTabsPanelContent {
  height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* line 266, ../sass/_contentTabs.scss */
.contentTabs.pinnedPanelTop .contentTabsPanelIntro {
  height: 100px;
  background-color: #ececec;
  padding: 15px 20px;
  margin: 0 0 10px;
  border-bottom: 1px solid #676767;
  overflow: hidden;
}
/* line 281, ../sass/_contentTabs.scss */
.contentTabs.pinnedPanelLeft .contentTabsPanel {
  clear: both;
  height: auto;
  padding: 0;
  overflow-y: hidden;
  overflow-x: hidden;
}
/* line 289, ../sass/_contentTabs.scss */
.contentTabs.pinnedPanelLeft .contentTabsPanelContent {
  float: right;
  width: 690px;
  height: 527px;
  padding: 0 10px 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* line 298, ../sass/_contentTabs.scss */
.contentTabs.pinnedPanelLeft .contentTabsPanelIntro {
  float: left;
  width: 245px;
  padding: 10px 10px 0;
  background-color: white;
  border-right: 1px solid transparent;
  height: auto;
  overflow: hidden;
}
/* line 307, ../sass/_contentTabs.scss */
.contentTabs.pinnedPanelLeft .contentTabsPanelIntro .assetParent {
  position: absolute;
}
/* line 312, ../sass/_contentTabs.scss */
.contentTabs.pinnedPanelLeft .contentTabsPanelIntro .contentTabsFeaturedContent {
  background: url(../images/featuredContentTopGradient.png) top left repeat-x, url(../images/featuredContentBottomGradient.png) bottom left repeat-x;
  background-color: #fff;
  border: 1px solid #d4dce0;
  margin-bottom: 10px;
  min-height: 200px;
  padding: 10px 8px;
  width: 225px;
}
/* line 321, ../sass/_contentTabs.scss */
.contentTabs.pinnedPanelLeft .contentTabsPanelIntro .contentTabsFeaturedContent .contentTabsPanelBanner {
  background: url(../images/featuredContentRibbon.png) no-repeat 0 0;
  height: 15px;
  margin-left: -8px;
  width: 122px;
  color: #fff;
  font-family: helvetica, arial, sans-serif;
  font-size: 10px !important;
  font-weight: normal !important;
  line-height: 15px !important;
  padding-left: 8px !important;
}
/* line 337, ../sass/_contentTabs.scss */
.contentTabs.pinnedPanelLeft .contentTabsPanelIntro .contentTabsFeaturedContent h3 {
  color: #343434;
  font-size: 16px;
  line-height: 1.2em !important;
  margin: 18px 0 10px !important;
}
/* line 344, ../sass/_contentTabs.scss */
.contentTabs.pinnedPanelLeft .contentTabsPanelIntro .contentTabsFeaturedContent p {
  color: #000;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4em;
}
/* line 351, ../sass/_contentTabs.scss */
.contentTabs.pinnedPanelLeft .contentTabsPanelIntro .contentTabsFeaturedContent a {
  background: #2c95dd;
  border-radius: 5px;
  color: #fff !important;
  display: inline-block;
  font-size: 11px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  width: 117px;
}
/* line 363, ../sass/_contentTabs.scss */
.contentTabs.pinnedPanelLeft .contentTabsPanelIntro .contentTabsFeaturedContent a:hover {
  background: #4e4e4e;
  text-decoration: none !important;
}
/* line 374, ../sass/_contentTabs.scss */
.contentTabs.pinnedPanelLeft .oneColList, .contentTabs.pinnedPanelLeft .twoColGrid {
  clear: none;
}
/* line 378, ../sass/_contentTabs.scss */
.contentTabs.pinnedPanelLeft .contentTabsPanelIntroGraphic {
  float: none;
  margin: 0 0 10px;
}

/* may or may not be used */
/* line 388, ../sass/_contentTabs.scss */
.contentTabsCaption {
  color: #343434;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px !important;
}

/* line 19, ../sass/_featuredVideo.scss */
.section {
  background: #fff;
  border: 1px solid #dedede;
  height: 370px;
  margin: 0 auto 15px;
  padding-top: 0;
  width: 940px;
}

/* line 28, ../sass/_featuredVideo.scss */
.BrightcoveExperience {
  position: absolute;
}

/* line 32, ../sass/_featuredVideo.scss */
#_containermyexperience, #_containermyExperience {
  display: block !important;
}

/* line 36, ../sass/_featuredVideo.scss */
#playlist_player {
  float: left;
  height: 368px;
  width: 640px;
}

/* line 42, ../sass/_featuredVideo.scss */
.playlist-item, .playlist-item-selected {
  float: left;
  padding: 0 18px 10px;
  font-size: x-small;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
/* line 51, ../sass/_featuredVideo.scss */
.playlist-item img, .playlist-item-selected img {
  clear: left;
  float: left;
  height: 142px;
  width: 250px;
}
/* line 58, ../sass/_featuredVideo.scss */
.playlist-item h6, .playlist-item-selected h6 {
  background-color: rgba(0, 0, 0, 0.65);
  bottom: 10px;
  color: #fff;
  display: block;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  left: 18px;
  margin: 0 !important;
  padding: 5px !important;
  position: absolute;
  width: 250px;
}
/* line 73, ../sass/_featuredVideo.scss */
.playlist-item p, .playlist-item-selected p {
  font-family: arial;
  font-size: 12px;
  margin: 0;
}
/* line 79, ../sass/_featuredVideo.scss */
.playlist-item .playing, .playlist-item-selected .playing {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  left: 50%;
  margin-left: -65px !important;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 40px;
  width: 130px;
}

/* line 101, ../sass/_featuredVideo.scss */
.duration {
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  display: inline-block;
  font-size: 10px !important;
  font-weight: bold !important;
  line-height: 1;
  padding: 3px;
  position: absolute;
  right: 18px;
  top: 0;
}

/* line 114, ../sass/_featuredVideo.scss */
.playlist-btn {
  background: #e7e7e7;
  border-top: 1px solid #dedede;
  color: black;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 46px;
  margin: 0;
  padding: 0 10px;
  width: 298px;
}
/* line 127, ../sass/_featuredVideo.scss */
.playlist-btn:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
/* line 135, ../sass/_featuredVideo.scss */
.playlist-btn:hover {
  background: #333;
}
/* line 138, ../sass/_featuredVideo.scss */
.playlist-btn:hover p {
  color: #fff !important;
}
/* line 143, ../sass/_featuredVideo.scss */
.playlist-btn p {
  color: #333;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin: 0 !important;
  padding: 0 5px 0 32px;
  vertical-align: middle;
  text-transform: uppercase;
}

/* line 155, ../sass/_featuredVideo.scss */
.playlist-btn-selected {
  cursor: pointer;
  margin: 0;
  padding: 5px 10px;
  font-size: small;
  color: whitesmoke;
  border: 1px solid #9a9a9a;
  background-color: #575758;
  display: block;
  width: 298px;
}

/* line 167, ../sass/_featuredVideo.scss */
ul#BCL_playlistSelector {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 297px;
}
/* line 174, ../sass/_featuredVideo.scss */
ul#BCL_playlistSelector > li {
  background: #343434;
  color: #fff;
  cursor: pointer;
  line-height: 0;
  padding: 7px 0;
  position: relative;
}
/* line 182, ../sass/_featuredVideo.scss */
ul#BCL_playlistSelector > li:nth-child(2) {
  padding: 0 !important;
}
/* line 186, ../sass/_featuredVideo.scss */
ul#BCL_playlistSelector > li p {
  color: #343434;
  display: inline-block;
  font-family: arial;
  font-size: 12px;
  line-height: 1;
  margin: 0;
  padding: 0 0 0 15px;
  text-transform: uppercase;
  vertical-align: middle;
  width: 85%;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
/* line 202, ../sass/_featuredVideo.scss */
ul#BCL_playlistSelector > li > p {
  color: #fff;
}
/* line 206, ../sass/_featuredVideo.scss */
ul#BCL_playlistSelector > li:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* line 214, ../sass/_featuredVideo.scss */
ul#BCL_playlistSelector img {
  margin: 0 8px;
  vertical-align: middle;
}

/* line 220, ../sass/_featuredVideo.scss */
#BCL_playlistSelectorDropDown {
  background: white;
  border-bottom: 1px solid #dedede;
  border-top: 0;
  display: none;
  font-family: arial;
  margin: 0px !important;
  padding: 0 !important;
  position: absolute;
  top: 0;
  width: 298px;
  z-index: 1;
}

/* line 234, ../sass/_featuredVideo.scss */
#BCL_playlist {
  border-top: 0;
  float: left;
  height: 337px !important;
  padding: 10px 0;
  position: relative;
  width: 297px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* Add class .group to parent container. IE8+. */
/* line 4, ../sass/_responsive.scss */
.group:after {
  content: "";
  display: table;
  clear: both;
}

/* line 10, ../sass/_responsive.scss */
.hidden {
  display: none !important;
}

/* line 14, ../sass/_responsive.scss */
.fleft {
  float: left;
}

/* line 18, ../sass/_responsive.scss */
.fright {
  float: right;
}

/* line 22, ../sass/_responsive.scss */
.at4m-menu {
  top: 112px !important;
}

/* line 26, ../sass/_responsive.scss */
#at4-share {
  display: none !important;
}

/* line 30, ../sass/_responsive.scss */
.socialShare-addThis {
  display: none !important;
}

/* line 34, ../sass/_responsive.scss */
.at4-hide {
  display: block !important;
  position: relative;
  z-index: 2;
}

/* line 39, ../sass/_responsive.scss */
#at4m-mobile-container {
  position: relative !important;
  z-index: 2 !important;
}

/* line 43, ../sass/_responsive.scss */
p > img {
  width: 100%;
}

/* line 47, ../sass/_responsive.scss */
.micrositeHeader img {
  width: 100%;
}

/* line 51, ../sass/_responsive.scss */
.resDetail iframe {
  border: none;
}

@media (min-width: 640px) {
  /* line 56, ../sass/_responsive.scss */
  body:after {
    content: "640";
    display: none;
  }

  /* Sponsored Content Header */
  /* line 63, ../sass/_responsive.scss */
  .micrositeSponsoredType {
    float: left;
  }

  /* line 66, ../sass/_responsive.scss */
  .micrositeSponsoredType {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: -.02em;
    color: #00b3ab;
    text-align: left;
    margin: 0 20px 0 0;
  }

  /* line 76, ../sass/_responsive.scss */
  .micrositeWhatIsThis {
    float: left;
  }

  /* line 79, ../sass/_responsive.scss */
  .micrositeWhatIsThis a {
    float: left;
    line-height: 65px;
    margin-top: 0;
    top: 0;
  }

  /* line 85, ../sass/_responsive.scss */
  .micrositeWhatIsThis i {
    float: left;
    line-height: 65px;
    margin-top: 0;
    top: 0 !important;
  }

  /* line 91, ../sass/_responsive.scss */
  .micrositeSponsorLogo {
    margin: 0;
  }

  /* line 94, ../sass/_responsive.scss */
  .micrositeSponsorLogo p {
    color: #333;
    display: inline-block;
    float: left;
    font-size: 15px;
    line-height: 65px;
    margin: 0;
    margin-right: 5px;
    position: relative;
    top: 0;
  }

  /* line 105, ../sass/_responsive.scss */
  .micrositeSponsorLogo img {
    margin-top: 16px;
  }

  /* line 108, ../sass/_responsive.scss */
  .micrositeWhatIsThis-dropDownPanel {
    width: 375px !important;
  }

  /* Fixed Sponsored Content Header */
  /* line 114, ../sass/_responsive.scss */
  .header-mobile-fixed .micrositeSponsoredType {
    line-height: 42px;
  }

  /* line 117, ../sass/_responsive.scss */
  .header-mobile-fixed .micrositeWhatIsThis a, .header-mobile-fixed .micrositeWhatIsThis i, .header-mobile-fixed .micrositeSponsorLogo p {
    line-height: 44px !important;
  }

  /* line 120, ../sass/_responsive.scss */
  .header-mobile-fixed .micrositeSponsorLogo img {
    margin-top: 5px;
  }
}
@media (min-width: 960px) {
  /* line 127, ../sass/_responsive.scss */
  body:after {
    content: "960";
    display: none;
  }

  /* Site Header */
  /* line 134, ../sass/_responsive.scss */
  .header {
    background: #fff;
    height: 90px;
  }

  /* line 138, ../sass/_responsive.scss */
  .header-logo {
    bottom: 10px;
  }

  /* Sponsored Content Header */
  /* line 144, ../sass/_responsive.scss */
  .micrositeSponsoredContentHeader {
    margin-top: 0 !important;
  }

  /* line 147, ../sass/_responsive.scss */
  .micrositeWhatIsThis a {
    float: left;
    line-height: 65px !important;
    margin-top: 0 !important;
    top: 0 !important;
  }

  /* line 153, ../sass/_responsive.scss */
  .micrositeWhatIsThis i {
    float: left;
  }

  /* Fixed Sponsored Content Header */
  /* line 158, ../sass/_responsive.scss */
  .header-desktop-fixed .locking-full-bar {
    top: 0 !important;
  }

  /* line 161, ../sass/_responsive.scss */
  .header-desktop-fixed .micrositeSponsoredType {
    line-height: 42px;
  }

  /* line 164, ../sass/_responsive.scss */
  .header-desktop-fixed .micrositeWhatIsThis a, .header-desktop-fixed .micrositeWhatIsThis i, .header-desktop-fixed .micrositeSponsorLogo p {
    line-height: 44px !important;
  }

  /* line 167, ../sass/_responsive.scss */
  .header-desktop-fixed .micrositeSponsorLogo img {
    margin-top: 5px;
  }

  /* line 171, ../sass/_responsive.scss */
  .section {
    width: 96%;
  }
}
@media (min-width: 1280px) {
  /* line 178, ../sass/_responsive.scss */
  body:after {
    content: "1280";
    display: none;
  }

  /* line 183, ../sass/_responsive.scss */
  .micrositeSponsoredContentHeader {
    margin-top: 0px !important;
  }

  /* line 187, ../sass/_responsive.scss */
  .section {
    width: 940px;
  }

  /* line 191, ../sass/_responsive.scss */
  .socialShare-addThis {
    display: block !important;
  }

  /* line 195, ../sass/_responsive.scss */
  .at4-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 1280px) {
  /* line 201, ../sass/_responsive.scss */
  #contentCompress {
    max-width: 960px;
    width: 100%;
  }

  /* line 206, ../sass/_responsive.scss */
  #micrositeContent {
    margin: 0;
  }

  /* line 210, ../sass/_responsive.scss */
  .wayfinder {
    margin: 0 0 15px;
    padding: 0 20px;
  }
  /* line 214, ../sass/_responsive.scss */
  .wayfinder .wayfinderContent {
    max-width: 666px;
    margin: 0;
    width: 100%;
  }
  /* line 220, ../sass/_responsive.scss */
  .wayfinder #micrositeIntroText p {
    margin: 0 !important;
  }

  /* line 225, ../sass/_responsive.scss */
  .resizer {
    border: 0 !important;
    float: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: relative;
    height: 100% !important;
    width: 96% !important;
  }

  /* line 235, ../sass/_responsive.scss */
  .section {
    max-width: 920px;
  }

  /* line 239, ../sass/_responsive.scss */
  #playlist_player {
    float: none;
    padding-bottom: 62%;
    position: relative;
    height: 100%;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
  }

  /* line 250, ../sass/_responsive.scss */
  .BrightcoveExperience {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* line 258, ../sass/_responsive.scss */
  object, embed {
    max-height: 100%;
    max-width: 100%;
  }

  /* line 263, ../sass/_responsive.scss */
  ul#BCL_playlistSelector {
    float: none !important;
    position: absolute !important;
    max-width: 920px;
    width: 100% !important;
  }
  /* line 269, ../sass/_responsive.scss */
  ul#BCL_playlistSelector > li {
    padding: 14px 0 !important;
  }

  /* line 276, ../sass/_responsive.scss */
  #BCL_playlistSelectorDropDown {
    width: 100%;
  }
  /* line 279, ../sass/_responsive.scss */
  #BCL_playlistSelectorDropDown .playlist-btn {
    width: 100%;
  }

  /* line 284, ../sass/_responsive.scss */
  #BCL_playlist {
    height: 100% !important;
    margin-top: 35px;
    padding: 10px 0;
    width: 100%;
  }

  /* line 291, ../sass/_responsive.scss */
  .playlist-item, .playlist-item-selected {
    background: #ececec;
    border: 1px solid #e1e1e1 !important;
    display: table;
    float: none !important;
    margin-top: 10px;
    padding: 0;
    width: 100%;
  }
  /* line 300, ../sass/_responsive.scss */
  .playlist-item img, .playlist-item-selected img {
    height: auto !important;
    max-height: 142px !important;
    max-width: 250px;
    width: 99% !important;
  }
  /* line 307, ../sass/_responsive.scss */
  .playlist-item h6, .playlist-item-selected h6 {
    background: none !important;
    color: #444 !important;
    display: table-cell !important;
    font-size: 18px !important;
    line-height: 1.5em;
    position: static !important;
    vertical-align: middle !important;
    width: 71% !important;
  }
  /* line 318, ../sass/_responsive.scss */
  .playlist-item .time, .playlist-item .mobileNowPlaying, .playlist-item-selected .time, .playlist-item-selected .mobileNowPlaying {
    display: block;
    font-size: 14px;
  }
  /* line 322, ../sass/_responsive.scss */
  .playlist-item .mobileNowPlaying, .playlist-item-selected .mobileNowPlaying {
    color: #960901;
    text-transform: uppercase;
  }

  /* line 330, ../sass/_responsive.scss */
  .contentTabsCaption {
    margin: 0 !important;
    padding: 10px 20px;
  }

  /* line 335, ../sass/_responsive.scss */
  .contentTabs {
    border: 1px solid #d1d1d1;
    margin: 0 auto 20px;
    width: 96% !important;
  }
  /* line 342, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .oneColList {
    height: 100% !important;
  }
  /* line 346, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsNav {
    border: 0;
    float: none;
    height: auto;
    width: 100%;
  }
  /* line 352, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsNav ul {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  /* line 360, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsNav li {
    border: 0 !important;
  }
  /* line 363, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsNav li a {
    text-transform: none !important;
  }
  /* line 368, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsNav .topic {
    display: inline;
  }
  /* line 370, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsNav .topic a {
    background-color: #343434;
    border: none;
    border-right: 1px solid #fff !important;
    color: #8aa3b8 !important;
    float: left;
    font-size: 24px;
    height: 45px;
    line-height: 45px;
    margin-right: 10px;
    min-width: 75px;
    position: relative;
    width: 17%;
    z-index: 1;
  }
  /* line 386, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsNav .topic a:hover {
    background-color: #343434 !important;
  }
  /* line 390, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsNav .topic a img {
    float: left;
    margin: 13px 12px 0 0;
  }
  /* line 395, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsNav .topic a p {
    display: inline;
    float: left;
    margin: 10px 0 0 !important;
    padding: 0;
  }
  /* line 406, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsNav li.dropDownButton.active {
    background-color: #343434 !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
  }
  /* line 418, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsNav li.dropDownButton.active:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */
  }
  /* line 426, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsNav li.dropDownButton.active img {
    margin: -4px 10px 0 0;
  }
  /* line 430, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsNav li.dropDownButton.active:hover {
    cursor: pointer;
  }
  /* line 434, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsNav li.dropDownButton.active .vertCenter {
    color: #fff;
    font-size: 16px;
    margin: 0 !important;
    line-height: 1 !important;
    display: inline-block !important;
    vertical-align: middle !important;
    width: 90%;
  }
  /* line 445, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsNav .subMenu {
    background-color: #fff !important;
    border: 2px solid #b5b5b5;
    border-top: 0;
    position: absolute;
    top: 45px;
    width: 100%;
  }
  /* line 452, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsNav .subMenu li {
    height: 45px !important;
    border-bottom: 1px solid #dedede !important;
    width: 100% !important;
  }
  /* line 457, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsNav .subMenu li:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */
  }
  /* line 465, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsNav .subMenu li:last-child {
    border-bottom: 0 !important;
  }
  /* line 469, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsNav .subMenu li a {
    background-color: #fff !important;
    color: #343434 !important;
    display: inline-block !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    height: auto;
    margin: 0 !important;
    padding: 0 0 0 20px;
    text-align: left;
    text-transform: uppercase !important;
    vertical-align: middle !important;
    width: 100%;
  }
  /* line 487, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsNav .subMenu li:hover {
    background-color: #8cb1d2 !important;
  }
  /* line 490, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsNav .subMenu li:hover a {
    background-color: #8cb1d2 !important;
  }
  /* line 498, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsPanelCollection {
    clear: right;
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  /* line 504, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsPanelCollection .contentTabsPanel {
    height: auto;
  }
  /* line 508, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsPanelCollection .contentTabsPanelIntro {
    background-color: #ececec;
    border-bottom: 1px solid #19527f;
    height: auto;
    margin: 0;
    padding: 0 10px 10px;
    width: 100%;
  }
  /* line 516, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsPanelCollection .contentTabsPanelIntro h3, .contentTabs.pinnedPanelLeft .contentTabsPanelCollection .contentTabsPanelIntro h4 {
    color: #343434;
    font-size: 18px !important;
    line-height: 1.2em !important;
  }
  /* line 522, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsPanelCollection .contentTabsPanelIntro .contentTabsFeaturedContent {
    border: 0;
    background: none;
    height: 100% !important;
    margin: 0 0 10px;
    min-height: 0 !important;
    padding: 10px 0 0;
    width: 100%;
  }
  /* line 531, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsPanelCollection .contentTabsPanelIntro .contentTabsFeaturedContent .contentTabsPanelBanner {
    display: block;
    margin-left: -10px;
  }
  /* line 536, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsPanelCollection .contentTabsPanelIntro .contentTabsFeaturedContent p {
    color: #444;
    font-size: 14px;
    line-height: 18px;
    margin: 0 !important;
  }
  /* line 542, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsPanelCollection .contentTabsPanelIntro .contentTabsFeaturedContent p a {
    background-color: #2c95dd;
    border-radius: 0;
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    margin: 20px 0 0 !important;
    min-height: 45px;
    padding: 0 10px;
    width: auto;
  }
  /* line 555, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsPanelCollection .contentTabsPanelIntro .contentTabsFeaturedContent p a:hover {
    background-color: #676767;
    text-decoration: none !important;
  }
  /* line 564, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsPanelCollection .contentTabsPanelContent {
    height: auto;
    width: 100%;
  }
  /* line 568, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsPanelCollection .contentTabsPanelContent.oneColList > ul li {
    margin: 0;
    padding: 20px 0 !important;
  }
  /* line 573, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsPanelCollection .contentTabsPanelContent.oneColList > ul li h3, .contentTabs.pinnedPanelLeft .contentTabsPanelCollection .contentTabsPanelContent.oneColList > ul li h4 {
    color: #343434;
    font-size: 18px !important;
    line-height: 1.2em !important;
  }
  /* line 579, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsPanelCollection .contentTabsPanelContent.oneColList > ul li p {
    color: #444;
    font-size: 14px;
    line-height: 18px;
    margin: 0 !important;
  }
  /* line 585, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsPanelCollection .contentTabsPanelContent.oneColList > ul li p a {
    background-color: #2c95dd;
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    margin: 20px 0 0 !important;
    min-height: 45px;
    padding: 0 10px;
  }
  /* line 596, ../sass/_responsive.scss */
  .contentTabs.pinnedPanelLeft .contentTabsPanelCollection .contentTabsPanelContent.oneColList > ul li p a:hover {
    background-color: #84c1eb;
    text-decoration: none !important;
  }

  /* line 608, ../sass/_responsive.scss */
  #at4m-mobile {
    position: relative;
    z-index: 999999;
  }
}
@media only screen and (max-width: 600px) {
  /* line 615, ../sass/_responsive.scss */
  .featuredVideoTitle {
    font-size: 12px !important;
  }

  /* line 619, ../sass/_responsive.scss */
  .mediaBlockContent {
    display: inline-block;
    vertical-align: middle;
    max-width: 54% !important;
  }

  /* line 624, ../sass/_responsive.scss */
  .mediaBlockContent .featuredVideoTitle {
    color: #fff !important;
    font-size: 18px;
    padding-left: 10px !important;
    text-align: left;
  }
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  /* line 632, ../sass/_responsive.scss */
  #micrositeContainer {
    border: 0;
  }

  /* line 635, ../sass/_responsive.scss */
  #micrositeContainer #micrositeContent {
    margin: 0;
  }

  /* line 638, ../sass/_responsive.scss */
  #micrositeContainer #micrositeHeader {
    background-color: #343434;
    color: white;
    position: relative;
    margin: 0 0 20px;
    padding: 27px 20px;
  }

  /* line 645, ../sass/_responsive.scss */
  #micrositeContainer .playlist-item h6, #micrositeContainer .playlist-item-selected h6 {
    font-size: 12px !important;
    line-height: 1em !important;
  }

  /* line 649, ../sass/_responsive.scss */
  #micrositeContainer .playlist-item .time, #micrositeContainer .playlist-item-selected .time {
    font-size: 12px !important;
  }

  /* line 652, ../sass/_responsive.scss */
  #micrositeContainer .playlist-item .time, #micrositeContainer .playlist-item-selected .mobileNowPlaying {
    font-size: 12px !important;
  }

  /* line 655, ../sass/_responsive.scss */
  #micrositeContainer .componentHeader {
    margin: 30px 10px 10px !important;
  }

  /* line 658, ../sass/_responsive.scss */
  #micrositeContainer .featuredVideoPlaylistTooltip, #micrositeContainer .socialShare-outer {
    display: none;
  }
}

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