@charset "UTF-8";

/* ======================================
ARTICLE DISPLAY STYLES 
========================================
1. Miscellaneous
10. Legacy Article
20. Blog Post
30. Feature Article
40. Miscellaneous Features
50. Podcasts
60. Fixed Sharing Bar
70. Newsletter Signup Widget
80. Breakout styles
*/










/* ======================================
1. Miscellaneous
======================================== */

#sb-adisplay h1 {
  font-weight: normal;
}

#sb-adisplay a {
  color: #477bc0;
}

/* #sb-adisplay h3,
#sb-adisplay .profiles,
#sb-adisplay .resources,
#sb-adisplay .sidebar-220,
#sb-adisplay .sidebar-300,
#sb-adisplay .sidebar-468,
#sb-adisplay .sidebar-full,
#sb-adisplay .shadebox,
#sb-adisplay .pullquote,
#sb-adisplay .podcastDisplay,
#sb-adisplay .podcastDisplay .date,
.featureArticle #sb-adisplay header .titleIntroByline h1,
.participants {
  font-family: 'Roboto', 'Trebuchet MS', Arial, Helvetica, sans-serif;
} */

#sb-adisplay sup, #sb-adisplay sub {
  font-size: 75%;
  position: relative;
}

#sb-adisplay sup {
  top: -0.5em;
}

#sb-adisplay sub {
  bottom: -0.25em;
}

a.anchorShift {
  position: relative;
  top: -80px;
  display: block;
}

#sb-adisplay .zoomable a[class*="cboxElement"] {
    position: relative;
    display: table;
    margin: 0px auto;
}

#sb-adisplay .zoomable a[class*="cboxElement"]:before,
#sb-adisplay .zoomable a[class*="cboxElement"]:after {
    width: 50px;
    height: 50px;
    display: table-cell;
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

#sb-adisplay .zoomable a[class*="cboxElement"]:before {
    content: "+";
    background-color: rgba(0,0,0,0.75);
    border-radius: 50px;
    font-size: 36px;
    line-height: 38px;
    transition: all 0.5s;
}

#sb-adisplay .zoomable a[class*="cboxElement"]:after {
    content: "zoom";
    font-size: 11px;
    line-height: 72px;
}

#sb-adisplay .zoomable a[class*="cboxElement"]:hover:before {
    border-radius: 5px;
}










/* ======================================
10. Legacy Article Display
======================================== */

#sb-adisplay {
  position: relative;
  margin-bottom: 70px;
}

#sb-adisplay header {
  padding-top: 0px;
}

#sb-adisplay header:after {
  content: "";
  display: table;
  clear: both;
}

#sb-adisplay .content {
  font-size: 20.5px;
  line-height: 33px;
}

#sb-adisplay h1 {
  font-size: 53px;
  line-height: 60px;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

#sb-adisplay h2 {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  /* color: #000; */
}

#sb-adisplay #byline {
  font-size: 15px;
  color: #000;
  margin-bottom: 60px;
  clear: both;
  line-height: 20px;
}

#sb-adisplay #byline a {
  color: #000;
}

#sb-adisplay h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 10px;
  font-weight: 600;
  padding-top: 10px;
}

#sb-adisplay p {
  margin-bottom: 24px;
}

#sb-adisplay a {
  text-decoration: underline;
}

#sb-adisplay .articleList a {
  text-decoration: none;
}

#sb-adisplay img {
  max-width: 100%;
  height: auto;
}

#sb-adisplay sup {
  position: relative;
  top: -5px;
  font-family: arial;
  font-size: 11px;
  color: #999;
  margin-left: 1px;
}

#sb-adisplay .details,
#sb-adisplay .byline {
  font-size: 15px;
}

#sb-adisplay .details {
  color: #000;
  margin-bottom:20px;
  line-height: 18px;
  float: left;
  margin-right: 10px;
}

@media only screen and (max-width: 889px) {

#sb-adisplay .details {
  float: none;
}

#sb-adisplay .category {
    margin-bottom: 20px;
}

}

#sb-adisplay .details .publisher {
  white-space: nowrap;
}

#sb-adisplay .details2 {
  position: relative;
  margin-bottom: 10px;
  float: left;
}

#sb-adisplay .category {
  line-height: 18px;
  margin-bottom: 10px;
  font-size: 17px;
  text-transform: uppercase;
  float: left;
}

#sb-adisplay .category:after {
    content: "  |  ";
    white-space: pre;
}

#sb-adisplay img[src*="end_of_story"] {
  display: none;
}

#sb-adisplay .profiles + p {
  display: none;
}

#sb-adisplay .category a {
  text-decoration: none !important;
  color: #000;
}

#sb-adisplay .content ul,
#sb-adisplay .content ol {
  list-style: initial;
  margin-bottom: 24px;
}

#sb-adisplay .content ol {
  list-style-type: decimal;
}

#sb-adisplay .content ul li,
#sb-adisplay .content ol li {
  margin-left: 20px;
  margin-bottom: 10px;
}

#sb-adisplay .articleList.thumbLeft.fullWidth {
  width: 100%;
  margin-right: 0px;
  float: left;
  margin-bottom: 40px;
}

#sb-adisplay table {
  width: auto;
}

#sb-adisplay table td {
  vertical-align: top;
  padding-bottom: 20px;
}

#sb-adisplay table strong {
  font-weight: bold;
}


#sb-adisplay .artTable {
  font-family: 'Roboto', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 14px;
  outline: 1px solid #AABCFE;
  border-collapse: collapse;
  margin-bottom: 12px;
  line-height: 18px;
}

#sb-adisplay .artTable thead th {
  background: none repeat scroll 0 0 #B9C9FE;
  border-bottom: 1px solid #FFFFFF;
  border-top: 4px solid #AABCFE;
  color: #111;
  padding: 10px;
  vertical-align: top;
  text-align: left;
}

#sb-adisplay .artTable td {
  background: none repeat scroll 0 0 #E8EDFF;
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid;
  color: #333;
  padding: 10px;
  vertical-align: top;
}

#sb-adisplay .artTable ul {
  margin: 0px;
  padding: 0px;
}

#sb-adisplay .artTable ul li {
  margin-bottom: 5px;
}

#sb-adisplay .artTable h2 {
  margin-bottom: 0px;
}





/* Author Profiles */

#sb-adisplay .profiles {
  font-size: 15px;
  line-height: 20px;
}

#sb-adisplay .profiles ul {
  list-style: none !important;
}

#sb-adisplay .profiles li {
  margin-left: 0px !important;
}

