@charset "UTF-8";
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; }

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

q,
blockquote {
  quotes: none; }
  q:before, q:after,
  blockquote:before,
  blockquote:after {
    content: '';
    content: none; }

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

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }
  a:active, a:hover {
    outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible;
  text-transform: none; }

select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

@-webkit-keyframes expand {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@-moz-keyframes expand {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes expand {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes expand-y {
  0% {
    transform: scaleY(0); }
  100% {
    transform: scaleY(1); } }

@-moz-keyframes expand-y {
  0% {
    transform: scaleY(0); }
  100% {
    transform: scaleY(1); } }

@keyframes expand-y {
  0% {
    transform: scaleY(0); }
  100% {
    transform: scaleY(1); } }

@-webkit-keyframes expand-x {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(1); } }

@-moz-keyframes expand-x {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(1); } }

@keyframes expand-x {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(1); } }

@-webkit-keyframes shrink {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@-moz-keyframes shrink {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes shrink {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@-webkit-keyframes shrink-y {
  0% {
    transform: scaleY(1); }
  100% {
    transform: scaleY(0); } }

@-moz-keyframes shrink-y {
  0% {
    transform: scaleY(1); }
  100% {
    transform: scaleY(0); } }

@keyframes shrink-y {
  0% {
    transform: scaleY(1); }
  100% {
    transform: scaleY(0); } }

@-webkit-keyframes shrink-x {
  0% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }

@-moz-keyframes shrink-x {
  0% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }

@keyframes shrink-x {
  0% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }

@font-face {
  font-family: "lato-regular";
  src: url("../fonts/lato/Lato-Regular.woff") format("woff"), url("../fonts/lato/Lato-Regular.otf") format("opentype"); }

@font-face {
  font-family: "lato-medium";
  src: url("../fonts/lato/Lato-Medium.woff") format("woff"), url("../fonts/lato/Lato-Medium.otf") format("opentype"); }

@font-face {
  font-family: "lato-italic";
  src: url("../fonts/lato/Lato-Italic.woff") format("woff"), url("../fonts/lato/Lato-Italic.otf") format("opentype"); }

@font-face {
  font-family: "lato-semibold";
  src: url("../fonts/lato/Lato-SemiBold.woff") format("woff"), url("../fonts/lato/Lato-SemiBold.otf") format("opentype"); }

@font-face {
  font-family: "lato-semibold-italic";
  src: url("../fonts/lato/Lato-SemiBoldItalic.woff") format("woff"), url("../fonts/lato/Lato-SemiBoldItalic.otf") format("opentype"); }

@font-face {
  font-family: "lato-bold";
  src: url("../fonts/lato/Lato-Bold.woff") format("woff"), url("../fonts/lato/Lato-Bold.otf") format("opentype"); }

@font-face {
  font-family: "lato-bold-italic";
  src: url("../fonts/lato/Lato-BoldItalic.woff") format("woff"), url("../fonts/lato/Lato-BoldItalic.otf") format("opentype"); }

@font-face {
  font-family: "lato-light";
  src: url("../fonts/lato/Lato-Light.woff") format("woff"), url("../fonts/lato/Lato-Light.otf") format("opentype"); }

@font-face {
  font-family: "lato-heavy";
  src: url("../fonts/lato/Lato-Heavy.woff") format("woff"), url("../fonts/lato/Lato-Heavy.otf") format("opentype"); }

* {
  box-sizing: border-box; }

body {
  background: #eef2f3;
  min-width: 20rem; }

.structure {
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 0 0.625rem; }
  .structure::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 480px) {
    .structure {
      padding: 0 1.25rem; } }

.image img {
  max-width: 100%; }

.image-left {
  float: left; }

.image-right {
  float: right; }

.site-main {
  position: relative; }
  .site-main > .structure {
    padding: 0; }
    @media screen and (min-width: 600px) {
      .site-main > .structure {
        padding: 1.25rem; } }
    @media screen and (min-width: 800px) {
      .site-main > .structure {
        padding-top: 0; } }

.hidden {
  display: none; }

#mediaQueryInformator {
  display: none;
  position: absolute;
  z-index: 10; }
  @media screen and (min-width: 480px) {
    #mediaQueryInformator {
      z-index: 100; } }

.tile-inner h2 {
  font-family: "lato-bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.1875rem;
  line-height: 1.3125rem; }

