/*@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}*/


:root {
  /** set the font for all root/body text **/
  /* Changing the font family to DM Sans globally - AP - 051024
  --dxp-g-root-font-family: "DM Sans", sans-serif; */
  --dxp-g-root-font-family: "DM Sans", sans-serif;
  /** set the font for headings **/
  --dxp-g-heading-font-family: "DM Sans", sans-serif;
  --font-family: "DM Sans", sans-serif;
  --primary-color: #004f6f;
  --secondary-color: #dc0077;
  --grey-color: #5c514e;
  --light-grey-color: #F0EFEF;
  --black-color: #080808;
  --white-color: #ffffff;
  --border-color: #AAA9A9;
  --shadow-color: #E5E5E5;
  --NCCN-blue-color:#012B51;
  --dropdown-content-color: #f1f1f1;
  --font-weight-bold: 700;
  --page-header-title-font-weight: 700;
  --input-static-font-weight: 400;
  --font-size-11: 30px;
  --font-size-10: 30px;
  --font-size-8: 22px;
  --font-size-7: 20px;
  --font-size-5: 18px;
  --font-size-4: 14px;
  --font-size-2: 12px;
  --color-white: #fff;
  --line-height-reset: 1;
  --dxp-c-link-text-color: #080808 --dxp-c-link-text-decoration: none;
  --dxp-s-link-text-decoration: underline;
  --color-green: #969b1e;
  --card-font-weight: 700;
  --dosing-label-bg: #EEEEED;
  --dosing-label-border: #c9c7c6;
  --dropdown-shadow-color: rgba(0, 0, 0, 0.2);
  --z-index-default: 1;
  --font-family: "DM Sans", sans-serif;
  --primary-color-pink: #dc0077;
  --secondary-color-blue: #004f6f;
  --ternary-color-green: #969b1e;
  --color-white: #fff;
  --dosing-label-bg: #EEEEED;
  --cell_info-border-color: #ADA8A6;
  --black--color: #080808;
  --custom-dosing-border-color: #c9c7c6;
  --lib-sur-footer-bg-color: #F3F2F2;
  --card-item-border-color: #979797;
  --btn-crosslink-shadow-box: #c9c7c6;
  --btn-crosslink-bg-color: #5c514e;
  --lib-sur-header-pageWrapper-shadow-box: 1px 3px 10px 5px;
  --lib-sur-header-pageWrapper-border-color: #E5E5E5;
  --mechanism_pageWrapper-shadow-box: 1px 3px 10px 5px;
  --mechanism_pageWrapper-border-color: #E5E5E5;
  --card-item-shadow-box-2: 0 0 60px 5px rgba(0, 80, 111, .8);
  --regeneron-shadow-box: 0 -8px 8px rgb(0 0 0 / 6%);
  --pageWrapper-shadow-box: 0 -6px 6px -1px rgba(1, 1, 1, .5);
  --card-item-shadow-box: 0 0 10px 5px rgba(92, 81, 79, .2);
  --legal-box-shadow: 0 -8px 8px rgba(0, 0, 0, 0.06);
  --score-footer-wrapper-box-shadow: 0px 6px 6px -1px rgba(1, 1, 1, 0.25);
  --card-container-shadow-box: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  --custom-surround-bg-color: rgba(204, 219, 226, 0.3);
  --cell-text-shadow-box: rgba(201, 199, 198, 0.2);
  --tag-one-box-shadow: -4px -1px 7px 2px rgb(1 1 1 / 25%);
  --table-border-radius: 20px 0 20px 0;
  --common-border-radius: 30px;
  --cell_text-border-radius: 0px 30px;
  --btn_crosslink-border-radius: 30px 0;
  --paragraph__tags-padding: 20px 0 15px;
  --font-weight-bold: 700;
  --page-header-title-font-weight: 700;
  --input-static-font-weight: 400;
  --lib-dosing-height: 2px;
  --common-border-solid-4x: 4px solid;
  --common-border-solid-3x: 3px solid;
  --common-border-solid-2x: 2px solid;
  --common-border-solid-1x: 1px solid;
  --font-size-2: 12px;
  --font-size-4: 14px;
  --font-size-4-5: 15px;
  --font-size-5: 16px;
  --font-size-6: 18px;
  --font-size-7: 20px;
  --font-size-8: 22px;
  --font-size-9: 26px;
  --font-size-10: 30px;
  --font-size-10-4: 36px;
  --font-size-10-8: 39px;
  --font-size-11: 44px;
  --line-height-reset: 1;
  --line-height-heading: 1.2;
  --line-height-default: 1.1;
  --z-index-default: 1;
  --z-index-2x: 2;
  --cell_image_margin-40: 30px;
  --banner_links-padding: 25px;
}

/* Main-v2 Start*/
html {
  font-family: DMSans;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a:focus-visible:not(.btn-primary, .btn-secondary, .signup-link) {
  outline: none !important;
  border-radius: 4px;
  border: 1px solid var(--primary-color);
  box-shadow: 0px 0px 8px 0px rgba(0, 79, 111, 0.40)
}

::selection {
  background: #428BF0;
  color: #fff;
}

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;
}

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

small {
  font-size: 80%;
}

/* sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  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;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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;
}

ul.list-circle li:before {
  background-color: var(--black--color);
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn .caret,
  .dropup .btn .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/-/media/fonts/glyphicons-halflings-regular eot');
  src: url('/-/media/fonts/glyphicons-halflings-regular eot?#iefix') format('embedded-opentype'), url('/-/media/fonts/glyphicons-halflings-regular woff2') format('woff2'), url('/-/media/fonts/glyphicons-halflings-regular woff') format('woff'), url('/-/media/fonts/glyphicons-halflings-regular ttf') format('truetype'), url('/-/media/fonts/glyphicons-halflings-regular svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
} */
body.menuexpanded{
  overflow-y: hidden;
  height: 100%;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail img,
.thumbnail a img,
.carousel-inner .item img,
.carousel-inner .item a img {
  display: block;
  max-width: 100%;
  height: auto;
}

.about .img-responsive,
.thumbnail img,
.thumbnail a img,
.carousel-inner .item img,
.carousel-inner .item a img {
  display: block;
  max-width: 100%;
  height: auto;
  min-height: 64px;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}


.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.regn-margin-btm0 {
  margin-bottom: 0px;
}
.regn-margin-btm12 {
  margin: 0 0 12px !important;
}
.regn-margin-btm32 {
  margin-bottom: 32px;
}

.regn-margin-btm48 {
  margin-bottom: 48px;
}

.regn-margin-btm64 {
  margin-bottom: 64px;
}

.regn-padding-left102 {
  padding-left: 102px;
}

.regn-margin-btm24 {
  margin: 0 0 24px !important;
}

.regn-margin-btm72 {
  margin: 0 0 72px !important;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .regn-margin-btm72 {
    margin: 0 0 24px !important;
  }

  .regn-margin_-72 {
    margin-top: 0 !important;
  }
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}
.text-nccn{
  color: var(--NCCN-blue-color) !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 768px) {

  h2,
  .h2,
  h3,
  .h3 {
    margin: 0 0 35px 0 !important;
    font-size: 34px;
  }

  h3,
  .h3 {
    margin: 0 0 20px 0 !important;
  }
}

@media (min-width: 768px) {
  /*.container {
    width: 750px;
  }*/
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table thead tr th,
.table tbody tr th,
.table tfoot tr th,
.table thead tr td,
.table tbody tr td,
.table tfoot tr td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table thead tr th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table caption+thead tr:first-child th,
.table colgroup+thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed thead tr th,
.table-condensed tbody tr th,
.table-condensed tfoot tr th,
.table-condensed thead tr td,
.table-condensed tbody tr td,
.table-condensed tfoot tr td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label~.form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

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

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.slds-button,
.slds-form-element__label,
.slds-input {
  font-family: var(--dxp-g-root-font-family) !important;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}


.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
  height: auto;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
  z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb>.active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron>hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media>.pull-right {
  padding-left: 10px;
}

.media-left,
.media>.pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group+.panel-footer {
  border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
  margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.score-page:before,
.score-page:after,
.score-structural:before,
.score-structural:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.score-page:after,
.score-structural:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .invisible-xs {
    visibility: hidden !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

  .invisible-sm {
    visibility: hidden !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  .invisible-md {
    visibility: hidden !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }

  .invisible-lg {
    visibility: hidden !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.page-wrapper {
  width: 100%;
}

.score-stripe {
  width: 100%;
}

.score-megamenu .nav,
.score-megamenu .collapse,
.score-megamenu .dropup,
.score-megamenu .dropdown {
  position: static;
}

.score-megamenu .container {
  position: relative;
}

.score-megamenu .dropdown-menu {
  clear: both;
  left: auto;
}

.score-megamenu .score-megamenu-content {
  padding: 15px 20px;
}

.score-variable {
  display: table;
}

.score-variable>.score-variable-row {
  display: table-row;
}

.score-variable>.score-variable-row>.score-variable-column {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
}

@media only screen and (min-width: 0) {
  .score-variable>.score-variable-row>.score-variable-column {
    float: left;
  }
}

@media only screen and (min-width: 968px) {
  .score-variable>.score-variable-row>.score-variable-column {
    float: none;
  }
}

ul.level-1 {
  margin-left: 0;
}

ul.level-2,
ul.level-3,
ul.level-4,
ul.level-5,
ul.level-6 {
  margin-left: 20px;
}

.score-page {
  margin-left: -15px;
  margin-right: -15px;
}

.score-page.score-column1>.score-main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-page.score-column1>.score-main {
    float: left;
    width: 100%;
  }
}

.score-page.score-column2-equal>.score-side {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-page.score-column2-equal>.score-side {
    float: left;
    width: 50%;
  }
}

.score-page.score-column2-equal>.score-side2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-page.score-column2-equal>.score-side2 {
    float: left;
    width: 50%;
  }
}

.score-page.score-column2-largeleft>.score-main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-page.score-column2-largeleft>.score-main {
    float: left;
    width: 66.66666667%;
  }
}

.score-page.score-column2-largeleft>.score-side {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-page.score-column2-largeleft>.score-side {
    float: left;
    width: 33.33333333%;
  }
}

.score-page.score-column2-largeright>.score-side {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-page.score-column2-largeright>.score-side {
    float: left;
    width: 33.33333333%;
  }
}

.score-page.score-column2-largeright>.score-main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-page.score-column2-largeright>.score-main {
    float: left;
    width: 66.66666667%;
  }
}

.score-page.score-column3-equal>.score-side {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-page.score-column3-equal>.score-side {
    float: left;
    width: 33.33333333%;
  }
}

.score-page.score-column3-equal>.score-main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-page.score-column3-equal>.score-main {
    float: left;
    width: 33.33333333%;
  }
}

.score-page.score-column3-equal>.score-side2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-page.score-column3-equal>.score-side2 {
    float: left;
    width: 33.33333333%;
  }
}

.score-page.score-column3-largemiddle>.score-side {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-page.score-column3-largemiddle>.score-side {
    float: left;
    width: 25%;
  }
}

.score-page.score-column3-largemiddle>.score-main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-page.score-column3-largemiddle>.score-main {
    float: left;
    width: 50%;
  }
}

.score-page.score-column3-largemiddle>.score-side2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-page.score-column3-largemiddle>.score-side2 {
    float: left;
    width: 25%;
  }
}

.score-page.score-column4-equal>.score-side {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-page.score-column4-equal>.score-side {
    float: left;
    width: 25%;
  }
}

.score-page.score-column4-equal>.score-main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-page.score-column4-equal>.score-main {
    float: left;
    width: 25%;
  }
}

.score-page.score-column4-equal>.score-main2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-page.score-column4-equal>.score-main2 {
    float: left;
    width: 25%;
  }
}

.score-page.score-column4-equal>.score-side2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-page.score-column4-equal>.score-side2 {
    float: left;
    width: 25%;
  }
}

.score-structural {
  margin-left: -15px;
  margin-right: -15px;
}

.score-structural.score-column>.score-center {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-structural.score-column>.score-center {
    float: left;
    width: 100%;
  }
}

.score-structural.score-column2-equal>.score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-structural.score-column2-equal>.score-left {
    float: left;
    width: 50%;
  }
}

.score-structural.score-column2-equal>.score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-structural.score-column2-equal>.score-right {
    float: left;
    width: 50%;
  }
}

.score-structural.score-column2-wideleft>.score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-structural.score-column2-wideleft>.score-left {
    float: left;
    width: 66.66666667%;
  }
}

.score-structural.score-column2-wideleft>.score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-structural.score-column2-wideleft>.score-right {
    float: left;
    width: 33.33333333%;
  }
}

.score-structural.score-column2-wideright>.score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-structural.score-column2-wideright>.score-left {
    float: left;
    width: 33.33333333%;
  }
}

.score-structural.score-column2-wideright>.score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-structural.score-column2-wideright>.score-right {
    float: left;
    width: 66.66666667%;
  }
}

.score-structural.score-column3-equal>.score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-structural.score-column3-equal>.score-left {
    float: left;
    width: 33.33333333%;
  }
}

.score-structural.score-column3-equal>.score-center {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-structural.score-column3-equal>.score-center {
    float: left;
    width: 33.33333333%;
  }
}

.score-structural.score-column3-equal>.score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-structural.score-column3-equal>.score-right {
    float: left;
    width: 33.33333333%;
  }
}

.score-structural.score-column3-widemiddle>.score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-structural.score-column3-widemiddle>.score-left {
    float: left;
    width: 16.66666667%;
  }
}

.score-structural.score-column3-widemiddle>.score-center {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-structural.score-column3-widemiddle>.score-center {
    float: left;
    width: 66.66666667%;
  }
}

.score-structural.score-column3-widemiddle>.score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-structural.score-column3-widemiddle>.score-right {
    float: left;
    width: 16.66666667%;
  }
}

.score-structural.score-column4-equal>.score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-structural.score-column4-equal>.score-left {
    float: left;
    width: 25%;
  }
}

.score-structural.score-column4-equal>.score-center {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-structural.score-column4-equal>.score-center {
    float: left;
    width: 25%;
  }
}

.score-structural.score-column4-equal>.score-center2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-structural.score-column4-equal>.score-center2 {
    float: left;
    width: 25%;
  }
}

.score-structural.score-column4-equal>.score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .score-structural.score-column4-equal>.score-right {
    float: left;
    width: 25%;
  }
}

/*adjust containers width to be divisible by whole numbers*/
html {
  font-size: 62.5%;
}

/*@media (max-width:767px) {
  body {
    font-size: 1.5rem;
  }
}*/

.nsclc sup {
  font-size: 70%;
  top: -0.55em;
}

.nsclc h2 sup {
  font-size: 60%;
  top: -0.6em;
}

.patient-case-studies h2 sup {
  font-size: 60%;
  top: -0.6em;
}

.patient-case-studies .inner-hero {
  background-image: linear-gradient(90deg, #F2F6F8 1%, #FAFBFC 100%) !important;
}

.orr-and-dor h2 sup {
  font-size: 60%;
  top: -0.6em;
}

.cscc sup {
  font-size: 70%;
  top: -0.55em;
}

.bcc sup {
  font-size: 70%;
  top: -0.55em;
}

.response-duration sup {
  font-size: 70%;
  top: -0.55em;
}

.study-design sup {
  font-size: 70%;
  top: -0.55em;
}

.orr-and-dor sup {
  font-size: 70%;
  top: -0.55em;
}

.references sup {
  font-style: italic;
}

.references a {
  pointer-events: none;
}

.patient-case-studies sup {
  font-size: 70%;
  top: -0.55em;
}

.patient-characteristics sup {
  font-size: 70%;
  top: -0.55em;
}

.product-support sup {
  font-size: 70%;
  top: -0.55em;
}

.patient-characteristics h2 sup,
.study-design h2 sup,
.response-duration h2 sup {
  font-size: 60% !important;
  top: -0.6em;
}

h1,
.h1 {
  font-size: 4.4rem;
  font-weight: 700;
}

/*.patient-characteristics h2,
.patient-characteristics .h2 {
  font-size: 3rem;
  font-weight: 700;
  margin: 20px 0 10px;
}*/

h2 sup,
.h2 sup {
  font-size: 60%;
  top: -0.6em;
}

h2,
.h2,
h3,
.h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  color: var(--primary-color);
  margin: 0 0 62px 0;
}

h3,
.h3 {
  font-size: 30px;
  margin: 0 0 40px 0;
}

h4,
.h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  color: var(--primary-color);
}

h5,
.h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 22px 0;
  line-height: 120%;
  color: var(--primary-color);
}

h6,
.h6 {
  font-size: 1.6rem;
  line-height: 120%;
  font-weight: 700;
  color: var(--primary-color);
}
.list-circle_pink h6 {
  color: black;
}
.headline>* {
  margin: 7px 0;
}

.headline>*:last-child {
  margin-bottom: 60px;
}

.text-sm {
  font-size: 1.2rem;
}

a {
  color: #004f6f;
  text-decoration: none;
}

a sup {
  display: inline-block;
  line-height: 1.1em;
  text-decoration: none;
}

@media (min-width:992px) {
  a[href^="tel:"] {
    color: inherit;
    display: inline-block;
    pointer-events: none;
    text-decoration: none;
  }
}

a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
  outline-offset: 0;
}

p {
  margin: 0 0 20px;
}

.txt-underline {
  text-decoration: underline;
}

.txt-word-break {
  word-break: break-word;
}

.text-bold-regular {
  font-weight: 700;
}

.text-bold-condensed {
  font-weight: 700;
}

@media (min-width:1200px) {
  .pageWrapper {
    width: 1200px;
    margin: 0 auto;
    /*box-shadow: 0px -6px 6px -1px rgba(1, 1, 1, 0.5);*/
    box-shadow: none !important;
    overflow: hidden;
    padding-bottom: 15px;
  }
}

.pageWrapper .container-inner {
  max-width: 1050px;
  margin: 30px auto;
}

.score-container.full-width>.container {
  width: auto;
  padding: 0;
}

.score-container.full-width>.container>.score-page.score-column1 {
  margin-left: 0;
  margin-right: 0;
}

.score-container.full-width>.container>.score-page.score-column1>.score-main {
  padding-left: 0;
  padding-right: 0;
}

.bg-grey-light {
  background-color: #EEEEED;
}

.text-grey-light {
  color: #EEEEED;
}

.bg-teal-lighten {
  background-color: #d7e4e9;
}

.text-teal-lighten {
  color: #d7e4e9;
}

.bg-white {
  background-color: #fff;
}

.text-white {
  color: #fff;
}

.bg-grey {
  background-color: #c9c7c6;
}

.text-grey {
  color: #c9c7c6;
}

.bg-green {
  background-color: #969b1e;
}

.text-green {
  color: #969b1e;
}

.bg-blue-light {
  background-color: #EFF4F6;
}

.text-blue-light {
  color: #EFF4F6;
}

.bg-brown-light {
  background-color: #7c7371;
}

.text-brown-light {
  color: #7c7371;
}

.bg-brown {
  background-color: #5c514e;
}
.bg-lighter-gray{
  background-color: var(--light-grey-color);
}
.text-brown {
  color: #5c514e;
}

.bg-teal-dark {
  background-color: #013e57;
}

.text-teal-dark {
  color: #013e57;
}

.bg-teal-light {
  background-color: #CCDBE2;
}