#sb-adisplay .profiles li,
#sb-adisplay .profiles h2 {
  margin-bottom: 15px !important;
}

#sb-adisplay .profiles h2 {
  color: #333;
}





/* Resources */

#sb-adisplay .resources {
  font-size: 15px;
  line-height: 20px;
  margin-top: 30px;
}

#sb-adisplay .resources li,
#sb-adisplay .resources h2 {
  margin-bottom: 15px;
}

#sb-adisplay .resources h2 {
  color: #333;
}





/* Sidebars */

#sb-adisplay .sidebar-220,
#sb-adisplay .sidebar-300,
#sb-adisplay .sidebar-468,
#sb-adisplay .sidebar-full {
  font-size: 12px;
  color: #999;
  margin-bottom: 24px;
  line-height: 18px;
  overflow: hidden;
  position: relative;
}

#sb-adisplay .sidebar-220 {
  float: right;
  margin-left: 20px;
/*  padding-top: 5px; */
  width: 220px;
  clear: right;
  transition: width 0.5s ease-in-out;
  position: relative;
}

#sb-adisplay .sidebar-300 {
  float: right;
  width: 300px;
  margin-right: -400px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #ccc;
  display: none;
}

#sb-adisplay.feature .sidebar-300 {
  display: block;
}

#sb-adisplay .sidebar-468 {
  max-width: 468px;
  margin: 0px auto;
}

#sb-adisplay .sidebar-220 p,
#sb-adisplay .sidebar-300 p,
#sb-adisplay .sidebar-468 p,
#sb-adisplay .sidebar-full p {
  margin-bottom: 6px;
}

#sb-adisplay .sidebar-468 img {
  max-width: 100%;
  height: auto;
}

#sb-adisplay .sidebar-220 img {
  width: 100% !important;
  height: auto;
}

#sb-adisplay .image-full img {
    width: 100%;
}

#sb-adisplay .content div.expanded-size {
  width: 100% !important;
}

#sb-adisplay .content div.normal-size:after,
#sb-adisplay .content div.expanded-size:after {
  position: absolute;
  text-indent: -500px;
  overflow: hidden;
  top: 0px;
  right: 0px;
  pointer-events: none;
  width: 38px;
  height: 38px;
  background-image: url(/media/image/sb-2015-expand.png);
  background-repeat: no-repeat;
}

#sb-adisplay .content div.normal-size:after {
  content: "enlarge";
  background-position: 0px 0px
}

#sb-adisplay .content div.expanded-size:after {
  content: "contract";
  background-position: 0px -38px;
}

#sb-adisplay .content div.normal-size img,
#sb-adisplay .content div.expanded-size img {
  cursor: pointer;
}






/* Shadebox */

#sb-adisplay .shadebox {
  background-color: #eee;
  padding: 10px;
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  margin-bottom: 24px;
  color: #666;
  position: relative;
}

#sb-adisplay .shadebox h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: normal;
  margin: 0px 0px 24px;
  padding: 0px;
  color: #000;
}

#sb-adisplay .shadebox h2 .credit {
  font-size: 12px;
  color: #999;
}

#sb-adisplay .shadebox p {
    margin-bottom: 18px;
}

#sb-adisplay .shadebox p:last-child {
  margin-bottom: 0px;
}

#sb-adisplay .shadebox img {
    border: 5px solid #fff;
}

#sb-adisplay .video /*,
#Content .video */ {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

#sb-adisplay .video iframe,  
#sb-adisplay .video object,  
#sb-adisplay .video embed,
#Content .video iframe,  
#Content .video object,  
#Content .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Outdented */

#sb-adisplay .shadebox.outdentRight {
  float: right;
  margin-right: -340px;
  width: 300px;
  padding: 0px;
  background-color: transparent;
}





/* Issue Links */

#sb-adisplay .issueLinks {
  width: 215px;
  font-size: 10px;
  color: #999;
  border: solid 1px #ccc;
  padding: 5px 4px 5px 60px;
  position: relative;
  line-height: 14px;
  margin: -10px 0px 30px 50px;
  float: left;
}

@media only screen and (min-width: 1024px) and (max-width: 1289px), (max-width: 900px) {

#sb-adisplay .issueLinks {
    float: none;
    clear: both;
}


}

#sb-adisplay .issueLinks a.subscribeNow {
  text-decoration: none !important;
  color: #ec5a2d !important;
}

#sb-adisplay a.readMoreLink {
  position: absolute;
  left: -50px;
  background-color: #ec5a2d;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  padding: 0px 5px;
  top: 50%;
  margin-top: -11px;
}

#sb-adisplay a.readMoreLink:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 8px;
  border-color: transparent transparent transparent #ec5a2d;
  position: absolute;
  left: 100%;
}





/* FEATURE BRANDING TYPE */

#sb-adisplay .introAndByline {
/*  overflow: hidden; */
}

#sb-adisplay .featurebrand .blog {
  display: none;
}

#sb-adisplay .featurebrand .youngprofs,
#sb-adisplay .featurebrand .bestbooks,
#sb-adisplay .featurebrand .sb20years {
  float: left;
  width: 83px;
  height: 83px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-right: 10px;
  margin-bottom: 26px;
  text-indent: -2000px;
}

@media only screen and (min-width: 549px) {

#sb-adisplay.feature .featurebrand .sb20years {
  display: none;
}

#sb-adisplay .featurebrand .youngprofs {
  float: right;
  margin-left: 10px;
  margin-right: 0px;
}

}

#sb-adisplay .featurebrand .youngprofs {
  background-image: url(/media/image/sb-t-young-profs_mainpg-icon.jpg);

}

#sb-adisplay .featurebrand .bestbooks {
  background-image: url(/media/image/sb-t-best_books_mainpg-icon.png);
}

#sb-adisplay .featurebrand .sb20years {
  background-image: url(/media/image/sb-t-20_years_mainpg-icon.gif);
  float: right;
  width: 135px;
  height: 135px;
  margin-left: 10px;
}

#sb-adisplay .featurebrand .capabledealmaker {
  float: left;
  width: 150px;
  height: 62px;
  background-image: url(/media/image/sb-t-capable_dealaker-logo.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-right: 30px;
  margin-bottom: 30px;
  text-indent: -200px;
  overflow: hidden;
}

#sb-adisplay .featurebrand .outlook {
  float: left;
  width: 115px;
  height: 62px;
  background-image: url(/media/image/sb-t-outlook_logo-icon.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-right: 30px;
  margin-bottom: 28px;
  text-indent: -200px;
  overflow: hidden;
  background-size: 115px auto;
  margin-top: 4px;
}

