/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
* {
  -webkit-font-smoothing: subpixel-antialiased;
}
@font-face {
  font-family: myriad-pro;
  src: url('app/assets/myriad-pro/myriad-pro-light.otf');
  font-weight: 300;
}
.viz {
  background-repeat: no-repeat;
  background-size: contain;
  width: 560px;
  height: 420px;
  margin: 40px auto;
}
@media only screen and (max-width: 1050px) {
  .viz {
    width: 400px;
    height: 300px;
  }
}
.s2 .modules {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.s2 .modules > .module {
  display: table-cell;
  padding-top: 60px;
  background-position: top center;
  background-repeat: no-repeat;
}
.s2 .modules > .module:first-child {
  background-image: url('app/assets/heart.png');
  background-size: 35px 50px;
}
.s2 .modules > .module:last-child {
  background-image: url('app/assets/brain.png');
  background-size: 50px 50px;
}
.s3 .c1 {
  height: 310px;
}
@media only screen and (max-width: 1050px) {
  .s3 .c1 {
    height: 222px;
  }
}
.s8 .modules {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.s8 .modules .module {
  display: table-cell;
}
.s8 ul li {
  line-height: 1.4;
}
.s8 ul li.orange {
  color: #F15A24;
}
.s9 .c1 {
  height: 152px;
}
@media only screen and (max-width: 1050px) {
  .s9 .c1 {
    height: 109px;
  }
}
.s10 .c1,
.s10 .c2 {
  height: 94px;
}
@media only screen and (max-width: 1050px) {
  .s10 .c1,
  .s10 .c2 {
    height: 67px;
  }
}
.s11 .c1,
.s11 .c3 {
  height: 310px;
}
@media only screen and (max-width: 1050px) {
  .s11 .c1,
  .s11 .c3 {
    height: 221px;
  }
}
.s11 .c2,
.s11 .c4 {
  height: 202px;
}
@media only screen and (max-width: 1050px) {
  .s11 .c2,
  .s11 .c4 {
    height: 144px;
  }
}
.s13 .c1 {
  height: 350px;
}
@media only screen and (max-width: 1050px) {
  .s13 .c1 {
    height: 250px;
  }
}
.s15 .c1,
.s15 .c2 {
  height: 320px;
}
@media only screen and (max-width: 1050px) {
  .s15 .c1,
  .s15 .c2 {
    height: 229px;
  }
}
.s19 .c1 {
  height: 205px;
}
@media only screen and (max-width: 1050px) {
  .s19 .c1 {
    height: 146px;
  }
}
.s20 .c1,
.s20 .c2 {
  height: 310px;
}
@media only screen and (max-width: 1050px) {
  .s20 .c1,
  .s20 .c2 {
    height: 221px;
  }
}
.s23 .module {
  position: relative;
  margin-bottom: 40px;
}
.s23 .module::after {
  content: "↓";
  position: relative;
  font-size: 48px;
  left: 0px;
}
.s23 .module:last-child::after {
  content: "";
}
.s23 .module h3 {
  margin-bottom: 5px;
}
.s24 a {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
}
.s24 a:link,
.s24 a:visited,
.s24 a:active {
  color: white;
  background: #0972CE;
}
.s24 a:hover {
  color: white;
  background: #005480;
}
body {
  font-family: 'Helvetica Neue', 'Arial', sans-serif;
  color: #716E73;
  font-size: 14px;
  width: 100%;
  height: 100%;
  position: fixed;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #0972CE;
}
.page-header {
  display: table;
  width: 100%;
  background: #0972CE;
  color: white;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
}
.page-header > .amgen-logo,
.page-header > .title,
.page-header > .menu {
  display: table-cell;
}
.page-header > .amgen-logo {
  padding: 5px;
  width: 70px;
  max-width: 70px;
}
.page-header > .amgen-logo a {
  display: block;
  background-image: url('app/assets/amgen-logo.png');
  background-size: cover;
  text-indent: -9999px;
  width: 60px;
  height: 15px;
}
.page-header > .title {
  width: 100%;
  text-align: center;
}
.page-header > .title > a {
  text-decoration: none;
  color: white;
}
.page-header > .title > a:hover {
  text-decoration: underline;
}
.page-header > .language select {
  display: inline-block;
}
.page-header > .menu {
  padding: 5px;
  width: 70px;
  max-width: 70px;
}
.home {
  background: #f9f9f9;
}
.home .map {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1337;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('app/assets/home4x.png');
}
.home .box {
  width: 320px;
  margin: 100px auto 0 auto;
  text-align: center;
  background: white;
  padding: 20px;
  border: 1px solid #aaa;
}
.home .box h1 {
  font-family: 'myriad-pro', sans-serif;
  font-size: 24px;
  color: #005480;
  text-transform: uppercase;
}
.home .box h2 {
  font-family: 'myriad-pro', sans-serif;
  color: #aaa;
  font-size: 18px;
  margin-bottom: 20px;
}
.home .box p {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}
.home .box .modules {
  margin-top: 10px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.home .box .modules .module {
  display: table-cell;
}
.home .box ul li {
  line-height: 1.4;
}
.home .about-box {
  text-align: left;
  line-height: 1.4;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -160px;
}
.home .about-box p {
  font-weight: normal;
}
.home .about-box.hidden {
  display: none;
}
.home .about-box .close {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 1;
  font-size: 20px;
  color: #aaa;
  cursor: pointer;
}
.home .about-box .close:hover {
  color: #716E73;
}
.home .about {
  position: absolute;
  right: 0;
  bottom: 100px;
  left: 0;
  text-align: center;
  font-weight: bold;
  color: #005480;
  cursor: pointer;
}
.home .about:hover {
  color: #0972CE;
}
.ltr .outline {
  right: 0;
}
.ltr .outline .item a {
  border-left: 10px solid #eee;
}
.rtl .outline {
  left: 0;
}
.rtl .outline .item a {
  border-right: 10px solid #eee;
}
.outline {
  width: 38.22629969%;
  position: fixed;
  z-index: 1;
  top: 25px;
  bottom: 0;
  background: #eee;
  font-size: 14px;
  line-height: 16px;
  overflow-y: scroll;
}
@media only screen and (max-width: 700px) {
  .outline {
    display: none;
  }
}
@media only screen and (min-width: 701px) and (max-width: 800px) {
  .outline {
    width: 25%;
  }
}
@media only screen and (min-width: 801px) and (max-width: 900px) {
  .outline {
    width: 26%;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1000px) {
  .outline {
    width: 27%;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1100px) {
  .outline {
    width: 28%;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1200px) {
  .outline {
    width: 29%;
  }
}
@media only screen and (min-width: 1201px) {
  .outline {
    width: 30%;
  }
}
@media only screen and (max-width: 1050px) {
  .outline {
    font-size: 12px;
    line-height: 14px;
  }
}
.outline section {
  margin-bottom: 14px;
}
.outline .item a {
  display: block;
  padding: 7px 10px;
  text-decoration: none;
}
.outline .item a:link,
.outline .item a:visited,
.outline .item a:hover,
.outline .item a:active {
  color: #005480;
}
.outline .item a:hover {
  border-color: #aaa;
}
.outline .item.active a {
  border-color: #0972CE;
}
.outline .item.active a:hover {
  border-color: #0972CE;
}
.outline .header {
  font-weight: bold;
}
.content {
  width: 61.77370031%;
  position: fixed;
  top: 25px;
  bottom: 0;
  overflow-y: scroll;
}
@media only screen and (max-width: 700px) {
  .content {
    width: 100%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 800px) {
  .content {
    width: 75%;
  }
}
@media only screen and (min-width: 801px) and (max-width: 900px) {
  .content {
    width: 74%;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1000px) {
  .content {
    width: 73%;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1100px) {
  .content {
    width: 72%;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1200px) {
  .content {
    width: 71%;
  }
}
@media only screen and (min-width: 1201px) {
  .content {
    width: 70%;
  }
}
.content section {
  padding: 80px 0;
  text-align: center;
  border-top: 1px solid #eee;
  margin: 0 40px;
}
.content section:last-child {
  padding: 40px 0;
}
.content section h2,
.content section h3,
.content section h4,
.content section h5,
.content section p {
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1050px) {
  .content section h2,
  .content section h3,
  .content section h4,
  .content section h5,
  .content section p {
    max-width: 420px;
  }
}
.content section h2,
.content section h3 {
  line-height: 1.2;
}
.content section h4,
.content section h5,
.content section p {
  line-height: 1.4;
}
.content section h2,
.content section h3 {
  font-family: myriad-pro;
  font-weight: 300;
  padding: 0 40px;
}
.content section h3 {
  color: #005480;
  font-size: 20px;
  margin-bottom: 20px;
}
.content section h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.content section h5 {
  font-weight: bold;
}
.content section p {
  margin-bottom: 10px;
  line-height: 1.4;
}
.content section sup {
  font-size: 0.616em;
  vertical-align: super;
  padding-left: 0.25em;
  color: #aaa;
}
.content section .tabs {
  margin: 40px auto;
  font-size: 0;
  display: table;
  table-layout: fixed;
  width: 384px;
}
.content section .tabs .tab {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #716E73;
  border: 1px solid #716E73;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 12px;
}
.content section .tabs .tab:hover {
  background: #eee;
}
.content section .tabs .tab.active {
  background: #716E73;
  color: white;
}
.content section .tabs .tab.active:hover {
  cursor: default;
}
.content section .modules.tabbed .module {
  display: none;
}
.content section .modules.tabbed .module.active {
  display: block;
}
.content section.opener {
  margin: 2px;
  background: #eee;
  background: #aaa;
  border-top: none;
  position: relative;
  padding: 120px 0;
}
.content section.opener + section {
  border-top: none;
}
.content section.opener h2 {
  font-size: 30px;
  color: white;
  position: relative;
  z-index: 1;
}
.content section.opener p {
  color: white;
  font-size: 16px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.content section.opener .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('app/assets/overlay.png');
  background: #aaa;
}
.content section {
  position: relative;
}
.content section .section-number {
  position: absolute !important;
  right: 0;
  bottom: 20px;
  left: 0;
  width: 100%;
  color: #ccc;
  font-size: 10px;
  opacity: 0;
  pointer-events: none;
}
.content section.opener .section-number {
  color: #888;
  font-size: 10px;
  opacity: 0;
}
.content .footnotes {
  font-size: 12px;
  text-align: left;
}
.content .footnotes li {
  margin-bottom: 10px;
  list-style-type: decimal;
  line-height: 1.2;
}
.ltr .content {
  left: 0;
}
.ltr .content section .tabs .tab {
  border-right: none;
  border-left: 1px solid #716E73;
}
.ltr .content section .tabs .tab:last-child {
  border-right: 1px solid #716E73;
}
.rtl .content {
  right: 0;
}
.rtl .content section .tabs .tab {
  border-left: none;
  border-right: 1px solid #716E73;
}
.rtl .content section .tabs .tab:last-child {
  border-left: 1px solid #716E73;
}
.no-break {
  white-space: nowrap;
}
.hidden {
  display: none;
}
/*
section.s12 {
	padding-bottom: 20px !important;
}
*/
.repatha-safety-toggle {
  margin-top: 80px;
  display: inline-block;
  color: white;
  background: #aaa;
  border: none;
  padding: 5px 10px;
  cursor: pointer !important;
  font-size: 12px;
  text-decoration: underline;
}
.repatha-safety-toggle:hover {
  cursor: pointer !important;
}
.repatha-safety-info p {
  font-size: 12px !important;
}
@-webkit-keyframes colorPulse {
  0% {
    top: 0;
  }
  100% {
    top: -3px;
  }
}
.tab-hint {
  position: relative;
  margin-top: 10px;
  color: #aaa;
  -webkit-animation: colorPulse 0.5s infinite alternate;
}
.tab-hint .text {
  font-style: italic;
}
/*# sourceMappingURL=style.css.map */