.text-teal-light {
  color: #CCDBE2;
}

.bg-teal {
  background-color: #004f6f;
}

.text-teal {
  color: #004f6f;
}

.text-black {
  color: var(--black-color);
}

.bg-pink-lighten {
  background-color: #FCEFF6;
}

.text-pink-lighten {
  color: #FCEFF6;
}

.bg-pink-light {
  background-color: #f8cce3;
}

.text-pink-light {
  color: #f8cce3;
}

.bg-pink {
  background-color: #dc0077;
}

.text-pink {
  color: #dc0077;
}

.bg-body-copy {
  background-color: #080808;
}

.text-400 {
  font-weight: 400;
}

.text-200 {
  font-weight: 200;
}

.section-right {
  float: right;
}

@media (max-width:767px) {
  .section-right {
    float: none;
    text-align: center;
  }
}

.section-right a {
  text-align: center;
}

/* .next-links {
  position: relative;
  width: 100%;
  background-color: #EFF4F6 !important;
  border-radius: 10px;
  overflow: hidden;
  margin: 50px auto 25px auto;
  border: 1px solid transparent;
} */
@media (max-width:991px) {
  .next-links {
    margin: 40px auto 20px auto;
  }
}

.toggle-icon {
  display: none;
  position: absolute;
  right: 20px;
  font-size: 20px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid;
  text-align: center;
  transform: translateY(-50%) rotate(0deg);
  top: 50%;
  transition: transform 300ms;
}



.toggle-icon:after,
.toggle-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 15px;
  border-top: 2px solid;
  transform: translate(-50%, -50%);
}

.toggle-icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.open .toggle-icon,
[aria-expanded="true"] .toggle-icon {
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 991px) {

  /*.indication-dropdown .dropdown > a .toggle-icon{
      width: 24px;
      height: 24px;
      text-align: center;
      margin-left: 0;
      color: transparent;
  }
  .toggle-icon:after, .toggle-icon:before{
    content:'';
    position: absolute;
    top: 50%;
    bottom: 50%;
    width: 11px !important;
    border-top: 2px solid #000000 !important;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .indication-dropdown .dropdown > a .toggle-icon:after{
    transform: translate(-50%, -50%) rotate(90deg) !important;
    padding: 0 !important;
        display: inline !important;
  }
  .indication-dropdown .dropdown > a[aria-expanded="true"] .toggle-icon{
    top:9px !important;
  }*/
}

/*
.container-inner {
    max-width: 1040px;
    margin: auto;
}
.next-links {
    position: relative;
    width: 100%;
    background-color: #F3F2F2;
    border-radius: 10px;
    overflow: hidden;
    margin: 50px auto 25px auto;
    border: 1px solid transparent;
    @media @sm-max {
       margin: 40px auto 20px auto;
    }
    .btn-crosslink {
        &:before {
            border-color: @grey;
        }
        &:after {
            background-color: @brown;
        }
        a {
            font-size: 22px !important;
        }
    }
}
.toggle-icon {
    display: none;
    position: absolute;
    right: 20px;
    font-size: 20px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid;
    text-align: center;
    transform: translateY(-50%) rotate(0deg);
    top: 50%;
    transition: transform 300ms;
    @media (max-width: 991px) {
        display: block;
    }
    &:after, &:before {
        content: "";
        position: absolute;
        top: 50%;
        bottom: 50%;
        width: 15px;
        border-top: 2px solid;
        transform: translate(-50%, -50%);
    }
    &:after {
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .open &,
    [aria-expanded="true"] & {
        transform: translateY(-50%) rotate(45deg);
    }
}*/
.btn-primary {
  position: relative;
  display: inline-flex;
  height: 44px;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  border: 4px solid transparent;
  outline: 1px solid transparent;
  box-shadow: none !important;
  border-radius: 60px;
  background-color: var(--secondary-color) !important;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: #FFFFFF !important;
}

.btn-primary:hover {
  background: #A60054!important;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25) !important;
}

.btn-primary:focus-visible,
.utility-container .utility .signup-link:focus-visible {
  border: 4px solid #FFF!important;
  box-shadow: 0px 0px 8px 0px #004F6F !important;
  outline: 1px solid var(--primary-color) !important;
}

.btn-primary:active {
  background: #78003E!important;
}

.btn-secondary {
  position: relative;
  display: inline-flex;
  height: 44px;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  border: 4px solid transparent;
  outline: 1px solid transparent;
  background-color: #F7EA48 !important;
  border-radius: 60px;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 1.4;
  color: #004f6f !important;
  box-shadow: none !important;
  text-transform: none;
}

.btn-secondary:hover {
  background: #DACE4F !important;
}

.btn-secondary:focus-visible {
  border: 4px solid #FFF!important;
  box-shadow: 0px 0px 8px 0px #004F6F !important;
  outline: 1px solid var(--primary-color) !important;
}

.btn-secondary:active {
  background: #BEB445!important;
}

.utility-container .utility .signup-link {
  color: white;
  padding: 7px 10px;
  background: #dc0077;
  border-radius: 20px;
  text-align: center;
  min-width: 130px;
  font-size: 16px;
  line-height: 1;
  /* border: 4px solid transparent; */
  outline: 1px solid transparent;
}

/* .btn-secondary:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  border: 1px solid #004f6f;
  border-width: 0 2px 2px 0;
  padding: 6px;
  margin-top: -6px;
  margin-left: 10px;
  transform: rotate(-45deg);
} */


.libtayo-surround-enrollment .btn-secondary {
  color: #fff !important;
  min-height: 52px;
  line-height: unset;
  background: #004f6f !important;
}

.libtayo-surround-enrollment .btn-secondary:hover:after {
  padding: 0px;
}

.libtayo-surround-enrollment ul.list-circle>li {
  padding: 0 16px 0 12px;
}

/* .btn-secondary:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  padding: 5px;
  margin-top: -5px;
} */
.btn-forward,
.btn-reverse {
  position: relative;
  border: 0;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  color: var(--secondary-color) !important;
  box-shadow: none;
  margin: 10px 0;
  z-index: 1;
}

.btn-forward:hover,
.btn-reverse:hover,
.btn-forward:focus,
.btn-reverse:focus,
.btn-forward:active,
.btn-reverse:active {
  color: #B0005F !important;
  text-decoration: underline !important;
}

a.btn-forward:after {
  content: "";
  width: 24px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 0;
  background: url("../assets/ems/condition/core/global/right-arrow-pink.png") no-repeat;
  background-position: right center;
  margin-left: 12px;
}

a.btn-reverse:before {
  content: "";
  width: 24px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 0;
  background: url("../assets/ems/condition/core/global/arrow-left.png") no-repeat;
  background-position: left center;
  margin-right: 10px;
}

.btn-crosslink {
  position: relative;
  /* width: 372px; */
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px auto 25px auto;
}

/* @media (max-width:767px) {
  .btn-crosslink {
    width: 100% !important;
  }
} */
.btn-crosslink:after,
.btn-crosslink:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: skewX(-35deg);
  border-radius: 30px 0;
}

.btn-crosslink:after {
  background-color: #004f6f;
}

.about .btn-crosslink:after {
  background-color: #004f6f !important;
}

.study-design .btn-crosslink:after {
  background-color: #004f6f !important;
}

.patient-characteristics .btn-crosslink:after {
  background-color: #004f6f !important;
}

.response-duration .btn-crosslink:after {
  background-color: #004f6f !important;
}

.patient-case-studies .btn-crosslink:after {
  background-color: #004f6f !important;
}

.btn-crosslink:before {
  border: 2px solid #CCDBE2;
  top: 10px;
  left: 10px;
}

.btn-crosslink a {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  padding-right: 40px;
}

.btn-crosslink a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  width: 24px;
  height: 18px;
  background: url('../assets/ems/condition/core/global/arrow-right-white.png') no-repeat;
  background-position: right center;
}

.btn-crosslink .active {
  display: none;
}

.combo .btn-crosslink:after {
  background: #dc0077;
}

.combo .btn-crosslink:before {
  border: 2px solid rgba(220, 0, 119, 0.15);
}

@media (max-width: 375px) {

  .btn-primary,
  .btn-secondary {
    font-size: 1.6rem;
  }
}

[type="radio"],
[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

[type="radio"]+span,
[type="checkbox"]+span {
  position: relative;
  padding-left: 65px;
  cursor: pointer;
  display: inline-block;
  line-height: 22px;
}

[type="radio"]+span:before,
[type="checkbox"]+span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: 3px solid gray;
  border-radius: 50%;
  background: lightgray;
}

[type="radio"]+span:after,
[type="checkbox"]+span:after {
  content: '';
  background: #dc0077;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+span:after,
[type="checkbox"]:not(:checked)+span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+span:after,
[type="checkbox"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

[type="checkbox"]+span:before {
  border-radius: 0;
}

[type="checkbox"]+span:after {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e013";
  background: none;
  color: #dc0077;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
}

.pageWrapper input,
.modal input,
.pageWrapper select,
.modal select {
  height: 50px;
  line-height: inherit;
  padding: 12px 15px;
  border: 0;
  width: 100%;
  outline: none;
  border: 3px solid gray;
  background-color: lightgray;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  font-family: sans-serif;
}

.pageWrapper input::placeholder,
.modal input::placeholder,
.pageWrapper select::placeholder,
.modal select::placeholder {
  color: #c1c1c1;
}

.pageWrapper input::-ms-clear,
.modal input::-ms-clear,
.pageWrapper select::-ms-clear,
.modal select::-ms-clear {
  display: none;
}

.pageWrapper input.hasError,
.modal input.hasError,
.pageWrapper select.hasError,
.modal select.hasError {
  border-color: #d20606;
}

.pageWrapper input.hasError+span:before,
.modal input.hasError+span:before,
.pageWrapper select.hasError+span:before,
.modal select.hasError+span:before {
  border-color: #d20606;
}

.pageWrapper select,
.modal select {
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-position: center right 15px;
  background-repeat: no-repeat;
  padding-right: 40px;
}

.pageWrapper select::-ms-expand,
.modal select::-ms-expand {
  display: none;
}

.anwser label.errorLb,
.modal label.errorLb,
.pi-dateinvalid,
.pi-dateinvalid-careg,
.pi-dateinvalid-pat12 {
  color: #d20606;
  font-size: 12px;
  font-weight: normal;
  margin: 5px 0 0;
}

.anwser label.errorLb[hidden],
.modal label.errorLb[hidden],
.pi-dateinvalid[hidden],
.pi-dateinvalid-careg[hidden],
.pi-dateinvalid-pat12[hidden] {
  display: none;
}

.col-xs-7.form-description {
  width: auto;
  float: none;
}

.requiredDiv {
  display: none;
}

.form-horizontal {
  text-align: left;
}

.form-horizontal [class^="col-"] {
  width: auto;
  float: none;
}

.form-horizontal span[style] {
  color: inherit !important;
}

.anwser label {
  display: block;
  margin: 25px 0 5px;
}

.anwser label.lblAnswerText,
.anwser label.chkLabel {
  font-weight: normal;
}

.anwser label.lblAnswerText p:first-child,
.anwser label.chkLabel p:first-child {
  margin-top: 0;
}

label {
  display: block;
}

.pageWrapper input,
.pageWrapper select {
  max-width: 525px;
}

.pageWrapper #DEMO_DateOfBirth,
.pageWrapper #DEMO_Zip,
.pageWrapper #DEMO_ZipCode,
.pageWrapper .pi-dateofbirth input,
.pageWrapper .caregiver_DOB input,
.pageWrapper .caregiver_patient_DOB input {
  max-width: 140px;
}

.pageWrapper #DEMO_State {
  max-width: 105px;
}

.when-did.ad-questionset label,
.phonenumber-radio label {
  font-weight: 400;
}

.Text-Message-Consent p {
  font-style: italic;
}

.Text-Message-Consent a {
  color: #333333;
  text-decoration: underline;
}

/* Conditional Styling */
/* Confirmation page styling */
/*@media @md-min {
    .card-image { 
        float: left; 
        margin-right: 80px; 
    }
    
    .card-text { 
        text-align: left !important; 
    }
}
.card-table tr {
    th, td { 
        padding-bottom: 5px; 
    }
}*/
div.dupixent-set>div:not(:first-child) {
  display: none;
}

.dupixent-startdate label,
.phonenumber-text label {
  font-weight: inherit;
  margin-top: 10px;
}

.dupixent-subquestion {
  padding: 0 0 0 28px;
}

.copayIneligibilityError {
  margin: 40px 0 20px;
}

.acknowledgeSection-option {
  font-size: 16px;
}

.anwser.AreYouInterested>div>.row {
  padding-left: 28px;
}

.anwser.AreYouInterested>div>.row input {
  max-width: 140px;
}

.anwser.AreYouInterested>div>.row label:not(.errorLb) {
  margin-top: 10px;
  font-weight: normal;
}

/*.acknowledgeSection-option .chkLabel span {
    padding-left: 0;
    &:before,
    &:after {
        display: none;
    }
}*/
.drop-indent {
  margin-left: 28px;
}

.col-xs-6.dupixent-captcha {
  margin-top: 30px;
}

ul.typeahead {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  border-radius: 0;
  margin-top: -1px;
  box-shadow: none;
  min-width: 140px;
  padding: 0;
  border-color: inherit;
}

ul.typeahead li {
  color: inherit;
  margin: 0;
  padding: 0;
}

ul.typeahead li:before {
  display: none;
}

ul.typeahead li a {
  color: inherit;
  background-color: transparent;
  padding: 10px 15px;
  margin: 0;
}

.container.thank-you {
  color: white;
  padding: 0 0 40px;
}

.container.thank-you:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}

.list-footnotes {
  font-size: 1.2rem;
  line-height: 140%;
  padding: 0;
  margin: 0 0 70px 0;
  list-style: none;
}

.list-footnotes.small {
  font-size: 10px;
}

.list-footnotes li {
  margin-bottom: 10px;
  padding: 0;
}
/*.list-sup-data li {
  margin-bottom: 10px;
  position: relative;
  padding: 0 0 0 12px;
}*/
.list-sup-data li {
  margin-bottom: 10px;
  position: relative;
  padding: 0 0 0 8px;
}
.list-footnotes li .symbol {
  display: inline-block;
  direction: rtl;
  margin-right: 2px;
  margin-left: 0;
}
/*.list-sup-data li .symbol{
  display: inline-block;
  direction: rtl;
  margin-right: 2px;
  margin-left: 0px;
  width: 10px;
  text-align: right;
  position: absolute;
  top: 7px;
  left: 0;
  height: 100%;
}*/
.list-sup-data li .symbol{
  display: inline-block;
  direction: rtl;
  width: 5px;
  text-align: left;
  margin-right: 2px;
  margin-left: -8px;
}
.large-footnote {
  font-size: 1.4rem;
}

.divider {
  border: 2px solid #dc0077;
  border-width: 2px 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  color: var(--secondary-color);
  margin-bottom: 64px;
}

.nsclc .pageWrapper .score-container.hp .libtayo-surround .flex>div+div>p {
  margin-bottom: 25px !important;
}

.nsclc .pageWrapper {
  padding-bottom: 0 !important;
  /* box-shadow: 0px -6px 6px -1px rgba(1, 1, 1, 0.25) !important; */
}

ul.list-circle {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

ul.list-circle>li {
  margin: 0;
  padding: 0 16px 0 12px;
  position: relative;
}

.libtayo-surround-overview .btn-secondary:hover:after {
  border-color: #004f6f;
  padding: 0 !important;
}

.libtayo-surround-overview .btn-secondary {
  flex-direction: inherit !important;
  background-color: #a6a6a6 !important;
  color: white !important;
  text-align: center;
  min-height: 42px;
  border: none !important;
}

.libtayo-surround-overview ul.list-circle>li {
  padding: 0 0 0 12px !important;
}

.libtayo-surround-enrollment .list-circle>li:before {
  background-color: #004f6f;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 6px;
  left: 1px;
  position: absolute;
  top: 6px;
  width: 6px;
}

/* ul.list-circle>li:before {
  position: absolute;
  background-color: #004f6f;
  border-radius: 50%;
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  left: 1px;
  top: 9px;
} */
ul.list-circle.pink-circle>li:before {
  background-color: var(--black--color);
}

.modal.in {
  display: flex !important;
}

.modal .modal-dialog {
  max-width: 100%;
  width: 1030px;
  margin: auto;
  padding: 15px;
}

.modal .modal-dialog .modal-content {
  border-radius: 15px 0 15px 0;
  padding: 40px 100px 40px 60px;
}

.modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: 0;
}

.modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 40px;
  background: url('../assets/ems/condition/core/global/btn-close.jpg') no-repeat;
  background-size: 18px 18px;
  opacity: 1;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  position: static;
  margin-bottom: 20px;
}

.modal .modal-dialog .modal-content .modal-footer {
  border-top: 0;
  text-align: center;
  padding: 0;
}

.modal .modal-dialog .modal-content .modal-footer .btn-primary {
  min-width: 250px;
}

.modal .modal-dialog .modal-content .modal-footer .btn-primary+.btn-primary {
  margin-left: 40px;
}

@media (max-width:991px) {
  .modal .modal-dialog .modal-content {
    padding: 20px;
  }

  .modal .modal-dialog .modal-content .modal-header .close {
    right: 15px;
  }

  .modal .modal-dialog .modal-content .modal-body .h1 {
    font-size: 20px;
  }

  .modal .modal-dialog .modal-content .modal-footer .btn-primary {
    min-width: auto;
    width: 123px;
    padding: 10px 15px;
  }

  .modal .modal-dialog .modal-content .modal-footer .btn-primary+.btn-primary {
    margin-left: 15px;
  }
}

.modal#thirdPartyMod .modal-dialog .modal-content .close {
  display: block;
}

.modal#regionMod .modal-dialog .modal-content .modal-header .modal-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  color: #dc0077;
}

.modal#regionMod .modal-dialog .modal-content .modal-header .modal-title small,
.modal#regionMod .modal-dialog .modal-content .modal-header .modal-title .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

.modal#regionMod .modal-dialog .modal-content .modal-header .modal-title small,
.modal#regionMod .modal-dialog .modal-content .modal-header .modal-title .small {
  font-size: 65%;
}

.modal#regionMod .modal-dialog .modal-content .modal-header .modal-title sup {
  font-size: 60%;
  top: -0.6em;
}

.modal#regionMod .modal-dialog .modal-content .modal-footer {
  display: none;
}

@media (max-width:991px) {
  .chart-mobile-img {
    position: relative;
    overflow-x: auto;
    overflow-y: auto;
  }
}

.chart-mobile-img img {
  width: 100%;
}

@media (max-width:991px) {
  .chart-mobile-img img {
    width: 560px;
  }
}

.isi {
  padding-top: 20px;
}

.isi h2,
.isi .h2 {
  color: #dc0077;
}

.isi h2:first-child,
.isi .h2:first-child {
  margin-top: 15px;
}
.isi a{
  color: #004F6F!important;
  text-decoration: underline!important;
}
.isi a:hover,
.isi a:hover *{
  color: #003E57!important;
  text-decoration: none!important;
}
.isi a:active,
.isi a:active *{
  color: #003E57!important;
  text-decoration: underline!important;
}

/* .libhcp-nsclc .isi h2:first-child {
  margin-top: 10px;
} */