#sb-adisplay .featurebrand .outlook201721 {
  float: left;
  width: 115px;
  height: 62px;
  background-image: url(/media/image/sb-t-outlook201721_logo-icon.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-right: 30px;
  margin-bottom: 28px;
  text-indent: -200px;
  overflow: hidden;
  background-size: 115px auto;
  margin-top: 4px;
}

#sb-adisplay .featurebrand .digitalleadership {
  float: left;
  width: 151px;
  height: 63px;
  background-image: url(/media/image/sb-t-digilandscape_logo-icon.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-right: 30px;
  margin-bottom: 28px;
  text-indent: -200px;
  overflow: hidden;
  background-size: 151px auto;
}

#sb-adisplay .featurebrand .criticalfew {
  float: left;
  width: 150px;
  height: 70px;
  background-image: url(/media/image/sb-t-TheCriticalFew-logo-150x70.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-right: 30px;
  margin-bottom: 30px;
  text-indent: -200px;
  overflow: hidden;
}

#sb-adisplay .featurebrand .insidethemindoftheceo {
    float: right;
    width: 80px;
    height: 88px;
    background-image: url(/media/image/sb-t-inside-the-mind-logo.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-left: 30px;
    margin-bottom: 30px;
    text-indent: -400px;
    overflow: hidden;
    background-size: 80px 88px;
}

#sb-adisplay .featurebrand .pwcsEntertainmentMediaOutlook {
  float: left;
  width: 180px;
  height: 62px;
  background-image: url(/media/image/sb-t-pwc_outlook_logo-icon.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-right: 30px;
  margin-bottom: 28px;
  text-indent: -400px;
  overflow: hidden;
  background-size: 180px auto;
  margin-top: 4px;
}

@media only screen and (max-width: 549px) {

#sb-adisplay .featurebrand .pwcsEntertainmentMediaOutlook {
  float: right;
  margin-right: 0px;
  margin-left: 20px;
}

}

@media only screen and (min-width: 549px) {

#sb-adisplay.feature .featurebrand .criticalfew {
  margin-top: 20px;
}

}

#sb-adisplay .featurebrand .talkingmybook {
  float: left;
  width: 100px;
  height: 75px;
  background-image: url(/media/image/sb-t-talking_my_book-100x75.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-right: 30px;
  margin-bottom: 10px;
  text-indent: -200px;
  overflow: hidden;
}

#sb-adisplay .featurebrand .youngprofs,
#sb-adisplay .featurebrand .sb20years,
#sb-adisplay .featurebrand .capabledealmaker,
#sb-adisplay .featurebrand .outlook,
#sb-adisplay .featurebrand .outlook201721,
#sb-adisplay .featurebrand .digitalleadership,
#sb-adisplay .featurebrand .criticalfew,
#sb-adisplay .featurebrand .talkingmybook {
  display: none;
}





/* Topics */

#sb-adisplay .tags {
  font-size: 15px;
  line-height: 20px;
}

#sb-adisplay .tags a {
  color: #000;
}



/* Sharing */

.sharing.top {
  margin-bottom: 35px;
  overflow: hidden;
}

.sharing.top .count {
  display: none;
}

.sharing a {
  display: block;
  font-size: 18px;
  color: #333 !important;
  text-decoration: none !important;
}

.sharing a.label {
  padding: 4px 0px;
}

.sharing a.label:after {
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
  font-weight: 300;
}

.sharing .facebook a {
  background-color: #3b5998;
}

.sharing .twitter a {
  background-color: #55acee;
}

.sharing .linkedin a {
  background-color: #0976b4;
}

.sharing .google a {
  background-color: #dd4b39;
}

.sharing .library a {
  background-color: #fec802;
}

.sharing .pdf a {
  background-color: #fc9a7e;
  font-size: 13px;
}

.sharing .email a {
  background-color: #819cbf;
}

.sharing .print a {
  background-color: #3b3b3b;
}


.sharing li.library.alreadyAdded a.label .fa-star-o:before {
  content: "\f005" !important;
}





/* SHARING TOP */

.sharing.top a {
    text-align: center;
    color: #333;
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 15px;
    border-radius: 32px;
    padding: 0;
    line-height: 32px;
    color: #fff !important;
    overflow: hidden;
    transition: border-radius 0.5s;
}

.sharing.top li:last-child a {
  border-bottom: none;
}

.sharing.top a:hover {
  border-radius: 5px;
}

.sharing.top a i {
    width: 32px;
    height: 32px;
    display: block;
    position: relative;
}

.sharing.top a i:before {
    position: absolute;
    left: calc(50% - 9px);
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
}





/* SHARING WITH COUNTS */

.sharing.counts {
  margin-bottom: 20px;
  overflow: hidden;
  margin-top: 40px;
  clear: both;
}

.sharing.counts li {
  float: left;
  padding-left: 15px;
}

.sharing.counts li:first-child {
  padding-left: 0px;
}

.sharing.counts li.library,
.sharing.counts li.email,
.sharing.counts li.pdf,
.sharing.counts li.print,
.sharing.counts li.comment {
  display: none;
}

.sharing.counts span.count {
  font-size: 10px;
}

.sharing.counts .fa-fw {
  width: auto;
}

.sharing.counts span.count {
  border-right: solid 1px #999;
  padding-right: 12px;
  font-weight: bold;
  color: #000;
  position: relative;
  top: -3px;
}

.sharing.counts li.google-plus span.count {
    border-right: none;
}

.sharing.counts i.fa.fa-twitter,
.sharing.counts i.fa.fa-linkedin {
  position: relative;
  top: -1px;
}




/* Sharing total counts */

.sharing.counts.total li {
  float: left;
  padding-left: 0px;
  margin-right: 5px;
}

.sharing.counts.total li.total-shares {
  text-align: right;
  color: #aaa;
  margin-right: 10px;
}

.sharing.counts.total li.total-shares .total-share-count {
  font-size: 37px;
  font-weight: 500;
  line-height: 32px;
}

.sharing.counts.total li.total-shares .total-share-label {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
}

.sharing.counts.total a {
  width: 42px;
  height: 42px;
  text-align: center;
  font-size: 24px;
  line-height: 44px;
  color: #fff;
}

.sharing.counts.total a i {
  color: #fff;
  padding-left: 6px;
}

.sharing.counts.total li.facebook {
  background-color: #3b5998;
}