body {
  font-family: "lato-regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5; }

h1,
h2,
h3,
h4 {
  color: #444;
  margin-top: 0;
  margin-bottom: 0.8333333333rem; }

h1 {
  margin-bottom: 0.2777777778rem; }
  @media screen and (min-width: 600px) {
    h1 {
      margin-bottom: 0.8333333333rem; } }

.article-body h1 {
  font-family: "lato-semibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.75rem;
  line-height: 2rem; }
  @media screen and (min-width: 600px) {
    .article-body h1 {
      font-size: 1.75rem; } }

h2 {
  font-family: "lato-semibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem; }

h3,
h4 {
  font-family: "lato-bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.1875rem;
  line-height: 1.3125rem;
  margin-bottom: 0.625rem; }

h4 {
  font-size: 1.0625rem; }

p,
li {
  font-family: "lato-regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444; }

p {
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  margin-bottom: 1.25rem; }

em,
i {
  font-family: "lato-italic", sans-serif;
  font-style: normal;
  font-weight: normal; }

strong {
  font-family: "lato-bold", sans-serif;
  font-style: normal;
  font-weight: normal; }

em strong,
strong em {
  font-family: "lato-bold-italic", sans-serif;
  font-style: normal;
  font-weight: normal; }

a {
  color: #34a08a; }

.visually-hidden {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

code {
  display: inline-block;
  padding: 0.125rem 0.4375rem;
  margin: 0.125rem;
  background: #e2e3e4;
  font-size: 0.75rem; }

.messages {
  margin-left: 0.625rem;
  margin-bottom: 1.25rem; }

blockquote {
  text-align: center;
  max-width: 27.5rem;
  margin: 0 auto;
    margin-bottom: 1.875rem; }
  @media screen and (min-width: 600px) {
    blockquote {
      margin-bottom: 2.5rem; } }
  blockquote p {
    font-family: "lato-italic", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.1875rem;
    color: #aeb0b2;
    line-height: 1.3;
    margin-bottom: 0.5rem; }
    blockquote p::before, blockquote p::after {
      font-family: "lato-bold-italic", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 1.5rem;
      line-height: 0; }
      @media screen and (min-width: 600px) {
        blockquote p::before, blockquote p::after {
          font-size: 2.25rem; } }
    blockquote p::before {
      content: '“'; }
    blockquote p::after {
      content: '”'; }
    @media screen and (min-width: 600px) {
      blockquote p {
        font-size: 1.625rem; } }
  blockquote cite {
    font-family: "lato-italic", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.9375rem;
    color: #444; }

.article-content ul,
.article-content ol,
.page-body ul,
.page-body ol {
  margin-bottom: 1.25rem;
  margin-left: 0.625rem; }
  .article-content ul ul,
  .article-content ul ol,
  .article-content ol ul,
  .article-content ol ol,
  .page-body ul ul,
  .page-body ul ol,
  .page-body ol ul,
  .page-body ol ol {
    margin-top: 0.1875rem; }
  .article-content ul li,
  .article-content ol li,
  .page-body ul li,
  .page-body ol li {
    margin-bottom: 0.5rem;
    font-size: 0.9375rem; }

.article-content ul li,
.page-body ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 0.5rem; }
  .article-content ul li::before,
  .page-body ul li::before {
    content: '';
    display: block;
    width: 0.1875rem;
    height: 0.1875rem;
    border-radius: 100%;
    background: #444;
    position: absolute;
    left: -0.625rem;
    top: 0.625rem; }
  .article-content ul li ul,
  .page-body ul li ul {
    margin-left: 0;
    margin-bottom: 0; }
    .article-content ul li ul li,
    .page-body ul li ul li {
      list-style-type: none;
      margin-left: 0;
      margin-bottom: 0; }
      .article-content ul li ul li::before,
      .page-body ul li ul li::before {
        content: '-';
        background: none;
        display: inline;
        position: static;
        margin-right: 0.4375rem; }

.article-content ol,
.page-body ol {
  margin-left: 1rem; }
  .article-content ol li,
  .page-body ol li {
    list-style-type: decimal;
    position: relative;
    padding-left: 0.5rem; }
    .article-content ol li ol,
    .page-body ol li ol {
      margin-left: 1.125rem; }
      .article-content ol li ol ol,
      .page-body ol li ol ol {
        margin-left: 2.125rem; }
        .article-content ol li ol ol li,
        .page-body ol li ol ol li {
          margin-bottom: 0.5rem; }

.tile-inner .article-aside .inline-svg {
  width: 0.8125rem;
  height: 0.9375rem;
  float: left;
  margin-top: 0.125rem;
  margin-right: 0.625rem; }

.inline-svg-map svg *,
.inline-svg * {
  fill: inherit; }

.inline-svg {
  display: inline-block;
  vertical-align: middle;
  width: 1.25rem;
  height: 1.25rem;
  fill: #737474; }

form {
  margin: 0 0 1.25rem 0; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

.control-group {
  margin-bottom: 1.25rem; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.25rem;
  line-height: 1.25rem;
  border: 0;
  border-bottom: 1px solid; }

label {
  display: block;
  margin-bottom: 0.3125rem; }
  label[for] {
    cursor: pointer; }

input,
textarea,
select {
  display: inline-block;
  vertical-align: middle;
  width: 15.625rem;
  height: 1.875rem;
  padding: 0.25rem;
  font-size: 16px;
  border: 1px solid; }
  input:focus,
  textarea:focus,
  select:focus {
    outline: 0; }
  label input, label
  textarea, label
  select {
    display: block; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0.1875rem 0;
  border: 0;
  line-height: normal;
  cursor: pointer; }
  .lt-ie8 input[type="image"], .lt-ie8
  input[type="checkbox"], .lt-ie8
  input[type="radio"] {
    margin-top: 0; }

input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: initial; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto; }

select,
input[type="file"] {
  height: 1.75rem;
  line-height: 1.75rem; }
  .lt-ie8 select, .lt-ie8
  input[type="file"] {
    margin-top: 0.25rem; }

.lt-ie10 input[type="file"] {
  line-height: 1.125rem; }

select {
  width: 15.625rem;
  background-color: #fff; }
  select[multiple], select[size] {
    min-height: 7.5rem;
    height: auto; }

textarea {
  resize: vertical;
  min-height: 7.5rem;
  height: auto; }

input[type="hidden"] {
  display: none; }

.radio,
.checkbox {
  padding-left: 1.125rem; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -1.125rem; }

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 0.3125rem; }

.radio.inline,
.checkbox.inline {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0.3125rem;
  margin-bottom: 0; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 0.625rem; }

input[disabled], input[readonly],
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly] {
  cursor: not-allowed; }

.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #e85240; }

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #e85240;
  border-color: #e85240; }

.help-block,
.help-inline {
  font-size: 80%; }

.help-block {
  display: block;
  padding-top: 0.625rem; }

.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.3125rem; }

.form-horizontal input, .form-horizontal textarea, .form-horizontal select, .form-horizontal .help-inline {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0; }

.form-horizontal .control-label {
  float: left;
  width: 8.75rem;
  padding-top: 0.3125rem;
  text-align: right; }

.form-horizontal .controls {
  margin-left: 10rem; }

.form-horizontal .form-actions {
  padding-left: 10rem; }

.label-hidden .control-label {
  display: none; }

.help-hidden .help {
  display: none; }

.asterisk-hidden .asterisk {
  display: none; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translateY(-2.5rem);
    -moz-transform: translateY(-2.5rem);
    -ms-transform: translateY(-2.5rem);
    -o-transform: translateY(-2.5rem);
    transform: translateY(-2.5rem); }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slide-down {
  from {
    -webkit-transform: translateY(-2.5rem);
    -moz-transform: translateY(-2.5rem);
    -ms-transform: translateY(-2.5rem);
    -o-transform: translateY(-2.5rem);
    transform: translateY(-2.5rem); }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes progress-bar {
  0% {
    width: 0; } }

@keyframes progress-bar {
  0% {
    width: 0; } }

.ovarian-signs-symptoms {
  background-image: url("../images/infographics/ovarian-cancer-signs-and-symptoms-no-lines.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 17.5rem auto;
  height: 17.5rem;
  margin: auto;
    margin-top: 4.375rem; }
  @media screen and (min-width: 960px) {
    .ovarian-signs-symptoms {
      background-image: url("../images/infographics/ovarian-cancer-signs-and-symptoms.png");
      background-size: 30.6875rem auto;
      background-position: center;
      height: 28.75rem;
      margin: 2.5rem auto; } }
  @media screen and (max-width: 959px) {
    .ovarian-signs-symptoms .infographic-toggle-items .expand-up.fallopian-tube {
      top: -1.875rem;
      left: 0;
      right: auto; }
      .ovarian-signs-symptoms .infographic-toggle-items .expand-up.fallopian-tube .label {
        margin-right: -7.8125rem; }
      .ovarian-signs-symptoms .infographic-toggle-items .expand-up.fallopian-tube .label-text {
        padding-bottom: 5.625rem; }
    .ovarian-signs-symptoms .infographic-toggle-items .expand-up.text-right.rectum {
      top: -1.5625rem;
      left: -3.125rem; }
      .ovarian-signs-symptoms .infographic-toggle-items .expand-up.text-right.rectum .label-text {
        padding-bottom: 3.125rem; }
    .ovarian-signs-symptoms .infographic-toggle-items .expand-up.text-right.uterus {
      top: -1.5625rem;
      left: -0.625rem; }
      .ovarian-signs-symptoms .infographic-toggle-items .expand-up.text-right.uterus .label-text {
        padding-bottom: 4.8125rem; }
    .ovarian-signs-symptoms .infographic-toggle-items .expand-up.text-right.bladder {
      top: -1.5625rem;
      left: 0.3125rem; }
      .ovarian-signs-symptoms .infographic-toggle-items .expand-up.text-right.bladder .label-text {
        padding-bottom: 7.5rem; }
    .ovarian-signs-symptoms .infographic-toggle-items .expand-down.tumor-cells {
      top: 11.25rem; }
      .ovarian-signs-symptoms .infographic-toggle-items .expand-down.tumor-cells .label {
        right: 2.5rem; }
      .ovarian-signs-symptoms .infographic-toggle-items .expand-down.tumor-cells .label-text {
        padding-top: 3.75rem; }
    .ovarian-signs-symptoms .infographic-toggle-items .expand-down.tumor {
      top: 10rem; }
      .ovarian-signs-symptoms .infographic-toggle-items .expand-down.tumor .label {
        right: 0.9375rem; }
      .ovarian-signs-symptoms .infographic-toggle-items .expand-down.tumor .label-text {
        padding-top: 3.75rem; }
    .ovarian-signs-symptoms .infographic-toggle-items .expand-down.follicles {
      top: 11.25rem; }
      .ovarian-signs-symptoms .infographic-toggle-items .expand-down.follicles .label {
        right: -2.375rem; }
      .ovarian-signs-symptoms .infographic-toggle-items .expand-down.follicles .label-text {
        padding-top: 3.75rem; }
    .ovarian-signs-symptoms .infographic-toggle-items .expand-down.ovary {
      top: 10rem; }
      .ovarian-signs-symptoms .infographic-toggle-items .expand-down.ovary .label {
        right: -3.125rem; }
      .ovarian-signs-symptoms .infographic-toggle-items .expand-down.ovary .label-text {
        padding-top: 3.75rem; } }
  @media screen and (min-width: 960px) {
    .ovarian-signs-symptoms .infographic-toggle-items li.rectum {
      top: 0.5rem;
      left: 0.375rem; }
    .ovarian-signs-symptoms .infographic-toggle-items li.uterus {
      top: 0;
      left: 6.125rem; }
    .ovarian-signs-symptoms .infographic-toggle-items li.bladder {
      top: 0;
      left: 13.5rem; }
    .ovarian-signs-symptoms .infographic-toggle-items li.fallopian-tube {
      top: 3.375rem;
      left: 22.5625rem; }
    .ovarian-signs-symptoms .infographic-toggle-items li.tumor-cells {
      bottom: 4.8125rem;
      left: 0.6875rem; }
    .ovarian-signs-symptoms .infographic-toggle-items li.tumor {
      bottom: 1.125rem;
      left: 8rem; }
    .ovarian-signs-symptoms .infographic-toggle-items li.follicles {
      bottom: 1.125rem;
      left: 15.6875rem; }
    .ovarian-signs-symptoms .infographic-toggle-items li.ovary {
      bottom: 2.375rem;
      left: 27.25rem; } }

.site-header {
  position: relative;
  background-color: #fff;
  padding-top: 0.6875rem;
  height: 5.125rem; }
  @media screen and (min-width: 768px) {
    .site-header {
      height: 7.1875rem;
      width: 100%; } }
  .site-header > .structure {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
    .site-header > .structure::after {
      display: none; }
  .site-header .logo-wrapper {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    vertical-align: top; }
    .site-header .logo-wrapper:hover {
      text-decoration: none; }
  .site-header .myday-logo,
  .site-header .teva-logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    height: 3.125rem;
    width: 3.125rem;
    vertical-align: top;
    margin-top: 0; }
    @media screen and (min-width: 768px) {
      .site-header .myday-logo,
      .site-header .teva-logo {
        width: 5.3125rem;
        height: 5rem;
        margin-top: 0.625rem; } }
  .site-header .myday-logo {
    background-image: url("../images/svg/teva-my-day-logo.svg");
    margin-left: -0.3125rem; }
  .site-header .logo_pl-pl .myday-logo {
    background-image: url("../images/svg/teva-my-day-logo-pl.svg"); }
  .site-header .logo_nl .myday-logo {
    background-image: url("../images/svg/teva-my-day-logo-nl.svg"); }
  .site-header .teva-logo {
    background-image: url("../images/svg/teva-logo.svg");
    margin-left: 0.3125rem;
    width: 1.875rem; }
    @media screen and (min-width: 360px) {
      .site-header .teva-logo {
        width: 3.125rem; } }
    @media screen and (min-width: 768px) {
      .site-header .teva-logo {
        width: 5.3125rem;
        margin-left: 0.9375rem; } }
  .site-header .logo-copy {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .site-header .tagline {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1;
    -moz-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    font-family: "lato-italic", sans-serif;
    font-style: normal;
    font-weight: normal;
    display: none; }
    @media screen and (min-width: 640px) {
      .site-header .tagline {
        color: #737474;
        padding-top: 0.125rem;
        padding-bottom: 0.5625rem;
        padding-left: 1.5625rem;
        margin-left: 0.125rem;
        display: inline-block; } }
    @media screen and (min-width: 768px) {
      .site-header .tagline {
        padding-top: 0.625rem;
        padding-bottom: 0.3125rem;
        padding-left: 1.875rem;
        margin-left: 1.875rem;
        border-left: 1px solid #aeb0b2;
        font-size: 1.0625rem; } }
    .lt-ie10 .site-header .tagline {
      max-width: 9.375rem; }
    @media screen and (min-width: 640px) {
      .logged-out .site-header .tagline {
        display: none; } }
    @media screen and (min-width: 800px) {
      .logged-out .site-header .tagline {
        display: inline-block; } }
  .site-header .user-area {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
    .lt-ie10 .site-header .user-area {
      float: right; }
    .site-header .user-area button,
    .site-header .user-area .button {
      letter-spacing: 0;
      white-space: nowrap; }
  .site-header .logged-out-area {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .site-header .buttons-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    @media screen and (min-width: 450px) {
      .site-header .buttons-wrapper {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row; } }
  .site-header .login-button {
    margin-bottom: 0.3125rem; }
    @media screen and (min-width: 450px) {
      .site-header .login-button {
        margin-right: 0.625rem;
        margin-bottom: 0; } }
  .site-header .already-registered-title {
    color: #444;
    font-size: 0.875rem;
    margin-right: 0.625rem;
    display: none; }
    @media screen and (min-width: 1025px) {
      .site-header .already-registered-title {
        display: inline-block;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        -ms-flex-order: 1; } }
  .site-header .my-journey-title {
    font-family: "lato-italic", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #737474;
    font-size: 0.875rem;
    display: none; }
    @media screen and (min-width: 1280px) {
      .site-header .my-journey-title {
        display: inline-block; } }
  .site-header .tracker-links {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 0;
    margin-right: 0.3125rem;
    padding-bottom: 0.1875rem; }
    @media screen and (min-width: 900px) {
      .site-header .tracker-links {
        margin-top: 0.5625rem;
        margin-right: 1.25rem;
        padding-bottom: 0; } }
    .site-header .tracker-links a {
      display: inline-block;
      vertical-align: middle;
      padding: 0.3125rem 0.625rem;
      text-decoration: none;
      border-right: 1px solid #aeb0b2;
      position: relative; }
      .site-header .tracker-links a:last-child {
        border-right: 0; }
      @media screen and (min-width: 800px) {
        .site-header .tracker-links a {
          padding-left: 1.125rem;
          padding-right: 1.125rem; } }
      .site-header .tracker-links a:hover .inline-svg, .site-header .tracker-links a:active .inline-svg, .site-header .tracker-links a:focus .inline-svg {
        fill: #22695a; }
      .site-header .tracker-links a:hover .label, .site-header .tracker-links a:active .label, .site-header .tracker-links a:focus .label {
        opacity: 1; }
    .site-header .tracker-links .label {
      -webkit-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      transition-timing-function: ease;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s;
      position: relative;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      position: absolute;
      bottom: -1.5rem;
      left: 50%;
      font-size: 0.75rem;
      color: #fff;
      padding: 0.125rem 0.5rem;
      background: #22695a;
      z-index: 10;
      opacity: 0; }
      .site-header .tracker-links .label::after {
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        bottom: 100%;
        border: solid transparent;
          border-width: 0.3125rem;
          border-top-width: 0;
          border-bottom-width: 0.3125rem;
          border-bottom-color: #22695a; }
    .site-header .tracker-links .inline-svg {
      -webkit-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      transition-timing-function: ease;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s;
      width: 1.375rem;
      height: 1.375rem;
      fill: #5cd2b1; }
  .page-reminders .site-header .svg-reminders,
  .page-goal-tracker .site-header .svg-flag,
  .page-injection-tracker .site-header .svg-injection {
    fill: #22695a; }
  .site-header .profile-links-list {
    display: block; }
    @media screen and (min-width: 900px) {
      .site-header .profile-links-list {
        margin-top: 0; } }
    .site-header .profile-links-list li {
      display: block;
      width: 100%; }
      .site-header .profile-links-list li:last-child a::after {
        display: none; }
      @media screen and (min-width: 900px) {
        .site-header .profile-links-list li {
          display: inline-block;
          width: auto;
          margin-top: 0; }
          .site-header .profile-links-list li::after {
            content: '|';
            color: #34a08a;
            margin: 0 0.1875rem; }
          .site-header .profile-links-list li:last-child::after {
            content: none; } }
      .site-header .profile-links-list li a {
        display: block;
        background: #34a08a;
        color: #fff;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.75rem;
        padding: 0.625rem 1.25rem;
        position: relative; }
        .site-header .profile-links-list li a::after {
          content: '';
          display: block;
          width: calc(100% - 20px);
          height: 1px;
          background: #5cd2b1;
          position: absolute;
          bottom: 0;
          left: 0.625rem; }
        @media screen and (min-width: 900px) {
          .site-header .profile-links-list li a {
            cursor: pointer;
            text-decoration: none;
            font-family: "lato-bold", sans-serif;
            font-style: normal;
            font-weight: normal;
            display: inline;
            color: #34a08a;
            font-size: 0.8125rem;
            background: none;
            padding: 0;
            text-align: default;
            text-transform: none; }
            .site-header .profile-links-list li a:hover {
              text-decoration: underline; }
            .site-header .profile-links-list li a::after {
              display: none; } }
  .site-header .profile-links {
    -webkit-transition: max-height 0.2s ease-in;
    -moz-transition: max-height 0.2s ease-in;
    transition: max-height 0.2s ease-in;
    vertical-align: top;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 11;
    max-height: 8.75rem;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2); }
    @media screen and (min-width: 900px) {
      .site-header .profile-links {
        display: inline-block;
        max-height: none;
        width: auto;
        position: static;
        top: auto;
        right: auto;
        z-index: auto;
        box-shadow: none; } }
    .site-header .profile-links.collapsed {
      max-height: 0; }
      @media screen and (min-width: 900px) {
        .site-header .profile-links.collapsed {
          max-height: none; } }
    .site-header .profile-links p {
      margin-bottom: 0; }
    .site-header .profile-links .user-welcome-area {
      display: none; }
      @media screen and (min-width: 900px) {
        .site-header .profile-links .user-welcome-area {
          display: block; } }
    .site-header .profile-links .user-name {
      font-family: "lato-bold", sans-serif;
      font-style: normal;
      font-weight: normal; }
  .site-header .profile-links-toggle {
    cursor: pointer;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    border: solid 1px #5cd2b1;
      border-radius: 100%;
    text-align: center;
    position: relative;
    margin-right: 1.875rem; }
    @media screen and (min-width: 900px) {
      .site-header .profile-links-toggle {
        display: none; } }
    .site-header .profile-links-toggle .svg-profile {
      width: 1.4375rem;
      height: 1.4375rem;
      margin-top: 0.4375rem; }
      .site-header .profile-links-toggle .svg-profile * {
        fill: #5cd2b1; }
    .site-header .profile-links-toggle .svg-arrow-down {
      position: absolute;
      bottom: 0;
      right: -1.25rem;
      width: 0.9375rem;
      height: 0.9375rem;
      padding: 0.1875rem;
      border-radius: 100%;
      background-color: #34a08a;
      background-size: 50%;
      fill: #fff; }

.eons-endorsement {
  background: #ecf2f0;
  text-align: center; }
  .eons-endorsement p {
    font-family: "lato-light", sans-serif;
    font-style: normal;
    font-weight: normal;
    padding: 0.5rem 0;
      padding-bottom: 0.5625rem;
    color: #5e5e5e;
    margin-bottom: 0;
    font-size: 0.8125rem; }
    @media screen and (min-width: 450px) {
      .eons-endorsement p {
        font-size: 0.9375rem;
        padding: 0.9375rem 0;
          padding-bottom: 1rem; } }
    @media screen and (min-width: 600px) {
      .eons-endorsement p {
        text-align: right;
        padding-right: 3.4375rem;
        background-image: url("../images/svg/eons-logo.svg");
        background-repeat: no-repeat;
        background-position: right;
        background-size: 38px;
        font-size: 1.0625rem; } }
  .eons-endorsement strong {
    font-family: "lato-medium", sans-serif;
    font-style: normal;
    font-weight: normal; }

.site-footer {
  background: #fff;
  padding: 0.625rem 0;
    padding-bottom: 0; }
  @media screen and (min-width: 600px) {
    .site-footer {
      padding: 1.25rem 0;
        padding-bottom: 0; } }
  .site-footer li {
    display: inline-block;
    padding: 0 0.625rem;
    border-right: 1px solid #aeb0b2;
    line-height: 0.9; }
    @media screen and (min-width: 870px) {
      .site-footer li {
        display: block;
        border: none;
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem; } }
    .site-footer li:last-child {
      border-right: 0; }
    .site-footer li a,
    .site-footer li span {
      font-family: "lato-regular", sans-serif;
      font-style: normal;
      font-weight: normal;
      color: #009878;
      text-decoration: none;
      font-size: 0.75rem; }
    .site-footer li a {
      text-decoration: underline; }
  .site-footer .patient-choices-footer-wrapper {
    padding-bottom: 0.3125rem; }
    @media screen and (min-width: 870px) {
      .site-footer .patient-choices-footer-wrapper {
        float: left; } }
  .site-footer .patient-choices-footer {
    display: block;
    border-right: none;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    text-align: center; }
    .site-footer .patient-choices-footer .my-becon {
      font-family: "lato-heavy", sans-serif;
      font-style: normal;
      font-weight: normal; }
    @media screen and (min-width: 870px) {
      .site-footer .patient-choices-footer {
        text-align: left; } }
  .site-footer .navigation {
    border-top: 1px solid #aeb0b2;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    text-align: center; }
    @media screen and (min-width: 870px) {
      .site-footer .navigation {
        display: block;
        border-top: none;
        text-align: left;
        float: left;
        margin-top: 0.875rem; }
        .site-footer .navigation li {
          padding-left: 0; } }
  .site-footer .date-of-prep-wrapper {
    background-image: url("../images/svg/teva-logo.svg");
    background-position: left 50% bottom 0;
    background-repeat: no-repeat;
    background-size: 4.0625rem;
    height: 5.4375rem;
    border-top: 0.0625rem solid #aeb0b2;
    padding-top: 0.625rem; }
    @media screen and (min-width: 870px) {
      .site-footer .date-of-prep-wrapper {
        border-top: none;
        height: 4.6875rem;
        background-position: right 0 top 22%;
        float: right;
        margin-top: 1rem; } }
  .site-footer .date-of-prep {
    color: #737474;
    text-align: center;
    font-size: 0.75rem; }
    @media screen and (min-width: 870px) {
      .site-footer .date-of-prep {
        text-align: right;
        padding-right: 5rem; } }
  .site-footer .job-code {
    display: block; }
    @media screen and (min-width: 870px) {
      .site-footer .job-code {
        display: inline;
        margin-right: 0.625rem; }
        .site-footer .job-code::after {
          content: '|';
          margin-left: 0.625rem; } }
  .site-footer .adverse-events-wrapper {
    background: #34a08a;
    margin-top: 0.9375rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
    .site-footer .adverse-events-wrapper .report-adverse-events {
      display: block;
      margin: 0 auto;
        margin-top: 10px;
      text-transform: uppercase; }
    .site-footer .adverse-events-wrapper .adverse-events {
      margin: 0.9375rem;
      color: #fff;
      font-size: 0.8125rem; }
      .site-footer .adverse-events-wrapper .adverse-events a {
        color: #fff; }
    @media screen and (min-width: 870px) {
      .site-footer .adverse-events-wrapper::after {
        clear: both;
        content: "";
        display: table; }
      .site-footer .adverse-events-wrapper .report-adverse-events {
        float: left;
        margin-top: 1.25rem;
        max-width: 14.6875rem; }
      .site-footer .adverse-events-wrapper .adverse-events {
        float: right;
        max-width: 68%; } }
    @media screen and (min-width: 960px) {
      .site-footer .adverse-events-wrapper .adverse-events {
        max-width: 72%; } }

.button-toggle:hover, .tracker-list-wrapper .toggle-buttons .option:hover, .button-transparent:hover, .button:hover,
button:hover,
input[type="submit"]:hover, .button-alt:hover, .button-toggle:active, .tracker-list-wrapper .toggle-buttons .option:active, .button-transparent:active, .button:active,
button:active,
input[type="submit"]:active, .button-alt:active, .button-toggle:focus, .tracker-list-wrapper .toggle-buttons .option:focus, .button-transparent:focus, .button:focus,
button:focus,
input[type="submit"]:focus, .button-alt:focus {
  border-color: #22695a;
  background: #22695a;
  color: #fff; }

.button-reverse:hover, .button-reverse:active, .button-reverse:focus {
  border-color: #5cd2b1;
  background: #5cd2b1;
  color: #fff; }

.button-toggle, .tracker-list-wrapper .toggle-buttons .option, .button-transparent, .button,
button,
input[type="submit"] {
  font-family: "lato-bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #40a691;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-size: 0.6875rem; }

.button-alt {
  font-family: "lato-bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.6875rem; }

.button-toggle, .tracker-list-wrapper .toggle-buttons .option, .button-transparent, .button,
button,
input[type="submit"] {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  cursor: pointer;
  text-decoration: none;
  background: #fff;
  border-radius: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #40a691;
  padding: 0.3125rem 0.75rem; }
  .button-toggle:hover, .tracker-list-wrapper .toggle-buttons .option:hover, .button-transparent:hover, .button:hover,
  button:hover,
  input[type="submit"]:hover {
    text-decoration: none; }
  .button-toggle .button-icon, .tracker-list-wrapper .toggle-buttons .option .button-icon, .button-transparent .button-icon, .button .button-icon,
  button .button-icon,
  input[type="submit"] .button-icon {
    fill: #40a691;
    width: 0.9375rem;
    height: 0.8125rem;
    margin-bottom: -0.125rem; }

.button-alt {
  cursor: pointer;
  text-decoration: none;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #40a691;
    border-radius: 1.25rem;
  padding: 0.3125rem 0.75rem; }
  .button-alt:hover {
    text-decoration: none; }

.button-toggle, .tracker-list-wrapper .toggle-buttons .option {
  font-family: "lato-bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  text-transform: none;
  letter-spacing: 0;
  padding: 0.3125rem 0.625rem;
  background: none; }
  .button-toggle:hover, .tracker-list-wrapper .toggle-buttons .option:hover, .button-toggle:focus, .tracker-list-wrapper .toggle-buttons .option:focus, .active.button-toggle, .tracker-list-wrapper .toggle-buttons .active.option {
    border-color: #5cd2b1;
    background: #5cd2b1;
    color: #fff; }
  @media screen and (min-width: 600px) {
    .button-toggle, .tracker-list-wrapper .toggle-buttons .option {
      padding: 0.25rem 2.5rem;
      font-size: 1rem; } }

.button-transparent {
  background: none;
  color: #fff;
  border-color: #fff; }

.button-goals,
.button-reminders, .tracker-add-navigation ul a,
.tracker-add-navigation ul button, .button-update-goals,
.button-toggle-add-goals,
.button-update-reminders,
.button-update-injections {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  font-family: "lato-regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  border: 0;
  display: block;
  background: #34a08a;
  border-radius: 0;
  width: 100%;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.625rem 0.9375rem;
  font-size: 0.875rem; }
  .button-goals:hover,
  .button-reminders:hover, .tracker-add-navigation ul a:hover,
  .tracker-add-navigation ul button:hover, .button-update-goals:hover,
  .button-toggle-add-goals:hover,
  .button-update-reminders:hover,
  .button-update-injections:hover, .button-goals:active,
  .button-reminders:active, .tracker-add-navigation ul a:active,
  .tracker-add-navigation ul button:active, .button-update-goals:active,
  .button-toggle-add-goals:active,
  .button-update-reminders:active,
  .button-update-injections:active, .button-goals:focus,
  .button-reminders:focus, .tracker-add-navigation ul a:focus,
  .tracker-add-navigation ul button:focus, .button-update-goals:focus,
  .button-toggle-add-goals:focus,
  .button-update-reminders:focus,
  .button-update-injections:focus {
    background: #34a08a;
    color: #ace8d7; }
  @media screen and (min-width: 600px) {
    .button-goals,
    .button-reminders, .tracker-add-navigation ul a,
    .tracker-add-navigation ul button, .button-update-goals,
    .button-toggle-add-goals,
    .button-update-reminders,
    .button-update-injections {
      font-size: 1rem; } }

.button-reverse {
  cursor: pointer;
  text-decoration: none;
  background: #34a08a;
  color: #fff; }
  .button-reverse:hover {
    text-decoration: none; }
  .button-reverse .button-icon {
    fill: #fff; }

.arrow-button {
  display: inline-block; }
  .arrow-button span {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .arrow-button .inline-svg {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    width: 2.5rem;
    height: 1.375rem;
    margin-left: 0.625rem;
    fill: #34a08a; }
  .arrow-button:hover .inline-svg, .arrow-button:active .inline-svg, .arrow-button:focus .inline-svg {
    fill: #287f6b;
    stroke: #287f6b;
      stroke-width: 0.125rem; }

.icon-button {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0.3125rem; }
  .icon-button .inline-svg {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    fill: #34a08a;
    width: 1.125rem;
    height: 1.125rem;
    vertical-align: initial; }
  .icon-button:hover, .icon-button:active, .icon-button:focus {
    background: none; }
    .icon-button:hover .inline-svg, .icon-button:active .inline-svg, .icon-button:focus .inline-svg {
      fill: #5cd2b1; }
  .icon-button.edit-button {
    margin-right: 0.1875rem;
    padding-top: 0;
    padding-bottom: 0; }
    @media screen and (min-width: 600px) {
      .icon-button.edit-button {
        margin-right: 0.1875rem; } }
  .icon-button.delete-button {
    margin-right: 0;
    vertical-align: middle;
    padding-bottom: 0; }

.asteriskField,
.asterisk {
  color: #34a08a; }

.required-notice {
  font-family: "lato-bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  color: #34a08a; }

form {
  max-width: 39.6875rem; }
  form::after {
    clear: both;
    content: "";
    display: table; }
  form input[type="color"], form input[type="date"], form input[type="datetime"], form input[type="datetime-local"], form input[type="email"], form input[type="month"], form input[type="number"], form input[type="password"], form input[type="search"], form input[type="tel"], form input[type="text"], form input[type="time"], form input[type="url"], form input[type="week"], form textarea, form select {
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    transition: border-color 0.2s;
    background-color: #fff;
    color: #444;
    width: 100%;
    border: 1px solid rgba(174, 176, 178, 0.5);
      border-radius: 0.3125rem;
    font-size: 0.8125rem; }
    form input[type="color"]:focus, form input[type="date"]:focus, form input[type="datetime"]:focus, form input[type="datetime-local"]:focus, form input[type="email"]:focus, form input[type="month"]:focus, form input[type="number"]:focus, form input[type="password"]:focus, form input[type="search"]:focus, form input[type="tel"]:focus, form input[type="text"]:focus, form input[type="time"]:focus, form input[type="url"]:focus, form input[type="week"]:focus, form textarea:focus, form select:focus {
      border: 0.125rem solid #34a08a; }
  form input,
  form select {
    height: 1.875rem;
    max-width: 15rem; }
  form input {
    padding-left: 0.625rem; }
  form label {
    font-size: 0.8125rem; }
  form .radio,
  form .checkbox {
    cursor: pointer;
    padding-left: 1.25rem; }
    form .radio input[type="radio"],
    form .radio input[type="checkbox"],
    form .checkbox input[type="radio"],
    form .checkbox input[type="checkbox"] {
      margin-left: -1.25rem; }
  form .control-group.error .conditions-list,
  form .control-group.error input,
  form .control-group.error select,
  form .control-group.error textarea {
    border: 0.125rem solid #e85240;
    color: #444; }
  form .control-group.accept-terms {
    margin-top: 1.25rem; }
  form .control-group.error .requiredField {
    color: #444; }
  form .help-inline,
  form .help-block {
    font-family: "lato-italic", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.6875rem; }
  form .help-block {
    padding-top: 0.125rem;
    max-width: 25rem; }
  form .alert-block ul,
  form .alert-error ul {
    margin-left: 0; }
  form .alert-block li,
  form .alert-error li {
    font-family: "lato-bold", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #e85240;
    font-size: 0.6875rem; }
    form .alert-block li::before,
    form .alert-error li::before {
      display: none; }
  form fieldset {
    border-bottom: 0.125rem solid #eef2f3;
    margin-bottom: 1.25rem; }
    form fieldset:last-of-type {
      border-bottom: 0;
      margin-bottom: 0.625rem; }

.fieldset-conditions .control-group > label {
  display: none; }

.fieldset-conditions p {
  font-size: 0.875rem;
  margin-bottom: 0.9375rem; }

.fieldset-conditions h2 {
  font-family: "lato-bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  margin-bottom: 0.125rem; }

.fieldset-conditions .checkbox {
  margin-bottom: 0.5rem; }

.fieldset-user-options .control-group {
  margin-bottom: 0; }

.fieldset-user-options .checkbox {
  margin-bottom: 0.1875rem; }

.fieldset-user-options .requiredField::after {
  content: '*';
  color: #34a08a; }

.form-link-small {
  font-size: 0.8125rem;
  display: block;
  margin-bottom: 0.625rem; }

.search-wrapper {
  position: relative; }

.search-bar {
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 0.625rem; }
  .search-bar .structure {
    padding-top: 0.625rem; }
  .search-bar .control-group {
    margin: 0; }
  .search-bar .controls {
    position: relative; }

.search-form {
  margin: 0;
  max-width: 100%;
  text-align: right; }
  .search-form .add-clear-span {
    display: block;
    width: 15rem; }
    .search-form .add-clear-span a {
      padding-right: 0.5rem; }
  .search-form .control-group,
  .search-form .form-actions {
    display: inline-block;
    vertical-align: middle; }
  .search-form .textinput {
    font-family: "lato-regular", sans-serif;
    font-style: normal;
    font-weight: normal;
    box-sizing: border-box;
    width: 15rem;
    line-height: 1;
    border: none;
      border-radius: 1.25rem;
    padding-right: 1.5625rem;
    padding-left: 0.9375rem;
    font-size: 0.875rem; }
    .search-form .textinput::-ms-clear {
      display: none; }
  .search-form .form-actions .btn {
    height: 1.875rem;
    float: left;
    margin-left: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    border: none; }
    .search-form .form-actions .btn .go .inline-svg {
      width: 1rem;
      fill: #34a08a; }

.tag-all {
  background: #312571; }
  .tag-all:hover {
    background: #2c2165; }

.navigation-tags .tag-all {
  position: relative; }
  .navigation-tags .tag-all::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #312571; }

.tag-view-all .navigation-tags .tag-all::after {
  content: none; }

.tag-view-all .navigation-tags .tag-all {
  position: relative; }
  .tag-view-all .navigation-tags .tag-all::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #312571; }

.tag-view-all .navigation-toggle {
  display: none; }

.tag-view-all .mobile-category-header {
  display: block; }
  @media screen and (min-width: 600px) {
    .tag-view-all .mobile-category-header {
      display: none; } }

.tile-article:not(.featured) .all.tag-ribbon,
.search-result-item .all.tag-ribbon {
  background: #312571; }

.primary-tag-all .article-tag-header {
  background-color: #312571;
  background-image: url("../images/headers/header-all.jpg"); }

.primary-tag-all .related-articles-heading {
  color: #312571;
  border-color: #312571; }

.primary-tag-all .related-articles-wrapper {
  color: #312571; }

.tag-understanding-cancer {
  background: #a51585; }
  .tag-understanding-cancer:hover {
    background: #97137a; }

.navigation-tags .tag-all {
  position: relative; }
  .navigation-tags .tag-all::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #312571; }

.tag-view-understanding-cancer .navigation-tags .tag-all::after {
  content: none; }

.tag-view-understanding-cancer .navigation-tags .tag-understanding-cancer {
  position: relative; }
  .tag-view-understanding-cancer .navigation-tags .tag-understanding-cancer::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #a51585; }

.tag-view-understanding-cancer .navigation-toggle {
  display: none; }

.tag-view-understanding-cancer .mobile-category-header {
  display: block; }
  @media screen and (min-width: 600px) {
    .tag-view-understanding-cancer .mobile-category-header {
      display: none; } }

.tile-article:not(.featured) .understanding-cancer.tag-ribbon,
.search-result-item .understanding-cancer.tag-ribbon {
  background: #a51585; }

.primary-tag-understanding-cancer .article-tag-header {
  background-color: #a51585;
  background-image: url("../images/headers/header-understanding-cancer.jpg"); }

.primary-tag-understanding-cancer .related-articles-heading {
  color: #a51585;
  border-color: #a51585; }

.primary-tag-understanding-cancer .related-articles-wrapper {
  color: #a51585; }

.tag-managing-my-care {
  background: #65239e; }
  .tag-managing-my-care:hover {
    background: #5d2091; }

.navigation-tags .tag-all {
  position: relative; }
  .navigation-tags .tag-all::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #312571; }

.tag-view-managing-my-care .navigation-tags .tag-all::after {
  content: none; }

.tag-view-managing-my-care .navigation-tags .tag-managing-my-care {
  position: relative; }
  .tag-view-managing-my-care .navigation-tags .tag-managing-my-care::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #65239e; }

.tag-view-managing-my-care .navigation-toggle {
  display: none; }

.tag-view-managing-my-care .mobile-category-header {
  display: block; }
  @media screen and (min-width: 600px) {
    .tag-view-managing-my-care .mobile-category-header {
      display: none; } }

.tile-article:not(.featured) .managing-my-care.tag-ribbon,
.search-result-item .managing-my-care.tag-ribbon {
  background: #65239e; }

.primary-tag-managing-my-care .article-tag-header {
  background-color: #65239e;
  background-image: url("../images/headers/header-managing-my-care.jpg"); }

.primary-tag-managing-my-care .related-articles-heading {
  color: #65239e;
  border-color: #65239e; }

.primary-tag-managing-my-care .related-articles-wrapper {
  color: #65239e; }

.tag-sharing-my-journey {
  background: #5b58bb; }
  .tag-sharing-my-journey:hover {
    background: #504db7; }

.navigation-tags .tag-all {
  position: relative; }
  .navigation-tags .tag-all::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #312571; }

.tag-view-sharing-my-journey .navigation-tags .tag-all::after {
  content: none; }

.tag-view-sharing-my-journey .navigation-tags .tag-sharing-my-journey {
  position: relative; }
  .tag-view-sharing-my-journey .navigation-tags .tag-sharing-my-journey::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #5b58bb; }

.tag-view-sharing-my-journey .navigation-toggle {
  display: none; }

.tag-view-sharing-my-journey .mobile-category-header {
  display: block; }
  @media screen and (min-width: 600px) {
    .tag-view-sharing-my-journey .mobile-category-header {
      display: none; } }

.tile-article:not(.featured) .sharing-my-journey.tag-ribbon,
.search-result-item .sharing-my-journey.tag-ribbon {
  background: #5b58bb; }

.primary-tag-sharing-my-journey .article-tag-header {
  background-color: #5b58bb;
  background-image: url("../images/headers/header-sharing-my-journey.jpg"); }

.primary-tag-sharing-my-journey .related-articles-heading {
  color: #5b58bb;
  border-color: #5b58bb; }

.primary-tag-sharing-my-journey .related-articles-wrapper {
  color: #5b58bb; }

.tag-living-cancer {
  background: #5286f0; }
  .tag-living-cancer:hover {
    background: #447cef; }

.navigation-tags .tag-all {
  position: relative; }
  .navigation-tags .tag-all::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #312571; }

.tag-view-living-cancer .navigation-tags .tag-all::after {
  content: none; }

.tag-view-living-cancer .navigation-tags .tag-living-cancer {
  position: relative; }
  .tag-view-living-cancer .navigation-tags .tag-living-cancer::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #5286f0; }

.tag-view-living-cancer .navigation-toggle {
  display: none; }

.tag-view-living-cancer .mobile-category-header {
  display: block; }
  @media screen and (min-width: 600px) {
    .tag-view-living-cancer .mobile-category-header {
      display: none; } }

.tile-article:not(.featured) .living-cancer.tag-ribbon,
.search-result-item .living-cancer.tag-ribbon {
  background: #5286f0; }

.primary-tag-living-cancer .article-tag-header {
  background-color: #5286f0;
  background-image: url("../images/headers/header-living-cancer.jpg"); }

.primary-tag-living-cancer .related-articles-heading {
  color: #5286f0;
  border-color: #5286f0; }

.primary-tag-living-cancer .related-articles-wrapper {
  color: #5286f0; }

.tag-life-after-cancer {
  background: #5cb9d8; }
  .tag-life-after-cancer:hover {
    background: #50b4d5; }

.navigation-tags .tag-all {
  position: relative; }
  .navigation-tags .tag-all::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #312571; }

.tag-view-life-after-cancer .navigation-tags .tag-all::after {
  content: none; }

.tag-view-life-after-cancer .navigation-tags .tag-life-after-cancer {
  position: relative; }
  .tag-view-life-after-cancer .navigation-tags .tag-life-after-cancer::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #5cb9d8; }

.tag-view-life-after-cancer .navigation-toggle {
  display: none; }

.tag-view-life-after-cancer .mobile-category-header {
  display: block; }
  @media screen and (min-width: 600px) {
    .tag-view-life-after-cancer .mobile-category-header {
      display: none; } }

.tile-article:not(.featured) .life-after-cancer.tag-ribbon,
.search-result-item .life-after-cancer.tag-ribbon {
  background: #5cb9d8; }

.primary-tag-life-after-cancer .article-tag-header {
  background-color: #5cb9d8;
  background-image: url("../images/headers/header-life-after-cancer.jpg"); }

.primary-tag-life-after-cancer .related-articles-heading {
  color: #5cb9d8;
  border-color: #5cb9d8; }

.primary-tag-life-after-cancer .related-articles-wrapper {
  color: #5cb9d8; }

.tag-lifestyle {
  background: #0c94a4; }
  .tag-lifestyle:hover {
    background: #0b8796; }

.navigation-tags .tag-all {
  position: relative; }
  .navigation-tags .tag-all::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #312571; }

.tag-view-lifestyle .navigation-tags .tag-all::after {
  content: none; }

.tag-view-lifestyle .navigation-tags .tag-lifestyle {
  position: relative; }
  .tag-view-lifestyle .navigation-tags .tag-lifestyle::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #0c94a4; }

.tag-view-lifestyle .navigation-toggle {
  display: none; }

.tag-view-lifestyle .mobile-category-header {
  display: block; }
  @media screen and (min-width: 600px) {
    .tag-view-lifestyle .mobile-category-header {
      display: none; } }

.tile-article:not(.featured) .lifestyle.tag-ribbon,
.search-result-item .lifestyle.tag-ribbon {
  background: #0c94a4; }

.primary-tag-lifestyle .article-tag-header {
  background-color: #0c94a4;
  background-image: url("../images/headers/header-lifestyle.jpg"); }

.primary-tag-lifestyle .related-articles-heading {
  color: #0c94a4;
  border-color: #0c94a4; }

.primary-tag-lifestyle .related-articles-wrapper {
  color: #0c94a4; }

.tag-quick-tips {
  background: #0c94a4; }
  .tag-quick-tips:hover {
    background: #0b8796; }

.navigation-tags .tag-all {
  position: relative; }
  .navigation-tags .tag-all::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #312571; }

.tag-view-quick-tips .navigation-tags .tag-all::after {
  content: none; }

.tag-view-quick-tips .navigation-tags .tag-quick-tips {
  position: relative; }
  .tag-view-quick-tips .navigation-tags .tag-quick-tips::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #0c94a4; }

.tag-view-quick-tips .navigation-toggle {
  display: none; }

.tag-view-quick-tips .mobile-category-header {
  display: block; }
  @media screen and (min-width: 600px) {
    .tag-view-quick-tips .mobile-category-header {
      display: none; } }

.tile-article:not(.featured) .quick-tips.tag-ribbon,
.search-result-item .quick-tips.tag-ribbon {
  background: #0c94a4; }

.primary-tag-quick-tips .article-tag-header {
  background-color: #0c94a4;
  background-image: url("../images/headers/header-quick-tips.jpg"); }

.primary-tag-quick-tips .related-articles-heading {
  color: #0c94a4;
  border-color: #0c94a4; }

.primary-tag-quick-tips .related-articles-wrapper {
  color: #0c94a4; }

.tag-my-support {
  background: #b4c847; }
  .tag-my-support:hover {
    background: #afc43b; }

.navigation-tags .tag-all {
  position: relative; }
  .navigation-tags .tag-all::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #312571; }

.tag-view-my-support .navigation-tags .tag-all::after {
  content: none; }

.tag-view-my-support .navigation-tags .tag-my-support {
  position: relative; }
  .tag-view-my-support .navigation-tags .tag-my-support::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #b4c847; }

.tag-view-my-support .navigation-toggle {
  display: none; }

.tag-view-my-support .mobile-category-header {
  display: block; }
  @media screen and (min-width: 600px) {
    .tag-view-my-support .mobile-category-header {
      display: none; } }

.tile-article:not(.featured) .my-support.tag-ribbon,
.search-result-item .my-support.tag-ribbon {
  background: #b4c847; }

.primary-tag-my-support .article-tag-header {
  background-color: #b4c847;
  background-image: url("../images/headers/header-my-support.jpg"); }

.primary-tag-my-support .related-articles-heading {
  color: #b4c847;
  border-color: #b4c847; }

.primary-tag-my-support .related-articles-wrapper {
  color: #b4c847; }

.tag-checklists {
  background: #b4c847; }
  .tag-checklists:hover {
    background: #afc43b; }

.navigation-tags .tag-all {
  position: relative; }
  .navigation-tags .tag-all::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #312571; }

.tag-view-checklists .navigation-tags .tag-all::after {
  content: none; }

.tag-view-checklists .navigation-tags .tag-checklists {
  position: relative; }
  .tag-view-checklists .navigation-tags .tag-checklists::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #b4c847; }

.tag-view-checklists .navigation-toggle {
  display: none; }

.tag-view-checklists .mobile-category-header {
  display: block; }
  @media screen and (min-width: 600px) {
    .tag-view-checklists .mobile-category-header {
      display: none; } }

.tile-article:not(.featured) .checklists.tag-ribbon,
.search-result-item .checklists.tag-ribbon {
  background: #b4c847; }

.primary-tag-checklists .article-tag-header {
  background-color: #b4c847;
  background-image: url("../images/headers/header-checklists.jpg"); }

.primary-tag-checklists .related-articles-heading {
  color: #b4c847;
  border-color: #b4c847; }

.primary-tag-checklists .related-articles-wrapper {
  color: #b4c847; }

.tag-leadership-care {
  background: #5286f0; }
  .tag-leadership-care:hover {
    background: #447cef; }

.navigation-tags .tag-all {
  position: relative; }
  .navigation-tags .tag-all::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #312571; }

.tag-view-leadership-care .navigation-tags .tag-all::after {
  content: none; }

.tag-view-leadership-care .navigation-tags .tag-leadership-care {
  position: relative; }
  .tag-view-leadership-care .navigation-tags .tag-leadership-care::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #5286f0; }

.tag-view-leadership-care .navigation-toggle {
  display: none; }

.tag-view-leadership-care .mobile-category-header {
  display: block; }
  @media screen and (min-width: 600px) {
    .tag-view-leadership-care .mobile-category-header {
      display: none; } }

.tile-article:not(.featured) .leadership-care.tag-ribbon,
.search-result-item .leadership-care.tag-ribbon {
  background: #5286f0; }

.primary-tag-leadership-care .article-tag-header {
  background-color: #5286f0;
  background-image: url("../images/headers/header-leadership-care.jpg"); }

.primary-tag-leadership-care .related-articles-heading {
  color: #5286f0;
  border-color: #5286f0; }

.primary-tag-leadership-care .related-articles-wrapper {
  color: #5286f0; }

.tag-oncology-practice-tips {
  background: #5cb9d8; }
  .tag-oncology-practice-tips:hover {
    background: #50b4d5; }

.navigation-tags .tag-all {
  position: relative; }
  .navigation-tags .tag-all::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #312571; }

.tag-view-oncology-practice-tips .navigation-tags .tag-all::after {
  content: none; }

.tag-view-oncology-practice-tips .navigation-tags .tag-oncology-practice-tips {
  position: relative; }
  .tag-view-oncology-practice-tips .navigation-tags .tag-oncology-practice-tips::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #5cb9d8; }

.tag-view-oncology-practice-tips .navigation-toggle {
  display: none; }

.tag-view-oncology-practice-tips .mobile-category-header {
  display: block; }
  @media screen and (min-width: 600px) {
    .tag-view-oncology-practice-tips .mobile-category-header {
      display: none; } }

.tile-article:not(.featured) .oncology-practice-tips.tag-ribbon,
.search-result-item .oncology-practice-tips.tag-ribbon {
  background: #5cb9d8; }

.primary-tag-oncology-practice-tips .article-tag-header {
  background-color: #5cb9d8;
  background-image: url("../images/headers/header-oncology-practice-tips.jpg"); }

.primary-tag-oncology-practice-tips .related-articles-heading {
  color: #5cb9d8;
  border-color: #5cb9d8; }

.primary-tag-oncology-practice-tips .related-articles-wrapper {
  color: #5cb9d8; }

.tag-patient-connection {
  background: #a51585; }
  .tag-patient-connection:hover {
    background: #97137a; }

.navigation-tags .tag-all {
  position: relative; }
  .navigation-tags .tag-all::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #312571; }

.tag-view-patient-connection .navigation-tags .tag-all::after {
  content: none; }

.tag-view-patient-connection .navigation-tags .tag-patient-connection {
  position: relative; }
  .tag-view-patient-connection .navigation-tags .tag-patient-connection::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #a51585; }

.tag-view-patient-connection .navigation-toggle {
  display: none; }

.tag-view-patient-connection .mobile-category-header {
  display: block; }
  @media screen and (min-width: 600px) {
    .tag-view-patient-connection .mobile-category-header {
      display: none; } }

.tile-article:not(.featured) .patient-connection.tag-ribbon,
.search-result-item .patient-connection.tag-ribbon {
  background: #a51585; }

.primary-tag-patient-connection .article-tag-header {
  background-color: #a51585;
  background-image: url("../images/headers/header-patient-connection.jpg"); }

.primary-tag-patient-connection .related-articles-heading {
  color: #a51585;
  border-color: #a51585; }

.primary-tag-patient-connection .related-articles-wrapper {
  color: #a51585; }

.tag-patient-management {
  background: #65239e; }
  .tag-patient-management:hover {
    background: #5d2091; }

.navigation-tags .tag-all {
  position: relative; }
  .navigation-tags .tag-all::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #312571; }

.tag-view-patient-management .navigation-tags .tag-all::after {
  content: none; }

.tag-view-patient-management .navigation-tags .tag-patient-management {
  position: relative; }
  .tag-view-patient-management .navigation-tags .tag-patient-management::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #65239e; }

.tag-view-patient-management .navigation-toggle {
  display: none; }

.tag-view-patient-management .mobile-category-header {
  display: block; }
  @media screen and (min-width: 600px) {
    .tag-view-patient-management .mobile-category-header {
      display: none; } }

.tile-article:not(.featured) .patient-management.tag-ribbon,
.search-result-item .patient-management.tag-ribbon {
  background: #65239e; }

.primary-tag-patient-management .article-tag-header {
  background-color: #65239e;
  background-image: url("../images/headers/header-patient-management.jpg"); }

.primary-tag-patient-management .related-articles-heading {
  color: #65239e;
  border-color: #65239e; }

.primary-tag-patient-management .related-articles-wrapper {
  color: #65239e; }

.tag-resources {
  background: #0c94a4; }
  .tag-resources:hover {
    background: #0b8796; }

.navigation-tags .tag-all {
  position: relative; }
  .navigation-tags .tag-all::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #312571; }

.tag-view-resources .navigation-tags .tag-all::after {
  content: none; }

.tag-view-resources .navigation-tags .tag-resources {
  position: relative; }
  .tag-view-resources .navigation-tags .tag-resources::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #0c94a4; }

.tag-view-resources .navigation-toggle {
  display: none; }

.tag-view-resources .mobile-category-header {
  display: block; }
  @media screen and (min-width: 600px) {
    .tag-view-resources .mobile-category-header {
      display: none; } }

.tile-article:not(.featured) .resources.tag-ribbon,
.search-result-item .resources.tag-ribbon {
  background: #0c94a4; }

.primary-tag-resources .article-tag-header {
  background-color: #0c94a4;
  background-image: url("../images/headers/header-resources.jpg"); }

.primary-tag-resources .related-articles-heading {
  color: #0c94a4;
  border-color: #0c94a4; }

.primary-tag-resources .related-articles-wrapper {
  color: #0c94a4; }

.tag-supporting-survivors {
  background: #5b58bb; }
  .tag-supporting-survivors:hover {
    background: #504db7; }

.navigation-tags .tag-all {
  position: relative; }
  .navigation-tags .tag-all::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #312571; }

.tag-view-supporting-survivors .navigation-tags .tag-all::after {
  content: none; }

.tag-view-supporting-survivors .navigation-tags .tag-supporting-survivors {
  position: relative; }
  .tag-view-supporting-survivors .navigation-tags .tag-supporting-survivors::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #5b58bb; }

.tag-view-supporting-survivors .navigation-toggle {
  display: none; }

.tag-view-supporting-survivors .mobile-category-header {
  display: block; }
  @media screen and (min-width: 600px) {
    .tag-view-supporting-survivors .mobile-category-header {
      display: none; } }

.tile-article:not(.featured) .supporting-survivors.tag-ribbon,
.search-result-item .supporting-survivors.tag-ribbon {
  background: #5b58bb; }

.primary-tag-supporting-survivors .article-tag-header {
  background-color: #5b58bb;
  background-image: url("../images/headers/header-supporting-survivors.jpg"); }

.primary-tag-supporting-survivors .related-articles-heading {
  color: #5b58bb;
  border-color: #5b58bb; }

.primary-tag-supporting-survivors .related-articles-wrapper {
  color: #5b58bb; }

.tag-nutrition {
  background: #5b58bb; }
  .tag-nutrition:hover {
    background: #504db7; }

.navigation-tags .tag-all {
  position: relative; }
  .navigation-tags .tag-all::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #312571; }

.tag-view-nutrition .navigation-tags .tag-all::after {
  content: none; }

.tag-view-nutrition .navigation-tags .tag-nutrition {
  position: relative; }
  .tag-view-nutrition .navigation-tags .tag-nutrition::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #5b58bb; }

.tag-view-nutrition .navigation-toggle {
  display: none; }

.tag-view-nutrition .mobile-category-header {
  display: block; }
  @media screen and (min-width: 600px) {
    .tag-view-nutrition .mobile-category-header {
      display: none; } }

.tile-article:not(.featured) .nutrition.tag-ribbon,
.search-result-item .nutrition.tag-ribbon {
  background: #5b58bb; }

.primary-tag-nutrition .article-tag-header {
  background-color: #5b58bb;
  background-image: url("../images/headers/header-nutrition.jpg"); }

.primary-tag-nutrition .related-articles-heading {
  color: #5b58bb;
  border-color: #5b58bb; }

.primary-tag-nutrition .related-articles-wrapper {
  color: #5b58bb; }

.tag-favourites {
  background: #ccc; }
  .tag-favourites:hover {
    background: #c4c4c4; }

.navigation-tags .tag-all {
  position: relative; }
  .navigation-tags .tag-all::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #312571; }

.tag-view-favourites .navigation-tags .tag-all::after {
  content: none; }

.tag-view-favourites .navigation-tags .tag-favourites {
  position: relative; }
  .tag-view-favourites .navigation-tags .tag-favourites::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 1.25rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #ccc; }

.tag-view-favourites .navigation-toggle {
  display: none; }

.tag-view-favourites .mobile-category-header {
  display: block; }
  @media screen and (min-width: 600px) {
    .tag-view-favourites .mobile-category-header {
      display: none; } }

.tile-article:not(.featured) .favourites.tag-ribbon,
.search-result-item .favourites.tag-ribbon {
  background: #ccc; }

.primary-tag-favourites .article-tag-header {
  background-color: #ccc;
  background-image: url("../images/headers/header-favourites.jpg"); }

.primary-tag-favourites .related-articles-heading {
  color: #ccc;
  border-color: #ccc; }

.primary-tag-favourites .related-articles-wrapper {
  color: #ccc; }

.tag-favourites span {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.tag-favourites .inline-svg {
  fill: #fff;
  width: 0.875rem;
  height: 1.375rem; }

.article-tags-wrapper {
  min-height: 13.4375rem;
  margin-bottom: 1.25rem; }

.article-tags {
  padding-bottom: 1.25rem; }
  @media screen and (min-width: 800px) {
    .article-tags {
      background: rgba(255, 255, 255, 0.5);
      padding: 0.625rem;
        padding-bottom: 0.3125rem;
      position: relative;
      z-index: 11; } }
  .article-tags li {
    display: block;
    margin: 0;
      margin-bottom: 0.4375rem; }
  .article-tags a {
    font-size: 0.5625rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    color: #fff;
    padding: 0.375rem 0.8333333333rem; }
    @media screen and (min-width: 800px) {
      .article-tags a {
        font-size: 0.625rem; } }

.tag-description {
  display: block;
  color: #737474;
  font-size: 0.8125rem;
  margin-right: 0.625rem;
  margin-bottom: 0.375rem; }
  @media screen and (min-width: 480px) {
    .tag-description {
      display: inline-block; } }

.article-tag-indicator {
  display: table;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5rem; }
  .article-tag-indicator .tag-ribbon {
    display: table-cell; }

.navigation-tags {
  width: 100%;
  margin-bottom: 1.25rem;
  padding: 0; }
  .navigation-tags::after {
    clear: both;
    content: "";
    display: table; }
  .navigation-tags,
  .navigation-tags ul,
  .navigation-tags li {
    display: block;
    font-size: 0.875rem; }
  .navigation-tags ul {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    max-height: 37.5rem;
    overflow: hidden; }
  .navigation-tags .tag-item {
    font-family: "lato-semibold", sans-serif;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    position: relative; }
    .navigation-tags .tag-item a {
      display: block;
      color: #fff;
      text-decoration: none;
      padding: 0.625rem; }
  @media screen and (min-width: 600px) {
    .navigation-tags {
      display: table;
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
      .navigation-tags ul {
        display: table-row;
        max-height: auto;
        overflow: auto; }
      .navigation-tags li {
        display: table-cell; }
      .navigation-tags ul,
      .navigation-tags li {
        font-size: 0.625rem; } }
  @media screen and (max-width: 600px) {
    .navigation-tags.collapsed ul {
      max-height: 0; } }
  .navigation-tags.collapsed .navigation-toggle .inline-svg {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

.navigation-toggle {
  font-family: "lato-bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  background: -webkit-linear-gradient( top , #e4e4e4, #cdcdcd);
  background: linear-gradient(to bottom, #e4e4e4, #cdcdcd);
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 0.625rem 0;
  color: #444;
  font-size: 1rem;
  cursor: pointer; }
  @media screen and (min-width: 600px) {
    .navigation-toggle {
      display: none; } }
  .navigation-toggle .inline-svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    width: 0.9375rem;
    height: 0.9375rem;
    fill: #505050;
    margin-left: 0.625rem; }

.mobile-category-header {
  width: 100%;
  height: 2.5625rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 0.625rem 1.25rem;
  position: relative;
  display: none; }
  .mobile-category-header::after {
    display: none; }

.mobile-clear-category {
  position: absolute;
  top: 0;
  right: 1.25rem;
  padding: 0.625rem;
  cursor: pointer;
  text-decoration: none;
  color: #fff; }

.secondary-nav {
  display: none; }
  @media screen and (min-width: 800px) {
    .secondary-nav {
      display: block; }
      .secondary-nav a {
        -webkit-transition-property: all;
        -moz-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s;
        display: inline-block;
        height: 2.8125rem;
        line-height: 2.8125rem; }
        .secondary-nav a .inline-svg {
          -webkit-transition-property: all;
          -moz-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          transition-timing-function: ease;
          -webkit-transition-delay: 0s;
          -moz-transition-delay: 0s;
          transition-delay: 0s;
          height: 1.25rem;
          fill: #40a691; }
        .secondary-nav a:hover .inline-svg, .secondary-nav a:active .inline-svg, .secondary-nav a:focus .inline-svg {
          fill: #22695a; } }
  .page-article-detail .secondary-nav a,
  .page-search .secondary-nav a {
    opacity: 0.6; }
  .page-article-detail .secondary-nav .inline-svg,
  .page-search .secondary-nav .inline-svg {
    fill: #fff; }
  .page-article-detail .secondary-nav:hover a, .page-article-detail .secondary-nav:active a, .page-article-detail .secondary-nav:focus a,
  .page-search .secondary-nav:hover a,
  .page-search .secondary-nav:active a,
  .page-search .secondary-nav:focus a {
    opacity: 0.9; }
  .page-article-detail .secondary-nav:hover .inline-svg, .page-article-detail .secondary-nav:active .inline-svg, .page-article-detail .secondary-nav:focus .inline-svg,
  .page-search .secondary-nav:hover .inline-svg,
  .page-search .secondary-nav:active .inline-svg,
  .page-search .secondary-nav:focus .inline-svg {
    fill: #fff; }

.tile {
  width: 100%;
  padding: 0.625rem;
    padding-top: 0;
    padding-bottom: 1.25rem;
  display: inline-block;
  vertical-align: top;
  position: relative; }
  @media screen and (min-width: 600px) {
    .tile {
      width: 50%; }
      .tile.featured {
        width: 100%; } }
  @media screen and (min-width: 870px) {
    .tile {
      width: 33.333%; }
      .tile.featured {
        width: 66.666%; } }
  @media screen and (min-width: 1280px) {
    .tile {
      width: 25%; }
      .tile.featured {
        width: 50%; } }
  .tile.featured .article-summary {
    border-top: 0.5rem solid #34a08a; }

.tile-inner {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  vertical-align: top;
  background: #fff; }
  .tile-inner:hover {
    background: #fbfbfb; }
  .tile-inner * {
    text-decoration: none; }
  .no-thumbnail .tile-inner h2 {
    margin-top: 1.875rem; }
  .tile-inner .article-summary {
    word-wrap: break-word;
    position: relative; }
    .tile-inner .article-summary::after {
      clear: both;
      content: "";
      display: table; }
  .tile-inner .article-body-wrapper {
    padding: 1.25rem 0.8333333333rem;
      padding-bottom: 2.1875rem; }
  .tile-inner .arrow-button {
    position: absolute;
    right: 0.8333333333rem;
    bottom: 0.8333333333rem; }
  .tile-inner .article-aside {
    margin-bottom: 0.625rem; }
    .tile-inner .article-aside .article-content-type {
      font-family: "lato-semibold", sans-serif;
      font-style: normal;
      font-weight: normal;
      color: #b3b3b3;
      margin-bottom: 0;
      padding-left: 0;
      width: 100%; }
    .tile-inner .article-aside .inline-svg {
      margin-bottom: 0.3125rem;
      margin-right: 0.625rem;
      fill: #b3b3b3; }
  .tile-inner .article-link {
    display: block; }
  .tile-inner .featured-flag {
    font-family: "lato-light", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.6875rem;
    text-transform: uppercase;
    background: #34a08a;
    color: #fff;
    position: absolute;
    top: 1.25rem;
    left: 0;
    padding: 0.3125rem 0.75rem; }

.tile-poll .tile-inner {
  background: none; }

.tile-poll .poll-header {
  position: relative;
  background: #34a08a;
  padding: 0.625rem 0.8333333333rem; }
  .tile-poll .poll-header::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 0.625rem;
      border-top-width: 0.625rem;
      border-bottom-width: 0;
      border-top-color: #34a08a; }
  .tile-poll .poll-header h2 {
    font-family: "lato-semibold", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 0; }

.tile-poll .question-title {
  font-family: "lato-semibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  font-size: 0.9375rem;
  color: #737474;
  padding: 0.8333333333rem;
    padding-bottom: 0.5rem;
    padding-top: 0.9375rem;
  margin-bottom: 0.125rem; }

.tile-poll .poll-question .radio,
.tile-poll .poll-question .choice-name {
  font-family: "lato-semibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #444;
  font-size: 0.75rem; }

.tile-poll .poll-question .radio {
  cursor: pointer;
  display: inline-block;
  margin-right: 0.75rem;
  padding-top: 0;
  padding-left: 1.5625rem; }
  .tile-poll .poll-question .radio:last-child {
    margin-right: 0; }

.tile-poll .poll-question .control-group {
  margin-bottom: 0; }

.tile-poll .poll-question .control-group,
.tile-poll .poll-question .form-actions {
  text-align: center; }

.tile-poll .poll-question .controls {
  margin-bottom: 0.625rem; }

.tile-poll .poll-question .btn {
  font-family: "lato-heavy", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.625rem;
  padding: 1.125rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  background: none; }
  .tile-poll .poll-question .btn:hover, .tile-poll .poll-question .btn:focus {
    border-color: #34a08a;
    background: #34a08a;
    color: #fff; }

.tile-poll .poll-results {
  margin-top: 0.5rem;
  margin-left: 0.8333333333rem;
  margin-bottom: 0.8333333333rem; }

.tile-poll .answers-bar-wrapper {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border: 1px solid #34a08a;
    border-radius: 1.25rem;
  height: 1.375rem;
  width: 100%;
  padding: 0.1875rem 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 0.6875rem;
  position: relative;
  overflow: hidden; }

.tile-poll .answers-bar {
  position: relative;
  -webkit-animation: progress-bar 2s;
  -moz-animation: progress-bar 2s;
  animation: progress-bar 2s;
  background-color: #34a08a;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 1.25rem;
  line-height: 1.25rem;
  vertical-align: top; }
  .tile-poll .answers-bar::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    border: solid transparent;
      border-width: 0.5rem;
      border-top-width: 1.25rem;
      border-bottom-width: 0;
      border-top-color: #34a08a; }
  .tile-poll .answers-bar::after {
    right: -1rem;
    top: 0;
    left: auto; }

.tile-poll .answers-number {
  font-family: "lato-bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  float: right; }

.tile-poll .percent-0::after {
  display: none; }

.tile-why-register .tile-inner {
  background: #66c4aa;
  border-top: 0.5rem solid #009878;
  text-align: center;
  padding-top: 1.25rem; }
  .tile-why-register .tile-inner .register-desc,
  .tile-why-register .tile-inner h2,
  .tile-why-register .tile-inner h3 {
    color: #fff; }
  .tile-why-register .tile-inner .register-desc {
    padding: 0 1.25rem; }
  .tile-why-register .tile-inner .why-register-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    @media screen and (min-width: 600px) {
      .tile-why-register .tile-inner .why-register-wrapper {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row; } }
    .tile-why-register .tile-inner .why-register-wrapper li {
      -webkit-box-flex: 100%;
      -moz-box-flex: 100%;
      box-flex: 100%;
      -webkit-flex: 100%;
      -moz-flex: 100%;
      -ms-flex: 100%;
      flex: 100%;
      line-height: 1.3;
      padding-top: 0.625rem; }
      @media screen and (min-width: 600px) {
        .tile-why-register .tile-inner .why-register-wrapper li {
          -webkit-box-flex: 33.3333333333%;
          -moz-box-flex: 33.3333333333%;
          box-flex: 33.3333333333%;
          -webkit-flex: 33.3333333333%;
          -moz-flex: 33.3333333333%;
          -ms-flex: 33.3333333333%;
          flex: 33.3333333333%;
          border-right: 1px solid #009878;
          vertical-align: top;
          padding: 0; } }
      .tile-why-register .tile-inner .why-register-wrapper li:last-child {
        border-right: none; }
      .tile-why-register .tile-inner .why-register-wrapper li::before {
        margin: 0 auto;
          margin-bottom: 0.625rem; }
      .tile-why-register .tile-inner .why-register-wrapper li .structure {
        border-bottom: 1px solid #009878;
        padding-top: 0.625rem;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 1.25rem;
        margin-left: 0.625rem;
        margin-right: 0.625rem; }
        @media screen and (min-width: 600px) {
          .tile-why-register .tile-inner .why-register-wrapper li .structure {
            padding: 0.625rem;
            border: 0;
            margin-left: 0;
            margin-right: 0; } }
      .tile-why-register .tile-inner .why-register-wrapper li p {
        display: inline-block;
        width: calc(100% - 5.625rem);
        text-align: left;
        vertical-align: middle;
        margin-bottom: 0;
        padding-left: 0.9375rem;
        font-size: 0.875rem; }
        @media screen and (min-width: 600px) {
          .tile-why-register .tile-inner .why-register-wrapper li p {
            text-align: center;
            width: 100%;
            display: block; } }
      .tile-why-register .tile-inner .why-register-wrapper li .inline-svg {
        width: 3.125rem;
        height: 3.125rem;
        margin: 0 auto;
        display: inline-block;
        fill: #fff; }
        @media screen and (min-width: 600px) {
          .tile-why-register .tile-inner .why-register-wrapper li .inline-svg {
            margin-bottom: 1.25rem;
            display: block; } }
      [lang=nl-be] .tile-why-register .tile-inner .why-register-wrapper li.why-register-reminders strong {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto; }
      .lt-ie10 .tile-why-register .tile-inner .why-register-wrapper li {
        display: inline-block;
        width: 32%; }
  .tile-why-register .tile-inner footer {
    padding: 1.25rem;
      padding-top: 0.625rem; }
    @media screen and (min-width: 740px) {
      .tile-why-register .tile-inner footer {
        padding-top: 1.25rem; } }
    .tile-why-register .tile-inner footer h3 {
      text-align: center;
      font-size: 1.125rem;
      line-height: 1.8; }
      [lang=nl-be] .tile-why-register .tile-inner footer h3,
      [lang=fr-be] .tile-why-register .tile-inner footer h3 {
        font-size: 1.0625rem;
        margin-bottom: 0.625rem; }
      @media screen and (min-width: 740px) {
        .tile-why-register .tile-inner footer h3 {
          display: inline-block;
          line-height: 1.1;
          margin: 0;
            margin-top: 0.125rem;
          max-width: 45%;
          text-align: center;
          vertical-align: middle; }
          [lang=fr-be] .tile-why-register .tile-inner footer h3 {
            max-width: 55%; } }
    .tile-why-register .tile-inner footer .create-account-block {
      display: block;
      margin-bottom: 0.625rem; }
      .tile-why-register .tile-inner footer .create-account-block::after {
        clear: both;
        content: "";
        display: table; }
    .tile-why-register .tile-inner footer .button {
      font-size: 0.875rem;
      padding: 0.4375rem 1.25rem; }
      [lang=nl-be] .tile-why-register .tile-inner footer .button,
      [lang=fr-be] .tile-why-register .tile-inner footer .button {
        font-size: 0.75rem; }
      @media screen and (min-width: 740px) {
        .tile-why-register .tile-inner footer .button {
          float: right;
          vertical-align: middle; } }
    .tile-why-register .tile-inner footer .already-registered {
      text-align: center;
      margin-bottom: 0; }
      @media screen and (min-width: 740px) {
        .tile-why-register .tile-inner footer .already-registered {
          text-align: left; } }
      .tile-why-register .tile-inner footer .already-registered a {
        font-family: "lato-bold", sans-serif;
        font-style: normal;
        font-weight: normal;
        color: #006550;
        text-decoration: underline; }

video {
  max-width: 100%; }

.article-references-wrapper {
  clear: both;
  background: #f8fafa;
  padding: 0.8333333333rem; }
  @media screen and (min-width: 600px) {
    .article-references-wrapper {
      padding: 0.8333333333rem 1.25rem; } }
  .article-references-wrapper * {
    color: #737474;
    font-size: 0.8125rem; }
  .article-references-wrapper .references-title {
    font-family: "lato-heavy", sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0.1875rem; }
  .article-references-wrapper ol {
    list-style-type: decimal;
    margin-left: 0.9583333333rem; }
    .article-references-wrapper ol li {
      line-height: 1.4; }

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-skin {
  background-color: #fff;
  border-radius: 0; }
  .fancybox-skin h3 {
    font-family: "lato-semibold", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125rem;
    text-align: center; }
  .fancybox-skin p {
    color: #737474;
    font-size: 0.8125rem; }

.fancybox-inner {
  text-align: center;
  height: auto !important; }

.disclaimer-disagree {
  display: block;
  font-size: 0.8125rem;
  margin-top: 1.25rem; }

.fancybox-close {
  background: none;
  top: 0.625rem;
  right: 0.625rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #34a08a;
    border-radius: 100%;
  text-decoration: none;
  text-align: center; }
  .fancybox-close .inline-svg {
    width: 0.625rem;
    height: 0.625rem;
    position: absolute;
    top: 0.375rem;
    left: 0.375rem;
    fill: #34a08a; }
  .fancybox-close:hover {
    background-color: #34a08a; }
    .fancybox-close:hover::before {
      color: #fff; }
    .fancybox-close:hover .inline-svg {
      fill: #fff; }

@media screen and (min-width: 1025px) {
  .page-article-list .site-header.sticky-site-header,
  .page-article-detail .site-header.sticky-site-header {
    position: fixed;
    top: 0;
    max-width: 100%;
    z-index: 13;
    height: 2.5rem;
    padding-top: 0.3125rem; }
    .page-article-list .site-header.sticky-site-header .myday-logo,
    .page-article-list .site-header.sticky-site-header .teva-logo,
    .page-article-detail .site-header.sticky-site-header .myday-logo,
    .page-article-detail .site-header.sticky-site-header .teva-logo {
      margin-top: 0;
      margin-left: 0.625rem; }
    .page-article-list .site-header.sticky-site-header .myday-logo,
    .page-article-detail .site-header.sticky-site-header .myday-logo {
      background: url("../images/svg/myday-radar.svg");
        background-repeat: no-repeat;
        background-size: contain;
      width: 1.875rem;
      height: 1.875rem; }
    .page-article-list .site-header.sticky-site-header .teva-logo,
    .page-article-detail .site-header.sticky-site-header .teva-logo {
      width: 2.5rem;
      height: 1.875rem; }
    .page-article-list .site-header.sticky-site-header .user-area,
    .page-article-detail .site-header.sticky-site-header .user-area {
      margin-top: 0; }
    .page-article-list .site-header.sticky-site-header .profile-links,
    .page-article-detail .site-header.sticky-site-header .profile-links {
      margin-top: 0.125rem; }
    .page-article-list .site-header.sticky-site-header .notification-bubble,
    .page-article-detail .site-header.sticky-site-header .notification-bubble {
      top: 1px;
      font-size: 0.5625rem;
      width: 0.9375rem;
      height: 0.9375rem; }
    .page-article-list .site-header.sticky-site-header .tracker-links,
    .page-article-detail .site-header.sticky-site-header .tracker-links {
      margin-top: 0; }
      .page-article-list .site-header.sticky-site-header .tracker-links a,
      .page-article-detail .site-header.sticky-site-header .tracker-links a {
        padding-top: 0.125rem; }
      .page-article-list .site-header.sticky-site-header .tracker-links .inline-svg,
      .page-article-detail .site-header.sticky-site-header .tracker-links .inline-svg {
        width: 1.125rem;
        height: 1.125rem; } }

.page-article-list .site-header.sticky-site-header .tagline,
.page-article-list .site-header.sticky-site-header .logged-out-area,
.page-article-list .site-header.sticky-site-header .my-journey-title,
.page-article-list .site-header.sticky-site-header .user-welcome-area,
.page-article-detail .site-header.sticky-site-header .tagline,
.page-article-detail .site-header.sticky-site-header .logged-out-area,
.page-article-detail .site-header.sticky-site-header .my-journey-title,
.page-article-detail .site-header.sticky-site-header .user-welcome-area {
  display: none; }

.page-article-list .article-tag-header.sticky-article-tag-header {
  width: 100%;
  z-index: 12;
  position: fixed;
  top: 0; }
  @media screen and (min-width: 1025px) {
    .page-article-list .article-tag-header.sticky-article-tag-header {
      -webkit-animation: slide-down 0.2s forwards;
      -moz-animation: slide-down 0.2s forwards;
      animation: slide-down 0.2s forwards;
      top: 2.5rem; } }

@media screen and (min-width: 1025px) {
  .sticky-navigation-tags {
    -webkit-animation: slide-down 0.2s forwards;
    -moz-animation: slide-down 0.2s forwards;
    animation: slide-down 0.2s forwards;
    position: fixed;
    top: 5.625rem;
    max-width: 60rem;
    z-index: 12; }
    .page-article-detail .sticky-navigation-tags {
      top: 2.5rem; } }

@media screen and (min-width: 1280px) {
  .sticky-navigation-tags {
    max-width: 73.75rem; } }

@media screen and (min-width: 1025px) {
  .sticky-site-header {
    -webkit-animation: slide-down 0.2s forwards;
    -moz-animation: slide-down 0.2s forwards;
    animation: slide-down 0.2s forwards; } }

.page-article-list .sticky-header-placeholder,
.page-article-detail .sticky-header-placeholder {
  height: 7.1875rem;
  display: none; }

.page-article-list .sticky-tag-header-placeholder,
.page-article-detail .sticky-tag-header-placeholder {
  height: 3.125rem;
  display: none; }

@media screen and (min-width: 1025px) {
  .page-article-list .sticky-placeholders-show,
  .page-article-detail .sticky-placeholders-show {
    display: block; } }

.tile-wrapper {
  z-index: 10; }

.notification-bubble {
  border-radius: 100%;
  background-color: #e85240;
  position: absolute;
  top: -0.3125rem;
  right: 0.375rem;
  width: 1.125rem;
  height: 1.125rem;
  padding-top: 1px;
  font-size: 0.625rem;
  color: #fff;
  text-align: center; }

.uib-datepicker {
  width: 21.25rem; }
  .uib-datepicker table {
    width: 100%;
    table-layout: auto;
    margin-bottom: 1.25rem; }
    .uib-datepicker table:focus {
      outline-color: #e2e3e4; }
    .uib-datepicker table thead button,
    .uib-datepicker table thead .text-muted,
    .uib-datepicker table tbody button,
    .uib-datepicker table tbody .text-muted {
      background: none;
      border: none; }
    .uib-datepicker table button {
      width: 100%;
      height: 100%;
      font-size: 1rem;
      letter-spacing: normal;
      outline: none;
      padding: 0; }
    .uib-datepicker table td,
    .uib-datepicker table th {
      height: 2.875rem;
      vertical-align: middle; }
    .uib-datepicker table small {
      font-size: 100%; }
    .uib-datepicker table .uib-day {
      width: 14.2857142857%; }
    .uib-datepicker table .uib-month {
      width: 33.3333333333%; }
    .uib-datepicker table .uib-year {
      width: 20%; }
    .uib-datepicker table .uib-title {
      font-family: "lato-bold", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 1rem;
      text-transform: uppercase;
      color: #009878; }
    .uib-datepicker table .uib-left,
    .uib-datepicker table .uib-right {
      border: 1px solid #009878;
      width: 1.5625rem;
      height: 1.5625rem; }
    .uib-datepicker table .uib-left .glyphicon,
    .uib-datepicker table .uib-right .glyphicon {
      background: url("../images/svg/icons/chevron-left.svg");
        background-repeat: no-repeat;
        background-size: contain;
      width: 0.875rem;
      height: 0.875rem;
      display: block;
      margin-left: 0.4375rem; }
    .uib-datepicker table .uib-left {
      float: left; }
    .uib-datepicker table .uib-right {
      float: right; }
    .uib-datepicker table .uib-right .glyphicon {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      margin-left: 0.125rem; }
    .uib-datepicker table thead tr:last-child {
      font-family: "lato-bold", sans-serif;
      font-style: normal;
      font-weight: normal;
      color: #949799;
      font-size: 0.875rem; }
      .uib-datepicker table thead tr:last-child th {
        color: #737474;
        vertical-align: bottom;
        text-align: center;
        padding-bottom: 0.25rem; }
    .uib-datepicker table tbody td {
      border: none;
      font-size: 1rem; }
      .uib-datepicker table tbody td:first-child {
        border-left: 0; }
      .uib-datepicker table tbody td:last-child {
        border-right: 0; }
      .uib-datepicker table tbody td.highlight button {
        font-family: "lato-bold", sans-serif;
        font-style: normal;
        font-weight: normal;
        color: #444;
        position: relative; }
        .uib-datepicker table tbody td.highlight button::after {
          content: '';
          display: block;
          border-radius: 100%;
          width: 0.5rem;
          height: 0.5rem;
          background: #5cd2b1;
          position: absolute;
          top: 0.125rem;
          right: 50%;
          margin-right: -0.25rem; }
        .uib-datepicker table tbody td.highlight button.active, .uib-datepicker table tbody td.highlight button.active:hover, .uib-datepicker table tbody td.highlight button.active:focus {
          color: #fff; }
          .uib-datepicker table tbody td.highlight button.active::after, .uib-datepicker table tbody td.highlight button.active:hover::after, .uib-datepicker table tbody td.highlight button.active:focus::after {
            background: #fff; }
    .uib-datepicker table tbody .text-muted, .uib-datepicker table tbody [disabled] {
      color: #d5d6d7; }
    .uib-datepicker table tbody button {
      font-family: "lato-regular", sans-serif;
      font-style: normal;
      font-weight: normal;
      -webkit-transition: background 0.2s;
      -moz-transition: background 0.2s;
      transition: background 0.2s;
      color: #949799; }
      .uib-datepicker table tbody button:not([disabled]):hover, .uib-datepicker table tbody button:not([disabled]):focus {
        background: #eff0f0;
        border-radius: 100%; }
      .uib-datepicker table tbody button.active, .uib-datepicker table tbody button.active:hover, .uib-datepicker table tbody button.active:focus {
        font-family: "lato-bold", sans-serif;
        font-style: normal;
        font-weight: normal;
        color: #fff;
        background: #5cd2b1;
        border-radius: 100%; }

.page-body .uib-datepicker-popup li::before {
  display: none; }

.messages .message, .no-javascript-message {
  background-color: #fbd44b;
  padding: 0.9375rem;
  text-align: center;
  font-family: lato-semibold;
  color: #444444; }
  .messages .message::before, .no-javascript-message::before {
    background: url("../images/svg/chevron-left-white.svg");
      background-repeat: no-repeat;
      background-size: contain;
    width: 1.25rem;
    height: 1.375rem;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.3125rem;
    margin-right: 0.625rem; }

.messages {
  margin: 0; }

.no-javascript-message {
  display: block;
  clear: left; }

.page-narrow .page-body {
  margin: 0 auto;
  max-width: 37.5rem;
  min-height: 18.75rem;
  border-top: 0.375rem solid #34a08a; }

.language-switch-wrapper {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background: #fff;
  position: absolute;
  top: calc(100%);
  right: 0;
  bottom: auto;
  left: 0;
  overflow-y: scroll;
  z-index: 11;
  height: 0; }
  .language-switch-wrapper.open {
    height: auto; }
  .language-switch-wrapper .structure {
    padding-top: 0.3125rem;
    padding-bottom: 1.25rem;
    padding-right: 0; }
    @media screen and (min-width: 640px) {
      .language-switch-wrapper .structure {
        padding-top: 0.9375rem; } }

.language-switch-title {
  padding-left: 1.25rem; }
  @media screen and (min-width: 640px) {
    .language-switch-title {
      padding-left: 0.5rem; } }

.language-list {
  margin: 0;
  padding: 0.625rem; }
  @media screen and (min-width: 640px) {
    .language-list {
      -webkit-columns: 12.5rem;
      -moz-columns: 12.5rem;
      columns: 12.5rem;
      padding-left: 0;
      padding-right: 0; } }
  .language-list > li {
    background-repeat: no-repeat;
    background-size: 1.875rem auto;
    background-position: 0.625rem 50%;
    border-top: 0.125rem solid #eef2f3;
    font-size: 1.1875rem;
    line-height: 1;
    margin: 0;
    padding-top: 0.875rem;
    padding-right: 0;
    padding-bottom: 0.75rem;
    padding-left: 3.4375rem; }
    @media screen and (min-width: 640px) {
      .language-list > li {
        border-top: 0;
        width: 12.5rem; } }
    .language-list > li > a {
      padding-left: 3.4375rem;
      margin-left: -3.4375rem; }
    .language-list > li:first-child {
      border: 0; }
    .language-list > li.de-at {
      background-image: url("../images/flags/de-at.png"); }
      @media screen and (min-width: 640px) {
        .language-list > li.de-at {
          display: inline-block; } }
    .language-list > li.de {
      background-image: url("../images/flags/de.png"); }
      @media screen and (min-width: 640px) {
        .language-list > li.de {
          display: inline-block; } }
    .language-list > li.en-ie {
      background-image: url("../images/flags/en-ie.png"); }
      @media screen and (min-width: 640px) {
        .language-list > li.en-ie {
          display: inline-block; } }
    .language-list > li.en {
      background-image: url("../images/flags/en.png"); }
      @media screen and (min-width: 640px) {
        .language-list > li.en {
          display: inline-block; } }
    .language-list > li.fr-be {
      background-image: url("../images/flags/fr-be.png"); }
      @media screen and (min-width: 640px) {
        .language-list > li.fr-be {
          display: inline-block; } }
    .language-list > li.fr-lu {
      background-image: url("../images/flags/fr-lu.png"); }
      @media screen and (min-width: 640px) {
        .language-list > li.fr-lu {
          display: inline-block; } }
    .language-list > li.fi-fi {
      background-image: url("../images/flags/fi-fi.png"); }
      @media screen and (min-width: 640px) {
        .language-list > li.fi-fi {
          display: inline-block; } }
    .language-list > li.hu {
      background-image: url("../images/flags/hu.png"); }
      @media screen and (min-width: 640px) {
        .language-list > li.hu {
          display: inline-block; } }
    .language-list > li.it {
      background-image: url("../images/flags/it.png"); }
      @media screen and (min-width: 640px) {
        .language-list > li.it {
          display: inline-block; } }
    .language-list > li.nl {
      background-image: url("../images/flags/nl.png"); }
      @media screen and (min-width: 640px) {
        .language-list > li.nl {
          display: inline-block; } }
    .language-list > li.nl-be {
      background-image: url("../images/flags/nl-be.png"); }
      @media screen and (min-width: 640px) {
        .language-list > li.nl-be {
          display: inline-block; } }
    .language-list > li.pl-pl {
      background-image: url("../images/flags/pl-pl.png"); }
      @media screen and (min-width: 640px) {
        .language-list > li.pl-pl {
          display: inline-block; } }
    .language-list > li.uk {
      background-image: url("../images/flags/uk.png"); }
      @media screen and (min-width: 640px) {
        .language-list > li.uk {
          display: inline-block; } }
    .language-list > li.se {
      background-image: url("../images/flags/se.png"); }
      @media screen and (min-width: 640px) {
        .language-list > li.se {
          display: inline-block; } }
    .language-list > li.lt {
      background-image: url("../images/flags/lt.png"); }
      @media screen and (min-width: 640px) {
        .language-list > li.lt {
          display: inline-block; } }
    .language-list > li.lv {
      background-image: url("../images/flags/lv.png"); }
      @media screen and (min-width: 640px) {
        .language-list > li.lv {
          display: inline-block; } }
    .language-list > li li {
      background-image: url("../images/svg/icons/arrow-right-bolder.svg");
      background-position: left 0.1875rem;
      background-repeat: no-repeat;
      background-size: auto 0.6875rem;
      font-size: 1.0625rem;
      margin: 0.5rem 0;
      padding-left: 1.5625rem; }
  .language-list a {
    text-decoration: none; }
    .language-list a:hover, .language-list a:active, .language-list a:focus {
      opacity: 0.8; }

.logged-out .language-switch-button {
  background-size: auto 1.25rem;
  float: right;
  height: 1.25rem;
  width: auto;
  padding-left: 2.1875rem;
  margin-left: 0.9375rem; }
  .logged-out .language-switch-button .inline-svg {
    margin-top: -0.4375rem; }
    .logged-out .language-switch-button .inline-svg.open {
      transform: rotate(180deg); }

.language-switch-button {
  background-position: left center;
  background-size: auto 0.6875rem;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 1.25rem;
  width: 1.875rem;
  margin: 0;
    margin-left: 0.3125rem;
  padding-left: 1.25rem; }
  .language-switch-button .inline-svg {
    fill: #40a691;
    width: 0.625rem;
    height: 0.4375rem;
    margin: 0; }
    .language-switch-button .inline-svg.open {
      transform: rotate(180deg); }
  .language-switch-button:hover .inline-svg, .language-switch-button:active .inline-svg, .language-switch-button:focus .inline-svg {
    fill: #22695a; }
  [lang=de-at] .language-switch-button {
    background-image: url("../images/flags/de-at.png"); }
  [lang=de] .language-switch-button {
    background-image: url("../images/flags/de.png"); }
  [lang=en-ie] .language-switch-button {
    background-image: url("../images/flags/en-ie.png"); }
  [lang=en] .language-switch-button {
    background-image: url("../images/flags/en.png"); }
  [lang=fr-be] .language-switch-button {
    background-image: url("../images/flags/fr-be.png"); }
  [lang=fr-lu] .language-switch-button {
    background-image: url("../images/flags/fr-lu.png"); }
  [lang=fi-fi] .language-switch-button {
    background-image: url("../images/flags/fi-fi.png"); }
  [lang=hu] .language-switch-button {
    background-image: url("../images/flags/hu.png"); }
  [lang=it] .language-switch-button {
    background-image: url("../images/flags/it.png"); }
  [lang=nl] .language-switch-button {
    background-image: url("../images/flags/nl.png"); }
  [lang=nl-be] .language-switch-button {
    background-image: url("../images/flags/nl-be.png"); }
  [lang=pl-pl] .language-switch-button {
    background-image: url("../images/flags/pl-pl.png"); }
  [lang=uk] .language-switch-button {
    background-image: url("../images/flags/uk.png"); }
  [lang=se] .language-switch-button {
    background-image: url("../images/flags/se.png"); }
  [lang=lt] .language-switch-button {
    background-image: url("../images/flags/lt.png"); }
  [lang=lv] .language-switch-button {
    background-image: url("../images/flags/lv.png"); }

@media screen and (min-width: 768px) {
  .profile-links-list li.ls-link {
    display: none; } }

.pagination {
  text-align: center;
  margin-bottom: 1.25rem; }
  .pagination a,
  .pagination span {
    padding: 0.3125rem; }
  .pagination span {
    color: #aeb0b2; }
    .pagination span .inline-svg {
      fill: #aeb0b2; }
  .pagination a {
    cursor: pointer;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; }
    .pagination a:hover {
      text-decoration: none; }
    .pagination a .inline-svg {
      -webkit-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      transition-timing-function: ease;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s;
      fill: #34a08a; }
    .pagination a:hover, .pagination a:active, .pagination a:focus {
      color: #66c4aa; }
      .pagination a:hover .inline-svg, .pagination a:active .inline-svg, .pagination a:focus .inline-svg {
        fill: #66c4aa; }
  .pagination .previous .inline-svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.social-auth-button {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  font-size: 0.75rem;
  color: #fff;
  margin-bottom: 0.9375rem;
  border: 1px solid;
    border-radius: 0.25rem; }
  @media screen and (min-width: 520px) {
    .social-auth-button {
      width: auto;
      min-width: 12.5rem; } }
  .social-auth-button.facebook {
    background: -webkit-linear-gradient(top, #6587bd, #496696);
    background: linear-gradient(to bottom, #6587bd, #496696);
    border-color: #476392; }
    .social-auth-button.facebook .icon-wrapper {
      background: -webkit-linear-gradient(top, #7c99c7, #637ca5);
      background: linear-gradient(to bottom, #7c99c7, #637ca5); }
    .social-auth-button.facebook:hover, .social-auth-button.facebook:active, .social-auth-button.facebook:focus {
      background: -webkit-linear-gradient(bottom, #6587bd, #496696);
      background: linear-gradient(to top, #6587bd, #496696); }
      .social-auth-button.facebook:hover .icon-wrapper, .social-auth-button.facebook:active .icon-wrapper, .social-auth-button.facebook:focus .icon-wrapper {
        background: -webkit-linear-gradient(bottom, #7c99c7, #637ca5);
        background: linear-gradient(to top, #7c99c7, #637ca5); }
  .social-auth-button.google {
    background: -webkit-linear-gradient(top, #f68684, #df5348);
    background: linear-gradient(to bottom, #f68684, #df5348);
    border-color: #dd5044; }
    .social-auth-button.google .icon-wrapper {
      background: -webkit-linear-gradient(top, #f79896, #e36d62);
      background: linear-gradient(to bottom, #f79896, #e36d62); }
    .social-auth-button.google:hover, .social-auth-button.google:active, .social-auth-button.google:focus {
      background: -webkit-linear-gradient(bottom, #f68684, #df5348);
      background: linear-gradient(to top, #f68684, #df5348); }
      .social-auth-button.google:hover .icon-wrapper, .social-auth-button.google:active .icon-wrapper, .social-auth-button.google:focus .icon-wrapper {
        background: -webkit-linear-gradient(bottom, #f79896, #e36d62);
        background: linear-gradient(to top, #f79896, #e36d62); }
  .social-auth-button .inline-svg {
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
    fill: #fff; }
  .social-auth-button .icon-wrapper,
  .social-auth-button .text-wrapper {
    display: inline-block;
    vertical-align: middle; }
  .social-auth-button .icon-wrapper {
    padding: 0.3125rem 0.5rem; }
  .social-auth-button .text-wrapper {
    padding: 0 0.625rem; }

.infographic-figure {
  height: auto;
  padding-bottom: 0;
  margin: 0 auto; }
  .infographic-figure h3 {
    font-family: "lato-light", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5625rem;
    line-height: 100%;
    border-top: 2px solid #eef2f3;
    padding-top: 1.875rem; }
    @media screen and (min-width: 960px) {
      .infographic-figure h3 {
        font-size: 2.25rem; } }
  .infographic-figure h4 {
    font-family: "lato-regular", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #0a8694;
    font-size: 1.0625rem; }
    @media screen and (min-width: 960px) {
      .infographic-figure h4 {
        font-size: 1.1875rem; } }
    .infographic-figure h4 em {
      font-family: "lato-heavy", sans-serif;
      font-style: normal;
      font-weight: normal; }
  .infographic-figure h5 {
    font-family: "lato-light", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #0a8694;
    font-size: 0.9375rem;
    margin-bottom: 0.9375rem; }
    .infographic-figure h5 em {
      font-family: "lato-regular", sans-serif;
      font-style: normal;
      font-weight: normal; }
    @media screen and (min-width: 960px) {
      .infographic-figure h5 {
        font-size: 1.375rem; } }
  .infographic-figure h6 {
    font-family: "lato-regular", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.25rem; }
    .infographic-figure h6 em {
      font-family: "lato-heavy", sans-serif;
      font-style: normal;
      font-weight: normal;
      color: #8f2576; }
    .infographic-figure h6 strong {
      font-family: "lato-regular", sans-serif;
      font-style: normal;
      font-weight: normal;
      color: #8f2576;
      font-size: 1.25rem; }
      @media screen and (min-width: 960px) {
        .infographic-figure h6 strong {
          display: block; } }

.infographic .article-thumbnail {
  display: none; }

.infographic h2 {
  font-family: "lato-light", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5625rem;
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 960px) {
    .infographic h2 {
      font-size: 2.25rem; } }

.infographic .article-content h4 {
  font-family: "lato-regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.1875rem;
  color: #0a8694;
  margin-bottom: 0; }

.infographic .section-image {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%; }

.infographic .section-title {
  font-family: "lato-bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.375rem;
  color: #0a8694;
  margin-bottom: 0.8333333333rem; }
  .infographic .section-title strong,
  .infographic .section-title b {
    font-family: "lato-heavy", sans-serif;
    font-style: normal;
    font-weight: normal; }

.infographic .split-column {
  margin-top: 1.875rem;
  margin-left: 0;
  margin-right: 0;
  overflow: auto; }
  @media screen and (min-width: 960px) {
    .infographic .split-column {
      margin-left: 1.25rem; } }
  .infographic .split-column .split-column-content {
    margin: 0;
    margin-left: 0; }
    .infographic .split-column .split-column-content li {
      margin: 0 auto;
      text-align: center; }
      .infographic .split-column .split-column-content li::before {
        content: none; }
      @media screen and (min-width: 960px) {
        .infographic .split-column .split-column-content li {
          text-align: left;
          display: inline-block;
          position: relative; } }
      .infographic .split-column .split-column-content li:nth-child(2n) {
        width: 15.625rem; }
        @media screen and (min-width: 960px) {
          .infographic .split-column .split-column-content li:nth-child(2n) {
            width: 15.9375rem;
            float: right; } }
        .infographic .split-column .split-column-content li:nth-child(2n) h4 em {
          display: block; }

@keyframes scale-icon {
  0% {
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -o-transform: scale(0.25);
    transform: scale(0.25); }
  100% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15); } }

@keyframes move-rotate {
  30% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); } }

.infographic-data-wrapper {
  position: relative;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 959px) {
    .infographic-data-wrapper .label-toggle {
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      z-index: 11;
      background: #0a8694;
      cursor: pointer;
      border-radius: 100%;
      display: block;
      height: 1.3125rem;
      width: 1.3125rem;
      position: relative; }
      .infographic-data-wrapper .label-toggle:hover, .infographic-data-wrapper .label-toggle:active, .infographic-data-wrapper .label-toggle:focus {
        background: #08707c; }
      .infographic-data-wrapper .label-toggle .inline-svg {
        fill: #fff;
        height: 0.6875rem;
        width: 0.6875rem;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    .infographic-data-wrapper .expand-left .label-toggle {
      -webkit-transform: translateY(1.3125rem);
      -moz-transform: translateY(1.3125rem);
      -ms-transform: translateY(1.3125rem);
      -o-transform: translateY(1.3125rem);
      transform: translateY(1.3125rem);
      float: right; }
    .infographic-data-wrapper .expand-right .label-toggle {
      -webkit-transform: translateY(1.3125rem);
      -moz-transform: translateY(1.3125rem);
      -ms-transform: translateY(1.3125rem);
      -o-transform: translateY(1.3125rem);
      transform: translateY(1.3125rem);
      float: left; } }
  @media screen and (min-width: 960px) {
    .infographic-data-wrapper .label-toggle {
      display: none; } }
  .infographic-data-wrapper .infographic-toggle-items {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 960px) {
      .infographic-data-wrapper .infographic-toggle-items {
        height: 100%; } }
    .infographic-data-wrapper .infographic-toggle-items li {
      margin: 0;
      padding: 0;
      position: absolute;
      width: 50%; }
      .infographic-data-wrapper .infographic-toggle-items li::before {
        display: none; }
      @media screen and (max-width: 959px) {
        .infographic-data-wrapper .infographic-toggle-items li.expand-left {
          left: 0;
          text-align: left; }
        .infographic-data-wrapper .infographic-toggle-items li.expand-right {
          right: 0;
          text-align: right; }
        .infographic-data-wrapper .infographic-toggle-items li.expand-up {
          right: 0;
          text-align: left; }
        .infographic-data-wrapper .infographic-toggle-items li.expand-down {
          right: 0;
          text-align: left; } }
    .infographic-data-wrapper .infographic-toggle-items .label-text {
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      background-size: auto 0.6875rem;
      background-repeat: no-repeat;
      font-size: 0.8125rem;
      line-height: 1.2;
      display: block;
      position: relative;
      text-shadow: 0 0.125rem 0.25rem #fff; }
      .infographic-data-wrapper .infographic-toggle-items .label-text sup {
        font-size: 65%; }
    @media screen and (max-width: 959px) {
      .infographic-data-wrapper .infographic-toggle-items .label-text {
        opacity: 0; }
      .infographic-data-wrapper .infographic-toggle-items .expand-left .label {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%; }
      .infographic-data-wrapper .infographic-toggle-items .expand-left .label-text {
        background-image: url("../images/svg/infographics/infographic-line-left.svg");
        background-position: 6.25rem 1.625rem;
        padding-top: 2.5rem; }
      .infographic-data-wrapper .infographic-toggle-items .expand-right .label {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%; }
      .infographic-data-wrapper .infographic-toggle-items .expand-right .label-text {
        background-image: url("../images/svg/infographics/infographic-line-right.svg");
        background-position: -31.25rem 1.625rem;
        padding-top: 2.5rem; }
      .infographic-data-wrapper .infographic-toggle-items .expand-up {
        height: auto;
        width: 50%;
        left: 0; }
        .infographic-data-wrapper .infographic-toggle-items .expand-up .label {
          position: relative; }
        .infographic-data-wrapper .infographic-toggle-items .expand-up .label-toggle {
          position: absolute;
          right: -0.3125rem;
          bottom: 0; }
        .infographic-data-wrapper .infographic-toggle-items .expand-up .label-text {
          background-image: url("../images/svg/infographics/infographic-line-up.svg");
          background-position: right 18.75rem;
          background-size: 0.6875rem auto;
          padding-right: 0.9375rem;
          text-align: right; }
        .infographic-data-wrapper .infographic-toggle-items .expand-up.text-right {
          right: auto;
          left: 0; }
          .infographic-data-wrapper .infographic-toggle-items .expand-up.text-right .label {
            position: absolute;
            right: 0; }
          .infographic-data-wrapper .infographic-toggle-items .expand-up.text-right .label-toggle {
            right: auto;
            left: -0.3125rem; }
          .infographic-data-wrapper .infographic-toggle-items .expand-up.text-right .label-text {
            background-position-x: left;
            padding-right: 0;
            padding-left: 0.9375rem;
            text-align: left; }
      .infographic-data-wrapper .infographic-toggle-items .expand-down {
        height: auto;
        width: 50%;
        left: 0; }
        .infographic-data-wrapper .infographic-toggle-items .expand-down .label {
          position: relative; }
        .infographic-data-wrapper .infographic-toggle-items .expand-down .label-toggle {
          position: absolute;
          right: -0.3125rem;
          top: 0; }
        .infographic-data-wrapper .infographic-toggle-items .expand-down .label-text {
          background-image: url("../images/svg/infographics/infographic-line-down.svg");
          background-position: right -18.75rem;
          background-size: 0.6875rem auto;
          padding-right: 0.9375rem;
          text-align: right; }
        .infographic-data-wrapper .infographic-toggle-items .expand-down.text-right .label {
          position: absolute;
          right: 0; }
        .infographic-data-wrapper .infographic-toggle-items .expand-down.text-right .label-toggle {
          right: auto;
          left: -0.3125rem; }
        .infographic-data-wrapper .infographic-toggle-items .expand-down.text-right .label-text {
          background-position-x: left;
          padding-left: 0.9375rem;
          padding-right: auto;
          text-align: left; } }
  @media screen and (max-width: 959px) {
    .infographic-data-wrapper .open .label-toggle {
      -webkit-animation: move-rotate 300ms ease-in-out forwards;
      -moz-animation: move-rotate 300ms ease-in-out forwards;
      animation: move-rotate 300ms ease-in-out forwards; }
      .infographic-data-wrapper .open .label-toggle .infographic-line-rightine-svg {
        -webkit-animation: scale-icon 300ms ease-in-out forwards;
        -moz-animation: scale-icon 300ms ease-in-out forwards;
        animation: scale-icon 300ms ease-in-out forwards; }
    .infographic-data-wrapper .open .label-text {
      opacity: 1; }
    .infographic-data-wrapper .open.expand-left .label-toggle {
      float: left; }
    .infographic-data-wrapper .open.expand-left .label-text {
      background-position-x: right; }
    .infographic-data-wrapper .open.expand-right .label-toggle {
      float: right; }
    .infographic-data-wrapper .open.expand-right .label-text {
      background-position-x: left; }
    .infographic-data-wrapper .open.expand-up .label-toggle {
      top: -1.625rem;
      bottom: auto; }
    .infographic-data-wrapper .open.expand-up .label-text {
      background-position-y: bottom; }
    .infographic-data-wrapper .open.expand-down .label-toggle {
      top: auto;
      bottom: -1.625rem; }
    .infographic-data-wrapper .open.expand-down .label-text {
      background-position-y: top; } }

@media screen and (max-width: 959px) {
  .no-js .infographic-figure {
    display: none; } }

@media screen and (min-width: 960px) {
  .no-javascript-message {
    display: none !important; } }

.injections-signs-symptoms-figure {
  max-width: 29.6875rem; }
  @media screen and (min-width: 960px) {
    .injections-signs-symptoms-figure {
      padding: 0;
        padding-top: 1.875rem; } }
  .injections-signs-symptoms-figure h3 {
    line-height: 1.2; }
  .injections-signs-symptoms-figure h4 {
    line-height: 1.3; }
  .injections-signs-symptoms-figure h5 {
    line-height: 1.3; }
  .injections-signs-symptoms-figure h6 {
    line-height: 1.25rem; }
    @media screen and (min-width: 960px) {
      .injections-signs-symptoms-figure h6 {
        line-height: 1.3; } }

.infection {
  background-image: url("../images/svg/infographics/infographic-infection-bg.svg");
  background-repeat: no-repeat;
  background-position: center 0.625rem;
  background-size: auto 45.9375rem;
  height: 57.8125rem;
  margin: auto;
    margin-top: 2.5rem;
  padding: 0; }
  @media screen and (min-width: 960px) {
    .infection {
      background-image: url("../images/svg/infographics/infographic-infection-desktop-bg.svg");
      background-size: 30rem auto;
      background-position: center bottom;
      width: 29.6875rem;
      height: 53.75rem;
      max-width: initial; } }
  .infection .infographic-toggle-items li.expand-left {
    left: 0;
    text-align: left; }
  .infection .infographic-toggle-items li.expand-right {
    right: 0;
    text-align: right; }
  .infection .infographic-toggle-items li.expand-up, .infection .infographic-toggle-items li.expand-down {
    right: 0;
    text-align: left; }
  @media screen and (max-width: 959px) {
    .infection .infographic-toggle-items .expand-left:nth-child(1) {
      top: -0.4375rem;
      width: calc(50% - 30px); }
      .infection .infographic-toggle-items .expand-left:nth-child(1) .label-text {
        padding-right: 1.875rem; }
    .infection .infographic-toggle-items .expand-left:nth-child(2) {
      top: 2.5rem;
      width: calc(50% - 45px); }
      .infection .infographic-toggle-items .expand-left:nth-child(2) .label-text {
        padding-right: 1.25rem; }
    .infection .infographic-toggle-items .expand-left:nth-child(3) {
      top: 3.8125rem;
      width: calc(50% - 40px); }
      .infection .infographic-toggle-items .expand-left:nth-child(3) .label-text {
        padding-right: 2.5rem; }
    .infection .infographic-toggle-items .expand-left:nth-child(4) {
      top: 5.9375rem;
      width: calc(50% - 5px); }
      .infection .infographic-toggle-items .expand-left:nth-child(4) .label-text {
        padding-right: 5rem; }
    .infection .infographic-toggle-items .expand-left:nth-child(5) {
      top: 9.0625rem;
      width: calc(50% - 25px); }
      .infection .infographic-toggle-items .expand-left:nth-child(5) .label-text {
        padding-right: 3.125rem; }
    .infection .infographic-toggle-items .expand-left:nth-child(6) {
      top: 16.5625rem;
      width: calc(50% - 78px); }
      .infection .infographic-toggle-items .expand-left:nth-child(6) .label-text {
        padding-right: 0.3125rem; }
    .infection .infographic-toggle-items .expand-left:nth-child(7) {
      top: 20rem;
      width: calc(50% - 10px); }
      .infection .infographic-toggle-items .expand-left:nth-child(7) .label-text {
        padding-right: 4.0625rem; }
    .infection .infographic-toggle-items .expand-left:nth-child(8) {
      top: 22.1875rem;
      width: calc(50% - 10px); }
      .infection .infographic-toggle-items .expand-left:nth-child(8) .label-text {
        padding-right: 4.375rem; }
    .infection .infographic-toggle-items .expand-right:nth-child(9) {
      top: 4.6875rem;
      width: calc(50% - 5px); }
    .infection .infographic-toggle-items .expand-right:nth-child(10) {
      top: 8.8125rem;
      width: calc(50% - 70px); }
      .infection .infographic-toggle-items .expand-right:nth-child(10) .label-text {
        padding-left: 1.125rem; }
    .infection .infographic-toggle-items .expand-right:nth-child(11) {
      top: 16.3125rem;
      width: 50%; }
      .infection .infographic-toggle-items .expand-right:nth-child(11) .label-text {
        padding-left: 5.9375rem; }
    .infection .infographic-toggle-items .expand-right:nth-child(12) {
      top: 17.8125rem;
      width: 50%; }
      .infection .infographic-toggle-items .expand-right:nth-child(12) .label-text {
        padding-left: 5rem; }
    .infection .infographic-toggle-items .expand-right:nth-child(13) {
      top: 29.1875rem;
      width: calc(50% + 20px); }
      .infection .infographic-toggle-items .expand-right:nth-child(13) .label-text {
        padding-left: 5rem; } }
  @media screen and (min-width: 960px) {
    .infection .infographic-toggle-items .expand-left:nth-child(1) {
      bottom: 51.375rem;
      width: 9.375rem; }
    .infection .infographic-toggle-items .expand-left:nth-child(2) {
      bottom: 46.25rem; }
    .infection .infographic-toggle-items .expand-left:nth-child(3) {
      bottom: 41.9375rem;
      width: 9.875rem; }
    .infection .infographic-toggle-items .expand-left:nth-child(4) {
      bottom: 39.5625rem;
      width: 11.25rem; }
    .infection .infographic-toggle-items .expand-left:nth-child(5) {
      bottom: 35.125rem; }
    .infection .infographic-toggle-items .expand-left:nth-child(6) {
      bottom: 30.5rem;
      width: 10.625rem; }
    .infection .infographic-toggle-items .expand-left:nth-child(7) {
      bottom: 24.5rem;
      width: 10rem; }
    .infection .infographic-toggle-items .expand-left:nth-child(8) {
      bottom: 22.1875rem;
      width: 11.25rem; }
    .infection .infographic-toggle-items .expand-right:nth-child(9) {
      bottom: 42.8125rem; }
    .infection .infographic-toggle-items .expand-right:nth-child(10) {
      bottom: 38.625rem; }
    .infection .infographic-toggle-items .expand-right:nth-child(11) {
      width: 6.875rem;
      bottom: 30.625rem; }
    .infection .infographic-toggle-items .expand-right:nth-child(12) {
      width: 6.875rem;
      bottom: 28.3125rem; }
    .infection .infographic-toggle-items .expand-right:nth-child(13) {
      bottom: 16.625rem;
      width: 11.25rem; } }

.infographic-figure-footer {
  display: block;
  position: absolute;
  bottom: 1.25rem;
  width: 100%; }
  @media screen and (min-width: 960px) {
    .infographic-figure-footer {
      bottom: 0;
      height: 12.5rem; }
      .infographic-figure-footer h5 {
        float: right;
        width: 10rem; }
      .infographic-figure-footer h6 {
        float: left;
        width: 10rem; } }

.lymphatic-system {
  background-image: url("../images/infographics/lymphatic-system-no-lines.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 18.75rem auto;
  height: 41.25rem;
  margin: auto;
    margin-top: 4.375rem;
  padding: 0; }
  @media screen and (min-width: 960px) {
    .lymphatic-system {
      background-image: url("../images/infographics/lymphatic-system.png");
      background-size: auto;
      background-position-y: bottom;
      height: 48.625rem;
      margin: auto;
      max-width: initial; } }
  @media screen and (max-width: 959px) {
    .lymphatic-system .infographic-toggle-items .expand-up.lymphocyte {
      top: -1.875rem;
      left: 6.5625rem; }
      .lymphatic-system .infographic-toggle-items .expand-up.lymphocyte .label-text {
        padding-bottom: 5.625rem; }
    .lymphatic-system .infographic-toggle-items .expand-up.tlv {
      top: -2.1875rem;
      left: 5rem; }
      .lymphatic-system .infographic-toggle-items .expand-up.tlv .label-text {
        padding-bottom: 4.375rem; }
    .lymphatic-system .infographic-toggle-items .text-right.lymph-nodes {
      top: -1.25rem;
      right: 0;
      left: auto; }
      .lymphatic-system .infographic-toggle-items .text-right.lymph-nodes .label {
        left: -6.25rem; }
      .lymphatic-system .infographic-toggle-items .text-right.lymph-nodes .label-text {
        padding-bottom: 3.125rem; }
    .lymphatic-system .infographic-toggle-items .text-right.alv {
      top: -1.3125rem;
      right: 0;
      left: auto; }
      .lymphatic-system .infographic-toggle-items .text-right.alv .label {
        left: -1.875rem; }
      .lymphatic-system .infographic-toggle-items .text-right.alv .label-text {
        padding-bottom: 6.25rem; }
    .lymphatic-system .infographic-toggle-items .expand-down.tumor {
      top: 10rem; }
      .lymphatic-system .infographic-toggle-items .expand-down.tumor .label {
        right: 4.375rem; }
      .lymphatic-system .infographic-toggle-items .expand-down.tumor .label-text {
        padding-top: 6.25rem; }
    .lymphatic-system .infographic-toggle-items .expand-down.alv2 {
      top: 5.3125rem;
      left: auto;
      right: -1.875rem; }
      .lymphatic-system .infographic-toggle-items .expand-down.alv2 .label {
        left: -1.875rem;
        width: 8.75rem; }
      .lymphatic-system .infographic-toggle-items .expand-down.alv2 .label-text {
        padding-top: 3.75rem; }
    .lymphatic-system .infographic-toggle-items .expand-left.cells {
      top: -0.625rem;
      left: 6.25rem; }
      .lymphatic-system .infographic-toggle-items .expand-left.cells .label {
        width: 9.375rem; }
    .lymphatic-system .infographic-toggle-items .expand-left.fluid {
      left: 3.75rem; }
      .lymphatic-system .infographic-toggle-items .expand-left.fluid .label {
        width: 6.875rem; }
    .lymphatic-system .infographic-toggle-items .expand-left.fluid2 {
      top: 6.25rem;
      left: -1.875rem; }
      .lymphatic-system .infographic-toggle-items .expand-left.fluid2 .label {
        width: 6.875rem; }
    .lymphatic-system .infographic-toggle-items .expand-left.fluid3 {
      top: 22.5rem;
      left: 8.125rem; }
      .lymphatic-system .infographic-toggle-items .expand-left.fluid3 .label {
        width: 9.375rem; }
    .lymphatic-system .infographic-toggle-items .expand-left.alv3 {
      top: 13.75rem;
      left: -1.25rem; }
      .lymphatic-system .infographic-toggle-items .expand-left.alv3 .label {
        width: 5.9375rem; }
    .lymphatic-system .infographic-toggle-items .expand-left.elv {
      top: 14.875rem;
      left: 2.8125rem; }
      .lymphatic-system .infographic-toggle-items .expand-left.elv .label {
        width: 10rem; }
    .lymphatic-system .infographic-toggle-items .expand-left.lymphocyte2 {
      top: 16.875rem;
      left: 4.375rem; }
      .lymphatic-system .infographic-toggle-items .expand-left.lymphocyte2 .label {
        width: 9.375rem; }
    .lymphatic-system .infographic-toggle-items .expand-left.antibody {
      top: 20.625rem;
      left: 7.5rem; }
      .lymphatic-system .infographic-toggle-items .expand-left.antibody .label {
        width: 9.375rem; }
    .lymphatic-system .infographic-toggle-items .expand-right.lymph-nodes2 {
      top: 8.125rem; }
      .lymphatic-system .infographic-toggle-items .expand-right.lymph-nodes2 .label {
        width: 9.375rem; } }
  @media screen and (min-width: 960px) {
    .lymphatic-system .infographic-toggle-items li.lymph-nodes {
      top: 4.375rem;
      left: 2rem;
      width: 3.75rem; }
    .lymphatic-system .infographic-toggle-items li.lymphocyte {
      top: 0.4375rem;
      right: 3.3125rem;
      width: 6.25rem; }
    .lymphatic-system .infographic-toggle-items li.tlv {
      top: 7.6875rem;
      right: 11.0625rem;
      width: 5rem; }
    .lymphatic-system .infographic-toggle-items li.fluid {
      top: 3.75rem;
      right: 9.375rem;
      width: 5rem; }
    .lymphatic-system .infographic-toggle-items li.cells {
      top: 3.3125rem;
      right: 6.1875rem;
      width: 2.5rem; }
    .lymphatic-system .infographic-toggle-items li.fluid2 {
      top: 17.125rem;
      left: 3.625rem;
      width: 5rem; }
    .lymphatic-system .infographic-toggle-items li.lymph-nodes2 {
      top: 14.5rem;
      left: 15.4375rem;
      width: 3.75rem; }
    .lymphatic-system .infographic-toggle-items li.tumor {
      top: 22.5rem;
      left: 1.5625rem;
      width: 2.5rem; }
    .lymphatic-system .infographic-toggle-items li.alv {
      top: 7.9375rem;
      left: 8.75rem;
      width: 3.75rem; }
    .lymphatic-system .infographic-toggle-items li.alv2 {
      top: 21.0625rem;
      left: 22.375rem;
      width: 3.75rem; }
    .lymphatic-system .infographic-toggle-items li.alv3 {
      top: 31.4375rem;
      left: 3.75rem;
      width: 6.25rem; }
    .lymphatic-system .infographic-toggle-items li.elv {
      top: 33.5625rem;
      left: 12.0625rem;
      width: 6.25rem; }
    .lymphatic-system .infographic-toggle-items li.lymphocyte2 {
      top: 30.5rem;
      right: 0.625rem;
      width: 5rem; }
    .lymphatic-system .infographic-toggle-items li.antibody {
      top: 36.875rem;
      left: 26.8125rem;
      width: 5rem; }
    .lymphatic-system .infographic-toggle-items li.fluid3 {
      top: 47.1875rem;
      left: 22.375rem;
      width: 5rem; } }

.major-breast-cancer .breast-cancer-bottom-image {
  background-image: url("../images/infographics/major-types-of-breast-cancer-bottom-no-line.jpg");
  background-repeat: no-repeat;
  width: 11.875rem;
  height: 13.5rem; }
  @media screen and (min-width: 960px) {
    .major-breast-cancer .breast-cancer-bottom-image {
      background-image: url("../images/infographics/major-types-of-breast-cancer-bottom.jpg"); } }

.major-breast-cancer .infographic-data-wrapper {
  margin-bottom: 1.25rem;
  margin-top: 0; }
  @media screen and (min-width: 960px) {
    .major-breast-cancer .infographic-data-wrapper {
      margin-top: 1.875rem; } }

@media screen and (min-width: 960px) {
  .major-breast-cancer .split-column-content li:nth-child(2n) {
    margin-top: 2.1875rem; } }

.major-breast-cancer .split-column-content li .label {
  position: absolute;
  top: 4.0625rem;
  left: 5.9375rem;
  right: auto;
  bottom: auto; }
  @media screen and (min-width: 960px) {
    .major-breast-cancer .split-column-content li .label {
      display: block;
      top: auto;
      left: auto;
      right: 0.1875rem;
      bottom: 0.5rem; } }
  .major-breast-cancer .split-column-content li .label .label-text {
    padding-left: 3.3125rem;
    margin-top: -1.5625rem;
    border-bottom: 2px solid #8f2576; }
    @media screen and (min-width: 960px) {
      .major-breast-cancer .split-column-content li .label .label-text {
        padding-top: 2.5rem;
        margin-top: 2.1875rem;
        border-bottom: 0; } }

.hormones-her2 {
  background-image: url("../images/infographics/hormone-her2-status-no-lines.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 16.5625rem auto;
  height: 35rem;
  margin: auto;
  padding: 0; }
  @media screen and (min-width: 960px) {
    .hormones-her2 {
      background-image: url("../images/infographics/hormone-her2-status.jpg");
      background-size: auto;
      height: 63.75rem;
      margin: 2.5rem auto;
      max-width: initial; } }
  @media screen and (max-width: 959px) {
    .hormones-her2 .infographic-toggle-items .expand-up.lymph-nodes {
      top: 4.0625rem;
      left: 2.8125rem; }
      .hormones-her2 .infographic-toggle-items .expand-up.lymph-nodes .label-text {
        padding-bottom: 8.125rem; }
    .hormones-her2 .infographic-toggle-items .expand-down.tumor {
      top: 28.25rem; }
      .hormones-her2 .infographic-toggle-items .expand-down.tumor .label {
        left: -1.5625rem; }
      .hormones-her2 .infographic-toggle-items .expand-down.tumor .label-text {
        padding-top: 3.75rem; }
    .hormones-her2 .infographic-toggle-items .expand-down.lactiferous-ducts {
      top: 26.5625rem; }
      .hormones-her2 .infographic-toggle-items .expand-down.lactiferous-ducts .label {
        right: -2.8125rem; }
      .hormones-her2 .infographic-toggle-items .expand-down.lactiferous-ducts .label-text {
        padding-top: 5.3125rem; }
    .hormones-her2 .infographic-toggle-items .expand-down.mammary-lobes {
      top: 25rem; }
      .hormones-her2 .infographic-toggle-items .expand-down.mammary-lobes .label {
        right: -3.125rem; }
      .hormones-her2 .infographic-toggle-items .expand-down.mammary-lobes .label-text {
        padding-top: 6.875rem; }
    .hormones-her2 .infographic-toggle-items .expand-left.tumor-tissue {
      top: 20.625rem; }
      .hormones-her2 .infographic-toggle-items .expand-left.tumor-tissue .label {
        right: -3.875rem;
        width: 11.25rem; }
    .hormones-her2 .infographic-toggle-items .expand-left.mammary-lobule {
      top: 19.6875rem; }
      .hormones-her2 .infographic-toggle-items .expand-left.mammary-lobule .label {
        right: -2.8125rem;
        width: 10.1875rem; }
    .hormones-her2 .infographic-toggle-items .expand-right.breast-tissue {
      top: 12.5rem; }
      .hormones-her2 .infographic-toggle-items .expand-right.breast-tissue .label {
        left: -0.4375rem; } }
  @media screen and (min-width: 960px) {
    .hormones-her2 .infographic-toggle-items li.lymph-nodes {
      top: 31.25rem;
      left: 24.25rem; }
    .hormones-her2 .infographic-toggle-items li.breast-tissue {
      top: 34.625rem;
      left: 24.25rem; }
    .hormones-her2 .infographic-toggle-items li.tumor-tissue {
      top: 37.875rem;
      left: 2.5rem; }
    .hormones-her2 .infographic-toggle-items li.mammary-lobule {
      top: 39.75rem;
      left: 2.5rem; }
    .hormones-her2 .infographic-toggle-items li.tumor {
      top: 58.9375rem;
      right: 12.25rem;
      text-align: right; }
    .hormones-her2 .infographic-toggle-items li.mammary-lobes {
      top: 61.4375rem;
      right: 12.25rem;
      text-align: right; }
    .hormones-her2 .infographic-toggle-items li.lactiferous-ducts {
      top: 63.4375rem;
      right: 12.25rem;
      text-align: right; } }

.hormones-her2-figure {
  border-bottom: 2px solid #eef2f3;
  margin-bottom: 1.25rem; }

@media screen and (min-width: 960px) {
  .ovarian-test .split-column-content li:nth-child(2n + 1) {
    margin-bottom: 1.5625rem; } }

.ovarian-test .split-column-content li:nth-child(2n) {
  margin-top: 0.625rem;
  margin-bottom: 1.5625rem; }

.ovarian-test .split-column-content li:nth-child(4) h4 em span {
  display: inline-block; }
  @media screen and (min-width: 960px) {
    .ovarian-test .split-column-content li:nth-child(4) h4 em span {
      display: block; } }

.infographic .tests-figure {
  overflow: visible;
  clear: both; }
  .infographic .tests-figure .tests {
    margin: 0; }

.infographic .tests-content {
  margin-left: 0;
  position: relative; }
  .infographic .tests-content li {
    margin-bottom: 3.125rem;
    clear: both;
    float: none;
    font-size: 0.875rem;
    position: relative; }
    .infographic .tests-content li::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 960px) {
      .infographic .tests-content li:nth-child(1) {
        margin-bottom: 0.9375rem; }
        .infographic .tests-content li:nth-child(1) .tests-images-right {
          width: 50%;
          margin: 0;
          height: 6.25rem; }
      .infographic .tests-content li:nth-child(2) {
        margin-bottom: 1.5625rem; } }
    .infographic .tests-content li::before {
      display: none; }
    .infographic .tests-content li img {
      width: 100%; }
    .infographic .tests-content li span {
      font-family: "lato-heavy", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 1.1875rem;
      color: #8f2576; }
  .infographic .tests-content .tests-images-right {
    width: auto; }
    @media screen and (min-width: 960px) {
      .infographic .tests-content .tests-images-right {
        float: right;
        width: 42%; } }
  .infographic .tests-content .tests-images-left {
    width: auto; }
    @media screen and (min-width: 960px) {
      .infographic .tests-content .tests-images-left {
        float: left;
        width: 42%; } }
  .infographic .tests-content .tests-text-right {
    width: auto;
    display: block; }
    @media screen and (min-width: 960px) {
      .infographic .tests-content .tests-text-right {
        margin-left: 0.625rem;
        width: 50%;
        display: inline-block; } }
  .infographic .tests-content .tests-text-left {
    width: auto;
    display: block; }
    @media screen and (min-width: 960px) {
      .infographic .tests-content .tests-text-left {
        width: 50%;
        display: inline-block; } }
  @media screen and (min-width: 960px) {
    .infographic .tests-content .text-bottom {
      position: absolute;
      bottom: 0; } }

.infographic .prostate-signs-symptoms {
  background-image: url("../images/infographics/prostate-cancer-signs-and-symptoms-no-lines.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 18.75rem auto;
  height: 36.25rem;
  margin: auto;
  padding: 0; }
  @media screen and (min-width: 960px) {
    .infographic .prostate-signs-symptoms {
      background-image: url("../images/infographics/prostate-cancer-signs-and-symptoms.png");
      background-size: auto;
      background-position-y: bottom;
      height: 62.25rem;
      margin: auto;
      max-width: initial; } }

@media screen and (max-width: 959px) {
  .infographic-toggle-items li.expand-up.veins {
    top: 18.75rem;
    left: 5.3125rem; }
    .infographic-toggle-items li.expand-up.veins .label-text {
      padding-bottom: 3.125rem; }
  .infographic-toggle-items li.expand-up.lymph-nodes {
    top: 18.75rem;
    left: 4.0625rem; }
    .infographic-toggle-items li.expand-up.lymph-nodes .label-text {
      padding-bottom: 8.125rem; }
  .infographic-toggle-items li.expand-up.prostate2 {
    top: 20rem;
    left: 0.9375rem; }
    .infographic-toggle-items li.expand-up.prostate2 .label-text {
      padding-bottom: 3.125rem; }
  .infographic-toggle-items li.expand-right.urethra2 {
    top: 26.875rem;
    right: 2.375rem; }
  .infographic-toggle-items li.expand-right.tumor {
    top: 26.25rem; }
    .infographic-toggle-items li.expand-right.tumor .label {
      padding-right: 1.875rem; }
  .infographic-toggle-items li.expand-right.nerves {
    top: 31.25rem;
    right: 2.5rem; }
    .infographic-toggle-items li.expand-right.nerves .label {
      padding-right: 1.875rem; }
  .infographic-toggle-items li.expand-down.penis {
    top: 12.5rem;
    left: -5.5rem; }
    .infographic-toggle-items li.expand-down.penis .label-text {
      padding-top: 5rem; }
  .infographic-toggle-items li.expand-down.rectum {
    top: 5.625rem;
    left: 4.375rem; }
    .infographic-toggle-items li.expand-down.rectum .label-text {
      padding-top: 11.5625rem; }
  .infographic-toggle-items li.expand-down.urethra {
    top: 11.5625rem;
    left: -4.0625rem; }
    .infographic-toggle-items li.expand-down.urethra .label-text {
      padding-top: 6.875rem; }
  .infographic-toggle-items li.expand-down.bladder {
    top: 7.1875rem;
    left: 0; }
    .infographic-toggle-items li.expand-down.bladder .label-text {
      padding-top: 10.3125rem; }
  .infographic-toggle-items li.expand-down.vd {
    top: 8.75rem;
    left: -3.125rem; }
    .infographic-toggle-items li.expand-down.vd .label-text {
      padding-top: 9.375rem; }
  .infographic-toggle-items li.expand-down.prostate {
    top: 9.6875rem;
    left: -0.125rem; }
    .infographic-toggle-items li.expand-down.prostate .label-text {
      padding-top: 8.4375rem; } }

@media screen and (min-width: 960px) {
  .infographic-toggle-items li.penis {
    top: 31.25rem;
    left: 0.8125rem;
    width: 2.5rem; }
  .infographic-toggle-items li.rectum {
    top: 31.875rem;
    right: 1.6875rem;
    width: 3.125rem; }
  .infographic-toggle-items li.urethra {
    top: 32.9375rem;
    left: 0.8125rem;
    width: 3.125rem; }
  .infographic-toggle-items li.bladder {
    top: 33.75rem;
    right: 1.6875rem;
    width: 3.125rem; }
  .infographic-toggle-items li.vd {
    top: 34.625rem;
    left: 0.8125rem;
    width: 5rem; }
  .infographic-toggle-items li.prostate {
    top: 35.625rem;
    right: 2rem;
    width: 3.125rem; }
  .infographic-toggle-items li.veins {
    bottom: 13.4375rem;
    right: 1.4375rem;
    width: 2.5rem; }
  .infographic-toggle-items li.lymph-nodes {
    bottom: 11.5625rem;
    right: 2rem;
    width: 4.6875rem; }
  .infographic-toggle-items li.prostate2 {
    bottom: 7.375rem;
    right: 2rem;
    width: 3.125rem; }
  .infographic-toggle-items li.urethra2 {
    bottom: 5.625rem;
    left: 0.8125rem;
    width: 3.125rem; }
  .infographic-toggle-items li.tumor {
    bottom: 5.25rem;
    right: 1.25rem;
    width: 3.125rem; }
  .infographic-toggle-items li.nerves {
    bottom: 3.75rem;
    left: 0.8125rem;
    width: 3.125rem; } }

.focus-on-chemo-figure {
  border-top: 2px solid #eef2f3;
  padding-top: 0.625rem; }
  .focus-on-chemo-figure h4 {
    font-family: lato-regular;
    font-size: 1.5625rem;
    color: #0a8694;
    margin-top: 3.125rem; }
  .focus-on-chemo-figure .types-of-drugs li {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media screen and (min-width: 960px) {
      .focus-on-chemo-figure .types-of-drugs li {
        padding-left: 3.4375rem;
        padding-right: 2.5rem; } }
    .focus-on-chemo-figure .types-of-drugs li span {
      font-family: lato-bold;
      font-size: 1.1875rem;
      color: #8f2576; }
    .focus-on-chemo-figure .types-of-drugs li::before {
      content: '•';
      background: none;
      top: 0; }
  .focus-on-chemo-figure .focus-on-chemo {
    width: 16.875rem;
    height: 11.8125rem;
    margin: 0;
      margin-left: auto;
      margin-right: auto;
    background-image: url("../images/infographics/focus-on-chemotherapy-no-lines.png");
    background-repeat: no-repeat;
    background-size: 100% auto; }
    @media screen and (min-width: 960px) {
      .focus-on-chemo-figure .focus-on-chemo {
        width: 100%;
        height: 21.875rem;
        background-image: url("../images/infographics/focus-on-chemotherapy.png");
        background-repeat: no-repeat; } }
    @media screen and (max-width: 959px) {
      .focus-on-chemo-figure .focus-on-chemo .infographic-toggle-items li.expand-right {
        top: 7.1875rem;
        right: 0.3125rem; }
      .focus-on-chemo-figure .focus-on-chemo .infographic-toggle-items li.expand-left {
        top: 0;
        left: 0.9375rem;
        width: 4.6875rem; } }
    @media screen and (min-width: 960px) {
      .focus-on-chemo-figure .focus-on-chemo .infographic-toggle-items li.expand-right {
        right: 0.9375rem;
        bottom: 1.875rem;
        width: 5.3125rem; }
      .focus-on-chemo-figure .focus-on-chemo .infographic-toggle-items li.expand-left {
        top: 2rem;
        left: 1.4375rem; } }

.staging-disease-figure img {
  width: 100%;
  margin-top: 1.25rem; }
  @media screen and (min-width: 960px) {
    .staging-disease-figure img {
      margin-bottom: 2.5rem; } }

.staging-disease {
  background-image: url("../images/infographics/staging-disease-2-no-lines.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 17.5rem auto;
  height: 18.125rem;
  margin: auto;
    margin-top: 3.75rem; }
  @media screen and (min-width: 960px) {
    .staging-disease {
      background-image: url("../images/infographics/staging-disease-2.png");
      background-size: auto;
      height: 33.5625rem;
      margin: auto; } }
  @media screen and (max-width: 959px) {
    .staging-disease .infographic-toggle-items .expand-up.tumor {
      top: -0.9375rem;
      left: 0; }
      .staging-disease .infographic-toggle-items .expand-up.tumor .label {
        right: 3.4375rem; }
      .staging-disease .infographic-toggle-items .expand-up.tumor .label-text {
        padding-bottom: 4.6875rem; }
    .staging-disease .infographic-toggle-items .expand-up.bladder {
      top: -0.9375rem;
      left: 0; }
      .staging-disease .infographic-toggle-items .expand-up.bladder .label {
        right: 0.625rem; }
      .staging-disease .infographic-toggle-items .expand-up.bladder .label-text {
        padding-bottom: 3.125rem; }
    .staging-disease .infographic-toggle-items .expand-up.tumor2 {
      top: -0.9375rem;
      left: 6.875rem; }
      .staging-disease .infographic-toggle-items .expand-up.tumor2 .label {
        right: 3.125rem; }
      .staging-disease .infographic-toggle-items .expand-up.tumor2 .label-text {
        padding-bottom: 4.375rem; } }
  @media screen and (min-width: 960px) {
    .staging-disease .infographic-toggle-items li.tumor {
      top: 0;
      left: 0.75rem; }
    .staging-disease .infographic-toggle-items li.bladder {
      top: 0;
      left: 7.1875rem; }
    .staging-disease .infographic-toggle-items li.tumor2 {
      top: 1.1875rem;
      left: 14.25rem; } }

.lymph-node-anatomy {
  width: 16.5625rem;
  height: 19.8125rem;
  margin: 0;
    margin-bottom: 3.125rem;
    margin-left: auto;
    margin-right: auto;
  background-image: url("../images/infographics/lymph-node-anatomy-mobile.png");
  background-repeat: no-repeat;
  background-size: 100% auto; }
  @media screen and (min-width: 960px) {
    .lymph-node-anatomy {
      margin: 0;
        margin-bottom: 3.125rem;
      width: 100%;
      height: 27.6875rem;
      background-image: url("../images/infographics/lymph-node-anatomy.png");
      background-repeat: no-repeat; } }
  .lymph-node-anatomy ul {
    margin: 0; }
    .lymph-node-anatomy ul li {
      font-size: 0.8125rem;
      margin: 0; }
      .lymph-node-anatomy ul li::before {
        display: none; }
    .lymph-node-anatomy ul .lymph-node {
      position: absolute;
      top: 2.5rem;
      left: 0.125rem;
      right: auto; }
      @media screen and (min-width: 960px) {
        .lymph-node-anatomy ul .lymph-node {
          position: absolute;
          top: 7.8125rem;
          right: 0;
          left: auto; } }

.lymph-node-contents-anatomy {
  width: 16.5625rem;
  height: 15.4375rem;
  margin: 0;
    margin-right: auto;
    margin-bottom: 3.125rem;
    margin-left: auto;
  background-image: url("../images/infographics/lymph-node-content-anatomy-2.png");
  background-repeat: no-repeat;
  background-size: 100% auto; }
  @media screen and (max-width: 959px) {
    .lymph-node-contents-anatomy .infographic-toggle-items li.expand-up.pbc {
      top: -3.125rem;
      left: 1.25rem; }
      .lymph-node-contents-anatomy .infographic-toggle-items li.expand-up.pbc .label-text {
        padding-bottom: 8.125rem; }
      .lymph-node-contents-anatomy .infographic-toggle-items li.expand-up.pbc .label-image {
        height: 2.8125rem;
        width: 2.8125rem;
        float: left;
        background-image: url("../images/infographics/proliferating-b-cell.png");
        background-repeat: no-repeat;
        background-size: 2.8125rem auto;
        background-position: left top; }
    .lymph-node-contents-anatomy .infographic-toggle-items li.expand-up.t-cell {
      top: -3.25rem;
      left: 0.75rem; }
      .lymph-node-contents-anatomy .infographic-toggle-items li.expand-up.t-cell .label-text {
        padding-bottom: 3.125rem;
        padding-top: 0.9375rem; }
      .lymph-node-contents-anatomy .infographic-toggle-items li.expand-up.t-cell .label-image {
        height: 2.8125rem;
        width: 2.8125rem;
        float: left;
        margin-top: -0.9375rem;
        margin-left: 1.875rem;
        background-image: url("../images/infographics/t-cell.png");
        background-repeat: no-repeat;
        background-size: 2.8125rem auto;
        background-position: left top; }
    .lymph-node-contents-anatomy .infographic-toggle-items li.expand-up.stroma {
      top: -1.875rem;
      left: -4.0625rem; }
      .lymph-node-contents-anatomy .infographic-toggle-items li.expand-up.stroma .label-text {
        padding-bottom: 2.8125rem; }
    .lymph-node-contents-anatomy .infographic-toggle-items li.expand-up.trabecula {
      top: -1.75rem;
      left: -2.8125rem; }
      .lymph-node-contents-anatomy .infographic-toggle-items li.expand-up.trabecula .label-text {
        padding-bottom: 4.0625rem; }
    .lymph-node-contents-anatomy .infographic-toggle-items li.expand-up.mantle-zone {
      top: -2.5rem;
      left: -2.8125rem; }
      .lymph-node-contents-anatomy .infographic-toggle-items li.expand-up.mantle-zone .label-text {
        padding-bottom: 8.125rem; }
    .lymph-node-contents-anatomy .infographic-toggle-items li.expand-down.fdc {
      top: 7.1875rem;
      left: 1.875rem; }
      .lymph-node-contents-anatomy .infographic-toggle-items li.expand-down.fdc .label-image {
        height: 2.8125rem;
        width: 2.8125rem;
        float: left;
        margin-left: -0.625rem;
        background-image: url("../images/infographics/follicular-dendritic-cell.png");
        background-repeat: no-repeat;
        background-size: 2.8125rem auto;
        background-position: left top; }
      .lymph-node-contents-anatomy .infographic-toggle-items li.expand-down.fdc .label-text {
        padding-top: 9.0625rem; }
    .lymph-node-contents-anatomy .infographic-toggle-items li.expand-down.germinal-center {
      top: 7rem;
      left: -0.625rem; }
      .lymph-node-contents-anatomy .infographic-toggle-items li.expand-down.germinal-center .label-text {
        padding-top: 9.0625rem; }
    .lymph-node-contents-anatomy .infographic-toggle-items li.expand-down.secondary-follicle {
      top: 8.9375rem;
      left: -1.875rem; }
      .lymph-node-contents-anatomy .infographic-toggle-items li.expand-down.secondary-follicle .label-text {
        padding-top: 7.5rem; }
    .lymph-node-contents-anatomy .infographic-toggle-items li.expand-down.nbc {
      top: 8.75rem;
      left: 3.125rem; }
      .lymph-node-contents-anatomy .infographic-toggle-items li.expand-down.nbc .label-image {
        height: 2.8125rem;
        width: 2.8125rem;
        float: left;
        margin-left: 1.875rem;
        background-image: url("../images/infographics/naive-b-cell.png");
        background-repeat: no-repeat;
        background-size: 2.8125rem auto;
        background-position: left top; }
      .lymph-node-contents-anatomy .infographic-toggle-items li.expand-down.nbc .label-text {
        padding-top: 7.1875rem; }
    .lymph-node-contents-anatomy .infographic-toggle-items li.expand-down.capsule {
      top: 10.625rem;
      left: -4.375rem; }
      .lymph-node-contents-anatomy .infographic-toggle-items li.expand-down.capsule .label-text {
        padding-top: 5.625rem; } }
  @media screen and (min-width: 960px) {
    .lymph-node-contents-anatomy {
      margin: 0;
      width: 100%;
      height: 22.875rem;
      background-image: url("../images/infographics/lymph-node-content-anatomy.png");
      background-repeat: no-repeat; }
      .lymph-node-contents-anatomy .infographic-toggle-items li.expand-up.pbc {
        top: 1.6875rem;
        right: 5rem;
        width: 4.6875rem; }
        .lymph-node-contents-anatomy .infographic-toggle-items li.expand-up.pbc .label-image {
          display: none; }
      .lymph-node-contents-anatomy .infographic-toggle-items li.expand-up.t-cell {
        top: 3.875rem;
        right: 18.25rem;
        width: 2.1875rem; }
        .lymph-node-contents-anatomy .infographic-toggle-items li.expand-up.t-cell .label-image {
          display: none; }
      .lymph-node-contents-anatomy .infographic-toggle-items li.expand-up.stroma {
        top: 3.75rem;
        left: 5.8125rem;
        width: 2.8125rem; }
      .lymph-node-contents-anatomy .infographic-toggle-items li.expand-up.trabecula {
        top: 7.375rem;
        left: 0.125rem;
        width: 3.75rem; }
      .lymph-node-contents-anatomy .infographic-toggle-items li.expand-up.mantle-zone {
        top: 10.125rem;
        left: 0.125rem;
        width: 4.6875rem; }
      .lymph-node-contents-anatomy .infographic-toggle-items li.expand-down.fdc {
        right: 3.125rem;
        bottom: 9.6875rem;
        width: 4.6875rem; }
        .lymph-node-contents-anatomy .infographic-toggle-items li.expand-down.fdc .label-image {
          display: none; }
      .lymph-node-contents-anatomy .infographic-toggle-items li.expand-down.germinal-center {
        bottom: 7rem;
        left: 0.125rem;
        width: 5.9375rem; }
      .lymph-node-contents-anatomy .infographic-toggle-items li.expand-down.secondary-follicle {
        bottom: 3rem;
        left: 0.125rem;
        width: 3.75rem; }
      .lymph-node-contents-anatomy .infographic-toggle-items li.expand-down.nbc {
        bottom: 0.9375rem;
        right: 4.0625rem;
        width: 2.5rem; }
        .lymph-node-contents-anatomy .infographic-toggle-items li.expand-down.nbc .label-image {
          display: none; }
      .lymph-node-contents-anatomy .infographic-toggle-items li.expand-down.capsule {
        bottom: 0.3125rem;
        left: 12.5rem;
        width: 3.125rem; } }

.page-body {
  background: #fff;
  padding: 0.625rem 1.25rem;
  margin: 0.3125rem 0;
  min-height: 12.5rem; }
  @media screen and (min-width: 600px) {
    .page-body {
      padding: 1.25rem 2.5rem; } }

@media screen and (min-width: 600px) {
  .body-2col .main-content {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem; } }

.content-left {
  float: left;
  margin-right: 0.625rem; }

.content-right {
  float: right;
  margin-left: 0.625rem; }

.page-style-guide .example {
  border-bottom: 1px solid #aeb0b2;
  padding-top: 1.25rem; }

.page-style-guide .color {
  width: 31%;
  margin-bottom: 1.25rem;
  margin-right: 2%;
  display: inline-block;
  height: 5.625rem; }
  .page-style-guide .color .color-block {
    width: 18%;
    height: 100%;
    display: inline-block; }
  .page-style-guide .color .text {
    width: 78%;
    display: inline-block;
    vertical-align: top;
    margin-left: 2%; }
    .page-style-guide .color .text p {
      margin-bottom: 0.9375rem; }
    .page-style-guide .color .text .color-name {
      font-weight: bold;
      font-size: 0.875rem; }
    .page-style-guide .color .text .variables {
      font-size: 0.75rem; }
  .page-style-guide .color.blue-pale .color-block {
    background: #eef2f3; }
  .page-style-guide .color.seagreen .color-block {
    background: #34a08a; }
  .page-style-guide .color.seagreen-light .color-block {
    background: #66c4aa; }
  .page-style-guide .color.seagreen-dark .color-block {
    background: #009878; }
  .page-style-guide .color.seagreen-bright .color-block {
    background: #5cd2b1; }
  .page-style-guide .color.grey-dark .color-block {
    background: #444; }
  .page-style-guide .color.grey-med .color-block {
    background: #737474; }
  .page-style-guide .color.grey-light .color-block {
    background: #aeb0b2; }
  .page-style-guide .color.red .color-block {
    background: #e85240; }
  .page-style-guide .color.button-color .color-block {
    background: #40a691; }
  .page-style-guide .color.button-hover-color .color-block {
    background: #22695a; }
  .page-style-guide .color.sg-filter-all .color-block {
    background: #312571; }
    .page-style-guide .color.sg-filter-all .color-block:hover {
      background: #2c2165; }
  .page-style-guide .color.sg-filter-understanding .color-block {
    background: #a51585; }
    .page-style-guide .color.sg-filter-understanding .color-block:hover {
      background: #97137a; }
  .page-style-guide .color.sg-filter-managing .color-block {
    background: #65239e; }
    .page-style-guide .color.sg-filter-managing .color-block:hover {
      background: #5d2091; }
  .page-style-guide .color.sg-filter-sharing .color-block {
    background: #5b58bb; }
    .page-style-guide .color.sg-filter-sharing .color-block:hover {
      background: #504db7; }
  .page-style-guide .color.sg-filter-living .color-block {
    background: #5286f0; }
    .page-style-guide .color.sg-filter-living .color-block:hover {
      background: #447cef; }
  .page-style-guide .color.sg-filter-lifeafter .color-block {
    background: #5cb9d8; }
    .page-style-guide .color.sg-filter-lifeafter .color-block:hover {
      background: #50b4d5; }
  .page-style-guide .color.sg-filter-quicktips .color-block {
    background: #b4c847; }
    .page-style-guide .color.sg-filter-quicktips .color-block:hover {
      background: #afc43b; }
  .page-style-guide .color.sg-filter-checklists .color-block {
    background: #0c94a4; }
    .page-style-guide .color.sg-filter-checklists .color-block:hover {
      background: #0b8796; }
  .page-style-guide .color.goals-bg-color .color-block {
    background: #f8fafa; }
  .page-style-guide .color.goals-due-color .color-block {
    background: #fb7f06; }
  .page-style-guide .color.goals-complete-color .color-block {
    background: #deae46; }
  .page-style-guide .color.goals-incomplete-color .color-block {
    background: #a9a9a9; }
  .page-style-guide .color.goals-border-color .color-block {
    background: #eef2f3; }
  .page-style-guide .color.goals-button-hover-color .color-block {
    background: #ace8d7; }
  .page-style-guide .color.injections-list-item-text-color .color-block {
    background: #888; }
  .page-style-guide .color.injections-not-recorded-bg .color-block {
    background: #d1cfcb; }

.page-style-guide .icon {
  display: inline-block;
  border-radius: 0.3125rem;
  padding: 0.3125rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
  background: #e2e3e4;
  color: #444; }
  .page-style-guide .icon code {
    padding: 0; }

.page-style-guide .icon .inline-svg {
  margin-left: 0.3125rem; }

.page-style-guide .back-to-top {
  margin: 1.25rem 0;
  display: block; }

.page-style-guide .transparent-button-bg {
  background: #34a08a;
  display: inline-block;
  padding: 0.625rem; }

.page-style-guide .injection-tracker-icons code {
  margin-bottom: 0.625rem; }

.page-style-guide .injection-tracker-icons .icon {
  display: block;
  margin-bottom: 1.25rem; }

.page-style-guide .injection-tracker-icons .not-recorded .icon {
  background: url("../images/svg/injection-tracker/injections-not-recorded-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
  width: 2.25rem;
  height: 2.25rem; }

.page-style-guide .injection-tracker-icons .selected .icon {
  background: url("../images/svg/injection-tracker/injections-selected-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
  width: 2.25rem;
  height: 2.25rem; }

.page-style-guide .injection-tracker-icons .missed .icon {
  background: url("../images/svg/injection-tracker/injections-missed-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
  width: 2.25rem;
  height: 2.25rem; }

.page-style-guide .injection-tracker-icons .selected .icon {
  background: url("../images/svg/injection-tracker/injections-selected-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
  width: 2.25rem;
  height: 2.25rem; }

.page-style-guide .injection-tracker-icons .injected .icon {
  background: url("../images/svg/injection-tracker/injections-injected-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
  width: 2.25rem;
  height: 2.25rem; }

.page-style-guide .injection-tracker-icons .selected .icon {
  background: url("../images/svg/injection-tracker/injections-selected-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
  width: 2.25rem;
  height: 2.25rem; }

.article-thumbnail {
  display: block;
  width: 100%; }

@media screen and (min-width: 1280px) {
  .page-article-list .structure,
  .page-article-detail .structure {
    max-width: 76.25rem; } }

@media screen and (min-width: 600px) {
  .page-article-list .site-main > .structure,
  .page-article-detail .site-main > .structure {
    padding-top: 1.25rem; } }

.page-article-detail .site-main > .structure {
  padding-top: 0;
  position: relative;
  word-wrap: break-word;
  z-index: 10; }

.page-article-detail .article-body {
  padding: 0.8333333333rem;
  word-wrap: break-word; }

.page-article-detail .main-article-wrapper {
  width: 80%;
  margin: 0 auto; }
  .page-article-detail .main-article-wrapper .article-wrapper {
    max-width: 70%; }
  .page-article-detail .main-article-wrapper .sidebar {
    max-width: 28%; }
  @media screen and (min-width: 800px) {
    .page-article-detail .main-article-wrapper {
      padding: 1.25rem; } }

.page-article-detail .article-detail-header,
.page-article-detail .article-content-aside {
  padding-bottom: 0.8333333333rem; }

.page-article-detail .article-summary {
  padding: 1.25rem;
    padding-bottom: 2.1875rem; }

.page-article-detail .article-wrapper {
  background: #fff;
  margin: 0.8333333333rem;
    margin-top: 0;
  z-index: 11;
  position: relative; }
  @media screen and (min-width: 800px) {
    .page-article-detail .article-wrapper {
      float: left;
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      max-width: 33.75rem; } }
  .page-article-detail .article-wrapper .article-content-type {
    color: #8f8f8f;
    display: inline-block;
    min-height: 0.9375rem;
    line-height: 0.9375rem;
    padding: 0;
      padding-right: 1.25rem;
    width: auto; }
    .page-article-detail .article-wrapper .article-content-type .inline-svg {
      fill: #8f8f8f;
      margin-right: 0.25rem; }
    .page-article-detail .article-wrapper .article-content-type .svg-thumbsup {
      margin-top: -0.1875rem; }
  .page-article-detail .article-wrapper .article-thumbnail {
    padding: 0;
      padding-bottom: 1.25rem; }

.page-article-detail .caption {
  font-family: "lato-semibold-italic", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #737474;
  font-size: 0.8125rem; }

.page-article-detail .blind-wrapper {
  border-bottom: 0.1875rem solid #eef2f3; }

.page-article-detail .blind-header {
  color: #34a08a;
  padding-top: 0.625rem;
  cursor: pointer; }
  .page-article-detail .blind-header .inline-svg {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    float: right;
    margin-top: 0.3125rem;
    margin-right: 0.125rem;
    width: 0.9375rem;
    height: 0.9375rem;
    fill: #505050; }

.page-article-detail .arrow-swivel .inline-svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.page-article-detail .blind-body.collapsed {
  display: none; }

.article-preview {
  font-family: "lato-italic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  display: block;
  margin-bottom: 0.3125rem;
  color: #e85240;
  text-transform: uppercase; }
  .article-detail-header .article-preview {
    font-size: 1.625rem; }

.page-article-list.audience-patient .article-tag-header,
.page-search.audience-patient .article-tag-header {
  background-image: url("../images/headers/header-patient-home.jpg");
  background-position: bottom; }

.page-article-list.audience-hcp .article-tag-header,
.page-search.audience-hcp .article-tag-header {
  background-image: url("../images/headers/header-hcp-home.jpg");
  background-position: bottom; }

.page-article-list.logged-in .article-tag-header,
.page-search.logged-in .article-tag-header {
  height: 3.125rem; }
  .page-article-list.logged-in .article-tag-header > .structure,
  .page-search.logged-in .article-tag-header > .structure {
    display: none; }

.page-article-list .article-tag-header,
.page-search .article-tag-header {
  height: 13.75rem;
  position: relative;
  text-align: center; }
  @media screen and (min-width: 600px) {
    .page-article-list .article-tag-header,
    .page-search .article-tag-header {
      height: 16.25rem; } }
  .page-article-list .article-tag-header > .structure,
  .page-search .article-tag-header > .structure {
    padding: 2.1875rem; }
  .page-article-list .article-tag-header h1,
  .page-article-list .article-tag-header h2,
  .page-search .article-tag-header h1,
  .page-search .article-tag-header h2 {
    font-family: "lato-light", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    line-height: 1.3;
    font-size: 1.625rem;
    margin-bottom: 0.5rem; }
    @media screen and (min-width: 600px) {
      .page-article-list .article-tag-header h1,
      .page-article-list .article-tag-header h2,
      .page-search .article-tag-header h1,
      .page-search .article-tag-header h2 {
        font-size: 2.5rem; } }
  .page-article-list .article-tag-header p,
  .page-search .article-tag-header p {
    font-family: "lato-light", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-size: 0.75rem;
    max-width: 28.75rem;
    line-height: 1.3;
    margin: 0 auto; }
    @media screen and (min-width: 600px) {
      .page-article-list .article-tag-header p,
      .page-search .article-tag-header p {
        font-size: 1rem;
        line-height: default;
        margin-bottom: 1.25rem; } }

.article-tag-header {
  background-color: #34a08a;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0.9375rem; }
  .article-tag-header a, .article-tag-header a:hover, .article-tag-header a:active, .article-tag-header a:focus {
    color: #fff; }
  @media screen and (min-width: 800px) {
    .article-tag-header {
      position: absolute;
      top: auto;
      right: 0;
      left: 0;
      height: 16.25rem; } }

.rate-article {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  font-family: "lato-bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  clear: both;
  color: #737474;
  display: inline-block;
  float: right;
  font-size: 0.625rem;
  padding: 0;
    padding-bottom: 1.25rem;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase; }
  .rate-article:hover, .rate-article:active, .rate-article:focus {
    opacity: 0.8; }
  .rate-article .inline-svg {
    fill: #009878;
    height: 1.5625rem;
    margin-top: -0.4375rem;
    margin-left: 0.4375rem;
    vertical-align: middle; }
    @media screen and (min-width: 600px) {
      .rate-article .inline-svg {
        height: 1rem; } }
    .rate-article .inline-svg.svg-thumbsup-filled {
      fill: #5cd2b1; }

.page-article-detail .social-share {
  border-top: 2px solid #eef2f3;
  clear: both;
  list-style: none;
  margin-top: 0.8333333333rem;
  margin-left: 0;
  padding: 0;
    padding-top: 0.8333333333rem; }
  @media screen and (min-width: 600px) {
    .page-article-detail .social-share {
      margin-top: 1.25rem; } }
  .page-article-detail .social-share li {
    display: inline;
    margin: 0;
      margin-right: 0.1875rem;
    padding: 0; }
    .page-article-detail .social-share li::before {
      display: none; }
  .page-article-detail .social-share a {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    background-size: contain;
    display: inline-block;
    height: 2.1875rem;
    width: 2.1875rem;
    overflow: hidden; }
    .page-article-detail .social-share a span {
      border: 0;
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    @media screen and (min-width: 600px) {
      .page-article-detail .social-share a {
        height: 1.875rem;
        width: 1.875rem; } }
    .page-article-detail .social-share a:hover, .page-article-detail .social-share a:active, .page-article-detail .social-share a:focus {
      opacity: 0.8; }
    .page-article-detail .social-share a.social-email {
      background-image: url("../images/svg/icons/social-email.svg"); }
    .page-article-detail .social-share a.social-facebook {
      background-image: url("../images/svg/icons/social-facebook.svg"); }
    .page-article-detail .social-share a.social-google {
      background-image: url("../images/svg/icons/social-google.svg"); }
    .page-article-detail .social-share a.social-linkedin {
      background-image: url("../images/svg/icons/social-linkedin.svg"); }
    .page-article-detail .social-share a.social-twitter {
      background-image: url("../images/svg/icons/social-twitter.svg"); }

.social-share-disclaimer {
  font-family: "lato-italic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  color: #737474;
  margin-top: 0.8333333333rem;
  margin-bottom: 0; }

.button-article-download {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }
  .button-article-download .inline-svg {
    fill: #fff;
    vertical-align: text-bottom;
    height: 0.6875rem; }
  .button-article-download .button-icon {
    margin: 0; }

.glossary-link {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  color: #009878;
  display: inline-block;
  float: right;
  font-size: 0.875rem;
  margin-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-decoration: none;
  text-transform: uppercase; }
  .glossary-link .inline-svg {
    width: 1.3125rem;
    height: 1.3125rem;
    fill: #009878;
    stroke: #009878;
      stroke-width: 0.125rem;
    margin-left: 0.625rem; }
  .glossary-link:hover, .glossary-link:active, .glossary-link:focus {
    color: #22695a; }
    .glossary-link:hover .inline-svg, .glossary-link:active .inline-svg, .glossary-link:focus .inline-svg {
      fill: #22695a;
      stroke: #22695a; }

.article-content-type,
.article-content-labels {
  font-family: "lato-bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding: 0;
    padding-left: 0.8333333333rem;
  font-size: 0.625rem;
  margin-bottom: 0.625rem; }
  @media screen and (min-width: 600px) {
    .article-content-type,
    .article-content-labels {
      font-size: 0.6875rem;
      width: 100%;
      padding: 0; } }
  .article-content-type:last-child,
  .article-content-labels:last-child {
    margin-bottom: 0; }
  .article-content-type span,
  .article-content-labels span {
    vertical-align: middle; }
  .article-content-type .inline-svg,
  .article-content-labels .inline-svg {
    margin-right: 0;
    width: 0.9375rem;
    height: 0.8125rem; }

.article-content-labels {
  font-family: "lato-regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  color: #737474;
  line-height: 1.3; }
  @media screen and (min-width: 600px) {
    .article-content-labels {
      line-height: inherit; } }

.page-article-detail .sidebar {
  margin: 0.8333333333rem;
    margin-top: 1.25rem; }
  @media screen and (min-width: 800px) {
    .page-article-detail .sidebar {
      float: right;
      margin: 0;
      width: 33%;
      position: relative; } }
  .page-article-detail .sidebar h3 {
    color: #444;
    font-size: 0.8125rem;
    line-height: 1.3;
    margin-bottom: 0.375rem;
    text-transform: uppercase; }
  .page-article-detail .sidebar a {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; }

.page-article-detail .related-articles {
  margin-top: 1.25rem; }
  @media screen and (min-width: 800px) {
    .page-article-detail .related-articles {
      margin: 0; } }

.page-article-detail .related-articles-wrapper {
  border-top: 7px solid; }
  .page-article-detail .related-articles-wrapper .tile {
    background: #fff;
    margin-top: 0.8333333333rem;
    padding: 0;
    position: relative;
    width: 100%; }
  .page-article-detail .related-articles-wrapper a {
    text-decoration: none; }
  .page-article-detail .related-articles-wrapper .article-aside {
    background: #fff;
    padding: 0;
    position: absolute;
    top: 0.8333333333rem;
    right: 0; }
    .page-article-detail .related-articles-wrapper .article-aside ul {
      height: auto;
      padding: 0;
        padding-right: 0.3125rem; }
    .page-article-detail .related-articles-wrapper .article-aside .article-content-type {
      color: #8f8f8f;
      font-size: 0.625rem;
      line-height: 1.3;
      margin: 0;
      padding: 0.25rem;
        padding-right: 0;
      width: auto; }
      .page-article-detail .related-articles-wrapper .article-aside .article-content-type .inline-svg {
        fill: #8f8f8f; }
  .page-article-detail .related-articles-wrapper .article-summary {
    padding: 0.8333333333rem; }
    .page-article-detail .related-articles-wrapper .article-summary h2 {
      font-size: 1.1875rem;
      line-height: 1.1;
      margin-bottom: 0.3125rem; }
  .page-article-detail .related-articles-wrapper .text-only-article-link .article-summary {
    padding-top: 2.5rem; }

.page-landing {
  background: none; }
  @media screen and (min-width: 870px) {
    .page-landing {
      background: #eef2f3; } }
  .page-landing .page-body {
    background: none;
    padding-bottom: 8.125rem; }
    .page-landing .page-body ul li {
      list-style-type: none;
      margin: 0;
      position: absolute; }
      .page-landing .page-body ul li::before {
        content: none; }
    @media screen and (min-width: 870px) {
      .page-landing .page-body {
        padding-top: 0;
        padding-bottom: 6.6875rem; } }
  .page-landing .site-header {
    height: 8.75rem; }
    .page-landing .site-header .tagline {
      display: block;
      font-size: 1.25rem;
      margin-top: 0;
      text-align: center;
      padding-left: 0;
      border-left: 0; }
      @media screen and (min-width: 870px) {
        .page-landing .site-header .tagline {
          display: inline-block;
          margin-top: 3rem;
          font-size: 1.125rem;
          padding-left: 2.5rem;
          border-left: 1px solid #aeb0b2; } }
    .page-landing .site-header .logo {
      background: url("../images/svg/teva-becon-logo.svg");
        background-repeat: no-repeat;
        background-size: contain;
      width: 225px;
      height: 120px;
      display: block;
      width: 15.625rem;
      height: 9.375rem;
      margin: 0 auto;
        margin-top: 1.5625rem; }
      @media screen and (min-width: 870px) {
        .page-landing .site-header .logo {
          display: inline-block;
          width: 14.0625rem;
          height: 7.5rem;
          margin: 0;
            margin-top: 0.375rem; } }
    @media screen and (min-width: 870px) {
      .page-landing .site-header {
        box-shadow: 0 2px 9px -4px rgba(0, 0, 0, 0.2); } }
  @media screen and (min-width: 870px) {
    .page-landing .site-main::before {
      content: '';
      background-image: -webkit-radial-gradient(50% -710%, circle, #ecf0f3 80%, #efefef 90%, #99a7b2);
      background-image: radial-gradient(  circle at 50% -710%, #ecf0f3 80%, #efefef 90%, #99a7b2);
      width: 100%;
      height: 11.875rem;
      position: absolute;
      top: 28.3125rem;
      left: 0;
      z-index: -2; }
    .page-landing .site-main::after {
      content: '';
      background-image: -webkit-radial-gradient(50% 700%, circle, #ecf0f3 80%, #efefef 70%, #99a7b2);
      background-image: radial-gradient(  circle at 50% 700%, #ecf0f3 80%, #efefef 70%, #99a7b2);
      width: 100%;
      height: 7.5rem;
      position: absolute;
      top: 39.5rem;
      left: 0;
      z-index: -1; } }

.user-selection {
  margin: 0 auto;
  width: 15.625rem;
  height: 15.625rem;
  margin: 0 auto;
  padding-top: 11.25rem; }
  @media screen and (min-width: 870px) {
    .user-selection {
      padding-top: 16.875rem;
      background-image: url("../images/landing/teva-becon-radar-desktop.png");
      background-position: left 2.5rem bottom 5.75rem;
      background-size: 100%;
      background-repeat: no-repeat;
      width: 19.75rem;
      height: 20.375rem;
      padding-bottom: 11.25rem; } }

.patient-choices {
  position: relative;
  margin-top: -1.25rem;
  max-width: 15rem; }
  @media screen and (min-width: 870px) {
    .patient-choices {
      margin-top: -4.375rem; } }

.person-wrapper {
  position: absolute;
  min-height: 6.875rem;
  text-align: center; }
  .person-wrapper .link-copy {
    display: block;
    height: 1.5625rem;
    margin-bottom: 0.625rem;
    line-height: 1.2; }
    @media screen and (min-width: 870px) {
      .person-wrapper .link-copy {
        font-family: "lato-light", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 1.5625rem;
        text-transform: none;
        color: #737474;
        width: 12.5rem; } }

.patient-wrapper {
  position: absolute;
  min-height: 6.25rem;
  top: 0;
  left: -0.3125rem; }
  .patient-wrapper .section-link {
    font-family: "lato-heavy", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #34a08a;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.75rem;
    display: block;
    height: 100%;
    min-width: 6.875rem;
    max-width: 7.375rem;
    padding-bottom: 6.8125rem; }
    .patient-wrapper .section-link::after {
      content: '';
      background-image: url("../images/landing/patient.png");
      background-repeat: no-repeat;
      width: 6.8125rem;
      height: 6.8125rem;
      position: absolute; }
  .patient-wrapper .patient::after {
    bottom: 0;
    left: 0; }
  @media screen and (min-width: 870px) {
    .patient-wrapper {
      left: -20.625rem;
      top: -12.5rem;
      min-height: 32.5rem; }
      .patient-wrapper .patient {
        padding-bottom: 7.8125rem; }
        .patient-wrapper .patient::after {
          background-image: url("../images/landing/patient-full-body.png");
          width: 22.4375rem;
          height: 31.8125rem;
          left: 3.75rem;
          margin-bottom: -3.125rem; }
      .patient-wrapper .link-copy {
        margin-left: 9.375rem; } }
  @media screen and (min-width: 1025px) {
    .patient-wrapper .patient::after {
      left: -1.25rem; }
    .patient-wrapper .link-copy {
      margin-left: 4.375rem; } }

.hcp-wrapper {
  position: absolute;
  min-height: 6.25rem;
  line-height: 1;
  top: 0;
  right: -0.3125rem; }
  .hcp-wrapper .section-link {
    font-family: "lato-heavy", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #34a08a;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.75rem;
    display: block;
    height: 100%;
    min-width: 6.875rem;
    max-width: 7.375rem;
    padding-bottom: 6.8125rem; }
    .hcp-wrapper .section-link::after {
      content: '';
      background-image: url("../images/landing/hcp.png");
      background-repeat: no-repeat;
      width: 6.8125rem;
      height: 6.8125rem;
      position: absolute; }
  .hcp-wrapper .hcp::after {
    bottom: 0;
    right: 0.3125rem; }
  @media screen and (min-width: 870px) {
    .hcp-wrapper {
      right: -20.625rem;
      top: -11.8125rem; }
      .hcp-wrapper .hcp {
        padding-bottom: 29.8125rem; }
        .hcp-wrapper .hcp::after {
          background-image: url("../images/landing/hcp-full-body.png");
          width: 22rem;
          height: 30.375rem;
          left: -15.625rem;
          margin-bottom: -2.5rem; }
      .hcp-wrapper .link-copy {
        margin-left: -10.125rem;
        margin-top: -0.625rem; } }
  @media screen and (min-width: 1025px) {
    .hcp-wrapper .hcp::after {
      left: -8.75rem; }
    .hcp-wrapper .hcp .link-copy {
      margin-left: -3rem; } }

.page-glossary .structure {
  max-width: 62.5rem; }

.page-glossary .page-body {
  padding: 0;
  margin-bottom: 0; }

.page-glossary .glossary-outer-wrapper {
  padding-top: 1.25rem; }

.page-glossary h1,
.page-glossary .main-content,
.page-glossary .glossary-link-wrapper,
.page-glossary .glossary-item-list {
  padding-left: 0.8333333333rem;
  padding-right: 0.8333333333rem; }
  @media screen and (min-width: 600px) {
    .page-glossary h1,
    .page-glossary .main-content,
    .page-glossary .glossary-link-wrapper,
    .page-glossary .glossary-item-list {
      padding-right: 2.5rem;
      padding-left: 2.5rem; } }

.page-glossary .mobile-glossary-links {
  padding: 0.1875rem 0.4375rem;
  margin-right: 0.125rem; }
  .page-glossary .mobile-glossary-links:last-child {
    margin-right: 0; }
  .page-glossary .mobile-glossary-links:hover, .page-glossary .mobile-glossary-links:active, .page-glossary .mobile-glossary-links:focus {
    background-color: #5cd2b1;
    border-color: #5cd2b1; }
  @media screen and (min-width: 480px) {
    .page-glossary .mobile-glossary-links {
      padding: 0.25rem 1.125rem;
      font-size: 0.75rem; } }
  @media screen and (min-width: 870px) {
    .page-glossary .mobile-glossary-links {
      display: none; } }

.page-glossary .glossary-link-wrapper {
  margin-bottom: 1.25rem; }

.page-glossary .glossary-empty,
.page-glossary .glossary-links {
  display: none; }
  @media screen and (min-width: 870px) {
    .page-glossary .glossary-empty,
    .page-glossary .glossary-links {
      font-family: "lato-semibold", sans-serif;
      font-style: normal;
      font-weight: normal;
      width: 1.5625rem;
      height: 1.5625rem;
      display: inline-block;
      text-align: center;
      line-height: 1.2;
      color: #34a08a;
      border-radius: 100%;
      padding-top: 0.125rem; } }

.page-glossary .glossary-empty {
  opacity: 0.5; }

.page-glossary .glossary-links {
  text-decoration: none; }
  .page-glossary .glossary-links:hover, .page-glossary .glossary-links:active, .page-glossary .glossary-links:focus, .page-glossary .glossary-links.active {
    background-color: #5cd2b1;
    color: #fff; }

.page-glossary .glossary-item-list {
  background-color: #f8fafa;
  padding-top: 0.625rem; }
  .page-glossary .glossary-item-list dl:last-child {
    padding-bottom: 2.5rem; }
  @media screen and (min-width: 870px) {
    .page-glossary .glossary-item-list {
      max-height: 31.25rem;
      overflow-y: scroll; } }

.page-glossary .glossary-item-name-wrapper {
  padding-top: 0.625rem;
  margin-bottom: 0.1875rem; }

.page-glossary .glossary-item-name {
  font-family: "lato-bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
  font-size: 1.125rem;
  color: #444; }

.page-glossary .glossary-item-definition {
  font-family: "lato-medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-style: initial;
  border-bottom: 0.1875rem solid #eef2f3;
  padding-bottom: 0.625rem; }
  .page-glossary .glossary-item-definition p,
  .page-glossary .glossary-item-definition ul,
  .page-glossary .glossary-item-definition ol {
    margin-bottom: 0.375rem; }

.page-glossary .main-col {
  position: relative; }
  .page-glossary .main-col::after {
    background: -webkit-linear-gradient( top , rgba(248, 250, 250, 0) 0%, rgba(248, 250, 250, 0.88) 51%, #f8fafa 58%);
    background: linear-gradient(to bottom, rgba(248, 250, 250, 0) 0%, rgba(248, 250, 250, 0.88) 51%, #f8fafa 58%);
    content: '';
    display: block;
    height: 4.375rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11; }

.page-glossary .back-to-top-button {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 12; }

.login-form {
  margin-bottom: 0.625rem; }

@media screen and (min-width: 520px) {
  .page-login .login-section,
  .page-login .social-auth-section {
    display: inline-block;
    vertical-align: top; } }

.page-login .social-auth-section {
  padding-top: 1.875rem; }
  @media screen and (min-width: 520px) {
    .page-login .social-auth-section {
      padding-top: 1.4375rem;
      width: 45%; } }

.page-login .social-auth-button {
  display: block; }

@media screen and (min-width: 520px) {
  .login-section {
    width: 50%;
    margin-right: 4%; } }

.article-section.half {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding-right: 1.875rem;
  padding-bottom: 1.25rem;
  padding-left: 1.875rem; }
  @media screen and (min-width: 520px) {
    .article-section.half {
      width: 49%; } }
  @media screen and (min-width: 600px) {
    .article-section.half {
      width: 100%; } }
  @media screen and (min-width: 870px) {
    .article-section.half {
      width: 49%; } }
  .article-section.half .section-title {
    font-size: 1.875rem; }
  .article-section.half .section-image-wrapper {
    width: 100%;
    height: 8.125rem;
    margin-bottom: 0.8333333333rem; }

.article-section.img-right {
  padding: 1.25rem 0;
  border-top: 0.25rem solid #eef2f3;
  text-align: center; }
  @media screen and (min-width: 870px) {
    .article-section.img-right {
      text-align: left; } }
  .article-section.img-right .section-text-wrapper,
  .article-section.img-right .section-image-wrapper {
    display: inline-block;
    vertical-align: top; }
  @media screen and (min-width: 870px) {
    .article-section.img-right .section-text-wrapper {
      width: 72%; } }
  .article-section.img-right .section-image-wrapper {
    padding-right: 0.8333333333rem;
    padding-left: 1.25rem;
    max-width: 50%; }
    @media screen and (min-width: 870px) {
      .article-section.img-right .section-image-wrapper {
        width: 27%;
        max-width: 100%; } }
  .article-section.img-right .section-title {
    font-family: "lato-regular", sans-serif;
    font-style: normal;
    font-weight: normal; }

.page-favourites .article-tag-header, .page-favourites.logged-in .article-tag-header {
  height: 3.125rem;
  display: block; }

.page-favourites .favourites-tagline {
  display: block;
  text-align: left;
  padding: 1.25rem 0;
  background: #fff;
  width: 100%; }

.page-favourites .tagline-inner {
  font-family: "lato-bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  padding: 0 0.625rem;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #aeb0b2; }

.page-favourites .tagline-title {
  color: #34a08a; }

.page-favourites .site-main > .structure {
  padding-top: 0; }

.page-favourites .secondary-nav {
  padding-bottom: 1.25rem; }

.favourites-indicator {
  position: absolute;
  top: 0.625rem;
  right: 1.25rem;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 100%;
  background: #fff;
  padding: 0.4375rem 0.75rem;
  z-index: 10; }
  .favourites-indicator .inline-svg {
    fill: #ccc;
    width: 0.625rem;
    height: 1.25rem;
    vertical-align: top; }
  .favourites-indicator.favourite .inline-svg {
    fill: #66c4aa; }
  .no-thumbnail .favourites-indicator {
    background: #f2f2f2;
    top: 0.9375rem; }

.favourite-button {
  font-family: "lato-bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #737474;
  float: right;
  cursor: pointer;
  padding-right: 1.25rem;
  position: relative; }
  .favourite-button span {
    display: none; }
    @media screen and (min-width: 600px) {
      .favourite-button span {
        display: inline-block;
        vertical-align: middle; } }
  .favourite-button .inline-svg {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    top: 0;
    right: 0;
    fill: #009878;
    height: 1.875rem; }
    @media screen and (min-width: 600px) {
      .favourite-button .inline-svg {
        height: 1.25rem; } }
  .favourite-button:hover span, .favourite-button:active span, .favourite-button:focus span {
    text-decoration: underline; }
  .favourite-button:hover .inline-svg, .favourite-button:active .inline-svg, .favourite-button:focus .inline-svg, .favourite-button.favourite .inline-svg {
    fill: #66c4aa; }

.favourites-modal {
  padding: 1.25rem; }
  .favourites-modal p {
    margin-top: 1.25rem; }
  .favourites-modal .inline-svg {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    width: 0.625rem;
    height: 0.625rem;
    margin-left: 0.5rem;
    fill: #34a08a; }
  .favourites-modal .modal-button.confirm {
    margin-right: 0.9375rem; }
  .favourites-modal .modal-button span {
    display: inline-block;
    vertical-align: middle; }
  .favourites-modal .modal-button:hover .inline-svg, .favourites-modal .modal-button:active .inline-svg, .favourites-modal .modal-button:focus .inline-svg {
    fill: #fff; }

.page-profile #div_id_conditions .checkbox-wrapper:hover .checkbox, .page-profile #div_id_conditions .checkbox-wrapper:active .checkbox, .page-profile #div_id_conditions .checkbox-wrapper:focus .checkbox,
.page-register #div_id_conditions .checkbox-wrapper:hover .checkbox,
.page-register #div_id_conditions .checkbox-wrapper:active .checkbox,
.page-register #div_id_conditions .checkbox-wrapper:focus .checkbox, .page-profile #div_id_conditions input:checked + .checkbox,
.page-register #div_id_conditions input:checked + .checkbox {
  background: #34a08a;
  box-shadow: inset 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.2);
  color: #fff; }

.page-profile #div_id_conditions .checkbox-wrapper,
.page-register #div_id_conditions .checkbox-wrapper {
  font-family: "lato-medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  width: 47%; }
  .page-profile #div_id_conditions .checkbox-wrapper:nth-of-type(odd),
  .page-register #div_id_conditions .checkbox-wrapper:nth-of-type(odd) {
    margin-right: 5%; }

.page-profile #div_id_conditions .checkbox,
.page-register #div_id_conditions .checkbox {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  box-shadow: inset 0 -0.1875rem 0.9375rem 0 rgba(0, 0, 0, 0.2);
  background: #d4d3d3;
  text-align: center;
  padding: 0.625rem;
    padding-bottom: 0.75rem;
  margin-bottom: 1.25rem;
  border-radius: 0.5rem;
  font-size: 0.9375rem; }

.page-profile #div_id_conditions input,
.page-register #div_id_conditions input {
  display: none; }

.delete-account-link,
.change-password-link {
  cursor: pointer;
  text-decoration: none; }
  .delete-account-link:hover,
  .change-password-link:hover {
    text-decoration: underline; }

.delete-account-link {
  cursor: pointer; }

.delete-account-modal {
  padding: 1.25rem; }
  .delete-account-modal p {
    margin-top: 1.25rem; }
  .delete-account-modal .inline-svg {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    width: 0.625rem;
    height: 0.625rem;
    margin-left: 0.5rem;
    fill: #34a08a; }
  .delete-account-modal .modal-button.confirm {
    margin-right: 0.9375rem; }
  .delete-account-modal .modal-button span {
    display: inline-block;
    vertical-align: middle; }
  .delete-account-modal .modal-button:hover .inline-svg, .delete-account-modal .modal-button:active .inline-svg, .delete-account-modal .modal-button:focus .inline-svg {
    fill: #fff; }

.page-register .social-auth-section {
  padding-top: 0.9375rem; }
  @media screen and (min-width: 520px) {
    .page-register .social-auth-section {
      padding-top: 0; } }

.page-register .social-auth-button {
  margin-right: 1.25rem; }

.page-search .page {
  max-width: 54.375rem;
  margin: 0 auto;
  padding-top: 1.25rem; }

.page-search .secondary-nav {
  position: absolute;
  top: 0; }

.page-search .search-result-item {
  position: relative;
  margin-bottom: 1.25rem; }

.page-search .search-result-inner {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  cursor: pointer;
  text-decoration: none;
  display: block;
  padding: 1.25rem;
  background: #fff; }
  .page-search .search-result-inner:hover {
    text-decoration: none; }
  .page-search .search-result-inner:hover, .page-search .search-result-inner:active, .page-search .search-result-inner:focus {
    background: #fbfbfb; }

.page-search .article-tag-indicator {
  height: 0.25rem; }

.page-search .tag-ribbon {
  background: #ccc; }

.page-search .result-type {
  color: #aeb0b2;
  font-size: 0.75rem; }

.page-search .highlighted {
  background: rgba(102, 196, 170, 0.6);
  display: inline-block; }

.list-block {
  background-color: #c5c7c9;
  margin-bottom: 1.5625rem; }
  .list-block header {
    background-color: #898b8d;
    padding: 0.375rem 1.25rem; }
  .list-block .section-title {
    color: #fff;
    font-size: 0.9375rem;
    margin-bottom: 0; }
  .list-block .section-inner {
    padding: 0.625rem 1.25rem; }
  .list-block ul li::before {
    width: 0.3125rem;
    height: 0.3125rem; }

.page-tracker .structure {
  max-width: 62.5rem; }

.page-tracker .site-main {
  min-height: 37.5rem; }

.page-tracker .page-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 0; }

.page-tracker h1,
.page-tracker .main-content,
.page-tracker blockquote,
.page-tracker .injection-tracker-initial-state,
.page-tracker .no-javascript-message {
  padding-left: 0.8333333333rem;
  padding-right: 0.8333333333rem; }
  @media screen and (min-width: 600px) {
    .page-tracker h1,
    .page-tracker .main-content,
    .page-tracker blockquote,
    .page-tracker .injection-tracker-initial-state,
    .page-tracker .no-javascript-message {
      padding-right: 2.5rem;
      padding-left: 2.5rem; } }

@media screen and (min-width: 600px) {
  .page-tracker .main-content {
    padding-bottom: 1.25rem; } }

.page-tracker h4 {
  font-size: 1.0625rem; }
  @media screen and (min-width: 600px) {
    .page-tracker h4 {
      font-size: 1.1875rem; } }

.tracker-list-wrapper {
  background: #f8fafa;
  padding: 0.8333333333rem;
    padding-bottom: 0; }
  .tracker-list-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 600px) {
    .tracker-list-wrapper {
      padding: 2.5rem;
        padding-bottom: 0; } }
  .tracker-list-wrapper .initial-state {
    padding-bottom: 1.875rem; }
  .tracker-list-wrapper .toggle-buttons {
    margin-bottom: 0.625rem; }
    .tracker-list-wrapper .toggle-buttons .switch {
      text-align: center; }
      @media screen and (min-width: 600px) {
        .tracker-list-wrapper .toggle-buttons .switch {
          text-align: left; } }
    .tracker-list-wrapper .toggle-buttons .option {
      display: inline-block;
      margin-right: 0.625rem;
      margin-bottom: 0.625rem; }
      .tracker-list-wrapper .toggle-buttons .option:last-child {
        margin-right: 0; }
      @media screen and (min-width: 600px) {
        .tracker-list-wrapper .toggle-buttons .option {
          margin-bottom: 1.25rem;
          margin-right: 1.25rem; } }
  .tracker-list-wrapper .button-wrapper {
    clear: both;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    height: 2.75rem; }

.page-body .goals-list,
.page-body .reminders-list {
  margin-left: 0; }

.goals-list .goal-item,
.goals-list .reminder-item,
.reminders-list .goal-item,
.reminders-list .reminder-item {
  padding: 0.625rem 0;
  margin-bottom: 0;
  border-bottom: 0.125rem solid #eef2f3; }
  .goals-list .goal-item::after,
  .goals-list .reminder-item::after,
  .reminders-list .goal-item::after,
  .reminders-list .reminder-item::after {
    clear: both;
    content: "";
    display: table; }
  .goals-list .goal-item::before,
  .goals-list .reminder-item::before,
  .reminders-list .goal-item::before,
  .reminders-list .reminder-item::before {
    display: none; }
  @media screen and (min-width: 480px) {
    .goals-list .goal-item,
    .goals-list .reminder-item,
    .reminders-list .goal-item,
    .reminders-list .reminder-item {
      padding: 1.25rem 0; } }

.goals-list .goal-title,
.goals-list .reminder-title,
.reminders-list .goal-title,
.reminders-list .reminder-title {
  font-family: "lato-semibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle; }

.goal-item-aside,
.reminder-item-aside {
  clear: left; }

@media screen and (min-width: 600px) {
  .goal-item-aside {
    clear: none;
    float: right;
    margin-left: 0.625rem; } }

@media screen and (min-width: 480px) {
  .reminder-item-aside {
    clear: none;
    float: right;
    margin-left: 0.625rem; } }

.tracker-add-navigation {
  clear: both;
  background: #34a08a;
  margin-top: 1.25rem; }
  .tracker-add-navigation ul {
    margin-bottom: 0;
    margin-left: 0; }
    @media screen and (min-width: 600px) {
      .tracker-add-navigation ul {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        text-align: center; } }
    .tracker-add-navigation ul li {
      margin-bottom: 0; }
      .tracker-add-navigation ul li::before {
        display: none; }
      .tracker-add-navigation ul li:last-child a,
      .tracker-add-navigation ul li:last-child button {
        border: none; }
      .lt-ie10 .tracker-add-navigation ul li {
        display: inline-block; }
    .tracker-add-navigation ul a,
    .tracker-add-navigation ul button {
      background: #5cd2b1;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      @media screen and (min-width: 600px) {
        .tracker-add-navigation ul a,
        .tracker-add-navigation ul button {
          background: #34a08a;
          border-right: 1px solid #007f64;
          border-bottom: 0;
          margin: 0.3125rem 0; } }
  .tracker-add-navigation .tracker-add-link svg {
    width: 1.5625rem;
    height: 1.875rem;
    float: left;
    margin-right: 0.9375rem;
    margin-top: -0.25rem; }
    .tracker-add-navigation .tracker-add-link svg * {
      -webkit-transition: fill 0.2s;
      -moz-transition: fill 0.2s;
      transition: fill 0.2s; }
  .tracker-add-navigation li:hover .tracker-add-link, .tracker-add-navigation li:focus .tracker-add-link, .tracker-add-navigation li:active .tracker-add-link {
    color: #ace8d7; }
    .tracker-add-navigation li:hover .tracker-add-link svg *, .tracker-add-navigation li:focus .tracker-add-link svg *, .tracker-add-navigation li:active .tracker-add-link svg * {
      fill: #ace8d7; }

.button-update-goals .tracker-button-icon,
.button-toggle-add-goals .tracker-button-icon,
.button-update-reminders .tracker-button-icon,
.button-update-injections .tracker-button-icon {
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-radius: 100%;
  width: 1.375rem;
  height: 1.375rem;
  display: inline-block;
  background-color: #fff;
  margin-right: 0.625rem;
  text-align: center; }
  .button-update-goals .tracker-button-icon .inline-svg,
  .button-toggle-add-goals .tracker-button-icon .inline-svg,
  .button-update-reminders .tracker-button-icon .inline-svg,
  .button-update-injections .tracker-button-icon .inline-svg {
    vertical-align: initial;
    width: 0.6875rem;
    height: 0.6875rem;
    fill: #34a08a; }
    @media screen and (min-width: 600px) {
      .button-update-goals .tracker-button-icon .inline-svg,
      .button-toggle-add-goals .tracker-button-icon .inline-svg,
      .button-update-reminders .tracker-button-icon .inline-svg,
      .button-update-injections .tracker-button-icon .inline-svg {
        width: 0.8125rem;
        height: 0.8125rem; } }

.button-update-goals:hover .tracker-button-icon, .button-update-goals:focus .tracker-button-icon,
.button-toggle-add-goals:hover .tracker-button-icon,
.button-toggle-add-goals:focus .tracker-button-icon,
.button-update-reminders:hover .tracker-button-icon,
.button-update-reminders:focus .tracker-button-icon,
.button-update-injections:hover .tracker-button-icon,
.button-update-injections:focus .tracker-button-icon {
  background-color: #ace8d7; }

.no-js .tracker-app {
  display: none; }

.tracker-modal {
  padding-top: 1.25rem;
  margin-right: -0.8333333333rem;
  margin-bottom: 0;
  margin-left: -0.8333333333rem; }
  @media screen and (min-width: 600px) {
    .tracker-modal {
      padding-top: 2.5rem;
      margin-right: 0;
      margin-left: 0; } }
  .tracker-modal h1,
  .tracker-modal h2,
  .tracker-modal form {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    text-align: left; }
    @media screen and (min-width: 600px) {
      .tracker-modal h1,
      .tracker-modal h2,
      .tracker-modal form {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
  .tracker-modal h1 {
    font-size: 1.375rem; }
    @media screen and (min-width: 600px) {
      .tracker-modal h1 {
        font-size: 1.75rem; } }
  .tracker-modal h2 {
    font-size: 1.1875rem; }
  @media screen and (min-width: 960px) {
    .tracker-modal.delete-modal {
      min-width: 43.75rem; } }
  .tracker-modal .delete-heading {
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }

.tracker-modal form,
form.tracker-form {
  max-width: none;
  margin: 0; }
  @media screen and (min-width: 960px) {
    .tracker-modal form,
    form.tracker-form {
      min-width: 50rem; } }
  .tracker-modal form .field,
  form.tracker-form .field {
    display: block;
    width: 100%;
    max-width: 15rem;
    vertical-align: top;
    margin-right: 0;
    margin-bottom: 0.75rem; }
    @media screen and (min-width: 600px) {
      .tracker-modal form .field,
      form.tracker-form .field {
        width: 44%;
        display: inline-block;
        margin-bottom: 1.25rem;
        margin-right: 6%; } }
    .tracker-modal form .field .controls,
    form.tracker-form .field .controls {
      position: relative; }
    .tracker-modal form .field .asterisk,
    form.tracker-form .field .asterisk {
      position: absolute;
      top: 0;
      right: -0.75rem; }
  .tracker-modal form .control-label,
  form.tracker-form .control-label {
    font-family: "lato-bold", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem; }
  .tracker-modal form .duration-select-wrapper td,
  form.tracker-form .duration-select-wrapper td {
    padding-right: 0.625rem; }
  .tracker-modal form .tracker-add-navigation,
  form.tracker-form .tracker-add-navigation {
    margin-left: -1.875rem;
    margin-right: -1.875rem; }
    @media screen and (min-width: 600px) {
      .tracker-modal form .tracker-add-navigation,
      form.tracker-form .tracker-add-navigation {
        margin-left: -2.5rem;
        margin-right: -2.5rem; } }
  .tracker-modal form .injection-frequency-field .controls,
  form.tracker-form .injection-frequency-field .controls {
    font-size: 0.875rem; }
  .tracker-modal form .injection-frequency-field input,
  form.tracker-form .injection-frequency-field input {
    width: 2.875rem;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem; }
  .tracker-modal form .messages,
  .tracker-modal form .message,
  form.tracker-form .messages,
  form.tracker-form .message {
    width: 100%; }
    .tracker-modal form .messages::before,
    .tracker-modal form .message::before,
    form.tracker-form .messages::before,
    form.tracker-form .message::before {
      position: relative;
      top: auto;
      left: auto; }
  .tracker-modal form .message,
  form.tracker-form .message {
    padding-left: 1.875rem;
    padding-right: 1.875rem; }

.tracker-add-navigation:not(.goals-add-navigation) ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center; }
  .tracker-add-navigation:not(.goals-add-navigation) ul a,
  .tracker-add-navigation:not(.goals-add-navigation) ul button {
    background: #34a08a;
    border-right: 1px solid #007f64;
    border-bottom: 0;
    margin: 0.3125rem 0; }
  .tracker-add-navigation:not(.goals-add-navigation) ul li:last-child a,
  .tracker-add-navigation:not(.goals-add-navigation) ul li:last-child button {
    border: none; }

.tracker-add-navigation:not(.goals-add-navigation) .button-cancel {
  font-size: 0.75rem;
  padding-top: 0.8125rem; }
  .tracker-add-navigation:not(.goals-add-navigation) .button-cancel::before {
    content: '✕';
    display: block;
    float: left;
    margin-right: 0.3125rem; }

.page-reminders .main-content {
  width: 100%;
  float: left; }
  @media screen and (min-width: 768px) {
    .page-reminders .main-content {
      width: 50%; } }
  @media screen and (min-width: 1025px) {
    .page-reminders .main-content {
      width: 40%; } }

.page-reminders .uib-datepicker {
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .page-reminders .uib-datepicker {
      float: right;
      margin-top: -3.125rem;
      margin-right: 2.5rem; } }

.page-reminders .reminders-list-wrapper {
  clear: both;
  padding-top: 1.25rem; }
  @media screen and (min-width: 480px) {
    .page-reminders .reminders-list-wrapper {
      padding-top: 1.875rem; } }

.page-reminders .reminder-title {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  padding-right: 5rem; }
  .page-reminders .reminder-title:hover {
    text-decoration: underline; }
  @media screen and (min-width: 480px) {
    .page-reminders .reminder-title {
      width: 30%;
      padding-right: 0.625rem; } }

.page-reminders .reminder-title,
.page-reminders .reminder-date {
  display: block;
  vertical-align: middle; }
  @media screen and (min-width: 480px) {
    .page-reminders .reminder-title,
    .page-reminders .reminder-date {
      display: inline-block; } }

.page-reminders .reminder-date {
  font-family: "lato-semibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem; }
  .page-reminders .reminder-date .time {
    font-family: "lato-regular", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.9375rem; }

.page-reminders .reminders-list .reminder-item {
  position: relative; }
  .page-reminders .reminders-list .reminder-item:last-child {
    border-bottom: 0; }
  @media screen and (min-width: 480px) {
    .page-reminders .reminders-list .reminder-item {
      padding: 0.9375rem 0; } }

.page-reminders .reminder-item-aside {
  position: absolute;
  top: 1.25rem;
  right: 0; }
  @media screen and (min-width: 480px) {
    .page-reminders .reminder-item-aside {
      position: static;
      top: auto;
      right: auto; } }

.page-reminders .reminders-add-navigation ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center; }

.page-reminders .reminders-add-navigation a {
  background: #34a08a;
  border-right: 1px solid #007f64;
  border-bottom: 0;
  margin: 0.3125rem 0;
  padding: 0.4375rem 0.625rem;
  font-size: 0.6875rem; }
  @media screen and (min-width: 480px) {
    .page-reminders .reminders-add-navigation a {
      padding: 0.625rem 0.9375rem;
      font-size: initial; } }

.page-reminders .reminders-add-navigation .tracker-button-icon .inline-svg {
  fill: #fff;
  margin-right: 0.625rem;
  width: 1.25rem;
  height: 1.5rem; }
  .page-reminders .reminders-add-navigation .tracker-button-icon .inline-svg.svg-appointment-clock {
    width: 1.125rem; }
  @media screen and (min-width: 480px) {
    .page-reminders .reminders-add-navigation .tracker-button-icon .inline-svg {
      margin-right: 0.9375rem;
      width: 1.5625rem;
      height: 1.875rem; }
      .page-reminders .reminders-add-navigation .tracker-button-icon .inline-svg.svg-appointment-clock {
        width: 1.375rem; } }

.reminder-form-modal {
  margin-bottom: 0; }
  .reminder-form-modal form .field {
    width: auto; }
  .reminder-form-modal .add-reminder-title {
    margin-bottom: 0; }
  .reminder-form-modal .add-reminder-date {
    color: #34a08a; }
  .reminder-form-modal .field-first_event_time,
  .reminder-form-modal .field-first_event_time .help-block {
    max-width: 6.875rem; }
  .reminder-form-modal .field-preferences label {
    display: inline-block;
    margin-right: 1.25rem;
    font-size: 0.875rem; }
  .reminder-form-modal .field-preferences input[type="checkbox"] {
    float: left;
    margin-right: 0.3125rem; }
  .reminder-form-modal .field-name,
  .reminder-form-modal .field-offset {
    min-width: 15rem; }

.no-reminders-message {
  padding-bottom: 2.5rem; }

.periodic-injections-page .page-structure {
  padding: 0; }
  @media screen and (min-width: 740px) {
    .periodic-injections-page .page-structure {
      padding: 0 1.25rem; } }
  @media screen and (min-width: 740px) {
    .periodic-injections-page .page-structure {
      padding: 0; } }

.periodic-injections-detail {
  cursor: pointer; }
  .periodic-injections-detail .injection-track-wrapper {
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 740px) {
      .periodic-injections-detail .injection-track-wrapper {
        margin-left: 25rem;
        padding-left: 1.5625rem;
        border-left: solid 1px #e7e7e7; } }
    @media screen and (min-width: 870px) {
      .periodic-injections-detail .injection-track-wrapper {
        margin-left: 30.9375rem; } }
  .periodic-injections-detail .injections-date-list {
    width: 100%;
    height: 6.75rem;
    overflow-x: scroll;
    direction: rtl;
    box-sizing: content-box;
    padding-bottom: 0.9375rem; }
    .periodic-injections-detail .injections-date-list::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 600px) {
      .periodic-injections-detail .injections-date-list {
        padding: 0;
        margin-bottom: 2.5rem; } }
    @media screen and (min-width: 740px) {
      .periodic-injections-detail .injections-date-list {
        height: 6.75rem;
        overflow: visible;
        direction: ltr; } }
    .periodic-injections-detail .injections-date-list div {
      height: 100%; }
    .periodic-injections-detail .injections-date-list .scrollable-content {
      height: 100%;
      width: 823.333333333px; }
      @media screen and (min-width: 740px) {
        .periodic-injections-detail .injections-date-list .scrollable-content {
          width: 100%; } }
    .periodic-injections-detail .injections-date-list .list-wrapper {
      height: 100%;
      width: 760px; }
      @media screen and (min-width: 740px) {
        .periodic-injections-detail .injections-date-list .list-wrapper {
          width: 94%; } }
      .periodic-injections-detail .injections-date-list .list-wrapper .list {
        height: 100%;
        width: 100%;
        direction: ltr; }
    .periodic-injections-detail .injections-date-list .list-wrapper,
    .periodic-injections-detail .injections-date-list .nav-arrow {
      float: left; }
    .periodic-injections-detail .injections-date-list .nav-arrow {
      background-color: #34a08a;
      width: 31.6666666667px;
      height: 100%;
      display: block;
      position: relative; }
      @media screen and (min-width: 740px) {
        .periodic-injections-detail .injections-date-list .nav-arrow {
          width: 3%; } }
      .periodic-injections-detail .injections-date-list .nav-arrow::after {
        content: '';
        background: url("../images/svg/chevron-left-white.svg");
          background-repeat: no-repeat;
          background-size: contain;
        width: 1.25rem;
        height: 1.375rem;
        background-position: center; }
      .periodic-injections-detail .injections-date-list .nav-arrow:hover, .periodic-injections-detail .injections-date-list .nav-arrow:active, .periodic-injections-detail .injections-date-list .nav-arrow:focus {
        background-color: #5cd2b1; }
      .periodic-injections-detail .injections-date-list .nav-arrow.disabled {
        display: inline-block;
        opacity: 0.3;
        cursor: default; }
        .periodic-injections-detail .injections-date-list .nav-arrow.disabled:hover, .periodic-injections-detail .injections-date-list .nav-arrow.disabled:active, .periodic-injections-detail .injections-date-list .nav-arrow.disabled:focus {
          background-color: #34a08a; }
      .periodic-injections-detail .injections-date-list .nav-arrow.next::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      .periodic-injections-detail .injections-date-list .nav-arrow::after, .periodic-injections-detail .injections-date-list .nav-arrow:hover::after, .periodic-injections-detail .injections-date-list .nav-arrow:active::after, .periodic-injections-detail .injections-date-list .nav-arrow:focus::after {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -0.625rem;
        margin-left: -0.625rem; }
      .periodic-injections-detail .injections-date-list .nav-arrow span {
        display: none; }
    .periodic-injections-detail .injections-date-list .list-item {
      font-family: "lato-bold", sans-serif;
      font-style: normal;
      font-weight: normal;
      display: inline-block;
      vertical-align: top;
      position: relative;
      width: 5.9375rem;
      height: 100%;
      background: #eef2f3;
      font-size: 0.75rem;
      line-height: 1.2;
      text-align: center;
      text-transform: uppercase;
      color: #888;
      padding: 0.8333333333rem;
      border-left: 0.1875rem solid #fff;
      direction: ltr; }
      @media screen and (min-width: 740px) {
        .periodic-injections-detail .injections-date-list .list-item {
          width: 12.5%; } }
      .periodic-injections-detail .injections-date-list .list-item:last-child {
        border-right: 0.1875rem solid #fff; }
      .periodic-injections-detail .injections-date-list .list-item.missed {
        color: #fb7f06; }
      .periodic-injections-detail .injections-date-list .list-item.not-recorded {
        background-color: #d1d4d3;
        background-image: url("../images/stripe-bg.png");
        background-size: 0.5625rem;
        color: #6f6f6f; }
      .periodic-injections-detail .injections-date-list .list-item.selected {
        position: relative;
        background: #5cd2b1;
        color: #fff;
        font-size: 0.8125rem; }
        .periodic-injections-detail .injections-date-list .list-item.selected::after {
          content: '';
          height: 0;
          width: 0;
          position: absolute;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          left: 50%;
          top: 100%;
          border: solid transparent;
            border-width: 10px;
            border-top-width: 10px;
            border-bottom-width: 0;
            border-top-color: #5cd2b1; }
      .periodic-injections-detail .injections-date-list .list-item a {
        display: block; }
      .periodic-injections-detail .injections-date-list .list-item .icon {
        border-radius: 100%;
        position: absolute;
        bottom: 0.9375rem;
        left: 50%;
        margin-left: -1.125rem; }
        .periodic-injections-detail .injections-date-list .list-item .icon::after {
          margin-top: 0.3125rem; }
      .periodic-injections-detail .injections-date-list .list-item .end-date {
        display: block; }
      .periodic-injections-detail .injections-date-list .list-item.not-recorded .icon {
        background: url("../images/svg/injection-tracker/injections-not-recorded-icon.svg");
          background-repeat: no-repeat;
          background-size: contain;
        width: 2.25rem;
        height: 2.25rem; }
      .periodic-injections-detail .injections-date-list .list-item.not-recorded.selected .icon {
        background: url("../images/svg/injection-tracker/injections-selected-icon.svg");
          background-repeat: no-repeat;
          background-size: contain;
        width: 2.25rem;
        height: 2.25rem; }
      .periodic-injections-detail .injections-date-list .list-item.missed .icon {
        background: url("../images/svg/injection-tracker/injections-missed-icon.svg");
          background-repeat: no-repeat;
          background-size: contain;
        width: 2.25rem;
        height: 2.25rem; }
      .periodic-injections-detail .injections-date-list .list-item.missed.selected .icon {
        background: url("../images/svg/injection-tracker/injections-selected-icon.svg");
          background-repeat: no-repeat;
          background-size: contain;
        width: 2.25rem;
        height: 2.25rem; }
      .periodic-injections-detail .injections-date-list .list-item.injected .icon {
        background: url("../images/svg/injection-tracker/injections-injected-icon.svg");
          background-repeat: no-repeat;
          background-size: contain;
        width: 2.25rem;
        height: 2.25rem; }
      .periodic-injections-detail .injections-date-list .list-item.injected.selected .icon {
        background: url("../images/svg/injection-tracker/injections-selected-icon.svg");
          background-repeat: no-repeat;
          background-size: contain;
        width: 2.25rem;
        height: 2.25rem; }
  .periodic-injections-detail .injections-calendar-wrapper {
    padding: 0;
    border-bottom: 0.1875rem solid #fff; }
    @media screen and (min-width: 740px) {
      .periodic-injections-detail .injections-calendar-wrapper {
        float: left;
        width: 21.25rem;
        margin-top: 1.875rem;
        margin-left: 1.875rem;
        margin-bottom: 1.25rem;
        padding: 0;
        border: 0; } }
    @media screen and (min-width: 870px) {
      .periodic-injections-detail .injections-calendar-wrapper {
        margin-left: 5.625rem; } }
    .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .injections-calendar-header {
      text-transform: uppercase;
      font-size: 1.25rem;
      color: #009878;
      padding: 0.8333333333rem 0;
      text-align: center; }
      @media screen and (min-width: 740px) {
        .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .injections-calendar-header {
          border-top: 0.1875rem solid #fff; } }
      .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .injections-calendar-header .month,
      .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .injections-calendar-header .connector {
        font-family: "lato-bold", sans-serif;
        font-style: normal;
        font-weight: normal; }
    .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .calendar-wrapper {
      width: 100%;
      overflow-x: scroll;
      margin-bottom: 0;
      margin-left: 0;
      background: -webkit-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.2), transparent), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.2), transparent);
      background: radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.2), transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), transparent);
      background-position: 0 0, 100% 0;
      background-size: 10px 100%;
      background-repeat: no-repeat;
      background-attachment: scroll, scroll; }
      @media screen and (min-width: 740px) {
        .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .calendar-wrapper {
          height: 100%;
          margin: 0;
          padding: 0;
          overflow: visible;
          background: none; } }
      .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .calendar-wrapper li {
        display: inline-block; }
        .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .calendar-wrapper li::before {
          content: none; }
      .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .calendar-wrapper .days-header,
      .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .calendar-wrapper .days-wrapper {
        width: 50rem;
        position: relative; }
        @media screen and (min-width: 740px) {
          .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .calendar-wrapper .days-header,
          .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .calendar-wrapper .days-wrapper {
            width: 100%; } }
        .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .calendar-wrapper .days-header::before, .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .calendar-wrapper .days-header::after,
        .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .calendar-wrapper .days-wrapper::before,
        .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .calendar-wrapper .days-wrapper::after {
          content: '';
          position: absolute;
          display: block;
          height: 100%;
          width: 10px;
          background: #fff;
          top: 0; }
          @media screen and (min-width: 740px) {
            .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .calendar-wrapper .days-header::before, .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .calendar-wrapper .days-header::after,
            .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .calendar-wrapper .days-wrapper::before,
            .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .calendar-wrapper .days-wrapper::after {
              display: none; } }
        .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .calendar-wrapper .days-header::before,
        .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .calendar-wrapper .days-wrapper::before {
          left: 0; }
        .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .calendar-wrapper .days-header::after,
        .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .calendar-wrapper .days-wrapper::after {
          left: 100%;
          margin-left: -10px; }
      .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .calendar-wrapper .days-header {
        display: none; }
        @media screen and (min-width: 740px) {
          .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .calendar-wrapper .days-header {
            display: block;
            margin-bottom: 0; } }
        .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .calendar-wrapper .days-header.disabled .day {
          cursor: default; }
      .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .calendar-wrapper .days-wrapper {
        height: 4.375rem;
        margin-bottom: 0; }
    .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .day-name,
    .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .day {
      text-align: center;
      color: #737474;
      width: 3.5rem; }
      @media screen and (min-width: 740px) {
        .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .day-name,
        .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .day {
          width: 3.0357142857rem; } }
    .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .day-name {
      font-family: "lato-bold", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 0.9375rem;
      padding-top: 1.25rem;
      padding-bottom: 0.625rem; }
      @media screen and (min-width: 740px) {
        .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .day-name {
          padding: 0; } }
    @media screen and (min-width: 740px) {
      .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .week {
        display: block; } }
    .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .week .inner-day-name {
      font-family: "lato-bold", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 0.8125rem;
      display: block;
      color: #737474; }
      @media screen and (min-width: 740px) {
        .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .week .inner-day-name {
          display: none; } }
    .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .week .inner-day-number {
      font-family: "lato-regular", sans-serif;
      font-style: normal;
      font-weight: normal;
      display: block;
      line-height: 1.1; }
      @media screen and (min-width: 740px) {
        .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .week .inner-day-number {
          display: inline; } }
    .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .week .day {
      border-radius: 100%;
      font-size: 1.375rem;
      height: 3.5rem;
      padding: 0.3125rem; }
      @media screen and (min-width: 740px) {
        .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .week .day {
          font-family: "lato-bold", sans-serif;
          font-style: normal;
          font-weight: normal;
          border-radius: 0;
          padding: 0.75rem;
          font-size: 0.9375rem;
          height: auto; } }
      .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .week .day.inactive {
        font-family: "lato-regular", sans-serif;
        font-style: normal;
        font-weight: normal;
        color: #d5d6d7;
        display: none; }
        @media screen and (min-width: 740px) {
          .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .week .day.inactive {
            display: inline-block; } }
      .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .week .day.in-future {
        color: #d5d6d7; }
      .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .week .day.selected {
        color: #fff;
        background: #5cd2b1;
        border-radius: 100%; }
        @media screen and (min-width: 740px) {
          .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .week .day.selected {
            background: #5cd2b1; } }
        .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .week .day.selected .inner-day-name {
          color: #fff; }
        .periodic-injections-detail .injections-calendar-wrapper .injections-calendar .week .day.selected .inner-day-number {
          font-family: "lato-bold", sans-serif;
          font-style: normal;
          font-weight: normal; }

.user-injection-info {
  font-family: "lato-regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.2;
  padding-left: 0.8333333333rem; }
  .user-injection-info .drug-details {
    font-family: "lato-semibold", sans-serif;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    color: #34a08a;
    max-width: 80%; }
  @media screen and (min-width: 600px) {
    .user-injection-info {
      padding-left: 2.5rem;
      padding-bottom: 1.25rem; }
      .user-injection-info .drug-details {
        display: inline;
        max-width: 100%; } }

.injection-edit-button {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #34a08a;
    border-radius: 100%;
  width: 1.875rem;
  height: 1.875rem;
  margin-left: 0.5rem;
  margin-top: 0; }
  .injection-edit-button .inline-svg {
    width: 1rem;
    height: 1rem;
    margin-bottom: 0.5625rem;
    margin-left: 1px; }
  @media screen and (min-width: 600px) {
    .injection-edit-button {
      vertical-align: middle; } }
  .injection-edit-button:hover, .injection-edit-button:active, .injection-edit-button:focus {
    border-color: #5cd2b1; }

.injection-tracker-initial-state h4 {
  margin-bottom: 1.875rem; }
  @media screen and (min-width: 600px) {
    .injection-tracker-initial-state h4 {
      margin-bottom: 1.875rem; } }

.injection-tracker-initial-state .tracker-add-navigation {
  margin-top: 1.875rem; }

.injection-form-modal .edit-injection-title {
  line-height: 1.2;
  margin-bottom: 0.9375rem; }

.injection-form-modal .edit-injection-subtitle {
  font-family: "lato-semibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 1.875rem;
  display: none; }
  .injection-form-modal .edit-injection-subtitle span {
    font-family: "lato-bold", sans-serif;
    font-style: normal;
    font-weight: normal; }

@media screen and (min-width: 600px) {
  .injection-form-modal .edit-injection-subtitle {
    display: block; }
  .injection-form-modal .edit-injection-title {
    margin-bottom: 0.3125rem; } }

.injection-date-title {
  font-family: "lato-regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.1875rem;
  line-height: 1.3; }
  .injection-date-title .date {
    font-family: "lato-bold", sans-serif;
    font-style: normal;
    font-weight: normal;
    display: block; }
  @media screen and (min-width: 740px) {
    .injection-date-title {
      float: left;
      max-width: 7.5rem; } }
  @media screen and (min-width: 960px) {
    .injection-date-title {
      max-width: 10.625rem; } }

.injections-wrapper {
  border-top: 0.1875rem solid #eef2f3;
  padding-bottom: 0.8333333333rem;
  margin-left: 0.8333333333rem;
  margin-right: 0.8333333333rem; }
  @media screen and (min-width: 740px) {
    .injections-wrapper {
      border: 0 none;
      margin: 0;
      padding-bottom: 2.5rem; } }

.injection-track-wrapper {
  padding-top: 1.25rem; }
  .injection-track-wrapper .injection-select-area {
    display: block;
    position: absolute;
    cursor: pointer; }
    .injection-track-wrapper .injection-select-area .injection-select-area-inner,
    .injection-track-wrapper .injection-select-area .initial,
    .injection-track-wrapper .injection-select-area .active,
    .injection-track-wrapper .injection-select-area .last {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .injection-track-wrapper .injection-inner-wrapper {
    background: url("../images/svg/injection-tracker/tracker-body.svg");
      background-repeat: no-repeat;
      background-size: contain;
    width: 16.25rem;
    height: 30.375rem;
    background-position: center;
    position: relative;
    display: block;
    margin: 0 auto; }
  .injection-track-wrapper .arm_left_select {
    width: 1.3125rem;
    height: 2.5rem; }
    .injection-track-wrapper .arm_left_select .initial {
      background: url("../images/svg/injection-tracker/injection_arm_left.svg");
        background-repeat: no-repeat;
        background-size: contain;
      width: 100%;
      height: 100%; }
    .injection-track-wrapper .arm_left_select .active {
      background: url("../images/svg/injection-tracker/injection_arm_left_active.svg");
        background-repeat: no-repeat;
        background-size: contain;
      width: 100%;
      height: 100%; }
    .injection-track-wrapper .arm_left_select .last {
      background: url("../images/svg/injection-tracker/injection_arm_left_last.svg");
        background-repeat: no-repeat;
        background-size: contain;
      width: 100%;
      height: 100%; }
  .injection-track-wrapper .arm_right_select {
    width: 1.3125rem;
    height: 2.5rem; }
    .injection-track-wrapper .arm_right_select .initial {
      background: url("../images/svg/injection-tracker/injection_arm_right.svg");
        background-repeat: no-repeat;
        background-size: contain;
      width: 100%;
      height: 100%; }
    .injection-track-wrapper .arm_right_select .active {
      background: url("../images/svg/injection-tracker/injection_arm_right_active.svg");
        background-repeat: no-repeat;
        background-size: contain;
      width: 100%;
      height: 100%; }
    .injection-track-wrapper .arm_right_select .last {
      background: url("../images/svg/injection-tracker/injection_arm_right_last.svg");
        background-repeat: no-repeat;
        background-size: contain;
      width: 100%;
      height: 100%; }
  .injection-track-wrapper .leg_left_select {
    width: 2.1875rem;
    height: 4rem; }
    .injection-track-wrapper .leg_left_select .initial {
      background: url("../images/svg/injection-tracker/injection_leg_left.svg");
        background-repeat: no-repeat;
        background-size: contain;
      width: 100%;
      height: 100%; }
    .injection-track-wrapper .leg_left_select .active {
      background: url("../images/svg/injection-tracker/injection_leg_left_active.svg");
        background-repeat: no-repeat;
        background-size: contain;
      width: 100%;
      height: 100%; }
    .injection-track-wrapper .leg_left_select .last {
      background: url("../images/svg/injection-tracker/injection_leg_left_last.svg");
        background-repeat: no-repeat;
        background-size: contain;
      width: 100%;
      height: 100%; }
  .injection-track-wrapper .leg_right_select {
    width: 2.1875rem;
    height: 4rem; }
    .injection-track-wrapper .leg_right_select .initial {
      background: url("../images/svg/injection-tracker/injection_leg_right.svg");
        background-repeat: no-repeat;
        background-size: contain;
      width: 100%;
      height: 100%; }
    .injection-track-wrapper .leg_right_select .active {
      background: url("../images/svg/injection-tracker/injection_leg_right_active.svg");
        background-repeat: no-repeat;
        background-size: contain;
      width: 100%;
      height: 100%; }
    .injection-track-wrapper .leg_right_select .last {
      background: url("../images/svg/injection-tracker/injection_leg_right_last.svg");
        background-repeat: no-repeat;
        background-size: contain;
      width: 100%;
      height: 100%; }
  .injection-track-wrapper .torso_left_select {
    width: 2.5625rem;
    height: 2.75rem; }
    .injection-track-wrapper .torso_left_select .initial {
      background: url("../images/svg/injection-tracker/injection_torso_left.svg");
        background-repeat: no-repeat;
        background-size: contain;
      width: 100%;
      height: 100%; }
    .injection-track-wrapper .torso_left_select .active {
      background: url("../images/svg/injection-tracker/injection_torso_left_active.svg");
        background-repeat: no-repeat;
        background-size: contain;
      width: 100%;
      height: 100%; }
    .injection-track-wrapper .torso_left_select .last {
      background: url("../images/svg/injection-tracker/injection_torso_left_last.svg");
        background-repeat: no-repeat;
        background-size: contain;
      width: 100%;
      height: 100%; }
  .injection-track-wrapper .torso_right_select {
    width: 2.5625rem;
    height: 2.75rem; }
    .injection-track-wrapper .torso_right_select .initial {
      background: url("../images/svg/injection-tracker/injection_torso_right.svg");
        background-repeat: no-repeat;
        background-size: contain;
      width: 100%;
      height: 100%; }
    .injection-track-wrapper .torso_right_select .active {
      background: url("../images/svg/injection-tracker/injection_torso_right_active.svg");
        background-repeat: no-repeat;
        background-size: contain;
      width: 100%;
      height: 100%; }
    .injection-track-wrapper .torso_right_select .last {
      background: url("../images/svg/injection-tracker/injection_torso_right_last.svg");
        background-repeat: no-repeat;
        background-size: contain;
      width: 100%;
      height: 100%; }
  .injection-track-wrapper .arm_right_select {
    top: 6.8125rem;
    left: 4.0625rem; }
  .injection-track-wrapper .arm_left_select {
    top: 6.8125rem;
    right: 4.0625rem; }
  .injection-track-wrapper .torso_right_select {
    bottom: 15.4375rem;
    left: 5.375rem; }
  .injection-track-wrapper .torso_left_select {
    bottom: 15.4375rem;
    right: 5.25rem; }
  .injection-track-wrapper .leg_right_select {
    bottom: 10.3125rem;
    left: 5.625rem; }
  .injection-track-wrapper .leg_left_select {
    bottom: 10.3125rem;
    right: 5.5rem; }

.injection-tool-tip {
  font-family: "lato-bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  background: #5cd2b1;
  padding: 0.3125rem 0.625rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  white-space: nowrap; }
  .injection-tool-tip .injected {
    display: none; }
  .injection-tool-tip.arm_left_tip {
    position: relative; }
    .injection-tool-tip.arm_left_tip::after {
      content: '';
      height: 0;
      width: 0;
      position: absolute;
      left: 0.625rem;
      top: 100%;
      border: solid transparent;
        border-width: 0.375rem;
        border-top-width: 0.5rem;
        border-bottom-width: 0;
        border-top-color: #5cd2b1; }
  .injection-tool-tip.arm_right_tip {
    position: relative; }
    .injection-tool-tip.arm_right_tip::after {
      content: '';
      height: 0;
      width: 0;
      position: absolute;
      right: 0.625rem;
      top: 100%;
      border: solid transparent;
        border-width: 0.375rem;
        border-top-width: 0.5rem;
        border-bottom-width: 0;
        border-top-color: #5cd2b1; }
  .injection-tool-tip.leg_left_tip {
    position: relative; }
    .injection-tool-tip.leg_left_tip::after {
      content: '';
      height: 0;
      width: 0;
      position: absolute;
      left: 0.625rem;
      bottom: 100%;
      border: solid transparent;
        border-width: 0.375rem;
        border-top-width: 0;
        border-bottom-width: 0.5rem;
        border-bottom-color: #5cd2b1; }
  .injection-tool-tip.leg_right_tip {
    position: relative; }
    .injection-tool-tip.leg_right_tip::after {
      content: '';
      height: 0;
      width: 0;
      position: absolute;
      right: 0.625rem;
      bottom: 100%;
      border: solid transparent;
        border-width: 0.375rem;
        border-top-width: 0;
        border-bottom-width: 0.5rem;
        border-bottom-color: #5cd2b1; }
  .injection-tool-tip.torso_left_tip {
    position: relative; }
    .injection-tool-tip.torso_left_tip::after {
      content: '';
      height: 0;
      width: 0;
      position: absolute;
      left: 0.625rem;
      top: 100%;
      border: solid transparent;
        border-width: 0.375rem;
        border-top-width: 0.5rem;
        border-bottom-width: 0;
        border-top-color: #5cd2b1; }
  .injection-tool-tip.torso_right_tip {
    position: relative; }
    .injection-tool-tip.torso_right_tip::after {
      content: '';
      height: 0;
      width: 0;
      position: absolute;
      right: 0.625rem;
      top: 100%;
      border: solid transparent;
        border-width: 0.375rem;
        border-top-width: 0.5rem;
        border-bottom-width: 0;
        border-top-color: #5cd2b1; }
  .injection-tool-tip.arm_right_tip {
    bottom: 23.875rem;
    right: 10.625rem; }
  .injection-tool-tip.arm_left_tip {
    bottom: 23.875rem;
    left: 10.625rem; }
  .injection-tool-tip.torso_right_tip {
    bottom: 18.625rem;
    right: 8.75rem; }
  .injection-tool-tip.torso_left_tip {
    bottom: 18.625rem;
    left: 8.75rem; }
  .injection-tool-tip.leg_right_tip {
    top: 20.9375rem;
    right: 8.5625rem; }
  .injection-tool-tip.leg_left_tip {
    top: 20.9375rem;
    left: 8.5625rem; }
  .injection-tool-tip.arm_right_tip, .injection-tool-tip.arm_left_tip, .injection-tool-tip.torso_right_tip, .injection-tool-tip.torso_left_tip, .injection-tool-tip.leg_right_tip, .injection-tool-tip.leg_left_tip {
    position: absolute; }
  .last-injection .injection-tool-tip {
    background-color: #898989; }
    .last-injection .injection-tool-tip::after {
      border-top-color: #898989; }
    .last-injection .injection-tool-tip.leg_left_tip::after, .last-injection .injection-tool-tip.leg_right_tip::after {
      border-top-color: transparent;
      border-bottom-color: #898989; }
    .last-injection .injection-tool-tip .injected {
      display: block; }
    .last-injection .injection-tool-tip .body-part {
      display: none; }

.injection-track-wrapper .initial,
.injection-track-wrapper .active,
.injection-track-wrapper .last,
.injection-track-wrapper .injection-tool-tip {
  -webkit-transition: opacity, 0.5s;
  -moz-transition: opacity, 0.5s;
  transition: opacity, 0.5s; }

.injection-track-wrapper .initial {
  opacity: 1; }

.injection-track-wrapper .active,
.injection-track-wrapper .last,
.injection-track-wrapper .injection-tool-tip {
  opacity: 0; }

.injection-track-wrapper .injection-area.selected .active,
.injection-track-wrapper .injection-area.selected .injection-tool-tip {
  opacity: 1; }

.injection-track-wrapper .injection-area.last-injection .last,
.injection-track-wrapper .injection-area.last-injection .injection-tool-tip {
  opacity: 1; }

.injection-track-wrapper .injection-area.selected .initial, .injection-track-wrapper .injection-area.last-injection .initial {
  opacity: 0; }

.not-touch-device .injection-track-wrapper .injection-area:hover .active,
.not-touch-device .injection-track-wrapper .injection-area:hover .injection-tool-tip, .not-touch-device .injection-track-wrapper .injection-area:active .active,
.not-touch-device .injection-track-wrapper .injection-area:active .injection-tool-tip, .not-touch-device .injection-track-wrapper .injection-area:focus .active,
.not-touch-device .injection-track-wrapper .injection-area:focus .injection-tool-tip {
  opacity: 1; }

.not-touch-device .injection-track-wrapper .injection-area.last-injection:hover .last, .not-touch-device .injection-track-wrapper .injection-area.last-injection:active .last, .not-touch-device .injection-track-wrapper .injection-area.last-injection:focus .last {
  opacity: 0; }

.not-touch-device .injection-track-wrapper .injection-area.last-injection:hover .active, .not-touch-device .injection-track-wrapper .injection-area.last-injection:active .active, .not-touch-device .injection-track-wrapper .injection-area.last-injection:focus .active {
  opacity: 1; }

.not-touch-device .injection-track-wrapper .injection-area:hover .initial, .not-touch-device .injection-track-wrapper .injection-area:active .initial, .not-touch-device .injection-track-wrapper .injection-area:focus .initial {
  opacity: 0; }

.injections-calendar-instructions {
  display: none; }

.injections-wrapper.not-injected {
  padding-top: 1.25rem; }
  @media screen and (min-width: 740px) {
    .injections-wrapper.not-injected {
      margin-left: 30.9375rem;
      padding-left: 1.5625rem;
      border-left: solid 1px #e7e7e7; } }
  .injections-wrapper.not-injected .flat-injection-person {
    background: url("../images/svg/injection-tracker/tracker-body-flat.svg");
      background-repeat: no-repeat;
      background-size: contain;
    width: 16.25rem;
    height: 30.375rem;
    background-position: center top;
    opacity: 0.4;
    margin: 0 auto;
      margin-bottom: 1.25rem; }

.goals-add-navigation {
  margin-top: 1.25rem; }
  .goals-add-navigation.collapsed ul {
    max-height: 0; }
    @media screen and (min-width: 600px) {
      .goals-add-navigation.collapsed ul {
        max-height: none; } }
  .goals-add-navigation .button-toggle-add-goals {
    display: block; }
    @media screen and (min-width: 600px) {
      .goals-add-navigation .button-toggle-add-goals {
        display: none; } }
  .goals-add-navigation .title-full {
    display: none; }
    @media screen and (min-width: 600px) {
      .goals-add-navigation .title-full {
        display: inline; } }
  .goals-add-navigation .title-short {
    display: inline; }
    @media screen and (min-width: 600px) {
      .goals-add-navigation .title-short {
        display: none; } }
  .goals-add-navigation .inline-svg {
    fill: #fff; }
  .goals-add-navigation ul {
    -webkit-transition: max-height 0.2s ease-in;
    -moz-transition: max-height 0.2s ease-in;
    transition: max-height 0.2s ease-in;
    max-height: 37.5rem;
    overflow: hidden; }
    @media screen and (min-width: 600px) {
      .goals-add-navigation ul {
        max-height: auto;
        overflow: auto; } }

.goal-form-modal form .field-activity_type {
  display: none; }

.goal-form-modal .field-due_date input {
  cursor: pointer; }

.goal-form-modal .field-due_date .field-wrapper {
  position: relative; }

.goal-form-modal .field-due_date .svg-calendar {
  pointer-events: none;
  position: absolute;
  right: 0.4375rem;
  top: 0.4375rem;
  width: 1.0625rem;
  height: 1.0625rem;
  fill: #34a08a; }

.goals-list {
  overflow: hidden; }
  .goals-list .goal-item.new-item .goal-date {
    background: #fb7f06;
    color: #fff;
    padding: 0.125rem 0.3125rem; }
  .goals-list .goal-item.ng-enter {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0; }
    .goals-list .goal-item.ng-enter.ng-enter-active {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
  .goals-list .goal-item.ng-leave {
    opacity: 0; }
  .goals-list .goal-item .goal-due,
  .goals-list .goal-item .goal-date {
    margin-bottom: 0; }
  .goals-list .goal-item-main {
    float: left; }
  .goals-list .goal-item-aside {
    position: relative;
    margin-left: 2.125rem; }
    .goals-list .goal-item-aside .due-by {
      display: none; }
      @media screen and (min-width: 600px) {
        .goals-list .goal-item-aside .due-by {
          display: inline; } }
  .goals-upcoming-goals .goals-list .goal-item-aside {
    margin-left: 4.25rem; }
    @media screen and (min-width: 600px) {
      .goals-upcoming-goals .goals-list .goal-item-aside {
        margin-left: 0.625rem; } }
  .goals-list .goal-title {
    max-width: 12.5rem; }
    @media screen and (min-width: 375px) {
      .goals-list .goal-title {
        max-width: 15.9375rem; } }
    @media screen and (min-width: 600px) {
      .goals-list .goal-title {
        max-width: none; } }
    .goals-list .goal-title .inline-svg {
      float: left;
      width: 1.375rem;
      height: 1.5625rem;
      margin-right: 0.75rem;
      fill: #cccdcd; }
  .goals-list .goal-date {
    font-family: "lato-semibold", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #a9a9a9;
    font-size: 1rem;
    text-transform: uppercase; }
    .goals-list .goal-date.complete {
      color: #deae46; }
  .goals-upcoming-goals .goals-list .goal-date {
    color: #fb7f06; }
  .goals-upcoming-goals .goals-list .goal-item {
    cursor: pointer; }
  .goals-history .goals-list .goals-tick,
  .goals-achievements .goals-list .goals-tick {
    display: none; }
  .goals-history .goals-list .goal-date,
  .goals-achievements .goals-list .goal-date {
    color: #deae46; }
  .goals-history .goals-list .inline-svg,
  .goals-achievements .goals-list .inline-svg {
    fill: #deae46; }
  .goals-history .goals-list .goal-item-aside .goal-edit-delete-buttons,
  .goals-achievements .goals-list .goal-item-aside .goal-edit-delete-buttons {
    display: none; }
  .goals-history .goals-list .not-completed .goal-date,
  .goals-achievements .goals-list .not-completed .goal-date {
    color: #a9a9a9; }
  .goals-history .goals-list .not-completed .inline-svg,
  .goals-achievements .goals-list .not-completed .inline-svg {
    fill: #cccdcd; }
  .goals-list .goals-tick {
    float: left;
    margin-right: 0.5rem;
    border-radius: 100%;
    border: 1px solid #a9a9a9;
    width: 1.625rem;
    height: 1.625rem;
    padding-top: 0.125rem;
    text-align: center; }
    @media screen and (min-width: 600px) {
      .goals-list .goals-tick {
        margin-right: 1.0625rem; } }
    .goals-list .goals-tick .svg-goals-tick {
      width: 0.8125rem;
      height: 0.8125rem;
      vertical-align: initial; }
      .goals-list .goals-tick .svg-goals-tick * {
        fill: #cccdcd; }

.goals-upcoming-goals .goal-item:hover .goals-tick {
  background-color: #e2e3e4;
  border-color: #e2e3e4; }
  .goals-upcoming-goals .goal-item:hover .goals-tick .svg-goals-tick * {
    fill: #fff; }

.goals-upcoming-goals .goal-item.selected .goals-tick, .goals-upcoming-goals .goal-item.selected:hover .goals-tick {
  background-color: #5cd2b1;
  border-color: #5cd2b1; }
  .goals-upcoming-goals .goal-item.selected .goals-tick .svg-goals-tick *, .goals-upcoming-goals .goal-item.selected:hover .goals-tick .svg-goals-tick * {
    fill: #fff; }

.goals-upcoming-goals .goal-item.selected .svg-goals-life_event,
.goals-upcoming-goals .goal-item.selected .svg-goals-exercise,
.goals-upcoming-goals .goal-item.selected .svg-goals-health_and_wellbeing, .goals-upcoming-goals .goal-item.selected:hover .svg-goals-life_event,
.goals-upcoming-goals .goal-item.selected:hover .svg-goals-exercise,
.goals-upcoming-goals .goal-item.selected:hover .svg-goals-health_and_wellbeing {
  fill: #34a08a; }

.svg-goals-recurring {
  width: 1.375rem;
  height: 1.375rem;
  fill: #cccdcd;
  vertical-align: bottom;
  margin-right: 0.25rem; }

.goals-key {
  font-size: 0.75rem;
  float: right;
  margin-bottom: 1.25rem; }
  .goals-key .svg-goals-recurring {
    width: 0.9375rem;
    height: 0.9375rem;
    vertical-align: middle;
    margin-right: 0.125rem; }
  .goals-key .new-due-date {
    color: #fff;
    background: #fb7f06;
    padding: 0.1875rem 0.375rem;
    margin-left: 0.625rem; }

.button-update-goals.ng-hide-add {
  opacity: 0; }

.button-update-goals.ng-hide-remove {
  opacity: 1; }

.goal-edit-delete-buttons {
  position: absolute;
  bottom: 100%;
  right: 0;
  display: inline-block; }
  @media screen and (min-width: 600px) {
    .goal-edit-delete-buttons {
      position: static;
      bottom: auto;
      right: auto;
      margin-left: 0.9375rem; } }
  @media screen and (min-width: 740px) {
    .goal-edit-delete-buttons {
      margin-left: 3.125rem; } }

/*# sourceMappingURL=main.css.map */