/**********************
 * BUTTONS
 **********************/
/* line 5, ../sass/_buttons.scss */
.cnn-btn {
  background-color: #eaeaea;
  border-radius: 3px;
  border: 1px solid #a2a2a2;
  border-bottom: 2px solid #a2a2a2;
  color: #403a37;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 0;
  padding: 6px 10px;
  text-shadow: 1px 1px 1px white;
  text-align: center;
}

/* line 22, ../sass/_buttons.scss */
.cnn-btn:hover {
  background-color: white;
  color: #ff5a00;
}

/* line 29, ../sass/_buttons.scss */
.cnn-btn.disabled,
.cnn-btn[disabled],
.cnn-btn.disabled:hover,
.cnn-btn[disabled]:hover {
  background-color: #e1e1e1;
  border: 0;
  color: #cacaca;
  cursor: default;
  text-shadow: none;
  background-color: #e1e1e1;
  border: 0;
  color: #cacaca;
  cursor: default;
}

/* line 42, ../sass/_buttons.scss */
.cnn-btn:active,
.cnn-btn.active {
  background-color: #ababab;
  border: 1px solid #a2a2a2;
  border-top: 2px solid #7d7d7d;
  color: #fff;
  text-shadow: 1px 1px 1px #ababab;
}

/* line 49, ../sass/_buttons.scss */
.cnn-btn.active:hover {
  background-color: #c8c8c8;
  color: #403a37;
  text-shadow: -1px -1px 1px white;
}

/* line 55, ../sass/_buttons.scss */
.dark-btn {
  background-color: #545454;
  border-radius: 3px;
  border: 1px solid #a2a2a2;
  border-bottom: 2px solid #2d2d2d;
  color: #fff;
  text-shadow: 1px 1px 1px #2d2d2d;
}

/* line 63, ../sass/_buttons.scss */
.dark-btn:hover {
  background-color: #2d2d2d;
}

/* line 69, ../sass/_buttons.scss */
.dark-btn.disabled,
.dark-btn[disabled],
.dark-btn.disabled:hover,
.dark-btn[disabled]:hover {
  color: #fff;
  background-color: #ddd;
}

/* line 75, ../sass/_buttons.scss */
.dark-btn:active,
.dark-btn.active {
  background-color: #7d7d7d;
  border: 1px solid #a2a2a2;
  border-top: 2px solid #2d2d2d;
  color: #fff;
  text-shadow: 1px 1px 1px #2d2d2d;
}

/* line 82, ../sass/_buttons.scss */
.dark-btn.active:hover {
  background-color: #a2a2a2;
  color: #2d2d2d;
  text-shadow: -1px -1px 1px white;
}

/* line 88, ../sass/_buttons.scss */
.special-btn {
  background-color: #ff5a00;
  border: 1px solid #b32401;
  border-bottom: 2px solid #b32401;
  color: #fff;
  text-shadow: 1px 1px 1px #b32401;
}

/* line 95, ../sass/_buttons.scss */
.special-btn:hover {
  color: #680d01;
  background-color: #ff8e19;
  text-shadow: none;
}

/* line 103, ../sass/_buttons.scss */
.special-btn.disabled,
.special-btn[disabled],
.special-btn.disabled:hover,
.special-btn[disabled]:hover {
  color: #fff;
  background-color: #f1c8ac;
}

/* line 109, ../sass/_buttons.scss */
.special-btn:active,
.special-btn.active {
  background-color: #ff5a00;
  border: 1px solid #b32401;
  border-top: 2px solid #b32401;
  color: #fff;
  text-shadow: 1px 1px 1px #e84001;
}

/* line 116, ../sass/_buttons.scss */
.special-btn.active:hover {
  background-color: #ff8e19;
  color: #b32401;
  text-shadow: -1px -1px 1px white;
}

/* line 122, ../sass/_buttons.scss */
.social-btn {
  background-color: #32aac8;
  border: 1px solid #326482;
  border-bottom: 2px solid #326482;
  color: #fff;
  text-shadow: 1px 1px 1px #326482;
}