.sharing.counts.total li.twitter {
  background-color: #55acee;
}

.sharing.counts.total li.linkedin {
  background-color: #0976b4;
}

.sharing.counts.total li.google-plus {
  background-color: #dd4b39;
}





/* PULLQUOTE */

#sb-adisplay .pullquote {
    font-size: 26px;
    line-height: 38px;
    color: #9ca594;
    width: 300px;
    float: left;
    font-weight: 300;
    position: relative;
    overflow: hidden;
    clear: left;
    padding-top: 60px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding-bottom: 30px;
    margin: 10px 70px 35px 0;
    letter-spacing: -0.01em;
}

#sb-adisplay .pullquote:before {
    content: "“";
    font-size: 100px;
    position: absolute;
    width: 50px;
    height: 30px;
    line-height: 90px;
    top: 20px;
    left: 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
}




/* Related Articles */

#sb-adisplay .articleList.related {
    width: 300px;
    float: left;
    margin: 10px 70px 20px 0px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 20px 0px 0px;
}

#sb-adisplay .articleList.related h2 {
    font-size: 22px;
    font-weight: 600;
    color: #006ad0;
    margin-bottom: 25px;
}

#sb-adisplay .articleList.related li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 20px;
}

#sb-adisplay .articleList.related .thumb {
    width: 120px;
    margin-right: 10px;
    float: left;
    padding-top: 3px;
}

#sb-adisplay .articleList.related .text {
    overflow: hidden;
}

#sb-adisplay .articleList.related .featureType {
    display: none;
}

#sb-adisplay .articleList.related h3 {
    margin: 0px;
    padding: 0px;
}

#sb-adisplay .articleList.related .text a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    line-height: 20px;
    font-weight: 600;
    display: block;
}

#sb-adisplay .articleList.related .text .authors {
    font-size: 12px;
    line-height: 16px;
}











/* ======================================
Article Display Responsive Styles
======================================== */

@media only screen and (max-width: 1023px) {

#sb-adisplay .category.secondRubric {
  display: none;
}

}










@media only screen and (max-width: 889px) {

#sb-adisplay {
/*  border-bottom: 4px solid #ccc;
  margin-bottom: 30px; */
}

#sb-adisplay .shadebox.outdentRight {
  float: none;
  margin-right: auto;
  width: auto;
  padding: 10px;
  margin-top: 0px;
  background-color: #eee;
}

}










@media only screen and (max-width: 666px) {

#sb-adisplay .resources,
.sharing.counts {
  padding-left: 0px;
}

#sb-adisplay .pullquote {
  margin-left: 0px;
  width: auto;
  float: none;
  margin-right: 0px;
  border-top: 1px dashed #ccc;
  padding-top: 20px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 60px;
  position: relative;
  overflow: initial;
  margin-top: 40px;
  padding-left: 50px;
  width: calc(100% - 50px);
}

#sb-adisplay .articleList.related {
    width: 100%;
    float: none;
}

}










@media only screen and (min-width: 549px) and (max-width: 666px) {

#sb-adisplay .content {
  padding-left: 0px;
}

#sb-adisplay .outdentLeft {
  margin-left: 0px;
}

.sharing.top {
  margin-right: 30px;
  margin-bottom: 40px;
}

}






@media only screen and (max-width: 548px) {

#sb-adisplay .content {
  padding-left: 0px;
}

#sb-adisplay .outdentLeft {
  margin-left: 0px;
}

.sharing.top li.pdf,
.sharing.top li.print {
  display: none;
}

#sb-adisplay .featurebrand .bestbooks {
  float: right;
  margin-right: 0px;
  margin-left: 10px;
}

#sb-adisplay .featurebrand .sb20years {
  float: left;
  width: 70px;
  height: 70px;
  background-size: 70px;
  margin-left: 0px;
  margin-bottom: 20px;
}

#sb-adisplay.feature .featurebrand .sb20years {
  margin-bottom: 10px;
}

#sb-adisplay .issueLinks,
#sb-adisplay .category:after {
  display: none;
}

#sb-adisplay .details2,
#sb-adisplay .category {
  float: none;
}

#sb-adisplay .pullquote {
  margin-left: 0px;
}

}










@media only screen and (max-width: 414px) {

#sb-adisplay .sidebar-220 {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

}










/* ======================================
20. Blog Display
======================================== */

#sb-adisplay .blogBios {
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    padding-top: 60px;
}

#sb-adisplay .blogBios .authorBio {
  position: relative;
  width: calc(50% - 40px);
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}

#sb-adisplay .blogBios .authorBio:after {
    content: "";
    clear: both;
    display: table;
}

#sb-adisplay .blogBios .authorBio+br {
  display: none;
}

#sb-adisplay .blogBios .clearBoth {
  display: none;
}

#sb-adisplay .blogBios .authorText p {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 15px;
}

#sb-adisplay .blogBios .authorText p:last-child {
  margin-bottom: 0px;
  padding-top: 0;
}

#sb-adisplay .blogBios .authorPic {
    width: 115px;
    height: 115px;
    overflow: hidden;
    border-radius: 115px;
    float: left;
    margin-right: 20px;
}

#sb-adisplay .blogBios .authorPic img {
  width: 100%;
  height: auto;
  position: relative;
  top: -5px;
}

#sb-adisplay .blogBios .authorText {
    overflow: hidden;
}

#sb-adisplay .blogBios .authorName {
  display: none;
}

#sb-adisplay .blogBios a.email,
#sb-adisplay .blogBios a.twitter {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 15px;
  text-decoration: none;
  position: relative;
  color: transparent !important;
  width: 20px;
}

#sb-adisplay .blogBios a.email:before,
#sb-adisplay .blogBios a.twitter:before {
  font-family: "Font Awesome 5 Brands";
  padding-right: 4px;
  font-size: 18px;
  position: absolute;
  top: 0px;
  left: 1px;
}

#sb-adisplay .blogBios a.email:before {
  content: " \f003";
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    color: #999;
    width: 24px;
}

#sb-adisplay .blogBios a.twitter:before {
  content: " \f099";
  color: #55acee;
}

@media only screen and (max-width: 699px) {

#sb-adisplay .blogBios .authorBio {
    float: none;
    width: 100%;
    margin-right: 0px;
}

}

#sb-adisplay .blogRubric {
  float: left;
  padding-right: 10px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

#sb-adisplay .blogRubric a {
  text-decoration: none;
}

#sb-adisplay .typeBlog h1 {
  margin-bottom: 30px;
}





/* BLOG RESPONSIVE STYLES */