@media (max-width:991px) {
  .isi-plusminus {
    right: 0;
    top: 0;
  }

  .view-isi-less .isi-plusminus {
    width: auto;
    right: 20px;
  }

  .isi h2,
  .isi .h2 {
    font-size: 2.2rem !important;
  }

  .indication-dropdown {
    margin-top: 0 !important;
    margin-left: -15px;
    display: flex;
    justify-content: center;
  }
}

.isi-plusminus svg:not(root) {
  width: 24px;
  height: 24px;
}

.isi h2.indication-heading,
.isi .h2.indication-heading {
  margin-top: 15px;
}

@media (max-width:991px) {
  .isi h4,
  .isi .h4 {
    font-size: 1.8rem;
  }
}

@media (max-width:991px) {
  .isi h5 {
    font-size: 1.5rem;
    margin-bottom: 25px !important;
  }
}

.isi .PI-link {
  margin: 20px 0 -5px;
}
.isi h4,
.isi .h4 {
  margin-bottom: 10px;
  margin-top: 5px;
}
.isi h4.isi-subtitle,
.isi .h4.isi-subtitle {
  color: #004f6f;
  margin: 0;
}
.isi h4+p,
.isi .h4+p {
  margin-bottom: 0;
}
.isi p {
  margin: 0 0 10px;
}
.isi .col-md-8 p:last-child{
  color: #004F6F;
}
.isi .section-references .references p{
  color: #080808;
}
.isi .col-md-8 p:nth-child(1),
.isi .col-lg-9 p:nth-child(1) {
  margin: 0 0 0;
}
.isi .list-circle.dash-list {
  padding-left: 15px;
}
.isi .shadow-line {
  margin: 0;
  box-shadow: 0px -1px 3px 1px #f1f0f0;
}

.isi.sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  margin-bottom: 0;
  transition: height 300ms;
  padding: 0;
  height: 160px;
}
.section-references {
  padding-top: 35px;
}
.view-isi-less .isi.sticky {
  height: 80px;
}

.isi.sticky .viewless-h2-wrapper {
  display: none;
}

.view-isi-less .isi.sticky h2:not(.viewless-h2),
.view-isi-less .isi.sticky .h2:not(.viewless-h2) {
  margin: 33px 0;
  display: none;
}

.view-isi-less .isi.sticky h2.viewless-h2,
.view-isi-less .isi.sticky .h2.viewless-h2  {
  margin-top: 0 !important;
}

.view-isi-less .isi.sticky .viewless-h2-wrapper {
  margin: 33px 0;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.view-isi-less .isi.sticky .viewless-h2-wrapper .separator {
  width: 2px;
  background: #AAA9A9;
  height: 29px;
}

.view-isi-less .isi.sticky .separater,
.view-isi-less .isi.sticky .read-less {
  display: none;
}

@media (max-width:1199px) {
  .isi.sticky {
    background: white;
    border-top: 1px solid #eeeeee;
    padding: 10px 0;
    z-index: 95;
  }

}

.isi .scroll-container .h5{
  margin: 20px 0 -5px;
}

@media (max-width:767px) {
  .libhcp-nsclc .isi.sticky{
    padding-bottom: 0!important;
  }
  .isi h2, 
  .isi .h2{
    margin-bottom: 0 !important;
  }
  
  .isi.sticky {
    height: 205px;
    padding: 15px 0 0 !important;
  }
  .isi .scroll-container .h5{
    margin: 20px 0;
  }
  .view-isi-less .isi.sticky {
    height: 60px;
  }
  .isi.sticky .isi-plusminus {
    top: 11px;
    right: -40px;
    gap: 5px;
    align-items: center;
  }
  .view-isi-less .isi-plusminus {
    top: 10px !important;
   right: 21px !important;
  }
  .isi-drawer-open .isi.sticky .isi-plusminus {
    right:10px !important;
  }
  .isi-drawer-open .isi.sticky .isi-plusminus .read-less {
    margin-left: 70px;
  }
  .isi-plusminus svg:not(root) {
    width: 20px;
    height: 20px;
  }
  .isi-plusminus .separater{
    height: 20px;
  }

  .view-isi-less .isi.sticky .viewless-h2-wrapper {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: normal;
  }

  .view-isi-less .isi.sticky .viewless-h2-wrapper .separator {
    display: none;
  }

  .view-isi-less .isi.sticky h2.viewless-h2,
  .view-isi-less .isi.sticky .h2.viewless-h2 {
    margin: 10px 0 0 0 !important;
  }

  h2,
  .h2,
  h3,
  .h3 {
    margin: 0 0 35px 0 !important;
    font-size: 34px !important;
  }

  h3,
  .h3 {
    margin: 0 0 20px 0 !important;
    font-size: 26px !important;
  }
  h4,
  .h4 {
    font-size: 20px !important;
  }

  .indication-dropdown .dropdown .dropdown-menu li a {
    padding-left: 80px;
  }
  .navbar-default.score-megamenu .navbar-nav > li.open .dropdown-menu {
    max-height: fit-content !important;
  }
}

@media (min-width:768px) {
  .isi.sticky .title {
    padding-right: 35px;
  }
}

.isi.sticky h2,
.isi.sticky .h2,
.isi h2,
.isi .h2 {
  margin-bottom: 0;
  margin-top: 0px;
  font-size: 22px !important;
}

.isi h4.isi-subtitle,
.isi .h4.isi-subtitle {
  font-size: 20px !important;
  margin: 0!important;
}

.libhcp-bcc .adverse-reactions h2 sup,
.h2 sup {
  font-size: 60%;
  top: -0.6em;
}

@media (max-width:767px) {
  .isi.sticky h2,
  .isi.sticky .h2 {
    margin: 10px 0 0 0 !important;
  }

  .divider {
    margin-bottom: 32px;
  }
}

.isi.sticky .shadow-line {
  display: none;
  margin-top: -10px;
}
.isi-drawer-open .isi.sticky .score-page .score-main{
  margin-top: 0;
}
.isi-drawer-open .isi.sticky {
  height: calc(100vh - 156px);
}
.isi-drawer-open .isi.sticky h2{
  margin-top: 20px;
}
.isi-drawer-open .topbtn {
  display: block;
}

.isi-drawer-open .isi.sticky .isi-plusminus .read-more,
.isi-drawer-open .isi.sticky .isi-plusminus .separater {
  display: none;
}

.isi-drawer-open .isi.sticky .isi-plusminus .read-less {
  margin-left: 50px;
}

@media (max-width:767px) {
  .isi-drawer-open .isi.sticky {
    height: calc(100vh - 277px);
  }
}

/*.isi-drawer-open .isi.sticky .read-more {
  right: 25px;
}*/

.isi.sticky .container,
.isi.sticky .score-page,
.isi.sticky .score-main,
.isi.sticky .score-inner,
.isi.sticky .text-component {
  height: 100%;
}

.isi.sticky .container {
  position: relative;
}

@media (min-width:1200px) {
  .isi.sticky .container {
    /* width: 1200px; */
    background: white;
    border-top: 1px solid #eeeeee;
  }
}

.isi.sticky .score-page {
  position: relative;
}

@media (min-width:1200px) {
  .isi .score-page {
    padding: 0;
  }

  .isi.sticky .score-page {
    width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
  }
}

.isi.sticky .score-page .score-main {
  margin-top: 20px;
}

@media (min-width:1200px) {
  .isi.sticky .score-page .score-main {
    padding: 0;
  }

  .view-isi-less .isi.sticky .score-page .score-main {
    margin: 0;
  }
}

.isi.sticky .text-component {
  display: flex;
  flex-direction: column;
}

@media (min-width:768px) {
  .isi.sticky .scroll-container {
    padding-right: 35px;
  }
}

.isi-drawer-open .isi.sticky .scroll-container {
  overflow: auto;
  padding-right: 30px;
}

.isi.sticky .scroll-container::-webkit-scrollbar {
  width: 5px;
}

.isi.sticky .scroll-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
  border-radius: 0;
}

@media (max-width:767px) {
  .isi.sticky .score-page .score-main {
    margin-top: 0;
  }
}

.isi.sticky .scroll-container::-webkit-scrollbar-thumb {
  border-radius: 25px;
  height: 80px;
  -webkit-box-shadow: inset 0 0 55px #004f6f;
}

#isi {
  /*box-shadow: 0px -4px 5px -5px rgba(1, 1, 1, 0.4);*/
}

.footer-site-map-link {
  margin: 30px 0;
}

.footer-external-links {
  margin: 20px 0;
}

.legal {
  box-shadow: 0 -8px 8px rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding: 30px 0 60px;
}

.legal p {
  margin-bottom: 1em;
}

.legal a[href^="tel:"] {
  font-weight: inherit;
}

.legal .legal-right ul {
  padding: 0;
  display: flex;
  font-size: 15px;
}

.legal .legal-right ul li {
  list-style-type: none;
  padding: 0 20px 0 0;
}

.legal .legal-right ul li:last-child {
  padding-right: 0;
}

.legal .legal-right ul li a {
  font-size: 12px;
  color: #080808;
  text-decoration: underline;
}

@media (max-width:768px) {
  .legal .legal-right ul li a {
    color: #080808 !important;
  }
}

.references a {
  color: inherit;
}

div#modalSection+.container {
  display: none;
}

@media (min-width:1200px) {
  footer {
    width: 1200px;
    margin: 0 auto;
    box-shadow: 0px 6px 6px -1px rgba(1, 1, 1, 0.25);
    margin-top: -15px;
  }
}

.isi-plusminus {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
  position: absolute;
  width: 100px;
  top: 18px;
  right: 0;
}
.view-isi-less .isi-plusminus {
  top: 35px;
}
.isi-plusminus .separater {
  width: 1px;
  height: 23px;
  border: 1px solid #004F6F;
}

/*.read-more {
  position: absolute;
  right: 15px;
  top: 20px;
  text-decoration: none;
  font-weight: 700;
  color: #004f6f !important;
}

a[data-class-toggle="isi-drawer-open"] {
  position: absolute;
  top: 7px;
  right: 0px;
}

.read-more:before {
  content: 'Read more';
}

.read-more:after {
  content: '+';
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 0.65;
  text-align: center;
  border: 1px solid #004f6f;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  transition: transform 300ms;
  padding-top: 3px;
}

@media (max-width:767px) {
  .read-more {
    top: 3px;
  }

  .read-more:after {
    line-height: 0.75;
  }
}

.left-isi .read-more {
  top: 60px;
}


.isi-drawer-open .read-more[data-class-toggle="isi-drawer-open"]:before {
  content: 'Read less';
}

.isi-drawer-open .read-more[data-class-toggle="isi-drawer-open"]:after {
  transform: rotate(134deg);
}

.indication-drawer-open .read-more[data-class-toggle="indication-drawer-open"]:before {
  content: 'Read less';
}

.indication-drawer-open .read-more[data-class-toggle="indication-drawer-open"]:after {
  transform: scaleX(1.2) scaleY(-1);
}*/


.footer-quick-links {
  border-top: 1px solid;
  padding: 30px 0;
  font-size: 12px;
}

.footer-quick-links ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.footer-quick-links ul li {
  list-style-type: none;
}

.footer-quick-links ul li a {
  color: #080808;
}

@media (max-width:767px) {
  .footer-quick-links ul li {
    padding-bottom: 12px;
  }
}

.footer-quick-links ul:nth-of-type(2) {
  margin-bottom: 0;
  justify-content: flex-start;
}

.footer-quick-links ul:nth-of-type(2) li+li {
  padding-left: 60px;
}

@media (max-width:767px) {
  .footer-quick-links ul:nth-of-type(2) li+li {
    padding-left: 0;
  }
}

@media (max-width:767px) {
  .footer-quick-links ul {
    display: block;
    margin-bottom: 0;
  }
}

@media (max-width:767px) {
  .footer-quick-links {
    text-align: center;
  }

  .footer-quick-links .text-right {
    text-align: center;
  }
}

@media (max-width:767px) {
  .section-references {
    word-break: break-word;
  }
}

.section-references .title {
  font-weight: 700;
}

.section-references .placeholder {
  color: #f600ff;
}

@media (min-width:1200px) {

  .pageWrapper,
  footer,
  .isi.sticky .container {
    /*max-width: 1440px;*/
    max-width: 100%;
    width: auto;
  }

  .libhcp-surround .pageWrapper,
  .libhcp-surround footer,
  .libhcp-surround .isi.sticky .container {
    max-width: 1200px;
    width: auto;
  }
}

header {
  position: relative;
  border-bottom: 4px solid #AAA9A9 !important;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.10);
}

@media (min-width:1200px) {
  header .container {
    width: 1200px;
    z-index: 1001;
  }
}

.utility-container {
  box-shadow: 0px 0px 10px -4px rgba(1, 1, 1, 0.5);
}

.utility-container .utility {
  display: flex;
  font-size: 12px;
  font-weight: 700;
  align-items: center;
  padding: 0;
}

@media (max-width:767px) {

  .navbar-default.score-megamenu {
    margin: 10px 0 0 0;
    padding: 12px 16px;
    border-radius: 12px;
    background: var(--Neutrals-White, #FFF);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.20);
    position: absolute;
    top: 5px;
    z-index: 99;
    width: calc(100vw - 30px);
    z-index: 99;
  }
  .navbar-default.score-megamenu.menu-collapsed {
    background: var(--primary-color);
  }
 /* .navbar-default.score-megamenu .navbar-collapse.in{
    left: 0;
    right: 0;
  }*/
  .navbar-default.score-megamenu .score-nav {
    display: flex;
    align-items: center;
  }

  .navbar-default.score-megamenu .indication-dropdown {
    margin: 0 0 0 26px !important;
    border: none;
    width: auto;
  }

  .indication-dropdown .dropdown>a {
    padding: 0;
    word-break: break-word;
    width: 115px;
    margin-top: 0;
  }
  .libhcp-nsclc .menu-collapsed .text-component.indication-dropdown .dropdown a.dropdown-toggle, 
  .libhcp-cscc .menu-collapsed .text-component.indication-dropdown .dropdown a.dropdown-toggle, 
  .libhcp-bcc .menu-collapsed .text-component.indication-dropdown .dropdown a.dropdown-toggle,   
  .menu-collapsed .text-component.indication-dropdown .dropdown a.dropdown-toggle, 
  .menu-collapsed .text-component.indication-dropdown .dropdown a.dropdown-toggle:hover,
  .menu-collapsed .navbar-toggle:after {
    color: #FFFFFF!important;
  }
  .menu-collapsed .text-component.indication-dropdown .dropdown > a.dropdown-toggle .toggle-icon:after {
    border-color: #FFFFFF;
  }
  .utility-container {
    box-shadow: none;
    /*background: var(--black--color);*/
  }

  .utility-container .utility {
    /*height: 30px !important;
    padding: 8px 0;*/
    display: block;
  }

  .utility-container .utility:before,
  .utility-container .utility:after {
    content: " ";
    display: table;
  }

  .utility-container .utility:after {
    clear: both;
  }

  .utility-container .utility:before,
  .utility-container .utility:after {
    content: " ";
    display: table;
  }

  .utility-container .utility:after {
    clear: both;
  }
}

.utility-container .utility a {
  color: #dc0077;
}

@media (min-width:768px) {
  .utility-container .utility a {
    display: inline-block;
  }
}

.pageWrapper .card-border.ribbon:after {
  z-index: 0 !important;
}

/* .utility-container .utility ul.info-links {
  list-style: none;
  margin: 0 20px;
  padding: 0;
} */
@media (max-width:767px) {
  .indication-dropdown .dropdown-menu{
    top: 62px !important;
  }
  .menuexpanded .indication-dropdown .dropdown-menu{
    border-top: 4px solid #93B3BF !important;
  }
  .utility-container .utility ul.info-links {
   /* position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    text-align: center;
    box-shadow: none;*/
    width: 100vw;
    position: static;
    transform: none;
    padding-left: 15px;
    justify-content: center;
    height: 40px;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.10);
    margin: 0 -15px;
    background:#FFFFFF;
  }
  .menuexpanded .utility-container .utility ul.info-links {
    background: var(--primary-color);
  }
  .menuexpanded .utility-container .utility ul.info-links li a{
    color: #FFF;
  }
  .menuexpanded .utility-container .utility ul.info-links li:first-child:after{
    border-right: 2px solid #FFFFFF;
  }
  .menuexpanded .score-page.score-column1>.score-main{
    min-height: auto;
  }
  /*.nsclc .utility-container .utility ul.info-links,
  .cscc .utility-container .utility ul.info-links,
  .bcc  .utility-container .utility ul.info-links {
    top: 38px;
  }*/
}

.utility-container .utility ul.info-links li {
  display: inline-block;
  margin: 0 10px;
}

/* .utility-container .utility ul.info-links li:first-child:after {
  content: '';
  border-right: 1px solid #004f6f;
  position: relative;
  right: -12px;
  height: 12px;
  bottom: -1px;
  display: inline-block;
} */
/* @media (max-width:767px) {
  .utility-container .utility ul.info-links li:first-child:after {
    right: -10px;
  }
} */
/* .utility-container .utility ul.info-links li a {
  text-decoration: none;
} */
/* @media (max-width:767px) {
  .utility-container .utility ul.info-links li a {
    text-decoration: underline;
  }
} */
.utility-container .utility ul.info-links.open {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

@media (max-width:767px) {
  /*.utility-container .utility .us-res {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF !important;
    text-align: center;
    background: var(--black--color);
    padding: 5px 0;
    line-height: 120%;
    margin: 0 -15px;
  }*/
  .utility-container .utility .us-res {
    display: block;
    font-size: 10px;
    padding: 14px 0;
    line-height: 120%;
    font-weight: 400;
  }
  .menuexpanded .utility-container .utility .us-res{
    background: var(--primary-color);
    margin:0 -15px;
    padding-left:15px;
    color: #fff;
  }
  .utility-container .utility ul.info-links.open li {
    display: block;
  }
  .utility-container .utility ul.info-links li a {
    padding: 0 !important;
  }
}

@media (max-width:767px) {
  .utility-container .utility ul.info-links.open li .utility-toggle:after {
    transform: scaleX(1.5) scaleY(1);
  }
}

.utility-container .utility .us-res {
  color: #080808;
}

@media (max-width:991px) {

  .navbar-toggle {
    top: 64%;
    right: 16px;
  }

  .navbar-default .navbar-toggle:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='12' viewBox='0 0 11 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.4744 2.27831C10.865 1.88778 10.865 1.25462 10.4744 0.864092C10.0839 0.473568 9.45075 0.473568 9.06023 0.864092L5.49992 4.4244L1.93969 0.86417C1.54917 0.473645 0.916003 0.473645 0.525479 0.86417C0.134954 1.25469 0.134954 1.88786 0.525479 2.27838L4.08571 5.83861L0.52371 9.40061C0.133185 9.79114 0.133185 10.4243 0.52371 10.8148C0.914234 11.2053 1.5474 11.2054 1.93792 10.8148L5.49992 7.25283L9.062 10.8149C9.45252 11.2054 10.0857 11.2054 10.4762 10.8149C10.8667 10.4244 10.8667 9.79121 10.4762 9.40069L6.91414 5.83861L10.4744 2.27831Z' fill='%23004F6F'/%3E%3C/svg%3E");
    display: block;
    margin: 0 0 15px 0px;
  }

  .collapsed.navbar-toggle:before {
    content: url(../assets/ems/condition/gateway/home/hamburger-icon.png);
    display: block;
    margin: 0 5px 15px 0;
  }
}