/* line 129, ../sass/_buttons.scss */
.social-btn:hover {
  color: #004664;
  background-color: #29d7ed;
  text-shadow: none;
}

/* line 137, ../sass/_buttons.scss */
.social-btn.disabled,
.social-btn[disabled],
.social-btn.disabled:hover,
.social-btn[disabled]:hover {
  color: #fff;
  background-color: #bedcde;
}

/* line 143, ../sass/_buttons.scss */
.social-btn:active,
.social-btn.active {
  background-color: #3296b4;
  border: 1px solid #326482;
  border-top: 2px solid #326482;
  color: #fff;
  text-shadow: 1px 1px 1px #326482;
}

/* line 150, ../sass/_buttons.scss */
.social-btn.active:hover {
  color: #004664;
  background-color: #32aac8;
  text-shadow: -1px -1px 1px white;
}

/* line 156, ../sass/_buttons.scss */
.cnn-btn-link {
  padding: 4px 8px;
  color: #fff;
  background-color: #bfb4ae;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
}

/* line 164, ../sass/_buttons.scss */
.cnn-btn-link:hover {
  background-color: #ff5a00;
}

/* line 168, ../sass/_buttons.scss */
.btn-link-social {
  background-color: #32aac8;
}

/* line 171, ../sass/_buttons.scss */
.btn-link-social:hover {
  background-color: #326482;
}

/* line 175, ../sass/_buttons.scss */
.cnn-btn.lg-btn {
  font-size: 16px;
}

/* line 179, ../sass/_buttons.scss */
.cnn-btn.xl-btn {
  font-size: 20px;
}