@media only screen and (max-width: 548px) {

#sb-adisplay .blogBios .comboBio .authorBio {
  margin-bottom: 10px;
  overflow: hidden;
  width: 50%;
  float: left;
}

}

@media only screen and (max-width: 420px) {

#sb-adisplay .blogBios .comboBio .authorBio {
  width: 100%;
  float: none;
}

}










/* ======================================
30. Feature Article
======================================== */

/* HERO IMAGE */

section.featureArticle {
  margin-top: -550px;
}

.featureThumb {
  display: inline-block;
  position: relative;
  left: 50%;
}

.featureThumb .inner {
  position: relative;
  top: 0px;
  left: -700px;
}

.featureThumb .inner:before,
.featureThumb .inner:after {
/*  content: ""; */
  position: absolute;
  height: 100%;
  width: 100px;
  z-index: 2;
}

.featureThumb .inner:before {
  left: 0px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
}

.featureThumb .inner:after {
  right: 0px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-8 */
}

.featureThumb .inner:after {
  content: "";
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.35))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 ); /* IE6-8 */  height: 250px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 0;
}

/* HEADER OVERRIDES */

/* .featureArticle .contentColumn {
  top: -550px;
} */

.featureArticle #sb-adisplay header {
  height: 550px;
  position: relative;
  padding: 0px;
  margin-bottom: 60px;
}

.featureArticle #sb-adisplay header .detailswrapper {
  padding-top: 30px;
}

.featureArticle #sb-adisplay header .titleIntroByline {
  position: absolute;
  bottom: 30px;
  color: #fff;
}

.featureArticle #sb-adisplay header .titleIntroByline h1 {
  font-weight: 300;
  font-size: 76px;
  line-height: 76px;
  letter-spacing: -2px;
  text-shadow: 0 0px 8px rgba(0,0,0,0.6);
  margin-right: -340px;
}

#Feature.interactive .featureArticle #sb-adisplay header .titleIntroByline h1 {
  margin-right: 0px;
}

.featureArticle #sb-adisplay header .titleIntroByline h2,
.featureArticle #sb-adisplay header .titleIntroByline #byline {
  text-shadow: 0 0px 4px rgba(0,0,0,0.8);
}

.featureArticle #sb-adisplay header .titleIntroByline #byline {
  color: #fff;
  margin-bottom: 0px;
}

@media only screen and (min-width: 549px) {

.featureArticle #sb-adisplay .category {
  padding: 10px 0 10px 10px;
}

.featureArticle #sb-adisplay header .titleIntroByline #byline a,
.featureArticle #sb-adisplay header .titleIntroByline .intro a {
  color: #fff;
}

.featureArticle #sb-adisplay header .details .date,
.featureArticle #sb-adisplay header .details .issue {
  float: left;
  padding: 10px !important;
}

.featureArticle #sb-adisplay .category {
  padding-right: 0px !important;
}

.featureArticle #sb-adisplay header .details .date {
  padding-left: 0px !important;
}

.featureArticle #sb-adisplay header .details .issue {
  padding-left: 0px !important;
  margin-left: 0;
}

}

#sb-adisplay .heroImage {
  display: none;
  margin-left: -20px;
  margin-right: -20px;
}

#sb-adisplay .heroImage img {
  max-width: 100%;
  height: auto;
}

/* Slideshow overrides */

#Feature.pictures .featureArticle #sb-adisplay header {
  height: auto;
}

#Feature.pictures .featureArticle .contentColumn {
  padding-right: 0px;
  width: 100%;
  max-width: none;
}

#Feature.pictures section.featureArticle {
  margin-top: 0px;
}

#Feature.pictures .featureArticle #sb-adisplay header .titleIntroByline,
#Feature.pictures .featureArticle #sb-adisplay header .titleIntroByline h1,
#Feature.pictures .featureArticle #sb-adisplay header .titleIntroByline h2 {
  color: #000;
  text-shadow: none;
  position: relative;
}

#Feature.pictures .featureArticle #sb-adisplay header .titleIntroByline a {
  color: #477bc0;
}

#Feature.pictures .featureArticle #sb-adisplay header .titleIntroByline h1 {
  margin-right: 0px;
  padding-right: 50px;
  padding-top: 30px;
}

#Feature.pictures #sb-adisplay .sidebar-full:not(:first-child) {
  margin-top: 30px;
  border-top: dashed 1px #ccc;
  padding-top: 40px;
}

#Feature.pictures #sb-adisplay .inArticleAdWrapper+p+.sidebar-full {
  border-top: none;
  padding-top: 10px;
}

#Feature.pictures #sb-adisplay .sidebar-full .smallImage {
  text-align: center;
  background-color: #f0f0f0;
}

#Feature.pictures #sb-adisplay .sidebar-full .smallImage img {
  vertical-align: middle;
}





/* UTILITY OVERRIDES */

.featureArticle .utilityColumn {
  padding-top: 775px;
}





@media only screen and (min-width: 549px) {

.featureArticle #sb-adisplay header .details,
.featureArticle #sb-adisplay header .details a {
  color: #000;
}

}

@media only screen and (max-width: 1023px) {

.featureArticle .utilityColumn {
    padding-top: 40px;
}

.featureArticle #sb-adisplay header .titleIntroByline h1 {
  margin-right: 0px;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -1px;
}

#sb-adisplay .sidebar-300 {
  float: none;
  width: auto;
  margin-right: 0px;
}

#sb-adisplay .sidebar-300.hideOnMobile {
  display: none;
}

}





@media only screen and (max-width: 666px) {

.featureArticle #sb-adisplay header .titleIntroByline h1 {
  font-size: 48px;
  line-height: 48px;
}

.featureArticle #sb-adisplay h2 {
  line-height: 21px;
}

}

@media only screen and (max-width: 548px) {

section.featureArticle {
  margin-top: 0px;
}

section.featureHero {
  display: none;
}

.featureArticle .contentColumn {
  top: auto;
}

.featureArticle #sb-adisplay header {
  height: auto;
}

.featureArticle #sb-adisplay header .titleIntroByline {
  position: relative;
  bottom: auto;
  color: #333;
}

.featureArticle #sb-adisplay header .titleIntroByline h1 {
  text-shadow: 0 0px 8px rgba(0,0,0,0.3);
  text-shadow: none;
}

.featureArticle #sb-adisplay header .titleIntroByline h2, 
.featureArticle #sb-adisplay header .titleIntroByline #byline {
  text-shadow: none;
}