.utility-container .utility .hcp-link {
  color: #004f6f;
}

.utility-container .utility .hcp-link .glyphicon {
  font-size: 0.8em;
  display: none;
}

.utility-container .utility .hcp-link:after {
  content: '';
  background: url('../assets/ems/condition/core/global/blue-arrow-right.png') no-repeat;
  width: 9px;
  height: 11px;
  background-size: contain;
  display: inline-block;
  margin-left: 8px;
}

/*@media (min-width:992px) {
  .utility-container .utility .signup-link {
    margin-right: -15px;
  }
}*/

@media (max-width:767px) {
  .utility-container .utility .signup-link {
    /*display: none;*/
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 12px;
    border: 1px solid var(--Neutrals-White, #FFF);
    border-radius: 60px;
  }
  .navbar-default .navbar-toggle.expanded:before {
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2212%22%20viewBox%3D%220%200%2011%2012%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.4744%202.27831C10.865%201.88778%2010.865%201.25462%2010.4744%200.864092C10.0839%200.473568%209.45075%200.473568%209.06023%200.864092L5.49992%204.4244L1.93969%200.86417C1.54917%200.473645%200.916003%200.473645%200.525479%200.86417C0.134954%201.25469%200.134954%201.88786%200.525479%202.27838L4.08571%205.83861L0.52371%209.40061C0.133185%209.79114%200.133185%2010.4243%200.52371%2010.8148C0.914234%2011.2053%201.5474%2011.2054%201.93792%2010.8148L5.49992%207.25283L9.062%2010.8149C9.45252%2011.2054%2010.0857%2011.2054%2010.4762%2010.8149C10.8667%2010.4244%2010.8667%209.79121%2010.4762%209.40069L6.91414%205.83861L10.4744%202.27831Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  }
}

.utility-container .utility .facebook-link {
  width: 22px;
  height: 22px;
  background-size: contain;
  text-indent: -99999px;
  overflow: hidden;
  position: relative;
}

.about .next-links {
  background-color: #EFF4F6;
}

.next-links {
  background-color: #F3F2F2;
}

.bcc .next-links {
  background-color: #EFF4F6;
}

.patient-characteristics .next-links {
  background-color: #EFF4F6;
}

.response-duration .next-links {
  background-color: #EFF4F6;
}

.patient-case-studies .next-links {
  background-color: #EFF4F6;
}

.orr-and-dor .next-links {
  background-color: #EFF4F6;
}

.study-design .next-links {
  background-color: #EFF4F6;
}

.orr-and-dor .next-links .btn-crosslink:after {
  background-color: #004f6f;
}

.formulary-kit .next-links .btn-crosslink:after {
  background-color: #5c514e;
}

.next-links .btn-crosslink:before {
  border-color: #c9c7c6;
}

.bcc .btn-crosslink:after {
  background-color: #004f6f;
}

.next-links .btn-crosslink a {
  font-size: 22px !important;
}

.card-container {
  position: relative;
  border: 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15) !important;
  background-color: #fff;
  color: #080808;
  border-radius: 30px;
  min-height: auto;
  padding: 40px 50px;
  margin: 0 0 72px 0;
  overflow: hidden;
}

.card-container.mini {
  border-radius: 40px !important;
  padding: 32px !important;
}

/*.study-design .card {
  border-radius: 0 30px 0 30px !important;
}*/

.card {
  border: none !important;
  margin: 10px 0;
  border-radius: 20px !important;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 45px !important;
  z-index: 1;
  line-height: 140% !important;
  /* 22.4px */
}

@media (max-width:767px) {
  .card.offset-border {
    /* padding: 20px 25px 25px;
    margin-right: 10px; */
    padding: 30px 40px;
    margin-left: -5px;
    margin-right: -15px;
  }
}

.card.offset-border:after {
  content: none;
  display: block;
  width: 100%;
  height: 100%;
  top: -10px;
  right: -10px;
  position: absolute;
  border: 2px solid #c9c7c6;
  border-radius: 0 30px 0 30px;
  z-index: -1;
}

.card.offset-border.dosing:after {
  border: 0px;
}

.card.grey {
  background-color: var(--light-grey-color);
  color: var(--black-color);
  border: none;
}

.card.pink {
  background-color: #F4E9EF;
  color: var(--secondary-color);
  border: none;
}