/* line 3, ../sass/screen.scss */
body {
  background-attachment: fixed;
  background-position: top middle;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media screen and (min-width: 760px) {
  /* line 10, ../sass/screen.scss */
  .mobile-only {
    display: none;
  }
}

/* line 16, ../sass/screen.scss */
.c_share_container {
  margin: -20px auto 0 auto;
  text-align: center;
  width: 160px;
}

/* line 22, ../sass/screen.scss */
.cnn10-wrapper {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 980px;
}
/* line 28, ../sass/screen.scss */
.cnn10-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 34, ../sass/screen.scss */
.cnn10-wrapper img {
  max-width: 100%;
}
@media screen and (min-width: 760px) and (max-width: 980px) {
  /* line 22, ../sass/screen.scss */
  .cnn10-wrapper {
    width: 760px;
  }
}
@media screen and (max-width: 759px) {
  /* line 22, ../sass/screen.scss */
  .cnn10-wrapper {
    padding: 0 10px;
    width: 300px;
  }
}

/* line 46, ../sass/screen.scss */
.cnn10-desktop-nav-wrapper {
  float: left;
  min-height: 40px;
  position: relative;
  width: 150px;
  z-index: 50;
  /* Hide desktop nav on smaller screens */
}
@media screen and (max-width: 979px) {
  /* line 55, ../sass/screen.scss */
  .cnn10-desktop-nav-wrapper {
    display: none;
  }
}

/* line 59, ../sass/screen.scss */
.cnn10-desktop-nav {
  background-color: #000;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 110%;
  overflow-x: visible;
  padding: 0;
  text-transform: uppercase;
  width: 150px;
  /* end 'li' nest */
}
/* line 72, ../sass/screen.scss */
.cnn10-desktop-nav ul {
  list-style-type: none;
}
/* line 76, ../sass/screen.scss */
.cnn10-desktop-nav li {
  background-image: url("http://i.cdn.turner.com/cnn/interactive/2014/04/health/the-cnn-10-healing-the-future/img/nav-bg.jpg");
  margin: 1px 0;
  padding: 5px 5px 5px 5px;
}
/* line 81, ../sass/screen.scss */
.cnn10-desktop-nav li:hover {
  color: #ff5a00;
  cursor: pointer;
}
/* line 86, ../sass/screen.scss */
.cnn10-desktop-nav li.selected > p {
  background-image: url("http://i.cdn.turner.com/cnn/interactive/2014/04/health/the-cnn-10-healing-the-future/img/nav-active.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: -5px;
  margin-left: -5px;
  margin-top: -5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 15px;
  width: 160px;
}
/* line 100, ../sass/screen.scss */
.cnn10-desktop-nav li.selected:hover {
  color: #fff;
}

/* fix nav with "fixed" class */
/* left-position depends on screen width; set by javascript */
/* line 109, ../sass/screen.scss */
.cnn10-desktop-nav-fixed {
  position: fixed;
  top: 140px;
}

/* line 114, ../sass/screen.scss */
.cnn10-main {
  position: relative;
}
/* line 117, ../sass/screen.scss */
.cnn10-main h1 {
  color: #000;
  font-size: 33px;
  text-align: center;
}
/* line 122, ../sass/screen.scss */
.cnn10-main h1 img {
  padding-top: 10px;
  padding-bottom: 5px;
}
/* line 126, ../sass/screen.scss */
.cnn10-main h1 img:hover {
  cursor: pointer;
}
@media screen and (min-width: 980px) {
  /* line 114, ../sass/screen.scss */
  .cnn10-main {
    float: left;
  }
}
@media screen and (max-width: 979px) {
  /* line 114, ../sass/screen.scss */
  .cnn10-main {
    float: none;
    left: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 760px) {
  /* line 114, ../sass/screen.scss */
  .cnn10-main {
    background-color: #fff;
    width: 760px;
  }
}

/* bumper navs are absolute within cnn10-main */
/* line 146, ../sass/screen.scss */
.bumper-nav {
  background-image: url("http://i.cdn.turner.com/cnn/interactive/2014/04/health/the-cnn-10-healing-the-future/img/nav-sprite.gif");
  background-repeat: no-repeat;
  height: 150px;
  position: absolute;
  top: 400px;
  width: 34px;
}
/* line 154, ../sass/screen.scss */
.bumper-nav.left {
  background-position: left top;
  left: 0;
}
/* line 158, ../sass/screen.scss */
.bumper-nav.left:hover {
  background-position: left -150px;
  cursor: pointer;
}
/* line 164, ../sass/screen.scss */
.bumper-nav.right {
  background-position: right top;
  right: 0px;
}
/* line 168, ../sass/screen.scss */
.bumper-nav.right:hover {
  background-position: right -150px;
  cursor: pointer;
}
@media screen and (max-width: 759px) {
  /* line 146, ../sass/screen.scss */
  .bumper-nav {
    display: none;
  }
}

/* line 178, ../sass/screen.scss */
.cnn10-frame {
  clear: both;
  display: none;
  margin: 0 auto;
  padding-top: 20px;
  width: 640px;
}
@media screen and (max-width: 759px) {
  /* line 178, ../sass/screen.scss */
  .cnn10-frame {
    width: 100%;
  }
}

/* line 190, ../sass/screen.scss */
.cnn10-frame-header {
  margin-bottom: 1em;
}
/* line 193, ../sass/screen.scss */
.cnn10-frame-header h2 {
  font-family: Georgia, serif;
  font-size: 27px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 758px) {
    .cnn10-frame-media {
        overlflow-x: hidden;
    }
}
.adCountdown { max-width: 100%; }

/* line 203, ../sass/screen.scss */
.cnn10-frame-media-credit {
  color: #8c8B8a;
  font-family: Arial, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: right;
}

/* line 212, ../sass/screen.scss */
.cnn10-frame-body {
  margin-bottom: 20px;
}
@media screen and (min-width: 760px) {
  /* line 216, ../sass/screen.scss */
  .cnn10-frame-body.narrow {
    width: 500px;
  }
}
/* line 221, ../sass/screen.scss */
.cnn10-frame-body p {
  color: #000;
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 23px;
  text-indent: 2em;
}
/* line 228, ../sass/screen.scss */
.cnn10-frame-body p.editors-note {
  text-indent: 0;
  margin-top: 1em;
  font-style: italic;
}
/* line 234, ../sass/screen.scss */
.cnn10-frame-body p.byline {
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-indent: 0;
}
/* line 238, ../sass/screen.scss */
.cnn10-frame-body p.byline > span {
  font-weight: bold;
}

/* line 243, ../sass/screen.scss */
.cnn10-frame-sidebar {
  float: right;
  margin-bottom: 25px;
  margin-left: 25px;
  width: 115px;
}
/* line 249, ../sass/screen.scss */
.cnn10-frame-sidebar dl {
  color: #000000;
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px;
}
/* line 257, ../sass/screen.scss */
.cnn10-frame-sidebar dt {
  font-weight: bold;
  text-transform: uppercase;
}
/* line 261, ../sass/screen.scss */
.cnn10-frame-sidebar dt.header {
  margin-bottom: 10px;
}
/* line 264, ../sass/screen.scss */
.cnn10-frame-sidebar dd {
  margin-bottom: 10px;
}
@media screen and (max-width: 759px) {
  /* line 243, ../sass/screen.scss */
  .cnn10-frame-sidebar {
    display: none;
  }
}

/* line 273, ../sass/screen.scss */
.cnn10-page-count {
  clear: both;
  margin-bottom: 20px;
  text-align: center;
}
/* line 278, ../sass/screen.scss */
.cnn10-page-count .page-number {
  color: #b1b1b1;
  font-family: Georgia, serif;
  font-size: 17px;
  font-style: italic;
  font-weight: bold;
}
/* line 285, ../sass/screen.scss */
.cnn10-page-count .page-number:before, .cnn10-page-count .page-number:after {
  border-top: solid 1px #b1b1b1;
  content: "";
  display: inline-block;
  height: 3px;
  margin-right: 5px;
  width: 25px;
}
@media screen and (max-width: 759px) {
  /* line 273, ../sass/screen.scss */
  .cnn10-page-count {
    padding-bottom: 20px;
  }
  /* line 299, ../sass/screen.scss */
  .cnn10-page-count.cnn10-frame-header-count {
    padding-bottom: 0px;
  }
}

/* line 305, ../sass/screen.scss */
.story-nav.right {
  float: right;
  width: 6em;
}

/* line 309, ../sass/screen.scss */
.story-nav.left {
  float: left;
  width: 6em;
}

/* line 313, ../sass/screen.scss */
.cnn10-outbrain, .cnn10-comments {
  margin: 0 auto;
  width: 640px;
}
@media screen and (max-width: 759px) {
  /* line 313, ../sass/screen.scss */
  .cnn10-outbrain, .cnn10-comments {
    display: none;
  }
}

/* line 323, ../sass/screen.scss */
.cnn10-footer-nav {
  clear: both;
}
/* line 326, ../sass/screen.scss */
.cnn10-footer-nav ul {
  list-style-type: none;
}
/* line 330, ../sass/screen.scss */
.cnn10-footer-nav li > div, .cnn10-footer-nav li > p {
  display: table-cell;
  vertical-align: middle;
}
/* line 335, ../sass/screen.scss */
.cnn10-footer-nav li > div {
  width: 120px;
}
/* line 339, ../sass/screen.scss */
.cnn10-footer-nav li > p {
  color: #403037;
  font-family: Georgia, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  line-height: 21px;
  padding-left: 10px;
}
/* line 348, ../sass/screen.scss */
.cnn10-footer-nav li > p:hover {
  color: #ff5a00;
  cursor: pointer;
}
@media screen and (min-width: 760px) {
  /* line 323, ../sass/screen.scss */
  .cnn10-footer-nav {
    display: none;
  }
}

/* line 360, ../sass/screen.scss */
.cnn10-footer-nav-header {
  background-color: #bfb4ae;
  color: #535555;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
}

/* line 369, ../sass/screen.scss */
.cnn10-footer-nav-label {
  border-right: 10px solid #fcfbf2;
  display: inline-block;
}
/* line 373, ../sass/screen.scss */
.cnn10-footer-nav-label > p {
  background-color: #fcfbf2;
  border: 2px solid #bfb4ae;
  padding: 0px 5px;
}