.featureArticle #sb-adisplay header .titleIntroByline a {
  color: #477bc0;
}

.featureArticle #sb-adisplay header .titleIntroByline #byline {
  color: #000;
}

#sb-adisplay .heroImage {
  display: block;
}

#sb-adisplay .sidebar-300 {
  padding-bottom: 0px;
  margin-bottom: 0p;
  border-bottom: none;
}

}










/* ======================================
40. Miscellaneous Features
======================================== */

#SurveyReading {
  max-width: 608px;
}

.pullquote .social {
  line-height: 36px;
  font-size: 16px;
}

.pullquote .social ul, .pullquote .social li {
  margin: 0px !important;
  list-style-type: none !important;
}

.pullquote .social ul li {
  float: left;
}

.pullquote .social ul li a {
  width: 36px;
  height: 36px;
  display: block;
  text-indent: -10000px;
  background-image: url(/media/image/sb-t-pullquote-share-icons.png);
  background-repeat: no-repeat;
  margin-left: 8px;
  position: relative;
}

.pullquote .social ul li a:hover {
  top: -4px;
}

.pullquote .social ul li.twitter a {
  background-position: 0px 0px;
}

.pullquote .social ul li.linkedin a {
  background-position: -92px 0px;
}

.pullquote .social ul li.facebook a {
  background-position: -46px 0px;
}

.pullquote .social ul li.googleplus a {
  background-position: -138px 0px;
  display: none;
}





/* Image Sharing */

#sb-adisplay .imageShare {
  position: relative;
  padding-top: 40px;
}

#sb-adisplay .imageShare ul.social {
  position: absolute;
  top: 16px;
  right: 0px;
  list-style: none !important;
  margin: 5px !important;
  padding: 3px 3px 3px 0px !important;
  /* background-color: rgba(255,255,255,0.7); */
}

#sb-adisplay .imageShare ul.social li {
  margin: 0px !important;
  padding: 0px !important;
  float: left;
}

#sb-adisplay .imageShare ul.social a {
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -200px;
  display: block;
  margin-left: 3px;
  background-image: url(/media/image/sb-t-image-quote-share-sprites.png);
  background-size: 24px 150px;
  background-repeat: no-repeat;
}

#sb-adisplay .imageShare ul.social li.twitter a {
  background-position: 0px -0px;
}

#sb-adisplay .imageShare ul.social li.linkedin a {
  background-position: 0px -25px;
}

#sb-adisplay .imageShare ul.social li.facebook a {
  background-position: 0px -50px;
}

#sb-adisplay .imageShare ul.social li.googleplus a {
  background-position: 0px -75px;
}

#sb-adisplay .imageShare ul.social li.googleplus {
  display: none;
}




/* Imageshare New */

#sb-adisplay .quoteSlider {
    margin-bottom: 24px;
    color: #fff;
    font-family: 'Roboto', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#sb-adisplay .imageShare {
    margin: 0;
    padding: 0;
}

#sb-adisplay div.imageShare {
    margin-bottom: 24px;
    padding-top: 50px;
    text-align: center;
}

#sb-adisplay .imageShare ul.social {
    margin: 0px !important;
    padding: 5px 0px !important;
    text-align: center;
    width: 100%;
    height: 24px;
}

#sb-adisplay .quoteSlider .imageShare ul.social {
    margin-top: -50px !important;
}

#sb-adisplay .imageShare ul.social li {
    display: inline-block;
    float: none;
}

#sb-adisplay .imageShare ul.social:before {
    content: "Share to:";
    font-size: 14px;
    position: relative;
    top: -7px;
    color: #666;
    font-weight: bold;
}

/* #sb-adisplay .imageShare img {
    padding-top: 34px;
} */

#sb-adisplay .quoteSlider .slick-slide {
    padding-top: 40px;
}





/* Participants */

.participants {
    margin: 0px -10px;
    font-size: 0px;
    line-height: 18px;
    color: #999;
    font-family: Roboto;
    overflow: hidden;
    margin-bottom: 20px;
}

.participants .wrapper {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0px 10px;
    display: block;
    vertical-align: top;
}

.participants .thumb {
    float: left;
    margin-right: 10px;
    width: 70px;
}

.participants img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.participants .text {
    overflow: hidden;
    font-size: 13px;
}

.participants.portraits .wrapper {
    width: 50%;
    display: inline-block;
}

@media only screen and (max-width: 480px) {

.participants.portraits .wrapper {
    width: 100%;
    display: block;
}

}





/* In-article Opt-in*/

.inArticleOptIn {
    width: 300px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 30px 0px;
    float: left;
    margin: 10px 70px 20px 0px;
    font-size: 12px;
    line-height: 16px;
    color: #333;
    text-align: center;
    overflow: hidden;
}

.inArticleOptIn,
.inArticleOptIn input {
  font-family: 'Roboto', 'Trebuchet MS', Arial, Helvetica, sans-serif !important;
}

.inArticleOptIn .thumb {
  width: 175px;
  height: 109px;
  background-image: url(/media/image/email-opt-in-widget-illustration.png);
  background-size: 100%;
  margin: 0px auto;
  background-blend-mode: multiply;
  background-color: #fff;
  margin-bottom: 5px;
}

.inArticleOptIn .title {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
}

.inArticleOptIn p {
  margin-bottom: 10px !important;
}

.inArticleOptIn .field {
  float: left;
  width: calc(100% - 92px);
  margin-right: 10px;
}