/*
.card.teal {
  background-color: #EFF4F6;
  border-color: #ccdbe2;
}

.card.pink-border {
  background-color: #fff;
  border-color: #f8cce3;
}

.card.teal-border {
  background-color: #fff;
  border-color: #CCDBE2;
}

.card.grey-border {
  background-color: #fff;
  border-color: rgba(151, 151, 151, 0.1);
}

.card.green-border {
  background-color: #fff;
  border-color: rgba(150, 155, 30, 0.1);
}
*/
.about .inner-hero {
  background-image: linear-gradient(90deg, #F2F6F8 1%, #FAFBFC 100%);
}

.bcc .inner-hero {
  background-image: linear-gradient(90deg, #F2F6F8 1%, #FAFBFC 100%);
}

.response-duration .inner-hero {
  background-image: linear-gradient(90deg, #F2F6F8 1%, #FAFBFC 100%);
}

.patient-characteristics .inner-hero {
  background-image: linear-gradient(90deg, #F2F6F8 1%, #FAFBFC 100%);
}

.orr-and-dor .inner-hero {
  background-image: linear-gradient(90deg, #F2F6F8 1%, #FAFBFC 100%);
}

/* @media (max-width:991px) {
  .inner-hero {
    height: auto;
    min-height: 140px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
} */
/* .inner-hero:after,
.inner-hero:before {
  content: '';
  width: 2000px;
  height: 2000px;
  position: absolute;
  left: 65%;
  transform: skewX(-35deg);
  bottom: 0;
  transform-origin: bottom left;
  opacity: 0.5;
} */
/* @media (max-width:767px) {
  .inner-hero:after,
  .inner-hero:before {
    left: 60%;
  }
}
.inner-hero:before {
  background-image: linear-gradient(90deg, #F4F4F4 1%, #E2E1E0 40%);
} */
.inner-hero:after {
  border: 2px solid white;
  transform: translate(-15px, -10px) skewX(-35deg);
}

.patient-characteristics .inner-hero:after {
  transform: translate(-10px, -10px) skewX(-35deg);
}

.study-design .inner-hero:after {
  transform: translate(-10px, -10px) skewX(-35deg);
}

.orr-and-dor .inner-hero:after {
  transform: translate(-10px, -10px) skewX(-35deg);
}

.response-duration .inner-hero:after {
  transform: translate(-10px, -10px) skewX(-35deg);
}

.inner-hero .container {
  /* max-width: 1070px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.inner-hero .container:before,
.inner-hero .container:after {
  display: none;
}

@media (max-width:1199px) {
  .inner-hero .container {
    /* width: 750px; */
  }
}

/* .study-design .inner-hero h1 {
  line-height: 0.9;
} */

.orr-and-dor .inner-hero h1 {
  line-height: 0.9;
}

.response-duration .inner-hero h1 {
  line-height: 0.9;
}

/* .inner-hero h1 {
  margin: 0;
  line-height: 1.1;
  position: relative;
  z-index: 1;
} */
.inner-hero h1 small {
  font-size: 3.4rem;
  font-weight: inherit;
  color: inherit;
}

@media (max-width:767px) {
  .inner-hero h1 small {
    font-size: 3.1rem;
  }
}

/* .inner-hero img {
  position: relative;
  height: 91px;
}
@media (max-width:1199px) {
  .inner-hero img {
    height: 67px;
  }
} */
.table-mobile-slider .table-nav {
  display: none;
}

@media (max-width:991px) {
  header {
    border-bottom: none !important;
    box-shadow: none;
  }
  .table-mobile-slider {
    margin: 50px 0 !important;
    position: relative;
  }

  .table-mobile-slider .table-nav {
    display: inline-block;
    list-style: none;
    float: right;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
  }

  .table-mobile-slider .table-nav.table-nav-top {
    top: -25px;
  }

  .table-mobile-slider .table-nav.table-nav-bottom {
    bottom: -30px;
  }

  .table-mobile-slider .table-nav>li {
    display: inline-block;
    line-height: 1;
    margin: 0;
    padding: 3px 1px;
  }

  .table-mobile-slider .table-nav>li>a {
    background-color: #fff;
    border: 1px solid #004f6f;
    border-radius: 100%;
    display: inline-block;
    height: 10px;
    text-decoration: none;
    text-indent: -9999px;
    width: 10px;
  }

  .table-mobile-slider .table-nav>li>a.active {
    background-color: #004f6f;
  }

  .table-mobile-slider .table-nav>li:first-child>a,
  .table-mobile-slider .table-nav>li:last-child>a {
    background-size: 14px 14px;
    border: none;
    border-radius: 0;
    height: 14px;
    position: relative;
    top: -3px;
    width: 14px;
  }

  .table-mobile-slider .table-nav>li:first-child>a {
    transform: rotate(90deg);
  }

  .table-mobile-slider .table-nav>li:last-child>a {
    transform: rotate(-90deg);
  }

  .table-mobile-slider table>thead>tr>th.table-column-2,
  .table-mobile-slider table>tbody>tr>th.table-column-2,
  .table-mobile-slider table>tbody>tr>td.table-column-2,
  .table-mobile-slider table>thead>tr>th.table-column-3,
  .table-mobile-slider table>tbody>tr>th.table-column-3,
  .table-mobile-slider table>tbody>tr>td.table-column-3,
  .table-mobile-slider table>thead>tr>th.table-column-4,
  .table-mobile-slider table>tbody>tr>th.table-column-4,
  .table-mobile-slider table>tbody>tr>td.table-column-4,
  .table-mobile-slider table>thead>tr>th.table-column-3-4,
  .table-mobile-slider table>tbody>tr>th.table-column-3-4,
  .table-mobile-slider table>tbody>tr>td.table-column-3-4 {
    display: none;
  }

  .table-mobile-slider table>thead>tr>th.table-column-2.active,
  .table-mobile-slider table>tbody>tr>th.table-column-2.active,
  .table-mobile-slider table>tbody>tr>td.table-column-2.active,
  .table-mobile-slider table>thead>tr>th.table-column-3.active,
  .table-mobile-slider table>tbody>tr>th.table-column-3.active,
  .table-mobile-slider table>tbody>tr>td.table-column-3.active,
  .table-mobile-slider table>thead>tr>th.table-column-4.active,
  .table-mobile-slider table>tbody>tr>th.table-column-4.active,
  .table-mobile-slider table>tbody>tr>td.table-column-4.active,
  .table-mobile-slider table>thead>tr>th.table-column-3-4.active,
  .table-mobile-slider table>tbody>tr>th.table-column-3-4.active,
  .table-mobile-slider table>tbody>tr>td.table-column-3-4.active {
    display: table-cell;
  }
}

.table-custom-big {
  border: 1px solid #000;
  margin: 0 0 1em;
  padding: 5px;
}

.table-custom-big table {
  width: 100%;
}

.table-custom-big table>thead>tr>th {
  border-right: 1px solid #5c514e;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 0 5px;
}

.table-custom-big table>thead>tr>th:first-child {
  padding-left: 0;
}

.table-custom-big table>thead>tr>th:nth-child(1) {
  width: 20%;
}

.table-custom-big table>thead>tr>th:nth-child(2) {
  width: 20%;
}

.table-custom-big table>thead>tr>th:nth-child(3) {
  width: 30%;
}

.table-custom-big table>thead>tr>th:nth-child(4) {
  width: 30%;
}

@media (max-width:767px) {
  .table-custom-big table>thead>tr>th.table-col span {
    height: 60px;
    display: flex;
    align-items: center;
  }

  .table-custom-big table>thead>tr>th.table-col span.text-center {
    justify-content: center;
  }
}

.table-custom-big table>thead>tr>th span {
  background-color: #5c514e;
  border-bottom-left-radius: 25px;
  display: block;
  padding: 22px 10px;
}

@media (max-width:991px) {
  .table-custom-big table>thead>tr>th span {
    font-size: 14px;
  }
}

.table-custom-big table>tbody {
  font-size: 0.9em;
  font-weight: 200;
}

.table-custom-big table>tbody>tr>th {
  border: 1px solid #000;
  border-bottom: none;
  border-left: none;
  font-weight: 700;
  padding: 5px 10px;
}

.table-custom-big table>tbody>tr>td {
  border: 1px solid #000;
  border-bottom: none;
  border-left: none;
  padding: 5px 10px;
  vertical-align: middle;
}

@media (max-width:991px) {
  .table-custom-big table>tbody>tr>td {
    border-right: none;
  }
}

.table-custom-big table>tbody>tr>td:last-child {
  border-right: none;
}

.table-custom-big table>tbody>tr:first-child>th,
.table-custom-big table>tbody>tr:first-child>td {
  border-top: none;
}

.table-custom-big table>tbody>tr.even>th,
.table-custom-big table>tbody>tr.even>td {
  background-color: #eeedec;
}

.table-custom-multi {
  border: 1px solid #000;
  margin: 0 0 0.5em;
  padding: 5px;
  border-radius: 20px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.table-custom-multi table {
  width: 100%;
}

@media (max-width:991px) {
  .table-custom-multi table {
    font-size: 0.75em;
  }
}

.table-custom-multi table>thead>tr>th {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 0 5px;
  text-align: center;
}

@media (max-width:991px) {
  .table-custom-multi table>thead>tr>th {
    max-width: 65px;
  }
}

.table-custom-multi table>thead>tr>th:first-child {
  color: #004f6f;
  padding: 0 0 10px 10px;
  position: relative;
  text-align: left;
  vertical-align: bottom;
}

@media (max-width:991px) {
  .table-custom-multi table>thead>tr>th:first-child {
    max-width: none;
  }
}

.table-custom-multi table>thead>tr>th:first-child:before {
  border: 1px solid black;
  border-left: 3px solid white;
  border-top: 3px solid white;
  display: block;
  content: "";
  bottom: 0;
  left: -7px;
  position: absolute;
  top: -7px;
  right: 0;
  z-index: 2;
  /*@media @sm-max {
                                height: 45px;
                            }
                            @media @xs-max {
                                height: 48px;
                            }*/
}

.table-custom-multi table>thead>tr>th span {
  border-bottom-left-radius: 10px;
  display: block;
  padding: 10px 5px;
}

@media (max-width:767px) {
  .table-custom-multi table>thead>tr>th span {
    font-size: 0.675em;
  }
}

.table-custom-multi table>tbody>tr {
  font-size: 0.9em;
  line-height: 1;
}

.table-custom-multi table>tbody>tr:first-child>th {
  border-top: 3px solid #fff;
}

.table-custom-multi table>tbody>tr>th {
  background-color: #5c514e;
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;
}

.table-custom-multi table>tbody>tr>td {
  font-weight: 200;
  padding: 5px 10px;
  text-align: center;
}

.table-custom-multi table>tbody>tr>td:first-child {
  text-align: left;
}

.table-custom-multi table>tbody>tr>td:last-child {
  background-color: #fbe5f1;
}

.table-custom-multi table>tbody>tr>td:nth-child(2) {
  border-left: 1px solid #5c514e;
}

.table-custom-multi table>tbody>tr>td:nth-child(3) {
  border-left: 1px solid #004f6f;
}

.table-custom-multi table>tbody>tr>td:nth-child(4) {
  border-left: 1px solid #969b1e;
}

.table-custom-multi table>tbody>tr:nth-child(even)>td {
  background-color: #eeedec;
}

.table-custom-multi table>tbody>tr:nth-child(even)>td:last-child {
  background-color: #f2a0cc;
}

.table-download {
  border: 1px solid #000;
  width: 100%;
}

@media (max-width:991px) {
  .table-download>tbody {
    font-size: 0.85em;
  }
}

.table-download>tbody>tr:first-child th {
  border-radius: 25px 25px 0 0px;
}

.table-download>tbody>tr>th {
  background-color: #004f6f;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 8px 0 8px 26px;
}

.table-download>tbody>tr>td {
  border-top: 1px solid #000;
  line-height: 1;
  padding: 7px 5px;
}

.table-download>tbody>tr>td:nth-child(2) {
  border-left: 2px solid #000;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  width: 70px;
}

.table-download>tbody>tr>td a {
  color: #000;
  display: inline-block;
  text-decoration: none;
}

.table-download>tbody>tr>td a:hover {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.table-download>tbody>tr>td .icon-copy {
  display: block;
  padding-left: 40px;
  position: relative;
}

.table-download>tbody>tr>td .icon-copy .icon {
  left: 0;
  position: absolute;
  top: -2px;
}

.table-download>tbody>tr>td .icon {
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 8px;
}

.table-download>tbody>tr>td .icon.icon-pdf {
  background-size: 20px 24px;
  height: 24px;
  width: 20px;
}

.table-download>tbody>tr>td .icon.icon-download {
  background-size: 23px 19px;
  height: 19px;
  width: 23px;
}

.table-custom-1 {
  border: 1px solid #000;
  margin: 0 0 1em;
  padding: 4px 4px 0;
  border-top: 0;
}

.table-custom-1 table {
  line-height: 1;
  width: 100%;
}

.table-custom-1 table>thead {
  font-size: 1.25em;
}

@media (max-width:991px) {
  .table-custom-1 table>thead {
    font-size: 0.85em;
  }
}

.table-custom-1 table>thead>tr>th {
  color: #fff;
  font-weight: 700;
  padding: 0 0 0 5px;
  position: relative;
  text-align: center;
}

.table-custom-1 table>thead>tr>th>span {
  background-color: #dc0077;
  border-bottom-left-radius: 10px;
  display: block;
  padding: 12px 5px;
}

@media (max-width:991px) {
  .table-custom-1 table>thead>tr>th>span {
    padding: 6px 5px;
  }
}

.table-custom-1 table>thead>tr>th:first-child {
  background-color: transparent;
  border: none;
  width: 55%;
}

.table-custom-1 table>thead>tr>th:first-child:before {
  background-color: #fff;
  border: 1px solid #000;
  border-left: none;
  border-top: none;
  display: block;
  content: "";
  height: 70px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: calc(100% + 6px);
  z-index: 2;
  box-shadow: -1px 0px 0 #fff;
}

@media (max-width:991px) {
  .table-custom-1 table>thead>tr>th:first-child:before {
    height: 43px;
  }
}

.table-custom-1 table>thead>tr>th:first-child:after {
  background-color: #fff;
  bottom: -1px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  width: 3px;
}

.table-custom-1 table>thead>tr>th:last-child:after {
  background-color: #fff;
  border-top: 1px solid #000;
  bottom: calc(100% + 4px);
  content: "";
  display: block;
  height: 1px;
  left: -4px;
  position: absolute;
  width: calc(100% + 9px);
}

@media (max-width:991px) {
  .table-custom-1 table>tbody {
    font-size: 0.55em;
  }
}

.table-custom-1 table>tbody>tr>th {
  border-right: 1px solid #000;
  font-weight: 700;
  padding: 5px 10px;
  text-align: left;
}

.table-custom-1 table>tbody>tr>th.sub {
  font-weight: 400;
  padding-left: 25px;
}

.table-custom-1 table>tbody>tr>th.title {
  border: 1px solid #000;
  border-left: none;
  border-right: none;
}

.table-custom-1 table>tbody>tr>td {
  padding: 4px 10px;
  text-align: center;
}

.table-custom-1 table>tbody>tr:first-child>th,
.table-custom-1 table>tbody>tr:first-child>td {
  padding: 0;
}

.table-custom-1 table>tbody>tr:first-child>th .cell-padding,
.table-custom-1 table>tbody>tr:first-child>td .cell-padding {
  border-top: 5px solid #fff;
  display: block;
  padding: 5px 10px;
}

.table-custom-1 table>tbody>tr:nth-child(odd)>th,
.table-custom-1 table>tbody>tr:nth-child(odd)>td {
  background-color: #fff;
}

.table-custom-1 table>tbody>tr:nth-child(even)>th,
.table-custom-1 table>tbody>tr:nth-child(even)>td {
  background-color: #efeeed;
}

.table-custom-2 {
  background-color: #fff;
  border: 2px solid #5c514e;
  line-height: 1.25;
  margin: 0 0 1em;
  padding: 4px;
}

.table-custom-2 table {
  width: 100%;
}

.table-custom-2 table>thead {
  font-size: 0.85em;
}

.table-custom-2 table>thead>tr>th {
  border-bottom-left-radius: 15px;
  color: #fff;
  font-weight: 700;
  padding: 10px 12px;
  position: relative;
  text-align: center;
}

.table-custom-2 table>thead>tr>th:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}

.table-custom-2 table>thead>tr>th:first-child {
  border-bottom-left-radius: 10px;
  text-align: left;
  width: 35%;
}

.table-custom-2 table>thead>tr>th:first-child:before {
  display: none;
}

.table-custom-2 table>thead>tr>th:nth-child(1) {
  background-color: #5c514e;
  border-right: 1px solid #5c514e;
}

.table-custom-2 table>thead>tr>th:nth-child(2) {
  background-color: #004f6f;
  border-right: 1px solid #004f6f;
}

.table-custom-2 table>thead>tr>th:nth-child(3) {
  background-color: #969b1e;
  border-right: 1px solid #969b1e;
}

.table-custom-2 table>thead>tr>th:nth-child(4) {
  background-color: #dc0077;
  border-right: 1px solid #dc0077;
}

.table-custom-2 table>tbody {
  font-size: 0.75em;
}

.table-custom-2 table>tbody>tr>th,
.table-custom-2 table>tbody>tr>td {
  border-bottom: 1px solid #c6c3c2;
  padding: 4px 12px;
}

.table-custom-2 table>tbody>tr>th:nth-child(1),
.table-custom-2 table>tbody>tr>td:nth-child(1) {
  border-right: 2px solid #5c514e;
}

.table-custom-2 table>tbody>tr>th:nth-child(2),
.table-custom-2 table>tbody>tr>td:nth-child(2) {
  border-right: 2px solid #004f6f;
}

.table-custom-2 table>tbody>tr>th:nth-child(3),
.table-custom-2 table>tbody>tr>td:nth-child(3) {
  border-right: 2px solid #969b1e;
}

.table-custom-2 table>tbody>tr>th {
  font-weight: 700;
  text-align: left;
}

.table-custom-2 table>tbody>tr>td {
  text-align: center;
}

.table-custom-2 table>tbody>tr.dark>th,
.table-custom-2 table>tbody>tr.dark>td {
  background-color: #efeeed;
  border-bottom: 1px solid #fff;
}

.table-custom-2 table>tbody>tr:last-child>th,
.table-custom-2 table>tbody>tr:last-child>td {
  border-bottom: none;
}

.table-custom-3 {
  border: 1px solid #000;
  margin: 0 0 1em;
  padding: 3px;
}

.table-custom-3.table-characteristics {
  border-radius: 20px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.table-custom-3.table-characteristics .stripe .curved {
  border-radius: 20px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.table-custom-3 table {
  line-height: 1;
  width: 100%;
}

.table-custom-3 table>thead {
  font-size: 0.85em;
}

.table-custom-3 table>thead>tr>th {
  font-weight: 700;
  position: relative;
  text-align: center;
}

.table-custom-3 table>thead>tr>th span {
  display: block;
  line-height: 1.25;
  padding: 10px 5px;
}

@media (max-width:767px) {
  .table-custom-3 table>thead>tr>th span {
    font-size: 11px;
  }
}

.table-custom-3 table>thead>tr>th:first-child.empty-cell {
  color: #004f6f;
  text-align: left;
}

.table-custom-3 table>thead>tr>th:first-child.empty-cell:first-child {
  background-color: transparent;
  border: none;
  font-size: 18px;
  padding-bottom: 10px;
  vertical-align: bottom;
  width: 55%;
}

.table-custom-3 table>thead>tr>th:first-child.empty-cell:before {
  border: 1px solid #000;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  display: block;
  content: "";
  left: -5px;
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 0;
  z-index: 2;
  /*@media @mobile-xs {
                                    height: 86px;
                                }*/
}

.table-custom-3 table>thead>tr>th:first-child.empty-cell:after {
  bottom: -1px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  width: 3px;
}

.table-custom-3 table>thead>tr>th:last-child:after {
  background-color: #fff;
  border-top: 1px solid #000;
  bottom: calc(100% + 3px);
  display: block;
  height: 1px;
  left: -4px;
  position: absolute;
  top: -5px;
  width: calc(100% + 8px);
}

.table-custom-3 table>thead>tr>th:last-child span {
  padding: 0 0 0 5px;
}

.table-custom-3 table>thead>tr>th.pink span {
  background-color: #dc0077;
  color: #fff;
}

.table-custom-3 table>thead>tr>th.title span {
  border-bottom-left-radius: 5px;
  font-size: 16px;
  margin-left: 4px;
  padding: 10px 0;
}

@media (max-width:767px) {
  .table-custom-3 table>thead>tr>th.title span {
    font-size: 12px;
  }
}

.table-custom-3 table>tbody {
  font-size: 0.75em;
}

.table-custom-3 table>tbody>tr>th {
  border-right: 1px solid #000;
  font-weight: 700;
  padding: 5px 10px;
  text-align: left;
}

.table-custom-3 table>tbody>tr>th.title {
  border: 1px solid #000;
  border-left: none;
  border-right: none;
  background: #5c514e !important;
  color: #fff;
}

.table-custom-3 table>tbody>tr:first-child>th.title {
  background: none !important;
  border: none;
  padding: 0;
}

.table-custom-3 table>tbody>tr:first-child>th.title span {
  background: #5c514e;
  border: none;
  display: block;
  margin-top: 4px;
  padding: 5px 10px;
}

.table-custom-3 table>tbody>tr>td {
  padding: 4px 10px;
  text-align: center;
}

.table-custom-3 table>tbody>tr>td:last-child {
  border-left: 1px solid #000;
}

.table-custom-3 table>tbody>tr.stripe>th,
.table-custom-3 table>tbody>tr.stripe>td {
  background-color: #eeedec;
}

.table-custom-single {
  border: 1px solid #000;
  margin: 0 0 1em;
  padding: 4px;
}

.table-custom-single table {
  line-height: 1;
  width: 100%;
}

.table-custom-single table>thead {
  font-size: 1.25em;
}

@media (max-width:991px) {}

.table-custom-single table>thead>tr>th {
  color: #fff;
  font-weight: 700;
  padding: 0 0 0 5px;
  position: relative;
  text-align: left;
  /*
                    &:first-child {
                        background-color: transparent;
                        border: none;
                        width: 55%;
                        &:before {
                            background-color: #fff;
                            border: 1px solid #000;
                            border-left: none;
                            border-top: none;
                            display: block;
                            content: "";
                            height: calc(~"100% + 5px");
                            left: -5px;
                            position: absolute;
                            top: -5px;
                            width: calc(~"100% + 6px");
                            z-index: 2;
                        }
                        &:after {
                            background-color: #fff;
                            bottom: -1px;
                            content: "";
                            display: block;
                            height: 1px;
                            position: absolute;
                            right: 0;
                            width: 3px;
                        }
                    }
                    
                    &:last-child {
                        &:after {
                            background-color: #fff;
                            border-top: 1px solid #000;
                            bottom: calc(~"100% + 4px");
                            content: "";
                            display: block;
                            height: 1px;
                            left: -4px;
                            position: absolute;
                            width: calc(~"100% + 9px");
                        }
                    }
                    */
}

.table-custom-single table>thead>tr>th>span {
  background-color: #dc0077;
  color: #fff;
  font-weight: 700;
  position: relative;
  border-bottom-left-radius: 10px;
  display: block;
  padding: 12px 15px;
}

@media (max-width:991px) {
  .table-custom-single table>thead>tr>th>span {
    padding: 6px 5px;
  }
}

@media (max-width:991px) {
  .table-custom-single table>tbody {
    font-size: 0.85em;
  }
}

.table-custom-single table>tbody>tr>th {
  font-weight: 700;
  padding: 16px 10px;
}

.table-custom-single table>tbody>tr>th.sub {
  font-weight: 400;
  padding-left: 25px;
}

.table-custom-single table>tbody>tr>th.title {
  border: 1px solid #000;
  border-left: none;
  border-right: none;
}

.table-custom-single table>tbody>tr>td {
  padding: 4px 10px;
  text-align: center;
}

.table-custom-single table>tbody>tr:first-child>th,
.table-custom-single table>tbody>tr:first-child>td {
  position: relative;
}

.table-custom-single table>tbody>tr:first-child>th:before,
.table-custom-single table>tbody>tr:first-child>td:before {
  background-color: #fff;
  content: " ";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.table-custom-single table>tbody>tr:nth-child(even)>th,
.table-custom-single table>tbody>tr:nth-child(even)>td {
  background-color: #efeeed;
}

.table-custom-single table>tbody>tr:nth-child(odd)>th,
.table-custom-single table>tbody>tr:nth-child(odd)>td {
  background-color: #fff;
}

@media (max-width:991px) {
  .table-custom-single table>tbody .list-circle>li:before {
    padding: 0;
    top: 2px;
  }
}



/* Main-v2 End*/
body {
  color: #080808;
  font-family: "DM Sans", sans-serif;
  /* font-size: 1.6rem; */
  /* line-height: 1.5; */
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

p,
a,
ul,
li,
span {
  font-family: var(--font-family);
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a,
a:link:not(.slds-button, .slds-dropdown__item a),
a:visited:not(.slds-button, .slds-dropdown__item a) {
  text-decoration: none;
}

/* header {
    box-shadow: 0px 0px 10px -4px rgba(1, 1, 1, 0.5);
} */
.slds-home_hero_pageWrapper {
  /* width: 75%; */
  margin: 0 auto;
  box-shadow: 1px 3px 10px 5px #E5E5E5;
}

/* Header */
img {
  vertical-align: middle;
}

img {
  border: 0;
}

.slds-header {
  font-family: var(--font-family);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 9999;
  font-weight: var(--page-header-title-font-weight);
  font-size: 14px;
  font-style: normal;
  /* padding: 5px 0; */
  line-height: 21px;
}

.slds-header ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 88.5%;
  margin: 0;
  padding: 0;
}

.slds-header li {
  text-decoration: none;
  padding: 0px 5px;
}

.slds-header ul li:first-child span {
  font-weight: 700;
  /* font-size: 14px; */
}

.slds-header ul li:nth-last-child(1) a {
  width: 130px;
  color: var(--color-white);
  background: var(--primary-color);
  border-radius: 20px;
  font-weight: var(--page-header-title-font-weight);
  /* font-size: 14px; */
  padding: 7px 10px;
  text-align: center;
  line-height: 16px;
}

.slds-header ul li:nth-last-child(1) {
  margin-left: 1%;
}

.slds-header ul li:nth-last-child(2) a {
  color: var(--secondary-color);
  font-weight: 700;
}

.slds-header ul li:nth-child(2) a {
  color: var(--primary-color);
  font-weight: 700;
  /* font-size: 14px; */
}

.slds-header ul li:nth-child(2) a::after {
  content: '';
  border-right: 1px solid var(--secondary-color);
  position: relative;
  left: 8%;
  height: 12px;
}

.slds-header ul li:nth-child(3) a {
  color: var(--primary-color);
  font-weight: 700;
  /* font-size: 14px; */
}

.slds-header ul li:nth-last-child(2) a::after {
  content: '';
  background: url('../assets/ems/condition/core/global/blue-arrow-right.png') no-repeat;
  width: 9px;
  height: 10px;
  background-size: contain;
  display: inline-block;
  margin-left: 8px;
}

.slds-query_header ul li a {
  color: #dc0077;
  text-decoration: underline;
  font-weight: bold;
}

.slds-query_header ul li:nth-child(1) a::after {
  content: '';
  border-right: 1px solid var(--secondary-color);
  position: relative;
  left: 13px;
  height: 10px;
}



.slds_container {
  max-width: 1440px;
  width: auto;
  margin: 0 auto;
}

/*header image */
.slds-libtayo_img {
  position: relative;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

/* header img size*/
.slds-libtayo_img img {
  /* margin-top: 10%; */
  width: 172px;
  height: 80px;
}

/*header navigations */
.utility .info-links li a {
  color: var(--secondary-color);
}

.utility .info-links li a.hcp-link {
  color: var(--primary-color);
}

.slds_container nav {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 70%;
  height: 100px;
}

.slds_container .slds-nav {
  margin: 0;
  padding: 0;
}

.slds-text_component a {
  color: white;
  text-decoration: none;
}

.slds-nav li {
  /* margin: 0px 15px; */
  /* width: 140px; */
  text-align: center;
  font-weight: var(--font-weight-bold);
  color: var(--grey-color);
  font-size: 16px;
  border: none;
  background-color: transparent;
  padding: 6px 15px;
}

.slds-nav li a {
  color: var(--grey-color);
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
}

.slds-nav li a:hover {
  text-decoration: none;
  color: var(--grey-color);
}

/* navigation */
.slds-nav li {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-family);
  list-style: 21.6;
}

.slds-nav li span:hover::after {
  transform: rotate(225deg);
}

.slds-nav li span {
  background-color: transparent;
}

.slds-nav li span::after {
  content: ' ';
  width: 0;
  height: 0;
  margin: 7px auto;
  border: solid var(--grey-color);
  border-width: 0 2px 2px 0;
  display: block;
  padding: 5px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
  text-align: center;
}

.slds-nav li ul {
  display: none;
  position: absolute;
  min-width: 0;
  min-height: none;
  width: 155px;
  left: 50%;
  background-color: #fff;
  z-index: 9999;
  border-top: 3px solid #dc0077;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px !important;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
}

.slds-nav li:hover ul {
  display: block;
}

.slds-nav li ul li {
  display: block;
  padding: 5px 5px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 200;
  font-family: var(--font-family);
  border-radius: 0 0 10px 10px !important;
}

.slds-nav li ul li:hover {
  text-decoration: none;
}

.slds-nav li ul li a {
  color: #000000;
  font-weight: 200;
  font-size: 16px;
  font-family: var(--font-family);
  text-decoration: none !important;
}

.slds-nav li ul li a:hover {
  color: #dc0077;
  text-decoration: none !important;
}

/* toggle-menu*/
.slds-toggle_dropdown {
  position: relative;
  text-align: center;
  background-color: transparent;
  display: inline-block;
  z-index: 9999;
  width: 250px;
  height: 100px;
  align-items: center;
}

.slds-toggle_dropdown button {
  color: #004f6f;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  position: absolute;
  right: 0;
  /* margin: -10px 0 0; */
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  /* height: 30px;
    width: 40px; */
}

.slds-toggle_dropdown button svg {
  width: 50px;
  height: 50px;
}

.slds-toggle_dropdown button span {
  text-transform: uppercase;
  color: #004f6f;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}

.slds-toggle_dropdown_content ul {
  display: flex;
  flex-direction: column;
  background-color: #dc0077;
  width: 100%;
  top: 100%;
  margin: 0;
  position: absolute;
}

.slds-toggle_dropdown_content ul li span {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  padding: 10px;
}

.slds-toggle_dropdown_content ul li span i {
  background-color: transparent;
}

.slds-toggle_dropdown_content ul li {
  color: var(--color-white);
  /* font-size: 16px; */
  border: none;
  background-color: transparent;
  padding: 10px 3px;
}

.slds-toggle_dropdown_content ul li:nth-child(4) {
  border-top: 1px solid white;
}

.slds-toggle_dropdown_content ul li:nth-child(4) a::after {
  content: '';
  background: url('../assets/ems/condition/core/global/arrow-right.svg') no-repeat;
  width: 9px;
  height: 10px;
  background-size: contain;
  display: inline-block;
  margin-left: 8px;
}

.slds-toggle_dropdown_content ul li ul {
  /* display: none; */
  background-color: #fff;
}

.slds-toggle_dropdown_content ul li ul li {
  margin-top: 10px;
  position: relative;
}

.slds-toggle_dropdown_content ul li ul li a {
  color: #000000;
}

.slds-toggle_dropdown_content ul li i::after {
  content: ' ';
  width: 0;
  height: 0;
  margin: 7px auto;
  border: solid var(--white-color);
  border-width: 0 2px 2px 0;
  display: block;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}

.slds-toggle_dropdown_content ul li a {
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  padding: 10px;
}

.nav-menu-sm {
  display: none;
}

/* toggle-icon-query*/
.slds-toggle_dropdown_query {
  display: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  width: 100%;
  margin-top: -47px;
}

.slds-toggle_dropdown_query ul {
  display: flex;
  flex-direction: column;
  background-color: #dc0077;
  /* width: 100%;
    top: 100%;
    margin: 0; */
  position: relative;
}

.slds-toggle_dropdown_query ul li span {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  padding: 10px;
}

.slds-toggle_dropdown_query ul li span i {
  background-color: transparent;
}

.slds-toggle_dropdown_query ul li {
  color: var(--color-white);
  /* font-size: 16px; */
  border: none;
  background-color: transparent;
  padding: 10px 3px;
}

.slds-toggle_dropdown_query ul li:nth-child(4) {
  border-top: 1px solid white;
}

.slds-toggle_dropdown_query ul li:nth-child(4) a::after {
  content: '';
  background: url('../assets/ems/condition/core/global/right-arrow.svg') no-repeat;
  width: 9px;
  height: 10px;
  background-size: contain;
  display: inline-block;
  margin-left: 8px;
}

.slds-toggle_dropdown_query ul li ul {
  /* display: none; */
  background-color: #fff;
}

.slds-toggle_dropdown_query ul li ul li {
  margin-top: 10px;
}

.slds-toggle_dropdown_query ul li ul li a {
  color: #000000;
}

.slds-toggle_dropdown_query ul li i::after {
  content: ' ';
  width: 0;
  height: 0;
  margin: 7px auto;
  border: solid var(--white-color);
  border-width: 0 2px 2px 0;
  display: block;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}

.slds-toggle_dropdown_query ul li a {
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  padding: 10px;
}

/* select cancer type */
.slds-cancer_type {
  text-align: center;
  font-weight: 700;
  font-family: var(--font-family);
  font-size: 16px;
  border: none;
  color: var(--secondary-color);
  margin-bottom: 28px
}

.slds-cancer_type button {
  /* width: 190px; */
  background-color: transparent;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-family);
  color: var(--secondary-color);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.slds-cancer_type span {
  position: relative;
  display: block;
  right: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid var(--secondary-color);
  text-align: center;
  transition-duration: 0.2s;
}

.slds-cancer_type span:after,
.slds-cancer_type span:before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 11px;
  border-top: 2px solid;
  transform: translate(-50%, -50%);
}

.slds-cancer_type span:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.hide {
  display: none;
}

.slds-cancer_type ul {
  /* display: none; */
  margin: 1% 0 0 0;
  padding: 6px 15px;
  text-align: center;
  position: absolute;
  background-color: var(--color-white);
  /* min-width: 180px; */
  box-shadow: 0px 8px 16px 0px var(--dropdown-shadow-color);
  z-index: 9999;
  border-top: 3px solid var(--primary-color);
  border-radius: 0px 0px 10px 10px !important;
}

.slds-cancer_type ul a {
  color: var(--black-color);
  /* padding: 10px 10px; */
  text-decoration: none;
  display: block;
  font-weight: 400;
  font-size: 16px;
}

.slds-cancer_type ul a:hover {
  /* background-color: var(--dropdown-content-color); */
  color: #dc0077;
}

.slds-cancer_type ul li {
  padding: 5px 5px;
  background-color: #fff;
}

/* media query divider cancer type*/
.slds-cancer_type_query {
  font-weight: var(--font-weight-bold);
  border: none;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.slds-cancer_type_query button {
  background-color: transparent;
  font-size: 16px;
  font-weight: bold;
  color: var(--secondary-color);
  border: none;
  cursor: pointer;
  padding: 5px;
  display: flex;
  gap: 10px;
}

.slds-cancer_type_query ul {
  display: none;
  position: absolute;
  background-color: var(--color-white);
  /* min-width: 160px; */
  box-shadow: 0px 8px 16px 0px var(--dropdown-shadow-color);
  margin: 0;
  padding: 0;
  z-index: 9999;
  border-top: 3px solid var(--primary-color);
  border-radius: 0px 0px 10px 10px;
  margin-top: 200px;
}

.slds-cancer_type_query ul a {
  color: var(--black-color);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.slds-cancer_type_query ul a:hover {
  background-color: var(--dropdown-content-color);
}

.slds-show {
  display: block;
}

.slds-cancer_type_query span {
  position: relative;
  display: block;
  right: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid var(--secondary-color);
  text-align: center;
  transition-duration: 0.2s;
}

.slds-cancer_type_query span:after,
.slds-cancer_type_query span:before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 11px;
  border-top: 2px solid;
  transform: translate(-50%, -50%);
}

.slds-cancer_type_query span:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.rotate {
  transform: rotate(45deg);
}

/* media query */
@media only screen and (max-width: 1200px) {
  .slds-header {
    /* font-size: smaller; */
    max-width: 1440px;
  }

  .slds_container {
    max-width: 1440px;
    width: auto;
    margin: 0 auto;
    /* display: block; */
  }

  .slds-nav li {
    /* margin: 0px 10px;
        width: 140px; */
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--grey-color);
    font-size: 16px;
    border: none;
    background-color: transparent;
    line-height: 16.81px;
  }

  /* .slds_container {
        width: 99%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    } */
  .slds-header ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
  }

  .slds-header ul li {
    font-size: 14px;
    font-weight: 700;
  }

  .slds-cancer_type button {
    font-size: 16px;
  }

  .slds-header ul {
    justify-content: center;
  }
}

@media only screen and (min-width: 992px) {

  /* .slds_container {
        width: 99%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    } */
  .slds-cancer_type_query {
    display: none;
  }

  .slds-toggle_dropdown {
    display: none;
  }

  .slds-query_header {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .slds-nav li {
    font-size: 14px;
  }

  .slds-nav li a {
    font-size: 14px;
  }

  .slds-nav li span {
    font-size: 14px;
  }

  .slds-nav li ul li {
    font-size: 14px;
  }

  .slds-cancer_type {
    font-size: 14px;
  }

  .slds-header ul li:nth-child(4) {
    display: none;
  }

  .slds-libtayo_img {
    margin-bottom: 2%;
  }

  .slds-cancer_type_query {
    border-top: 7px solid var(--grey-color);
  }

  .slds-cancer_type {
    display: none;
  }

  .slds-nav {
    display: none;
  }

  .slds_container {
    width: 99%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .slds-query_header {
    display: none;
  }

  .slds_container nav {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    /* width: 70%;
        height: 100px; */
  }
}

@media (max-width: 768px) {
  .slds-header ul li:nth-child(4) {
    display: none;
  }

  .slds-header ul li:nth-child(3) {
    display: none;
  }

  .slds-header ul li:nth-child(2) {
    display: none;
  }

  .slds-header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
    width: 100%;
    font-size: 12px;
  }

  .slds-header ul li {
    font-size: 12px;
  }

  .slds-header ul li a {
    font-size: 12px;
  }

  .slds-header ul li span {
    font-size: 12px;
  }

  .slds-query_header {
    display: block;
  }

  .slds-query_header {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .slds-query_header ul {
    padding: 0;
    font-size: 12px;
    color: var(--primary-color-pink);
    margin: 0 auto;
  }

  .slds-query_header ul li {
    font-size: 12px;
  }

  .slds-query_header ul li:nth-child(1) {
    margin-right: 5px;
  }

  /* .slds-toggle_dropdown ul {
        display: none;
    } */
  .slds-toggle_dropdown_query {
    display: block;
  }

  .nav-menu-sm {
    display: block;
  }

  /* header {
        height: 240px;
    } */
  .slds_container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .slds-libtayo_img {
    position: relative;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2%;
    margin-left: 2%;
    padding: 0;
  }

  .slds-toggle_dropdown button svg {
    width: 50px;
    height: 50px;
    background-color: var(--white-color);
  }
}

/* Footer */
.slds-footer {
  box-shadow: 0 -8px 8px rgb(0 0 0 / 6%);
  font-size: var(--font-size-2);
}

.slds-footer a {
  text-decoration: underline;
}

.slds-footer a:hover {
  text-decoration: underline;
}

.slds-score {
  display: flex;
  justify-content: flex-end;
}

.slds-image {
  margin-bottom: 20px;
}

.slds-item:last-child {
  padding-right: 0;
}

.slds-links {
  font-size: var(--font-size-2);
  color: var(--black-color);
  text-decoration: underline;
}

.slds-links a {
  color: var(--black-color);
}

.slds-links a:hover {
  color: var(--black-color);
}

.slds-para-text {
  font-size: var(--font-size-4);
}

.slds-ul-tags {
  display: flex;
  font-family: "DM Sans";
}

.slds-item {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Home */
/* Hero Banner */
.slds-page-header__title {
  font-family: var(--font-family);
  position: absolute;
  bottom: 75px;
  left: 110px;
  font-size: var(--font-size-2);
  color: var(--color-white);
  font-style: italic;
  font-weight: var(--font-weight-bold)
}

.slds-lib_hero_banner_wrapper {
  position: relative;
  background: url("../assets/ems/condition/home/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: var(--pageWrapper-shadow-box);
  border-bottom: 7px solid var(--ternary-color-green);
}

.slds-lib_hero_banner_wrapper .slds-lib_hero_banner_wrapper-home h1 {
  font-family: var(--font-family);
  color: var(--primary-color-pink);
  line-height: var(--line-height-reset);
  font-weight: var(--page-header-title-font-weight);
  font-size: var(--font-size-11);
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px;
  padding-left: 190px;
}

.slds-indication__title,
.slds-title-top {
  font-family: var(--font-family);
  color: var(--primary-color-pink);
  line-height: var(--line-height-reset);
  font-weight: var(--page-header-title-font-weight);
  font-size: var(--font-size-11);
}

/* li::marker {
  color: var(--primary-color-pink);
} */
/* .slds-text_component {
    padding: 40px 0px;
} */
.lib-hcp-slds-wrap_card-item {
  align-items: center;
}

.slds-wrap {
  width: 100%;
}

.slds-indication_links {
  width: 71%;
  margin-top: 30px;
  margin-left: 23%;
  margin-bottom: 50px;
}

.slds-card_item {
  border: var(--common-border-solid-1x);
  border-color: var(--card-item-border-color);
  box-shadow: var(--card-item-shadow-box-2);
  border-radius: var(--btn_crosslink-border-radius);
  background-color: var(--color-white);
  font-size: var(--font-size-4);
  padding: 30px 30px 20px 30px;
  width: 90%;
}

.slds-card_item ul {
  margin: 0;
  padding-left: 1rem;
}

.slds-card_item ul li {
  margin-bottom: 10px;
}

.slds-card_item a {
  color: var(--black--color);
  font-size: var(--font-size-4);
  font-weight: var(--input-static-font-weight);
  text-decoration: none;
}

.slds-card-item-inner {
  /* display: flex; */
  align-items: center;
}

.slds-card_img {
  max-width: 60px;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}

.slds-indication__title {
  font-size: var(--font-size-10);
}

.sdls-anchor-tag,
.slds-p-tags {
  color: var(--secondary-color-blue)
}

.sdls-anchor-tag {
  text-decoration: underline
}

.slds-card_item p {
  clear: both;
  margin: 0;
  padding: 20px 0 5px;
  /* font-weight: 400; */
  /* clear: both;
    margin: 0;
    padding: var(--paragraph__tags-padding); */
  /* font-size: var(--font-size-4); */
}

.slds-card_item li {
  font-size: var(--font-size-4);
  /* margin-bottom: 10px; */
  padding: 0 0 0 8px;
  line-height: 19px;
  font-weight: 400;
}

/* .slds-paragraph__tag {
    font-family: var(--font-family);
    clear: both;
    margin: 0;
    padding: var(--paragraph__tags-padding);
    font-weight: var(--page-header-title-font-weight);
} */
.slds-title__approved {
  font-family: var(--font-family);
  color: var(--primary-color-pink);
  font-size: var(--font-size-8);
  /* letter-spacing: -2px; */
  margin: 0;
  padding: 10px 0 5px;
  font-weight: 700;
}

.slds__lc,
.slds-link {
  color: var(--secondary-color-blue);
  text-decoration: none;
  font-weight: 700 !important;
  font-size: var(--font-size-7);
}

.slds-link {
  text-transform: uppercase;
  font-family: var(--font-family);
  clear: both;
  margin: 0;
  padding: var(--paragraph__tags-padding);
  font-weight: var(--page-header-title-font-weight);
}

.slds__lc {
  text-transform: lowercase
}

.slds-icn-arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: var(--lib-dosing-height);
  background-color: var(--secondary-color-blue);
  margin-left: 10px
}

.slds-list-footnotes {
  font-size: var(--font-size-2);
  padding: 0;
  margin: 0;
  list-style: none
}

.slds-symbol {
  margin-bottom: 10px;
  font-size: var(--font-size-2) !important;
  padding: 0 !important;
}

.slds-icn-arrow:after,
.slds-icn-arrow:before {
  content: '';
  position: absolute;
  width: 40%;
  height: var(--lib-dosing-height);
  right: 0;
  background-color: var(--secondary-color-blue)
}

.slds-icn-arrow:after {
  top: -4px;
  transform: rotate(45deg)
}

.slds-icn-arrow:before {
  top: 4px;
  transform: rotate(-45deg)
}

.hero-bottom-text {
  font-size: 12px;
  font-family: var(--font-family);
  font-weight: 400;
}

/* CSS styles for large devices */
@media (min-width: 1900px) {
  .slds-indication_links {
    width: 70%;
    margin-top: 80px 50px;
    margin-left: 25%;
  }

  .slds-card_item {
    height: 450px;
  }
}

@media(min-width: 1200px) {
  .slds-card_item {
    height: 450px;
  }
}

/* CSS styles for Laptops */
@media(max-width: 1899px) {
  .slds-lib_hero_banner_wrapper {
    /* max-width: 95% !important; */
    margin: auto;
  }

  .slds-card_item {
    height: 450px;
  }

  .slds-lib_hero_banner_wrapper .slds-lib_hero_banner_wrapper-home h1 {
    font-family: "DM Sans", sans-serif;
    /* font-family: var(--font-family); */
    color: var(--primary-color-pink);
    line-height: var(--line-height-reset);
    font-weight: var(--page-header-title-font-weight);
    font-size: var(--font-size-11);
    text-align: center;
    padding-top: 80px;
    padding-left: 200px;
  }

  .slds-indication_links {
    width: 70%;
    margin-top: 40px;
    margin-left: 25%;
  }
}

/* CSS styles for tablets */
@media (min-width: 768px) and (max-width: 1199px) {
  .slds-lib_hero_banner_wrapper {
    position: relative;
    background: url("../assets/ems/condition/home/hero-mob.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: auto;
  }

  .slds-card_item {
    height: auto;
    width: 100%;
  }

  .slds-indication_links {
    width: 85%;
    margin-top: 10px;
    margin-left: 10%;
  }

  .slds-indication_links .slds-size_12-of-12 {
    margin-top: 20px;
  }

  .slds-lib_hero_banner_wrapper .slds-lib_hero_banner_wrapper-home h1 {
    padding-left: 40px;
    text-align: left;
  }

  .slds-lib_hero_banner_wrapper .slds-lib_hero_banner_wrapper-home .slds-page-header__title {
    bottom: auto;
    top: 100px;
    left: 45px;
  }
}

@media(max-width: 767px) {
  .slds-lib_hero_banner_wrapper {
    position: relative;
    max-width: 100% !important;
    margin: auto;
    background: url("../assets/ems/condition/home/hero-mob.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .slds-lib_hero_banner_wrapper .slds-lib_hero_banner_wrapper-home .slds-page-header__title {
    bottom: auto;
    top: 70px;
    left: 5px;
  }

  .slds-lib_hero_banner_wrapper .slds-lib_hero_banner_wrapper-home h1 {
    font-family: var(--font-family);
    color: var(--primary-color-pink);
    line-height: var(--line-height-reset);
    font-weight: var(--page-header-title-font-weight);
    font-size: var(--font-size-11);
    padding-top: 10px;
    padding-left: 110px;
    text-align: left
  }

  .slds-card_item {
    height: auto;
    width: 100%;
  }

  .slds-indication_links {
    margin-top: 10px;
  }

  .slds-indication_links .slds-size_12-of-12 {
    margin-top: 10px;
  }

  .slds-card_img {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
}

/* Hero component css ends here */
/* Dose Modifications */
.lib-hcp-dose-mod-table-pageWrapper {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 3px 10px 5px #E5E5E5;
}

.lib-hcp-dose-mod-table {
  box-shadow: 1px 3px 10px 5px #E5E5E5;
  border-radius: 20px;
  padding: 30px;
  width: 75%;
  margin: 20px 150px;
}

.lib-hcp-dose-mod-tablea {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}

.lib-hcp-dose-mod-table li {
  list-style: none;
}

.lib-hcp-dose-mod-table thead {
  display: flex;
}

.table-head1 {
  background-color: #D9D7D7;
  width: 35%;
  text-align: center;
  border: 2px solid #fff;
  line-height: 1.1;
  padding: 20px;
  border-radius: 20px 0px 0px 0px
}

.table-head2 {
  background-color: #004f6f;
  width: 30%;
  text-align: center;
  border: 2px solid #fff;
  color: #ffffff;
  line-height: 1.1;
  padding: 20px;
}

.table-head3 {
  background-color: #dc0077;
  width: 35%;
  text-align: center;
  border: 2px solid #fff;
  color: #ffffff;
  line-height: 1.1;
  padding: 20px;
  border-radius: 0px 20px 0px 0px;
}

.top-link {
  color: #004f6f;
}

.description {
  margin: 20px 150px;
}

.body-line1 {
  font-weight: bold;
  display: flex;
  padding: 10px 0px 0px 20px;
}

.body-line2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.body-line2-1 {
  font-weight: bold;
  width: 35%;
  background-color: #f4f4f6;
  height: 80px;
  display: flex;
  align-items: center;
}

.body-line2-1-1 {
  padding: 0px 10px;
}

.body-line2-2 {
  width: 30%;
  background-color: #f4f4f6;
  border: 2px solid #ffffff;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.body-line2-2-1 {
  border: 1px solid #ffffff;
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line2-2-2 {
  border: 1px solid #ffffff;
  width: 100%;
  margin: 0px;
  height: 50%;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line2-3 {
  width: 35%;
  background-color: #f4f4f6;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.body-line2-3-1 {
  border: 1px solid #ffffff;
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line2-3-2 {
  border: 1px solid #ffffff;
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.body-line3-1 {
  font-weight: bold;
  width: 35%;
  height: 80px;
  display: flex;
  align-items: center;
}

.body-line3-1-1 {
  padding: 0px 10px;
}

.body-line3-2 {
  width: 30%;
  border: 2px solid #ffffff;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.body-line3-2-1 {
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line3-2-2 {
  border: 1px solid #ffffff;
  width: 100%;
  margin: 0px;
  height: 50%;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line3-3 {
  width: 35%;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.body-line3-3-1 {
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line3-3-2 {
  border: 1px solid #ffffff;
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line4 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.body-line4-1 {
  font-weight: bold;
  width: 35%;
  background-color: #f4f4f6;
  height: 300px;
  display: flex;
  align-items: center;
}

.body-line4-1-1 {
  padding: 0px 10px;
}

.body-line4-2 {
  width: 30%;
  background-color: #f4f4f6;
  border: 2px solid #ffffff;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.body-line4-2-1 {
  border: 1px solid #ffffff;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  font-size: 15px;
}

.body-line4-2-2 {
  border: 1px solid #ffffff;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 15px;
}

.body-line4-3 {
  width: 35%;
  background-color: #f4f4f6;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.body-line4-3-1 {
  border: 1px solid #ffffff;
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line4-3-2 {
  border: 1px solid #ffffff;
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line5 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.body-line5-1 {
  font-weight: bold;
  width: 35%;
  height: 350px;
  display: flex;
  align-items: center;
}

.body-line5-1-1 {
  padding: 0px 10px;
}

.body-line5-2 {
  width: 30%;
  border: 2px solid #ffffff;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.body-line5-2-1 {
  border-bottom: 1px solid #E5E5E5;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line5-2-2 {
  border: 1px solid #ffffff;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line5-3 {
  width: 35%;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.body-line5-3-1 {
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line5-3-2 {
  border: 1px solid #ffffff;
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line6 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.body-line6-1 {
  font-weight: bold;
  width: 35%;
  background-color: #f4f4f6;
  height: 130px;
  display: flex;
  align-items: center;
}

.body-line6-1-1 {
  padding: 0px 10px;
}

.body-line6-2 {
  width: 30%;
  background-color: #f4f4f6;
  border: 2px solid #ffffff;
  height: 130px;
}

.body-line6-2-1 {
  border: 1px solid #ffffff;
  width: 100%;
  height: 100%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line6-3 {
  width: 35%;
  background-color: #f4f4f6;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.body-line6-3-1 {
  border: 1px solid #ffffff;
  height: 100%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 10px 10px;
}

.body-line7 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.body-line7-1 {
  font-weight: bold;
  width: 35%;
  height: 150px;
  display: flex;
  align-items: center;
}

.body-line7-1-1 {
  padding: 0px 10px;
}

.body-line7-2 {
  width: 30%;
  border: 2px solid #ffffff;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.body-line7-2-1 {
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line7-2-2 {
  border: 1px solid #ffffff;
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line7-3 {
  width: 35%;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.body-line7-3-1 {
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line7-3-2 {
  border: 1px solid #ffffff;
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line8 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.body-line8-1 {
  font-weight: bold;
  width: 35%;
  background-color: #f4f4f6;
  height: 150px;
  display: flex;
  align-items: center;
}

.body-line8-1-1 {
  padding: 0px 10px;
}

.body-line8-2 {
  width: 30%;
  background-color: #f4f4f6;
  border: 2px solid #ffffff;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.body-line8-2-1 {
  border: 1px solid #ffffff;
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line8-2-2 {
  border: 1px solid #ffffff;
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line8-3 {
  width: 35%;
  background-color: #f4f4f6;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.body-line8-3-1 {
  border: 1px solid #ffffff;
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line8-3-2 {
  border: 1px solid #ffffff;
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line9 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.body-line9-1 {
  font-weight: bold;
  width: 35%;
  height: 100px;
  display: flex;
  align-items: center;
}

.body-line9-1-1 {
  padding: 0px 10px;
}

.body-line9-2 {
  width: 30%;
  border: 2px solid #ffffff;
  height: 100px;
}

.body-line9-2-1 {
  border: 1px solid #ffffff;
  width: 100%;
  height: 100%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line9-3 {
  width: 35%;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.body-line9-3-1 {
  border: 1px solid #ffffff;
  width: 100%;
  height: 100%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line10 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.body-line10-1 {
  font-weight: bold;
  width: 35%;
  background-color: #f4f4f6;
  height: 150px;
  display: flex;
  align-items: center;
}

.body-line10-1-1 {
  padding: 0px 10px;
}

.body-line10-2 {
  width: 30%;
  background-color: #f4f4f6;
  border: 2px solid #ffffff;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.body-line10-2-1 {
  border: 1px solid #ffffff;
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line10-2-2 {
  border: 1px solid #ffffff;
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line10-3 {
  width: 35%;
  background-color: #f4f4f6;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.body-line10-3-1 {
  border: 1px solid #ffffff;
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line10-3-2 {
  border: 1px solid #ffffff;
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line11 {
  background-color: #D9D7D7;
  font-weight: bold;
  padding: 0px 10px;
}

.body-line12 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.body-line12-1 {
  font-weight: bold;
  width: 35%;
  height: 150px;
  display: flex;
  align-items: center;
}

.body-line12-1-1 {
  padding: 0px 10px;
}

.body-line12-2 {
  width: 30%;
  border: 2px solid #ffffff;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.body-line12-2-1 {
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line12-2-2 {
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line12-3 {
  width: 35%;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.body-line12-3-1 {
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.body-line12-3-2 {
  width: 100%;
  height: 50%;
  margin: 0px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

/*Important safety */
/* Read More/Less in css */
.lib-read_more_button span {
  position: relative;
  display: block;
  right: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid var(--secondary-color);
  text-align: center;
  transition-duration: 0.2s;
}

.lib-read_more_button span:after,
.lib-read_more_button span:before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 11px;
  border-top: 2px solid;
  transform: translate(-50%, -50%);
}

.lib-read_more_button span:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.lib-read_more_body::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaa;
}

.lib-read_more_body::-webkit-scrollbar-thumb {
  background: #004f6f;
  border-radius: 25px
}

/* Read More/Less in css */
@media (max-width: 991px) {
  .lib-hcp_header-top__title h4 {
    font-size: var(--font-size-6);
  }

  .lib-read_more_title h2 {
    font-size: var(--font-size-8);
  }
}

.lib-read_more_title-sm {
  display: none;
}

.lib-read_more_title-lg .slds-grid .lib-read_more_button {
  position: absolute;
  right: 80px;
}

.lib-hcp__container {
  width: 90%;
  margin: 0px auto;
}

.lib-hcp_header-top__title p {
  margin: 0px;
  margin: 0 0 10px;
  font-size: var(--font-size-5);
}

.lib-hcp_header-top__title h4 {
  margin: 0;
  font-size: var(--font-size-7);
  font-weight: 700;
  color: var(--secondary-color-blue);
}

.lib-hcp_second-title {
  margin: 0;
  font-size: var(--font-size-7);
  font-weight: var(--font-weight-bold);
  color: var(--secondary-color-blue);
}

strong {
  font-weight: bold;
}

.lib-read_more_title h2 {
  color: var(--primary-color-pink);
  padding-top: 20px;
  font-size: var(--font-size-10);
  font-weight: var(--page-header-title-font-weight);
}

.lib-read_more_title p {
  text-align: justify;
  width: 98%;
}

.lib-read_more_button {
  padding-top: 40px;
  margin-bottom: 0px;
  color: var(--secondary-color-blue) !important;
  font-weight: 700;
}

a[href^="tel:"] {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}

.lib-hcp_text-right {
  text-align: right;
}

.lib-hcp_header-top__title h5 {
  font-weight: var(--page-header-title-font-weight);
  font-size: var(--font-size-5);
  color: var(--secondary-color-blue);
  font-family: var(--font-family);
}

.lib-hcp_header-top__title h5 a {
  margin: 20px 0 -5px;
  color: var(--secondary-color-blue);
  font-family: var(--font-family);
  color: var(--secondary-color-blue);
}

.lib-hcp_header-top__title h5 {
  color: var(--secondary-color-blue);
}

.lib-hcp_header-top__title h5 a:hover {
  color: var(--secondary-color-blue);
}

.legal-right a {
  font-size: var(--font-size-2);
  color: var(--legal-right-black-color);
  text-decoration: underline;
}

.lib-hcp_header-top__title ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  font-weight: 10px;
}

.lib-hcp_header-top__title ul li {
  margin: 10px 0;
  padding: 0 0 0 25px;
  position: relative;
  font-family: var(--font-family);
}

.lib-hcp_header-top__title ul li:before {
  position: absolute;
  color: var(--secondary-color-blue);
  background-color: var(--primary-color-pink);
  border-radius: 50%;
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  left: 1px;
  top: 9px;
}

.title {
  position: relative;
}

@media (max-width: 768px) {
  .lib-read_more_title-lg {
    display: none;
  }

  .lib-read_more_title-sm {
    display: block;
  }

  .lib-read_more_title-sm h2 {
    font-size: var(--title-font-size-sm);
  }

  .lib-read_more_title-sm .slds-grid .slds-col {
    display: flex;
  }

  .lib-read_more_button {
    display: flex;
    position: absolute;
    padding: 20px 0 20px 0px;
    margin-bottom: 0px;
    right: 1%;
    color: var(--secondary-color-blue) !important;
    font-weight: 700;
  }
}

.lib-read_more {
  height: auto;
  background: var(--color-white);
  bottom: 2px;
}

.lib-visiblity-hide {
  visibility: none;
}

.lib-read-more-popover {
  background-color: #ffff !important;
  /* max-height: 400px; */
  position: fixed;
  /* visibility: none; */
  bottom: 0px;
  height: 220px;
  z-index: 2000;
}

/* dosing storage */
@media (min-width: 991px) {
  .pageWrapper {
    width: 100%;
    box-shadow: none !important;
    overflow: hidden;
    padding-bottom: 15px;
  }
}

/* .card1 {
    list-style: none;
    background-color: var(--primary-color);
} */
.text-pink {
  color: #dc0077;
  /* font-size: xx-large; */
}

.container3 {
  padding: 20px 70px;
  width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container3:after {
  content: "";
  position: absolute;
  width: 57px;
  height: 222px;
  bottom: 45px;
  right: 59px;
  border-right: 12px solid #004f6f;
  border-bottom: 12px solid #004f6f;
  border-top: 12px solid transparent;
  border-radius: 0 0 42px 0;
}

@media (max-width: 992px) {
  .container3:after {
    content: "";
    position: absolute;
    width: 57px;
    height: 222px;
    bottom: 63px;
    right: 59px;
    border-right: 12px solid #004f6f;
    border-bottom: 12px solid #004f6f;
    border-top: 12px solid transparent;
    border-radius: 0 0 42px 0;
  }

  .list-footnotes {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .container3:after {
    content: "";
    position: absolute;
    width: 57px;
    height: 222px;
    bottom: 34px;
    right: -11px;
    border-right: 12px solid #004f6f;
    border-bottom: 12px solid #004f6f;
    border-top: 12px solid transparent;
    border-radius: 0 0 42px 0;
  }

  .list-footnotes {
    padding: 10px;
    margin: 0 0 35px 0;
  }
}

@media (max-width: 767px) {
  .pageWrapper .storage {
    padding: 0;
  }
}

@media (max-width: 452) {
  .container3:after {
    content: "";
    position: absolute;
    width: 57px;
    height: 222px;
    bottom: 57px;
    right: -11px;
    border-right: 12px solid #004f6f;
    border-bottom: 12px solid #004f6f;
    border-top: 12px solid transparent;
    border-radius: 0 0 42px 0;
  }
}

.list-circle {
  /* background-color: #FCEFF6; */
  margin: 10px 0 20px;
}

.list-circle ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

/* .list-circle ul li {
  font-style: var(--font-family);
  font-size: 20px;
  color: #5c514e;
  font-weight: 700;
  margin: 10px 0;
  padding: 0 0 0 25px;
  position: relative;
} */
.card1 {
  border: 2px solid #CCDBE2;
  border-radius: 30px;
  margin: 20px 0;
  padding: 30px 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.list-circle-point {
  font-weight: bold;
  color: #5c514e;
}

/* .list-footnotes {
  font-size: small;
} */
.lib-hcp-dosing-storage ul li {
  background-color: #dc0077;
}

.storage h2 {
  font-family: var(--font-family);
  color: var(--primary-color-pink);
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 33px;
}

.storage_bottom-title {
  font-size: 12px;
  font-family: var(--font-family);
  line-height: 18px;
}

/* Dosing Storage */
/* Dosing Preprations */

.container3 {
  padding: 20px 70px;
  width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container3:after {
  content: "";
  position: absolute;
  width: 57px;
  height: 222px;
  bottom: 63px;
  right: 59px;
  border-right: 12px solid #004f6f;
  border-bottom: 12px solid #004f6f;
  border-top: 12px solid transparent;
  border-radius: 0 0 42px 0;
}

@media (max-width: 992px) {
  .container3:after {
    content: "";
    position: absolute;
    width: 57px;
    height: 222px;
    bottom: 63px;
    right: 59px;
    border-right: 12px solid #004f6f;
    border-bottom: 12px solid #004f6f;
    border-top: 12px solid transparent;
    border-radius: 0 0 42px 0;
  }


}

@media (max-width: 767px) {
  .container3:after {
    content: "";
    position: absolute;
    width: 57px;
    height: 222px;
    bottom: 34px;
    right: -11px;
    border-right: 12px solid #004f6f;
    border-bottom: 12px solid #004f6f;
    border-top: 12px solid transparent;
    border-radius: 0 0 42px 0;
  }

  .storage {
    padding: 0;
  }
}

@media (max-width: 452px) {
  .container3:after {
    content: "";
    position: absolute;
    width: 57px;
    height: 222px;
    bottom: 57px;
    right: -11px;
    border-right: 12px solid #004f6f;
    border-bottom: 12px solid #004f6f;
    border-top: 12px solid transparent;
    border-radius: 0 0 42px 0;
  }
}

.list-circle {
  /* background-color: #FCEFF6; */
  margin: 10px 0 20px;
}

.list-circle ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

/* .list-circle ul li:before {
  content: "\2022";
  color: #dc0077;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  padding: 10px 0px;
  margin-left: -1em;
} */
/* .list-circle ul li {
  font-family: var(--font-family);
  font-size: 20px;
  color: #5c514e;
  font-weight: 700;
  margin: 10px 0;
  padding: 0 0 0 25px;
  position: relative;
} */
.card1 {
  border: 2px solid #CCDBE2;
  border-radius: 30px;
  margin: 20px 0;
  padding: 30px 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.storage_bottom-title {
  font-size: 12px;
  font-family: var(--font-family);
  line-height: 18px;
}

.card1 p {
  margin: 0 0 20px;
  line-height: 24px;
  font-family: var(--font-family);
}

.storage h2 {
  font-family: var(--font-family);
  color: var(--primary-color-pink);
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 33px;
}

/* Dosing Preprations end */
.storage_card-container {
  padding: 50px 70px;
  display: block;
  border-radius: 30px 30px;
  background-color: #ffffff;
  box-shadow: 1px 3px 10px 5px #E5E5E5;
  margin-top: 50px;
  position: relative;
}

.storage_card-container h2 {
  font-size: 30px;
  font-weight: 700;
  color: #dc0077;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 33px;
  font-family: var(--font-family);
}

.storage_card-container p {
  margin: 0 0 20px;
  font-size: 16px;
  font-family: var(--font-family);
}

.storage_card {
  border: 4px solid #CCDBE2;
  margin: 20px 0;
  padding: 30px 40px;
  border-radius: 0px 30px 0px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.outer-border {
  background-color: #fff;
  border-color: #CCDBE2;
}

.storage_card h3 {
  font-family: var(--font-family);
  color: var(--secondary-color-blue);
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 24.2px;
}

.storage_card ul {
  font-family: var(--font-family);
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.storage_card ul li {
  margin: 10px 0;
  padding: 0 0 0 25px;
  position: relative;
}

.storage_card ul li:before {
  background-color: #dc0077;
  position: absolute;
  border-radius: 50%;
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  left: 1px;
  top: 9px;
}

.storage_card-container:after {
  content: "";
  position: absolute;
  width: 57px;
  height: 200px;
  z-index: -1;
  top: -13px;
  left: -13px;
  border-left: 12px solid #FBEAF3;
  border-top: 12px solid #FBEAF3;
  border-bottom: 12px solid transparent;
  border-radius: 42px 0 0 0;
}

.storage_card a {
  color: #004f6f;
}

.storage_card:after {
  content: "";
  position: absolute;
  width: 57px;
  height: 200px;
  z-index: -1;
  top: -13px;
  left: -13px;
  border-left: 12px solid #FBEAF3;
  border-top: 12px solid #FBEAF3;
  border-bottom: 12px solid transparent;
  border-radius: 42px 0 0 0;
}

@media (min-width: 991px) {
  .storage_pageWrapper {
    width: 100%;
    /* box-shadow: 0px -6px 6px -1px rgb(1 1 1 / 50%); */
    overflow: hidden;
    padding-bottom: 15px;
  }
}

@media (max-width:767px) {

  .card-container,
  .card-container.mini {
    padding: 20px !important;
    border: none;
    border-radius: 30px;
    margin: 0 0 35px 0;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15) !important;
  }

  .storage_card-container {
    padding: 20px;
  }

  .card {
    padding: 20px !important;
  }
}

/* Preparation  */
.storage_container-head {
  /* max-width: 1050px;
  margin: auto; */
  padding: 0px 30px;
  display: block;
  position: relative;
}

.storage_container-head:after {
  content: "";
  position: absolute;
  width: 57px;
  height: 222px;
  bottom: 33px;
  right: 19px;
  border-right: 12px solid #004f6f;
  border-bottom: 12px solid #004f6f;
  border-top: 12px solid transparent;
  border-radius: 0 0 42px 0;
}

@media (max-width: 992px) {
  .storage_container-head:after {
    content: "";
    position: absolute;
    width: 57px;
    height: 222px;
    bottom: 33px;
    right: 19px;
    border-right: 12px solid #004f6f;
    border-bottom: 12px solid #004f6f;
    border-top: 12px solid transparent;
    border-radius: 0 0 42px 0;
  }


  .storage_inner {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .storage_container-head:after {
    content: "";
    position: absolute;
    width: 57px;
    height: 222px;
    bottom: 34px;
    right: -11px;
    border-right: 12px solid #004f6f;
    border-bottom: 12px solid #004f6f;
    border-top: 12px solid transparent;
    border-radius: 0 0 42px 0;
  }

  .storage_inner {
    padding: 0;
  }
  .how-libtayo-works .flex-container {
    margin-top: 100px !important;
  }
}

@media (max-width: 452px) {
  .storage_container-head:after {
    content: "";
    position: absolute;
    width: 57px;
    height: 222px;
    bottom: 57px;
    right: -11px;
    border-right: 12px solid #004f6f;
    border-bottom: 12px solid #004f6f;
    border-top: 12px solid transparent;
    border-radius: 0 0 42px 0;
  }
}

.Under-list {
  background-color: #FCEFF6;
  margin: 10px 0 20px;
}

.Under-list ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.Under-list ul li:before {
  content: "\2022";
  color: #dc0077;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  padding: 10px 0px;
  margin-left: -1em;
}

.Under-list ul li {
  font-family: var(--font-family);
  font-size: 20px;
  color: #5c514e;
  font-weight: 700;
  margin: 10px 0;
  padding: 0 0 0 25px;
  position: relative;
}

.storage_card-title {
  border: 2px solid #CCDBE2;
  border-radius: 30px;
  margin: 20px 0;
  padding: 30px 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.storage_inner span ul {
  margin: 10px 0px 20px;
  padding: 10px 20px;
  background-color: #fceff6;
}

.storage_inner span ul li {
  margin: 10px 10px;
  padding: 0 0 0 25px;
}

.storage_inner span ul li strong {
  color: #5c514e;
}

.storage_bottom-title {
  font-size: 12px;
  font-family: var(--font-family);
  line-height: 18px;
}

.storage_card-title p {
  margin: 0 0 20px;
  line-height: 24px;
  font-family: var(--font-family);
}

.storage_inner h2 {
  font-family: var(--font-family);
  color: var(--primary-color-pink);
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 33px;
}

.community_builder-outputRichText_outputRichText-host {
  overflow: hidden !important;
  display: unset !important;
}


/* .footnotes {
  background-color: #fff;
  max-width: 1040px;
  font-size: 12px;
  text-align: center;
  margin: 20px auto;
} */
/* @media (max-width:767px) {
  .footnotes {
    padding: 20px;
  }
} */
.footnotes ul {
  list-style: none;
  padding: 0;
}



/*.card-item .link,
.dosing .link {
  display: block;
  color: #004f6f;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.card-item .link .lc,
.dosing .link .lc {
  text-transform: lowercase;
}*/

.card-item .link.green,
.dosing .link.green {
  color: #969b1e;
}

.card-item .link .icn-arrow,
.dosing .link .icn-arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 2px;
  background-color: #004f6f;
  margin-left: 10px;
}

.card-item .link .icn-arrow:after,
.dosing .link .icn-arrow:after,
.card-item .link .icn-arrow:before,
.dosing .link .icn-arrow:before {
  content: '';
  position: absolute;
  width: 40%;
  height: 2px;
  right: 0;
  background-color: #004f6f;
}

.card-item .link .icn-arrow:after,
.dosing .link .icn-arrow:after {
  top: -4px;
  transform: rotate(45deg);
}

.card-item .link .icn-arrow:before,
.dosing .link .icn-arrow:before {
  top: 4px;
  transform: rotate(-45deg);
}

.card-item .link .icn-arrow.green,
.dosing .link .icn-arrow.green {
  background-color: #969b1e;
}

.card-item .link .icn-arrow.green:before,
.dosing .link .icn-arrow.green:before,
.card-item .link .icn-arrow.green:after,
.dosing .link .icn-arrow.green:after {
  background-color: #969b1e;
}

/* End Hero old site style */
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.slds-container_inner h2 {
  letter-spacing: 0.01em;
  font-family: var(--font-family);
  line-height: 1.1;
  font-size: var(--font-size-10);
  color: var(--primary-color-pink);
  font-weight: var(--page-header-title-font-weight);
}

.slds-container_inner h3 {
  line-height: 1.1;
  font-family: var(--font-family);
  font-size: var(--font-size-8);
  color: var(--secondary-color-blue);
  font-weight: var(--font-weight-bold);
}

.slds-container_inner li {
  position: relative;
  font-family: var(--font-family);
  font-size: var(--font-size-5);
  margin: 10px 0;
  padding: 0 0 0 25px;
}

.slds-container_inner li span {
  color: var(--primary-color-pink);
}

.slds-container_inner li:before {
  background-color: var(--primary-color-pink);
  position: absolute;
  border-radius: 50%;
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  left: 1px;
  top: 9px;
}

/* header New Start */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.dropup,
.dropdown {
  position: relative;
}

.lib-dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: var(--color-white);
  border: 1px solid var(--color2);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: var(--shadow-color);
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: var(--color1);
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: var(--color3);
  background-color: var(--color4);
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: var(--color-white);
  text-decoration: none;
  outline: 0;
  background-color: var(--color5);
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: var(--color6);
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.indication-dropdown .dropdown:focus-within:not(.open) .dropdown-menu {
  display: block;
}

.indication-dropdown .dropdown.open > .dropdown-menu {
  display: block;
}

.indication-dropdown .dropdown:not(.open) > .dropdown-menu {
  display: none;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: var(--color6);
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.toggle-icon {
  display: none;
  position: absolute;
  right: 20px;
  font-size: 20px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid;
  text-align: center;
  transform: translateY(-50%) rotate(0deg);
  top: 50%;
  transition: transform 300ms;
}

@media (max-width: 991px) {
  .menuexpanded .pageWrapper {
      background: var(--primary-color);
  }
  .navbar-default.score-megamenu .navbar-nav > li > a:not(.dropdown-toggle) {
    padding: 14px 0 14px 22px !important;
  }
  .navbar-default.score-megamenu .navbar-nav li.mobile-patient-link a {
    padding-left: 0 !important;
  }
  .navbar-default.score-megamenu .navbar-nav > li.mobile-patient-link {
    margin: 12px 30px 0 22px;
  }
  .toggle-icon {
    display: block;
    position: absolute !important;
    right: 10px !important;
  }
}



.open .toggle-icon,
[aria-expanded="true"] .toggle-icon {
  transform: translateY(-50%) rotate(45deg);
}

/* Dosing prepration newly added */
.outer-border .slds-rich-text-editor__output span a {
  color: #004f6f;
}

.libtayo-surround-overview .Enrollment_icon {
  max-width: none;
  height: 38px;
}

.safety .inner-hero {
  background-image: linear-gradient(90deg, #F2F6F8 1%, #FAFBFC 100%);
  position: relative;
  overflow: hidden;
  height: 150px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.safety .inner-hero:after {
  border: 2px solid white;
  transform: translate(-10px, -10px) skewX(-35deg);
}

.safety .inner-hero h1 {
  font-size: 4.4rem;
  margin: 0;
  position: relative;
  z-index: 1;
  order: 0;
  line-height: 0.9;
}

.safety .next-links .btn-crosslink:before {
  border-color: #CCDBE2;
}

.patient-characteristics .next-links .btn-crosslink:before {
  border-color: #CCDBE2;
}

.safety .next-links .btn-crosslink:after {
  background-color: #004f6f;
}

.patient-characteristics .next-links .btn-crosslink:before {
  border-color: #CCDBE2;
}

.safety .next-links {
  background-color: #EFF4F6;
}

.safety sup {
  font-size: 70%;
  top: -0.55em;
}

.how-libtayo-works sup {
  font-size: 70%;
  top: -0.55em;
}

.safety .headline .text-pink sup {
  font-size: 60%;
  top: -0.6em;
}

.safety .text-bold-regular a {
  color: #004f6f !important;
  text-decoration: underline !important;
}

.safety .info-table-wrapper .table-wrapper .table-head .col {
  line-height: 1.2;
}

.safety .grade-table .table-wrapper .grades-box .sp-cell-head {
  width: 100%;
}

.safety .info-table-wrapper .table-wrapper .table-head .col.grades-box .sp-cell-head:last-child {
  margin-right: 0px;
}

.safety .info-table-wrapper .table-wrapper .table-head .col.grades-box .sp-cell-head {
  border: 1px solid #dc0077;
  padding: 9px 20px;
  color: #000;
  text-align: center;
  margin-top: 5px;
}

.safety .grade-table .table-wrapper .table-body .t-row .grid .sp-cell {
  width: 47%;
}

.safety .info-table-wrapper .table-wrapper .table-body .t-row .grid .sp-cell {
  display: inline-block;
  padding: 8px 10px;
  flex-wrap: wrap;
  border-right: 5px solid #fff;
  /* width: 23.5%; */
  text-align: center;
}

.safety .info-table-wrapper .table-wrapper .table-body .t-row .grid .sp-cell:first-child {
  width: 53%;
  text-align: left;
  padding-left: 50px;
}

.safety .info-table-wrapper .table-wrapper .table-body .t-row .grid .sp-cell:last-child {
  border-right: 0px;
}

.safety .grade-table .table-wrapper .table-body .t-row .grid .sp-cell {
  width: 47%;
}

.safety .patient-table {
  width: 100%;
  font-size: 0px;
  margin-bottom: 20px;
}

/* .adverse-reactions .inner-hero {
  background-image: linear-gradient(90deg, #F2F6F8 1%, #FAFBFC 100%);
  position: relative;
  overflow: hidden;
  height: 150px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
} */
.adverse-reactions .inner-hero:after {
  border: 2px solid white;
  transform: translate(-10px, -10px) skewX(-35deg);
}

.adverse-reactions .inner-hero h1 {
  font-size: 4.4rem;
  margin: 0;
  position: relative;
  z-index: 1;
  order: 0;
}

.adverse-reactions sup {
  font-size: 70%;
  top: -0.55em;
}

.about sup {
  font-size: 70%;
  top: -0.55em;
  font-style: unset;
}

.adverse-reactions .next-links .btn-crosslink:before {
  border-color: #CCDBE2;
}

.adverse-reactions .next-links .btn-crosslink:after {
  background-color: #004f6f;
}

.adverse-reactions .next-links {
  background-color: #EFF4F6;
}

.adverse-reactions .imar-table .table-head>.main-label {
  background-color: #969b1e;
  color: #fff;
}

.adverse-reactions .imar-table .main-label {
  flex: 0 0 200px;
  margin: 2px;
}

.adverse-reactions .imar-table .th {
  padding: 6px 5px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  justify-content: flex-start;
}

.adverse-reactions .imar-table .arg {
  flex: 0 0 416px;
  display: flex;
  flex-direction: column;
}

.adverse-reactions .imar-table .arg-label-head {
  font-size: 1.6rem !important;
  justify-content: center !important;
  border: 2px solid white;
}

.adverse-reactions .imar-table .r-perc-group .r-perc-label {
  color: white;
  align-items: center !important;
  font-size: 12px;
}

.adverse-reactions .imar-table .imar-label {
  flex: 0 0 204px;
  padding: 10px;
  line-height: 1.3;
  border: 2px solid white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.adverse-reactions .imar-table .r-perc-group>* {
  flex: 0 0 16.7%;
  border: 2px solid white;
}

.adverse-reactions .imar-table .grade-group {
  flex: 0 0 416px;
  display: flex;
  border-right: 2px solid white;
}

.adverse-reactions .imar-table .imar-sub-label {
  padding-left: 20px !important;
}

.adverse-reactions .container-inner .card-container .imar-table .table-body .imar-row .imar-sub-label div sup {
  font-size: 70%;
  top: -0.55em;
}

.adverse-reactions .imar-table .r-perc-group>* {
  flex: 0 0 16.7%;
  padding: 0 6px 0 7px;
  border: 2px solid white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.adverse-reactions .imar-group .imar-row .imar-sub-label div sup {
  font-size: 70%;
  top: -0.55em;
}

.adverse-reactions .imar-table .imar-sub-label {
  flex: 0 0 204px;
  padding: 10px 5px;
  line-height: 1.3;
  border: 2px solid white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home .dosing-surround .txt ul li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-color: var(--black--color);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 7px;
}

.home .score-main .indication-links .card-item.cscc a:hover {
  color: initial;
}

.home .score-main .indication-links .card-item.bcc a:hover {
  color: initial;
}

.home .score-main .indication-links .card-item.nsclc a:hover {
  color: initial;
}

.main-v2 .text-component.indication-dropdown .dropdown a:hover {
  color: #004f6f;
}

.main-v2 .text-component.indication-dropdown .dropdown a {
  color: #004f6f;
}

.home .dosing-surround .dosing .txt p {
  margin: 0;
}

.bcc .indication-banner-icon .banner {
  flex: 1 0 auto;
  margin-right: 30px;
  padding: 22px 30px;
  position: relative;
  margin-bottom: 10px;
}

.about .indication-banner-icon .banner {
  flex: 1 0 auto;
  margin-right: 30px;
  padding: 22px 30px;
  position: relative;
  margin-bottom: 10px;
}

.libtayo-surround .score-header .container .score-main .utility {
  padding: 0;
}

.libtayo-surround .score-header .container .utility-container .utility .signup-link {
  line-height: 1.2 !important;
}

.libtayo-surround .score-footer-wrapper .score-main .score-inner .text-component .scroll-container .row .col-md-8 p:nth-child(1) {
  margin-bottom: 0 !important;
}

.bcc .pageWrapper {
  box-shadow: 0px -6px 6px -1px rgba(1, 1, 1, 0.25) !important;
}

.bcc .inner-hero {
  background-image: linear-gradient(90deg, #F2F6F8 1%, #FAFBFC 100%);
}

.bcc .btn-crosslink:after {
  background-color: #004f6f;
}

.bcc .btn-crosslink:before {
  border: 2px solid #CCDBE2;
}

.bcc .btn-crosslink:before {
  background-color: #EFF4F6;
}

.bcc .btn-crosslink a {
  color: #fff !important;
}

.bcc h2 sup,
.h2 sup {
  font-size: 60%;
  top: -0.6em;
}

.dose-modifications h2 sup,
.dose-modifications .h2 sup {
  font-size: 60%;
  top: -0.6em;
}

.about h2 sup,
.h2 sup {
  font-size: 60%;
  top: -0.6em;
}

.libhcp-nsclc h4 strong {
  font-size: 2rem;
  font-weight: 700;
  color: #004f6f;
}

h4 strong {
  font-size: 2rem;
  font-weight: 700;
  color: #004f6f;
}

h5 strong {
  font-size: 2rem;
  font-weight: 200;
  color: #004f6f;
  margin: 20px 0 -5px;
}

/* p strong {
  text-transform: capitalize;
} */
.score-main .score-inner .text-component .references p {
  margin: 0px 0 20px;
}

.libhcp-nsclc .score-main .score-inner .text-component .references p {
  line-height: 1.5;
  margin: 0px 0 20px;
}

.dose-modifications sup {
  font-size: 70%;
  top: -0.55em;
}

.home sup {
  font-size: 70%;
  top: -0.55em;
}

/* footer ::marker , .score-container ::marker {
  font-size: 17px;
  color: #dc0077 !important;
} */
.list-circle_pink ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.list-circle_pink ul li {
  margin: 10px 0;
  padding: 0 0 0 25px;
  position: relative;
}

.list-circle_pink ul>li::before {
  position: absolute;
  background-color: #004f6f;
  border-radius: 50%;
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  left: 1px;
  top: 9px;
}

.list-circle_pink ul>li::before {
  background-color: var(--black--color) !important;
}

.scroll-container h5 strong {
  font-weight: bold;
}

.scroll-container h5 {
  font-size: 2rem;
  margin: 20px 0 -5px
}

.libtayo-surround-overview h1 {
  color: #dc0077;
  font-size: 40px;
  margin: 1em 0;
  font-weight: 700;
}

.libtayo-surround .legal {
  box-shadow: 0 -8px 8px rgba(0, 0, 0, 0.06);
  padding: 30px 0;
  margin-top: 0 !important;
}

.loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #fff;
  z-index: 99;
  transition: opacity 0.5s ease;
}

.loading.hide {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.loading.hide {
  opacity: 0;
}

/* removing border from dosing page */
.card.offset-border.dosing:after {
  border: 0px;
}

.intro {
  border-radius: 20px 20px 0 0;
  background: var(--secondary-color);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  padding: 22px 35px;
  margin-bottom: 42px;
}

.login-card .slds-form-element {
  margin-bottom: 12px;
}

.login-form-input .slds-form-element__label {
  font-family: 'DM Sans' !important;
  text-align: left;
  font-size: 10px;
  color: #080808;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.login-form-input .slds-input {
  background: #F0EFEF;
  height: 24px;
  border-radius: 4px;
  border: 0;
}

.login-form-btn .slds-button {
  border: 0;
  border-radius: 60px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  background: var(--secondary-color);
  color: #FFFFFF;
  padding: 8px 32px;
  text-align: center;
}

@media (max-width: 768px) {
  .how-libtayo-works .yellow-button {
    margin: 70px 0 40px 0 !important;
  }
}

/* NSCLC TABS - SAI */

.tabs-wrapper {
  box-shadow: none;
}

/*.score-container {
  padding-top: 20px;
}*/
.regn-mono-efficacy-tab{
  margin-top: -20px;
}
.regn-mono-efficacy-tab .nav-tabs.sub-nav-efficacy>li>a {
  font-size: 16px;
  padding: 5px 0;
  font-weight: 700;
  color: #AAA9A9 !important;
}

.regn-mono-efficacy-tab .nav-tabs.sub-nav-efficacy>li.active>a {
  border-bottom: 3px solid #dc0077 !important;
  color: #dc0077 !important;
}

.regn-mono-efficacy-tab .nav-tabs.sub-nav-efficacy>li.active:before {
  display: none;
}

.regn-mono-efficacy-tab .nav-tabs.sub-nav-efficacy>li:not(:last-child) {
  margin-right: 48px;
}

.regn-mono-efficacy-tab .nav-tabs.sub-nav-efficacy>li:not(:last-child):after {
  right: -24px;
  height: 20px;
}

.regn-mono-efficacy-tab .tabs-wrapper {
  margin-bottom: 48px;
}

.btn-reverse::before,
.btn-forward::after {
  display: none;
}

.regn-mono-efficacy-tab .yellow-btn-blue-arrow::after,
.regn-mono-efficacy-tab .yellow-btn-blue-arrow::before {
  display: none;
}

.regn-mono-efficacy-tab .yellow-btn-blue-arrow {
  height: auto;
  margin-bottom: 90px;
}

.regn-mono-efficacy-tab .yellow-btn-blue-arrow a {
  padding: 9px 64px 9px 32px;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #004F6F !important;
  background-color: #F7EA48;
  border-radius: 30px;
}

.regn-mono-efficacy-tab .yellow-btn-blue-arrow a::after {
  background-image: url('data:image/svg+xml,%3Csvg width="24" height="18" viewBox="0 0 24 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg id="Arrow/Long"%3E%3Cpath id="Shape" d="M23.7186 8.33739C24.0926 8.6996 24.0934 9.29956 23.7236 9.6584L16.1992 17.2164C15.8368 17.594 15.2341 17.594 14.8615 17.2197C14.5016 16.8591 14.5024 16.2608 14.8633 15.8857L20.7927 9.9409H0.933787C0.41547 9.9409 0 9.51594 0 8.99392C0 8.47438 0.413065 8.05917 0.934032 8.05833H20.793L14.8615 2.10035C14.5018 1.73986 14.5018 1.14158 14.8613 0.780449C15.2336 0.406556 15.8342 0.406022 16.1975 0.781818L23.7186 8.33739Z" fill="%23004F6F"/%3E%3Cmask id="mask0_3913_9934" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="18"%3E%3Cpath id="Shape_2" d="M23.7186 8.33739C24.0926 8.6996 24.0934 9.29956 23.7236 9.6584L16.1992 17.2164C15.8368 17.594 15.2341 17.594 14.8615 17.2197C14.5016 16.8591 14.5024 16.2608 14.8633 15.8857L20.7927 9.9409H0.933787C0.41547 9.9409 0 9.51594 0 8.99392C0 8.47438 0.413065 8.05917 0.934032 8.05833H20.793L14.8615 2.10035C14.5018 1.73986 14.5018 1.14158 14.8613 0.780449C15.2336 0.406556 15.8342 0.406022 16.1975 0.781818L23.7186 8.33739Z" fill="white"/%3E%3C/mask%3E%3Cg mask="url(%23mask0_3913_9934)"%3E%3C/g%3E%3C/g%3E%3C/svg%3E') !important;
  right: 30px;
}

.regn-mono-efficacy-tab-img.card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: flex-start;
  gap: 56px;
}

.regn-mono-efficacy-tab-img .card-container {
  padding: 0;
  box-shadow: none !important;
  margin-bottom: 0;
}

.regn-mono-efficacy-tab-img .reduction {
  width: 240px;
  border-radius: 40px;
  background: var(--Neutrals-White, #FFF);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 32px;
}

.regn-mono-efficacy-tab-img .reduction .percentage-box.pink {
  border: 0;
  max-width: 100%;
  display: block;
}

.regn-mono-efficacy-tab-img .reduction .percentage-box .number {
  font-size: 60px;
  letter-spacing: 0;
  font-weight: 700;
  color: #dc0077;
  line-height: 1;
  text-align: left;
  margin: 0;
  background-color: white;
}

.regn-mono-efficacy-tab-img .reduction .percentage-box p {
  text-align: left;
  margin: 0 0 12px;
  font-size: 16px;
}

.regn-mono-efficacy-tab-img .reduction p.note {
  text-align: left;
  margin: 0;
}

.slds-rich-text-editor__output ul, 
.slds-rich-text-editor__textarea ul{
  margin-left: 0;
  list-style: none;
}

.menu-expanded #onetrust-consent-sdk{
  display: none;
}

@media (max-width: 1024px) {

  .regn-mono-efficacy-tab .next-links {
    background-color: transparent;
    margin: 0;
  }

  .regn-mono-efficacy-tab .tabs-wrapper {
    margin-bottom: 20px;
  }

  .regn-data-align-center {
    display: block;
  }
}

@media (max-width: 767px) {
  .regn-mono-efficacy-tab{
    margin-top: 0;
  }
  .regn-mono-efficacy-tab .nav-tabs.sub-nav-efficacy>li:not(:last-child) {
    margin-right: 12px;
  }

}

@media screen and (min-width:320px) and (max-width:991px) {
  .card-wrapper.regn-mono-efficacy-tab-img {
    display: block;
    padding: 0 15px;
  }

  .regn-mono-efficacy-tab-img .reduction .percentage-box {
    margin: 0px auto 0 auto;
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  
  .isi.sticky .score-page .score-main {
    margin-top: 0;
  }

  .regn-mono-efficacy-tab-img .reduction .percentage-box {
    margin: 0px auto 0 auto;
  }

  .regn-mono-efficacy-tab-img.card-wrapper {
    gap: 24px;
  }

  .regn-mono-efficacy-tab-img .reduction {
    padding: 24px;
  }

}