.inArticleOptIn .field input {
  border: 0px;
  margin: 0px;
  background-color: #eee;
  font-size: 16px;
  line-height: 30px;
  padding: 0px 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.inArticleOptIn .field input.watermark {
  color: #999;
}

.inArticleOptIn .button {
  float: left;
}

.inArticleOptIn .button input {
  font-size: 12px;
  border: 0px;
  margin: 0px;
  line-height: 30px;
  padding: 0px;
  border-radius: 3px;
  background-color: #ec1a22;
  color: #fff;
  text-transform: uppercase;
  width: 80px;
  text-align: center;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.inArticleOptIn .formRow {
    margin: 0px 0px 8px;
    display: table;
}

.inArticleOptIn .formRow .label {
    display: table-cell;
    width: 70px;
    text-align: left;
    color: #666;
    font-size: 14px;
}

.inArticleOptIn .formRow .formField {
    display: table-cell;
    width: 230px;
    text-align: left;
}

.inArticleOptIn input[type="text"] {
    width: 210px;
    background-color: #eee;
    border: none;
    padding: 0px 10px;
    margin: 0;
    line-height: 30px;
    font-size: 14px;
    box-shadow: inset 0 0 1px #999;
}

.inArticleOptIn input[type="text"].watermark {
    color: #aaa;
}

.inArticleOptIn .location select {
    height: 30px;
    font-family: 'Roboto', 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 0px;
    border: 0;
    background-color: #fff;
    color: #555;
    border: solid 1px #ccc;
    background: #eee;
    width: 230px;
}

.inArticleOptIn .error {
    color: red;
    text-align: left;
    margin-bottom: 10px;
    font-size: 14px;
}

@media only screen and (max-width: 666px) {

.inArticleOptIn {
  float: none;
  margin: 7px 0px 20px 0px;
  width: auto;
  background-color: #eee;
  padding: 30px 20px;
}

.inArticleOptIn .thumb {
  background-color: #eee;
}

.inArticleOptIn input[type="text"] {
  background-color: #fff;
}

}





/* Highlight Sharing Tool Tip */

#ShowSBHighlightInfo {
  padding: 20px;
  width: 560px;
  height: 170px;
  font-size: 14px;
  line-height: 19px;
  color: #333;
  position: fixed;
  bottom: 0px;
  left: 0px;
  background-color: #eee;
  z-index: 10;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.30);
}

#ShowSBHighlightInfo .sharetext {
  float: right;
  width: 200px;
}

#ShowSBHighlightInfo .sharetext .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
}

#ShowSBHighlightInfo a {
  position: absolute;
  top: -12px;
  right: -12px;
}

@media only screen and (max-width: 586px) {

#ShowSBHighlightInfo {
  width: auto;
  height: auto;
  right: 0px;
}

#ShowSBHighlightInfo .sharetext {
  float: none;
  width: auto;
  margin-bottom: 20px;
}

#ShowSBHighlightInfo .sharetooltip {
  text-align: center;
}

#ShowSBHighlightInfo a {
  right: calc(50% - 12px);
}

}





/* Soundbites */

#sb-adisplay .soundBite {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    width: 300px;
    float: left;
    clear: left;
    font-family: 'Roboto', 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 70px 20px 0px;
    padding: 20px 0px 20px;
}

#sb-adisplay .soundBite h2 {
    font-size: 22px;
    font-weight: 600;
    color: #006ad0;
    margin-bottom: 25px;
}

@media only screen and (max-width: 447px) {

#sb-adisplay .soundBite {
    float: none;
    width: 100%;
    margin-right: 0;
}

}










/* ======================================
50. Podcasts
======================================== */

.pagename {
  font-size: 36px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: bold;
}

.podcastPlayer {
  margin-bottom: 30px;
  overflow: hidden;
}

#sb-adisplay .podcastDisplay {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

#sb-adisplay .podcastDisplay .text {
  padding-left: 20px;
  float: right;
  width: 50%;
}

#sb-adisplay .podcastDisplay .thumb {
  width: 50%;
  float: left;
}

#sb-adisplay .podcastDisplay .thumb img {
  width: 100%;
  height: auto;
}

#sb-adisplay .podcastDisplay .date {
  color: #999;
  line-height: 18px;
  font-size: 12px;
  margin-bottom: 20px;
  display: block;
}

#sb-adisplay .podcastDisplay .buttons a {
    color: #ec5a2d !important;
    text-decoration: none !important;
    font-size: 12px;
    text-transform: uppercase;
    border: solid 1px #ccc;
    display: inline-block;
    margin-right: 10px;
    line-height: 34px;
    padding: 0px 10px;
    border-radius: 2px;
}

/* PLAYER */

#sb-adisplay .podcastPlayer .mejs-container,
#sb-adisplay .soundBite .mejs-container {
   background: #fff;
}

#sb-adisplay .podcastPlayer .mejs-container .mejs-controls,
#sb-adisplay .soundBite .mejs-controls {
  background: #fff
}

#sb-adisplay .soundBite .mejs-controls {
  background: #eee
}

#sb-adisplay .podcastPlayer .mejs-container .mejs-controls .mejs-time,
#sb-adisplay .soundBite .mejs-container .mejs-controls .mejs-time {
  color: #000;
}

#sb-adisplay .podcastPlayer .mejs-controls .mejs-button button,
#sb-adisplay .soundBite .mejs-controls .mejs-button button {
  background-image: url(/media/image/podcast-controls-black.svg);
}

#sb-adisplay .podcastPlayer .mejs-controls .mejs-time-rail .mejs-time-total,
#sb-adisplay .podcastPlayer .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
#sb-adisplay .soundBite .mejs-controls .mejs-time-rail .mejs-time-total,
#sb-adisplay .soundBite .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #ccc;
}

#sb-adisplay .podcastPlayer .mejs-controls .mejs-time-rail .mejs-time-loaded,
#sb-adisplay .soundBite .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #aaa;
}

#sb-adisplay .podcastPlayer .mejs-controls .mejs-time-rail .mejs-time-current,
#sb-adisplay .podcastPlayer .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
#sb-adisplay .soundBite .mejs-controls .mejs-time-rail .mejs-time-current,
#sb-adisplay .soundBite .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #116ecf;
}

#sb-adisplay .podcastPlayer .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
#sb-adisplay .podcastPlayer .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
#sb-adisplay .soundBite .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
#sb-adisplay .soundBite .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  top: 10px;
  height: 10px;
}










/* ======================================
60. Fixed Sharing Bar
======================================== */

.fixedSharingBox {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  overflow: hidden;
  background-color: #f6f6f6;
  font-size: 17px;
  color: #333;
  box-shadow: 0 0 8px 0px rgba(0,0,0,0.5);
  z-index: 20;
}

.fixedSharingBox .max-width {
  max-width: 994px;
  margin: 0px auto;
  position: relative;
}

.fixedSharingBox .inner {
}

.fixedSharingBox .title,
.fixedSharingBox .tools {
  vertical-align: top;
}

.fixedSharingBox .title {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 50px;
}

.fixedSharingBox .title:before {
  content: "Reading: ";
  font-weight: normal;
  text-transform: none;
}

.fixedSharingBox .count {
  display: none;
}

.fixedSharingBox .tools {
  position: absolute;
  top: 0px;
  right: 0px;
}

.fixedSharingBox .tools:before {
  content: "";
  width: 40px;
  height: 50px;
  float: left;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f6f6+0,f6f6f6+100&amp;0+0,1+100 */
  background: -moz-linear-gradient(left,  rgba(246,246,246,0) 0%, rgba(246,246,246,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(246,246,246,0)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(246,246,246,0) 0%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(246,246,246,0) 0%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(246,246,246,0) 0%,rgba(246,246,246,1) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(246,246,246,0) 0%,rgba(246,246,246,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f6f6f6', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 */
}

.fixedSharingBox .tools li {
  float: left;
  width: 40px;
}

.fixedSharingBox .tools li a {
  display: block;
  text-align: center;
  padding-left: 3px;
  line-height: 51px;
  background-color: #f6f6f6;
  color: #333;
}

.fixedSharingBox .tools li a:hover {
  background-color: #ddd;
}

.fixedSharingBox .tools .pdf,
.fixedSharingBox .tools .print {
  display: none;
}

.fixedSharingBox .tools .facebook a {
  color: #3b5998;
}

.fixedSharingBox .tools .twitter a {
  color: #55acee;
}

.fixedSharingBox .tools .linkedin a {
  color: #0976b4;
}

.fixedSharingBox .tools .google-plus a {
  color: #dd4b39;
}

.fixedSharingBox .tools .library a {
  color: #e9bc29;
  position: relative;
  line-height: 45px;
  padding-bottom: 5px;
}

.fixedSharingBox .tools .library a.label:after {
  content: "save";
  color: #999;
  position: absolute;
  top: 12px;
  left: 0px;
  right: 0px;
  text-align: center;
  font-size: 10px;
}

.fixedSharingBox .tools .library.alreadyAdded a.label .fa-star-o:before {
  content: "\f005" !important;
}

.fixedSharingBox .tools .library.alreadyAdded a.label:after {
  content: "saved";
}





@media only screen and (max-width: 1023px) {

.fixedSharingBox {
  padding-left: 20px;
}

}

@media only screen and (max-width: 666px) {

.fixedSharingBox .title:before {
  display: none;
}

.fixedSharingBox .tools li {
  width: 34px;
}

}

@media only screen and (max-width: 548px) {

.fixedSharingBox {
  padding-left: 10px;
}

}

@media only screen and (max-width: 479px) {

.fixedSharingBox {
  padding-left: 0px;
}

.fixedSharingBox .title,
.fixedSharingBox .tools:before {
  display: none;
}

.fixedSharingBox .tools {
  position: relative;
}

.fixedSharingBox .tools li {
  width: 14.28%;
}

}










/* ======================================
70. Newsletter Sign-up Widget
======================================== */

.newsletterOverlay {
  position: fixed;
  top: calc(50vh - 100px);
  left: 0px;
  width: 200px;
  background-color: #eee;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  padding: 20px;
  background: #18427c;
  background: -moz-linear-gradient(top, #18427c 0%, #346ad4 100%);
  background: -webkit-linear-gradient(top, #18427c 0%,#346ad4 100%);
  background: linear-gradient(to bottom, #18427c 0%,#346ad4 100%);
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  z-index: 2;
  box-sizing: border-box;
}

.newsletterOverlay .button {
  text-decoration:none;
  color:#000;
  line-height:36px;
  display: inline-block;
  background-color: #ffb400;
  margin: 10px 0;
  position: relative;
  top: 0;
  transition: all 0.3s;
}

.newsletterOverlay a.button:hover {
  top: -3px !important;
  box-shadow: 0 3px 5px rgba(0,0,0,0.5);
}

.newsletterOverlay a.noThanks {
  display: block;
}

@media only screen and (max-width: 1390px) {

.newsletterOverlay {
  bottom: 0px;
  left: 0 !important;
  top: inherit;
  width: 100%;
  text-align: center;
}

.newsletterOverlay a.button, 
.newsletterOverlay a.noThanks {
  display: inline-block;
  margin: 10px;
}

}

/**
 * Styles for showing / hiding popup.
 */ 
.newsletterOverlay {
  transition: left 1s;
  left: -300px;
}

.newsletterOverlay.showing {
  left: 0;
}

.newsletterOverlay.popup-dismissed {
  left: -300px !important;
}

@media only screen and (max-width: 1390px) {

.newsletterOverlay {
  transition: bottom 1s;
  bottom: -300px;
}

.newsletterOverlay.showing {
  bottom: 0;
}

.newsletterOverlay.popup-dismissed {
  bottom: -300px !important;
}

}





#NewsletterSignup {
    border-top: solid 1px #000;
    clear: both;
}

.footerOptIn h2 {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footerOptIn input {
    float: left;
}

.footerOptIn input[type="text"] {
    margin: 0;
    padding: 0px 20px;
    line-height: 80px;
    border: none;
    font-size: 17px;
    color: #aaa;
    box-shadow: inset 0 0 0px 1px #000000;
    width: calc(100% - 40px - 160px);
}

.footerOptIn #submit {
    margin: 0;
    padding: 0px;
    border: none;
    background-color: #326dc7;
    line-height: 80px;
    width: 120px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}










/* ======================================
80. Breakout styles
======================================== */

#sb-adisplay .breakout {
    background-color: #3d3d3d;
    color: #fff;
    margin-left: -54px;
    margin-right: -454px;
    padding: 80px 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 30px;
    position: relative;
}

#sb-adisplay .breakout:before,
#sb-adisplay .breakout:after {
    content: "";
    position: absolute;
    left: 0px;
    width:100%;
    height: 80px;
}

#sb-adisplay .breakout:before {
    top: 0px;
    background: -moz-linear-gradient(top, rgba(46,46,46,1) 0%, rgba(46,46,46,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(46,46,46,1) 0%,rgba(46,46,46,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(46,46,46,1) 0%,rgba(46,46,46,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#002e2e2e',GradientType=0 ); /* IE6-9 */
}

#sb-adisplay .breakout:after {
    bottom: 0px;
    background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(124,184,230,0) 1%, rgba(46,46,46,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(124,184,230,0) 1%,rgba(46,46,46,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(124,184,230,0) 1%,rgba(46,46,46,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#2e2e2e',GradientType=0 ); /* IE6-9 */
}

#sb-adisplay .breakout h3 {
    font-size: 50px;
    line-height: 52px;
}

@media (max-width: 1399px) {

#sb-adisplay .breakout {
    margin-left: calc(50% - 50vw + 200px);
    margin-right: calc(50% - 50vw - 200px);
}

section.featureArticle {
    overflow: hidden;
}

}

@media (max-width: 1023px) {

#sb-adisplay .breakout {
    margin-left: -20px;
    width: calc(100vw - 40px);
}

#sb-adisplay .breakout h3 {
    font-size: 40px;
    line-height: 42px;
}

}
