/* Move down content because we have a fixed navbar that is 50px tall */
body {
  /*padding-top: 50px;*/
  padding-bottom: 20px;
  font-family: 'OpenSans-Regular',sans-serif;
  /*-webkit-print-color-adjust: exact !important;*/
}
/* div,
p,
h1,
h2,
h3,
h4,
h5,
span,
em,
i,
b,
input,
a {
  font-family: 'OpenSans-Regular',sans-serif;
} */
b, strong {
  font-weight: normal !important;
  font-family: 'OpenSans-Bold', sans-serif !important;
}
/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
  white-space: normal;
}
/*hr {border-top: 1px solid #6A6A6A;}*/
hr {
  border-top: 1px solid #b7b7b7;
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
}
hr.light {
  border-top: 1px solid #eee;
}
hr.line-margin {
  position: relative;
  top: 36px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 56px;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
  max-width: 280px;
}
/*global css*/
.learn-more {
  color: #6cb33f;
  font-size: 14px;
  /* Approximation due to font substitution */
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  line-height: 18px;
  /* Approximation due to font substitution */
  text-align: left;
}
.learn-more .fa {
  font-size: 10px;
}
.learn-more:hover,
.learn-more:focus {
  color: #6cb33f;
  text-decoration: none;
  border-bottom: 2px solid #6cb33f;
}
.no-padding {
  padding: 0;
}
.pa-0 {
  padding: 0 !important;
}
.no-padding-tab {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.no-top-margin {
  margin-top: 0;
}
.no-bottom-margin {
  margin-bottom: 0;
}
.no-margin-imp {
  margin: 0 !important;
}
.nowrap {
  white-space: nowrap;
}
.txt-bold {
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.no-bold {
  font-weight: 400 !important;
}
.small-cap {
  font-variant: small-caps;
}
.display-table {
  display: table-cell;
}
.display-none {
  display: none;
}
.spacer-75 {
  margin-top: 75px;
}
.spacer-10 {
  margin-top: 10px;
}
.spacer-15 {
  margin-top: 15px;
}
.spacer-20 {
  margin-top: 20px;
}
.patient-meetings .spacer-75 {
  margin-top: 55px;
}
.padding-left-15 {
  padding-left: 15px;
}
.padding-left-none {
  padding-left: 0;
}
.space-top {
  padding-top: 7px;
}
.spacer-30 {
  margin-top: 30px;
}
.spacer-left-30 {
  padding-left: 30px;
}
.spacer-right-30 {
  margin-right: 30px;
}
.margin-right-desktop {
  margin-left: 10px;
}
.spacer-top-25 {
  margin-top: 25px;
}
.spacer-40 {
  margin-top: 40px;
}
.spacer-70 {
  margin-top: 70px;
}

.spacer-70-precent {
  margin-top: 70%;
}
.top-spacer-20 {
  margin-top: 20px;
}
.spacer-d-m-25 {
  margin-top: 25px;
}
.margin-left-5 {
  margin-left: 5px;
}
.text-align-center {
  text-align: center !important;
}
.center-align-global {
  margin: 0 auto;
  float: none;
}
.img-center {
  margin: 0 auto;
}
.display-block {
  display: block;
}
.no-border {
  border: 0 none !important;
}
.relativeDiv {
  position: relative;
}
.subscript {
  font-size: 11px;
}
.color-magenta {
  color: magenta !important;
}
hr.bot-border-style {
  border-color: #ccc;
  width: 50%;
}
.relativeDiv + div {
  padding-left: 0;
}
.font-normal {
  font-weight: 600 !important;
}
.img-responsive img {
  display: block;
  height: auto;
  width: 100%;
}
/*global css*/
.cookie-policy {
  width: 100%;
  border-bottom: 1px solid #b2b2b2;
  font-family: 'Uni57Condensed';
  font-size: 14px;
  color: #ffffff;
  background: #4c4b49;
}
.cookie-policy > div {
  margin: 0 auto;
  padding: 8px 0;
  width: 90%;
  display: table;
}
.cookie-policy img {
  margin: 0 15px 0 0;
  display: table-cell;
  width: 28px;
  vertical-align: middle;
  cursor: pointer;
}
.cookie-policy span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px 0 0;
  line-height: 20px;
}
.cookie-policy a {
  color: #6cb33f;
}
.cookie-policy a:hover,
.cookie-policy a:visited {
  color: #6cb33f;
  text-decoration: none;
}
.cookie-policy .cc-policy-button,
.cookie-policy .cc-policy-button:hover,
.cookie-policy .cc-policy-button:visited {
  background-color: #6cb33f;
  color: #fff;
  padding: 5px 8px;
  cursor: pointer;
}
/*header css*/
.header .top-banner-gray-bg {
  background-color: #f2f2f2;
  font-family: 'OpenSans-Regular',sans-serif;
  color: #6a6a6a;
  font-size: 14px;
  /* Approximation due to font substitution */
  font-weight: 400;
  text-align: left;
  height: 40px;
  line-height: 40px;
}
.header .top-banner-green-bg {
  background-color: #6cb33f;
  padding: 0;
  font-family: 'OpenSans-Regular',sans-serif;
  color: #ffffff;
  font-size: 18px;
  /* Approximation due to font substitution */
  line-height: 34px;
  /* Approximation due to font substitution */
  text-align: center;
  position: relative;
}
.header .top-banner-green-bg .top-txt {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #ffffff;
  font-size: 18px;
  /* Approximation due to font substitution */
  line-height: 27.992px;
  /* Approximation due to font substitution */
  text-align: center;
  padding: 5px;
}
.header .top-banner-green-bg .top-txt a {
  color: #ffffff;
   /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: inherit;
  /* Approximation due to font substitution */
}
.header .top-banner-green-bg .top-txt i.fa {
  position: absolute;
  top: 10px;
  right: 15px;
}
.header .top-banner-green-bg p {
  margin: 0;
}
.header .top-banner-green-bg i.fa {
  cursor: pointer;
}
.header .top-banner-gray-bg img {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.header .top-banner-gray-bg img.flag {
  margin-top: 10px;
}
.header .top-banner-white-bg {
  padding: 15px 0 0;
}
.header .top-banner-white-bg .container {
  position: relative;
}
.header .right-col {
  top: 5px;
}
.header .top-banner-white-bg .right-col p.right-txt {
  padding-right: 30px;
  color: #6cb33f;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  text-align: right;
  position: absolute;
}
p.left-txt {
  border-left: 2px solid #6cb33f;
}
.header .top-banner-white-bg .right-col p {
  color: #444444;
  line-height: 18px;
  float: right;
}
.header .top-banner-white-bg .right-col p.head-txt {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #6a6a6a;
  font-size: 13px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: normal;
  /* Approximation due to font substitution */
  text-align: left;
  width: 100%;
  border-right: none;
}
.header .top-banner-white-bg .right-col p span {
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.header .resident-txt {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #6a6a6a;
  font-size: 14px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: normal;
  /* Approximation due to font substitution */
  text-align: left;
  /*margin-top: 10px;*/
}
.header .top-head-txt li {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #63bf3f;
  font-size: 14px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: normal;
  /* Approximation due to font substitution */
  text-align: left;
  border-right: 1px solid #6a6a6a;
}
.header .top-head-txt li a {
  color: #63bf3f;
  font-size: inherit;
}
.header .top-head-txt li:last-child {
  content: "";
  border-right: none;
}
.header .top-btn .custom-btn {
  background-color: #74b03d;
  font-family: 'OpenSans-Regular',sans-serif;
  color: #ffffff;
  font-size: 14px;
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  line-height: normal;
  /* Approximation due to font substitution */
  text-align: left;
  float: right;
  padding: 13px;
  border-radius: 0;
  position: relative;
}
.header .top-btn .custom-btn:hover {
  background-color: #569131;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjEwMCUiIHgyPSIwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjM2Y2ZjIzIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM2Y2IzM2YiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
  background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(63, 111, 35)), color-stop(1, rgb(108, 179, 63)));
  /* Android 2.3 */
  background-image: -webkit-linear-gradient(bottom, rgb(63, 111, 35) 0%, rgb(108, 179, 63) 100%);
  /* IE10+ */
  background-image: linear-gradient(to top, rgb(63, 111, 35) 0%, rgb(108, 179, 63) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(63, 111, 35) 0%, rgb(108, 179, 63) 100%);
}
.header .top-btn .custom-btn:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-top: 7px solid #5e8f32;
  border-right: 10px solid transparent;
  left: -11px;
  position: absolute;
  top: 39px;
  z-index: -1;
}
.header .top-btn .custom-btn a {
  font-size: inherit;
  color: #ffffff;
}
/*Navigation bar menu*/
.header .navbar-default .navbar-toggle {
  display: block;
}
.header .navbar-default .navbar-toggle:focus,
.header .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.header .navbar-toggle span.icon-bar {
  transition: all 0.15s;
  width: 30px;
  height: 4px;
}
.header .navbar-toggle span:nth-child(2) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.header .navbar-toggle span:nth-child(3) {
  opacity: 0;
}
.header .navbar-toggle span:nth-child(4) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.header .navbar-toggle.collapsed span:nth-child(2),
.header .navbar-toggle.collapsed span:nth-child(4) {
  transform: rotate(0);
}
.header .navbar-toggle.collapsed span:nth-child(3) {
  opacity: 1;
}
.header .navbar-default {
  background-color: transparent;
  border: none;
  float: right;
  width: 100%;
}
.header .navbar-default .navbar-toggle.custom-toggle {
  border: none;
  padding-right: 0;
  margin-right: 0;
  outline: none;
}
.header .navbar-default .navbar-brand {
  width: 165px;
  color: #6cb33f;
  font-size: 18px;
  /* Approximation due to font substitution */
  font-weight: 400;
  text-align: left;
  padding: 0;
  padding-top: 15px;
  width: auto;
  float: right;
}
.header .navbar-default .navbar-toggle.custom-toggle span {
  background-color: #74b03d;
  pointer-events: none;
}
.header .dropdown-menu-list .collapse {
  display: none !important;
}
.header .myelofibrosis-menu {
  background-color: #67b03c;
}
.header .PV-menu {
  background-color: #453490;
}
.header .GVHD-menu {
  background-color: #92308d;
}
.hamburger-menu-item .navbar-header {
  top: 10px;
  position: relative;
  width: 100%;
}
.header .custom-navbar {
  position: absolute;
  display: none;
  z-index: 99;
  width: 420px;
  right: 0;
  top: 0;
  box-shadow: -4px 4px 10px 0px rgba(0, 0, 0, 0.5);
}
.header .custom-navbar li {
  width: 100%;
}
.header .custom-navbar li span {
  display: inline;
  float: left;
  margin-right: 5px;
}
.header .custom-navbar .nav-tabs > li.active > a,
.header .custom-navbar .nav-tabs > li.active > a:hover,
.header .custom-navbar .nav-tabs > li.active > a:focus {
  background-color: transparent;
  color: #fff;
  border: none;
}
.header .custom-navbar .nav > li.nav-item > a {
  font-size: 18px;
  /* line-height: 19px; */
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  text-align: left;
  font-family: 'OpenSans-Regular',sans-serif;
  color: #fff;
  padding: 15px;
  display: inline-block;
  width: 100%;
  border: none;
  margin: 0;
  cursor: pointer;
}
.header .custom-navbar .nav > li > a:hover {
  border: none;
  background-color: transparent;
  text-decoration: none;
}
.header .custom-navbar .nav > li:first-child {
  background-color: #453490;
}
.header .custom-navbar .nav > li:nth-child(2) {
  background-color: #67b03c;
}
.header .custom-navbar .nav > li:nth-child(3) {
  background-color: #92308d;
}
.header .custom-navbar .nav > li:nth-child(4) {
  background-color: #c627a6;
}
.header .custom-navbar .nav-tabs > li > a:hover {
  border: none;
  background-color: transparent;
  text-decoration: none;
}
.header .custom-navbar .nav > li > a:hover span:nth-child(2) {
  border-bottom: 1px solid #fff;
}
.header .menu-item-list {
  display: block;
}
.header .menu-item-list .tab-content {
  display: block;
}
.header .menu-item-list .tab-content .tab-pane ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.header .menu-item-list .tab-content .tab-pane ul li {
  margin-right: 7px;
}
.header .menu-item-list .tab-content .tab-pane ul li:last-child {
  position: relative;
}
.header .menu-item-list .tab-content .tab-pane ul li .list-sub-menu {
  position: absolute;
  top: auto;
  left: 0;
  /*    display: block;*/
  background: #453490;
  z-index: 9;
  text-align: left;
  /*    padding: 15px 10px;*/
  width: 255px;
  padding-top: 0;
}
.header .menu-item-list .tab-content .tab-pane ul li .list-sub-menu li {
  padding: 13px;
  width: 100%;
}
.header .menu-item-list .tab-content .tab-pane.PV-menu ul li .list-sub-menu li:nth-child(1) {
  background-color: #453490;
}
.header .menu-item-list .tab-content .tab-pane.PV-menu ul li .list-sub-menu li:nth-child(2) {
  background-color: #4e3e96;
}
.header .menu-item-list .tab-content .tab-pane.PV-menu ul li .list-sub-menu li:nth-child(3) {
  background-color: #58499b;
}
.header .menu-item-list .tab-content .tab-pane.PV-menu ul li .list-sub-menu li:nth-child(4) {
  background-color: #6052a0;
}
.header .menu-item-list .tab-content .tab-pane.PV-menu ul li .list-sub-menu li:nth-child(5) {
  background-color: #6a5da5;
}
.header .menu-item-list .tab-content .tab-pane.PV-menu ul li .list-sub-menu li:nth-child(6) {
  background-color: #7467ac;
}
.header .menu-item-list .tab-content .tab-pane.PV-menu ul li .list-sub-menu li:nth-child(7) {
  background-color: #7d71b2;
}
.header .menu-item-list .tab-content .tab-pane.PV-menu ul li .list-sub-menu li:nth-child(8) {
  background-color: #857bb7;
}
.header .menu-item-list .tab-content .tab-pane.PV-menu ul li .list-sub-menu li:nth-child(9) {
  background-color: #8f84bb;
}
.header .menu-item-list .tab-content .tab-pane.PV-menu ul li .list-sub-menu li:nth-child(10) {
  background-color: #978bc0;
}
.header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu ul li .list-sub-menu li:nth-child(1) {
  background-color: #67b03c;
}
.header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu ul li .list-sub-menu li:nth-child(2) {
  background-color: #73b749;
}
.header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu ul li .list-sub-menu li:nth-child(3) {
  background-color: #7abb53;
}
.header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu ul li .list-sub-menu li:nth-child(4) {
  background-color: #81be5c;
}
.header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu ul li .list-sub-menu li:nth-child(5) {
  background-color: #88c265;
}
.header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu ul li .list-sub-menu li:nth-child(6) {
  background-color: #91c66f;
}
.header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu ul li .list-sub-menu li:nth-child(7) {
  background-color: #98ca7a;
}
.header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu ul li .list-sub-menu li:nth-child(8) {
  background-color: #9ece82;
}
.header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu ul li .list-sub-menu li:nth-child(9) {
  background-color: #a7d18b;
}
.header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu ul li .list-sub-menu li:nth-child(10) {
  background-color: #a7d18b;
}
.header .menu-item-list .tab-content .tab-pane.GVHD-menu ul li .list-sub-menu li:nth-child(1) {
  background-color: #a22c9f;
}
.header .menu-item-list .tab-content .tab-pane.GVHD-menu ul li .list-sub-menu li:nth-child(2) {
  background-color: #b533b2;
}
.header .menu-item-list .tab-content .tab-pane.GVHD-menu ul li .list-sub-menu li:nth-child(3) {
  background-color: #c538c2;
}
.header .menu-item-list .tab-content .tab-pane.GVHD-menu ul li .list-sub-menu li:nth-child(4) {
  background-color: #d440d1;
}
.header .menu-item-list .tab-content .tab-pane.GVHD-menu ul li .list-sub-menu li:nth-child(5) {
  background-color: #e447e1;
}
.header .menu-item-list .tab-content .tab-pane ul a {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #ffffff;
  font-size: 14px;
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  line-height: normal;
  padding: 10px 0;
  /* Approximation due to font substitution */
  text-align: left;
  display: inline-block;
  cursor: pointer;
}
.header .menu-item-list .tab-content .tab-pane ul a.support-link.collapsed .fa-chevron-down:before {
  content: "\f078";
  transition: 0.2s ease all;
}
.header .menu-item-list .tab-content .tab-pane ul a.support-link .fa-chevron-down:before {
  content: "\f077";
  transition: 0.2s ease all;
}
.header .menu-item-list .tab-content .tab-pane ul a.sub-menu-link.collapsed .fa-chevron-down:before {
  content: "\f078";
  transition: 0.2s ease all;
}
.header .menu-item-list .tab-content .tab-pane ul a.sub-menu-link .fa-chevron-down:before {
  content: "\f077";
  transition: 0.2s ease all;
}
.header .menu-item-list .tab-content .tab-pane ul li .list-sub-menu a {
  padding: 0;
  width: 100%;
  display: block;
}
.header .menu-item-list .tab-content .tab-pane ul li .list-sub-menu a:hover {
  /*    border-top: 0;*/
  padding-top: 0;
  margin-top: -5px;
  /*    text-decoration: underline;*/
}
.header .menu-item-list .tab-content .tab-pane ul li .list-sub-menu a.active:hover {
  /*    border-top: 0;*/
  padding-top: 0;
  margin-top: 0px;
  /*    text-decoration: underline;*/
}
.header .menu-item-list .tab-content .tab-pane ul a:hover {
  text-decoration: none;
}
.research-checkbox .prettycheckbox label {
  display: inline-block;
  padding-left: 10px;
}
.purple-callout {
  border-width: 4px;
  border-color: #492f92;
  border-style: solid;
  height: 156px;
  margin-left: -15px;
  padding: 40px 25px 25px 25px;
  margin-bottom: 10px;
}
/* Q2-updates (PV / MF related..) - Ambassador Form Starts Here */
.ambasador-program {
  background: url(../images/ambassadorimg_bg@2x.png) center no-repeat #ddeaf4;
  background-size: cover;
}
.ambasador-program.pv-main {
  background: none;
}
.ambasador-program .head {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #92278f;
  font-size: 40px;
  /* Approximation due to font substitution */
  line-height: 23.294px;
  /* Approximation due to font substitution */
  text-align: left;
}
.ambasador-program .middle-section {
  margin: 80px 0;
}
.ambasador-program .icons-section {
  display: flex;
  align-items: center;
  padding: 0;
  margin-top: 20px;
}
.ambasador-program .icons-section div {
  padding-left: 0px;
}
.ambasador-program .container-section .pv-body-section p.purple-txt {
  margin-top: 0px;
}
.banner-image-ambassdor-thank-you {
  background: url(../images/ambassadorimg_bg@2x.png) center no-repeat #ddeaf4;
  background-size: 100%;
  background-position: 50% 66%;
}
.banner-image-ambassdor-thank-you .middle-section {
  margin-top: 70px;
  margin-bottom: 60px;
}
.video_read_more {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #6cb33f;
  font-size: 13.97px;
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  text-align: left;
  transform: scaleX(1.0019);
  /* width and height properties ommitted due to transform */
  cursor: pointer;
}
.transcript-section-background .transcript-txt {
  border: 1px solid #b7b7b7;
  background-color: #f9f9f9;
}
.pv-container .container-section .pv-body-section .transcript-section .transcript-section-background .transcript-txt {
  margin-top: 0px;
  padding-left: 20px;
}
.icons-section.spacer-5 {
  margin-top: 5px;
}
.PV-menu ul ul#subMenu8 li.get-link:nth-child(8) a,
ul#mfsubMenu8 li.get-link:nth-child(8) a {
  font-style: normal;
  font-family: 'OpenSans-BoldItalic';
}
.PV-menu ul ul#subMenu8 li.relativeDiv,
ul#mfsubMenu8 li.relativeDiv {
  font-style: normal !important;
}
/* Q2-updates (PV / MF related..) - Ambassador Form Ends Here */
.video-resources .section-links {
  margin-top: 24px;
}
.video-resources .section-links span {
  color: #444444;
  font-size: 13px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  letter-spacing: 0;
  line-height: 17px;
  margin-right: 20px;
}
.page-node-51 .middle-section-bottom .section-links span {
  color: #444444;
  font-size: 13px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  letter-spacing: 0;
  line-height: 17px;
  margin-right: 20px;
}
.section-links ul {
  list-style: none;
  padding-left: 10px;
  display: inline-block;
}
.section-links ul li {
  display: inline-block;
}
.section-links ul li a {
  color: #6cb33f;
  border: 3px solid #b5d99f;
  background-color: #ffffff;
  font-size: 13px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  padding: 15px;
  margin-right: 20px;
}
.section-links ul li a:hover {
  border-color: #6cb33f;
}
.agvhd-section .video-resources p.section-links a {
  color: #492f92;
}
.agvhd-section .align-top-20 {
  margin-top: 20px;
}
.support-section.agvhd-section a {
  text-decoration: none;
}
.mf-section .section-links ul li a {
  color: #92278f;
  border: 3px solid #c893c7;
  background-color: #ffffff;
  font-size: 13px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  padding: 15px;
  margin-right: 20px;
}
.mf-section .section-links ul li a:hover {
  border-color: #92278f;
}
.pt-resource .printable-resource {
  min-height: 258px;
}
/* .pt-resource div:last-child.printable-resource {
  min-height: auto;
  margin-top: 27px;
} */
.pv-body-section .green-callout-section {
  background-color: #f0f7eb;
  width: 87%;
  margin: 30px 0px;
  margin-left: -45px;
  padding: 15px 30px 15px 30px;
}
.pv-container .container-section .pv-body-section .green-sml-callout-section p.grn-hd {
  color: #92278f;
  font-size: 18px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  letter-spacing: 0;
  line-height: 18px;
}
.pv-container .container-section .pv-body-section .green-callout-section p.green-head {
  color: #6cb33f;
  font-size: 30px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  letter-spacing: 0;
  line-height: 50.01px;
}
.pv-container .container-section .pv-body-section .green-callout-section p.green-head span {
  font-weight: normal;
}
.pv-container .container-section .pv-body-section .green-callout-section .align-desktop-center {
  margin-top: 4.5%;
}
.pv-container .container-section .pv-body-section .green-box-pv-callout {
  border: 5px solid rgba(108, 179, 63, 0.5);
  padding: 0;
  width: 107%;
  margin-left: -40px;
  padding-left: 25px;
}
.pv-container .container-section .pv-body-section .green-box-pv-callout .ply-btn {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  bottom: 0;
  transform: translateY(-50%);
  margin: 0 auto;
}
.mf-home .purple-callout-section,
.mf-section .container-section .purple-callout-section {
  background-color: #f4e9f4;
  width: 87%;
  margin: 30px 0px;
  margin-left: -45px;
  padding: 15px 30px 15px 30px;
}
.mf-home .container-section .purple-callout-section p.green-head,
.mf-section .container-section .purple-callout-section p.green-head {
  color: #9227bf;
  font-size: 30px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  letter-spacing: 0;
  line-height: 50.01px;
}
.mf-home .container-section .purple-callout-section p.green-head span,
.mf-section .container-section .purple-callout-section p.green-head span {
  font-weight: normal;
  font-family: 'OpenSans-Regular',sans-serif;
}
.mf-home .container-section .purple-callout-section .align-desktop-center,
.mf-section .container-section .purple-callout-section .align-desktop-center {
  margin-top: 4.5%;
}
.footnote img {
  margin-right: 20px;
}
.follow-btn .off,
.follow-btn:hover .on {
  display: inline-block;
}
.follow-btn .on,
.follow-btn:hover .off {
  display: none;
}
.big-quote .col-lg-11 {
  padding-left: 10px;
}
.myelofibrosis .header .menu-item-list .top-links .top-sml-dev-links {
  background: #6cb33f;
}
.banner-image-mf img {
  position: relative;
  height: 371px;
  max-width: 100%;
  width: 100%;
}
#offRamp .modal-header img {
  max-width: 100%;
  height: auto;
}
/* Social Icons Starts Here */
ul.sticky {
  margin: 0;
  padding: 0;
  width: 75px;
}
ul.sticky.connect {
  width: auto;
}
.sticky-container {
  position: absolute;
  right: 0px;
  top: 570px;
  z-index: 1000;
  border: 1px solid #6cb33f;
  border-right: 0px;
  background-color: #ffffff;
}
.page-node-1 .common-sticky .sticky-container {
  top: 570px;
}
.common-sticky .sticky-container {
  top: 368px;
}
.pv-container .sticky-container.policy-open {
  top: 426px;
}
.page-node-81 .sticky-container,
.page-node-86 .sticky-container,
.page-node-76 .sticky-container,
.page-node-61 .sticky-container,
.page-node-51 .sticky-container,
.page-node-41 .sticky-container,
.support-section.pv-container .sticky-container {
  top: 391px;
}
.advocacy-resources-link-callout .advocacy-resources-logo .img-center {
  margin-left: 0px;
}
.support-section.pv-home.pv-container .flipper {
  top: 391px;
}
.support-section.pv-container .sticky-container.fixed {
  top: 85px;
}
.support-section.pv-home.pv-container .flipper.fixed {
  top: 85px;
}
.sticky-container.fixed {
  position: fixed;
  top: 308px;
  z-index: 1100;
}
.sticky li {
  list-style-type: none;
  background-color: #fff;
  color: #efefef;
  height: 43px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-align: center;
}
.pv-container .sticky li a {
  display: inline-block;
  border-radius: 50%;
}
.common-sticky .sticky li a:hover,
.common-sticky .sticky li a:focus {
  border: 3px solid #6cb33f;
  border-radius: 50%;
  display: inline-block;
}
/* .pv-container .sticky li a:hover,
.pv-container .sticky li a:focus {
  border: 3px solid #92278f;
  border-radius: 50%;
  display: inline-block;
} */
.common-sticky .sticky li a:hover,
.common-sticky .sticky li a:focus,
.sticky li span:hover,
.sticky li span:focus {
  border: 3px solid #6cb33f;
  border-radius: 50%;
  display: inline-block;
}
/* .common-sticky .sticky li a:hover,
.common-sticky .sticky li a:focus,
.sticky li span:hover,
.sticky li span:focus {
  border: 3px solid #92278f;
  border-radius: 50%;
  display: inline-block;
} */
.sticky.connect li {
  height: auto;
  display: block;
}
.sticky.connect li a {
  display: block;
  border: 0 none !important;
  border-radius: 0 !important;
  outline: none !important;
}
.sticky.connect li a.chatbox-btn-pv-open-mobile:hover {
  display: block !important;
  border: none;
}
.sticky.connect li div.shareicn {
  display: block;
  padding: 8px 0;
  border: 0 none !important;
  border-radius: 0 !important;
  outline: none !important;
}
.sticky li p {
  padding-top: 5px;
  margin: 0px;
  line-height: 16px;
  font-size: 11px;
}
.sticky li p a {
  text-decoration: none;
  color: #2c3539;
}
.sticky li p a:hover {
  text-decoration: underline;
}
.sticky .share-label {
  color: #492f91;
  font-size: 17.96px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  line-height: 59.852px;
  transform: scaleY(1.0024);
  margin-bottom: 10px;
}
.sticky .color-green {
  color: #6cb33f;
}
.mf-home .share-label,
.common-sticky .share-label {
  color: #6cb33f;
}
.twitter-link {
  cursor: pointer;
}
/*Social Icons Ends Here */
/* Chat Box CSS Starts Here */
.chatbox-pv-close {
  width: 160px;
}
.chatbox-pv-open {
  width: 350px;
  background-image: url(../images/chatbot_bg_open_pv.png);
  height: 348px;
  background-size: contain;
}
.chatbox-pv-open.mf {
  background-image: url(../images/chatbot_open_mf@2x.png);
}
.chatbox-pv-close,
.chatbox-pv-open {
  position: absolute;
  top: 0px;
  z-index: 1000;
  text-align: center;
  color: #fff;
  left: 10px;
}
.page-node-1 .chatbox-pv-close,
.chatbox-pv-open {
  left: 2px;
}

.pv-container .chatbox-pv-close,
.pv-container .chatbox-pv-open {
  top: 0;
}
.chatbox-pv-close.fixed,
.chatbox-pv-open.fixed {
  position: fixed;
  top: 0;
  z-index: 10000;
}
.chatbox-pv-open {
  padding: 50px 30px;
}
a.chatbox-btn-pv-open {
  position: absolute;
  top: -4px;
  right: 20px;
}
a.chatbox-btn-pv-close {
  position: absolute;
  top: 20px;
  right: 50px;
}
.chatbox-pv-close p {
  font-family: 'OpenSans-Regular',sans-serif;
  position: absolute;
  bottom: 11px;
  left: 30px;
  font-size: 14px;
  right: 30px;
  text-align: center;
  color: #ffffff;
  line-height: 17px;
}
.chatbox-pv-open h2 {
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 20px;
}
.chatbox-pv-open p,
.chatbox-pv-open p a {
  font-family: 'OpenSans-Regular',sans-serif;
  font-size: 16px;
  color: #fff;
}
.chatbox-pv-open p em {
  font-family: 'OpenSans-lightItalic', sans-serif;
  font-style: normal;
}
.sticky-container.fixed {
  top: 80px !important;
}
/*.sticky-container.policy-open.fixed {top: 144px;}*/
#chatbox-pv-mobile .modal-content {
  border: 0;
  background-color: #fff;
  box-shadow: none;
  border-radius: 50%;
  margin: 0 auto;
}
#chatbox-pv-mobile.modal {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1500;
  width: 100%;
  padding-top: 5%;
  background: rgba(255, 255, 255, 0.8);
}
.chatbox-btn-pv-close-mobile {
  position: absolute;
  top: 5%;
  right: 22%;
}
.chatbox-pv-mobile-wrapper {
  background: url(../images/chatbot_bg_open_pv.png) no-repeat;
  background-position: center 0;
  position: relative;
  width: 700px;
  margin: 0 auto;
}
.chatbox-pv-mobile-wrapper.mf {
  background-image: url(../images/chatbot_open_mf@2x.png);
}
.chatbox-pv-mobile-inner {
  position: absolute;
  top: 75px;
  left: 20%;
  right: 20%;
  text-align: center;
  color: #ffffff;
}
.chatbox-pv-mobile-inner h2 {
  font-size: 42px;
  margin: 60px 0 50px 0;
  font-family: 'OpenSans-Regular', sans-serif;
}
.chatbox-pv-mobile-inner p {
  font-size: 22px;
  margin-bottom: 50px;
}
.chatbox-pv-mobile-inner p em {
  font-family: 'OpenSans-lightItalic', sans-serif;
  font-style: normal;
}
.chatbox-pv-mobile-inner a {
  color: #ffffff;
}
.chatbox-pv-mobile-inner input {
  height: 60px;
  padding-left: 10px;
}
.sticky-share-tab,
.mf-home .sticky-share-tab {
  left: 0;
  right: auto;
  border: 0;
  background: transparent;
}
#share-mobile.modal {
  background: rgba(255, 255, 255, 0.5);
}
#share-mobile.modal .share-mobile-wrapper {
  background: #fff;
  margin: 0 auto;
  margin-top: 50px;
  width: 320px;
  padding: 90px 30px 30px;
  border-radius: 50%;
  height: 320px;
  border: 2px solid #92278f;
  position: relative;
}
.pv-container #share-mobile.modal .share-mobile-wrapper,
.pv-home #share-mobile.modal .share-mobile-wrapper {
  border: 2px solid #6eb43f;
}
.mf-section #share-mobile.modal .share-mobile-wrapper,
.mf-home #share-mobile.modal .share-mobile-wrapper {
  border: 2px solid #92278f;
}
#share-mobile.modal .share-mobile-wrapper .share-label {
  color: #92278f;
  font-size: 30.57px;
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.pv-container #share-mobile.modal .share-mobile-wrapper .share-label {
  color: #6eb43f;
}
.mf-section #share-mobile.modal .share-mobile-wrapper .share-label {
  color: #92278f;
}
#share-mobile.modal .share-mobile-wrapper .share-mobile-inner ul li {
  margin-left: 20px;
}
.pv-container #share-mobile.modal .share-mobile-wrapper .share-btn-close-mobile,
.pv-home #share-mobile.modal .share-mobile-wrapper .share-btn-close-mobile {
  position: absolute;
  top: 20px;
  right: 35px;
  background-image: url("../images/Overlay_close_green_m_copy-share.png");
  background-repeat: no-repeat;
  width: 43px;
  height: 43px;
}
.stickyfooter-wrapper #share-mobile.modal .share-mobile-wrapper .share-btn-close-mobile,
.stickyfooter-wrapper #share-mobile.modal .share-mobile-wrapper .share-btn-close-mobile {
  position: absolute;
  top: 20px;
  right: 35px;
  background-image: url("../images/Overlay_close_purple_m_copy-share.png");
  background-repeat: no-repeat;
  width: 43px;
  height: 43px;
}
.common-sticky .flipper {
  width: 160px;
  height: 170px;
  position: absolute;
  top: 368px;
  z-index: 1;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
}
.flipper {
  top: 565px;
  width: 160px;
  height: 260px;
  position: absolute;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
}
.pv-home.pv-container .flipper.fixed,
.common-sticky .flipper.fixed {
  top: 85px;
  position: fixed;
  z-index: 1006;
}
.page-node-1 .common-sticky .flipper.fixed {
  top: 85px;
  position: fixed;
  z-index: 1006;
}
.page-node-1 .common-sticky .flipper {
  top: 570px;
  width: 160px;
  height: 260px;
  position: absolute;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
}
.mf-home .flipper.fixed {
  top: 85px;
  position: fixed;
  z-index: 1006;
}
.card {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
}
.card .chatbox-pv-close,
.card .chatbox-pv-open {
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card .front,
.card .back {
  top: 0;
  display: block;
}
.card .front {
  width: 160px;
}

.card .back {
  width: 348px;
  height: 348px;
  left: 0;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  /*-ms-transform: rotateY( 180deg );    */
}
.page-node-1 .card .back {
  left: 8px;
}
.card.flipped {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flipped.rotate {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flipped .rotate {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.card.rotate1 {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(0deg);
}
.card .rotate1 {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/* Chat Box CSS Ends Here */
/* Play Button On Callout Starts Here */
.story-callout-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Play Button On Callout Ends Here */
/* Video Player CSS Starts Here */
.pv-home .video-close-button,
.video-stop-button {
  background: url("../images/icn_chatbot_close_pv.png");
  position: absolute;
  top: 10px;
  right: 22px;
  width: 30px;
  height: 29px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  z-index: 10;
  cursor: pointer;
}
.mf-home .video-close-button {
  background: url("../images/icn_chatbot_close_mf.png");
  position: absolute;
  top: 10px;
  right: 22px;
  width: 30px;
  height: 29px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  z-index: 10;
  cursor: pointer;
}
/* Video Player CSS Ends Here */
/* CSS For ISI Starts here */
#isicontainer {
  width: 100%;
  z-index: 1115;
  background: none repeat scroll 0 0 #ffffff;
  border-top: 2px solid #6eb43f;
  /* CSS For ISI screenshots - uncomment the below code for screenshots */
  /*position: relative!important;
      bottom: auto!important;*/
}
.page-node-51 #isicontainer {
  margin-top: 35px;
}

/*CSS For ISI screenshots - uncomment the below code for screenshots */
/*.expand_button, .collapsed_button {
      display: none;
  }*/
/*End CSS For ISI screenshots */
.isi-wrapper {
  background-color: white;
  color: #444444;
  font-size: 14px;
  font-family: 'OpenSans-Regular',sans-serif;
  font-weight: 400;
  line-height: 18.596px;
  text-align: left;
}
.isi-wrapper .content {
  z-index: 1002;
  margin: 0 auto;
  position: relative;
  padding: 15px 15px 5px 15px;
}
.isi-wrapper a {
  background: transparent;
  text-decoration: none;
  /* color: #6cb33f ; */
  color: #92278F ; 
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.isi-wrapper a .d-inline-block:hover,
.isi-wrapper a:hover,
.isi-wrapper a:focus {
  /* color: #6cb33f; */
  text-decoration: underline;
}
.isi-wrapper h4 {
  color: #92278f;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 20.63px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
}
#isi_mobile_title h4.smaller {
  text-transform: uppercase;
}
.expand_button,
.collapsed_button {
  color: #ffffff;
  background: #6eb43f;
  position: absolute;
  right: 15px;
  z-index: 2000;
  cursor: pointer;
  font-size: 12px;
  border-radius: 0;
}
.open .expand-text {
  display: none;
}
.collapse-text {
  display: none;
}
.open .collapse-text {
  display: inline;
}
.collapse_btns {
  margin-top: -15px;
}
/* CSS For ISI Ends here */
/* Footer CSS Starts Here */
.footer {
  border-top: 2px solid #b3b3b3;
  background: white;
  z-index: 1120;
}
.footer.footer-fixed {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer-container {
  background: none repeat scroll 0 0 #ffffff;
  width: 100%;
  z-index: 101;
  padding-bottom: 8px;
}
.footer-wrapper {
  padding: 18px 0 0 25px;
  color: #6c6c6c;
  font-size: 11px;
  border-bottom: 1px solid #f8f8f8;
  font-family: 'OpenSans-Regular',sans-serif;
}
.footer-wrapper .footer-links a,
.footer-wrapper .footer-links span {
  float: left;
  margin: 0 10px 0 0;
}
.footer-links span#footer-txt {
  float: none;
  margin: 0px;
  color: #6c6c6c;
  font-size: 11px;
  visibility: visible;
}
.footer-wrapper .footer-links span.copy {
  color: #6c6c6c;
  font-size: 11px;
  float: none;
  clear: both;
}
.footer-links {
  margin-bottom: 20px;
}
.footer-wrapper .footer-links a {
  color: #6eb43f;
}
.footer-links a {
  color: #67a43e;
  font-size: 11px;
  display: inline-block;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.footer-wrapper span {
  color: #7c2a90;
  font-size: 12px;
}
.footer-wrapper .social-icon p {
  color: #444444;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
}
.footer-wrapper .social-icon img {
  margin-right: 15px;
  display: inline-block;
  border-radius: 50%;
}
.footer-wrapper .social-icon div {
  margin-right: 15px;
  display: inline-block;
  border-radius: 50%;
}
.bottom-nav {
  margin-top: 35px;
  background: #92278f;
  padding: 15px;
}

/*Added by sachin bhute*/
.possible-benefits .bottom-nav .fa-chevron-left {
  margin-right: 10px;
}
.mf-section .bottom-nav,
.bottom-nav div.nav-container {
  display: flex;
  justify-content: space-between;
  padding-left: 0px; /*added by sachin bhute*/
}
.bottom-nav div.nav-container div {
  margin: 0;
  border: 1px solid transparent;
}
.bottom-nav .prev-nav {
  width: 21%;
  float: left;
  padding-top: 10px;
}
.bottom-nav .prev-nav a {
  color: #92b35b;
  font-size: 18px;
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  line-height: normal;
  /* Approximation due to font substitution */
  text-align: left;
  z-index: 2;
}
.bottom-nav .prev-nav a {
  color: #ffffff;
}
.bottom-nav .current-page,
.bottom-nav .gvhd-page {
  color: #ffffff;
  font-size: 30px;
  /* Approximation due to font substitution */
  font-weight: 300;
  font-family: 'OpenSans-light',sans-serif;
  line-height: normal;
  /* Approximation due to font substitution */
  text-align: center;
  z-index: 1;
  width: 52%;
  float: left;
}
.about-mf .bottom-nav .current-page {
  width: 56%;
}
.about-pv .bottom-nav .current-page {
  width: 56%;
}
.bottom-nav .next-nav {
  width: 21%;
  float: left;
  padding-top: 10px;
}
.about-mf .bottom-nav .next-nav {
  width: 22%;
}
.about-pv .bottom-nav .next-nav {
  width: 22%;
}
.bottom-nav .next-nav a {
  color: #92b35b;
  font-size: 18px;
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  line-height: normal;
  /* Approximation due to font substitution */
  text-align: right;
  float: right;
  z-index: 2;
}
.bottom-nav .next-nav a {
  color: #ffffff;
}
/* Footer CSS Ends Here */
/* Common CSS For the inner Pages Starts Here */
.no-padding {
  padding: 0px;
}
.middle-section .color-green {
  color: #6cb33f;
}
.middle-section .color-blue {
  color: #492f92;
}
.middle-section .color-purple {
  color: #92278f;
}
.mf-home .img-content a {
  background-color: #92278f;
}
.mf-home .img-content a:hover {
  background-color: #92278f;
}
/* Common CSS For the inner Pages Ends Here */
/* CSS For Inner Page PV and MF HOME Starts Here */
.banner-image-pv {
  position: relative;
  height: 371px;
  padding-top: 55px;
  background: url(../images/img_hero_pv_banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
.banner-image-pv-treatment {
  position: relative;
  height: 181px;
  padding-top: 55px;
  background: url(../images/img_hero_full@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*-webkit-box-shadow: inset 0px 10px 16px -10px rgba(0,0,0,0.58);
-moz-box-shadow: inset 0px 10px 16px -10px rgba(0,0,0,0.58);
box-shadow: inset 0px 10px 16px -10px rgba(0,0,0,0.58);*/
}

.banner-image-mf {
  position: relative;
  height: 371px;
  padding-top: 55px;
  background: url(../images/img_hero_mf_2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}


.container-section {
  position: relative;
  /*padding: 0 30px;*/
}
.middle-section h1 {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #492f92;
  font-size: 20px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  line-height: normal;
  text-align: left;
}
.middle-section h2 {
  font-family: 'OpenSans-light',sans-serif;
  color: #92278f;
  font-size: 50px;
  font-weight: 300;
  line-height: 27.94px;
  text-align: left;
  padding-bottom: 60px;
}
.left-content-1 {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #492f92;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.left-content-2 {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.791px;
  text-align: left;
}
.left-content-2 i {
      font-family: 'opensans-lightitalic';
}
.left-content-3 {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #666666;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}
.left-content-3 a {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #6cb33f;
  font-size: 14px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  text-align: left;
}
.right-content-1 {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #92278f;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.right-content-2 {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.right-content-3 {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
.right-content-3 a {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #6cb33f;
  font-size: 18px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  text-align: left;
}
.left-image {
  margin-top: 20px;
}
.img-content {
  position: relative;
  margin-top: -66px;
  margin-right: 12px;
  margin-left: 12px;
  background-color: #ffffff;
  padding: 0 15px 20px 15px;
  border: 5px solid #6eb43f;
  /*height:254px;*/
}
.mf-section .img-content {
  border: 5px solid #92278f;
}
.mf-home .img-content {
  border: 5px solid #92278f;
}
.agvhd-home .img-content {
  border: 5px solid #492f92;
}
.agvhd-section .img-content {
  border: 5px solid #492f92;
}
.img-content h1 {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #92278f;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  transform: scaleX(1.0001);
}
.mf-section .img-content h1 {
  color: #492f92;
}
.agvhd-home .middle-section .img-content h1 {
  color: #6cb33f;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px;
}
.agvhd-section .middle-section .img-content h1 {
  color: #6cb33f;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px;
}
.img-content a {
  font-family: 'OpenSans-Regular',sans-serif;
  background-color: #6cb33f;
  width: 127px;
  height: 40px;
  color: #ffffff;
  font-size: 16.04px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  line-height: 28px;
  text-align: left;
  transform: scaleX(1.0001);
  border: 0px;
  border-radius: 0px;
}
.callout-section .left-image .img-content a.btn.btn-primary.btn-link:hover {
  background: #92278f;
}
.callout-section .left-image .img-content a.btn.btn-primary.btn-link:focus {
  background: #92278f;
}
.callout-section .left-image .img-content a.btn.btn-primary.btn-link:active {
  background: #92278f;
}
.img-content a:hover,
.img-content a:focus,
.img-content a:active {
  background-color: #6cb33f;
  text-decoration: underline;
}
.img-content p {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.791px;
  text-align: left;
  margin-top: 20px;
}
.cta-purple-border {
  border: 2px solid #92278f;
}
/* CSS For Inner Page PV HOME Ends Here */
/*Spleen enlarged css*/
.spleen-row {
  display: flex;
  /*    display: -webkit-box;*/
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  /*    flex-wrap: wrap;*/
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.spleen-row .spleen-option,
.spleen-row .spleen-option-mob {
  margin-left: -50px;
  background-color: #ebf7df;
  position: absolute;
  top: 0;
  display: inline-block;
  transform: translateY(-50%);
  padding-left: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}

.spleen-row .spleen-option .custom-list-spleen {
  list-style: none;
  padding-left: 0;
}
.spleen-row .spleen-option .custom-list-spleen li {
  display: inline-block;
  position: relative;
  margin-right: 48.6px;
  padding-left: 15px;
}
.spleen-row .spleen-option .custom-list-spleen li:before {
  content: "\25CF";
  position: absolute;
  top: 0;
  left: 0;
  color: #92278f;
}
.spleen-row .zindex-spleen {
  z-index: 9;
}
.middle-section {
  padding: 20px 45px;
}
.myelofibrosis .middle-section {
  padding-bottom: 35px;
}
.myelofibrosis .support-resources .middle-section {
  padding-bottom: 0 !important;
}
.myelofibrosis .support-resources .middle-section-bottom {
  padding-top: 0;
  padding-bottom: 35px;
}


.spleen-row.support-box-callout {
  margin-right: auto;
  margin-left: auto;
}
.green-box-border {
  border: 5px solid rgba(108, 179, 63, 0.5);
}
.purple-box-border {
  border: 5px solid rgba(73, 47, 146, 0.5);
}
.support-box-callout {
  padding: 0;
  width: 100%;
  padding-left: 26px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.support-box-callout h2.head-callout {
  line-height: 1.3;
  color: #92278f;
  font-size: 20px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  padding-right: 10px;
  margin-top: 0px;
  margin-bottom: 20px !important;
}
.support-box-callout p {
  margin-bottom: 20px !important;
  padding-right: 49px;
}
.header .menu-item-list .tab-content .tab-pane.PV-menu ul li .list-sub-menu li:nth-child(11) {
  background-color: #a498cf;
}
.header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu ul li .list-sub-menu li:nth-child(10) {
  background-color: #aed992;
}
.header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu ul li .list-sub-menu li:nth-child(11) {
  background-color: #bde6a2;
}
.polycythemia-vera .incytecare-patients-support .patients-support-callout-img img {
  max-width: 100px;
  width: auto;
}
.myelofibrosis .incytecare-patients-support .patients-support-callout-img img {
  max-width: 100px;
  width: auto;
}
.pv-container.mf-section .container-section .middle-section-bottom .printable-resource .btn-link {
  margin-top: 15px;
}
.polycythemia-vera .left-image .img-content h1 em {
  color: #6cb33f;
      /* font-weight: 700; */
  font-weight: normal;
  font-style: normal;
  font-family: 'OpenSans-BoldItalic', sans-serif;
}
.polycythemia-vera .img-content {
  border: 5px solid #6cb33f;
}
.polycythemia-vera .incytecares-patient-support .patients-support-callout-text-main .visit-link {
  background-color: #005cab;
}
.myelofibrosis .incytecares-patient-support .visit-incytecares-button a.btn-link {
  background-color: #005cab !important;
}
.incytecare-patients-support .patients-support-callout .max-width-80.img-responsive {
  max-width: 80px;
}
.incytecare-patients-support .patients-support-callout .max-width-65.img-responsive {
  max-width: 65px;
}
.polycythemia-vera .incytecares-patient-support .section-head-txt {
  color: #444444 !important;
  font-family: 'firasans-SemiBoldItalic', sans-serif !important;
  font-style: normal;
  font-weight: 600;
  /* font-weight: bold !important; */
}
.myelofibrosis .incytecares-patient-support .section-head-txt {
  color: #444444 !important;
  font-family: 'firasans-SemiBoldItalic', sans-serif !important;
  font-style: normal;
  font-weight: 600;
  /* font-weight: bold !important; */
}
.polycythemia-vera .incytecares-patient-support .patients-support-callouts-title.title em {
  font-family: 'firasans-SemiBoldItalic', sans-serif !important;
  font-style: normal;
  font-weight: 600;
}
.polycythemia-vera .incytecares-patient-support .pv-body-section p em {
  font-family: 'firasans-SemiBoldItalic', sans-serif !important;
  font-style: normal;
  font-weight: 600;
}
.myelofibrosis .incytecares-patient-support .pv-body-section p em {
  font-family: 'firasans-SemiBoldItalic', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
}
.polycythemia-vera .incytecares-patient-support .patients-support-callouts-title.font-color-green {
  color: #6cb33f;
}
.myelofibrosis .incytecares-patient-support h2.h2-1 {
  font-family: 'firasans-bold', sans-serif !important;
  font-style: normal;
  font-weight: normal;
}
.polycythemia-vera .incytecares-patient-support .patients-support-callouts-title em {
  font-family: 'firasans-SemiBoldItalic', sans-serif !important;
  font-style: normal;
  font-weight: 600;
}
.myelofibrosis .incytecares-patient-support .prescribed-jakafi-text em {
  font-family: 'firasans-SemiBoldItalic', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
}
.myelofibrosis .incytecares-patient-support .note-jakafi-text em {
  font-family: 'firasans-SemiBoldItalic', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
}
.myelofibrosis .incytecares-patient-support h2.h2-1 {
  margin-bottom: 25px !important;
}
.polycythemia-vera .incytecares-patient-support .note-jakafi-text em {
  font-family: 'firasans-SemiBoldItalic', sans-serif !important;
  font-style: normal;
  font-weight: 600;
}
.polycythemia-vera .incytecares-patient-support .note-jakafi-text {
  margin-bottom: 30px;
}
.myelofibrosis .incytecares-patient-support .note-jakafi-text {
  margin-bottom: 30px;
}
.visit-incytecares-button {
  margin-bottom: 20px;
}
.polycythemia-vera .incytecares-patient-support .copay-callout .sml-txt.footnote a {
  color: #ff00ff;
}
.myelofibrosis .incytecares-patient-support .copay-callout .sml-txt.footnote a {
  color: #ff00ff;
}
/* 21-02-2022 */
.polycythemia-vera .incytecares-patient-support .sml-txt .text1.symbol {
  text-align: center;
}
.polycythemia-vera .incytecares-patient-support .sml-txt .text1.symbol sup {
  margin: 0 auto;
}
.myelofibrosis .incytecares-patient-support .sml-txt .text1.symbol {
  text-align: center;
}
.myelofibrosis .incytecares-patient-support .sml-txt .text1.symbol sup {
  margin: 0 auto;
}
.myelofibrosis .patient-perspectives .font-color-purple:hover {
  color: #92278f;
}
.incytecare-patients-support .patients-support-callout .max-width-70.img-responsive {
  max-width: 70px;
}
.incytecare-patients-support .patients-support-callout .max-width-60.img-responsive {
  max-width: 60px;
}
.magenta-font:hover {
  color: #ff00ff;
}
.incytecare-patients-support .patients-support-callout .img-responsive {
  margin: 0 auto;
}
.incytecare-patients-support .patients-support-callout .max-width-55.img-responsive {
  max-width: 55px;
}
.register-for-resources .alert {
  display: none !important;
}
.note-jakafi-text span {
  font-family: 'firasans-SemiBoldItalic', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
}
.page-node-176 .breadcrum a.breadcrum-font {
  text-transform: none;
}
.page-node-181 .breadcrum a.breadcrum-font {
  text-transform: none;
}
.agvhd-section .prescribed-jakafi-wrapper ul span {
  display: inline-block;
}
.agvhd-section .prescribed-jakafi-wrapper ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.agvhd-section .prescribed-jakafi-wrapper p {
  margin-top: 10px;
  padding-left: 15px;
}
.clear {
  clear: both;
}
.offset-top-60 {
  margin-top: 60px !important;
}
.pv-container .container-section .pv-body-section p.img-caption {
  color: #92278f;
  font-size: 14px;
  margin-left: 15px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.pv-container.mf-section .container-section .pv-body-section p.img-caption {
  color: #492f92;
}
.pv-container .container-section .pv-body-section .graphic-callout {
  margin-top: 15px;
}
.pv-container .container-section .pv-body-section .graphic-callout p {
  margin-bottom: 0;
}
.pv-container .container-section .pv-body-section .graphic-callout .border-right-bot {
  position: relative;
  padding: 15px 15px;
}
.pv-container .container-section .pv-body-section .graphic-callout .border-right-bot .text-right-desk {
  text-align: right;
}
.pv-container .container-section .pv-body-section .graphic-callout .border-right-bot:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 15px 0;
  border-right: 1px solid #b7b7b7;
}
.pv-container .container-section .pv-body-section .graphic-callout .border-right-bot:nth-child(3):after {
  content: "";
  border-right: none;
}
.seprator-spleen {
  position: relative;
  /*    padding-right: 70px;*/
  /*    margin-right: 35px;*/
}
.seprator-spleen img {
  margin: 0 auto;
}
.pv-body-section .possible-callout .green-sml-callout-section {
  background-color: #f0f7eb;
  padding: 24px 20px 31px;
  margin-left: -15px;
}
.pv-container .container-section .pv-body-section .what-is-callout {
  width: 86%;
  background-color: #f0f7eb;
  padding: 25px 30px;
  margin: 15px 0 0 0;
}
.pv-container .container-section .pv-body-section .what-is-callout p.section-head-txt-callout {
  color: #92278f;
  font-size: 18px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  letter-spacing: 0;
  line-height: 26px;
}
.pv-container.mf-section .container-section .pv-body-section .green-box-mf-callout {
  border: 5px solid rgba(108, 179, 63, 0.5);
  padding: 0;
  width: 104%;
  margin-left: -25px;
  padding-left: 25px;
}
.pv-container.mf-section .container-section .pv-body-section .green-box-mf-callout .head-callout {
  color: #92278f;
  font-size: 20px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.pv-container.mf-section .container-section .pv-body-section .green-box-mf-callout .ply-btn {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  bottom: 0;
  transform: translateY(-50%);
  margin: 0 auto;
}
.page-node-11 .pv-container.mf-section .container-section .pv-body-section .green-box-mf-callout {
  margin-bottom: 28px;
}
.pv-container.mf-section .container-section .pv-body-section .graph-list {
  padding-left: 0;
  margin-left: -60px;
}
.pv-container.mf-section .container-section .pv-body-section .graphFootnote {
  margin-left: 10px;
}
.pv-container.mf-section .container-section .pv-body-section .graph-list-47 .graph-list {
  list-style: none;
}
.pv-container.mf-section .container-section .pv-body-section .graph-list-47 .graph-list li:before {
  content: "\2013";
  color: #92278f;
  padding: 0 8px 0 15px;
  display: table-cell;
}
.pv-container .container-section .pv-body-section .box-item.purple-box.spleen-box {
  padding: 40px 15px;
}
.pv-container .container-section .pv-body-section .box-item.purple-box.spleen-box-2 {
  padding: 20px 35px;
}
/*Spleen enlarged css*/

/*PV & MF pages css*/
.pv-container .container-section .breadcrum .breadcrumb {
  background-color: #ffffff !important;
  margin-bottom: 0;
  padding: 0;
}
.pv-container .container-section .breadcrum {
  padding: 10px 0;
}
.pv-container .container-section .breadcrum span {
  padding: 0 5px;
}
.pv-container .container-section .breadcrum span .fa {
  font-size: 12px;
  color: #6a6a6a;
}
/*Added by sachin bhute*/
.pv-container.possible-benefits .container-section .breadcrum span .fa {
  margin-right: 10px;
}
.pv-container.is-jakafi-right-for-me .container-section .breadcrum span .fa {
  margin-right: 10px;
}
.myelofibrosis .fa-chevron-right,
.pv-home .fa-chevron-right,
.mf-home .fa-chevron-right {
  font-size: 12px;
}
.myelofibrosis .fa-chevron-left,
.pv-home .fa-chevron-left,
.mf-home .fa-chevron-left {
  font-size: 12px;
}
.pv-container .container-section .breadcrum a {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #6cb33f;
  font-size: 16px;
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  line-height: normal;
  /* Approximation due to font substitution */
  text-align: left;
}
.pv-container.mf-section .container-section .breadcrum a {
  color: #92278f;
}
.pv-container.mf-section .container-section .breadcrum a em {
  font-weight: normal;
  font-family: 'OpenSans-BoldItalic', sans-serif;
  font-style: normal;
}
.pv-container.mf-section.about-mf-and-the-spleen .container-section .breadcrum li:nth-child(2) a {
  padding-left: 3px;
}
.pv-container.agvhd-section .container-section .breadcrum a {
  color: #492f92;
}
.pv-container .container-section .middle-section h2 {
  padding-bottom: 0;
  margin-bottom: 0;
}
sup {
  top: -7px;
}
.pv-container .container-section h1.head sup {
  font-size: 45%;
  vertical-align: super;
}
.pv-container .container-section h1.head {
  font-family: 'OpenSans-Light',sans-serif;
  color: #92278f;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  text-align: left;
}
.pv-container .container-section h1.head em {
  font-family: 'OpenSans-LightItalic',sans-serif;
  font-weight: normal;
  font-style: normal;
}

.pv-container .container-section h2.subhead {
  font-family: 'OpenSans-Light',sans-serif;
  color: #92278f;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  margin-top: 0px !important;
}
.pv-container.mf-section .container-section h1.head {
  color: #492f92;
}
.pv-container.mf-section .container-section h1.head em {
  font-family: 'OpenSans-LightItalic',sans-serif;
  font-weight: normal;
  font-style: normal;
}
.pv-container .container-section h1.head span {
  font-size: 20.01px;
}
.pv-container .container-section .pv-body-section .right-col-img-border .fig-caption {
  text-align: center;
  margin-top: 15px;
  width: 100%;
}
.pv-container .container-section .pv-body-section .right-col-img-border .fig-caption span:first-child {
  color: #92278f;
  font-size: 16px;
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  line-height: 12.705px;
  display: block;
  margin-bottom: 10px;
}
.pv-container .container-section .pv-body-section .right-col-img-border .fig-caption span:last-child {
  color: #92278f;
  font-size: 12px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: normal;
  /* Approximation due to font substitution */
  text-align: center;
  display: block;
}
.pv-container.mf-section .container-section .pv-body-section .right-col-img-border .fig-caption span:first-child {
  color: #492f92;
  font-size: 16px;
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  line-height: 12.705px;
  display: block;
  margin-bottom: 10px;
}
.pv-container.mf-section .container-section .pv-body-section .right-col-img-border .fig-caption span:last-child {
  color: #492f92;
  font-size: 12px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: normal;
  /* Approximation due to font substitution */
  text-align: center;
  display: block;
}
/********************
      classes added for about pv page
  *****************/
.pv-container .container-section .pv-body-section .right-col-img-border.pv-about .border-img:first-child {
  padding-left: 0px;
}
.pv-container .container-section .pv-body-section .right-col-img-border .border-img {
  padding: 30px 30px 0 30px;
}
.pv-container .container-section .pv-body-section .right-col-img-border img {
  margin: 0 auto;
  margin-bottom: 15px;
}
.pv-container .container-section .pv-body-section .right-col-img-border .border-img:after {
  content: "";
  background: url('../images/icn_divider_angle_sm.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 50px;
  top: 30px;
  right: -38px;
  height: 60%;
}
.pv-container .container-section .pv-body-section .right-col-img-border .border-img:last-child:after {
  content: "";
  background: none;
}
.pv-container .container-section .pv-body-section p {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin-bottom: 10px;
  line-height: 18px;
}
.pv-container .container-section .col-xs-12.col-md-9 p {
  line-height: 18px;
}

.pv-container .container-section .pv-body-section p.text-right {
  text-align: right;
}
.pv-container .container-section .pv-body-section p.center-text {
  text-align: center;
}

.pv-container .container-section .pv-body-section p em {
  font-style: normal;
  font-family: 'OpenSans-bolditalic', sans-serif;
  font-weight: normal;
}
.pv-container .container-section .pv-body-section p em strong {
  font-family: 'OpenSans-Bolditalic', sans-serif !important;
}

.pv-container.agvhd-section .container-section .pv-body-section p.space-bottom-25 {
  margin-bottom: 25px;
}
.pv-container .container-section .pv-body-section .column-layout {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}
.pv-container .container-section .pv-body-section .column-layout.column-layout-gap {
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
}
.pv-container .container-section .pv-body-section p.purple-txt {
  color: #92278f;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.pv-container .container-section .pv-body-section .violet-txt {
  color: #492f92;
      /* font-weight: 700; */
  font-weight: normal;
  font-style: normal;
  font-family: 'OpenSans-BoldItalic', sans-serif;
}
.pv-container .container-section .pv-body-section .magenta-txt {
  /*color: #FF00FF;*/
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.pv-container .container-section .pv-body-section .magenta-txt-normal {
  /*color: #F500FF;*/
  font-weight: normal;
}
.pv-container.mf-section .container-section .pv-body-section p.purple-txt {
  color: #492f92;
}
.pv-container .container-section .pv-body-section .heading-txt {
  color: #492f92;
  font-size: 20px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: normal;
  /* Approximation due to font substitution */
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}
.pv-container .container-section .pv-body-section span.purple-txt {
  color: #92278f;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.pv-container .container-section .pv-body-section span.green-txt {
  color: #6cb33f;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.pv-container .container-section .pv-body-section em span.green-txt {
  font-style: normal;
  font-family: 'OpenSans-BoldItalic', sans-serif;
  font-weight: normal;
}
.pv-container .container-section .pv-body-section em {
  font-style: normal;
  font-family: 'OpenSans-BoldItalic', sans-serif;
  font-weight: normal;
}
/**************************
      For GHVD updates
  ************************/
.agvhd-section.pv-container .container-section .pv-body-section span.purple-txt-nobold {
  font-weight: 400;
  color: #92278f;
}
.agvhd-section.pv-container .container-section .pv-body-section span.green-txt-nobold {
  font-weight: 400;
  color: #6cb33f;
}
.agvhd-section.pv-container .container-section .pv-body-section span.purple-txt-bold {
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  color: #92278f;
}
.agvhd-section.pv-container .container-section .pv-body-section span.green-txt-bold {
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  color: #6cb33f;
}
.agvhd-section.pv-container .container-section .pv-body-section span.violet-txt-nobold {
  font-weight: 400;
  color: #492f92;
}
/***************************/
.pv-container.mf-section .container-section .pv-body-section span.purple-txt .vs {
  color: #444;
}

.pv-container.mf-section .container-section .pv-body-section span.purple-txt {
  color: #492f92;
  font-family: 'OpenSans-Bold', sans-serif;
  font-style: normal;
  font-weight: normal !important;
}
.pv-container.mf-section .container-section .pv-body-section em span.purple-txt {
  color: #492f92;
  font-family: 'OpenSans-bolditalic', sans-serif;
  font-style: normal;
}

.pv-container .container-section .pv-body-section p.green-txt {
  color: #6cb33f;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.pv-container .container-section .printable-resource p.green-txt-nobold {
  font-weight: 400;
  color: #6cb33f;
}
.pv-container .container-section .printable-resource p {
  line-height: 18px;
}
.pv-container .container-section .pv-body-section p.support-green-txt {
  color: #6cb33f;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  padding: 0 0 10px 0;
  margin: 0;
}
.support-section .top-space {
  margin: 20px 0 0 0;
  padding: 0px;
}
.pv-container .container-section .pv-body-section a.green-txt:hover {
  color: #6cb33f;
  text-decoration: underline;
}
.pv-container .container-section .pv-body-section .green-txt {
  color: #6cb33f;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  background-color: transparent;
}
.pv-container .container-section .pv-body-section span.green-txt {
  color: #6cb33f;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.pv-container .container-section .pv-body-section .section-head-txt {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #492f92;
  font-size: 20.01px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin-bottom: 25px;
  margin-top: 0;
}
.pv-container .container-section .pv-body-section .section-head-txt.sub {
  color: #333;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: block;
  text-align: center;
}
.pv-container.mf-section .container-section .pv-body-section .section-head-txt {
  color: #6cb33f;
}
.pv-container.mf-section .container-section .pv-body-section .section-head-txt.violet-txt {
  color: #492f92;
}
.pv-container.mf-section .middle-section-bottom h2.section-head-txt {
  color: #6cb33f;
  font-family: 'OpenSans-Regular',sans-serif;
  font-size: 20.01px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
}
.pv-container .container-section .pv-body-section .box-item {
  border: 2px solid #ccc;
  padding: 15px;
  display: inline-block;
  width: 100%;
}
.pv-container .container-section .pv-body-section .box-item.taking-jakafi-box {
  width: 95%;
  border: 5px solid rgba(73, 47, 146, 0.3);
}
.pv-container .container-section .pv-body-section .box-item.taking-jakafi-box p {
  font-size: 17px;
}
.pv-container .container-section .pv-body-section .box-item.purple-box {
  border: 5px solid rgba(73, 47, 146, 0.5);
}
.pv-container.mf-section .container-section .pv-body-section .box-item.purple-box {
  border: 5px solid rgba(108, 179, 63, 0.5);
}
.pv-container .container-section .pv-body-section .box-item .btn.btn-link {
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.pv-container .container-section .pv-body-section .box-item .btn.btn-link.btn-no-margin {
  margin: 0px;
}
.pv-container .container-section .pv-body-section .box-item p.head {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #92278f;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.pv-container.mf-section .container-section .pv-body-section .box-item p.head {
  color: #492f92;
}
.pv-container.mf-section .container-section .pv-body-section .box-item p.green-txt.head {
  color: #6cb33f;
}
.pv-container .container-section .pv-body-section .box-item p {
  padding: 0;
  margin: 0;
}
.pv-container.mf-section .container-section .pv-body-section .mf-column .vmiddle-txt {
  padding-top: 25px;
}
.pv-container.mf-section .container-section .pv-body-section .mf-column .align-stats {
  margin-top: 15px;
}
.pv-container.mf-section .container-section .pv-body-section .box-item .box-spell {
  color: #492f92;
  font-size: 20px;
  font-weight: 400;
  font-family: 'OpenSans-Regular', sans-serif;
  line-height: normal;
  text-align: left;
  padding-bottom: 5px;
}
.pv-container.mf-section .container-section .pv-body-section .box-item .box-spell span {
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-BoldItalic', sans-serif;
  /* font-style: italic; */
  font-style: normal;
}
.pv-container.mf-section .container-section .pv-body-section .box-item.green-box {
  border: 5px solid rgba(108, 179, 63, 0.5);
  padding: 10px;
  width: 100%;
}
.pv-container.mf-section .container-section .pv-body-section .box-item.green-box.about-box .head-about-box {
  font-size: 16px;
  font-weight: 400;
  font-family: 'OpenSans-Regular',sans-serif;
}
.pv-container .container-section .pv-body-section .box-container {
  background-color: #f2f2f2;
  width: 100%;
  display: inline-block;
  padding: 20px;
  margin: 20px 0;
}
.pv-container .container-section .pv-body-section .box-container .section-head-txt-purple-lrg {
  font-family: 'OpenSans-Light',sans-serif;
  color: #92278f;
  font-size: 30px;
  font-weight: 300;
  line-height: normal;
  text-align: left;
}
.pv-container.mf-section .container-section .pv-body-section .box-container .section-head-txt-purple-lrg {
  color: #492f92;
}
.pv-container .container-section .pv-body-section .box-container .section-head-txt-purple-sml {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #92278f;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.pv-container.mf-section .container-section .pv-body-section .box-container .section-head-txt-purple-sml {
  color: #492f92;
}
.pv-container .container-section .pv-body-section .box-container p {
  font-family: 'OpenSans-Light',sans-serif;
  color: #444444;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  text-align: left;
}
.pv-container .container-section .pv-body-section .box-container .btn-link {
  width: 120px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.pv-container .container-section .pv-body-section .link-txt {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #6cb33f;
  font-size: inherit;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  line-height: normal;
  text-align: left;
}
.pv-container.mf-section .container-section .pv-body-section .link-txt {
  color: #92278f;
}
.violet-box-item {
  padding: 14px 0px;
}
.violet-box-item a.btn-link {
  padding: 10px 25px !important;
}
.agvhd-home .link-txt {
  color: #492f92;
  font-size: 14px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.pv-container .container-section .pv-body-section .sml-txt {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #6a6a6a;
  font-size: 9.99px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin-top: 20px;
}
.pv-container .container-section .pv-body-section .copay-callout .sml-txt {
  margin-top: 15px;
}
.agvhd-section.pv-container .container-section.taking-jakafi .pv-body-section .sml-txt,
.agvhd-section.pv-container .container-section.about-agvhd .pv-body-section .sml-txt {
  font-size: 12px;
}
.pv-container .container-section .pv-body-section .sml-txt.footnote {
  font-size: 13px;
}
.pv-container .container-section .pv-body-section .copay-callout .sml-txt.footnote {
  font-size: 12px;
}
.pv-container .container-section .pv-body-section .sml-txt.remove-margin {
  margin-top: 0;
}
.pv-container .container-section .pv-body-section .md-txt {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: normal;
  text-align: left;
  margin-top: 20px;
}
.pv-container .container-section .pv-body-section .btn-link {
  background-color: #6cb33f;
  font-family: 'OpenSans-Regular',sans-serif;
  color: #ffffff;
  font-size: 15.43px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  line-height: normal;
  text-align: left;
  width: auto;
  padding: 10px !important;
}

.pv-container.agvhd-section .container-section .pv-body-section .btn-link {
  background-color: #492f92;
}
.pv-home .btn-link {
  background-color: #6cb33f;
  font-family: 'OpenSans-Regular',sans-serif;
  color: #ffffff;
  font-size: 15.43px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  line-height: normal;
  text-align: left;
  width: auto;
  padding: 10px;
}
.mf-home .btn-link {
  background-color: #92278f;
  font-family: 'OpenSans-Regular',sans-serif;
  color: #ffffff;
  font-size: 15.43px;
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  line-height: normal;
  /* Approximation due to font substitution */
  text-align: left;
  width: auto;
  padding: 10px;
}
.agvhd-home .btn-link {
  background-color: #492f92;
  font-family: 'OpenSans-Regular',sans-serif;
  color: #ffffff;
  font-size: 15.43px;
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  line-height: normal;
  /* Approximation due to font substitution */
  text-align: left;
  width: auto;
  padding: 10px;
}
.pv-container .container-section .pv-body-section .nxt-prv-txt,
.pv-home .nxt-prv-txt,
.mf-home .nxt-prv-txt {
  color: #444444;
  font-size: 18px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: normal;
  /* Approximation due to font substitution */
  text-align: right;
  margin: 15px 0;
  margin-bottom: 25px;
  text-align: right;
}
.agvhd-section.pv-container .container-section.agvhd-treatment .pv-body-section .nxt-prv-txt {
  margin: 10px 0 25px;
}
.pv-container .container-section .pv-body-section .next-share-bottom {
  padding: 0 15px;
}
.pv-container .container-section .pv-body-section .nxt-prv-txt a,
.pv-home .nxt-prv-txt a,
.mf-home .nxt-prv-txt a {
  font-size: 18px;
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.pv-home .nxt-prv-txt,
.mf-home .nxt-prv-txt {
  margin: 0;
}
.agvhd-home .nxt-prv-txt {
  margin: 10px 0 25px;
}
.pv-container .container-section .pv-body-section .circle-graph .border-after.border-cls:after {
  content: "";
  height: 100%;
  width: 2px;
  background: #ccc;
  position: absolute;
  top: 0;
  right: 0;
}
.pv-container .container-section .pv-body-section .circle-graph .border-after.border-cls:before {
  content: "";
  height: 100%;
  width: 2px;
  background: #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
/*.pv-container .container-section .pv-body-section .circle-graph .border-after.border-cls{
      border-left:2px solid #ccc;
      border-right:2px solid #ccc;
  }*/
.pv-container.mf-section .container-section .pv-body-section .circle-graph .border-after.border-cls-left {
  border-left: 2px solid #ccc;
  border-right: none;
}
.pv-container .container-section .pv-body-section .circle-graph .border-after {
  /*padding-top:15px;
      padding-bottom:15px;*/
  padding: 15px 30px;
  display: inline-block;
}
.pv-container .container-section .pv-body-section .circle-graph .border-after img {
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 0;
}

.possible-benefits.pv-container .container-section .pv-body-section .circle-graph .border-after img {
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 0 15px;
}

.pv-container .container-section .pv-body-section .circle-graph .border-after.pill-bottle img {
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 0 14px;
  height: 75px;
}
.agvhd-section.pv-container .container-section .pv-body-section .taking-jakafi-column .circle-graph .border-after img {
  height: 100px;
}
.pv-container .container-section .pv-body-section .display-middle-img img {
  margin-top: 30px;
}
.pv-container .container-section .pv-body-section .circle-graph .border-after p.fixed-height {
  /*height: 90px;*/
  padding-right: 15px;
}
.pv-container .container-section .pv-body-section .circle-graph .border-after img.left-align {
  margin: auto;
  float: left;
  margin-bottom: 15px;
  display: inline;
}
.pv-container .container-section .pv-body-section .circle-graph .border-after p.img-fig-caption {
  float: left;
  display: inline;
  width: 100%;
  padding-left: 15px;
  /*margin-top: 20px;*/
}
.pv-container .container-section .pv-body-section .circle-graph .hr-border {
  width: 50%;
}
.pv-container .container-section .pv-body-section .print-head {
  background: -webkit-linear-gradient(-90deg, #92278f 0%, #492f92 100%);
  background: -moz-linear-gradient(-90deg, #92278f 0%, #492f92 100%);
  background: -o-linear-gradient(-90deg, #92278f 0%, #492f92 100%);
  background: -ms-linear-gradient(-90deg, #92278f 0%, #492f92 100%);
  background: linear-gradient(180deg, #92278f 0%, #492f92 100%);
  padding: 15px;
}
.pv-container .container-section .pv-body-section .print-head p {
  /**/
  color: #ffffff;
  font-size: 16px;
  /* Approximation due to font substitution */
  font-weight: 400;
  margin: 0;
  display: inline-block;
  width: 90%;
}
.pv-container.mf-section .container-section .pv-body-section .print-head {
  margin-bottom: 20px;
}
.pv-container.mf-section .container-section .pv-body-section .print-head h3 {
  color: #ffffff;
  font-size: 14px;
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  line-height: 23.996px;
  /* Approximation due to font substitution */
  text-align: left;
  margin: 0;
}
.pv-container .container-section .pv-body-section .print-head img {
  display: inline;
  float: right;
  /*margin-top: -5px;*/
  /*    border-radius: 50%;
      background: #fff;*/
  cursor: pointer;
}
.pv-container .container-section .pv-body-section .custom-checkbox {
  margin: 15px 0;
}
.pv-container .container-section .pv-body-section .custom-checkbox li {
  margin: 5px 0;
}
.pv-container .container-section .pv-body-section .purple-border {
  border-top: 5px solid rgba(73, 47, 146, 0.5);
  border-bottom: 5px solid rgba(73, 47, 146, 0.5);
  padding: 15px 0;
  display: inline-block;
  width: 70%;
}
.pv-container .container-section .pv-body-section .purple-border img {
  float: left;
  /*width: 35%;*/
  margin-top: 0px;
}
.pv-container .container-section .pv-body-section .purple-border p {
  /*float: left;*/
  width: 65%;
  float: left;
  padding: 0 10px;
  padding-left: 40px;
}
.pv-container .container-section .pv-body-section .list-custom {
  list-style: none;
  padding: 0 0;
}
.pv-container .container-section .pv-body-section .list-custom li:before {
  content: "\25CF";
  color: #92278f;
  padding: 0 8px 0 15px;
  display: table-cell;
}
.pv-container .container-section .pv-body-section .list-custom li {
  margin: 5px 0;
  display: table;
}
.pv-container .container-section .pv-body-section .list-custom li:first-child {
  margin: 0 0 5px;
}
.pv-home .video-callout-section .left-bor:before {
  content: "";
  position: absolute;
  left: -30px;
  top: -5px;
  border-left: 5px solid #492f92;
  margin: 10px 0 35px 15px;
  height: 35px;
  padding-left: 10px;
}
.mf-home .video-callout-section .left-bor:before {
  content: "";
  position: absolute;
  left: -30px;
  top: -5px;
  border-left: 5px solid #6cb33f;
  margin: 10px 0 35px 15px;
  height: 35px;
  padding-left: 10px;
}
.pv-container .container-section .pv-body-section .left-bor:before {
  position: absolute;
  height: 50%;
  width: 5px;
  background: #492f92;
  top: 2px;
  left: 0;
  content: "";
}
.pv-container .container-section .pv-body-section .left-bor.left-bor-full:before {
  content: "";
  height: 100%;
}
.pv-container .container-section .pv-body-section .left-bor {
  /*border-left:5px solid #492f92;*/
  margin: 10px 0 0px 15px;
  /*height: 35px;*/
  padding-left: 15px;
}
.pv-container.mf-section .container-section .pv-body-section .left-bor:before {
  position: absolute;
  height: 50%;
  width: 5px;
  background: #6cb33f;
  top: 2px;
  left: 0;
  content: "";
}
.pv-container.mf-section .container-section .pv-body-section .left-bor-full:before {
  height: 100%;
  content: "";
}
.pv-container.mf-section .container-section .pv-body-section .left-bor {
  /*border-left:3px solid #6cb33f;*/
  margin: 10px 0 0px -15px;
  padding-left: 15px;
  /*height: 35px;*/
}
.pv-container .container-section .pv-body-section .img-para-col img {
  margin: 15px 25px 15px 0;
}
.pv-container .container-section .pv-body-section .display-inline {
  display: inline-block;
  /* text-align: right; */
}
.pv-container .container-section .pv-body-section .bottle-box-item {
  display: inline-block;
  position: relative;
}
.pv-container .container-section .pv-body-section .bottle-box-item .box-parent {
  width: 80%;
  background: rgba(68, 68, 68, 0.1);
  margin-top: 15px;
}
.pv-container .container-section .pv-body-section .bottle-box-item .box-parent .purple-head-bg {
  width: 100%;
  background: -webkit-linear-gradient(-90deg, #92278f 0%, #492f92 100%);
  background: -moz-linear-gradient(-90deg, #92278f 0%, #492f92 100%);
  background: -o-linear-gradient(-90deg, #92278f 0%, #492f92 100%);
  background: -ms-linear-gradient(-90deg, #92278f 0%, #492f92 100%);
  background: linear-gradient(180deg, #92278f 0%, #492f92 100%);
  height: 12px;
}
.pv-container .container-section .pv-body-section .bottle-box-item .box-parent .box-child {
  padding: 0px 40px 10px 20px;
  margin: 15px 0;
}
.pv-container .container-section .pv-body-section .bottle-box-item .bottle-img {
  position: absolute;
  top: 0;
  width: 21%;
  right: 25px;
}
.pv-container .container-section .pv-body-section .drug-list {
  margin-top: 30px;
}
.pv-container .container-section .pv-body-section .drug-list li {
  margin-right: 60px;
  width: 15%;
}
.pv-container .container-section .pv-body-section .drug-list li:last-child {
  margin-right: 0;
}
.pv-container .container-section .pv-body-section .drug-list li img {
  margin-right: 30px;
}
.pv-container .container-section .pv-body-section .para-img img {
  padding: 40px 15px 50px 0;
  width: 100%;
}
.pv-container.mf-section .container-section .pv-body-section .box-border {
  border-width: 3px;
  border-color: #6cb33f;
  border-style: solid;
  opacity: 0.5;
}
.pv-container.mf-section .container-section .pv-body-section .box-border-2 {
  border-width: 3px;
  border-color: #6cb33f;
  border-style: solid;
  opacity: 0.5;
}
.pv-container.mf-section .container-section .pv-body-section .spacer-15 {
  margin: 15px 0 0 15px;
}
.pv-container.mf-section .container-section .pv-body-section .spacer-top15 {
  margin: 15px 0 0 0;
}
.pv-container.mf-section .container-section .pv-body-section .spacer-top35 {
  margin: 35px 0 0 0;
}
.pv-container.mf-section .container-section .pv-body-section .align-top-30 {
  margin-top: 30px;
}
.pv-container.mf-section .container-section .pv-body-section .align-top-20 {
  margin-top: 20px;
}
.pv-container.mf-section .container-section .pv-body-section .mf-symptoms-txt {
  color: #444444;
  font-size: 14.01px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  transform: scaleX(1.0008);
}
.pv-container.mf-section .container-section .pv-body-section .circle-graph .border-after {
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
}
/*.pv-container.mf-section .container-section .pv-body-section .circle-graph .border-after.border-cls { border-left: 2px solid #ccc; border-right:none;}*/
.pv-container.mf-section .container-section .pv-body-section p.violet-txt {
  color: #492f92;
  font-size: 16.99px;
  font-weight: 400;
  font-family: 'OpenSans-Regular', sans-serif;
  line-height: normal;
  text-align: left;
  transform: scaleY(1.0004);
  margin-bottom: 15px;
}
.pv-container.mf-section .container-section .pv-body-section .figure-right-col img {
  margin: 0 auto;
}
.pv-container.mf-section .container-section .pv-body-section .figure-right-col .fig-caption {
  text-align: center;
  color: #92278f;
  font-size: 16px;
  /* Approximation due to font substitution */
  font-weight: 400;
  margin-top: 10px;
}
.pv-container.mf-section .container-section .pv-body-section .column-box {
  margin-bottom: 30px;
}
.pv-container.mf-section .container-section .pv-body-section .border-right {
  border-right: 1px solid #b7b7b7;
}
.pv-container.mf-section .container-section .pv-body-section .mf-column .marginTop {
  margin-top: 15px;
}
.pv-container.mf-section .container-section .pv-body-section .column-graph .print-head p {
  font-size: 20px;
  text-align: center;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  width: 100%;
}
.pv-container.mf-section .container-section .pv-body-section .column-graph .head-column p {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  width: 100%;
}
.pv-container.mf-section .container-section .pv-body-section .column-graph .head-column img {
  font-size: 20px;
  text-align: center;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  width: 100%;
}
.pv-container.mf-section .container-section .pv-body-section .column-graph .gray-bg {
  background: #f2f2f2;
  padding: 10px;
  font-size: 20px;
  margin: 15px 0;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.pv-container.mf-section .container-section .pv-body-section .column-graph .right-txt img {
  margin: 15px auto;
}
.pv-container.mf-section .container-section .pv-body-section .column-graph .right-txt p {
  margin: 45px 0px;
}
.pv-container.mf-section .container-section .pv-body-section .column-graph .left-txt p {
  margin-top: 30px;
}
.pv-container.mf-section .container-section .pv-body-section .column-graph .left-txt-bot p {
  margin-top: 80px;
}
.pv-container.mf-section .container-section .pv-body-section .column-graph .red-right-padding {
  /*padding-right: 5px;*/
  border-right: 1px solid #ccc;
}
.pv-container.mf-section .container-section .pv-body-section .column-level .row {
  height: 90px;
}
.pv-container.mf-section .container-section .pv-body-section .mf-high-risk .spacer-15 {
  margin: 15px 0 15px 0px;
}
.pv-container.mf-section .container-section .pv-body-section .mf-high-risk .push-left {
  margin-left: 20px !important;
}
.header-bar {
  padding: 10px;
  color: #ffffff;
  font-size: 17.96px;
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  text-align: center;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  vertical-align: middle;
}
.header-bar:hover,
.header-bar:focus,
.header-bar:active {
  color: #ffffff;
  text-decoration: none;
}
.pv-home .header-bar,
.pv-container .header-bar {
  background: #492f92;
}
.mf-home .header-bar,
.mf-section .header-bar {
  background: #6cb33f;
}
.agvhd-home .header-bar,
.agvhd-section .header-bar {
  background: #92278f;
}
/*PV &MF pages css ends here*/
/*agvhd css*/
.agvhd-home .middle-section .gvhd-left-bor {
  width: 1%;
  background: #92278f;
  height: 55px;
  float: left;
  margin-right: 10px;
}
.agvhd-home .middle-section .gvhd-right-txt {
  width: 95%;
  float: left;
}
.agvhd-home .right-content-3 a {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #492f92;
  font-size: 18px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  text-align: left;
}
.agvhd-section .right-content-3 a {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #492f92;
  font-size: 18px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  text-align: left;
}
.agvhd-section .container-section .pv-body-section .link-txt {
  color: #492f92;
}
.agvhd-section .container-section .pv-body-section .link-txt-green {
  color: #6cb33f;
}
.agvhd-section .container-section .pv-body-section .link-txt-purple {
  color: #492f92;
}
.pv-container.agvhd-section .container-section h1.head {
  color: #6cb33f;
}
.pv-container.agvhd-section .container-section h1.gvhd-green {
  color: #63bf3f;
}
.pv-container .container-section .pv-body-section .gvhd-green {
  color: #63bf3f;
}
.pv-container .container-section .pv-body-section .download-box .gvhd-calloutButton {
  margin-left: -20px;
  margin-top: 0px;
}
.pv-container .container-section .pv-body-section .box-item .gvhd-spacer-10 {
  margin-top: 10px;
}
.pv-container.agvhd-section .support-section .section-head-txt.purple-head {
  color: #9227bf;
}
.agvhd-section .container-section h2.subhead {
  font-family: 'OpenSans-Light',sans-serif;
  color: #6cb33f;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  margin-top: 0px !important;
}
.agvhd-section .container-section .pv-body-section .section-head-txt {
  color: #92278f;
}
.agvhd-section .container-section .middle-section .pv-body-section .section-head-txt {
  color: #92278f;
}
.agvhd-home .link-txt-btn {
  background-color: #492f92;
  border: 0;
  border-radius: 0;
}
.agvhd-section .link-txt-btn {
  background-color: #492f92;
  border: 0;
  border-radius: 0;
}
.agvhd-home .agvhd-header {
  padding: 15px;
  background: #92308d;
  color: #fff;
  font-size: 17px;
  text-align: center;
  display: inline-block;
  display: table;
}
.agvhd-home .agvhd-header span:nth-child(1) {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 10px;
  vertical-align: middle;
}
.agvhd-home .agvhd-header span {
  display: table-cell;
}
.agvhd-home .middle-section h1 {
  margin-top: 0px;
  color: #6cb33f;
  font-size: 50.01px;
  /* Approximation due to font substitution */
  font-weight: 300;
  font-family: 'OpenSans-Light',sans-serif;
  line-height: 55px;
  margin-bottom: 20px;
}
.agvhd-home .sub-txt {
  color: #92278f;
  font-size: 20px;
  /* Approximation due to font substitution */
  font-weight: 400;
  margin-bottom: 20px;
}
.agvhd-home .violet-box,
.agvhd-section .violet-box {
  border: 2px solid #492f92;
  padding: 20px;
  display: inline-block;
  background-color: #fff;
  /* margin-top: -65px; */
  /* margin-left: 30px; */
}
.agvhd-home .violet-box h1,
.agvhd-section .violet-box h1 {
  color: #6cb33f;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  padding-bottom: 15px;
  margin: 0;
  line-height: normal;
}
.agvhd-home .violet-box h1 em,
.agvhd-section .violet-box h1 em {
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.agvhd-home .banner-image-agvhd {
  position: relative;
  height: 371px;
  padding-top: 55px;
  background: url(../images/gvhd/img_hero_gvhd@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.agvhd-section .banner-image-agvhd-treatment {
  position: relative;
  height: 181px;
  padding-top: 55px;
  background: url(../images/gvhd/header_Image@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.pv-container.agvhd-section .container-section .pv-body-section .box-item p.head {
  color: #6cb33f;
}
.agvhd-section .light-green-box {
  background-color: #ebf7df;
  padding: 20px 10px;
  display: inline-block;
  margin-bottom: 10px;
  /*margin: 0 15px;*/
}
.agvhd-section .light-green-box .per-txt {
  color: #6cb33f;
  font-size: 65.58px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: normal;
  /* Approximation due to font substitution */
  text-align: left;
}
.agvhd-section .light-green-box .per-txt sup {
  color: #6cb33f;
  font-size: 22.92px;
  /* Approximation due to font substitution */
  font-weight: 400;
  text-align: left;
  vertical-align: super;
}
.agvhd-section .light-green-box .border-seperator:after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 1px;
  height: 100px;
  background-color: #b7b7b7;
}
.pv-container.agvhd-section .container-section .pv-body-section .list-custom li:before {
  content: "\25CF";
  color: #92278f;
  padding: 0 8px 0 15px;
  display: table-cell;
}
.pv-container.agvhd-section .container-section .pv-body-section .light-green-box .list-custom li:before {
  content: "\25CF";
  color: #92278f;
  padding: 0 8px 0 0px;
  display: table-cell;
}
.agvhd-section .patient-recieved p {
  text-align: center !important;
}
.agvhd-section .patient-recieved img {
  display: inline;
}
.agvhd-section .posible-benefits-gvhd .per55-txt {
  margin-top: 70px;
}
.agvhd-section .posible-benefits-gvhd .spacer-bottom {
  margin-bottom: 25px;
}
.agvhd-section .posible-benefits-gvhd .border-top {
  border-top: 1px solid #b7b7b7;
}
.agvhd-section .posible-benefits-gvhd .center-elem {
  margin: 0px auto;
  display: table;
  float: none;
  clear: both;
  padding-top: 30px;
  margin-bottom: 15px;
}
.agvhd-section .posible-benefits-gvhd .spacer-top-20 {
  margin-top: 20px;
}
.agvhd-section .posible-benefits-gvhd .space-top-10 {
  margin-top: 10px;
}
.agvhd-section .posible-benefits-gvhd .padding-left {
  padding-left: 55px;
}
.agvhd-section .posible-benefits-gvhd .border-sep {
  border-right: 1px solid #b7b7b7;
}
.pv-container.agvhd-section .container-section .pv-body-section p.green-box-txt {
  color: #6cb33f;
}
.pv-container.agvhd-section .container-section .pv-body-section .download-form {
  margin-top: 0 !important;
}
.pv-container.agvhd-section .container-section .pv-body-section .gvhd-left-bor:before {
  position: absolute;
  height: 50%;
  width: 5px;
  background: #92278f;
  top: 2px;
  left: 0;
  content: "";
}
.pv-container.agvhd-section .container-section .pv-body-section .gvhd-left-bor {
  padding-left: 15px;
}
.pv-container.agvhd-section .support-section .blue-head {
  color: #005cab;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.pv-container.agvhd-section .support-section .section-head-txt.blue-head {
  color: #005cab;
  /*font-weight: 400!important;*/
  font-size: 20px;
}
.pv-container.agvhd-section .support-section .support-sub-head {
  color: #005cab;
  font-size: 20px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: normal;
  /* Approximation due to font substitution */
  text-align: left;
  margin-top: 10px;
}
.pv-container.agvhd-section .support-section .callout-custom {
  position: relative;
  margin: 15px auto;
  width: 50%;
  height: 200px;
  display: table;
}
.pv-container.agvhd-section .container-section .pv-body-section .box-item.violet-box-item {
  border: 5px solid rgba(146, 39, 143, 0.3);
  /*    margin-bottom: 15px;*/
}
.pv-container.agvhd-section .support-section .subhead-gvhd {
  color: #63bf3f;
  font-size: 39.99px;
  /* Approximation due to font substitution */
  font-weight: 300;
  font-family: 'OpenSans-Light',sans-serif;
  line-height: 23.294px;
  /* Approximation due to font substitution */
  text-align: left;
}
.pv-container.agvhd-section .support-section .callout-custom .border_top {
  position: absolute;
  right: 0;
  top: 0;
}
.pv-container.agvhd-section .support-section .callout-custom .border_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}
.pv-container.agvhd-section .support-section .callout-custom .callout-middle {
  display: table-cell;
  height: 200px;
  vertical-align: middle;
  padding-left: 40px;
}
.pv-container.agvhd-section .support-section .callout-custom .callout-middle img {
  margin-top: 10px;
}
.pv-container.agvhd-section .support-section .callout-custom .callout-middle .callout-head {
  color: #63bf3f;
  font-size: 20px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: normal;
  /* Approximation due to font substitution */
  text-align: left;
}
.pv-container.agvhd-section .support-section .callout-custom .callout-middle .callout-visit {
  color: #005cab;
  font-size: 14px;
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  line-height: normal;
  /* Approximation due to font substitution */
  text-align: left;
  margin-bottom: 0;
}
.pv-container.agvhd-section .support-section .callout-custom .callout-middle .callout-visit a {
  color: #005cab;
  font-size: 14px;
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  line-height: normal;
  /* Approximation due to font substitution */
  text-align: left;
  margin-bottom: 0;
}
.agvhd-home .sticky-container,
.agvhd-section .sticky-container {
  border: 1px solid #492f92;
}
.pv-container.agvhd-section #share-mobile.modal .share-mobile-wrapper,
.pv-home.agvhd-home #share-mobile.modal .share-mobile-wrapper {
  border: 2px solid #92278f;
}
.pv-container.agvhd-section #share-mobile.modal .share-mobile-wrapper .share-btn-close-mobile,
.pv-home.agvhd-home #share-mobile.modal .share-mobile-wrapper .share-btn-close-mobile {
  position: absolute;
  top: 20px;
  right: 35px;
  background-image: url(../images/Overlay_close_purple_m_copy-share.png);
  background-repeat: no-repeat;
  width: 43px;
  height: 43px;
}
.cgvhd .pv-container #share-mobile.modal .share-mobile-wrapper,
.cgvhd .pv-home #share-mobile.modal .share-mobile-wrapper {
  border: 2px solid #92278f;
}
.agvhd-section #share-mobile.modal .share-mobile-wrapper .share-label,
.agvhd-home #share-mobile.modal .share-mobile-wrapper .share-label {
  color: #492f92;
}
.agvhd-section.pv-container .container-section .pv-body-section .circle-graph .border-after.border-cls:before {
  content: "";
  height: 80%;
  width: 2px;
  background: #ccc;
  position: absolute;
  top: 20px;
  left: 0;
  bottom: 0;
  right: 0;
}
.agvhd-section.pv-container .container-section .pv-body-section .circle-graph .border-after.border-cls:after {
  content: "";
  height: 80%;
  width: 2px;
  background: #ccc;
  position: absolute;
  top: 20px;
  right: 0;
}
.pv-container.agvhd-section .container-section .pv-body-section .symptoms_signs .circle-graph .border-after {
  padding: 0px 30px;
}
.header .menu-item-list .top-links {
  display: none;
}
/*Custom checkbox*/
input[type="checkbox"]:focus {
  outline: none;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: 400;
  margin-bottom: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #6cb33f;
  margin-bottom: 5px;
  margin-top: 3px;
  float: left;
}
.styled-checkbox:hover + label:before {
  background: #fff;
}
.styled-checkbox:checked + label:before {
  background: #fff;
}
.styled-checkbox:disabled + label {
  /*color: #b8b8b8;*/
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #fff;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  background: #000;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*End of Custom checkbox*/
/*div{border:1px solid red;}*/
.spacer-10 {
  padding-top: 10px;
}
.clearfix {
  clear: both;
}
.pv-container .container-section .pv-body-section .pv-inline-callout {
  border-left: 7px solid #4c2691;
  margin: 10px 0 0px 15px;
  height: 20px;
}
.pv-container .container-section .pv-body-section .pv-inline-callout-1 {
  border-left: 7px solid #4c2691;
  margin: 10px 0 0px 15px;
  height: 20px;
}
.pv-inline-callout span,
.pv-inline-callout-1 span {
  color: #92278f;
  font-size: 13.97px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  text-align: left;
}
/* Page 2.03 MF-treatment-option CSS  Starts Here */
.border-after .text-center {
  text-align: center !important;
}
.right-caption {
  padding-bottom: 10px;
  padding-top: 10px;
}
.gradint-bar {
  padding: 40px 30px;
  background: -webkit-linear-gradient(-90deg, #8e188e 0%, #4c2691 100%);
  background: -moz-linear-gradient(-90deg, #8e188e 0%, #4c2691 100%);
  background: -o-linear-gradient(-90deg, #8e188e 0%, #4c2691 100%);
  background: -ms-linear-gradient(-90deg, #8e188e 0%, #4c2691 100%);
  background: linear-gradient(180deg, #8e188e 0%, #4c2691 100%);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -45px;
  margin-top: -27px;
  /*    width: 100%;*/
  /*    height: 35px;*/
}
.pv-container.mf-section .container-section .pv-body-section .gradint-bar .section-head-txt {
  color: #fff;
}
.pv-container.mf-section .container-section .pv-body-section .gradint-bar p {
  color: #fff;
}
.gradient-blocks {
  padding: 10px;
  padding-left: 33px;
  border: 2px solid #b7b7b7;
  background-color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;
  /*    min-height: 215px;*/
}
.gradient-blocks .link-txt {
  color: #492f92 !important;
}
.treatment-option-inset {
  border: 4px solid rgba(108, 179, 63, 0.5);
  /*opacity: 0.5;*/
  padding: 15px;
}
.reference-text {
  font-size: 10px !important;
}
.pv-container .container-section .pv-body-section .boxed-copy .border-after.border-cls {
  border-right: 2px solid #ccc;
}
.pv-container .container-section .pv-body-section .boxed-copy .border-after {
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
}
.pv-container .container-section .pv-body-section .boxed-copy .border-after img {
  margin: 0 auto;
  margin-bottom: 15px;
  height: 100px;
  width: 85px;
}
.marginbottom {
  margin-bottom: 20px !important;
}
.treat-option-left-border {
  border-left: 3px solid #6cb33f;
  margin: 10px 0 35px -4px;
  height: 35px;
}

.box-copy-sections {
  text-align: center;
}
.box-copy-sections span {
  display: inline-block;
}
.box-copy-sections span:nth-child(2) {
  height: 15px;
  border-right: 2px solid #492f92;
  width: 20px;
  vertical-align: top;
  margin-right: 10px;
  line-height: 1;
}
.box-copy-sections span:nth-child(3) {
  text-align: left !important;
  width: 250px;
  line-height: 14px;
  vertical-align: top;
  color: #444444;
  font-size: 14px;
  /* Approximation due to font substitution */
  font-weight: 400;
  font-family: 'OpenSans-Regular',sans-serif;
}
.sitemap-container .middle-section {
  margin-top: -114px;
}
.pv-container .container-section .pv-body-section .sitemap-links .PV-head {
  padding: 10px;
  background-color: #492f92;
  color: #ffffff;
  font-size: 20px;
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.pv-container .container-section .pv-body-section .video-container .video-placeholder {
  margin: 20px 0;
}
.pv-container .container-section .pv-body-section .video-container .video-placeholder .play-btn {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translate(0%, -50%);
  cursor: pointer;
  border-radius: 50%;
}
.video-container .back-to-resource {
  position: relative;
  z-index: 9;
}
.video-container .back-to-resource a {
  margin-right: 10px;
}
.pv-container .container-section .pv-body-section .video-container .btn-width {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.pv-container .container-section .pv-body-section .transcript-section .transcript-txt-pop {
  text-align: right;
  cursor: pointer;
  padding-top: 10px;
  /*    border-bottom:1px solid #ccc;*/
  padding-bottom: 5px;
}
.pv-container .container-section .pv-body-section .transcript-section .transcript-txt-pop .fa {
  vertical-align: middle;
  margin-left: 5px;
}
.pv-container.mf-section .container-section .pv-body-section .transcript-section .transcript-txt-pop {
  color: #92278f;
  /*    border-bottom:1px solid #ccc;*/
}
.pv-container.agvhd-section .container-section .pv-body-section .transcript-section .transcript-txt-pop {
  color: #492f92;
  /*    border-bottom:1px solid #ccc;*/
}
.pv-container .container-section .pv-body-section .transcript-section .transcript-txt-pop .fa-minus-circle {
  display: none;
}
.pv-container .container-section .pv-body-section .transcript-section .transcript-txt {
  margin-top: 20px;
  padding-top: 15px;
  overflow-y: scroll;
  display: none;
  /* CSS For Transcript screenshots - comment the below code for screenshots */
  height: 200px;
  /* End CSS For Transcript screenshots */
}
.nicescroll-rails {
  border: 1px solid #9e9e9e;
  width: 20px;
  background: #dbdbdb;
  margin-left: 1px;
}
.pv-container .container-section .pv-body-section .transcript-section .transcript-txt p {
  width: 92%;
}
.pv-container .container-section .pv-body-section .transcript-section .transcript-txt p.txt-bold {
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.pv-container .container-section .pv-body-section .sitemap-links .MF-head {
  padding: 10px;
  background-color: #6cb33f;
  color: #ffffff;
  font-size: 20px;
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.pv-container .container-section .pv-body-section .sitemap-links .GVHD-head {
  padding: 10px;
  background-color: #92308d;
  color: #ffffff;
  font-size: 20px;
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.sitemap-links li {
  margin-top: 5px;
  margin-bottom: 10px;
  list-style: none;
}
.sitemap-links.pv-site a {
  color: #6cb33f;
  font-size: 14px;
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.sitemap-links.mf-site a {
  color: #92278f;
  font-size: 14px;
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.sitemap-links.gvhd-site a {
  color: #492f92;
  font-size: 14px;
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.sitemap-links .parent-list {
  padding-left: 10px;
  display: block;
  padding-top: 10px;
  margin-bottom: 20px;
}
h4.smaller {
  font-size: 18px;
  font-weight: normal;
}
#isi_mobile_title h4.smaller {
  display: none;
}
/*Sitemap css ends*/
/*legal-notices starts here*/
/*legal-notices ends here*/
/*Support CSS starts*/
.support-link-callouts {
  height: 325px;
}
.support-link-callouts a {
  color: #6cb33f;
  font-size: 16px;
  padding: 10px 0;
  text-decoration: none;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.gvhd-support-link-callouts a {
  color: #492f92 !important;
}
.support-link-callouts a:hover,
.support-link-callouts a:focus {
  text-decoration: underline;
}
.support-link-callouts a:hover span,
.support-link-callouts a:focus span {
  text-decoration: underline;
}
.support-link-callouts a img {
  margin-bottom: 5px;
}
.mf-section .support-link-callouts a {
  color: #92287f;
}
.mf-section .support-link-callouts a em span {
  font-family: 'OpenSans-BoldItalic', sans-serif;
  font-style: normal;
}

.support-link-callouts a .fa {
  font-size: 12px;
}
.support-download-box {
  border: 5px solid #c8c0de;
  border: 5px solid rgba(73, 47, 146, 0.5);
  float: left;
  width: 100%;
  clear: both;
  position: relative;
  padding: 15px 10px;
  margin-bottom: 30px;
}
.mf-section .support-download-box {
  border: 5px solid #6cb33f;
  border: 5px solid rgba(108, 179, 63, 0.5);
}
.support-download-box-img {
  width: 18%;
  /*padding: 15px;*/
  float: left;
}
.support-download-box-titles {
  width: 82%;
  padding-right: 45px;
  float: left;
}
.support-download-box.no-image-box {
  padding: 20px;
}
.support-download-box-text {
  width: 77%;
  margin-top: 10px;
  float: left;
  /*padding-bottom: 40px;*/
}
.support-download-box-title {
  color: #92278f;
  font-size: 24px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  /*margin: 40px 0 0 0;*/
  display: inline-block;
  /*float: left;*/
  line-height: normal;
}
.support-download-box-semi-title {
  color: #92278f;
  font-size: 24px;
  font-weight: normal;
  /*margin: 40px 0 0 0;*/
  display: inline-block;
  /*float: left;*/
  line-height: normal;
}
.agvhd-section .support-download-box-semi-title {
  color: #6cbf3f;
}
.agvhd-section .support-download-box-title {
  color: #6cbf3f;
}
.mf-section .support-download-box-title {
  color: #492f92;
}
.mf-section .support-download-box-semi-title {
  color: #492f92;
  font-size: 16px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.agvhd-section .support-download-box-semi-title {
  font-size: 16px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
/*.mf-section .support-download-box-title {
      color: #005cab;
      font-size: 20px;
  }*/
.support-download-box-sub-title {
  font-size: 14px;
  display: block;
  font-weight: normal;
}
.support-download-box-link-main {
  position: absolute;
  right: 45px;
  top: 20px;
}
.support-download-box-link {
  background-color: #6cb33f;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 16px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  padding: 10px 15px;
  display: inline-block;
  /*margin-bottom: 20px;*/
}
.mf-section .support-download-box-link {
  background-color: #92278f;
}
.agvhd-section .support-download-box-link {
  background-color: #492f92;
}
.mf-section .support-download-box-link.btn-green {
  background-color: #6cb33f;
}
.support-download-box-link .fa {
  font-size: 12px;
}
/*Support CSS ends*/
/*IncyteCAREs Support CSS starts*/
h1.green {
  color: #6cb33f !important;
}
h1.orange {
  color: #f47920 !important;
}
h2.blue-head {
  color: #005cab !important;
  font-weight: 600 !important;
}
.patients-support-callout {
  float: left;
  clear: both;
  margin-bottom: 20px;
  min-height: 105px;
}
.incytecare-patients-support .patients-support-callout {
  min-height: 120px;
  /*    border: 1px solid red;*/
}
.patients-support-callout.no-margin {
  margin: 0;
}
.patients-support-callout.remove-margin-bottom {
  margin-bottom: 0;
}
.patients-support-callout-img {
  float: left;
  width: 20%;
  position: relative;
}
.patients-support-callout-img.delivery {
  padding-right: 15px;
}
.patients-support-callout-img.width-50 {
  width: 50%;
}
.patients-support-callout-img.width-30 {
  width: 30%;
}
.patients-support-callout-text-main {
  float: left;
  width: 80%;
  padding: 0 20px;
}
.patients-support-callout-text-main.left0px {
  padding-left: 0px;
}
.patients-support-callout-text-main.width-50 {
  width: 50%;
}
.patients-support-callout-text-main.width-70 {
  width: 70%;
}
.patients-support-callout-text-main.width-100 {
  width: 100%;
  padding-left: 0;
}
.patients-support-callouts-title {
  color: #6cb33f;
  font-size: 16px;
  padding: 0 0 10px 0;
  display: inline-block;
  text-decoration: none;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.patients-support-callouts-title.extra-margin-top {
  margin-top: 20px;
}
.patients-support-callouts-title.default-color {
  color: initial;
}
.patients-support-callout-text-main ul {
  list-style: none;
  padding: 0;
}
.patients-support-callout-text-main ul li {
  display: table;
}
.patients-support-callout-text-main ul li:before {
  content: "\25CF";
  color: #f47920;
  padding: 0 8px 0 15px;
  display: table-cell;
}
.patients-support-callout-text-main ul li span {
  display: table-cell;
  padding-bottom: 5px;
}
.sml-txt span {
  padding-top: 10px;
}
a.green-txt {
  color: #6cb33f;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.patients-support-callout-text-main .visit-link {
  background-color: #6cb33f;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  padding: 10px 15px;
  display: inline-block;
  margin-top: 15px;
}
/*.mf-section .patients-support-callout-text-main .visit-link {
      background-color: #92278f
  }*/
.patients-support-callout-text-main .visit-link .fa {
  font-size: 14px;
}
.video-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.video-link img {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translate(0%, -50%);
  cursor: pointer;
  border-radius: 50%;
}
/*IncyteCAREs Support CSS ends*/
/*Patients Stories CSS start*/
.patient-stories-callouts {
  margin-top: 19px;
  margin-bottom: 0;
  min-height: 316px;
}
.patient-stories-callouts-text-border {
  margin-top: 20px;
  box-sizing: border-box;
  height: auto;
  width: 30%;
  border: 2px solid #b7b7b7;
  padding: 15px 15px 10px 15px;
}
.patient-stories-callouts-text-border-heading {
  color: #6cb33f !important;
  font-size: 18px !important;
  margin-bottom: 5px !important;
}
.patient-stories-callout-img {
  position: relative;
}
.patient-stories-callouts-title {
  color: #6cb33f;
  font-size: 16px;
  padding: 10px 0 10px 0;
  display: inline-block;
  text-decoration: none;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.agvhd-section .patient-stories-callouts-title {
  color: #492f92;
}
.mf-section .patient-stories-callouts-title {
  color: #92278f;
}
.mf-section .patient-stories-callouts-title em {
  font-family: 'OpenSans-BoldItalic', sans-serif;
  font-style: normal;
  font-weight: normal;
}
/*Patients Stories CSS ends*/
/*Patients Meetings CSS starts*/
.page-link-buttons {
  background-color: #6cb33f;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 18px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  padding: 15px 12px;
  margin-top: 0;
  display: block;
  text-align: center;
}
.page-link-buttons.display-block {
  display: block;
  text-align: center;
  height: 74px;
  margin-top: 0;
  padding-top: 24px;
}
.page-link-buttons .fa {
  font-size: 14px;
}
.mf-section .page-link-buttons {
  background-color: #92278f;
}
/*Patients Meetings CSS ends*/
/*off Ramp css*/
.offramp-modal {
  z-index: 1500;
  background-color: rgba(0, 0, 0, 0.78);
}
.modal-backdrop.in {
  opacity: 0;
}
/**{border:1px solid red!important;background:rgba(255,0,255,0.5)!important;}*/
.offramp-link {
  cursor: pointer;
}
.offramp-link-isi {
  cursor: pointer;
}
.offramp-modal .modal-header {
  padding: 0;
  border: none;
}
.offramp-modal .modal-body {
  padding-top: 0;
  border: none;
}
.offramp-modal .modal-footer {
  text-align: center;
  border: none;
  padding-bottom: 40px;
  margin-top: 0;
}
.offramp-modal .modal-footer .btn-link {
  background-color: #6eb43f;
  color: #fefefe;
  font-size: 23.89px;
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  line-height: normal;
  /* Approximation due to font substitution */
  text-align: center;
  padding: 5px 15px !important;
  margin-right: 15px;
  /*width: 50%;*/
}
.offramp-modal .modal-body .modal-txt {
  color: #444444;
  font-size: 15.93px;
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  line-height: normal;
  /* Approximation due to font substitution */
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.offramp-modal .head {
  padding: 0;
  color: #492f92;
  font-size: 29.65px;
  /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  line-height: normal;
  /* Approximation due to font substitution */
  text-align: center;
}
.offramp-modal .close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}
/*off Ramp css ends*/
/*advocacy resources css starts*/
.advocacy-resources-purple-box {
  background-color: #92278f;
}
.advocacy-resources-purple-box h2 {
  color: #ffffff !important;
  padding: 10px 20px !important;
  margin: 0 !important;
}
.advocacy-resources-links {
  padding-left: 25px;
}
.advocacy-resources-links a {
  display: inline-block;
  font-weight: normal !important;
}
.advocacy-resources-links a.purple-txt {
  font-weight: normal !important;
  color: #92278f;
}
.advocacy-resources-links span.purple-txt {
  font-weight: normal !important;
  color: #92278f !important;
}
.advocacy-resources-link-callouts {
  display: table;
}
.advocacy-resources-link-callout-row {
  display: table-row;
}
.advocacy-resources-link-callout {
  padding: 30px 10px 20px 10px;
  position: relative;
  /* width: 25%;
      float: left;
      border-bottom: 1px solid #EEE; */
}
.advocacy-resources-link-callout img {
  margin-bottom: 10px;
}
.mf-section .advocacy-resources-links .offramp-link {
  color: #92278f;
  font-weight: normal;
}
.advocacy-resources-link-callout span.purple-txt {
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  background-color: transparent;
  color: #92278f !important;
}
.advocacy-resources-link-callout .advocacy-resources-logo {
  display: flex;
  height: 26%;
  align-items: center;
  width: 100%;
}
.pv-container .container-section .pv-body-section .advocacy-resources-link-callout p.callout-title {
  color: #492f92;
  font-size: 20px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  letter-spacing: 0;
  line-height: 23px;
  margin: 20px 0 30px 0;
}
/*advocacy resources css ends*/
/*register css starts*/
.watermark {
  position: absolute;
  left: 7px;
  top: 13px;
  color: #939598;
  font-size: 16px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  transition: 0.2s ease all;
}
.watermark i {
  font-weight: normal;
}
.watermark.up {
  top: 2px;
  left: 8px;
  color: #6cb33f;
  font-size: 10px !important;
  height: 15px;
  z-index: 1;
  text-transform: uppercase;
}
.mf-section .watermark.up {
  color: #92278f;
}
.register-form .form-control {
  width: 100%;
  max-width: none;
  height: 50px;
  padding: 9px 12px 6px 8px;
  border-radius: 0;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  margin-bottom: 15px;
  color: #000;
}
.register-form-title {
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  padding-bottom: 10px;
  padding-top: 10px;
  display: block;
  border-bottom: 4px solid #6eb43f;
  margin-bottom: 20px;
}
.constent-form-title {
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  padding-bottom: 10px;
  padding-top: 10px;
  display: block;
  border-bottom: 4px solid #6eb43f;
  margin-bottom: 20px;
}
.mf-section .register-form-title {
  border-bottom: 4px solid #92278f;
}
.no-left-padding {
  padding-left: 0;
}
.no-right-padding {
  padding-right: 0;
}
.register-form strong i {
  font-weight: normal;
}
.register-form strong.spacer-bottom-10 {
  display: block;
  margin-bottom: 15px;
}
.register-form .separator {
  border-right: 1px solid #cccccc;
}
.divPhone {
  display: none;
  padding-left: 2.55em;
}
.error {
  color: red;
}
.custom-tooltip {
  padding: 8px;
  border: 2px solid #808080;
  position: absolute;
  top: 60px;
  left: 0;
  display: none;
  border-radius: 5px;
  background: #fafafa;
  z-index: 99;
  color: #000;
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 12.1 */
  animation: fadein 1s;
}
.custom-tooltip .fa {
  background: #faab20;
  padding: 3px 8px;
  color: #ffffff;
  margin-right: 5px;
}
.custom-tooltip:after,
.custom-tooltip:before {
  bottom: 100%;
  left: 18%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.custom-tooltip:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fafafa;
  border-width: 9px;
  margin-left: -16px;
}
.custom-tooltip:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #808080;
  border-width: 11px;
  margin-left: -18px;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*register css ends*/
/*mentor program css start*/
.col-md-15,
.col-sm-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.meet-mentor-box-main img {
  -webkit-transition: -webkit-filter 500ms linear;
  transition: filter 500ms linear;
}
.meet-mentor-box-main.inactive img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  /*box-shadow: inset 0 0 0 100px rgba(128, 128, 128, 0.74);*/
}
.meet-mentor-box {
  border: 1px solid #6a6a6a;
  position: relative;
  padding: 15px 10px 20px 0px;
  text-align: center;
  margin: -31px auto 0 auto;
  background-color: #ffffff;
  width: 75%;
}
.meet-mentor-box strong,
.meet-mentor-box-expanded strong {
  color: #92278f;
}
.meet-mentor-box a {
  width: 130px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -65px;
  white-space: nowrap;
  padding: 5px 0;
  z-index: 1000;
  font-size: 16px;
}
.meet-mentor-box-expanded-main {
  padding-left: 25px;
  padding-right: 10px;
}
.meet-mentor-box-expanded {
  display: none;
  border: 1px solid #b7b7b7;
  background-color: #fff;
  margin-top: -60px;
}
.meet-mentor-box-expanded-img {
  display: table-cell;
  width: 30%;
}
.meet-mentor-box-expanded-text {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
.meet-mentor-box-expanded-text a {
  position: absolute;
  left: 50%;
  bottom: -16px;
  white-space: nowrap;
  padding: 6px 0;
  width: 130px;
  margin-left: -45px;
  z-index: 1000;
}
.mentor-program-landing {
  background: url(../images/img_menteeform@2x.png) bottom center no-repeat #ddeaf4;
  background-size: 100%;
  /*-webkit-box-shadow: inset 0px 10px 16px -10px rgba(0,0,0,0.58);
  -moz-box-shadow: inset 0px 10px 16px -10px rgba(0,0,0,0.58);
  box-shadow: inset 0px 10px 16px -10px rgba(0,0,0,0.58);*/
}
.mentor-program-landing .page-link-buttons {
  padding: 26px 12px;
  margin-top: 0;
  display: block;
  text-align: center;
}
.mentor-program-landing .middle-section {
  margin: 80px 0;
}
.thank-you-page.landing {
  /*background: url(../images/bg_pathwayty@2x.png) bottom center no-repeat;
      background-size: cover;*/
  -webkit-box-shadow: inset 0px 10px 16px -10px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: inset 0px 10px 16px -10px rgba(0, 0, 0, 0.58);
  box-shadow: inset 0px 10px 16px -10px rgba(0, 0, 0, 0.58);
  border-top: 1px solid #6a6a6a;
}
.thank-you-page .icons {
  display: inline-block;
  width: 50px;
  margin-bottom: 10px;
}
.thank-you-page .icon-text {
  display: inline-block;
  padding-left: 10px;
}
.btn-link.btn.spacer-15 {
  margin-top: 15px;
}
/*mentor program css ends*/
.section-404-500 {
  border-top: 1px solid #6a6a6a;
}
.ui-selectmenu-button.ui-button {
  width: 100%;
  max-width: none;
  height: 50px;
  padding: 13px 12px 6px 12px;
  border-radius: 0;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  margin-bottom: 15px;
  background-color: #ffffff;
  font-size: 16px;
}
.ui-selectmenu-text {
  color: #999;
}
.ui-selectmenu-icon.ui-icon {
  text-indent: 0;
  font: normal normal normal 14px/1 FontAwesome;
  color: #999;
  margin-top: 2px;
}
.ui-icon-triangle-1-s:before {
  content: "\f078";
}
.selected .ui-selectmenu-text {
  color: #000;
}
.ui-selectmenu-menu ul {
  max-height: 250px;
}
.ui-selectmenu-menu .ui-state-active,
.ui-selectmenu-menu .ui-widget-content .ui-state-active,
.ui-selectmenu-menu .ui-widget-header .ui-state-active,
.ui-selectmenu-menu a.ui-button:active,
.ui-selectmenu-menu .ui-button:active,
.ui-selectmenu-menu .ui-button.ui-state-active:hover {
  border: 0 none;
  background: #ffffff;
  color: #6cb33f;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.mf-section .ui-selectmenu-menu .ui-state-active,
.mf-section .ui-selectmenu-menu .ui-widget-content .ui-state-active,
.mf-section .ui-selectmenu-menu .ui-widget-header .ui-state-active,
.mf-section .ui-selectmenu-menu a.ui-button:active,
.mf-section .ui-selectmenu-menu .ui-button:active,
.mf-section .ui-selectmenu-menu .ui-button.ui-state-active:hover {
  color: #92278f;
}
.box-99 {
  float: left;
  width: 100%;
}
.box-99-img {
  float: left;
  width: 30%;
  padding-right: 20px;
  max-width: 102px;
}
.box-99-txt {
  float: left;
  width: 70%;
  /*padding-top: 15px;*/
}
.support-link-callouts span {
  padding-right: 10px;
  display: inline-block;
}
.endpoint-tree {
  float: left;
}
.endpoint-tree-main {
  border: 1px solid #b7b7b7;
  margin-top: 190px;
  margin-bottom: 130px;
}
.endpoint {
  text-align: center;
  border: 1px solid #92278f;
  background-color: #fff;
}
.endpoint1 {
  padding: 0 10%;
  margin-top: -131px;
  position: relative;
}
.endpoint img {
  margin: 0 auto;
}
.endpoint1 .endpoint img {
  margin: -56px auto 0;
  background-color: #fff;
  padding: 0 15px;
}
.endpoint-tree-text p {
  text-align: center !important;
}
.endpoint1 .endpoint-tree-text p {
  padding: 0 20% 25px;
}
.endpoint2n3 {
  padding: 0 5%;
  margin-top: 50px;
  margin-bottom: -130px;
}
.endpoint2n3 .endpoint-separator {
  float: left;
  background-color: #ffffff;
  width: 10%;
}
.endpoint2n3 .endpoint .section-head-txt.sub {
  text-align: left !important;
}
.endpoint2n3 .endpoint {
  width: 45%;
  float: right;
  border-left: 0 none;
  padding: 30px;
  border-bottom: 0 none;
}
.endpoint2n3 .endpoint:first-child {
  float: left;
  border-left: 1px solid #92278f;
  border-right: 0 none;
}
.endpoint2n3 .endpoint-tree-text p {
  text-align: left !important;
}
/* Q2-updates (PV / MF related..) */
.video-callout-bk {
  width: 104%;
  background-color: #f2f2f2;
  margin: 30px 0px;
  margin-left: -30px;
  padding: 15px 30px 15px 30px;
}
.tiny-video.video-callout-bk {
  margin-bottom: 58px;
}
.pv-container .container-section .pv-body-section .video-callout-bk p.head1 {
  font-size: 30px;
  color: #92278f;
  font-weight: 300;
  font-family: 'OpenSans-Light',sans-serif;
  margin-bottom: 0px;
}
.pv-container .container-section .pv-body-section .video-callout-bk p.head2 {
  font-size: 24px;
  color: #92278f;
  font-weight: 400;
  margin-bottom: 15px;
}
.video-callout-bk a.btn-link {
  margin-top: 20px;
}
p.top-of-page {
  margin-top: -15px;
}
p.top-of-page a {
  font-size: 14px;
}
.section-links {
  margin-bottom: 30px !important;
  margin-top: 25px;
}
.section-links a {
  font-size: 14px;
  color: #6cb33f;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.pv-container .container-section .video-resources .section-head-txt {
  margin-bottom: 15px;
}
.mf-side-effects-ul {
  display: inherit;
}
/*TFS 33268 changes for new pages*/
.patient-perspectives .container-section .accordion-section .patient-accordion {
  border-top: 1px solid #b7b7b7;
  padding: 67px 0;
  position: relative;
}
.patient-perspectives .container-section .accordion-section .patient-accordion-last {
  border-top: 1px solid #b7b7b7;
  border-bottom: none !important;
  padding: 67px 0;
  position: relative;
}
.patient-perspectives .container-section .accordion-section .patient-accordion:first-child {
  border-top: 1px solid transparent;
  padding-top: 50px;
}
.patient-perspectives .container-section .patient-accordion .accordion-container,
.patient-perspectives .container-section .patient-accordion .accordion-container.collapse {
  height: 210px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  transition: all 0.55s;
}
.patient-perspectives .container-section .patient-accordion .accordion-container .readMore,
.patient-perspectives .container-section .patient-accordion .accordion-container.collapse readMore {
  display: none;
}
.patient-perspectives .container-section .patient-accordion .accordion-container .readMore em {
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.patient-perspectives .container-section .patient-accordion .accordion-container p {
  margin-bottom: 15px;
}
.patient-perspectives .container-section .patient-accordion .accordion-container p em {
  font-weight: 400;
}
.patient-perspectives .container-section .patient-accordion .accordion-container.showAll {
  /*    height: 600px;*/
  overflow: visible;
  transition: all 0.5s;
}
.patient-perspectives .container-section .patient-accordion .accordion-container .big-quote {
  margin-top: 20px;
  margin-bottom: 20px;
}
.patient-perspectives .container-section .patient-accordion .accordion-container .big-quote img {
  margin-top: 5px;
}
.patient-perspectives .container-section .patient-accordion .accordion-container .big-quote p {
  color: #492f92;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 28px;
}
.patient-perspectives .container-section .patient-accordion .accordion-container .accordion-header-patient {
  margin-top: 0;
  color: #492f92;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  font-weight: normal;
  margin-bottom: 20px !important;
}
.patient-perspectives .container-section .patient-accordion .accordion-container .accordion-header-patient span {
  font-size: 32px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  color: #92278f;
}
.mf-section .container-section .patient-accordion .accordion-container .accordion-header-patient span {
  font-size: 32px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  color: #492f92;
}
.mf-section .container-section .patient-accordion .accordion-container .accordion-header-patient {
  margin-top: 0;
  color: #6cb33f;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  font-family: 'OpenSans-Regular', sans-serif;
  font-weight: normal;
  margin-bottom: 20px !important;
}
.patient-perspectives .container-section .patient-accordion .seeMoreLessBtn {
  color: #6cb33f;
  /*    font-size: 16px;*/
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  text-align: center;
  position: absolute;
  /*
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: -30px;
  */
  cursor: pointer;
  /*    padding-top: 90px;*/
  position: relative;
}
.mf-section.patient-perspectives .container-section .patient-accordion .seeMoreLessBtn {
  color: #92278f;
}
.patient-perspectives .container-section .patient-accordion .seeMoreLessBtn.activeBtn:before {
  background: transparent;
}
.patient-education .middle-section {
  padding-bottom: 50px;
}
.container-section .languages_drp_dwn {
  width: 43.6%;
  float: left;
  margin-right: 15px;
}
.container-section .languages_drp_dwn .dropdown {
  width: 100%;
  /*    border-color: #CCC;*/
  border: 2px solid #dfdfdf;
}
.container-section .languages_drp_dwn .dropdown .btn {
  background-color: #ffffff;
  width: 100%;
  text-align: left;
  padding: 10px 15px;
  border-width: 2px;
}
.container-section .languages_drp_dwn .dropdown .btn:focus {
  box-shadow: none;
}
.container-section .languages_drp_dwn .dropdown .btn.dropdown-toggle::after {
  content: "";
  background: url('../images/Dropdown_Caret.png') no-repeat;
  position: absolute;
  top: 40%;
  right: 20px;
  content: "";
  border: none;
  /*border-left: 1px solid #8D8D8D;
          border-top: 1px solid #8D8D8D;
          -webkit-transform: rotate(-135deg);
          -moz-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);*/
  width: 12px;
  height: 12px;
  transition: all 0.2s linear;
}
.container-section .languages_drp_dwn .dropdown.open .btn.dropdown-toggle::after {
  content: "";
  top: 35%;
  /*border-left: 1px solid #F37021;
      border-top: 1px solid #F37021;*/
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.2s linear;
}
.container-section .languages_drp_dwn .dropdown.show .btn.dropdown-toggle {
  border-width: 2px;
  border-bottom: 0;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.container-section .languages_drp_dwn .dropdown .btn span {
  color: #8d8d8d;
  font-size: 13px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.container-section .languages_drp_dwn .languages-dropdown {
  background-color: #ffffff;
  border-color: #dfdfdf;
  border-width: 2px;
  /*border-radius: 24px;*/
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: none;
  margin-top: -13px;
  padding-top: 15px;
  padding-bottom: 0;
  overflow-x: hidden;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: -1px;
  transform: translate3d(-1px, 60px, 0px) !important;
  height: 380px;
}
.container-section .languages_drp_dwn .languages-dropdown.show {
  height: auto;
  /*    transition: all 0.5s linear;*/
  transform: translate3d(0px, 36px, 0px) !important;
}
.container-section .languages_drp_dwn .languages-dropdown a {
  background-color: #fff;
  /*    background-color: rgba(37, 33, 90, 0.7);*/
  color: #8d8d8d;
  padding: 5px 15px;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  color: #8d8d8d;
  font-size: 16px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.container-section .pv-body-section .languages_drp_dwn .languages-dropdown a.purple-txt {
  color: #92278f;
}
.container-section .languages_drp_dwn .languages-dropdown a:hover {
  background-color: #f0eff7;
}
.container-section .space-bot40 {
  margin-bottom: 40px;
  display: inline-block;
}
.container-section .printable-resource .language-download-btn.btn-link {
  display: inline-block;
  padding: 14px 16px;
  font-size: 13px;
}
.container-section .printable-resource p.head-resource {
  color: #492f92;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 25px;
}
.container-section .printable-resource p.head-resource + br + p {
  margin-bottom: 0px;
}
.pv-container .container-section .middle-section .printable-resource h2.printable-resource-header {
  font-size: 24px;
  margin-bottom: 20px;
}
.mf-home .video-callout-section .left-bor:before {
  content: "";
  position: absolute;
  left: -30px;
  top: -5px;
  border-left: 5px solid #6cb33f;
  margin: 10px 0 35px 15px;
  height: 35px;
  padding-left: 10px;
}
.mf-home .purple-callout-section,
.mf-section .container-section .purple-callout-section {
  background-color: #f4e9f4;
  width: 87%;
  margin: 30px 0px;
  margin-left: -45px;
  padding: 15px 30px 15px 30px;
}
.mf-home .container-section .purple-callout-section p.green-head,
.mf-section .container-section .purple-callout-section p.green-head {
  color: #9227bf;
  font-size: 30px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  letter-spacing: 0;
  line-height: 50.01px;
}
.mf-home .container-section .purple-callout-section p.green-head span,
.mf-section .container-section .purple-callout-section p.green-head span {
  font-weight: normal;
  font-family: 'OpenSans-Regular',sans-serif;
}
.mf-home .next-share-bottom {
  margin-bottom: 0px;
}
#phone-label {
  display: none;
}
.ambasador-program.pv-main .middle-section {
  margin-top: -160px;
}
.register-form .form-control {
  color: #ccc;
  font-size: 16px;
}
select.form-select option:hover {
  border: 0 none;
  background: #ffffff;
  color: #6cb33f;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.fieldset-wrapper > div.radio {
  padding-left: 0px;
}
#sliding-popup {
  top: 0px;
  position: fixed;
}
.pv-container .container-section .pv-body-section .link-txt {
  font-family: 'OpenSans-Regular',sans-serif;
  color: #6cb33f;
  font-size: inherit;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  line-height: normal;
  text-align: left;
  background-color: transparent;
}
#edit-actions-submit {
  background: url(../images/right-arrow.png) no-repeat;
}
.middle-section {
  margin-top: -160px;
  /*z-index: 1004;*/
  background-color: #ffffff;
  position: relative;
  padding: 20px 45px;
}
.page-node-36 .container-section .space-bot40 {
  padding-left: 0px;
}
.page-node-36 .pv-container .container-section .pv-body-section {
  padding-left: 15px;
  padding-right: 15px;
}
.container-section div.printable-resource p.head-resource {
  line-height: 25px;
}
.page-node-27 .pv-body-section {
  margin-right: -15px;
  margin-left: -15px;
}
.page-node-8 .pv-video-callout p.head2 {
  width: 100% !important;
}
.PV-menu ul ul#subMenu8 li.relativeDiv,
ul#mfsubMenu8 li.relativeDiv {
  font-style: italic;
}
.patient-perspectives .container-section .accordion-section .patient-accordion-last {
  padding: 67px 0;
}
.tab-center #edit-actions::after {
  right: 110px;
  top: 19px;
}
.pv-container .container-section .breadcrum span {
  padding: 0 5px;
}
.pv-container .container-section .pv-body-section p.footnote {
  font-size: 12px;
}
.form-actions #edit-actions::after {
  right: 110px;
  top: 19px;
}
.pv-container div.container-section .pv-body-section a.green-txt {
  text-decoration: none;
}
.half-left-padding .form-group {
  margin-bottom: 0px;
}
.half-right-padding .form-group {
  margin-bottom: 0px;
}
.pv-container .container-section .pv-body-section .video-callout-bk p.head1 {
  margin-bottom: 10px;
}
.pv-container .container-section .pv-body-section .video-callout-bk p.head2 {
  line-height: normal;
  margin-bottom: 15px;
}

.pv-container .container-section .patient-stories-callout p {
  line-height: 18px;
}
.pv-container .container-section .support-link-callouts p {
  line-height: 18px;
}
.pv-container .container-section .support-link-callouts p em {
  font-weight: normal;
  font-family: 'OpenSans-LightItalic', sans-serif;
  font-style: normal;
}

.chatbox-pv-mobile-inner span .fa,
.flipper span .fa {
  margin-left: 0px;
}

.visit-link span .fa {
  margin-left: 4px;
}
.support-section.patient-perspectives .accordion-container {
  height: auto !important;
}
.patient-perspectives .container-section .patient-accordion .accordion-container,
.patient-perspectives .container-section .patient-accordion .accordion-container.collapse {
  min-height: 200px;
  height: 100%;
}
.incytecare-patients-support .patients-support-callout {
  height: 100% !important;
}
.pv-container .container-section .pv-body-section .green-box-pv-callout .head-callout {
  color: #92278f;
  font-size: 20px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  padding-right: 90px;
}
.pv-container .container-section .pv-body-section a.green-txt {
  text-decoration: underline;
}
.page-node-301 .pv-container .container-section .pv-body-section {
  margin-right: -15px;
  margin-left: -15px;
}
.page-node-296 .pv-container .container-section .pv-body-section {
  margin-right: -15px;
  margin-left: -15px;
}
.mf-registration-form,
.pv-registration-form {
  padding-bottom: 75px;
}
.pv-registration-form .prettycheckbox > a {
  display: inline;
}
.pv-registration-form .prettycheckbox label {
  display: inline;
  padding-left: 10px;
}
.mf-registration-form .prettycheckbox > a {
  display: inline;
}
.mf-registration-form .prettycheckbox label {
  display: inline;
  padding-left: 10px;
}
.register-form .form-submit {
  font-size: 18px;
}
.pv-registration-form span.field-suffix {
  display: none;
}
.mf-registration-form span.field-suffix {
  display: none;
}
.header .top-banner-gray-bg img.flag {
  margin-top: 0;
}
.page-node-381 .form-group {
  margin-bottom: 0;
}
#edit-personal-information em {
  font-weight: 100;
}
#edit-i-am-a .radio {
  margin-bottom: 12px;
}
.page-node-376 .pv-registration-form .register-form-row legend {
  margin-bottom: 15px;
}
.mf-ambassador-form input.required {
  margin-bottom: 15px;
}
.mf-ambassador-form .radio .radio {
  margin-bottom: 15px;
}
.mf-mentor-form .radio .radio {
  margin-bottom: 15px;
}
.mf-mentor-form .form-group {
  margin-bottom: 0;
}
.pv-ambassador-form input.required {
  margin-bottom: 15px;
}
.mf-registration-form .radio .radio {
  margin-bottom: 15px;
}
.radio label {
  margin: 0 5px 10px 5px;
}
.radio {
  margin-top: 0;
  margin-bottom: 0;
}
.radio .radio {
  margin-bottom: 5px;
}
.register-form .form-control {
  color: #000;
}
.register-form-row span.fieldset-legend {
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 14px;
}
.register-form-row legend {
  border-bottom: 0 solid #e5e5e5;
}
#captcha summary {
  display: none;
}
#captcha .details-wrapper small {
  display: none;
}
.pv-container.mf-section .radio input[type='radio']:checked:after {
  background-color: #92278f;
}
.support-section.patient-perspectives a:hover {
  text-decoration: underline;
}
.prettycheckbox label {
  display: inline-block;
  margin: 0px 5px 0px 5px;
  padding-left: 0px;
  font-size: 14px;
}
.checkbox {
  padding-left: 0px;
}
input.btn-primary:focus {
  border: none !important;
  box-shadow: none !important;
}
input.btn:focus {
  outline: 0px thin dotted #333 !important;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px !important;
}
.pv-mentor-form .tab-center,
.pv-registration-form .row:last-child .col-md-5,
.pv-ambassador-form .tab-center {
  text-align: center;
  cursor: pointer;
}
.pv-mentor-form .tab-center .form-group,
.pv-registration-form .row:last-child .col-md-5 .form-group,
.pv-ambassador-form .form-group {
  margin-bottom: 0px;
}
.pv-mentor-form .tab-center .form-control,
.pv-registration-form .row:last-child .col-md-5 .form-control,
.pv-ambassador-form .form-control {
  margin-bottom: 0px;
}
.mf-mentor-form .tab-center,
.mf-ambassador-form .tab-center {
  background-color: #92278f;
  text-align: center;
  cursor: pointer;
}
.mf-mentor-form .tab-center .form-group,
.mf-registration-form .row:last-child .col-md-5 .form-group,
.mf-ambassador-form .form-group {
  margin-bottom: 0px;
}
.mf-mentor-form .tab-center .form-control,
.mf-registration-form .row:last-child .col-md-5 .form-control,
.mf-ambassador-form .form-control {
  margin-bottom: 0px;
}
#edit-actions-submit {
  background: none;
  box-shadow: 0px 0px 0px;
}
ul.parent-list ul {
  padding-right: 13px;
}
#edit-actions {
  position: relative;
  display: inline-block;
}
#edit-actions::after {
  position: absolute;
  content: '\f054';
  top: 20px;
  height: 20px;
  width: 20px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff;
}
.section-404-500 {
  margin-top: 16px;
}
.sliding-popup-bottom,
.sliding-popup-top {
  z-index: 1;
}
.support-section.agvhd-section .breadcrum a:hover {
  text-decoration: underline;
}
.agvhd-section .container-section .pv-body-section .btn-link {
  background-color: #492f92;
}
.agvhd-section .container-section .pv-body-section .link-txt {
  color: #492f92;
}
a.underline {
  text-decoration: underline;
}
/*
.path-frontpage article.node {
  display: none;
}*/
.plus-icon {
  display: inline-block;
}
.cookie-policy span.underline {
  display: inline-block;
  text-decoration: underline;
  vertical-align: initial;
  padding: 0;
}
#sliding-popup.sliding-popup-top {
  position: relative;
  text-align: left;
}
.spleen-row h2.subhead strong {
  margin-bottom: 22px;
  display: block;
}
.support-link-callouts a .fa {
  margin-left: 4px;
}
#edit-actions-submit {
  border: none;
}
svg.fa-chevron-right {
  margin-left: 4px;
}
.radio input[type=radio] {
  cursor: pointer;
  display: block;
  height: 20px;
  margin: 0;
  width: 20px;
  border: 1px solid #b7b7b7;
  background-color: #fff;
  box-shadow: inset 0 1px 3px rgb(0 0 0 / 3%);
}
.radio input[type='radio']:checked {
  border: 1px solid #b7b7b7;
}
.pv-container .radio input[type='radio']:checked:after {
  background-color: #6eb43f;
}
.radio input[type=radio]:checked:after {
  width: 14px;
  height: 14px;
  border-radius: 15px;
  top: 2px;
  left: 2px;
  position: relative;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 0;
}
label.form-check-label {
  padding-left: 30px;
  display: block;
}
.radio {
  padding-left: 0px;
}
.header .top-banner-gray-bg img.flag {
  margin-top: -3px;
}
.isi-wrapper .collapse_btns .btn {
  padding: 6px 8px 6px 12px;
}
.mf-home .next-share-bottom {
  margin-bottom: 0px;
}
.link-txt span .fa.fa-chevron-right,
.what-is-mf-mob-land-a span .fa.fa-chevron-right,
.patients-support-callout span .fa.fa-chevron-right,
a.patient-stories-callouts-title .fa.fa-chevron-up {
  margin-left: 4px !important;
}
.pv-container .container-section .pv-body-section .box-item {
  padding: 14px;
}
.page-node-6 .pv-container .container-section .pv-body-section .box-item {
  padding: 15px !important;
}
.page-node-6 #how-jakafi-works img.spacer-40 {
  margin-top: 0 !important;
}
.spacer-c20 {
  margin-top: 20px !important;
}
.page-node-11 .spleen-row .head-callout {
  margin-top: 10px;
}
.page-node-11 .pv-container .container-section .pv-body-section .box-item {
  padding: 12px !important;
}
.page-node-26 .pv-container .container-section .pv-body-section .box-item {
  padding: 15px 14px 15px 15px !important;
}
.page-node-31 .green-box .btn.btn-link {
  padding-right: 6px !important;
}
/* .page-node-26 hr:nth-child(2) {
  margin-top: 15px;
} */
.page-node-26 hr:nth-child(3) {
  margin-top: 30px;
}
.page-node-26 hr.marT-30 {
  margin-top: 30px !important;
}
/* .page-node-6 hr:nth-child(3) {
  margin-top: 0 !important;
  margin-bottom: 56px !important;
} */

.page-node-6 hr:nth-child(2) {
  margin-top: 0 !important;
  margin-bottom: 56px !important;
}
.page-node-46 .agvhd-section hr.line-margin {
  margin-top: 16px !important;
  margin-bottom: 5px !important;
}
.page-node-26 .link-txt span .fa.fa-chevron-right {
  margin-left: 0 !important;
}
.mf-section .head2 {
  text-transform: capitalize !important;
}
.mcb {
  margin-bottom: 0px !important;
}
.spacer-top-20 {
  margin-top: 20px;
}
.is-jakafi-right-for-me .box-item {
  padding: 15px !important;
}
.page-node-74 .box-item .btn-link {
  padding-right: 7px !important;
}
.pv-container .container-section .pv-body-section .btn-link.spleen-cta,
.page-node-61 .page-link-buttons {
  padding-right: 5px !important;
}
.page-node-11 .spleen-row .btn-link {
  padding-right: 6px !important;
}
.spacer-negative-7 {
  margin-top: -14px !important;
}
.spacer-negative-14 {
  margin-top: -7px !important;
}
.spacer-negative-4 {
  margin-top: -4px !important;
}
.spacer-zero {
  margin: 0px !important;
}
.page-node-31 .mf-section .container-section .purple-callout-section {
  margin-top: 25px !important;
}
.page-link-buttons.pt-meeting-cta {
  padding-right: 10px !important;
}
.custom-margin-zero {
  margin-bottom: 0 !important;
}
.advocacy-resources-link-callout a.purple-txt {
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  background-color: transparent;
  color: #92278f;
}
.advocacy-resources-link-callouts {
  padding-bottom: 50px;
}
.page-node-121 .pv-container .container-section .breadcrum a,
.page-node-46 .pv-container .container-section .breadcrum a,
.page-node-101 .pv-container .container-section .breadcrum a,
.page-node-206 .pv-container .container-section .breadcrum a,
.page-node-14 .pv-container .container-section .breadcrum a {
  text-transform: unset !important;
}
.page-node-14 a.visit-link {
  padding-right: 11px !important;
}
.page-node-77 .sml-txt,
.page-node-101 span.sml-txt.green-txt {
  font-size: 12px !important;
}
.page-node-11 .spleen-row.spacer-top-25 {
  margin-top: 20px !important;
}
.page-node-111 .box-item.purple-box .btn-link {
  padding-right: 10px !important;
}
.page-node-111 .box-item .btn-link {
  padding-right: 5px !important;
}
#webform-submission-registration-mf-node-126-add-form input[type='radio'],
#webform-submission-mentor-program-form-mf-node-196-add-form input[type='radio'],
#webform-submission-become-an-ambassador-mf-node-326-add-form input[type='radio'],
#webform-submission-mentor-program-form-node-28-add-form input[type='radio'],
#webform-submission-become-an-ambassador-node-321-add-form input[type='radio'],
#webform-submission-registeration-node-15-add-form input[type='radio'] {
  visibility: visible;
  position: absolute;
  opacity: 0 !important;
}
#webform-submission-registration-mf-node-126-add-form input[type='radio'] + label:before,
#webform-submission-mentor-program-form-mf-node-196-add-form input[type='radio'] + label:before,
#webform-submission-become-an-ambassador-mf-node-326-add-form input[type='radio'] + label:before,
#webform-submission-mentor-program-form-node-28-add-form input[type='radio'] + label:before,
#webform-submission-become-an-ambassador-node-321-add-form input[type='radio'] + label:before,
#webform-submission-registeration-node-15-add-form input[type='radio'] + label:before {
  height: 20px;
  width: 20px;
  margin-right: 8px;
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #b7b7b7;
  border-radius: 50%;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
#webform-submission-registration-mf-node-126-add-form input[type='radio']:checked + label:before,
#webform-submission-mentor-program-form-mf-node-196-add-form input[type='radio']:checked + label:before,
#webform-submission-become-an-ambassador-mf-node-326-add-form input[type='radio']:checked + label:before {
  background: url('https://www.jakafi.com/assets/radio-checked-p.png');
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
#webform-submission-mentor-program-form-node-28-add-form input[type='radio']:checked + label:before,
#webform-submission-become-an-ambassador-node-321-add-form input[type='radio']:checked + label:before,
#webform-submission-registeration-node-15-add-form input[type='radio']:checked + label:before {
  background: url('https://www.jakafi.com/assets/radio-checked.png');
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
#webform-submission-registration-mf-node-126-add-form .js-form-type-radio.radio label,
#webform-submission-mentor-program-form-mf-node-196-add-form .js-form-type-radio.radio label,
#webform-submission-become-an-ambassador-mf-node-326-add-form .js-form-type-radio.radio label,
#webform-submission-mentor-program-form-node-28-add-form .js-form-type-radio.radio label,
#webform-submission-become-an-ambassador-node-321-add-form .js-form-type-radio.radio label,
#webform-submission-registeration-node-15-add-form .js-form-type-radio.radio label {
  padding-left: 0px !important;
  margin-left: 0px !important;
}
#webform-submission-registeration-node-15-add-form #edit-markup,
#webform-submission-mentor-program-form-node-28-add-form #edit-personal-information {
  margin-bottom: 0 !important;
}
#webform-submission-registeration-node-15-add-form #edit-i-am-a--wrapper {
  margin-bottom: 0 !important;
}
#webform-submission-registeration-node-15-add-form #edit-i-am-a--wrapper legend {
  line-height: 12px !important;
}
#webform-submission-mentor-program-form-node-28-add-form #edit-best-time-of-day-to-call--wrapper.form-group {
  margin-bottom: 0 !important;
}
#webform-submission-registration-mf-node-126-add-form .js-form-item-research {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
#webform-submission-registration-mf-node-126-add-form #edit-markup,
#webform-submission-registration-mf-node-126-add-form #edit-markup p:last-child {
  margin-bottom: 0 !important;
}
#webform-submission-registration-mf-node-126-add-form #edit-i-am-a--wrapper legend {
  display: inline-flex !important;
}
#webform-submission-registration-mf-node-126-add-form .js-form-type-radio.radio label {
  margin-left: 0 !important;
}
#webform-submission-mentor-program-form-mf-node-196-add-form #edit-voicemail--wrapper .form-item-voicemail,
#webform-submission-become-an-ambassador-mf-node-326-add-form #edit-voicemail--wrapper .js-form-item {
  margin-bottom: 0 !important;
}
#webform-submission-mentor-program-form-mf-node-196-add-form #edit-best-time-of-day-to-call--wrapper .js-form-type-radio,
#webform-submission-become-an-ambassador-mf-node-326-add-form #edit-best-time-of-day-to-call--wrapper .js-form-type-radio {
  margin-bottom: 8px !important;
}
.pv-container .container-section .pv-body-section .transcript-section .transcript-txt-pop {
  margin-bottom: 8px !important;
}
.pv-container .container-section .pv-body-section .video-container .video-placeholder {
  margin-bottom: 16px !important;
}
.video-container .back-to-resource .btn-link .fa-chevron-right {
  margin-left: 4px !important;
}
.video-container .back-to-resource .btn-link .fa-chevron-left {
  margin-right: 2px !important;
}
.video-container .back-to-resource .btn-link:last-child {
  padding-right: 8px !important;
}
.video-container {
  padding-bottom: 60px;
}
.node--type-resource .pv-body-section .video-container .transcript-section .transcript-section-background {
  clear: both;
  padding-top: 10px;
}
.pv-container.mf-section .container-section .pv-body-section .transcript-section .transcript-txt-pop,
.pv-container.agvhd-section .container-section .pv-body-section .transcript-section .transcript-txt-pop,
.pv-container .container-section .pv-body-section .transcript-section .transcript-txt-pop {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
}
.spacer-20.bene-agvhd {
  margin-top: 15px !important;
}
.page-node-77 #mf-symptom-assessment .btn-link {
  padding-right: 6px;
}
.page-node-271 .agvhd-section .row.pt-resource {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.page-node-271 .agvhd-section .row.pt-resource .language-download-btn.align-top-20 {
  margin-top: 10px !important;
}
.page-node-206 .patients-support-callout-text-main .btn-link {
  padding-right: 6px !important;
}
.pv-container.agvhd-section .video-container {
  padding-bottom: 75px !important;
}
.agvhd-home .next-share-bottom .nxt-prv-txt.right-content-3 a .fa-chevron-right {
  font-size: 12px !important;
}
.page-node-46 .pv-container .container-section .pv-body-section .box-item {
  padding: 15px !important;
}
.page-node-121 .incytecare-patients-support .btn-link {
  padding-right: 7px !important;
}
.page-node-266 .mf-section .row.pt-resource {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.spacer-14 {
  margin-top: 14px;
}
.page-node-44 .agvhd-home .img-content .btn-link .fa-chevron-right {
  font-size: 12px !important;
}
.page-node-36 .enlarged-spleen-page-box.spacer-top-25 {
  margin-top: 21px !important;
}
.page-node-106 .box-item.spacer-top-25 .btn.btn-link {
  padding-right: 6px !important;
}
.pv-container.mf-section .container-section .middle-section-bottom .spacer-20 {
  margin: 15px 0 0 15px;
}
.page-node-86 .languages_drp_dwn.spacer-20,
.page-node-86 .language-download-btn.spacer-20 {
  margin-left: 0 !important;
}
.page-node-86 .languages_drp_dwn.spacer-20 {
  margin-right: 15px !important;
}
.page-node-4 .pv-home .left-image .img-content a.btn.btn-primary {
  width: 125px !important;
}
.page-node-5 .box-item .btn-link,
.page-node-5 .video-callout-1 .btn-link,
.page-node-5 .left-image .btn-link {
  padding-right: 8px !important;
}
.what-to-expect .container-section .pv-body-section .list-custom li:before {
  content: "\25CF";
  color: #6cb33f;
  padding: 0 5px 0 15px;
  display: table-cell;
  font-size: 10px;
  vertical-align: initial;
}
.jakafitabbox {
  height: 300px;
  margin-top: -77px;
  margin-left: -18px;
}
.sticky-share-tab ul.sticky {
  background-color: #fff;
}
.pv-container.sitemap-container h1.head {
  color: #6cb33f;
}
.measured_defined {
  padding: 0px;
}
ul.measured_defined li.list-style-green::before {
  padding: 0 8px 0 15px;
}
ul.measured_defined li.list-style-green ul {
  margin-top: 5px;
  padding: 0px;
}
ul.measured_defined li.list-style-green ul {
  padding-left: 18px; /*replace 20px to 18px by sachin bhute*/
}
.offset-top-30 {
  margin-top: 30px;
}
.offset-btm-40 {
  margin-bottom: 40px;
}
.offset-top-5 {
  margin-bottom: 5px;
}
.offset-top-10 {
  margin-top: 10px;
}
.banner-image-gvhd-landing {
  background: url('../images/Background@2x.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ambasador-program .sticky-container {
  display: none;
}
.cgvhd-home .sticky-container {
  display: block;
}
.cgvhd-section .sticky-container {
  display: block;
}
#chatbox-cgvhd-mobile.modal {
  background: rgba(255, 255, 255, 0.5);
}
.square-popup #chatbox-cgvhd-mobile.modal {
  padding-top: 15%;
}
.cgvhd-home .header-bar {
  background: #492f92;
}
.cgvhd-home .middle-section h1 {
  display: block !important;
}
.signs-symptoms .icon {
  text-align: center;
}
.signs-symptoms .icon img {
  max-width: 100px;
}
em.unbold {
  font-weight: 400 !important;
}
.cgvhd-section .middle-section .do-not-stop.gvhd-right-txt {
  width: 83%;
  float: left;
}
.violet-box-item img {
  max-width: 90px;
  margin: 0 auto;
}
.cgvhd-section .pv-body-section .box-item .download-form {
  margin-top: 0 !important;
}
.cgvhd-section .taking-jakafi-column .circle-graph p {
  text-align: center;
}
.cgvhd-section .taking-jakafi-column img {
  height: 100px;
}
.bigger-text p {
  font-size: 16px !important;
}
.font-color-green {
  color: #6cb33f;
}
.font-color-purple {
  color: #92278f;
}
.col-header .title1 {
  margin-bottom: 0px !important;
}
.measured_defined li {
  display: table;
}
li.list-style-green ul {
  margin-top: 5px;
}
.transplant-team p {
  font-size: 16px !important;
}
ul.measured_defined ul li {
  margin-bottom: 8px;
}
ul li.list-style-none {
  list-style: none;
}
ul li.list-style-black::before {
  content: "\25CF";
  color: #000000;
  padding: 0 8px 0 0px;
  display: table-cell;
}
ul li.list-style-black {
  list-style: none;
}
ul li.list-style-green::before {
  content: "\25CF";
  color: #6cb33f !important;
  padding: 0 8px 0 0px;
  display: table-cell;
}
ul li.list-style-green {
  list-style: none;
}
.stickyfooter-wrapper .btn {
  text-align: center;
  padding: 0px 0px 5px 6px !important;
}
.font-bold {
  /* font-weight: bold !important; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.cgvhd-section .right-content-3 a {
  color: #492f92;
}
.caregivers-play p.purple-txt-bold {
  margin-bottom: 5px !important;
}
.signs-symptoms {
  margin-top: 70px;
}
.caregivers-play {
  margin-top: 70px;
  margin-bottom: 130px;
}
.caregivers-play .no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.caregivers-play .left-content {
  padding: 35px 70px 0px 40px;
}
.caregivers-play .left-content p {
  font-size: 16px !important;
}
.Helpful-Hint-icon {
  position: absolute;
  top: -11px;
  left: -30px;
}
.Helpful-Hint-icon img {
  max-width: 60px;
  width: 100%;
}
.caregivers-play {
  background-color: #f4eaf4;
  position: relative;
}
.pv-container .container-section .pv-body-section .pink-txt-bold {
  color: #c627a6;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.box-8 {
  margin-top: 50px;
}
.box-7 {
  margin-top: 50px;
}
.box-6 {
  margin-top: 30px;
}
.box-2 {
  margin-top: 80px;
}
.box-3 {
  margin-top: 80px;
}
.box-4 {
  margin-top: 50px;
}
.signs-symptoms img {
  max-width: 100%;
}
.signs-symptoms .box p {
  text-align: center !important;
}
.green-txt-bold {
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  color: #6cb33f;
}
.square-popup #chatbox-pv-mobile.modal {
  padding-top: 15%;
}
.square-popup .chatbox-cgvhd-close p {
  color: #92278f;
}
.square-popup .chatbox-cgvhd-close a {
  color: #92278f;
}
.square-popup .img-agvhd-icon img {
  position: absolute;
  max-width: 100px;
  top: -50px;
  left: 0;
  margin: 0 auto;
  right: 0;
}
.square-popup .chatbox-cgvhd-close {
  position: relative;
}
.square-popup .btn-purple-bg a {
  background-color: #92278f;
  color: #fff;
  padding: 8px 0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.square-popup .btn-purple-bg {
  display: block;
  float: left;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.square-popup .chatbox-cgvhd-mobile-wrapper {
  background-position: center 0;
  position: relative;
  width: 300px;
  height: 185px;
  margin: 0 auto;
  box-shadow: 1px 1px 10px #ccc;
  background-color: #fff;
  border-top-right-radius: 15px;
}
.square-popup .chatbox-btn-cgvhd-close-mobile {
  position: absolute;
  top: 0%;
  right: 0%;
}
.square-popup .chatbox-btn-cgvhd-close-mobile img {
  max-width: 30px;
}
.square-popup .chatbox-cgvhd-mobile-inner p {
  color: #92278f;
  width: 100%;
  font-size: 18px;
  padding-top: 58px;
  text-align: center;
}
.square-popup .chatbox-cgvhd-mobile-inner p .cht-txt-3 {
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.purple-txt-bold {
  /* font-weight: bold !important; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  color: #92278f !important;
}
.font-green-purple {
  color: #92278f;
}
.content-cgvhd h1.header-text {
  font-size: 46px;
}
.pv-container .content-cgvhd .middle-section h2 {
  padding-bottom: 22px;
  margin-bottom: 30px;
}
.banner-image-gvhd-landing {
  height: 572px;
}
.content-cgvhd .offset-top-section {
  margin-top: -530px;
}
.content-cgvhd .middle-section {
  margin-top: 0px;
}
.pv-container.cgvhd-section .container-section h1.head {
  color: #6cb33f;
}
.cgvhd-section .middle-section div.gvhd-green-bar {
  background: #6cb33f;
  width: 1.5%;
  height: 38px;
}
.cgvhd-section .middle-section .gvhd-right-txt {
  width: 95%;
  float: left;
}
.cgvhd-section.possible-benefits .middle-section div.gvhd-green-bar {
  margin-top: 41px;
} /*add margin by sachin bhute*/
.cgvhd-section.possible-benefits .middle-section .gvhd-right-txt {
  margin-top: 38px;
} /*add margin by sachin bhute*/
.font-color-pink {
  color: #c627a6;
}
.pv-container.cgvhd-section .container-section .pv-body-section .font-color-green {
  color: #6cb33f;
}
.cgvhd-section .sub-txt {
  color: #c627a6;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.cgvhd-section .middle-section .gvhd-left-bor {
  width: 1%;
  background: #c627a6;
  height: 55px;
  float: left;
  margin-right: 10px;
}
.pv-container.cgvhd-section .container-section h1.head {
  color: #6cb33f;
}
em.green {
  color: #6cb33f;
}
.offset-margin-1 {
  margin-top: 10px;
}
.offset-margin-2 {
  margin-top: 20px;
}
.offset-margin-3 {
  margin-top: 30px;
}
.offset-margin-4 {
  margin-top: 40px;
}
.offset-margin-5 {
  margin-top: 50px;
}
.pv-container.cgvhd-section .container-section .pv-body-section .text-center p {
  text-align: center;
}
.pv-container.cgvhd-section .container-section .pv-body-section .section-head-txt {
  color: #c627a6;
}
.pv-container.cgvhd-section .container-section .pv-body-section .link-txt {
  color: #492f92;
}
.text-center p {
  text-align: center;
}
.header .cGVHD-menu {
  background-color: #c627a6;
}
.CGVHD-menu {
  background-color: #c627a6;
}
.banner-image-cgvhd {
  position: relative;
  height: 371px;
  padding-top: 55px;
  background: url(../images/img_cGVHD-HERO@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cgvhd-section .banner-image-pv-treatment {
  position: relative;
  height: 171px;
  padding-top: 55px;
  background: url(../images/gvhd/header_Image@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cgvhd-home .middle-section h1 {
  margin-top: 0px;
  color: #6cb33f;
  font-size: 50.01px;
  font-weight: 300;
  font-family: 'OpenSans-Light',sans-serif;
  line-height: 55px;
  margin-bottom: 20px;
}
.cgvhd-home .sub-txt {
  color: #c627a6;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.cgvhd-home .middle-section .gvhd-left-bor {
  width: 1%;
  background: #c627a6;
  height: 55px;
  float: left;
  margin-right: 10px;
}
.cgvhd-home .link-txt {
  color: #492f92;
  font-size: 14px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.cgvhd-home .middle-section .img-content h1 {
  color: #6cb33f;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px;
}
.cgvhd-home .right-content-3 a {
  color: #492f92;
}
.cgvhd-home .img-content {
  border: 5px solid #492f92;
}
.cgvhd-home .img-content a {
  background-color: #492f92;
}
.cgvhd-home .img-content a:hover,
.cgvhd-home .img-content a:focus,
.cgvhd-home .img-content a:active {
  background-color: none; /*background-color: #6cb33f;*/
  text-decoration: underline;
  color: #fff;
}
.agvhd-home .img-content a:hover,
.agvhd-home .img-content a:focus,
.agvhd-home .img-content a:active {
  background-color: #492f92;
}
/*.graft-versus-host-disease a:hover, .graft-versus-host-disease .img-content a:focus, .graft-versus-host-disease .img-content a:active{background-color:none;}*/
.cgvhd-home .img-content a {
  width: auto;
}
div.text-center p {
  text-align: center;
}
.graph_50percent_bg {
  background-color: #ebf7df;
  padding: 15px 15px 15px 30px;
  display: flex;
  align-items: center;
}
.pv-container .container-section .pv-body-section .graph_50percent_bg p {
  margin-bottom: 0px;
  margin-left: 30px;
}
.graph_percent_bg {
  background-color: #ebf7df;
}
.graph_percent_content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px 40px;
}
.col-content {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}
.col-content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pv-container .graph_percent_content p.graph_title {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.align-item-right {
  text-align: right;
}
.graph-img {
  max-width: 90px;
}
.img-down-arrow {
  max-width: 70px;
  float: right;
}
.offset-top-20 {
  margin-top: 20px;
}
.graph_down_arrow {
  padding-top: 30px;
  padding-bottom: 30px;
}
.row-two-col-margin .col-lg-6 {
  width: 48%;
}
.row-two-col-margin div.graph_percent_content:nth-child(1) {
  margin-right: 4%;
}
.row-two-col-margin div.graph_percent_content:nth-child(2) {
  margin-right: 4%;
}
.pink-box-border {
  border: 5px solid rgba(146, 39, 143, 0.5);
  padding-top: 30px;
  padding-bottom: 30px;
}
.possible-benefits .pink-box-border {
  margin-top: 45px;
  margin-bottom: 95px;
}
.possible-benefits .col-header {
  margin-bottom: 10px;
}
.possible-benefits .col-footer {
  margin-top: 20px;
}
.pv-container .container-section .pv-body-section .col-content-inner p.text-vs {
  text-transform: uppercase;
  color: #92278f;
  font-size: 30px;
  margin-bottom: 0px;
  margin-top: -30px;
}
.graph_down_arrow p {
  margin-top: 20px;
}
/* Advocacy Supports Page */
.cgvhd-section .pv-body-section.cgvhd-advocacy-section-wrapper .img-content h1 {
  color: #6eb43f;
}
.cgvhd-section .pv-body-section.cgvhd-advocacy-section-wrapper .img-content {
  border-color: #492f92;
}
.cgvhd-section .pv-body-section.cgvhd-advocacy-section-wrapper {
  padding-bottom: 150px;
}
/* Tools and Resources Page */
.page-node-476 .pv-body-section {
  padding-bottom: 150px;
}
.page-node-476 .pv-body-section p.dwn-text {
  margin-bottom: 40px;
}
.page-node-476 .pv-body-section a.btn-link {
  padding-right: 8px !important;
}
.page-node-476 .pv-body-section .printable-resource p.head-resource {
  color: #92278f;
}
/* Form Radio Button Styles */
#webform-submission-register-for-resources-node-376-add-form input[type=radio],
#webform-submission-become-an-ambassador-common-node-386-add-form input[type=radio],
#webform-submission-mentor-program-common-node-381-add-form input[type=radio] {
  visibility: visible;
  position: absolute;
  opacity: 0 !important;
}
#webform-submission-register-for-resources-node-376-add-form input[type=radio] + label:before,
#webform-submission-become-an-ambassador-common-node-386-add-form input[type=radio] + label:before,
#webform-submission-mentor-program-common-node-381-add-form input[type=radio] + label:before {
  height: 20px;
  width: 20px;
  margin-right: 8px;
  content: " ";
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #b7b7b7;
  border-radius: 50%;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}
#webform-submission-register-for-resources-node-376-add-form input[type=radio]:checked + label:before,
#webform-submission-become-an-ambassador-common-node-386-add-form input[type=radio]:checked + label:before,
#webform-submission-mentor-program-common-node-381-add-form input[type=radio]:checked + label:before {
  background: url('../images/radio-checked.png');
  background-size: 76%;
  background-position: center;
  background-repeat: no-repeat;
}
#webform-submission-register-for-resources-node-376-add-form #edit-i-am-a--wrapper label.form-check-label,
#webform-submission-register-for-resources-node-376-add-form #edit-has-a-healthcare label.form-check-label,
#webform-submission-become-an-ambassador-common-node-386-add-form #edit-i-am-a--wrapper label.form-check-label,
#webform-submission-become-an-ambassador-common-node-386-add-form #edit-prescribed label.form-check-label,
#webform-submission-become-an-ambassador-common-node-386-add-form #edit-best-time-of-day-to-call label.form-check-label,
#webform-submission-mentor-program-common-node-381-add-form #edit-i-am-a label.form-check-label,
#webform-submission-mentor-program-common-node-381-add-form #edit-best-time-of-day-to-call label.form-check-label,
#webform-submission-mentor-program-common-node-381-add-form #edit-prescribed label.form-check-label {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
#webform-submission-register-for-resources-node-376-add-form #edit-actions {
  background-color: #6cb33f;
}
#webform-submission-register-for-resources-node-376-add-form #edit-actions #edit-actions-submit,
#webform-submission-become-an-ambassador-common-node-386-add-form #edit-actions #edit-actions-submit,
#webform-submission-mentor-program-common-node-381-add-form #edit-actions #edit-actions-submit {
  height: 56px;
}
#webform-submission-register-for-resources-node-376-add-form #edit-actions::after,
#webform-submission-become-an-ambassador-common-node-386-add-form #edit-actions::after,
#webform-submission-mentor-program-common-node-381-add-form #edit-actions::after {
  top: 23px;
}
#webform-submission-become-an-ambassador-common-node-386-add-form .constent-form-title,
#webform-submission-mentor-program-common-node-381-add-form .constent-form-title {
  border-bottom: 4px solid #6eb43f;
  padding-bottom: 10px;
}
.banner-image-ambassdor-thank-you .ac-gvhd.thankyou-callout {
  padding: 0 15px;
}
.custom-br-none {
  display: none;
}
.cgvhd-home .link-txt span .fa.fa-chevron-right,
.cgvhd-home .next-share-bottom span {
  font-size: 12px;
}
.cgvhd-home .img-content .btn-link .fa.fa-chevron-right {
  font-size: 12px;
  margin-left: 5px !important;
}
.cgvhd-home .img-content a.btn {
  padding-right: 6px !important;
}
.pv-container.cgvhd-section .container-section .pv-body-section .box-item a.btn-link,
.pv-container.cgvhd-section .container-section .pv-body-section .img-content a.btn-link,
.pv-container .container-section .middle-section.thank-you-register .pv-body-section .btn-link {
  padding: 10px 6px 10px 10px !important;
}
.pv-container .container-section .middle-section.thank-you-register .pv-body-section .btn-link .fa.fa-chevron-right {
  margin-left: 4px !important;
}
.cgvhd-section .box-item span .fa.fa-chevron-right,
.cgvhd-section .img-content .btn-link .fa.fa-chevron-right {
  margin-left: 5px;
  vertical-align: initial;
}
.cgvhd-section .img-content {
  border-color: #492f92;
}
.cgvhd-section .img-content h1 {
  color: #6eb43f;
}
.cgvhd-section .next-share-bottom {
  margin-top: 22px;
}
.cgvhd-section.jakafi-for-cgvhd .breadcrum .fa.fa-chevron-right,
.cgvhd-section.is-jakafi-right-for-me .breadcrum .fa.fa-chevron-right {
  margin-left: 0px;
}
.page-node-426 .cgvhd-section .fa.fa-chevron-right,
.page-node-436 .cgvhd-section .fa.fa-chevron-right {
  margin-left: 4px;
}
.cgvhd-home .flipper {
  width: 160px;
  height: 170px;
  position: absolute;
  top: 580px;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
}
.cgvhd-home .flipper.fixed {
  top: 85px;
  position: fixed;
  z-index: 1006;
}
#chatbox-cgvhd-mobile {
  z-index: 9999;
}
.pv-container .container-section .pv-body-section .sml-txt {
  margin-bottom: 30px;
}
.pv-container .container-section .pv-body-section .pink-txt-bold {
  margin-bottom: 0;
}
.bottom-nav {
  background: #92278f;
}
ul.parent-list ul {
  padding-inline-start: 35px;
}
.banner-container .banner .gvhd-diff-cta a {
  letter-spacing: 2px;
}
.scenerio-3.banner-container .banner .right-content .sml-txt {
  font-size: 18px;
}
.pv-container .container-section .pv-body-section .btn-link:active,
.pv-container .container-section .pv-body-section .btn-link:focus,
.cgvhd-home .img-content a:active,
.cgvhd-home .img-content a:focus {
  text-decoration: none;
}
.spacer-10 {
  padding-left: 0;
}
.btn-link:active,
.btn-link:focus {
  text-decoration: none;
}
.Helpful-Hint-icon {
  left: -24px;
}
.Helpful-Hint-icon img {
  max-width: 50px;
}
hr.benefits_hrline {
  margin: 52px auto 30px;
}
.pv-container .container-section .pv-body-section .list-custom li:first-child {
  margin: 0 0 45px;
}
.cgvhd-section .middle-section div.gvhd-green-bar {
  margin-top: 3px;
}
.pv-container .container-section .pv-body-section .sitemap-links .GVHD-head,
.pv-container .container-section .pv-body-section .sitemap-links.cgvhd-site .cGVHD-head {
  line-height: 24px;
}
.pv-container .container-section .pv-body-section .sitemap-links .GVHD-head,
.pv-container .container-section .pv-body-section .sitemap-links.cgvhd-site .cGVHD-head {
  line-height: 23.29px;
}
.pv-container .fa-chevron-right,
.pv-home .fa-chevron-right,
.mf-home .fa-chevron-right {
  left: 0px;
  position: relative;
  vertical-align: inherit;
}
.pnone_desk {
  padding: 0;
}
.right-content-3 a i.fa.fa-chevron-right {
  position: relative;
  top: -1px;
  left: 0px;
  vertical-align: inherit;
}
.box-2 {
  margin-top: 100px;
}
.box-6 {
  margin-top: 50px;
}
.font_dark_pink {
  color: #92278f;
}
.pv-container.is-jakafi-right-for-me .pv-body-section .marginbottom48 {
  margin-bottom: 48px;
}
.pv-container.is-jakafi-right-for-me .pv-body-section .marginbottom107 {
  margin-bottom: 107px;
}
.pv-container.taking-jakafi .container-section .pv-body-section .box-item {
  padding-top: 28px;
  padding-bottom: 31px;
}
.pv-container.taking-jakafi .container-section .pv-body-section .box-item .btn.btn-link {
  width: 200px;
  text-align: center;
}
.pv-container.taking-jakafi .container-section .pv-body-section .download-box .btn-link {
  margin-right: 10px;
}
.cgvhd .incytecares-patient-support .footnote.top20 {
  margin-top: 14px !important;
}
.cgvhd .incytecares-patient-support .footnote.sml-txt .magenta-txt-normal {
  color: #ed008d !important;
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.cgvhd .incytecares-patient-support .prescribed-jakafi-wrapper p.padding-left-15.pnone_desk {
  padding-left: 15px;
}
.cgvhd .incytecares-patient-support .prescribed-jakafi-wrapper a.btn-link .fa.fa-chevron-right {
  margin-left: 5px;
}
.page-node-281 .header .top-banner-white-bg {
  padding-bottom: 15px !important;
}
.cgvhd .custom-m-b {
  margin-bottom: 70px;
}
.cgvhd .custom-inner-m-b {
  margin-bottom: 20px;
}
.cgvhd .custom-support-m-b {
  margin-bottom: 90px;
}
.cgvhd .is-jakafi-right-for-me .gvhd-right-txt p.sub-txt {
  line-height: 20px !important;
}
#AGVHD-incyte-csp .prescribed-jakafi-wrapper .connect-wrapper .c-text {
  font-size: 20px;
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  margin-bottom: 10px;
  color: #444;
}
#AGVHD-incyte-csp .prescribed-jakafi-wrapper .connect-wrapper img {
  margin: 0 auto 20px auto;
  height: 56px;
}
#AGVHD-incyte-csp .prescribed-jakafi-wrapper .connect-wrapper {
  text-align: center;
  box-shadow: 0 8px 10px 10px rgb(1 1 1 / 10%);
  padding: 26px 0;
  border-radius: 15px;
}
#AGVHD-incyte-csp .prescribed-jakafi-wrapper .prescribed-jakafi-text {
  font-size: 16px;
  color: #444;
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  margin-bottom: 10px;
}
#AGVHD-incyte-csp .prescribed-jakafi-wrapper a.btn-link {
  background-color: #005cab;
  border-radius: 25px;
  padding-left: 20px;
  padding-right: 16px;
}
#AGVHD-incyte-csp .prescribed-jakafi-wrapper .note-jakafi-text {
  font-size: 14px;
  color: #444;
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  margin-top: 10px;
  margin-bottom: 50px;
}
#AGVHD-incyte-csp .prescribed-jakafi-wrapper a.btn-link {
  width: 70%;
  text-align: center;
}
.agvhd-section .magenta-txt-normal a {
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  color: #ed008d !important;
}
.agvhd-section.support-section .footnote {
  color: #ed008d !important;
}
.agvhd-section .magenta-txt-normal {
  color: #ed008d !important;
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
#AGVHD-incyte-csp h2 {
  color: #444;
  font-size: 20px;
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  margin-bottom: 10px;
  line-height: 22px;
  border-bottom: none;
}
.agvhd-section .bottom-nav {
  background: #932290;
}
#chatbox-agvhd-mobile.modal {
  padding-top: 15%;
}
.offset-top-40 {
  margin-top: 40px;
}
.offset-top-50 {
  margin-top: 50px;
}
.offset-top-90 {
  margin-top: 90px;
}
.offset-top-100 {
  margin-top: 100px;
}
.chatbox-btn-agvhd-close-mobile img {
  max-width: 30px;
}
.chatbox-agvhd-mobile-wrapper {
  background-position: center 0;
  position: relative;
  width: 300px;
  height: 185px;
  margin: 0 auto;
  box-shadow: 1px 1px 10px #ccc;
  background-color: #fff;
  border-top-right-radius: 15px;
}
.chatbox-btn-agvhd-close-mobile {
  position: absolute;
  top: 0%;
  right: 0%;
}
.agvhd-section .middle-section .gvhd-left-bor:before {
  content: none !important;
}
.agvhd-section .middle-section .gvhd-right-txt {
  width: 95%;
  float: left;
}
.agvhd-section .middle-section div.gvhd-green-bar {
  margin-top: 3px;
}
.agvhd-section .middle-section div.gvhd-green-bar {
  background: #6cb33f;
  width: 1.5%;
  height: 38px;
  padding-left: 0px !important;
}
.agvhd-section .middle-section .gvhd-left-bor {
  float: left;
  margin-right: 10px;
}
.agvhd-section .banner-image-pv-treatment {
  position: relative;
  height: 171px;
  padding-top: 55px;
  background: url(../images/gvhd/header_Image@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
div.text-center p {
  text-align: center !important;
}
.chatbox-agvhd-close p span.cht-txt-3,
.chatbox-agvhd-close p span.cht-txt-4 {
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.agvhd-section .list-custom li:first-child {
  margin: 0 0 0px !important;
}
.chatbox-agvhd-close {
  width: 190px;
  height: 196px;
  border: 2px solid #c722a8;
  color: #c722a8;
  background-color: #fff;
}
.chatbox-agvhd-close {
  position: relative;
}
.img-cgvhd-icon img {
  position: absolute;
  max-width: 100px;
  top: -50px;
  left: 0;
  margin: 0 auto;
  right: 0;
}
.chatbox-agvhd-close p span.cht-txt-2 {
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 24px;
  line-height: 26px;
}
.chatbox-agvhd-close p {
  text-align: center;
  position: absolute;
  top: 55px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}
.btn-pink-bg {
  background-color: #c722a8;
  display: block;
  float: left;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.btn-pink-bg a {
  background-color: #c722a8;
  color: #fff;
  padding: 8px 0px;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.mentor-program-landing a.page-link-buttons {
  padding: 5px 0;
}
.col-header .title1 {
  margin-bottom: 10px !important;
}
.offset-bottom-20 {
  margin-bottom: 20px;
}
.font-normal {
  font-weight: normal !important;
}
.col-header p.graph_title.title1 {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.adjust-spacing.graph_percent_bg {
  padding: 30px 0px;
}
.row-two-col-margin .offset-border-right {
  border-right: 1px solid #ccc;
}
.scenerio-3.banner-container .banner .right-content {
  padding-bottom: 50px;
}
.chatbox-agvhd-mobile-wrapper {
  width: 280px !important;
  height: 280px !important;
}
.chatbox-cgvhd-mobile-wrapper {
  width: 280px !important;
  height: 280px !important;
}
.chatbox-agvhd-mobile-wrapper p {
  padding-left: 10px;
  padding-right: 10px;
}
.chatbox-cgvhd-mobile-wrapper p {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 20px;
}
#chatbox-agvhd-mobile p {
  padding-top: 58px;
  text-align: center;
  position: absolute; /*top: 55px;*/
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}
.graft-versus-host-disease p span.cht-txt-3,
.graft-versus-host-disease p span.cht-txt-4 {
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.graft-versus-host-disease .modal p {
  color: #c722a8;
  text-align: center;
}
.cht-txt-1 {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}
.cht-txt-2 {
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 24px;
  line-height: 26px;
}
.cht-txt-5 {
  font-size: 14px;
}
.graph_cgvhd_stat_40 {
  padding: 20px 45px;
}
.graph_cgvhd_stat_40 {
  margin-top: 30px;
}
.cgvhd_stat_40 {
  max-width: 90px;
  margin: 0 auto;
}
.chatbox-agvhd-close p {
  padding-left: 10px;
  padding-right: 10px;
}
.cht-txt-5 {
  font-size: 14px;
}
.square-popup .chatbox-cgvhd-close p {
  padding-left: 10px;
  padding-right: 10px;
}
.prescribed-jakafi-text {
  font-size: 16px;
  color: #444444;
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  margin-bottom: 10px;
}
/* .myelofibrosis .pv-body-section {
  padding-bottom: 150px;
} */
.myelofibrosis .incytecares-patient-support a.btn-link {
  border-radius: 25px;
  width: 70%;
  text-align: center;
  padding-left: 20px !important;
  padding-right: 16px !important;
}
.myelofibrosis .note-jakafi-text {
  font-size: 14px;
  color: #444444;
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  margin-top: 10px;
  margin-bottom: 50px;
}
.magenta-txt-normal {
  color: #ed008d !important;
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.font-color-pink {
  color: #ed008d !important;
}
.font-pink {
  color: #ed008d;
}
.font-black {
  color: #000;
}
.font-blue {
  color: #472b93;
}
.offset-top-80 {
  margin-top: 80px;
}
.offset-top-70 {
  margin-top: 70px;
}
.purple-txt {
  color: #932290;
}
.graft-versus-host-disease .custom-m-b {
  margin-bottom: 70px;
}
.graft-versus-host-disease .next-share-bottom {
  margin-top: 22px;
}
.graft-versus-host-disease .symptoms_signs .purple-txt {
  font-size: 16px !important;
}
.graft-versus-host-disease .symptoms_signs .sml-txt.purple-txt {
  font-weight: normal !important;
}
.graft-versus-host-disease .symptoms_signs .circle-graph .border-after {
  padding: 40px 30px 60px 30px !important;
}
.graft-versus-host-disease .container-section .pv-body-section .box-item {
  border: 2px solid #ccc !important;
}
.graft-versus-host-disease .taking-jakafi-column .circle-graph p {
  text-align: center;
}
.graft-versus-host-disease .incytecares-patient-support .prescribed-jakafi-wrapper a.btn-link .fa.fa-chevron-right {
  margin-left: 5px;
}
.graft-versus-host-disease .flipper.fixed {
  top: 85px;
  position: fixed;
  z-index: 1006;
}
.graft-versus-host-disease .flipper.fixed {
  top: 85px;
  position: fixed;
  z-index: 1006;
}
.graft-versus-host-disease .banner-image-agvhd {
  background: url(../images/img_hero_gvhd@2x.png);
  position: relative;
  height: 371px;
  padding-top: 55px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#AGVHD-incyte-csp p.support-black-txt {
  font-size: 16px;
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
#AGVHD-incyte-csp {
  padding-bottom: 150px;
}
.graft-versus-host-disease .agvhd-section.support-section .footnote {
  color: #000 !important;
}
.agvhd-section .gvhd-support-link-callouts.support-link-callouts span {
  padding-right: 0px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.graft-versus-host-disease .support-resources .pv-body-section {
  padding-bottom: 90px;
}
.graft-versus-host-disease .what-to-expect .list-custom li:before {
  color: #6cb33f !important;
}
.hr-offset-top-0 {
  display: inline-block;
  width: 100%;
  clear: both;
}
.hr-offset-top-30 {
  margin-top: 30px !important;
  display: inline-block;
  width: 100%;
  clear: both;
}
.offset-top-0 {
  margin-top: 0px !important;
}
.pv-container .container-section .pv-body-section .tablets-and-bottle.sml-txt {
  margin-bottom: 30px;
  top: -16px;
  display: block;
  position: relative;
}
#CGVHD-incyte-csp .prescribed-jakafi-wrapper ul span {
  display: table-cell;
}
span.magenta-txt-normal .font-bold {
  /* font-weight: bold !important; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.breadcrum a:nth-child(1) {
  padding-left: 0px;
}
.breadcrum a {
  padding-left: 4px;
}
.graft-versus-host-disease .banner-image-agvhd {
  background: url(../images/img_hero_gvhd@2x.png) !important;
  position: relative;
  height: 371px;
  padding-top: 55px;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
}
.graft-versus-host-disease .agvhd-home {
  padding-bottom: 150px;
}
.agvhd-section .posible-benefits-gvhd .center-elem {
  padding-top: 60px;
}
.left-image img.img-responsive {
  width: 100%;
}
.graft-versus-host-disease .incytecares-patient-support h1.head {
  /* font-style: italic; */
  font-weight: normal;
  font-family: 'OpenSans-BoldItalic', sans-serif;
  font-style: normal;
  color: #005cad !important;
}
.container-section div.printable-resource p.head-resource {
  margin-bottom: 20px !important;
}
.graft-versus-host-disease .pv-body-section {
  padding-bottom: 150px;
}
.container-section .printable-resource .language-download-btn.btn-link {
  padding: 14.5px 16px !important;
}
.sitemap-container h1.head {
  color: #92278f !important;
}
.agvhd-section .printable-resource p {
  margin-bottom: 0px !important;
}
.graft-versus-host-disease .breadcrum span .fa {
  color: #492f92 !important;
}
.graft-versus-host-disease .list-custom li:before {
  font-size: 14px !important;
}
.sitemap-container ul.parent-list ul {
  padding-inline-start: 20px;
}
.sitemap-container .sitemap-links ul.parent-list ul {
  padding-right: 18px;
}
.offset-right-20 {
  margin-right: 20px;
}
.purple {
  color: #932290;
}
.graft-versus-host-disease .pv-body-section.support-section {
  padding-bottom: 0px !important;
}
.graft-versus-host-disease .incytecares-support {
  padding-bottom: 90px !important;
}
.graft-versus-host-disease .incytecares-patient-support h1.head {
  font-style: normal !important;
  color: #6cb33f !important;
}
.graft-versus-host-disease .footer-callout .img-content h1 {
  font-size: 18px;
}
.graft-versus-host-disease .footer-callout .img-content p {
  margin-top: 0px;
}
.pv-container .container-section .pv-body-section .list-custom li:first-child {
  margin: 0px;
}
.polycythemia-vera .incytecares-patient-support a.visit-link {
  border-radius: 25px;
}
.polycythemia-vera div.patients-support-callout-text-main ul li {
  display: table;
}
/*.polycythemia-vera .incytecare-patients-support .patients-support-callout-img img{max-width: 57px;}*/
.graft-versus-host-disease .pv-container.agvhd-section .pv-body-section p.green-box-txt {
  margin-bottom: 5px !important;
}
.graft-versus-host-disease .pv-container.agvhd-section .container-section .pv-body-section .tablets-and-bottle.sml-txt {
  left: 16px;
}
.pd-rt-0 {
  padding-right: 0px;
}
.img-1 {
  max-width: 115px;
  width: 100%;
}
.img-2 {
  max-width: 115px;
  width: 100%;
}
.img-3 {
  max-width: 138px;
  width: 100%;
}
.hr-offset-top-15 {
  margin-top: 15px !important;
  display: inline-block;
  width: 100%;
  clear: both;
}
.mt-tp-40 {
  margin-top: 40px;
}
.mt-tp-80 {
  margin-top: 80px;
}
.mt-bt-50 {
  margin-bottom: 50px;
}
.graft-versus-host-disease div.pv-body-section {
  padding-bottom: 90px;
}
.graft-versus-host-disease .incytecares-patient-support .middle-section h1.head {
  font-style: italic !important;
  color: #005cad !important;
}
.agvhd-section.incytecares-patient-support .magenta-txt-normal {
  color: #ff09cc !important;
}
.agvhd-section.incytecares-patient-support .magenta-txt-normal a {
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  color: #ff09cc !important;
}
.incytecares-patient-support ul.ac-list-wrapper li:before {
  content: "\25CF";
  color: #f4791a;
  padding: 0 8px 0 15px;
  display: table-cell;
}
.incytecares-patient-support ul.ac-list-wrapper {
  margin-left: 0px;
  padding-left: 0px;
}
.incytecares-patient-support ul.ac-list-wrapper li:nth-child(1) {
  padding-top: 0px;
}
.incytecares-patient-support ul.ac-list-wrapper li:nth-child(2) {
  padding-top: 0px;
}
.incytecares-patient-support ul.ac-list-wrapper li {
  list-style: none;
  padding-left: 10px;
  padding-top: 10px;
}
.incytecares-patient-support ul.ac-list-wrapper li.list-style-none {
  list-style: none;
  padding-left: 0px;
}
.incytecares-patient-support ul.ac-list-wrapper li.list-style-none:before {
  content: "";
  padding: 0 8px 0 0px;
}
.graft-versus-host-disease .list-custom li:before {
  font-size: 14px !important;
}
.font-weight-400 {
  font-weight: 400;
}
.graft-versus-host-disease .img-content a.btn {
  line-height: 1.2 !important;
}
.incytecare-patients-support .patients-support-callout .img-responsive {
  max-width: 100px;
  width: 100%;
}
.benefits-gvhd img {
  float: right;
  vertical-align: middle;
}
.benefits-gvhd .center-txt-device-1 {
  vertical-align: middle;
  margin: 5% auto !important;
}
.benefits-gvhd .center-txt-device-2 {
  vertical-align: middle;
  margin: 1% auto !important;
}
.benefits-gvhd .row:nth-child(1) {
  padding: 50px 0px 55px 0px;
}
.benefits-gvhd .row:nth-child(2) {
  padding: 0px 0px 0px 0px;
}
.benefits-gvhd .row:nth-child(3) {
  padding: 50px 0px 25px 0px;
}
.graft-versus-host-disease .possible-benefits .light-green-box p.last-child {
  margin-bottom: 0px;
}
.graft-versus-host-disease .possible-benefits .light-green-box p.last-child em {
  font-family: sans-serif;
  font-weight: normal;
}
.graft-versus-host-disease .possible-benefits .display-inline.spacer-10 {
  margin-top: 0px;
}
.graft-versus-host-disease .possible-benefits .light-green-box {
  padding: 32px 10px;
}
.graft-versus-host-disease .pv-container.agvhd-section .container-section .pv-body-section .tablets-and-bottle.sml-txt em {
  font-size: 10px;
  font-weight: normal;
  color: #333;
}
.graft-versus-host-disease .pv-container .container-section .pv-body-section .circle-graph .border-after img {
  margin-bottom: 25px;
}
.p-mb-0 {
  margin-bottom: 0px !important;
}
.img-mt-7 {
  margin-top: 7px;
}
.pd-tp-20 {
  padding-top: 20px;
}
.pd-bt-20 {
  padding-bottom: 20px;
}
.time-am,
.time-pm {
  font-size: 10.5px;
}
.bottom-nav .fa-chevron-left {
  margin-right: 5px;
  font-size: 14px;
}
.bottom-nav .fa-chevron-right {
  margin-left: 5px;
  font-size: 14px;
}
.bottom-nav div.nav-container sup {
  font-size: 60%;
  vertical-align: super;
  top: 0;
}
.graft-versus-host-disease .incytecares-patient-support .middle-section h1.head sup {
  left: 5px;
}
.graft-versus-host-disease .copay-callout .footnote.sml-txt {
  margin-top: 10px;
  margin-bottom: 0px;
}
.graft-versus-host-disease .copay-callout {
  padding-bottom: 30px;
}
.graft-versus-host-disease .incytecare-patients-support .patients-support-callout.mb-0 {
  margin-bottom: 0px;
}
.graft-versus-host-disease .taking-jakafi .taking-jakafi-column .circle-graph .border-after {
  padding: 30px 30px 40px 30px;
}
.graft-versus-host-disease .taking-jakafi .box-item .btn.btn-link {
  font-weight: normal !important;
}
.pv-about em {
  font-family: sans-serif;
  font-weight: normal !important;
}
.mentor-program-landing .views-element-container .meet-mentor-box a {
  width: 124px;
  margin-left: -62px;
}
.common-background {
  position: relative;
  height: 181px;
  padding-top: 55px;
  background: url(../images/img_hero_full@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.pv-container.ambasador-program,
.mentor-program-landing {
  background: none;
}
.register-for-resources .equal-height-row .webform-options-display-three-columns .form-check-label::before {
  margin-left: -27px !important;
  margin-right: 4px !important;
}
#webform-submission-register-for-resources-node-376-add-form #edit-i-am-a--wrapper label.form-check-label {
  margin-left: 25px !important; /*margin-right: 3px;*/
}
.register-for-resources .equal-height-row .webform-options-display-three-columns div.js-form-item:nth-child(2) {
  clear: both;
}
.register-for-resources .equal-height-row .webform-options-display-three-columns div.js-form-item:nth-child(3) {
  margin-bottom: 32px !important;
}
.register-for-resources .equal-height-row .webform-options-display-three-columns div.js-form-item:nth-child(4) {
  clear: both;
  margin-bottom: 20px !important;
}
.register-for-resources .equal-height-row .webform-options-display-three-columns div.js-form-item:nth-child(5) {
  clear: both;
}
.register-for-resources .equal-height-row .webform-options-display-three-columns div.js-form-item:nth-child(6) {
  clear: both;
}
.polycythemia-vera .pv-container .container-section .pv-body-section .what-is-callout {
  width: 90%;
}
.polycythemia-vera .pv-container.support-section .advocacy-resources-link-callout em {
  font-family: sans-serif;
  font-weight: normal;
}
.polycythemia-vera .pt-resource .font-normal {
  font-weight: normal !important;
  font-family: sans-serif;
}
.polycythemia-vera .printable-resource .language-download-btn.btn-link {
  padding: 14.5px 13px !important;
}
em.ft-normal {
  font-family: sans-serif !important;
  font-weight: normal !important;
  font-style: italic !important;
}
.col-8 {
  width: 86%!important;
}
.myelofibrosis .incytecares-patient-support .patients-support-callouts .support-black-txt {
  color: #6cb33f;
  font-size: 16px;
}
.myelofibrosis .incytecares-patient-support .patients-support-callouts .support-black-txt {
  color: #444444 !important;
}
.polycythemia-vera .incytecares-patient-support .patients-support-callouts-title {
  color: #444444;
}
.polycythemia-vera .incytecares-patient-support .container-section .pv-body-section .section-head-txt {
  color: #444444 !important;
}
.myelofibrosis .incytecares-patient-support .container-section .pv-body-section .section-head-txt {
  color: #444444 !important;
  font-family: 'firasans-bold', sans-serif !important;
  font-weight: normal !important;
}
.myelofibrosis .pv-body-section {
  padding-bottom: 0;
}
.myelofibrosis .pt-resource .font-normal {
  font-weight: normal !important;
  font-family: sans-serif;
}
.register-for-resources .webform-options-display-three-columns {
  max-width: 100%;
  width: 100%;
}
.register-for-resources .equal-height-row .separator {
  border-right: 0px solid #cccccc;
}
.mentor-program-landing .middle-section {
  margin-bottom: 0px;
}
.left-image .img-content h1 em {
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.polycythemia-vera .patient-perspectives .patient-accordion .big-quote {
  display: none !important;
}
.myelofibrosis .patient-perspectives .patient-accordion .big-quote {
  display: none !important;
}
.patient-perspectives .container-section .accordion-section .patient-accordion {
  padding-bottom: 67px;
}
.background-none {
  background: none !important;
}
.cgvhd .jakafi-for-cgvhd .breadcrum a {
  text-transform: none;
}
.cgvhd .incytecares-patient-support .breadcrum a {
  text-transform: none;
}
.cgvhd .about-cgvhd .breadcrum a {
  text-transform: none;
}
.left-image .unbold {
  font-family: sans-serif;
  font-weight: normal;
}
.myelofibrosis .printable-tools-resources .container-section .printable-resource .language-download-btn.btn-link {
  padding: 14.5px 13px !important;
}
.cgvhd .possible-benefits .pink-box-border {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header .menu-item-list div.tab-content .tab-pane.cGVHD-menu ul li .list-sub-menu li:nth-child(1) {
  background-color: #c627a6 !important;
}
.header .menu-item-list .tab-content .tab-pane.cGVHD-menu ul li .list-sub-menu li:nth-child(2) {
  background-color: #b6259a !important;
}
.header .menu-item-list .tab-content .tab-pane.cGVHD-menu ul li .list-sub-menu li:nth-child(3) {
  background-color: #a02189 !important;
}
.header .menu-item-list .tab-content .tab-pane.cGVHD-menu ul li .list-sub-menu li:nth-child(4) {
  background-color: #8f1f7d !important;
}
.header .menu-item-list .tab-content .tab-pane.cGVHD-menu ul li .list-sub-menu li:nth-child(5) {
  background-color: #811c73 !important;
}
.header .menu-item-list .tab-content .tab-pane.cGVHD-menu ul li .list-sub-menu li:nth-child(6) {
  background-color: #721a67 !important;
}
.pv-container.incytecares-patient-support .container-section h1.head {
  color: #005cab;
  font-style: normal;
  font-family: 'firasans-lightitalic',sans-serif!important;
  /* font-style: italic; */
  font-weight: 300;
}
.bottom-nav .current-page,
.bottom-nav .gvhd-page {
  width: 55%;
}
span.cht-txt-5 {
  color: #333333;
}
a.tel-number:hover {
  color: #444444;
  text-decoration: none;
}
.font-gray {
  color: #444444;
}
.page-node-476 .pv-body-section .printable-resource p.head-resource {
  color: #c627a6;
}
.signs-symptoms.visible-xs .icon img {
  max-width: 100%;
}
.padding-left-none {
  padding-left: 0;
}
.violet-box-item img {
  width: 100%;
}
.cgvhd .header-bar {
  background: #c627a6;
}
.left-image .unbold {
  font-family: 'OpenSans-Regular',sans-serif;
}
.caregivers-play .left-content {
  padding: 20px 40px 0px 40px;
}
.cgvhd .caregivers-play .left-content p {
  line-height: normal;
}
.cgvhd-section h3.background-none {
  text-transform: inherit;
}
.color-light-purple {
  color: #c627a6;
}
.cgvhd .pv-container.cgvhd-section .container-section .pv-body-section h2.section-head-txt {
  color: #c627a6;
}
.cgvhd .bottom-nav {
  background-color: #92278f;
}
.cgvhd-section .middle-section .ac-gvhd-icon-wrapper .chronic-text {
  font-weight: normal;
}
.banner-container .banner .right-content .triage-gvhd-box .gvhd-wrappper .lrg-txt a {
  line-height: normal;
}
.scenerio-3.banner-container .banner .right-content .sml-txt {
  font-size: 15px;
}
.no-padding-left-right {
  padding: 0px;
}
#chatbox-agvhd-mobile.modal,
#chatbox-cgvhd-mobile.modal {
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}
.incytecare-patients-support .patients-support-callouts .patients-support-callout {
  min-height: 110px;
}
.incytecare-patients-support .patients-support-callouts .row.patients-support-callout:nth-child(1) {
  min-height: 80px;
}
.graft-versus-host-disease .possible-benefits .pink-box-border {
  padding-top: 15px;
  padding-bottom: 15px;
}
.gvhd-right-txt .sub-txt {
  line-height: normal !important;
}
.agvhd-section .gvhd-support-link-callouts.support-link-callouts span {
  margin-top: 0px;
  margin-bottom: 0px;
}
.graft-versus-host-disease .advocacy-resources .footer-callout {
  margin-top: 50px;
}
.graft-versus-host-disease .header .menu-item-list .top-links .top-sml-dev-links {
  background-color: #92278f;
}
.cht-txt-1 {
  margin-top: 10px;
  display: block;
}
.btn-pink-bg a {
  padding: 3px 0px;
}
.mt-3 {
  margin-top: 30px;
}
.cht-txt-5 {
  margin-top: 10px;
  display: block;
  line-height: 18px;
}
.cgvhd .incytecares-patient-support .footnote .link-txt {
  color: #428bca !important;
}
.green {
  color: #6cb33f;
}
.possible-benefits .graph_percent_content p {
  text-align: center !important;
  margin-top: 10px;
}
.cgvhd .possible-benefits p.vs-mid {
  color: #92278f;
  font-size: 26px;
  font-weight: 500 !important;
  margin-top: 35px;
}
.possible-benefits .graph_percent_content .graph-img {
  margin: 0 auto;
}
.a-gvhd-icons img,
.c-gvhd-icons img {
  max-width: 90px;
  width: 100%;
}
.font-color-darkgray {
  color: #444444;
}
.font-color-darkgray:hover {
  color: #444444;
}
.container-section .languages_drp_dwn .languages-dropdown {
  height: 65px;
}
.pi-btn {
  background-color: #6cb33f;
  color: #fff;
  padding: 5px;
}
.pi-head {
  height: 70px;
  padding-top: 40px;
}
.page-node-491 .section-404-500 .middle-section hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
a.pi-btn:hover {
  text-decoration: none;
  color: #fff;
}
.incyte-mentor-program .sticky-container {
  display: none;
}
.row-two-col-margin .col-lg-6 {
  width: 50%;
}
.col-content {
  width: auto;
}
.cgvhd .is-jakafi-right-for-me .gvhd-right-txt p.sub-txt {
  line-height: normal !important;
}
.left-callout .img-content {
  padding-bottom: 27px;
}
.left-callout .img-content h1.header-text {
  margin-bottom: 14px;
}
a.navbar-brand:focus {
  border: 0px !important;
  outline: none !important;
}
.polycythemia-vera .header .menu-item-list .top-links .top-sml-dev-links {
  background: #492f92;
}
.myelofibrosis .header .menu-item-list .top-links .top-sml-dev-links {
  background: #6cb33f;
}
/* .cgvhd .pv-container.incytecares-patient-support .container-section .pv-body-section p, */
/* .cgvhd .pv-container.incytecares-patient-support .container-section .pv-body-section em, */

.cgvhd .pv-container.incytecares-patient-support .container-section .pv-body-section h2,
.cgvhd .pv-container.incytecares-patient-support .container-section .pv-body-section span,
.cgvhd .pv-container.incytecares-patient-support .container-section .pv-body-section h1,
.cgvhd .pv-container.incytecares-patient-support .container-section .pv-body-section a,
.cgvhd .pv-container.incytecares-patient-support .container-section .pv-body-section strong {
  font-family: 'firasans-bold', sans-serif !important;
  font-weight: normal;
}

/* .graft-versus-host-disease .pv-container.incytecares-patient-support .container-section .pv-body-section div, */
/* .graft-versus-host-disease .pv-container.incytecares-patient-support .container-section .pv-body-section p, */
/* .graft-versus-host-disease .pv-container.incytecares-patient-support .container-section .pv-body-section em, */
.graft-versus-host-disease .pv-container.incytecares-patient-support .container-section .pv-body-section h2,
.graft-versus-host-disease .pv-container.incytecares-patient-support .container-section .pv-body-section span,
.graft-versus-host-disease .pv-container.incytecares-patient-support .container-section .pv-body-section h1,
.graft-versus-host-disease .pv-container.incytecares-patient-support .container-section .pv-body-section a,
.graft-versus-host-disease .pv-container.incytecares-patient-support .container-section .pv-body-section strong {
  font-family: 'firasans-bold', sans-serif !important;
  font-weight: normal;
}
.pv-container .container-section .pv-body-section span.purple-txt {
  color: #92278f;
  font-weight: 600 !important;
}
.font-color-lightblue {
  color: #005cab;
}
.font-color-lightgray {
  color: #444444;
}
.sml-txt span.text1 {
  padding-top: 1px;
  padding-bottom: 0px;
  display: block;
  float: left;
  width: 8px;
}
.sml-txt span.text2 {
  padding-top: 0px;
  padding-bottom: 10px;
  display: block;
  float: left;
  width: 95%;
}
.sml-txt div.text1 {
  padding-top: 1px;
  padding-bottom: 0px;
  display: block;
  float: left;
  width: 8px;
}
.sml-txt div.text2 {
  padding-top: 0px;
  padding-bottom: 10px;
  display: block;
  float: left;
  width: 95%;
}
.polycythemia-vera .left-image .img-content h1 em {
  font-weight: normal;
  font-family: 'OpenSans-BoldItalic', sans-serif;
  font-style: normal;
}
.myelofibrosis .left-image .img-content h1 em {
  font-weight: normal;
  font-family: 'OpenSans-BoldItalic', sans-serif;
  font-style: normal;
}
/*--Global changes--*/
.breadcrum a {
  padding-left: 2px;
}
.breadcrum a:nth-child(7) {
  padding-left: 0px;
}
.what-to-expect .container-section .pv-body-section .list-custom li:before {
  color: #92278f;
}
.container-section .languages_drp_dwn .languages-dropdown a {
  color: #8d8d8d;
  font-size: 13px;
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  height: auto;
  padding: 12px 15px;
}
.page-node-266 .mf-section .row.pt-resource {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.container-section .languages_drp_dwn .languages-dropdown {
  height: auto;
  padding-top: 0px;
}

.page-node-151 .sticky-container.visible-1200 {
  display: none !important;
}
.page-node-156 .sticky-container.visible-1200 {
  display: none !important;
}
.page-node-161 .sticky-container.visible-1200 {
  display: none !important;
}
.page-node-171 .sticky-container.visible-1200 {
  display: none !important;
}

.page-node-151 .flipper {
  display: none !important;
}
.page-node-156 .flipper {
  display: none !important;
}
.page-node-161 .flipper {
  display: none !important;
}
.page-node-171 .flipper {
  display: none !important;
}
.page-node-146 .sticky-container.chatbox-btn-agvhd {
  display: none !important;
}
.page-node-151 .sticky-container.chatbox-btn-agvhd {
  display: none !important;
}
.page-node-156 .sticky-container.chatbox-btn-agvhd {
  display: none !important;
}
.page-node-161 .sticky-container.chatbox-btn-agvhd {
  display: none !important;
}
.page-node-171 .sticky-container.chatbox-btn-agvhd {
  display: none !important;
}
/*------end---*/
.page-node-36 .pv-container .container-section .pv-body-section {
  padding-left: 0px;
  padding-right: 0px;
}
.pv-container .container-section .breadcrum span .fa {
  margin-right: 0px !important;
}
.graft-versus-host-disease div.printable-resource p.head-resource {
  color: #92278f;
}
.graft-versus-host-disease .video-resources .section-links ul li a:hover {
  border-color: #492f92;
}
.graft-versus-host-disease .video-resources .section-links ul li a {
  color: #492f92;
  border: 3px solid #a29db2;
}
.mf-section.is-jakafi-right-for-me .container-section .breadcrum span .fa {
  margin-right: 0px;
}
.myelofibrosis .pv-body-section {
  padding-bottom: 0px;
}
.footnote.mb-bt-10 {
  margin-bottom: 10px !important;
}
.mf-section .gradient-blocks li::marker {
  color: #92278f;
}
.mf-section .mf-side-effects-ul li::marker {
  color: #92278f;
}
.mf-section .treatment-option-inset p {
  margin-left: 5px !important;
}
.mf-section ul li::marker {
  color: #92278f;
}
/* .myelofibrosis .mf-section.printable-tools-resources .middle-section {padding: 20px 45px 35px 45px;} */
/*next set*/
.myelofibrosis .is-jakafi-right-for-me .views-element-container .video-callout-section {
  display: none;
}
.what-to-expect .container-section .pv-body-section .list-custom li:before {
  font-size: 14px;
}
.mf-section .gradient-blocks li::marker {
  content: none;
}
.mf-section .gradient-blocks ul li:before {
  content: "\25CF";
  color: #92278f;
  font-size: 14px;
  padding: 0 5px 0 15px;
  display: table-cell;
  vertical-align: initial;
}
.mf-section .gradient-blocks ul li {
  display: table;
}
.pv-container .container-section .pv-body-section .green-box-pv-callout .head-callout {
  line-height: 1.3;
}
.mf-section.what-to-expect .pv-body-section ul li::marker {
  content: none;
}
.mf-section.what-to-expect .pv-body-section ul li {
  display: table;
  margin: 5px 0;
}
.mf-section.what-to-expect .pv-body-section ul li:before {
  content: "\25CF";
  color: #92278f;
  font-size: 14px;
  padding: 0 5px 0 15px;
  display: table-cell;
  vertical-align: initial;
}
.mf-section.about-mf .pv-body-section ul li::marker {
  content: none;
}
.mf-section.about-mf .pv-body-section ul li {
  display: table;
  margin: 5px 0;
}
.mf-section.about-mf .pv-body-section ul li:before {
  content: "\25CF";
  color: #92278f;
  font-size: 14px;
  padding: 0 5px 0 15px;
  display: table-cell;
  vertical-align: initial;
}
.cgvhd .incytecares-patient-support p.footnote.sml-txt {
  font-size: 12px !important;
  color: #6a6a6a !important;
}
a.terms-and-conditions {
  color: #428bca !important;
}
a.terms-and-conditions:hover {
  color: #005cab !important;
}
a.c-incyte-link {
  color: #428bca !important;
}
a.c-incyte-link:hover {
  color: #005cab !important;
}
.mr-bt-25 {
  margin-bottom: 25px !important;
}
.ambasador-program .middle-section {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.mentor-program-landing .middle-section {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.polycythemia-vera .bottom-nav {
  margin-top: 0px !important;
}
.myelofibrosis .advocacy-resources .advocacy-resources-link-callouts {
  padding-bottom: 0px;
}
.asterisk-hang span.text1 {
  padding-top: 0px;
  padding-bottom: 0px;
  display: block;
  float: left;
  width: 8px;
}
.asterisk-hang span.text2 {
  padding-top: 0px;
  padding-bottom: 10px;
  display: block;
  float: left;
  width: 95%;
}
.polycythemia-vera .video-resources a.patient-stories-callouts-title:hover {
  color: #6cb33f;
}
.graft-versus-host-disease .video-resources .section-links ul li a {
  border: 3px solid #a497c9;
}
.square-popup .btn-purple-bg a {
  padding: 3px 0;
}
.pd-lf-15 {
  padding-left: 15px;
}
.myelofibrosis .incytecares-patient-support ul.ac-list-wrapper li:before {
  display: table-cell;
}
.myelofibrosis .incytecares-patient-support ul.ac-list-wrapper li {
  padding-left: 0px;
}
.myelofibrosis .incytecares-patient-support ul.ac-list-wrapper li span {
  display: table-cell;
  padding-bottom: 5px;
}
.graft-versus-host-disease .incytecares-patient-support ul.ac-list-wrapper li:before {
  display: table-cell;
}
.graft-versus-host-disease .incytecares-patient-support ul.ac-list-wrapper li.list-style-none {
  padding-left: 0px;
}
.graft-versus-host-disease .incytecares-patient-support ul.ac-list-wrapper li span {
  display: table-cell;
  padding-bottom: 5px;
}
.graft-versus-host-disease .incytecares-patient-support ul.ac-list-wrapper li {
  padding-top: 0px;
}
.chatbox-agvhd-mobile-wrapper,
.square-popup .chatbox-cgvhd-mobile-wrapper {
  box-shadow: 0 0 6px 0px rgb(1 1 1 / 62%);
}
.clear-content {
  clear: both;
}
.row.offset-top-20 {
  margin-top: 20px;
}
.page-node-6 hr:nth-child(2) {
  margin-top: 36px !important;
  margin-bottom: 5px !important;
}
.breadcrumb > li {
  display: inline;
}
.breadcrumb > li + li:before {
  content: "\f054" !important;
  color: #6a6a6a;
  font: normal normal normal 12px/1 FontAwesome;
  padding: 0 4px 0 5px;
}
.breadcrumb .breadcrumb-item:last-child::before {
  padding-right: 5.2px;
}
/* .page-node-36 .breadcrumb > li:nth-child(3)::before {
  padding-left: 4px;
} */
.benefits_callout {
  width: 100%;
  background-color: #ebf7df;
  padding: 25px 30px;
  margin: 15px 0 0 0;
}
.benefits_callout p {
  margin-top: 8px;
}
.benefits_callout-mf {
  width: 100%;
  background-color: #ebf7df;
  padding: 25px 30px;
  margin: 15px 0 0 0;
}
.benefits_callout-mf p {
  margin-top: 8px;
}
/* connect block email field issue fixed */
.chatbox-pv-open .relativeDiv .watermark {
  left: 55px;
  color: #939598;
}
.chatbox-pv-open .relativeDiv .watermark.up {
  left: 55px;
  color: #6cb33f;
}
.chatbox-pv-open .relativeDiv .form-control {
  padding: 9px 12px 6px 8px;
}
.connect-email-field {
  display: inline-block;
}
.connect-email-field .inputText {
  height: 47px;
}
.chatbox-pv-open .relativeDiv input.form-control {
  max-width: inherit;
  width: 200px;
}
/* connect block email field issue fixed web and mobile */
.modalDiv.relativeDiv input.form-control {
  max-width: inherit;
  width: 280px;
  height: 60px;
}
.modalDiv.relativeDiv .form-group.connect-email-field {
  margin-bottom: 50px;
}
.modalDiv.relativeDiv .watermark {
  color: #939598;
  top: 19px;
}
.modalDiv.relativeDiv .watermark.up {
  color: #6cb33f;
  top: 5px;
}
#block-topsecondmenuright {
  display: none;
}
#block-topsecondmenurightdesktop {
  display: block;
}

@media (max-width: 360px) {
  .mf-home .video-close-button,
  .video-stop-button {
    top: 10px;
    right: 30px;
  }
}
@media (min-width: 320px) and (max-width: 400px) {
  .mf-home .video-close-button,
  .video-stop-button {
    /* top: 9px !important; */
    top: 40px;
    right: 30px;
  }
  .myelofibrosis .printable-tools-resources .container-section .printable-resource .language-download-btn.btn-link {
    padding: 8px !important;
  }
  .pv-container .container-section .pv-body-section .enlarged-spleen-page-box .btn-link {
    font-size: 13.43px;
  }
  .pv-container .container-section .pv-body-section .purple-box-border .btn-link {
    font-size: 14.43px;
  }
  .video-container .back-to-resource a {
    margin-right: 7px;
  }
  .pv-container .container-section .pv-body-section .btn-link {
    font-size: 14.43px;
    padding: 8px !important;
  }
  .pv-container .container-section .pv-body-section .btn-link.pull-right {
    margin-right: 0;
  }
  .pv-container.mf-section .container-section .pv-body-section .box-item .box-spell {
    font-size: 18px;
  }
  .about-mf-and-the-spleen .spleen-row .spleen-option-mob {
    width: 118%;
    padding-top: 10px;
    padding-bottom: 8px;
  }
  .mf-section.support-resources .pv-body-section .no-cm {
    padding-right: 0px;
  }
}
@media (min-width: 361px) and (max-width: 767.98px) {
  .mf-home .video-close-button,
  .video-stop-button {
    top: 40px;
    right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about-mf-and-the-spleen .spleen-row .spleen-option-mob {
    padding-left: 40px;
    padding-right: 10px;
  }
  .pv-container .container-section .pv-body-section .circle-graph .border-after.pill-bottle img {
    width: 80px;
  }
  .pv-container .container-section .pv-body-section .circle-graph .border-after img {
    padding: 0;
  }
  .page-node-21 .col-sm-6.col-xs-12.callout-no-margin,
  .possible-benefits .col-sm-6.col-xs-12.callout-no-margin,
  .possible-benefits .video-callout-section .col-md-4.col-xs-12.no-padding,
  .page-node-6 .jakafi-for-mf .col-sm-6.col-xs-12.callout-no-margin {
    margin-top: -10px;
  }
  /*.page-node-6 .col-lg-12.col-md-12.col-xs-12 h2.section-head-txt {
   display: none;
  }*/
  .page-node-6 hr.line-margin {
    margin-top: 36px;
    margin-bottom: 5px;
    top: 0;
  }
  .header .menu-item-list .top-links .top-sml-dev-links nav#block-utilitymenumobile li.nav-item {
    width: 33.33333333333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0px;
  }
  .header .menu-item-list .top-links .top-sml-dev-links nav#block-utilitymenumobile li.nav-item:first-child {
    border-right: none;
  }
  .header .menu-item-list .top-links .top-sml-dev-links nav#block-utilitymenumobile li.nav-item:nth-child(2) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .header .menu-item-list .top-links .top-sml-dev-links nav#block-utilitymenumobile li.nav-item a {
    padding: 0px 0px 10px 15px;
    line-height: 20px;
  }
  #block-topsecondmenuright {
    display: block;
  }
  #block-topsecondmenurightdesktop {
    display: none;
  }

  .cookie-policy > div {
    width: 90%;
  }
  .cookie-policy {
    padding-bottom: 11px;
  }
  .pink-box-border img.img-right {
    margin: 0 auto;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box p {
    text-align: left !important;
  }
  .signs-symptoms.visible-xs .box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .header .custom-navbar .nav > li {
    float: left;
    margin-bottom: -1px;
    width: 25% !important;
  }
  .header .custom-navbar .nav > li.nav-item > a {
    text-align: center;
    color: inherit;
    font-size: 20px;
  }
  .header .custom-navbar .nav > li:first-child {
    background-color: #eeeeee;
    color: #453490;
  }
  .header .custom-navbar .nav > li:nth-child(2) {
    background-color: #eeeeee;
    color: #67b03c;
  }
  .header .custom-navbar .nav > li:nth-child(3) {
    background-color: #eeeeee;
    color: #92308d;
  }
  .header .custom-navbar .nav > li:nth-child(4) {
    background-color: #ffffff;
    color: #c627a6;
  }
  .header .custom-navbar .nav > li:first-child.active {
    background-color: #453490;
    color: #ffffff;
  }
  .header .custom-navbar .nav > li:nth-child(2).active {
    background-color: #67b03c;
    color: #ffffff;
  }
  .header .custom-navbar .nav > li:nth-child(3).active {
    background-color: #92308d;
    color: #ffffff;
  }
  .header .custom-navbar .nav > li:nth-child(4).active {
    background-color: #c627a6;
    color: #ffffff;
  }
  .header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu {
    padding: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXcAAAHXCAYAAABH3BoQAAAIvElEQVR4nO3bbaocNwJAUemhXWVBs7lZnifE40mUH/1ef78YgnG67pxDXF1SVUODqYuQK/Nf//5ljzHG3uPk43N8Mub1zefjOa/H8/Tf3b37/rvAIa3T070vPbh6uPcej6HgEO6jfZo8H4Qd4taY4/RUnx/sy1Lds35g85PB/SoeSFpzjjHm1bbMx9Nv1X58d39/fxV0q3ZoWR8nDw++h/3/gqhD0/r+LdQIOvQtDzpAz9s//QMA+PHEHSBI3AGCxB0gSNwBgsQdIEjcAYLEHSBI3AGCxB0gSNwBgsQdIEjcAYLEHSBI3AGCxB0gSNwBgsQdIEjcAYLEHSBI3AGCxB0gSNwBgsQdIEjcAYLEHSBI3AGCxB0gSNwBgsQdIEjcAYLEHSBI3AGCxB0gSNwBgsQdIEjcAYLEHSBI3AGCxB0gSNwBgsQdIEjcAYLEHSBI3AGCxB0gSNwBgsQdIEjcAYLEHSBI3AGCxB0gaH398m3sMcbpcHPyZATAK5p343WefL+yr2/Zj18A4EVdBXv9xTVlBziotznnmFPFAUrOK3eBB+jwtgxAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEra+/fhv7emafDwAc0hzr9HGx5/0MAEezTiG/rNRlHeD41nxfqe+HnRhbMwDHc1qir/PwYcluDQ9wVN6WAQgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gKD125dvY4wx9sfMvr/lYQKAlzNvRuth+ur6fvIFAF7Tda3Xafh8dS7rAMe05hxjjDm27RiAgNOy/LIt87BMt24HOCpvywAEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0DQ+vqfbzcTe8wx9vXMHz/1BwHwd1yt1ecY6/7yHHuMeTsDwKu7WZWPtzHtzADUrLcxxphvj5sv23YMwOG8L9jP2zIP63creoDDUnCAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIWl+/fLuZ2Pd3PEwA8HLm7XB95/qTCQBe3duY6g1Qs+YYY8z5ZDvGfgzA4bwv2M/bMo/bMVb0AEflbRmAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIWv/97feHyf3pAICXNG9P1+ljf3bP3QCAI3ibc4xTwT/+AHB0a4wx5pOl+rYdA3A4Hz1f37sBgOPxtgxAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwStzy7s/TN/BgA/wpynzzXGfchVHeCoPnq+TieCDlCynoXdQh7gYObt6XnP/XEBr+oAh3FO9hx7POy578f7ADiM+V7vmz33J42/HwDwkk77Mvv9dN2E/f0g5wBHcyn33GOs3//3xz/4YwD40fbwf6gCJIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBK3PLuz9M38GAH/XnI9za4z7kKs6wJFcGn6p/DpNCjrA8V1avr4XdtkHeE1PdmPObvbcny/i5R3gFe37vM9L8E977reHqy8C8Lru8r7fZ+YY6zrs++oGAF7f/b+lzrHH2HOsm7DfvTWj8QCvbX4c34O95ynwfwLuCqPrMCplFQAAAABJRU5ErkJggg==);
  }
  .header .menu-item-list .tab-content .tab-pane.PV-menu {
    padding: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXcAAAHXCAYAAABH3BoQAAAJf0lEQVR4nO3c3Y7bxgGA0ZkNmwRIi/Zp+gZ9wr6vpxcUtfpZb4E0qcVvz7mQyCEXEDDW5/GY9vzXP/+9BllzXKZ3jfHtceywri9UzHE354e3eTkw3XFzbD/6I/DnWmPuMZ9jvF2+7Gvs3/Br5Of1hYxjzuc18HvYjzk333Xi/gU8Bn6M+8jfelrVcxr38/k+5z9dr+/jj/Nuzjtu51bcv4jran3uX+S3ffDO94LPebzdnc3LH8iOrM9jQX9lznuOXwPi/sXcfpGP0B/eHm/m9Pb5Nudfkbh/YVZsX485/zr8xg0QJO4AQeIOECTuAEHiDhAk7gBB4g4QJO4AQeIOECTuAEHiDhAk7gBB4g4QJO4AQeIOECTuAEHiDhAk7gBB4g4QJO4AQeIOECTuAEHiDhAk7gBB4g4QJO4AQeIOECTuAEHiDhAk7gBB4g4QJO4AQeIOECTuAEHiDhAk7gBB4g4QJO4AQeIOECTuAEHiDhAk7gBB4g4QJO4AQeIOECTuAEHiDhAk7gBB4g4QJO4AQeIOECTuAEHiDhC0/fT26/vZWj/ukwDw+8z5NLT9txsAOJO949txcM8KHuD1fbwgn3OM7XGxvu/MWMEDnMH3Nly2xwE7MwBn9um2DABn5lFIgCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAoO2Xn397P1vr7uIaALyy+TSwj2z7pXU3+N0fAuAUtv3to4xbtwOcw3PDt3mzcD+s79wMwGt6LPa+LTPXpzcBcC6fbMsAcFYehQQIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwjafv35b2OsdR1Yn9wMwOuaN8fbPjKfLy6ZBziFOZ+GtvvWr09vBuDV7e3e5hw3Td8HrdkBzuVxOb6v3Of69CYAzmXfc5dzgBSPQgIEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwSJO0CQuAMEiTtAkLgDBIk7QJC4AwRt20+/jTHWGNfXW88jALyS+eHZth/tp/Ou5evphwB4RfPpcLsfXB/fDMBJ7O3e5hxjrftBAM5tG2OOOe2tA5Rs+5sVO0CJRyEBgsQdIEjcAYLEHSBI3AGCxB0gSNwBgsQdIEjcAYLEHSBI3AGCxB0gSNwBgsQdIEjcAYLEHSBI3AGCxB0gSNwBgsQdIEjcAYLEHSBI3AGCxB0gSNwBgsQdIEjcAYLEHSBI3AGCxB0gSNwBgsQdIEjcAYLEHSBI3AGCxB0gSNwBgsQdIEjcAYLEHSBI3AGCxB0gSNwBgsQdIEjcAYLEHSBI3AGCxB0gSNwBgsQdIEjcAYLEHSBo+2X76/Vk3bw+HgLwgub9yXG6jfl+Za51f+fdDwHw8i5N38QcoOQS9znHWOt+EIBz28aYY06b6wAl2/5mxQ5Q4lFIgCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAoO3Xv/xjfLuerjHXD/w0APxua44xxhxjjLGtOa9Bvxm/CT4Ar+zYgpljjHXE/TpyMzjGsIIHOIk1n8e2OeZ47vga44ObAXhV99Hexpxjrse8KzvAmV22ZcQcoMSjkABB4g4QJO4AQeIOECTuAEHiDhAk7gBB4g4QJO4AQeIOECTuAEHiDhAk7gBB4g4QJO4AQeIOECTuAEHiDhAk7gBB4g4QJO4AQeIOECTuAEHiDhAk7gBB4g4QJO4AQeIOECTuAEHiDhAk7gBB4g4QJO4AQeIOECTuAEHiDhAk7gBB4g4QJO4AQeIOECTuAEHiDhAk7gBB4g4QtI0xxljrB38MAP5I21hrPKdd7AHOZd6dbR+lfYyh7wBnMcd4jPZlW+a4/n7x2//pMwHwv3m76fq6rOC3udY15GusMa+hB+AMjravm3Bv326CftxyxH76i1aAl7bmXvS3MW5aPsa2n6yxbkK+3yrsAK9uX4TfbqqvMec8Vu5r7IHfLwBwJke355hzf7p9m+tYtV8uXh+NFHmAc5j7jst8/2dL28+//P1HfiIA/gT++wGAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAIHEHCBJ3gCBxBwgSd4AgcQcIEneAoO16tNYP/BgA/GHmHNsR9ee0iz3AOcz7s7XG9r20fzYMwIuYYzzGeo0xtuvguh1+PALgFc27UM/r27YXfN20/THpEg/wmub4sO3rsnJf16CvDxbw4g7w0q5RX+MI/raH/RL121X7WrIO8NLWpevzcrYfznFdue/Dtyt4K3eAV3dsy+wr9nF5XWOO7T7s633F7rl3gBd3dHrumZ9zrP1t/AdR1/nO0m5a5gAAAABJRU5ErkJggg==);
  }
  .header .menu-item-list .tab-content .tab-pane.GVHD-menu {
    padding: 0;
    background-image: url('../images/agvhd.png');
  }
  .cGVHD-menu .small-dev.remove-padding-tablet li.get-link:nth-child(1) {
    background-color: #c627a6;
  }
  .cGVHD-menu .small-dev.remove-padding-tablet li.get-link:nth-child(2) {
    background-color: #b6259a;
  }
  .cGVHD-menu .small-dev.remove-padding-tablet li.get-link:nth-child(3) {
    background-color: #a02189;
  }
  .cGVHD-menu .small-dev.remove-padding-tablet li.get-link:nth-child(4) {
    background-color: #8f1f7d;
  }
  .cGVHD-menu .small-dev.remove-padding-tablet li.get-link:nth-child(5) {
    background-color: #811c73;
  }
  .cGVHD-menu .small-dev.remove-padding-tablet li.get-link:nth-child(6) {
    background-color: #721a67;
  }
  .cGVHD-menu .small-dev.remove-padding-tablet li.get-link:nth-child(7) {
    background-color: #5e1758;
  }
  .cGVHD-menu .small-dev.remove-padding-tablet li.get-link:nth-child(8) {
    background-color: #4a1449;
  }
  .support-box-callout {
    padding-top: 20px;
    padding-left: 0px;
  }
  .support-box-callout h2.head-callout {
    line-height: 1.1;
  }
}
@media screen and (min-width: 0px) and (max-width:767px) {
  #isi_section{
		background:#fff;
	}
  .page-node-31 .about-mf .content-pharagraph-section .column-layout .empty-p {
    display: none;
  }
  .page-node-31 .about-mf .content-pharagraph-section .left-bor-full p.purple-txt {
    margin-bottom: 7px;
  }
  .page-node-31 .about-mf .content-pharagraph-section .left-bor-full .mob-lear-more {
    line-height: 18px;
    font-size: 13.99px;
  }
  .middle-section-bottom .printable-resource .col-lg-10.col-xs-12.col-md-10.col-sm-9 {
    padding: 0;
  }
  .gradient-blocks img {
    margin: 20px auto !important;
  }
  .benefits_callout {
    padding: 25px 0px 8px 0px;
  }
  .box-99-txt {
    width: 100%;
  }
  .mf-high-risk .box-99 .box-99-txt {
    width: 100%;
    margin-top: 15px;
  }
  .pv-container.mf-section .container-section .pv-body-section .spacer-15 {
    margin: 15px 0 0 2px;
  }
  .patients-support-callout-text-main.left0px {
    padding-left: 20px;
  }
  .patients-support-callout-img.delivery {
    padding-right: 0px;
  }
  .copay-callout img {
    width: 50%;
    margin: 15px 0px;
  }
  .pv-container .container-section .pv-body-section .copay-callout .sml-txt {
    margin-top: 0px;
  }
  .spacer-mob-20 {
    margin-top: 20px;
  }
  .spacer-mob-10 {
    margin-top: 10px;
  }
  .center-align-dev-mob {
    margin: 0 auto;
    float: none;
  }
  .cookie-policy span {
    display: inline-block;
    margin-bottom: 10px;
  }
  .cookie-policy .cc-policy-button,
  .cookie-policy .cc-policy-button:hover,
  .cookie-policy .cc-policy-button:visited {
    padding: 6px 15px;
  }
  .no-padding-mobile {
    padding: 0;
  }
  .header .menu-item-list .tab-content .tab-pane .support-sub-menu-lg {
    background: inherit;
    margin-top: 0;
    padding-top: 0;
  }
  .header .menu-item-list .tab-content .tab-pane.GVHD-menu .support-sub-menu-lg {
    background: inherit;
  }
  .header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu .support-sub-menu-lg {
    background: inherit;
    margin-top: 0;
    padding-top: 0;
  }
  .spacer-mob-10 {
    margin-top: 10px;
  }
  .cookie-policy span {
    display: inline-block;
    margin-bottom: 10px;
  }
  .cookie-policy .cc-policy-button,
  .cookie-policy .cc-policy-button:hover,
  .cookie-policy .cc-policy-button:visited {
    padding: 6px 15px;
  }
  .no-mob-padding {
    padding: 0;
  }
  .spacer-10-mob {
    margin-top: 10px;
  }
  .center-align-dev {
    margin: 0 auto;
    float: none;
  }
  .content-holder {
    overflow-x: hidden;
    width: 100%;;
  }
  .next-share-bottom div:first-child {
    margin-top: 10px;
  }
  .hamburger-menu-item {
    position: absolute;
    right: 0;
    margin-top: -70px;
    padding: 0 20px;
  }
  .header .menu-item-list .tab-content .tab-pane ul {
    text-align: left;
  }
  .header .dropdown-menu-list .custom-navbar {
    height: 50px;
  }
  .header .dropdown-menu-list .custom-navbar.collapse {
    display: none !important;
  }
  .header .dropdown-menu-list .custom-navbar.in {
    display: block !important;
  }
  .top-banner-white-bg .logo img {
    margin: 0 auto;
  }
  .header .menu-item-list .tab-content .tab-pane ul a {
    display: inline-block;
    width: 100%;
    padding: 20px;
  }
  .header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu .support-sub-menu-lg {
    padding-left: 15px;
  }
  .header .menu-item-list .tab-content .tab-pane.PV-menu .support-sub-menu-lg {
    padding-left: 15px;
  }
  .header .menu-item-list .tab-content .tab-pane ul li {
    padding: 0;
  }
  .header .custom-navbar .nav-tabs > li > a {
    text-align: center;
  }
  .header .custom-navbar li span {
    float: none;
    pointer-events: none;
  }
  .header .top-banner-green-bg .top-txt {
    font-size: 13px;
    line-height: normal;
    padding: 10px;
  }
  .header .top-banner-green-bg .top-txt p {
    width: 90%;
    margin: 0 auto;
  }
  .banner-container .small-dev {
    padding: 0;
  }
  .header .small-dev {
    padding: 0;
  }
  .header .small-dev .dropdown-menu-list {
    padding: 0;
  }
  .header .top-banner-white-bg {
    padding: 15px 0 0;
  }
  .mobile-menu {
    margin-bottom: 15px;
  }
  .header .custom-navbar {
    position: relative;
    display: block;
    z-index: 99;
    padding: 0;
    margin: 0;
    width: 100%;
    top: auto;
    box-shadow: none;
  }
  .header .custom-navbar .nav-tabs {
    margin: 0;
  }
  .header .custom-navbar ul {
    width: 100%;
  }
  .header .custom-navbar li {
    width: 33.33%;
    /*width: 50%;  change back when GSVD is removed*/
  }
  .header .menu-item-list {
    display: none;
    z-index: 100;
    position: relative;
  }
  .header .menu-item-list .dropdown-menu-list {
    padding: 0;
  }
  .header .menu-item-list .small-dev li {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .header .menu-item-list .small-dev li {
    padding: 19px;
  }
  .header .PV-menu.active {
    background-color: #453693;
    color: #fff;
  }
  .header .PV-menu {
    color: #453490;
    background-color: #eee;
  }
  .header .myelofibrosis-menu.active {
    background-color: #67b03c;
    color: #fff;
  }
  .header .myelofibrosis-menu {
    color: #67b03c;
    background-color: #eee;
  }
  .header .GVHD-menu {
    color: #92308d;
    background-color: #eee;
  }
  .header .GVHD-menu.active {
    background-color: #92308d;
    color: #fff;
  }
  .header .custom-navbar .nav-tabs > li > a {
    color: inherit;
    font-size: 24px;
  }
  .header .menu-item-list .tab-content .tab-pane.PV-menu ul a:hover,
  .header .menu-item-list .tab-content .tab-pane.PV-menu ul a.active {
    border-top: transparent;
    text-decoration: underline;
  }
  .header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu ul a:hover,
  .header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu ul a.active {
    border-top: transparent;
    text-decoration: underline;
  }
  .header .menu-item-list .top-links {
    display: block;
  }
  .header .menu-item-list .top-links .top-btn .custom-btn {
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 0;
    padding: 15px 0;
  }
  .header .menu-item-list .top-links .top-sml-dev-links {
    display: inline-block;
    padding: 15px 0;
    background-color: #92278f;
    width: 100%;
  }
  .header .menu-item-list .top-links .top-sml-dev-links .top-head-txt .border-cls {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .header .menu-item-list .top-links .top-sml-dev-links a {
    color: #fff;
    font-size: 14px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  }
  .banner-container {
    padding-top: 25px;
    background: url(../images/img_vid_FPO_m@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    overflow: hidden;
  }
  .scenerio-3.banner-container {
    padding-top: 25px;
    background: url(../images/Background_m@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 100px;
  }
  .banner-container .banner .right-content .lrg-txt a {
    font-size: 24px;
    line-height: 30px;
  }
  .banner-container .banner .left-content {
    padding: 0;
  }
  .banner-container .banner .right-content .lrg-txt {
    font-size: 24px;
    line-height: 30px;
  }
  .banner-container .banner .right-content .lrg-txt .fa.fa-chevron-right {
    font-size: 17px;
  }
  .banner-container .banner .right-content .sml-txt {
    font-size: 13px;
  }
  .scenerio-3.banner-container .banner .right-content .sml-txt {
    font-size: 13px;
  }
  .banner-container .banner .right-content .row {
    margin-bottom: 15px;
  }
  .banner-container .banner .right-content {
    padding-top: 15px;
  }
  .banner-container .banner .left-content .header-text {
    font-size: 40px;
    line-height: 51px;
  }
  .scenerio-3.banner-container .banner .right-content {
    padding-top: 0;
  }
  .scenerio-3.banner-container .banner .left-content .header-text {
    font-size: 32px;
    line-height: normal;
  }
  .banner-container .banner .right-content .triage-box {
    margin-right: 0;
  }
  .banner-container .banner .right-content .triage-box .lrg-txt a {
    font-size: 24px;
    line-height: 30px;
  }
  .banner-container .banner .right-content .triage-box {
    padding: 65px 25px 10px 25px;
  }
  span.green-clr,
  span.white-clr {
    font-size: 44px;
  }
  .sml-dev-container .right-col {
    padding: 15px;
  }
  .sml-dev-container .right-col p.right-txt {
    font-size: 24.9px;
    color: #70b642;
    border-left: 3px solid #70b642;
    border-left: 3px solid #70b642;
    padding-left: 15px;
  }
  .sml-dev-container .right-col p {
    font-family: 'OpenSans-Regular',sans-serif;
    color: #444444;
    font-size: 13.95px;
    /* Approximation due to font substitution */
    font-weight: 400;
    line-height: 22px;
    /* Approximation due to font substitution */
    text-align: left;
    padding-left: 15px;
  }
  .sml-dev-container .right-col p span {
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  }
  .jakafi-form {
    width: 100%;
  }
  .jakafi-form .inputText {
    width: 100%;
    max-width: 100%;
  }
  .jakafi-form .reg-btn {
    text-align: center;
    width: 100%;
  }
  .jakafi-form.option-cont table td {
    padding-top: 10px;
  }
  .jakafi-form.option-cont p {
    /*float: left;*/
    margin-right: 15px;
  }
  .jakafi-form.option-cont label {
    margin-right: 15px;
  }
  .indication {
    margin-bottom: 25px;
  }
  .footer-wrapper .footer-links span {
    display: none;
  }
  .footer-wrapper .footer-links span.copy {
    display: block;
    color: #6c6c6c;
    font-size: 11px;
  }
  .footer-wrapper .footer-links a {
   /* width: 100%;*/
   margin-bottom: 5px!important;
	    width: fit-content!important;
	float: none!important;
	margin-right: 0px!important;
    display: block!important;
    cursor: pointer!important;
  }
.footer_section_mobile .footer-logo .footerlogo{
    width: fit-content!important;
    float: none!important;
    margin-right: 0px!important;
    display: block!important;
    cursor: pointer!important;
}
  .footer-logo {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .myelofibrosis .middle-section {
    margin-top: 0px;
    padding: 0;
    margin-bottom: 20px;
  }
  .myelofibrosis .support-resources .middle-section {
    margin-bottom: 0 !important;
  }
  .myelofibrosis .support-resources .middle-section-bottom {
    padding-bottom: 20px !important;
  }
  .ambasador-program .middle-section {
    margin-top: 20px;
  }
  .sitemap-container .middle-section {
    margin-top: 0px;
  }
  .expand_button,
  .collapsed_button {
    width: 34px;
    height: 27px;
    padding: 0;
  }
  .middle-section h2 {
    font-size: 37px;
    padding-bottom: 10px;
    width: 268px;
    line-height: 36px;
  }
  .pv-container .container-section .middle-section h2 {
    padding-bottom: 0;
    margin-bottom: 0;
    width: auto;
  }
  .pv-container .container-section .pv-body-section .box-item .btn.btn-link {
    width: 100%;
    text-align: center;
  }
  .pv-container .container-section .pv-body-section .column-layout {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .pv-container .container-section .pv-body-section .privacy-policy h2 {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .pv-container .container-section .pv-body-section .legal-notices h2 {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .pv-container .container-section .pv-body-section .right-col-img-border .border-img {
    display: inline-block;
    padding-bottom: 15px !important;
    padding-left: 0;
  }
  .pv-container .container-section .pv-body-section .right-col-img-border .border-img:last-child {
    margin-bottom: -25px;
  }
  .pv-container .container-section .pv-body-section .right-col-img-border .border-img:last-child img {
    margin-top: 20px;
  }
  .pv-container .container-section .pv-body-section .right-col-img-border.pv-about .border-img:first-child {
    padding-top: 0;
  }
  .pv-container .container-section .pv-body-section .right-col-img-border .border-img img {
    float: right;
  }
  .pv-container .container-section .pv-body-section .right-col-img-border.pv-about .about-jakafi-logo {
    float: none;
    margin: 15px auto;
  }
  .pv-container .container-section .pv-body-section .right-col-img-border .fig-caption {
    float: left;
    width: 65%;
    margin: 50px 0;
  }
  .pv-container .container-section .pv-body-section .right-col-img-border .fig-caption span:first-child {
    font-size: 21px;
    line-height: normal;
  }
  .pv-container .container-section .pv-body-section .right-col-img-border .fig-caption span:last-child {
    font-size: 24px;
    line-height: normal;
  }
  .pv-container .container-section .pv-body-section .about-pv .right-col-img-border .fig-caption span:last-child {
    font-size: 14px;
  }
  .pv-container.mf-section .container-section .pv-body-section .right-col-img-border .fig-caption span:last-child {
    font-size: 24px;
    line-height: normal;
    width: 65%;
    margin: 0 auto;
  }
  .pv-container.mf-section .container-section .pv-body-section .about-pv .right-col-img-border .fig-caption span:last-child {
    font-size: 14px;
    margin-top: 20px;
  }
  .pv-container .container-section .pv-body-section .right-col-img-border .border-img:after {
    content: "";
    background: url('../images/icn_div_m.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0px;
    right: 0;
    height: 20px;
    margin-bottom: -24px;
  }
  .pv-container .container-section .pv-body-section .right-col-img-border.pv-about .column-one.border-img:after,
  .pv-container .container-section .pv-body-section .right-col-img-border.pv-about .column-two.border-img:after {
    content: "";
    background: url('../images/icn_div_m.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0px;
    right: 0;
    height: 20px;
  }
  .img-content {
    height: auto;
  }
  .left-image {
    margin-top: 20px;
    padding: 0;
  }
  .right-content-3 {
    text-align: right;
  }
  .img-content a {
    width: 100%;
    text-align: center;
  }
  .width-xs {
    width: 4%;
    padding-left: 0;
  }
  .right-content-1 {
    margin-top: 10px;
  }
  ul.sticky {
    margin: 0;
    padding: 0;
    width: 30px;
  }
  .sticky-container,
  .mf-home .sticky-container {
    border: 0px;
    background-color: transparent;
    top: 174px;
    z-index: 10;
    /*width: 50px;*/
  }
  .mf-home .sticky-container,
  .page-node-1 .common-sticky .sticky-container {
    top: 285px;
  }
  .sticky-container.policy-open,
  .mf-home .sticky-container.policy-open {
    top: 364px;
  }
  .mf-home .sticky-container .sticky.connect,
  .pv-home .sticky-container .sticky.connect {
    position: absolute;
    top: 40px;
    right: 0;
  }
  .shareicn-mf {
    display: block;
  }
  .shareicn-pv {
    display: none;
  }
  .shareicn-gvhd {
    display: none;
  }
  .agvhd-home .btn-link {
    width: 100%;
    text-align: center;
  }
  .common-sticky .sticky-container {
    top: 240px;
  }
  .common-sticky .sticky-container .sticky.connect {
    position: absolute;
    top: 40px;
    right: 0;
  }
  .cgvhd .common-sticky .sticky-container .sticky.connect {
    position: absolute;
    top: 80px;
    right: 0;
  }
  .support-section.pv-container .sticky-container {
    top: 240px;
  }
  .sticky-container.fixed {
    top: 169px;
    z-index: 10;
  }
  .mf-home .sticky-container,
  .mf-section .sticky-container {
    border: 0;
    z-index: 10;
  }
  .agvhd-home .sticky-container,
  .agvhd-section .sticky-container {
    border: 0;
    z-index: 10;
  }
  .sticky-container .chatbox-btn-pv-open-mobile {
    margin-top: 15px;
  }
  .sticky li,
  .mf-home .sticky-container li {
    background-color: transparent;
  }
  /*.sticky.connect li {
     margin-top: 44px;
  }*/
  .sticky-container .chatbox-btn-pv-open-mobile {
    background-color: #fff;
    display: inline-block;
  }
  .dark-prpl-bg .lrg-txt {
    display: block;
  }
  .dark-prpl-bg .sml-txt {
    display: block;
  }
  #chatbox-pv-mobile .modal-content {
    border: 0;
    background-color: #fff;
    box-shadow: none;
    border-radius: 50%;
  }
  #chatbox-pv-mobile.modal {
    top: 0;
    right: 20px;
    z-index: 1500;
    width: 100%;
    padding-top: 20%;
    background: rgba(255, 255, 255, 0.8);
  }
  .chatbox-pv-mobile-inner {
    position: absolute;
    top: 13%;
    left: 20%;
    right: 20%;
    text-align: center;
    color: #ffffff;
  }
  .chatbox-pv-mobile-wrapper {
    background: url(../images/chatbot_bg_open_pv.png) no-repeat;
    position: relative;
    width: 140%;
    left: -20%;
    background-size: 100%;
  }
  .chatbox-pv-mobile-inner h2 {
    font-size: 36px;
    margin: 40px 0 30px 0;
  }
  .chatbox-pv-mobile-inner p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .chatbox-pv-mobile-inner a {
    color: #ffffff;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  }
  .chatbox-pv-mobile-inner input {
    height: 50px;
    width: 100%;
    padding-left: 10px;
  }
  .story-callout {
    clear: both;
  }
  /*PV page css*/
  .pv-container .container-section .breadcrum {
    padding: 20px 0;
  }
  .pv-container .container-section .breadcrum a {
    font-family: 'OpenSans-Regular',sans-serif;
    color: #6cb33f;
    font-size: 16px;
    /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
    line-height: 34px;
    /* Approximation due to font substitution */
    text-align: left;
    text-transform: uppercase;
  }
  .pv-container .container-section h2.head {
    font-size: 37px;
  }
  .pv-container .container-section .pv-body-section .nxt-prv-txt,
  .pv-home .nxt-prv-txt,
  .mf-home .nxt-prv-txt {
    margin: 0 0 25px 0;
  }
  .mf-home .story-callout img {
    width: 100%;
    margin-bottom: 10px;
  }
  .agvhd-section.pv-container .container-section.agvhd-treatment .pv-body-section .nxt-prv-txt {
    margin: 0 0 25px 0;
  }
  .pv-container .container-section .pv-body-section p {
    font-size: 13.99px;
  }
  .video-resources .middle-section-video .patient-stories-callouts p {
    font-size: 13.99px;
  }
  .pv-container .container-section .pv-body-section .circle-graph .border-after {
    text-align: center;
  }
  .pv-container .container-section .pv-body-section .circle-graph .border-after p.img-fig-caption {
    display: inline-block;
    clear: both;
    float: none;
  }
  .pv-container .container-section .pv-body-section .purple-border p {
    padding-left: 32px;
    padding-right: 12px;
  }
  .pv-container .container-section .pv-body-section .circle-graph .border-after img.left-align {
    float: none;
    clear: both;
    display: inline-block;
    vertical-align: top;
  }
  .pv-container .container-section .pv-body-section .section-head-txt {
    font-size: 19.99px;
  }
  .pv-container .container-section .pv-body-section .box-container .section-head-txt-purple-lrg {
    font-size: 30px;
  }
  .pv-container .container-section .pv-body-section .box-container .section-head-txt-purple-sml {
    font-size: 24px;
  }
  .pv-container .container-section .pv-body-section .box-container p {
    font-size: 16px;
    /* Approximation due to font substitution */
  }
  .pv-container .container-section .pv-body-section .sml-txt {
    font-size: 10px;
  }
  .pv-container .container-section .pv-body-section .btn-link {
    width: 100%;
    text-align: center;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  }
  .pv-container .container-section .middle-section-bottom .printable-resource a.btn-link {
    width: 100%;
    text-align: center;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
    margin-top: 15px !important;
  }
  .middle-section-bottom .printable-resource {
    margin-top: 60px;
  }
  .pv-container .container-section .pv-body-section .circle-graph .border-after.border-cls {
    border-left: none;
    border-right: none;
  }
  .agvhd-section.pv-container .container-section .pv-body-section .circle-graph .border-after,
  .pv-container.agvhd-section .container-section .pv-body-section .symptoms_signs .circle-graph .border-after {
    padding: 30px;
  }
  .pv-container.agvhd-section .container-section .pv-body-section .symptoms_signs .circle-graph .border-after:last-child {
    padding-bottom: 10px;
  }
  .pv-container .container-section .pv-body-section .circle-graph .border-after.border-cls:after {
    content: "";
    height: 2px;
    width: 50%;
    background: #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    margin: 0 auto;
    display: block;
  }
  .pv-container .container-section .pv-body-section .circle-graph .border-after.border-cls:before {
    content: "";
    display: block;
    height: 2px;
    width: 50%;
    background: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .pv-container.mf-section .container-section .pv-body-section .border-cls-left:before {
    content: "";
    width: 50%;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: -5px;
    left: 0;
    margin: 0 auto;
    right: 0;
  }
  .agvhd-section.pv-container .container-section .pv-body-section .circle-graph .border-after.border-cls:before {
    content: "";
    height: 2px;
    width: 50%;
    background: #ccc;
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .agvhd-section.pv-container .container-section .pv-body-section .circle-graph .border-after.border-cls:after {
    content: "";
    height: 2px;
    width: 50%;
    background: #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    margin: 0 auto;
    display: block;
  }
  .pv-container.mf-section .container-section .pv-body-section .circle-graph .border-after.border-cls-left {
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
  /*PV page css ends here*/
  .pv-container .container-section .pv-body-section .circle-graph.circle-graph-sml-dev .border-cls {
    border: none;
  }
  .pv-container .container-section .pv-body-section .display-middle-img img {
    margin: 20px auto;
  }
  .pv-container .container-section .pv-body-section .print-head p {
    margin: 0;
    width: 80%;
  }
  .pv-container .container-section .pv-body-section .print-head img {
    margin-top: 5px;
  }
  .print-head .spacer-left-30 {
    padding-left: 0px;
  }
  .pv-container .container-section .pv-body-section .purple-border img {
    width: auto;
    float: none;
    clear: both;
    margin: 0 auto;
  }
  .pv-container .container-section .pv-body-section .purple-border p {
    width: 100%;
    margin-top: 15px;
  }
  .pv-container .container-section .pv-body-section .left-bor {
    /*padding-right: 35px;*/
    padding-right: 55px;
    margin-left: 30px;
    /*height: 75px;
      display: table;*/
  }
  .pv-container.mf-section .container-section .pv-body-section .left-bor {
    padding-right: 55px;
    margin-left: 0px;
    /*margin-bottom: 55px;*/
  }
  .pv-container .container-section .pv-body-section .drug-list {
    margin-top: 30px;
    text-align: center;
  }
  .pv-container .container-section .pv-body-section .drug-list li {
    margin-right: 15px;
    width: 25%;
  }
  .pv-container .container-section .pv-body-section .drug-list li img {
    margin-right: 30px;
  }
  .pv-container .container-section .pv-body-section .no-padding-tab {
    padding: 0 15px;
  }
  .pv-container .container-section .pv-body-section .download-form {
    margin: 0px 0 0 0 !important;
  }
  .agvhd-section.pv-container .container-section .pv-body-section .download-form {
    margin: 15px 0 0 0 !important;
  }
  .pv-container .container-section .pv-body-section .pv-inline-callout-1 {
    height: 44px;
  }
  .pv-container.mf-section .container-section .pv-body-section .column-box .mf-column .vmiddle-txt {
    padding-top: 15px;
  }
  .pv-container .container-section .pv-body-section .boxed-copy .border-after.border-cls {
    border-left: 0px;
    border-right: 0px;
  }
  .pv-container .container-section .pv-body-section .boxed-copy .border-after.border-cls:after {
    content: "";
    width: 40%;
    margin: 0 auto;
    position: absolute;
    background-color: #ccc;
    height: 2px;
    left: 0;
    right: 0;
    margin-top: 10px;
  }
  .boxed-copy-mobile-border {
    border-top: 1px solid #ccc;
    margin: auto;
    width: 20%;
    margin-bottom: 12px;
  }
  .gradint-bar {
    margin-left: -15px;
    padding: 30px 20px;
  }
  .gradient-blocks {
    padding-left: 0;
  }
  .gradient-block-1 {
    margin: 25px 0px 25px 0px;
  }
  .gradient-block-2 {
    margin: 0px 0px 42px 0px;
  }
  .pv-container.mf-section .container-section .pv-body-section .column-graph .right-txt p {
    margin: 0 auto;
    padding: 0;
  }
  .pv-container.mf-section .container-section .pv-body-section .column-graph .right-txt img {
    width: 70%;
  }
  .pv-container.mf-section .container-section .pv-body-section .column-graph .left-txt-bot p {
    margin-top: 20px;
  }
  .pv-container.mf-section .container-section .pv-body-section .align-top-30 {
    margin-top: 15px;
  }
  .pv-container.mf-section .container-section .pv-body-section .align-top-20 {
    margin-top: 0;
  }
  .pv-container.mf-section .container-section .pv-body-section .printable-resource .align-top-20 {
    margin-top: 20px;
  }
  .treat-option-left-border {
    border-left: 5px solid #6cb33f;
    margin: 10px 0 54px 15px;
    height: 35px;
  }
  .pv-container.mf-section .container-section .pt-resource .spacer-20 {
    margin: 20px 20px 0 20px;
  }
  .pv-container.mf-section .container-section .pv-body-section .column-graph .head-column p {
    font-size: 13px;
  }
  .pv-container .container-section .pv-body-section .sitemap-links .slideToggleLink {
    pointer-events: all;
  }
  .pv-container .container-section .pv-body-section .sitemap-links {
    margin-top: 10px;
  }
  .pv-container .container-section .pv-body-section .sitemap-links .slideToggleLink i {
    display: block;
  }
  .pv-container .container-section .pv-body-section .sitemap-links .slideToggleLink .fa-chevron-down {
    display: none;
  }
  .pv-container.agvhd-section .container-section .pv-body-section .box-item.violet-box-item {
    padding: 20px;
  }
  .pv-container.agvhd-section .container-section .pv-body-section .box-item.violet-box-item .btn-link {
    font-size: 16px;
  }
  /*#isi_mobile_title h4.smaller {display: block;}*/
  /*#isicontainer {height: 50px;}*/
  .support-link-callouts {
    height: auto;
    padding: 0 0 20px 0;
  }
  .support-download-box {
    padding: 20px;
  }
  .support-download-box-img {
    width: 35%;
    padding: 20px;
  }
  .support-download-box-titles {
    width: 65%;
    padding-right: 20px;
  }
  .support-download-box-text {
    width: 100%;
    /*padding: 0 20px 40px;*/
    line-height: normal;
  }
  .support-download-box-title {
    line-height: 28px;
    margin-top: 20px;
  }
  .support-download-box-link-main {
    position: relative;
    right: auto;
    top: auto;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .support-download-box-link {
    display: inline-block;
    width: 100%;
    max-width: 375px;
  }
  .patients-support-callout-img.mob-width-100 {
    width: 100%;
  }
  .patients-support-callout-text-main.mob-width-100 {
    width: 100%;
    padding: 0;
  }
  .patients-support-callout-img.mob-width-45 {
    width: 45%;
  }
  .patients-support-callout-text-main.mob-width-55 {
    width: 55%;
    padding: 0 10px;
  }
  .patients-support-callout-text-main.width-100 {
    padding: 0;
  }
  .patients-support-callout-text-main .visit-link {
    display: block;
    text-align: center;
    max-width: 375px;
    margin: 0 auto;
  }
  .page-link-buttons {
    display: block;
    text-align: center;
    padding: 15px 13px;
    margin-top: 15px;
    font-size: 16px;
    max-width: 375px;
  }
  .offramp-modal .modal-body .modal-txt {
    width: 100%;
    font-size: 15.99px;
    /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  }
  .offramp-modal .head {
    font-size: 21.88px;
    /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  }
  .offramp-modal .modal-footer .btn-link {
    font-size: 15.85px;
    /* Approximation due to font substitution */
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  }
  .modal.in .modal-dialog {
    transform: translate(0%, 15%);
  }
  .pv-container .container-section .pv-body-section .transcript-section .transcript-txt {
    height: 400px;
  }
  .pv-container .container-section .pv-body-section .transcript-section .transcript-txt p {
    width: 90%;
  }
  .pv-container.mf-section .container-section .pv-body-section .border-right {
    border: none;
    /*border-bottom: 1px solid #6a6a6a;*/
    padding-bottom: 30px;
  }
  .pv-container.mf-section .container-section .pv-body-section .border-right:after {
    position: absolute;
    width: 50%;
    height: 1px;
    background: #b7b7b7;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .pv-container.mf-section .container-section .pv-body-section .mf-column .align-stats {
    margin-top: 0;
  }
  .mentor-program-landing .middle-section {
    margin: 40px 0;
  }
  .thank-you-page.landing .middle-section {
    margin: 40px 0;
  }
  .meet-mentor-box-main > img {
    width: 54%;
    float: left;
  }
  .meet-mentor-box-expanded-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .meet-mentor-box {
    margin: 0 0 20px;
    width: 46%;
    float: left;
    overflow: auto;
  }
  .meet-mentor-box-main > a {
    width: 130px;
    position: absolute;
    bottom: 7px;
    right: 10%;
    padding: 5px 0;
  }
  .meet-mentor-box-expanded {
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .meet-mentor-box-expanded-img {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    margin-left: -15px;
    margin-top: -15px;
  }
  .meet-mentor-box-expanded-text {
    display: inline;
    padding: 0;
  }
  .meet-mentor-box-expanded-text a {
    right: 10%;
    bottom: -15px;
    left: auto;
    top: auto;
  }
  .mob-clearfix {
    clear: both;
  }
  .footer-wrapper {
    padding-left: 0;
  }
  .mentor-program-landing {
    background: #ffffff;
    background-image: none;
  }
  .mentor-program-landing .page-link-buttons {
    margin-top: 20px;
  }
  .thank-you-page.landing {
    background: #ffffff;
    background-image: none;
  }
  .thank-you-page .thank-you-page-icon .icon-text {
    color: #6cb33f;
  }
  .banner-container .banner .right-content .triage-box .triage-box-icn {
    width: 30%;
    top: -55px;
  }
  .chatbox-pv-mobile-inner {
    position: absolute;
    top: 10%;
    left: 13%;
    right: 13%;
    text-align: center;
    color: #ffffff;
  }
  .endpoint1 .endpoint-tree-text p {
    padding: 0 10% 25px;
  }
  .endpoint1 {
    padding: 0 5%;
  }
  .endpoint1 .endpoint img {
    max-width: 90%;
    padding: 0 5px;
  }
  .endpoint2n3 {
    padding: 0 3%;
  }
  .endpoint2n3 .endpoint {
    padding: 10px;
  }
  .agvhd-home .violet-box,
  .agvhd-section .violet-box {
    margin-top: -65px;
    margin-left: 15px;
  }
  .agvhd-section .patient-recieved p {
    text-align: left !important;
  }
  .agvhd-section .patient-recieved img {
    display: block;
    margin-top: 10px;
  }
  .agvhd-section .posible-benefits-gvhd .col-xs-push-1 {
    left: 8.666666666666664%;
  }
  .agvhd-section .posible-benefits-gvhd .col-xs-push-2 {
    left: 16.666666666666664%;
  }
  .agvhd-section .posible-benefits-gvhd .col-xs-push-3 {
    left: 26.666666666666664%;
  }
  .agvhd-section .posible-benefits-gvhd .per55-txt {
    margin-top: 10px;
  }
  .agvhd-section .posible-benefits-gvhd .padding-left {
    padding-left: 0;
  }
  .agvhd-section .posible-benefits-gvhd .border-sep {
    /*border-bottom: 1px solid #b7b7b7;*/
    border-right: none;
  }
  .agvhd-section .posible-benefits-gvhd .border-sep:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background: #b7b7b7;
    bottom: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .agvhd-section .posible-benefits-gvhd .border-bot-sep:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background: #b7b7b7;
    bottom: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .agvhd-section .posible-benefits-gvhd .border-top {
    border: 0;
  }
  .agvhd-section .posible-benefits-gvhd .border-top:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background: #b7b7b7;
    top: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .agvhd-section .light-green-box .border-seperator {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .agvhd-section .light-green-box {
    margin: 0;
    margin-bottom: 10px;
  }
  .agvhd-section .light-green-box .spacer-30 {
    margin-top: 10px;
  }
  .agvhd-section .light-green-box .border-seperator:after {
    content: "";
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0px;
    bottom: 1px;
    width: 90%;
    height: 1px;
    background-color: #b7b7b7;
  }
  .agvhd-section .light-green-box .right-column .spacer-20 {
    margin-top: 20px;
  }
  .pv-container.agvhd-section .support-section .callout-custom {
    width: 100%;
    height: 220px;
  }
  .pv-container.agvhd-section .support-section .callout-custom .callout-middle {
    padding-left: 0;
  }
  .mf-high-risk-A .box-99 .spacer-10 {
    padding-top: 0px;
  }
  .mf-high-risk .mf-high-risk-img-center {
    margin: 0 auto;
  }
  .pv-container.agvhd-section .support-section .callout-custom .callout-middle img {
    margin-top: 30px;
  }
  /*TFS Ticket 27261 start*/
  .pv-container .container-section .pv-body-section .sitemap-links .GVHD-head,
  .MF-head,
  .PV-head {
    font-size: 16px !important;
  }
  /*TFS Ticket 27261 End*/
  /*TFS Ticket 27335 start*/
  .pv-home .video-close-button {
    top: 40px;
    right: 30px;
  }
  .mf-home .video-close-button {
    top: 40px;
    right: 30px;
  }
  .page-node-1 .mf-home .video-close-button {
    top: 9px !important;
    right: 30px;
  }
  /*TFS Ticket 27335 End*/
  /* Q2-updates (PV / MF related..) Mobile view */
  .video-callout-bk {
    margin: 20px 0 0 0;
    padding: 0px;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 20px;
  }
  /* Q2-updates (PV / MF related..) - Ambassador Form Starts Here */
  .ambasador-program {
    background: none;
  }
  .banner-image-ambassdor-thank-you {
    background: none;
  }
  /* Q2-updates (PV / MF related..) - Ambassador Form Ends Here */
  .pv-container .container-section .pv-body-section .video-callout-bk p.head1 {
    font-size: 20px;
  }
  .pv-container .container-section .pv-body-section .video-callout-bk p.head2 {
    font-size: 16px;
  }
  .padding-for-mobile {
    padding-left: 16px;
  }
  .pv-container .container-section .pv-body-section .video-container .video-placeholder .play-btn {
    width: 20%;
  }
  .pv-container .container-section .pv-body-section .back-to-resource .btn-link {
    width: auto;
  }
  .video-callout-section .btn-link.btn {
    display: none;
  }
  .enlarged-spleen-video-callout.video-callout-section .btn-link.btn {
    margin-top: 15px;
    display: block;
  }
  .pv-container .container-section .pv-body-section .download-box .gvhd-calloutButton {
    margin-left: 0px;
    margin-top: 0px;
    margin-top: 20px !important;
  }
  .pv-container .container-section .pv-body-section .green-callout-section .align-desktop-center {
    margin-top: 0%;
    display: inline-block;
  }
  .pv-container .container-section .pv-body-section .green-callout-section .margin-space-top {
    margin-top: 4%;
  }
  .mf-home .container-section .purple-callout-section .align-desktop-center,
  .mf-section .container-section .purple-callout-section .align-desktop-center {
    margin-top: 0%;
    display: inline-block;
  }
  .mf-home .container-section .purple-callout-section .margin-space-top,
  .mf-section .container-section .purple-callout-section .margin-space-top {
    margin-top: 4%;
  }
  .container-section .printable-resource p.head-resource {
    font-size: 20px;
  }
  .container-section .printable-resource img {
    margin: 20px auto;
  }
  .container-section .languages_drp_dwn {
    width: 100%;
    /*        margin-bottom: 20px;*/
  }
  .container-section .languages_drp_dwn .languages-dropdown {
    position: relative;
    transform: translate3d(0px, 13px, 0px) !important;
  }
  .video-container .back-to-resource {
    margin-top: 20px;
  }
  .patient-perspectives .container-section .patient-accordion .seeMoreLessBtn:before {
    top: -100px;
  }
  .pv-container.mf-section .container-section .pv-body-section .graph-list-47 {
    margin-left: 10px;
  }
  .margin-right-desktop {
    margin-left: 0px;
  }
  .text-align-left-mob {
    text-align: left !important;
  }
  .pv-container.mf-section .container-section .pv-body-section .left-bor.left-bor-mob:before,
  .pv-container .container-section .pv-body-section .left-bor.left-bor-mob:before {
    content: "";
    height: 30%;
  }
  .pv-home .sticky-container {
    /*top: 240px;*/ top: 285px;
  }
  .mf-home .sticky-container {
    /*top: 240px;*/ top: 285px;
  }

  .patient-stories-callout .patient-stories-callout-img img {
    width: 100%;
  }
  .patient-stories-callout .patient-stories-callout-img .video-link img {
    width: auto !important;
  }
  .support-and-resources .support-link-callouts img {
    width: 100%;
  }
  .about-mf .spacer-mob-10 img {
    width: 100%;
  }
  .support-resources .support-link-callouts img {
    width: 100%;
  }
  .logo img.img-responsive {
    /*max-width: 50%;
    width: 100%;
    display: block;*/
  }
}

@media screen and (min-width: 768px) and (max-width:991px) {
  .spacer-d-m-25 {
    margin-top: 5px;
  }
  .no-tab-padding {
    padding: 0 !important;
  }
  .container-section {
    padding: 0 15px;
  }
  .header .menu-item-list .tab-content .tab-pane ul {
    text-align: left;
  }
  .header .menu-item-list .tab-content .tab-pane ul a {
    display: inline-block;
    width: 100%;
    padding: 21px;
  }
  .header .menu-item-list .tab-content .tab-pane.PV-menu ul a:hover,
  .header .menu-item-list .tab-content .tab-pane.PV-menu ul a.active {
    border-top: transparent;
    text-decoration: underline;
  }
  .header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu ul a:hover,
  .header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu ul a.active {
    border-top: transparent;
    text-decoration: underline;
  }
  .header .menu-item-list .tab-content .tab-pane ul li {
    padding: 0;
  }
  .header .menu-item-list .tab-content .tab-pane.PV-menu ul li:last-child {
    background-color: rgb(115, 92, 241);
  }
  .header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu ul li:last-child {
    background-color: rgb(63, 111, 35);
  }
  .header .dropdown-menu-list .custom-navbar {
    height: 50px !important;
  }
  .header .dropdown-menu-list .custom-navbar.collapse {
    display: block !important;
  }
  .header .dropdown-menu-list .custom-navbar.in {
    display: block !important;
  }
  .center-align-dev {
    margin: 0 auto;
    float: none;
  }
  .top-banner-white-bg .logo img {
    margin: 0 auto;
  }
  .jakafi-form.option-cont p {
    float: left;
    margin-right: 15px;
  }
  .jakafi-form.option-cont label {
    margin-right: 15px;
  }
  .jakafi-form .inputText {
    width: 100%;
    max-width: 100%;
  }
  .dark-prpl-bg .sml-txt {
    display: block;
    margin-top: 5px;
    line-height: 18px;
  }
  .sml-dev-container .right-col {
    padding: 15px;
  }
  .sml-dev-container .right-col p.right-txt {
    font-size: 24.9px;
    color: #70b642;
    border-left: 3px solid #70b642;
    border-left: 3px solid #70b642;
    padding-left: 15px;
  }
  .header .top-banner-white-bg .right-col p.right-txt {
    line-height: 26px;
  }
  .header .top-btn .custom-btn {
    word-wrap: normal;
    white-space: normal;
    text-align: center;
    width: 110px;
    height: 47px;
    font-size: 12px;
    padding: 5px;
  }
  .sml-dev-container .right-col p {
    font-family: 'OpenSans-Regular',sans-serif;
    color: #444444;
    font-size: 13.95.9px;
    /* Approximation due to font substitution */
    font-weight: 400;
    line-height: 22px;
    /* Approximation due to font substitution */
    text-align: left;
    padding-left: 15px;
  }
  .middle-section h2 {
    font-size: 37px;
    padding-bottom: 10px;
  }
  .img-content {
    height: auto;
  }
  .left-image {
    margin-top: 10px;
    padding: 0;
    padding-right: 15px;
  }
  .right-content-3 {
    text-align: right;
  }
  .img-content a {
    /*width:100%;*/
    width: auto;
  }
  .header .custom-navbar {
    position: relative;
    z-index: 99;
    width: 240px;
    right: 0;
    width: 330px;
  }
  .header .top-head-txt li {
    font-size: 10px;
  }
  .header .top-banner-green-bg .top-txt p {
    width: 90%;
    margin: 0 auto;
  }
  .header .small-dev {
    padding: 0;
  }
  .header .small-dev .dropdown-menu-list {
    padding: 0;
  }
  .header .custom-navbar {
    position: absolute;
    display: block !important;
    z-index: 99;
    padding: 0;
    margin: 0;
    width: 100%;
    right: 0;
    box-shadow: none;
  }
  .header .custom-navbar .nav-tabs {
    margin: 0;
  }
  .header .custom-navbar ul {
    width: 100%;
  }
  .header .custom-navbar li {
    width: 33.33%;
    /*width: 50%;*/
  }
  .header .menu-item-list {
    position: absolute;
    width: 50%;
    z-index: 99;
    /*top: 130px;*/
    right: 0;
    z-index: 1201;
    box-shadow: -4px 10px 10px 0px rgba(0, 0, 0, 0.75);
    height: 514px;
    display: none;
  }
  .header .menu-item-list .tab-content .tab-pane {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 50px;
    right: 0;
  }
  .header .menu-item-list .small-dev li {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .header .menu-item-list .small-dev li {
    padding: 19px;
  }
  .header .menu-item-list .tab-pane.myelofibrosis-menu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#67b03c+0,3f6f23+100 */
    background: rgb(103, 176, 60);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(103, 176, 60, 1) 0%, rgba(63, 111, 35, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(103, 176, 60, 1) 0%, rgba(63, 111, 35, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(103, 176, 60, 1) 0%, rgba(63, 111, 35, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67b03c', endColorstr='#3f6f23', GradientType=0);*/
    /* IE6-9 */
  }
  .header .menu-item-list .tab-content .tab-pane {
    padding: 0;
  }
  .header .PV-menu.active {
    background-color: #453490;
    color: #fff;
  }
  .header .PV-menu {
    color: #453490;
    background-color: #fff;
  }
  .header .myelofibrosis-menu.active {
    background-color: #67b03c;
    color: #fff;
  }
  .header .myelofibrosis-menu {
    color: #67b03c;
    background-color: #fff;
  }
  .header .GVHD-menu {
    color: #92308d;
    background-color: #fff;
  }
  .header .GVHD-menu.active {
    background-color: #92308d;
    color: #fff;
  }
  .header .custom-navbar .nav-tabs > li > a {
    color: inherit;
    text-align: center;
  }
  .header .custom-navbar li span {
    float: none;
    pointer-events: none;
  }
  .header .menu-item-list .top-links {
    display: none !important;
  }
  .header .menu-item-list .top-links .top-btn .custom-btn {
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 0;
    padding: 15px 0;
  }
  .header .menu-item-list .top-links .top-sml-dev-links {
    display: inline-block;
    padding: 15px 0;
    background-color: #92278f;
    width: 100%;
  }
  .header .menu-item-list .top-links .top-sml-dev-links a {
    color: #fff;
    font-size: 14px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  }

  .banner-container .banner .right-content .lrg-txt a {
    font-size: 24px;
    font-weight: 400;
  }
  .banner-container .banner .right-content .row {
    margin-bottom: 20px;
  }
  .banner-container .banner .left-content .header-text {
    margin-top: 50px;
  }
  .scenerio-3.banner-container .banner .left-content .header-text {
    margin-top: 0px;
  }
  .scenerio-3.banner-container .banner .left-content .header-text {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 35px;
  }
  .banner-container .banner .right-content .triage-box {
    margin-top: 15px;
  }
  ul.sticky {
    margin: 0;
    padding: 0;
    width: 75px;
  }
  .sticky-share-tab ul.sticky {
    margin: 0;
    padding: 0;
  }
  .sticky-container .chatbox-btn-pv-open-mobile {
    background-color: #fff;
    display: inline-block;
  }
  .sticky-container,
  .mf-home .sticky-container {
    right: 0px;
    top: 370px;
  }
  .sticky-container.fixed {
    top: 100px;
  }
  .sticky-share-tab,
  .mf-home .sticky-share-tab.fixed {
    top: 100px;
  }
  .sticky-container li,
  .mf-home .sticky-container li {
    background-color: transparent;
  }
  .banner-container .small-dev {
    padding: 0;
  }
  .story-callout {
    clear: both;
  }
  .sticky-share-tab,
  .mf-home .sticky-share-tab {
    left: 0;
    right: auto;
    border: 0;
    background: transparent;
    top: 370px;
  }
  /*PV page css*/
  .pv-container .container-section .pv-body-section .circle-graph .border-after p.img-fig-caption {
    width: 75%;
  }
  .pv-container .container-section .pv-body-section .box-container .section-head-txt-purple-lrg {
    font-size: 20px;
  }
  .pv-container .container-section .pv-body-section .box-container .section-head-txt-purple-sml {
    font-size: 16px;
  }
  .pv-container .container-section .pv-body-section .box-container p {
    font-size: 13px;
    /* Approximation due to font substitution */
  }
  .pv-container .container-section .pv-body-section .sml-txt {
    font-size: 10px;
  }
  .pv-container .container-section .pv-body-section .btn-link.large {
    margin: 30px auto;
    display: table;
    width: auto;
  }
  .pv-container .container-section .pv-body-section .right-col-img-border .fig-caption {
    width: 100%;
  }
  .pv-container .container-section .pv-body-section .about-pv .right-col-img-border .fig-caption {
    width: auto;
  }
  .pv-container .container-section .pv-body-section .display-middle-img img {
    /*margin-top: -20px;*/
    margin-bottom: 20px;
  }
  .pv-container .container-section .pv-body-section .purple-border p {
    width: 100%;
  }
  .pv-container .container-section .pv-body-section .purple-border img {
    width: auto;
    margin: 0 auto;
    float: none;
    clear: both;
  }
  .pv-container .container-section .pv-body-section .column-layout-tab {
    /*-webkit-column-count: 2;*/
    /* Chrome, Safari, Opera */
   /* -moz-column-count: 2;*/
    /* Firefox */
    /*column-count: 2;*/
  }
  .pv-container .container-section .pv-body-section .no-padding-tab {
    padding: 0 15px;
  }
  .pv-container .container-section .pv-body-section .drug-list li {
    margin-right: 35px;
  }
  .pv-container.mf-section .container-section .pv-body-section .mf-column .vmiddle-txt {
    padding-top: 15px;
  }
  .pv-container.mf-section .container-section .pv-body-section .column-box .mf-column .vmiddle-txt {
    padding-top: 0;
  }
  .pv-container.mf-section .container-section .pv-body-section .column-graph .left-txt-bot p {
    margin-top: 20px;
  }
  .pv-container.mf-section .container-section .pv-body-section .align-top-30 {
    margin-top: 15px;
  }
  .pv-container.mf-section .container-section .pv-body-section .align-top-20 {
    margin-top: 0;
  }
  .pv-container.mf-section .container-section .pv-body-section .printable-resource .align-top-20 {
    margin-top: 20px;
  }
  /*PV page css ends here*/
  .pv-container .container-section .pv-body-section .boxed-copy .border-after.border-cls {
    border-left: 0px;
    border-right: 0px;
  }
  .boxed-copy-mobile-border {
    border-top: 1px solid #ccc;
    margin: auto;
    width: 20%;
    margin-bottom: 12px;
  }
  .gradint-bar {
    background: -webkit-linear-gradient(-90deg, #8e188e 0%, #4c2691 100%);
    background: -moz-linear-gradient(-90deg, #8e188e 0%, #4c2691 100%);
    background: -o-linear-gradient(-90deg, #8e188e 0%, #4c2691 100%);
    background: -ms-linear-gradient(-90deg, #8e188e 0%, #4c2691 100%);
    background: linear-gradient(180deg, #8e188e 0%, #4c2691 100%);
    width: 100%;
    margin-left: 0;
    /*height: 640px;
          position:absolute;*/
  }
  .pv-container .container-section .pv-body-section .boxed-copy .border-after.border-cls {
    border-left: none;
    border-right: 2px solid #ccc;
  }
  .treat-option-left-border {
    border-left: 5px solid #6cb33f;
    margin: 10px 0 34px 15px;
    height: 35px;
  }
  .pv-container.mf-section .container-section .pv-body-section .spacer-20 {
    margin: 20px 20px 0 20px;
  }
  /*.isi, .indication {margin-top: 30px;}
       .isi-wrapper h4 {font-size: 18px;}*/
  .pv-container .container-section .pv-body-section .sitemap-links .slideToggleLink {
    pointer-events: all;
  }
  .pv-container .container-section .pv-body-section .sitemap-links .slideToggleLink i {
    display: block;
  }
  .pv-container .container-section .pv-body-section .sitemap-links .slideToggleLink .fa-chevron-down {
    display: none;
  }
  .support-link-callouts {
    height: 300px;
  }
  .support-download-box-img {
    padding: 45px 25px;
  }
  .support-download-box-link-main {
    position: relative;
    right: auto;
    top: auto;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .support-download-box-link {
    display: inline-block;
    margin: 0px auto 20px;
    width: auto;
  }
  .patients-support-callout-img.tab-width-70 {
    width: 70%;
    padding-right: 10px;
  }
  .patients-support-callout-text-main.tab-width-30 {
    width: 30%;
    float: none;
    display: inline;
  }
  .patients-support-callout-text-main.tab-width-30 p {
    margin-top: -20px;
  }
  .pv-container .container-section .pv-body-section .privacy-policy .column-layout {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .patients-support-callout-img.tab-width-100 {
    width: 100%;
  }
  .patients-support-callout-text-main.tab-width-100 {
    width: 100%;
    padding: 0;
  }
  .patients-support-callout-text-main.width-100 {
    padding: 0;
  }
  .advocacy-resources-link-callout {
    width: 33.33%;
  }
  .pv-container.mf-section .container-section .pv-body-section .mf-column .align-stats {
    margin-top: 15px;
  }
  .pv-container .container-section .pv-body-section .right-col-img-border .fig-caption.space-top-dev {
    padding-top: 0;
  }
  .meet-mentor-box {
    margin: -25% auto 0 auto;
    font-size: 13px;
    padding: 15px 0 20px;
  }
  .meet-mentor-box a {
    width: 96px;
    margin-left: -48.5px;
    font-size: 14px;
  }
  .meet-mentor-box-expanded-text {
    padding: 0;
    overflow: hidden;
  }
  .meet-mentor-box-expanded-text div {
    padding: 10px 20px;
    height: 280px;
    overflow: auto;
  }
  .header-bar {
    padding: 4px 15px 6px 15px;
  }
  .banner-image-mf {
    height: 212px;
  }
  .banner-image-pv {
    background-position: -75px 0;
    height: 212px;
  }
  .agvhd-home .banner-image-agvhd {
    height: 212px;
  }
  /*.mf-home .middle-section,.pv-home .middle-section { margin-top: -90px; }*/
  .container-fluid.pv-home .left-image {
    padding: 0 15px;
  }
  .container-fluid.mf-home .left-image {
    padding: 0 15px;
  }
  .pv-container .container-section .pv-body-section .download-form {
    margin: 0 !important;
  }
  .patients-support-callouts-title.extra-margin-top {
    margin-top: 20px;
  }
  .no-tab-border {
    border: 0px none !important;
  }
  /*.g-recaptcha iframe, .g-recaptcha > div {width: 100% !important;}*/
  /*label[for=chkResearch] {padding-right: 150px;}*/
  /*label[for=chkResearch]:after {content:"(Optional)";font-style: italic;position: absolute;}*/
  .page-link-buttons {
    padding: 25px 0px;
    margin-top: 0px;
    font-size: 16px;
  }
  .page-link-buttons.offramp-link {
    padding: 15px 15px;
  }
  .page-link-buttons.tab-btn {
    padding: 15px 20px;
    margin-top: 10px;
    display: inline-block;
  }
  .page-link-buttons.larger {
    width: 500px;
    margin: 20px auto;
  }
  .meet-mentor-box-expanded {
    margin-top: -45px;
  }
  .thank-you-page .icons {
    width: 30px;
  }
  .header .menu-item-list .tab-content .tab-pane.GVHD-menu .support-sub-menu-lg {
    background: inherit;
  }
  .header .menu-item-list .tab-content .tab-pane .support-sub-menu-lg {
    padding: 0;
    background: inherit;
    margin-top: 0;
  }
  .header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu .support-sub-menu-lg {
    padding: 0;
    background: inherit;
    margin-top: 0;
  }
  .tablet-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .mf-home .middle-section,
  .pv-home .middle-section {
    margin-top: -75px;
  }
  .agvhd-home .middle-section {
    margin-top: 0px;
  }
  .spacer-img-center-tab {
    margin-top: 20px;
  }
  .pv-container .container-section .pv-body-section .boxed-copy .border-after img {
    height: 60px;
  }
  .agvhd-home .violet-box,
  .agvhd-section .violet-box {
    margin-top: -65px;
    margin-left: 30px;
  }
  .agvhd-section .posible-benefits-gvhd .margin-img-55 {
    margin-top: 5px;
  }
  .agvhd-section .posible-benefits-gvhd .space-top-10 {
    margin-top: 0;
  }
  .agvhd-section .posible-benefits-gvhd .spacer-top-20 {
    margin-top: 10px;
  }
  .pv-container.agvhd-section .support-section .callout-custom {
    position: relative;
    margin: 0 auto;
    width: 82%;
    height: 200px;
    display: table;
  }
  .agvhd-section .light-green-box .right-column .spacer-20 {
    margin-top: 20px;
  }
  /* Q2-updates (PV / MF related..) TAB - portrait view */
  .video-callout-bk {
    margin: 25px 0px;
    padding: 20px 15px;
    width: 100%;
  }
  .banner-image-ambassdor-thank-you .middle-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .banner-image-mf img {
    height: 212px;
  }
}
@media screen and (min-width:1024px) {
  /*#chatbox-pv-mobile{
          display: none!important;
      }*/
  .tab-content {
    display: block !important;
  }
  .menu-item-list {
    display: block !important;
  }
  .header .custom-navbar.in {
    display: block !important;
  }
  .header .resident-txt {
    /*margin-top: 7px;*/
  }
  .gradient-blocks {
    margin-left: 45px;
    /*
          width: 250px;
          min-height: 235px;
  */
  }
  .pv-container .container-section .pv-body-section .drug-list li {
    margin-right: 40px;
  }
  .tablet-dev-cont .jakafi-form.option-cont {
    display: block;
  }
  .footnote.top20 {
    margin-top: 20px !important;
  }
  .copay-callout .pad-right0px {
    padding-right: 0px;
  }
  .pv-container .container-section .pv-body-section .green-callout-section .align-desktop-center {
    margin-top: 3.5%;
    /*        margin-left: -20px;*/
  }
  .mf-home .container-section .purple-callout-section .align-desktop-center,
  .mf-section .container-section .purple-callout-section .align-desktop-center {
    margin-top: 3.5%;
    /*        margin-left: -20px;*/
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .box-copy-sections div:nth-child(3) {
    width: 215px;
  }
  /*.menu-item-list{display: block!important;}*/
  .header .custom-navbar.in {
    display: block !important;
  }
  .banner-container .banner .right-content .triage-box {
    padding: 75px 25px 10px 25px;
  }
  .spacer-70-precent {
    margin-top: 43%;
  }
  .purple-callout {
    height: 169px;
  }
  .pv-container.agvhd-section .support-section .callout-custom {
    width: 62%;
  }
  /*TFS Ticket 27335 start*/
  .pv-home .video-close-button {
    top: 40px;
    right: 30px;
  }
  .mf-home .video-close-button {
    top: 40px;
    right: 30px;
  }
  /*TFS Ticket 27335 End*/
  .thankyou-callout {
    text-align: center;
  }
  .play-btn {
    width: 10%;
  }
  .header .menu-item-list {
    height: auto !important;
  }
  .container-section .languages_drp_dwn .languages-dropdown {
    transform: translate3d(-2px, 60px, 0px) !important;
  }
  .container-section .languages_drp_dwn {
    width: 50.6%;
    /*        margin-bottom: 20px;*/
  }
  .pv-body-section .green-callout-section {
    margin-left: 0;
  }
  .mf-home .purple-callout-section,
  .mf-section .container-section .purple-callout-section {
    margin-left: 0;
  }
  .pv-body-section .possible-callout .green-sml-callout-section {
    padding: 20px 20px 12px;
  }
  .pv-container.mf-section .container-section .pv-body-section .graph-list {
    margin-left: -30px;
  }
  .pv-container .container-section .pv-body-section .box-item.purple-box.spleen-box {
    padding: 20px 15px;
  }
  .margin-right-desktop {
    margin-left: 0px;
  }
  .mf-section .video-resources .section-links span {
    margin-bottom: 25px;
    display: block;
  }
}
@media only screen and (min-device-width: 712px) and (max-device-width: 1138px) and (orientation: landscape) {
  .container-section .languages_drp_dwn {
    width: 55.6%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  .container-section .languages_drp_dwn {
    width: 55.6%;
  }
  .pt-resource .printable-resource {
    min-height: 356px;
  }
   .mf-home .video-close-button {
    top: 40px;
    right: 30px;
  }
  .video-stop-button {
    top: 40px;
    right: 30px;
  }
  .container-section .printable-resource {
    margin-top: 40px;
    display: inline-block;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
  .container-section .printable-resource {
    margin-top: 20px;
    display: inline-block;
  }
  .pt-resource .printable-resource {
    min-height: 335px;
  }
}

@media screen and (min-width: 768px) {
  .cookie-policy p {
    margin-bottom: 0px;
  }
  .logo .logo-content img.img-responsive {
    max-width: 100%;
    width: 100%;
    display: inherit;
    padding-top: 9px;
  }
  .col-lg-md-offset-100 {
    margin-left: 106px;
  }
  .isi-wrapper .collapse_btns .btn {
    padding: 6px 12px !important;
  }
  .margin-desk-3s {
    margin-left: 34px;
  }
  .pv-container.cgvhd-section .container-section .pv-body-section .background-none.section-head-txt {
    margin-top: 0px;
  }
  .container-section .languages_drp_dwn .languages-dropdown {
    width: 102%;
  }
  .myelofibrosis .mf-section.about-mf .display-inline.spacer-mob-10 img {
    margin: inherit;
  }
  .jumbotron {
    margin-top: 20px;
  }
  .body-content {
    padding: 0;
  }
  .jakafi-form .inputText {
    width: 100%;
    max-width: 100%;
  }
  .sticky li a {
    border: 3px solid #fff;
    display: inline-block;
  }
  .mf-high-risk-A .box-99 .spacer-10 {
    padding-top: 0px;
  }
  /*.mf-high-risk-A .box-99 .box-99-txt{    width: 98%;}*/
  .agvhd-section.pv-container .container-section.agvhd-treatment .pv-body-section .nxt-prv-txt {
    margin: 10px 0 25px 0;
  }
}
.follow-fbbtn-img {
  background-image: url("../images/Facebook_footer_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 45px;
  width: 45px;
  height: 45px;
  display: block;
}
.follow-fbbtn-img:hover {
  background-image: url("../images/Facebook_footer_icon-hover.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 44px;
  width: 45px;
  height: 45px;
  display: block;
}
.follow-ytbtn-img {
  background-image: url("../images/YouTube_footer_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 44px;
  height: 45px;
  display: block;
  margin-left: -1px;
}
.follow-ytbtn-img:hover {
  background-image: url("../images/YouTube_footer_icon-hover.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 45px;
  width: 45px;
  height: 45px;
  display: block;
  margin-left: -1px;
}
.polycythemia-vera .about-pv-and-the-spleen .clinical-study .spleen-row img {
  margin: auto;
  display: initial;
  height: auto;
  max-width: initial;
}
.polycythemia-vera .about-pv-and-the-spleen .spleen-row.spleen-ucm img {
  margin: auto;
  display: initial;
  height: auto;
  max-width: initial;
}
.myelofibrosis .about-mf-and-the-spleen .graphic-callout .border-right-bot .spleen-row img {
  margin: auto;
  display: initial;
  height: auto;
  max-width: initial;
}

.myelofibrosis .incytecare-patients-support .patients-support-callout .max-width-65 img {
  max-width: 65px;
}
.myelofibrosis .incytecare-patients-support .patients-support-callout .max-width-55 img {
  max-width: 55px;
}
.myelofibrosis .incytecare-patients-support .patients-support-callout .max-width-80 img {
  max-width: 80px;
}
.polycythemia-vera .incytecare-patients-support .patients-support-callout .max-width-65 img {
  max-width: 65px;
}
.polycythemia-vera .incytecare-patients-support .patients-support-callout .max-width-55 img {
  max-width: 55px;
}
.polycythemia-vera .incytecare-patients-support .patients-support-callout .max-width-80 img {
  max-width: 80px;
}
.mf-section.is-jakafi-right-for-me .gradient-blocks img {
  margin: 35px 0 0 0;
}
.mf-section .gradient-blocks .spacer-top15 img {
  margin: 0px 0 0 0;
}
.mf-section.is-jakafi-right-for-me .risk_factors img {
  margin: initial;
  display: inherit;
}
.mf-section.about-mf .column-box .mf-column img {
  margin: inherit;
}
.mf-section.about-mf .column-box .green-box img {
  margin: inherit;
}
.myelofibrosis .no-margin.download-box .green-box img {
  margin: inherit;
}
.spacer-112 {
  margin-top: 111px;
}
.bmtinfonet-logo img {
  height: 44px;
}
.polycythemia-vera .about-pv-and-the-spleen .visible-md.visible-lg img.img-responsive {
  display: inherit;
  max-width: inherit;
}
.myelofibrosis .about-pv-and-the-spleen .visible-md.visible-lg img.img-responsive {
  display: inherit;
  max-width: inherit;
}
.polycythemia-vera .box-item.purple-box img.img-center {
  margin: inherit;
}
.polycythemia-vera .green-callout-section .margin-space-top.no-desktop-tab-margin .img-center {
  margin: inherit;
}
.myelofibrosis .green-callout-section .margin-space-top.no-desktop-tab-margin .img-center {
  margin: inherit;
}
.myelofibrosis .margin-space-top.no-desktop-tab-margin img.img-center {
  margin: initial;
}
.myelofibrosis .hidden-sm .box-item.purple-box .img-center {
  margin: inherit;
}

@media only screen and (min-width: 992px) {

  .header .menu-item-list .tab-content .tab-pane ul a:focus {
    text-decoration: none;
  }
  .header .menu-item-list .tab-content .tab-pane.PV-menu ul a:hover,
  .header .menu-item-list .tab-content .tab-pane.PV-menu ul a.active {
    border-top: 5px solid #c8b2d1;
    padding-top: 5px;
    /*        text-decoration: underline;*/
  }
  .header .menu-item-list .tab-content .tab-pane.PV-menu ul .list-sub-menu a:hover,
  .header .menu-item-list .tab-content .tab-pane.PV-menu ul .list-sub-menu a.active {
    /*        border-top: 5px solid #c8b2d1;*/
    padding-top: 0px;
    /*        text-decoration: underline;*/
  }
  .header .menu-item-list .tab-content .tab-pane.PV-menu .support-sub-menu-lg ul a:hover,
  .header .menu-item-list .tab-content .tab-pane.PV-menu .support-sub-menu-lg ul a.active {
    border-top: 5px solid #c8b2d1;
    padding-top: 0;
    /*        text-decoration: underline;*/
  }
  .header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu ul a:hover,
  .header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu ul a.active {
    border-top: 5px solid #40792b;
    padding-top: 5px;
    /*        text-decoration: underline;*/
  }
  .header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu ul .list-sub-menu a:hover,
  .header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu ul .list-sub-menu a.active {
    padding-top: 0px;
    /*        text-decoration: underline;*/
  }
  .header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu .support-sub-menu-lg ul a:hover,
  .header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu .support-sub-menu-lg ul a.active {
    border-top: 5px solid #40792b;
    padding-top: 0;
    /*        text-decoration: underline;*/
  }
  .footer-links p:first-child {
    margin-bottom: 5px;
  }
  .callout-no-margin {
    padding-right: 0px;
    padding-left: 0px;
  }
  .video-thumbnail {
    width: 100%;
  }
  .ambasador-program .middle-section {
    margin: 80px 0 35px 0px;
  }
  .header .menu-item-list .tab-content .tab-pane.GVHD-menu ul a:hover,
  .header .menu-item-list .tab-content .tab-pane.GVHD-menu ul a.active {
    border-top: 5px solid #e2a7e1;
    padding-top: 5px;
  }
  .header .menu-item-list .tab-content .tab-pane.GVHD-menu ul a:hover,
  .header .menu-item-list .tab-content .tab-pane.GVHD-menu ul a.active {
    border-top: 5px solid #e2a7e1;
    padding-top: 5px;
  }
  .header .menu-item-list .tab-content .tab-pane.GVHD-menu .list-sub-menu a:hover,
  .header .menu-item-list .tab-content .tab-pane.GVHD-menu .list-sub-menu a.active {
    border-top: 5px solid #e2a6e0;
    padding-top: 0;
  }
  .pv-container .container-section .pv-body-section .d-inline-block {
    display: inline-block !important;
  }
  .no-desktop-tab-margin {
    margin-left: 0px;
    margin-right: 0px;
  }
  .no-desktop-tab-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
  .half-left-padding {
    padding-left: 7.5px;
  }
  .half-right-padding {
    padding-right: 7.5px;
  }
  .header .menu-item-list .tab-content .tab-pane ul a {
    font-size: 12px;
  }
  .container-height {
    max-width: 1270px;
  }
}
@media screen and (min-width:1200px) {
  .stickyfooter-wrapper .footer  {
    padding-bottom: 20px;
  }
  .cookie-policy > div {
    width: 100%;
    max-width: 1170px;
  }
  .header .menu-item-list .tab-content .tab-pane ul a {
    font-size: 14px;
  }
  .header .resident-txt {
    /*margin-top: 10px;*/
  }
  .spacer-70-precent {
    margin-top: 30%;
  }
  .page-node-21 .inner-desc .spacer-70-precent {
    margin-top: -5%;
  }
  .endpoint2n3 .endpoint img {
    float: right;
    width: 50%;
    padding: 0 15px;
  }
  .endpoint2n3 .endpoint-tree-text {
    float: left;
    width: 50%;
  }
  .endpoint2n3 .endpoint .section-head-txt.sub {
    margin-top: 0 !important;
  }
  .endpoint2n3 .endpoint {
    padding: 15px 0 15px 15px;
    width: 47%;
  }
  .endpoint2n3 .endpoint-separator {
    width: 6%;
  }
  .gradient-blocks {
    margin-left: 45px;
  }
  .header .menu-item-list .top-links {
    display: none;
  }
  .row-two-col-margin .offset-top-mb {
    margin-top: 30px;
  }
  .page-node-8 .pv-video-callout p {
    width: 80%;
  }
  .pv-container .sticky-container.policy-open {
    top: 426px;
  }
  #webform-submission-mentor-program-form-mf-node-196-add-form .tab-center {
    background-color: unset !important;
  }
  #webform-submission-mentor-program-form-mf-node-196-add-form #edit-actions {
    background-color: #92278f !important;
    width: 97% !important;
  }
  #webform-submission-registration-mf-node-126-add-form #edit-actions {
    width: 97% !important;
    background-color: #92278f !important;
  }
  #webform-submission-become-an-ambassador-node-321-add-form #edit-actions {
    width: 84% !important;
  }
  #webform-submission-become-an-ambassador-node-321-add-form #edit-actions::after {
    right: 30px !important;
    top: 21px !important;
  }
  #webform-submission-registration-mf-node-126-add-form #edit-actions::after {
    right: 38px !important;
  }
  #webform-submission-become-an-ambassador-mf-node-326-add-form #edit-actions::after {
    right: 35px !important;
  }
  #webform-submission-mentor-program-form-mf-node-196-add-form #edit-actions-submit,
  #webform-submission-registration-mf-node-126-add-form #edit-actions-submit,
  #webform-submission-become-an-ambassador-mf-node-326-add-form #edit-actions-submit,
  #webform-submission-become-an-ambassador-node-321-add-form #edit-actions-submit {
    padding: 0 !important;
  }
  #webform-submission-mentor-program-form-mf-node-196-add-form .tab-center #edit-actions::after {
    right: 86px !important;
  }
  .mf-registration-form .row:last-child .col-md-5 {
    background-color: unset !important;
  }
  .mf-ambassador-form .tab-center {
    background-color: unset !important;
  }
  #webform-submission-become-an-ambassador-mf-node-326-add-form #edit-actions {
    background-color: #92278f !important;
    width: 86% !important;
  }
  #webform-submission-registeration-node-15-add-form #edit-actions {
    background-color: #6cb33f !important;
    width: 97% !important;
  }
  #webform-submission-registeration-node-15-add-form #edit-actions-submit {
    padding: 0 !important;
  }
  #webform-submission-registration-mf-node-126-add-form #edit-actions-submit,
  #webform-submission-mentor-program-form-mf-node-196-add-form #edit-actions-submit,
  #webform-submission-become-an-ambassador-mf-node-326-add-form #edit-actions-submit,
  #webform-submission-registeration-node-15-add-form #edit-actions-submit,
  #webform-submission-mentor-program-form-node-28-add-form #edit-actions-submit,
  #webform-submission-become-an-ambassador-node-321-add-form #edit-actions-submit {
    height: 56px;
  }
  #webform-submission-registration-mf-node-126-add-form #edit-actions::after,
  #webform-submission-mentor-program-form-mf-node-196-add-form #edit-actions::after,
  #webform-submission-become-an-ambassador-mf-node-326-add-form #edit-actions::after {
    top: 23px !important;
  }
  #webform-submission-registeration-node-15-add-form #edit-actions::after {
    right: 38px !important;
    top: 22px !important;
  }
  .meet-mentor-box-expanded-text a {
    bottom: -12px !important;
  }
  .page-node-11 .video-callout-2 .callout-no-margin {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-node-11 .video-callout-2-286 .callout-no-margin {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-node-376 .header .menu-item-list .tab-content {
    display: none !important;
  }
  .page-node-386 .header .menu-item-list .tab-content {
    display: none !important;
  }
  .page-node-381 .header .menu-item-list .tab-content {
    display: none !important;
  }
  .page-node-391 .header .menu-item-list .tab-content {
    display: none !important;
  }
  .page-node-396 .header .menu-item-list .tab-content {
    display: none !important;
  }
  .page-node-401 .header .menu-item-list .tab-content {
    display: none !important;
  }
  .cgvhd-section .middle-section {
    margin-top: -130px;
    padding-left: 73px;
    padding-right: 57px;
  }
  .banner-container .banner .right-content .triage-box.ac-gvhd-box {
    padding-top: 70px;
    margin-right: 0 !important;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .banner-container .banner .right-content .triage-box.ac-gvhd-box p.sml-txt {
    padding-left: 25px;
    padding-right: 25px;
  }
  .banner-container .banner .right-content .triage-pv-box p.lrg-txt,
  .banner-container .banner .right-content .triage-mf-box p.lrg-txt {
    margin-bottom: 33px;
  }
  /* Register and resources Button Styles */
  #webform-submission-register-for-resources-node-376-add-form #edit-actions {
    width: 98% !important;
  }
  #webform-submission-become-an-ambassador-common-node-386-add-form #edit-actions {
    width: 86% !important;
  }
  #webform-submission-mentor-program-common-node-381-add-form #edit-actions {
    width: 71% !important;
  }
  #webform-submission-register-for-resources-node-376-add-form #edit-actions #edit-actions-submit,
  #webform-submission-become-an-ambassador-common-node-386-add-form #edit-actions #edit-actions-submit,
  #webform-submission-mentor-program-common-node-381-add-form #edit-actions #edit-actions-submit {
    padding: 0 !important;
  }
  #webform-submission-register-for-resources-node-376-add-form #edit-actions::after {
    right: 55px;
  }
  #webform-submission-become-an-ambassador-common-node-386-add-form #edit-actions::after {
    right: 37px;
  }
  #webform-submission-mentor-program-common-node-381-add-form #edit-actions::after {
    right: 10px;
  }
  /* Menu */
  .header .navbar-default .navbar-brand {
    width: auto !important;
    max-width: 184px;
    min-width: 0px;
    padding-top: 14px !important;
  }
  .mf-home .sticky-container,
  .common-sticky .sticky-container {
    border: 1px solid #92278f;
    border-right: 0px;
  }
  .sticky-container .sticky.share-icons img {
    width: 30px;
    height: 30px;
  }
  /* Chatbox */
  .square-popup .chatbox-cgvhd-close {
    width: 190px;
    height: 196px;
    border: 2px solid #92278f;
    color: #92278f;
    background-color: #fff;
  }
  .cgvhd-section .chatbox-cgvhd-close {
    top: 150px;
  }
  .chatbox-cgvhd-close p {
    position: absolute;
    top: 55px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
  }
  .chatbox-cgvhd-close p span.cht-txt-2 {
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
    font-size: 24px;
    line-height: 26px;
  }
  .chatbox-cgvhd-close p span.cht-txt-3,
  .chatbox-cgvhd-close p span.cht-txt-4 {
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  }
  .adjust-spacing {
    margin: 0px;
  }
  .m_40_desk {
    margin: 1px 0px 32px;
  }
  .padding-left-15.pnone_desk {
    padding: 0;
  }
  .padding0_desk {
    padding: 0px;
  }
  #CGVHD-incyte-csp .prescribed-jakafi-wrapper a.btn-link {
    width: 72%;
    text-align: center;
    padding-left: 16px !important;
  }
  .cgvhd_height_adjust {
    margin: 72px 0px 52px;
  }
  .right-content-3 {
    margin-bottom: 40px;
  }
  .is-jakafi-right-for-me .risk_factors .col-lg-2 {
    width: 16.666666666666664%;
  }
  .is-jakafi-right-for-me .risk_factors .col-lg-6 {
    width: 50%;
  }
  #AGVHD-incyte-csp .prescribed-jakafi-wrapper a.btn-link {
    width: 70%;
  }
  .cgvhd .taking-jakafi #mf-symptom-assessment .btn-link.btn {
    float: right;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box p.pink-txt-bold {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box.box-1 {
    margin-top: 10px;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box.box-2 {
    margin-top: 88px;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box.box-3 {
    margin-top: 64px;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box.box-4 {
    margin-top: 60px;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box.box-5 {
    margin-top: -14px;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box.box-7 {
    margin-top: 58px;
  }
  #CGVHD-incyte-csp .prescribed-jakafi-wrapper a.btn-link {
    width: 70%;
    text-align: center;
  }
  #mf-symptom-assessment .violet-box-item img {
    margin-left: 10px !important;
  }
  #mf-symptom-assessment .violet-box-item .cgvhd-cust-left-margin {
    margin-left: -20px !important;
  }
  .cgvhd .taking-jakafi #mf-symptom-assessment .btn-link.btn {
    margin-right: 0 !important;
  }
  .middle-section {
    margin-top: -130px;
    /* padding-left: 73px;
    padding-right: 57px;*/
  }
  .agvhd-section .chatbox-agvhd-close {
    top: 150px;
  }
  #AGVHD-incyte-csp .prescribed-jakafi-wrapper a.btn-link {
    width: 70%;
    text-align: center;
  }
  .icon_cGVHD-journal.col-lg-2 {
    width: 14.666667%;
  }
  .full_prescribing_information span {
    width: 100%;
    margin-bottom: 20px;
    float: left;
  }
  .graft-versus-host-txt {
    display: inline-block;
  }
  .pd-right-0 {
    padding-right: 0px !important;
  }
  .cgvhd .middle-section,
  .graft-versus-host-disease .middle-section,
  .cgvhd-section .middle-section {
    padding: 20px 45px;
  }
  .signs-symptoms.visible-xs .box {
    margin-top: 30px !important;
    display: block;
    float: left;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    width: 100%;
  }
  .signs-symptoms.visible-xs {
    margin-top: 0px;
  }
  .signs-symptoms.visible-xs p {
    text-align: left !important;
  }
  .page-node-51 .middle-section {
    padding: 20px 45px 0 45px !important;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box p.pink-txt-bold {
    font-size: 14px;
  }
  .agvhd-section .chatbox-agvhd-close,
  .square-popup .chatbox-cgvhd-close {
    top: 0px;
  }
  .middle-section.thank-you-register {
    padding: 20px 45px;
  }
  .forty-pct-margin-lg {
    margin-left: -26px;
  }
  .page-node-491 .section-404-500 .middle-section {
    margin-top: -160px;
  }
  .chatbox-agvhd-mobile-wrapper {
    height: 220px !important;
  }
  .chatbox-cgvhd-mobile-wrapper {
    height: 220px !important;
  }
  .col-lg3 {
    width: 30%;
  }
}
.support-section.support-resource .middle-section,
.printable-tools-resources .middle-section {
  padding-bottom: 0 !important;
}
.middle-section-bottom {
  padding: 20px 30px 0 30px;
  background-color: #ffffff;
  position: relative;
}
.page-node-51 .support-section.patient-perspectives .middle-section-bottom,
.page-node-51 .support-section.patient-perspectives .middle-section-video {
  padding: 0 30px;
  display: block;
}
.printable-tools-resources .middle-section-bottom {
  padding: 0 30px 35px 30px;
}
.myelofibrosis .bottom-nav {
  margin-top: 0px !important;
}
/*asset injector css*/
.chatbox-pv-mobile-inner span .fa,
.flipper span .fa {
  margin-left: 0px;
}
.green-sml-callout-section-dev span .fa,
.img-content span .fa,
.pull-right.btn-no-margin span .fa,
.btn-link.text-align-left-mob span .fa {
  margin-left: 4px;
}
.pull-right.btn-no-margin em .fa {
  margin-left: 4px;
}
.link-txt span .fa,
.next-share-bottom span .fa,
.nxt-prv-txt span .fa,
.what-is-mf-mob-land-a span .fa,
.patients-support-callout span .fa {
  margin-left: 0px;
}
.visit-link span .fa {
  margin-left: 4px;
}
.support-section.patient-perspectives .accordion-container {
  height: auto !important;
}
@media (max-width: 992px) {
  .advocacy-resources-link-callout {
    width: 100%;
    height: auto!important;
  }
  .printable-tools-resources .middle-section-bottom {
    padding: 0 0 35px 0;
  }
  .printable-tools-resources .container-section .pt-resource .spacer-20,
  .myelofibrosis .printable-tools-resources .container-section .printable-resource .language-download-btn.btn-link {
    margin-left: 0 !important;
  }
  .pv-container .container-section .pv-body-section .green-box-pv-callout {
    padding: 0;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
  }
  .header .menu-item-list .tab-content .tab-pane ul li .list-sub-menu li {
    padding: 13px 13px 13px 21px;
  }
  .jakafitabbox {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .remove_mob {
    display: none;
  }
  .spleen-row {
    display: flex;
    /*    display: -webkit-box;*/
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .research-checkbox .prettycheckbox label {
    width: 90%;
    margin-top: -5px;
  }
  .header .menu-item-list .tab-content .tab-pane ul a.is-active {
    border-top: transparent;
    text-decoration: underline;
  }
  .center-txt-device {
    text-align: center !important;
  }
  .pv-container .container-section .pv-body-section .green-callout-section .align-desktop-center {
    margin-top: 1.5%;
  }
  .pv-body-section .green-callout-section {
    width: 100%;
    margin: 30px 0px;
    padding: 15px;
  }
  .pv-container .container-section .pv-body-section .green-callout-section p.green-head {
    font-size: 25px;
    line-height: normal;
  }
  /* .mf-home .container-section .purple-callout-section .align-desktop-center,
  .mf-section .container-section .purple-callout-section .align-desktop-center {
    margin-top: 1.5%;
  } */
  .mf-home .purple-callout-section,
  .mf-section .container-section .purple-callout-section {
    width: 100%;
    margin: 30px 0px;
    padding: 15px;
  }
  .mf-home .container-section .purple-callout-section p.green-head,
  .mf-section .container-section .purple-callout-section p.green-head {
    font-size: 25px;
    line-height: normal;
  }
  .mf-home .container-section .purple-callout-section .btn-link,
  .mf-section .container-section .purple-callout-section .btn-link {
    width: 100%;
    text-align: center;
  }
  .header .menu-item-list .tab-content .tab-pane ul li .list-sub-menu {
    width: 100%;
    top: auto;
  }
  .video-resources .section-links ul {
    display: block;
    padding: 0;
  }
  .video-section-block {
    padding: 0 15px;
  }
  .video-resources .section-links ul li {
    display: block;
  }
  .video-resources .section-links ul li a {
    display: inline-block;
    margin-top: 15px;
  }
  .patient-perspectives .container-section .patient-accordion .accordion-container .big-quote p {
    font-size: 18px;
  }
  .header .top-banner-white-bg .container {
    padding: 0;
  }
  .header .menu-item-list .tab-content .tab-pane ul li .list-sub-menu {
    position: relative;
  }
  .spleen-row .spleen-option {
    margin-left: 0px;
    background-color: #ebf7df;
    position: relative;
    top: auto;
    display: inline-block;
    transform: translateY(0%);
    padding-left: 15px;
    padding-top: 45px;
    padding-bottom: 15px;
    margin-top: -35px;
  }
  .box-item .spleen-row {
    -webkit-box-align: start !important;
    align-items: start !important;
    -ms-flex-align: start !important;
  }
  .spleen-row .spleen-option .custom-list-spleen li {
    display: block;
    margin-bottom: 10px;
  }
  .pv-container .container-section .pv-body-section p.img-caption {
    text-align: center;
  }
  .pv-container .container-section .pv-body-section .graphic-callout {
    text-align: center;
  }
  .pv-container .container-section .pv-body-section .graphic-callout .border-right-bot {
    padding: 15px 0;
    margin-bottom: 15px;
  }
  .pv-container .container-section .pv-body-section .graphic-callout .border-right-bot .text-right-desk {
    text-align: center;
  }
  .pv-container .container-section .pv-body-section .graphic-callout p {
    text-align: center;
    margin-top: 10px;
  }
  .pv-container .container-section .pv-body-section .graphic-callout .border-right-bot:after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    width: 50%;
    height: 1px;
    padding: 15px 0;
    border-bottom: 1px solid #b7b7b7;
    bottom: 0;
    border-right: 0;
    margin: 0 auto;
    left: 0;
  }
  .pv-container .container-section .pv-body-section .graphic-callout .border-right-bot:last-child:after {
    content: "";
    border-bottom: none;
  }
  .seprator-spleen {
    margin-bottom: 45px;
    margin-top: 45px;
  }
  .pv-body-section .possible-callout .green-sml-callout-section {
    background: transparent;
    padding: 0 15px;
    margin: 0;
  }
  .pv-body-section .possible-callout .green-sml-callout-section .green-sml-callout-section-dev {
    margin: 0;
    padding: 15px;
    background: #f0f7eb;
  }
  .pv-container .container-section .pv-body-section .what-is-callout {
    padding: 15px 15px;
    margin: 15px 0 0 0;
    width: 100%;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
  }
  .pv-container.mf-section .container-section .pv-body-section .green-box-mf-callout {
    padding: 0;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
  }
  .pv-container.mf-section .container-section .pv-body-section .green-box-mf-callout .btn-link {
    margin-bottom: 35px;
  }
  .pv-container.mf-section .container-section .pv-body-section .graph-list {
    margin-left: -20px;
  }
  .margin-right-desktop {
    margin-left: 10px;
  }
  .pv-container.mf-section.high-risk-mf .container-section .pv-body-section .circle-graph .border-after.border-cls:after {
    content: "";
    height: 2px;
    width: 90%;
    background: #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    margin: 0 auto;
    display: block;
  }
  .pv-container.mf-section.high-risk-mf .container-section .pv-body-section .circle-graph .border-after.border-cls:before {
    content: "";
    display: block;
    height: 2px;
    width: 90%;
    background: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .pv-container.mf-section.high-risk-mf .container-section .pv-body-section .circle-graph .border-after.border-cls {
    margin-top: 15px;
    padding-top: 25px;
    margin-bottom: 15px;
  }
  .myelofibrosis .support-resources .middle-section-bottom {
    padding: 0;
  }
}
.incytecare-patients-support .patients-support-callout {
  height: 100% !important;
}
.pv-container .container-section .pv-body-section .green-box-pv-callout .head-callout {
  color: #92278f;
  font-size: 20px;
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  padding-right: 90px;
}
.pv-container .container-section .pv-body-section a.green-txt {
  text-decoration: underline;
}
.page-node-301 .pv-container .container-section .pv-body-section {
  margin-right: -15px;
  margin-left: -15px;
}
.page-node-296 .pv-container .container-section .pv-body-section {
  margin-right: -15px;
  margin-left: -15px;
}
.mf-registration-form,
.pv-registration-form {
  padding-bottom: 75px;
}
.pv-registration-form .prettycheckbox > a {
  display: inline;
}
.pv-registration-form .prettycheckbox label {
  display: inline;
  padding-left: 10px;
}
.mf-registration-form .prettycheckbox > a {
  display: inline;
}
.mf-registration-form .prettycheckbox label {
  display: inline;
  padding-left: 10px;
}
.register-form .form-submit {
  font-size: 18px;
}


.pv-registration-form span.field-suffix {
  display: none;
}
.mf-registration-form span.field-suffix {
  display: none;
}
.header .top-banner-gray-bg img.flag {
  margin-top: 0px;
}
.page-node-381 .form-group {
  margin-bottom: 0px;
}
#edit-personal-information em {
  font-weight: 100;
}
#edit-i-am-a .radio {
  margin-bottom: 12px;
}
.page-node-376 .pv-registration-form .register-form-row legend {
  margin-bottom: 15px;
}
.mf-ambassador-form input.required {
  margin-bottom: 15px;
}
.mf-ambassador-form .radio .radio {
  margin-bottom: 15px;
}
.mf-mentor-form .radio .radio {
  margin-bottom: 15px;
}
.mf-mentor-form .form-group {
  margin-bottom: 0px;
}
.pv-ambassador-form input.required {
  margin-bottom: 15px;
}
.mf-registration-form .radio .radio {
  margin-bottom: 15px;
}
.radio label {
  margin: 0px 5px 10px 5px;
}
.radio {
  margin-top: 0px;
  margin-bottom: 0px;
}
.radio .radio {
  margin-bottom: 5px;
}
.register-form .form-control {
  color: #000000;
}
.register-form-row span.fieldset-legend {
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 14px;
}
.register-form-row legend {
  border-bottom: 0px solid #e5e5e5;
}
#captcha summary {
  display: none;
}
#captcha .details-wrapper small {
  display: none;
}
.page-node-126 .ui-selectmenu-menu .ui-state-active,
.page-node-126 .ui-selectmenu-menu .ui-widget-content .ui-state-active,
.page-node-126 .ui-selectmenu-menu .ui-widget-header .ui-state-active,
.page-node-126 .ui-selectmenu-menu a.ui-button:active,
.page-node-126 .ui-selectmenu-menu .ui-button:active,
.page-node-126 .ui-selectmenu-menu .ui-button.ui-state-active:hover {
  color: #92278f;
}
.page-node-196 .ui-selectmenu-menu .ui-state-active,
.page-node-196 .ui-selectmenu-menu .ui-widget-content .ui-state-active,
.page-node-196 .ui-selectmenu-menu .ui-widget-header .ui-state-active,
.page-node-196 .ui-selectmenu-menu a.ui-button:active,
.page-node-196 .ui-selectmenu-menu .ui-button:active,
.page-node-196 .ui-selectmenu-menu .ui-button.ui-state-active:hover {
  color: #92278f;
}
.page-node-326 .ui-selectmenu-menu .ui-state-active,
.page-node-326 .ui-selectmenu-menu .ui-widget-content .ui-state-active,
.page-node-326 .ui-selectmenu-menu .ui-widget-header .ui-state-active,
.page-node-326 .ui-selectmenu-menu a.ui-button:active,
.page-node-326 .ui-selectmenu-menu .ui-button:active,
.page-node-326 .ui-selectmenu-menu .ui-button.ui-state-active:hover {
  color: #92278f;
}
.pv-container.mf-section .radio input[type='radio']:checked:after {
  background-color: #92278f;
}
.support-section.patient-perspectives a:hover {
  text-decoration: underline;
}
.prettycheckbox label {
  display: inline-block;
  margin: 0px 5px 0px 5px;
  padding-left: 0px;
  font-size: 14px;
}
.checkbox {
  padding-left: 0px;
}
input.btn-primary:focus {
  border: none !important;
  box-shadow: none !important;
}
input.btn:focus {
  outline: 0px thin dotted #333 !important;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px !important;
}
.pv-mentor-form .tab-center,
.pv-registration-form .row:last-child .col-md-5,
.pv-ambassador-form .tab-center {
  /*background-color: #6CB33F;*/
  text-align: center;
  cursor: pointer;
}
.pv-mentor-form .tab-center .form-group,
.pv-registration-form .row:last-child .col-md-5 .form-group,
.pv-ambassador-form .form-group {
  margin-bottom: 0px;
}
.pv-mentor-form .tab-center .form-control,
.pv-registration-form .row:last-child .col-md-5 .form-control,
.pv-ambassador-form .form-control {
  margin-bottom: 0px;
}
.mf-mentor-form .tab-center,
.mf-registration-form .row:last-child .col-md-5,
.mf-ambassador-form .tab-center {
  background-color: #92278f;
  text-align: center;
  cursor: pointer;
}
.mf-mentor-form .tab-center .form-group,
.mf-registration-form .row:last-child .col-md-5 .form-group,
.mf-ambassador-form .form-group {
  margin-bottom: 0px;
}
.mf-mentor-form .tab-center .form-control,
.mf-registration-form .row:last-child .col-md-5 .form-control,
.mf-ambassador-form .form-control {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner-container .banner .right-content .triage-gvhd-box .gvhd-wrappper .lrg-txt a span {
    font-size: 18px;
  }
  .pv-mentor-form .tab-center,
  .pv-ambassador-form .tab-center {
    width: auto;
    margin: 5% 0% 0% 18%;
  }
  .mf-mentor-form .tab-center,
  .mf-ambassador-form .tab-center {
    width: auto;
    margin: 5% 0% 0% 18%;
  }
}

@media screen and (max-width: 480px) {
  .pv-mentor-form .tab-center .form-control,
  .pv-ambassador-form .tab-center .form-control {
    margin-bottom: 8px;
  }
  .mf-mentor-form .tab-center .form-control,
  .mf-ambassador-form .tab-center .form-control {
    margin-bottom: 8px;
  }

}
@media screen and (min-width: 1025px) {
  .pv-registration-form #edit-actions-submit,
  .mf-registration-form #edit-actions-submit {
    padding: 0px 80px;
  }
  .pv-registration-form #edit-actions::after,
  .mf-registration-form #edit-actions::after {
    right: 55px;
  }
  #edit-actions-submit {
    padding: 0px 130px;
  }
  #edit-actions::after {
    right: 105px;
  }
}
#edit-actions-submit {
  background: none;
  box-shadow: 0px 0px 0px;
}


@media only screen and (min-width: 712px) and (max-width: 1138px) and (orientation: portrait) {
  .mentor-for-count-4 .col-md-15 {
    width: 16%;
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1400px) {
  .header .resident-txt {
    font-size: 10px;
	  margin-top: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1920px) {
  .chatbox-pv-open .relativeDiv .form-control {
    padding: 9px 12px 6px 15px;
  }
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
  .chatbox-pv-open .relativeDiv .form-control {
    padding: 9px 12px 6px 15px;
  }
}
/* email feild ios and iphone */
@media screen and (min-width: 1920px) {
  .chatbox-pv-open .relativeDiv .watermark {
    left: 60px !important;
    color: #939598;
  }
  .chatbox-pv-open .relativeDiv .watermark.up {
    left: 60px !important;
    color: #6cb33f;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .chatbox-pv-mobile-inner .modalDiv.relativeDiv {
    width: 290px;
    margin: 0 auto;
  }
  .modalDiv.relativeDiv .watermark {
    left: 25px;
  }
  .modalDiv.relativeDiv .watermark.up {
    left: 16px;
  }
  .cgvhd-section.possible-benefits .graph_50percent_bg .graph-img {
    max-width: none;
  }
  .cgvhd-section .possible-benefits .graph_50percent_bg .graph-img img {
    max-width: 90px;
    width: inherit !important;
  }
  .pv-container.mf-section .container-section .pv-body-section .gradient-blocks .spacer-top35 {
    margin: 0px 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .chatbox-pv-open .relativeDiv .watermark {
    color: #939598;
  }
  .chatbox-pv-open .relativeDiv .watermark.up {
    color: #6cb33f;
  }
  .chatbox-pv-mobile-inner .modalDiv.relativeDiv {
    width: 290px;
    margin: 0 auto;
  }
  .modalDiv.relativeDiv .watermark {
    left: 25px;
  }
  .modalDiv.relativeDiv .watermark.up {
    left: 16px;
  }
  .page-node-11 .video-clinical-trails .callout-no-margin {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/* s10 circle width issue */
@media only screen and (min-width: 412px) and (max-width: 722px) and (orientation: landscape) {
  .chatbox-pv-mobile-wrapper {
    width: 100% !important;
    left: 0;
    margin: 0 auto;
  }
}
#chatbox-emailWeb-error {
  float: left;
  margin-top: 0px;
}
#chatbox-emailMob-error {
  float: left;
  margin-top: 5px;
}
#chatbox-chatboxmfWeb-error {
  float: left;
  margin-top: 0px;
}
#chatbox-chatboxmfMob-error {
  float: left;
  margin-top: 5px;
}
.transcript-section .transcript-txt {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch !important; /* touch-action:auto !important; */
}
ul.parent-list ul {
  padding-right: 13px;
}
#edit-actions {
  position: relative;
  display: inline-block;
}
#edit-actions::after {
  position: absolute;
  content: "\f054";
  top: 20px;
  height: 20px;
  width: 20px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff;
}
@media screen and (max-width: 359px) {
  #edit-actions-submit {
    margin-top: 0px;
  }
}
@media screen and (min-width: 360px) and (max-width: 767px) {
  body {
    padding-bottom: 40px;
  }
  #edit-actions-submit {
    margin-top: 0px;
  }
  .page-node-51 .support-section.patient-perspectives .middle-section-bottom,
  .page-node-51 .support-section.patient-perspectives .middle-section-bottom .col-xs-12.col-lg-12,
  .page-node-51 .support-section.patient-perspectives .middle-section-bottom .col-xs-9,
  .page-node-51 .support-section.patient-perspectives .middle-section-bottom .col-xs-12.col-md-9,
  .page-node-51 .support-section.patient-perspectives .middle-section-video,
  .page-node-51 .support-section.patient-perspectives .middle-section-video .patient-stories-callouts {
    padding: 0;
  }
  .myelofibrosis .video-resources .middle-section {
    margin-bottom: 0;
  }

  /* @media (min-width: 0px) and (max-width: 767px) { */
  .pv-mentor-form .tab-center,
  .pv-registration-form .row:last-child .col-md-5,
  .pv-ambassador-form .tab-center {
    width: auto;
    margin: 4%;
  }
  .mf-mentor-form .tab-center,
  .mf-registration-form .row:last-child .col-md-5,
  .mf-ambassador-form .tab-center {
    width: auto;
    margin: 4%;
  }
  .cgvhd-section.taking-jakafi .jakafitabbox img {
    max-width: 100%;
  }
  .footer-logo a.footerlogo img {
    margin: inherit;
  }
  .pv-container .container-section .pv-body-section .right-col-img-border.pv-about .about-jakafi-logo img {
    float: none;
  }
  .mentor-for-count-4 .meet-mentor-box-main .visible-xs img {
    width: 54%;
    float: left;
  }
  #how-jakafi-works .hidden-sm.hidden-lg.hidden-md.spacer-40 {
    margin-top: 0px;
  }
  .pv-container.mf-section .container-section .pv-body-section .gradient-blocks .spacer-top35 {
    margin: 0px 0 0 0;
  }
  .blood-status img.img-center {
    margin: inherit;
  }
  .agvhd-section.possible-benefits .pink-box-border .icon-people .img-right.offset-right-20 {
    margin-right: 0px;
  }
  .cgvhd-section.taking-jakafi .jakafitabbox img {
    height: inherit;
  }
  #edit-actions-submit {
    white-space: normal;
  }
  .cookie-policy span {
    margin-bottom: 0px;
  }
  .cookie-policy p {
    margin-bottom: 10px;
  }
  .content-holder {
    margin-top: -5px;
  }
  .pv-container .container-section .pv-body-section .btn-link {
    margin-top: 15px !important;
  }
  #webform-submission-mentor-program-form-mf-node-196-add-form #edit-actions-submit,
  #webform-submission-become-an-ambassador-mf-node-326-add-form #edit-actions-submit {
    font-size: 14px !important;
  }
  #webform-submission-become-an-ambassador-mf-node-326-add-form #edit-actions-submit {
    margin-bottom: 0 !important;
  }
  #webform-submission-mentor-program-form-mf-node-196-add-form #edit-actions::after {
    right: -8px !important;
  }
  #webform-submission-become-an-ambassador-mf-node-326-add-form #edit-actions::after {
    right: -8px !important;
    top: 21px !important;
  }
  #webform-submission-registration-mf-node-126-add-form #edit-actions {
    background-color: #92278f;
  }
  #webform-submission-become-an-ambassador-node-321-add-form #edit-actions-submit {
    font-size: 14px !important;
  }
  #webform-submission-become-an-ambassador-node-321-add-form #edit-actions::after {
    right: -6px !important;
    top: 21px !important;
    font-size: 12px !important;
  }
  .header .custom-navbar li {
    width: 25% !important;
  }
  .caregivers-play {
    margin-left: 10px;
    margin-right: 10px;
  }
  .caregivers-play .left-content {
    padding: 35px 70px 18px 40px;
  }
  .pv-container .container-section .pv-body-section .col-content-inner p.text-vs {
    margin-bottom: 15px !important;
    margin-top: 5px !important;
  }
  .col-content {
    flex-direction: column;
  }
  .row-two-col-margin div.col-lg-6 {
    width: 100%;
  }
  .sticky-container.chatbox-btn-cgvhd.policy-open a.chatbox-btn-cgvhd-open-mobile img {
    width: 40px;
  }
  .pv-container.cgvhd-home .sticky-container.policy-open {
    top: 364px !important;
  }
  .cgvhd-home .sticky-container.chatbox-btn-cgvhd.policy-open {
    top: 414px !important;
  }
  .cgvhd-home .sticky-container.chatbox-btn-cgvhd.policy-open.fixed {
    top: 135px !important;
  }
  .pv-container.cgvhd-section .sticky-container.policy-open {
    top: 364px !important;
  }
  .cgvhd-section .sticky-container.chatbox-btn-cgvhd.policy-open {
    top: 414px !important;
  }
  .pv-container.cgvhd-section .sticky-container.policy-open.fixed {
    position: fixed;
  }
  .sticky-container.sticky-share-tab.fixed {
    top: 169px;
  }
  .sticky-share-tab.fixed {
    top: 179px;
  }
  .cgvhd-home .middle-section {
    padding: 20px 0px;
  }
  .cgvhd-home .middle-section h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .header .custom-navbar .nav-tabs > li > a {
    font-size: 20px !important;
  }
  .custom-br-none {
    display: block;
  }
  .banner-container .banner .right-content .triage-box.ac-gvhd-box p.lrg-txt {
    line-height: 18px;
  }
  .pv-container .container-section .pv-body-section .sitemap-links.cgvhd-site .cGVHD-head {
    font-size: 16px;
  }
  #CGVHD-incyte-csp .prescribed-jakafi-wrapper .connect-wrapper .c-visit-text a.c-tel-link {
    color: #6cb33f;
    cursor: pointer;
  }
  #CGVHD-incyte-csp .prescribed-jakafi-wrapper .connect-wrapper {
    margin-top: 50px;
  }
  /* Register and resources Button Styles */
  #webform-submission-register-for-resources-node-376-add-form #edit-actions::after {
    top: 25px !important;
  }
  #webform-submission-become-an-ambassador-common-node-386-add-form #edit-actions #edit-actions-submit {
    margin: 0 !important;
    height: 40px;
    font-size: 13px;
  }
  #webform-submission-become-an-ambassador-common-node-386-add-form #edit-actions::after {
    top: 15px !important;
    right: -5px !important;
  }
  #webform-submission-mentor-program-common-node-381-add-form #edit-actions #edit-actions-submit {
    margin: 0 !important;
    font-size: 14px;
    height: 72px;
  }
  #webform-submission-mentor-program-common-node-381-add-form #edit-actions::after {
    top: 30px !important;
    right: -8px !important;
  }
  #CGVHD-incyte-csp .prescribed-jakafi-wrapper .ac-list-wrapper li::before,
  #CGVHD-incyte-csp .prescribed-jakafi-wrapper .ac-list-wrapper li span {
    display: table-cell;
  }
  /* Menu */
  .header .cGVHD-menu {
    background-color: #fff;
    color: #c627a6;
  }
  .header .cGVHD-menu.active {
    background-color: #c627a6;
    color: #fff;
  }
  /* Chatbox */
  .square-popup .chatbox-cgvhd-mobile-inner p {
    font-size: 18px;
    line-height: 20px;
  }
  .square-popup .chatbox-cgvhd-mobile-inner p span.cht-txt-2 {
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
    font-size: 24px;
    line-height: 26px;
  }
  .square-popup .chatbox-cgvhd-mobile-inner p span.cht-txt-3 {
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  }
  .square-popup .chatbox-cgvhd-mobile-wrapper .chatbox-btn .fa.fa-chevron-right {
    font-size: 14px;
  }
  .graft-versus-host-disease .agvhd-home .middle-section > h1 {
    display: block !important;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box p.pink-txt-bold {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 10px;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box.box-5,
  .cgvhd .about-cgvhd .signs-symptoms .box.box-6,
  .cgvhd .about-cgvhd .signs-symptoms .box.box-7,
  .cgvhd .about-cgvhd .signs-symptoms .box.box-8 {
    margin-top: 30px !important;
  }
  .cgvhd-home .link-txt.c-link-gvhd {
    font-size: 13px !important;
  }
  #CGVHD-incyte-csp .prescribed-jakafi-wrapper .note-jakafi-text {
    margin-bottom: 18px;
  }
  .chatbox-agvhd-mobile-inner p {
    font-size: 18px;
    line-height: 20px;
    color: #92278f;
    padding-top: 58px;
    text-align: center;
    width: 100%;
  }
  .chatbox-agvhd-mobile-inner p span.cht-txt-2 {
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
    font-size: 24px;
    line-height: 26px;
  }
  .sticky-container.chatbox-btn-agvhd.policy-open a.chatbox-btn-agvhd-open-mobile img {
    width: 40px;
  }
  .pv-container .container-section .pv-body-section .right-col-img-border.pv-about .column-one.border-img:after,
  .pv-container .container-section .pv-body-section .right-col-img-border.pv-about .column-two.border-img:after {
    background: url(../images/icn_div_m.png);
    background-repeat: no-repeat;
  }
  .middle-section.thank-you-register {
    margin-top: 0px;
    padding: 0;
  }
  .polycythemia-vera .patient-perspectives .patient-accordion h2.accordion-header-patient {
    margin-top: 20px !important;
  }
  .myelofibrosis .patient-perspectives .patient-accordion h2.accordion-header-patient {
    margin-top: 20px !important;
  }
  .mt-50 {
    margin-top: 50px;
  }
  .mb-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .chatbox-agvhd-mobile-wrapper {
    width: 100% !important;
  }
  .graft-versus-host-disease .agvhd-home {
    padding-bottom: 80px;
  }
  .graft-versus-host-disease .incytecares-patient-support .p-mb-10 {
    margin-top: 7px !important;
  }
  .pv-registration-form .prettycheckbox > a {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
  }
  .pv-registration-form .prettycheckbox label {
    display: block;
    padding-left: 10px;
    width: 89%;
    float: left;
  }
  .polycythemia-vera .pv-container .container-section .pv-body-section .what-is-callout {
    width: 100%;
  }
  .polycythemia-vera .pv-container .container-section .pv-body-section .what-is-callout .col-lg-11 {
    padding-right: 0px;
  }
  .h1-mb-mr {
    margin-bottom: 25px !important;
  }
  .container-section .languages_drp_dwn .languages-dropdown {
    width: 101%;
  }
  .possible-benefits .row.pink-box-border {
    margin-right: 0px;
    margin-left: 0px;
  }
  .pv-container .container-section .pv-body-section p.callout-head.text-align-center {
    line-height: 1.3;
  }

  .graft-versus-host-disease .sticky-container.chatbox-btn-agvhd.policy-open {
    top: 414px !important;
  }
  .ambasador-program .middle-section,
  .mentor-program-landing .middle-section {
    margin-top: 0px;
  }
  .ambasador-program .middle-section {
    margin-bottom: 0px;
  }
  .signs-symptoms.visible-xs .box {
    width: 100%;
  }
  .cgvhd-section .middle-section,
  .graft-versus-host-disease .middle-section {
    padding: 0px;
  }
  .menu-item-list .top-links .top-btn {
    display: none;
  }
  .header .menu-item-list .top-links .top-sml-dev-links {
    background-color: #c627a6;
  }
  .cgvhd-section .middle-section .ac-gvhd-text-wrapper p {
    font-size: 14px;
  }
  .ac-gvhd-links .c-gvhd-link {
    margin-top: 15px;
  }
  .ac-gvhd-links .a-gvhd-link {
    margin-top: 15px;
  }
  .page-node-481 .sml-dev-container {
    display: none !important;
  }
  .cgvhd-section .middle-section h2 {
    line-height: 55px;
  }
  .cgvhd-section .banner-image-gvhd-landing {
    height: 165px;
    background-size: cover;
  }
  .cgvhd-section .content-cgvhd .offset-top-section {
    margin-top: -145px;
  }
  .violet-box-item .spacer-10 {
    padding-left: 15px;
  }
  .col-content {
    flex-direction: row;
  }
  .col-content p {
    text-align: center !important;
  }
  div.mb-text-left p {
    text-align: left !important;
  }
  .banner-image-gvhd-landing {
    background-size: cover;
  }
  .isi-wrapper .collapse_btns .btn {
    padding: 0 !important;
  }
  .benefits-gvhd .row:nth-child(1) {
    padding: 20px 0px 0px 0px;
  }
  .benefits-gvhd .row:nth-child(3) {
    padding: 0px 0px 0px 0px;
  }
  .agvhd-section .posible-benefits-gvhd .col-xs-push-2 {
    left: 0%;
  }
  .agvhd-section .posible-benefits-gvhd .col-xs-push-2 p {
    text-align: center;
  }
  #CGVHD-incyte-csp .prescribed-jakafi-wrapper .connect-wrapper {
    padding: 26px 50px;
  }
  .c-tel-link strong {
    white-space: nowrap;
  }
  .cgvhd .support-resources .views-element-container .support-link-callouts:nth-child(1) {
    padding-top: 20px;
  }
  .donor-cell {
    margin-top: 30px;
  }
  .square-popup.what-to-expect hr.m-mtb {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .m-pd {
    padding-right: 55px;
  }
  .incyte-mentor-program iframe {
    border: 0px solid;
  }
  .pv-container.is-jakafi-right-for-me .pv-body-section .marginbottom107 {
    margin-bottom: 0px;
  }
  .graft-versus-host-disease .support-link-callouts img {
    width: 100%;
    max-width: 100%;
  }
  .pv-container.mf-section .container-section .pv-body-section .right-col-img-border .fig-caption span:last-child {
    font-size: 14px;
    margin-top: 20px;
  }
  .pv-container .container-section .pv-body-section .right-col-img-border .fig-caption span:last-child {
    font-size: 14px;
  }
  .my-medicine-diary {
    padding-top: 5px;
  }
  .agvhd-home .middle-section {
    padding-top: 25px !important;
  }
  .graft-versus-host-disease .sticky-container.chatbox-btn-agvhd.policy-open {
    top: 450px !important;
  }

  .agvhd-section .prescribed-jakafi-wrapper .ac-list-wrapper li::before,
  .agvhd-section .prescribed-jakafi-wrapper .ac-list-wrapper li span {
    display: table-cell !important;
  }
  .mf-section .patients-support-callout-img.width-50 img.embedded-incyteCARES-video {
    width: 100%;
  }
  .polycythemia-vera .patients-support-callout-img.width-50 img.embedded-incyteCARES-video {
    width: 100%;
  }
  .banner-image-cgvhd {
    background: url('../images/Background_m@2x.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
  }
  .what-to-expect .no-padding-mobile img {
    width: 100%;
    margin-bottom: 10px;
  }
  .mf-home .story-callout img {
    width: 100%;
    margin-bottom: 10px;
  }
  .pv-home .story-callout img {
    width: 100%;
    margin-bottom: 10px;
  }
  .cgvhd-section .middle-section .ac-gvhd-wrapper {
    display: none;
  }
  .cgvhd-section .middle-section {
    padding: 40px 10px;
  }
  .cgvhd-section .mobile-acute-gvhd-header-text,
  .cgvhd-section .mobile-chronic-gvhd-header-text {
    display: block;
  }
  .cgvhd-section .middle-section h3 {
    width: 100%;
  }
  .cgvhd-section .full-area-text.start-text {
    margin-top: 25px;
  }
  .cgvhd-section .middle-section .ac-gvhd-icon-wrapper,
  .cgvhd-section .middle-section .ac-gvhd-text-wrapper,
  .cgvhd-section .ac-gvhd-links {
    flex-direction: column;
  }
  .cgvhd-section .middle-section .ac-gvhd-icon-wrapper .a-gvhd-icons,
  .cgvhd-section .middle-section .ac-gvhd-text-wrapper .a-gvhd-text-wrap,
  .cgvhd-section .ac-gvhd-links .a-gvhd-link {
    width: 100%;
    margin-right: 0;
  }
  .cgvhd-section .middle-section .ac-gvhd-icon-wrapper .c-gvhd-icons,
  .cgvhd-section .middle-section .ac-gvhd-text-wrapper .c-gvhd-text-wrap,
  .cgvhd-section .ac-gvhd-links .c-gvhd-link {
    width: 100%;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .cgvhd-section .mobile-acute-gvhd-header-text {
    text-align: center;
    background-color: #92278f;
    color: #ffffff;
    font-size: 18px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
    padding: 14px 0;
  }
  .cgvhd-section .mobile-chronic-gvhd-header-text {
    text-align: center;
    background-color: #c627a6;
    color: #ffffff;
    font-size: 18px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
    padding: 14px 0;
    margin-top: 10px;
  }
  .cgvhd-section .mobile-acute-gvhd-header-text .fa.fa-chevron-down,
  .cgvhd-section .mobile-chronic-gvhd-header-text .fa.fa-chevron-down,
  .cgvhd-section .mobile-acute-gvhd-header-text .fa.fa-chevron-up,
  .cgvhd-section .mobile-chronic-gvhd-header-text .fa.fa-chevron-up {
    font-size: 14px;
    margin-left: 6px;
  }
  .cgvhd-section .mobile-acute-gvhd-header-text,
  .cgvhd-section .mobile-chronic-gvhd-header-text {
    cursor: pointer;
  }
  .cgvhd-section .acute-text.a-gvhd-text-wrap,
  .cgvhd-section .chronic-text.c-gvhd-text-wrap,
  .cgvhd-section .a-gvhd-icons,
  .cgvhd-section .c-gvhd-icons {
    display: none;
  }
  .patient-perspectives .container-section .patient-accordion .accordion-container,
  .patient-perspectives .container-section .patient-accordion .accordion-container.collapse {
    height: 650px;
  }
  .pv-body-section .green-sml-callout-section {
    margin-left: 15px;
  }
  .pv-container .container-section .pv-body-section .left-bor.left-bor-full:before {
    content: "";
    height: 60%;
  }
  .margin-right-desktop {
    margin-left: 0px;
  }
  /* @media screen and (min-width: 0px) and (max-width: 767px) { */
  .graft-versus-host-disease .sticky-container.fixed {
    top: 80px !important;
    z-index: 1000;
  }
  .sticky-container.chatbox-btn-agvhd {
    top: 240px;
  }
  .graft-versus-host-disease .sticky-container {
    top: 340px;
  }
  .graft-versus-host-disease .sticky-container.chatbox-btn-agvhd {
    margin-top: 50px;
  }
  .pv-container .sticky-container.chatbox-btn-agvhd .sticky.connect {
    top: 0px;
  }
  /*cgvhd*/
  .cgvhd .sticky-container.fixed {
    top: 80px !important;
    z-index: 1000;
  }
  .sticky-container.chatbox-btn-cgvhd {
    top: 240px;
  }
  .cgvhd .sticky-container {
    top: 365px;
  }
  .cgvhd .sticky-container.chatbox-btn-cgvhd {
    margin-top: 50px;
  }
  .pv-container .sticky-container.chatbox-btn-cgvhd .sticky.connect {
    top: 0px;
  }
  .page-node-481 .content-cgvhd .middle-section {
    padding-left: 6px;
    padding-right: 6px;
  }
  .page-node-481 .content-cgvhd .middle-section h2 {
    font-size: 36px;
  }
  .chatbox-pv-mobile-inner .modalDiv.relativeDiv {
    width: 290px;
    margin: 0 auto;
  }
  .modalDiv.relativeDiv .watermark {
    left: 25px;
  }
  .modalDiv.relativeDiv .watermark.up {
    left: 16px;
  }
  #edit-actions-submit {
    white-space: normal;
  }
  .cookie-policy span {
    margin-bottom: 0px;
  }
  .cookie-policy p {
    margin-bottom: 10px;
  }
  .content-holder {
    margin-top: -5px;
  }
  .pv-container .container-section .pv-body-section .btn-link {
    margin-top: 15px !important;
  }
  .sticky-container.chatbox-btn-cgvhd a.chatbox-btn-cgvhd-open-mobile img {
    width: 40px;
  }
  .sticky-container.chatbox-btn-agvhd a.chatbox-btn-agvhd-open-mobile img {
    width: 40px;
  }
  .pv-home .img-content {
    margin-top: -48px;
  }
  #footer .social-icon {
    padding: 0px;
  }
  .possible-benefits .endpoint-tree-main .endpoint {
    height: auto !important;
  }
  .polycythemia-vera .incytecares-patient-support a.visit-link {
    border-radius: 50px;
  }
  .support-section.pv-container .sticky-container.policy-open {
    top: 364px;
  }
  .pv-container.about-pv .container-section .pv-body-section .right-col-img-border .fig-caption,
  .pv-container.about-mf .container-section .pv-body-section .right-col-img-border .fig-caption {
    width: auto;
    margin: 50px 0 50px -35px;
  }
  .pv-container.about-mf .container-section .pv-body-section .right-col-img-border .fig-caption span {
    margin-top: 0px !important;
  }
  .pv-container.about-pv .container-section .pv-body-section .right-col-img-border img,
  .pv-container.about-mf .container-section .pv-body-section .right-col-img-border img {
    margin: unset;
  }
  .pv-container.about-pv .container-section .pv-body-section .what-pv .right-col-img-border,
  .pv-container.about-mf .container-section .pv-body-section .what-pv .right-col-img-border {
    padding: 0px;
  }
  .pv-container .fa-chevron-right {
    font-size: 10px !important;
  }
  #edit-actions-submit {
    white-space: normal;
  }
  .cookie-policy span {
    margin-bottom: 0px;
  }
  .cookie-policy p {
    margin-bottom: 10px;
  }
  .content-holder {
    margin-top: -5px;
  }
  .pv-container .container-section .pv-body-section .btn-link {
    margin-top: 15px !important;
  }
  .sticky-container.chatbox-btn-cgvhd a.chatbox-btn-cgvhd-open-mobile img {
    width: 40px;
  }
  .sticky-container.chatbox-btn-agvhd a.chatbox-btn-agvhd-open-mobile img {
    width: 40px;
  }
  .pv-home .img-content {
    margin-top: -48px;
  }
  #footer .social-icon {
    padding: 0px;
  }
  .possible-benefits .endpoint-tree-main .endpoint {
    height: auto !important;
  }
  .polycythemia-vera .incytecares-patient-support a.visit-link {
    border-radius: 50px;
  }
  .support-section.pv-container .sticky-container.policy-open {
    top: 364px;
  }
  .pv-container.about-pv .container-section .pv-body-section .right-col-img-border .fig-caption,
  .pv-container.about-mf .container-section .pv-body-section .right-col-img-border .fig-caption {
    width: auto;
    margin: 50px 0 50px -35px;
  }
  .pv-container.about-mf .container-section .pv-body-section .right-col-img-border .fig-caption span {
    margin-top: 0px !important;
  }
  .pv-container.about-pv .container-section .pv-body-section .right-col-img-border img,
  .pv-container.about-mf .container-section .pv-body-section .right-col-img-border img {
    margin: unset;
  }
  .pv-container.about-pv .container-section .pv-body-section .what-pv .right-col-img-border,
  .pv-container.about-mf .container-section .pv-body-section .what-pv .right-col-img-border {
    padding: 0px;
  }
  .pv-container .fa-chevron-right {
    font-size: 10px !important;
  }
	.logo .logo-content {
    max-width: 70%;
    width: 100%;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    padding-top: 20px;
  }
  .logo .logo-content a{
    min-height: 50px !important;
    display: block;
  }
  .modal.in .modal-dialog {
      transform: translate(0%, 15%);
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .myelofibrosis .box-item.spacer-top-25 .hidden-sm img.img-center {
    max-width: initial;
  }
  .video-resources .patient-stories-callouts {
    min-height: 327px;
  }
  .myelofibrosis .video-resources .middle-section {
    padding-bottom: 0;
  }
  .header .custom-navbar {
    right: 0px;
    /* width: 240px; */
    top: 0;
  }
  #edit-actions-submit {
    margin-top: 0px;
    /*   background-position: 98% 58%;*/
  }
  .header .top-banner-white-bg .right-col p.head-txt {
    font-size: 11px;
  }
  .remove-padding-tablet {
    padding: 0;
  }
  .header .menu-item-list .tab-content .tab-pane ul li {
    margin-right: 5px;
  }
  .sticky.share-icons img {
    width: 30px;
  }
  /* .left-content-1 {
    line-height: 21px;
  } */
  .bottom-nav .prev-nav a,
  .bottom-nav .next-nav a {
    font-size: 14px;
  }
  .bottom-nav .current-page {
    font-size: 16px;
    margin-left: -7px !important;
    width: auto;
    display: inline-block !important;
    float: none;
    font-weight: normal;
    width: 55%;
  }
  .bottom-nav .prev-nav,
  .bottom-nav .next-nav {
    padding: 0;
  }
  .bottom-nav div.nav-container div {
    display: table-cell;
    width: auto;
  }
  #isi_section {
    margin-top: 15px;
  }
  .pv-container .container-section .pv-body-section .copay-callout .sml-txt {
    margin-top: 10px !important;
  }
  .patients-support-callouts-title.extra-margin-top {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .pv-mentor-form .tab-center,
  .pv-registration-form .row:last-child .col-md-5,
  .pv-ambassador-form .tab-center {
    background-color: #6cb33f;
  }

  #edit-actions::after {
    right: -5px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .possible-benefits .img-down-arrow {
    float: left;
    margin-right: 30px;
  }
  .possible-benefits .graph_down_arrow p {
    margin-top: 10px;
  }
  .img-1 {
    max-width: 80px;
    width: 100%;
  }
  .img-2 {
    max-width: 80px;
    width: 100%;
  }
  .bottom-nav div.nav-container div.current-page {
    font-weight: normal;
    width: 55%;
  }
  .mentor-program-landing .views-element-container .meet-mentor-box a {
    width: 110px;
    margin-left: -56px;
  }
  .pv-container .container-section .pv-body-section .footnote.Inc {
    margin-top: 30px;
  }
  .mpn.advocacy-resources-link-callout {
    margin-top: 30px;
  }
  .support-link-callouts span {
    padding-right: 0px;
  }
  .incytecare-patients-support .patients-support-callouts .row.patients-support-callout:nth-child(1) {
    min-height: 91px !important;
  }
  .incytecare-patients-support .patients-support-callouts .patients-support-callout {
    min-height: 130px !important;
  }
  .cgvhd-section .middle-section {
    padding: 20px 45px;
  }
  .graft-versus-host-disease .agvhd-home {
    padding-bottom: 80px;
  }
  .agvhd-home .banner-image-agvhd {
    height: 300px;
  }
  .col-lg3 {
    width: 25%;
  }
  .myelofibrosis .what-to-expect .container-section .pv-body-section .para-img p {
    padding: 10px 15px 0px 0;
  }
  .mf-section .container-section .pv-body-section .para-img img {
    padding: 0px 15px 0px 0;
  }
  .polycythemia-vera .container-section .pv-body-section .para-img img {
    padding: 0px 15px 0px 0;
  }
  .mf-section .container-section .pv-body-section .para-img p {
    padding: 10px 15px 50px 0;
  }
  .polycythemia-vera .what-to-expect .container-section .pv-body-section .para-img p {
    padding: 10px 15px 0px 0;
  }
  .polycythemia-vera .container-section .pv-body-section .para-img p {
    padding: 10px 15px 50px 0;
  }
  .polycythemia-vera .incytecare-patients-support .patients-support-callouts .patients-support-callout.temporary-coverage {
    min-height: 150px!important;
  }

/* 5-5-2022 */
  .video-resources .section-links span {
    margin-bottom: 35px!important;
    display: block;
  }
  .video-resources .section-links ul {
    padding-left: 0px;
  }
  #webform-submission-register-for-resources-node-376-add-form #edit-i-am-a--wrapper label.form-check-label {
    margin-left: 14px!important;
  }
}

@media screen and (min-width: 768px) {
  .cookie-policy p {
    margin-bottom: 0px;
  }
  .lg-offset-padding-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .header .top-banner-white-bg .col-lg-3.col-xs-12.col-md-3.col-sm-3.logo {
    /* padding-left: 5px; */
    padding-right: 5px;
  }
}


.myelofibrosis .about-mf-and-the-spleen .spacer-top-25 .visible-md.visible-lg.hidden-xs.hidden-sm img {
  width: 100%;
}
.page-node-36.myelofibrosis .about-mf-and-the-spleen .spacer-top-25 .visible-md.visible-lg.hidden-xs.hidden-sm img {
  width: 100%;
}
.page-node-36.myelofibrosis .about-mf-and-the-spleen .img-id-36.spacer-top-25 .visible-md.visible-lg.hidden-xs.hidden-sm img {
  width: auto !important;
}
.myelofibrosis .box-item.spacer-top-25 .hidden-sm img.img-center {
  max-width: initial;
}
.section-404-500 {
  margin-top: 16px;
}

.sliding-popup-bottom,
.sliding-popup-top {
  z-index: 1;
}
.support-section.agvhd-section .views-element-container .patient-stories-callouts:nth-child(2) a.patient-stories-callouts-title {
  padding-right: 10px;
}
.mf-dan {
  display: none;
}
.mf-section .mf-dan {
  display: block !important;
}
.mf-section .pv-dan {
  display: none;
}
.banner-image-gvhd-landing {
  background: url('../images/Background@2x.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 640px;
  padding-top: 55px;
  position: relative;
}
.cgvhd-section .header-text {
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 48px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 50px;
}
.cgvhd-section .middle-section {
  background-color: #ffffff;
  /* padding: 60px; */
}
.cgvhd-section .middle-section h2 {
  color: #6cb33f;
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 40px;
  font-weight: 300;
  border-bottom: 1px solid #6a6a6a;
  padding-bottom: 22px;
  margin-bottom: 30px;
}
.cgvhd-section .middle-section .text-wrapper p {
  color: #444444;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
}
.cgvhd-section .middle-section .text-wrapper {
  margin-bottom: 30px;
}
.cgvhd-section .middle-section .text-wrapper p span.green-text {
  color: #6cb33f;
}
.cgvhd-section .middle-section .ac-gvhd-wrapper,
.cgvhd-section .middle-section .ac-gvhd-icon-wrapper,
.cgvhd-section .middle-section .ac-gvhd-text-wrapper {
  display: flex;
  justify-content: center;
}
.cgvhd-section .middle-section .ac-gvhd-wrapper .acute-gvhd-text,
.cgvhd-section .middle-section .ac-gvhd-wrapper .chronic-gvhd-text {
  text-align: center;
  font-size: 18px;
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  color: #ffffff;
  padding: 14px 0;
  width: 35%;
  text-transform: uppercase;
}
.cgvhd-section .middle-section .ac-gvhd-wrapper .acute-gvhd-text .fa-chevron-right,
.cgvhd-section .middle-section .ac-gvhd-wrapper .chronic-gvhd-text .fa-chevron-right {
  font-size: 14px;
  margin-left: 5px;
}
.cgvhd-section .middle-section .ac-gvhd-wrapper .acute-gvhd-text {
  background-color: #9227bf;
  margin-right: 3%;
}
.cgvhd-section .middle-section .ac-gvhd-wrapper .chronic-gvhd-text {
  background-color: #c627a6;
  margin-left: 3%;
}
.cgvhd-section .middle-section .full-area-text {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.cgvhd-section .middle-section .ac-gvhd-icon-wrapper p.affect-text {
  color: #444444;
  font-size: 14px;
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  margin-bottom: 16px;
}
.cgvhd-section .middle-section .ac-gvhd-icon-wrapper p {
  color: #444444;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 14px;
  margin: 6px 0 24px 0;
}
.cgvhd-section .middle-section .ac-gvhd-icon-wrapper .chronic-text {
  color: #444444;
  font-size: 14px;
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.cgvhd-section .middle-section h3 {
  color: #444444;
  font-size: 18px;
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  background-color: #eeeeee;
  width: 76%;
  text-align: center;
  padding: 6px 0;
  text-transform: uppercase;
  margin: 0;
}
.cgvhd-section .middle-section .ac-gvhd-icon-wrapper .a-gvhd-icons,
.cgvhd-section .middle-section .ac-gvhd-text-wrapper .a-gvhd-text-wrap {
  background-color: #f7f0f7;
  margin-right: 3%;
  width: 35%;
  text-align: center;
  padding: 30px;
}
.cgvhd-section .middle-section .ac-gvhd-icon-wrapper .c-gvhd-icons {
  background-color: #fbf0f9;
  margin-left: 3%;
  width: 35%;
  text-align: center;
  padding: 30px;
}
.cgvhd-section .middle-section .ac-gvhd-text-wrapper .c-gvhd-text-wrap {
  background-color: #fbf0f9;
  margin-left: 3%;
  width: 35%;
  text-align: center;
  padding: 30px 30px 18px 30px;
}
.cgvhd-section .middle-section .ac-gvhd-text-wrapper p {
  color: #444444;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 16px;
}
.cgvhd-section .middle-section .ac-gvhd-icon-wrapper .c-gvhd-icons {
  padding: 30px 18px;
}
.cgvhd-section .middle-section .ac-gvhd-icon-wrapper .c-gvhd-icons .c-gvhd-icons-wrapper {
  display: flex;
  justify-content: space-around;
}
.cgvhd-section .middle-section .ac-gvhd-icon-wrapper .c-gvhd-icons .c-gvhd-icons-wrapper .c-gvhd-icons-left,
.cgvhd-section .middle-section .ac-gvhd-icon-wrapper .c-gvhd-icons .c-gvhd-icons-wrapper .c-gvhd-icons-right {
  width: 50%;
}
.cgvhd-section .mobile-acute-gvhd-header-text,
.cgvhd-section .mobile-chronic-gvhd-header-text {
  display: none;
}
.cgvhd-section .ac-gvhd-links {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.cgvhd-section .ac-gvhd-links .a-gvhd-link {
  width: 35%;
  margin-right: 3%;
  text-align: center;
}
.cgvhd-section .ac-gvhd-links .c-gvhd-link {
  width: 35%;
  margin-left: 3%;
  text-align: center;
}
.cgvhd-section .ac-gvhd-links a,
.cgvhd-section .ac-gvhd-links a:hover,
.cgvhd-section .ac-gvhd-links a:active,
.cgvhd-section .ac-gvhd-links a {
  font-size: 16px;
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  text-decoration: none;
}
.cgvhd-section .ac-gvhd-links .a-gvhd-link a {
  color: #92278f;
}
.cgvhd-section .ac-gvhd-links .c-gvhd-link a {
  color: #c627a6;
}
.cgvhd-section .ac-gvhd-links .fa-chevron-right {
  font-size: 13px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cgvhd-section .middle-section .ac-gvhd-wrapper .acute-gvhd-text,
  .cgvhd-section .middle-section .ac-gvhd-wrapper .chronic-gvhd-text,
  .cgvhd-section .middle-section .ac-gvhd-icon-wrapper .a-gvhd-icons,
  .cgvhd-section .middle-section .ac-gvhd-icon-wrapper .c-gvhd-icons,
  .cgvhd-section .middle-section .ac-gvhd-text-wrapper .a-gvhd-text-wrap,
  .cgvhd-section .middle-section .ac-gvhd-text-wrapper .c-gvhd-text-wrap,
  .cgvhd-section .ac-gvhd-links .a-gvhd-link,
  .cgvhd-section .ac-gvhd-links .c-gvhd-link {
    width: 48%;
  }
  .cgvhd-section .middle-section h3 {
    width: 100%;
  }
  .cgvhd-section .middle-section .ac-gvhd-wrapper .acute-gvhd-text,
  .cgvhd-section .middle-section .ac-gvhd-icon-wrapper .a-gvhd-icons,
  .cgvhd-section .middle-section .ac-gvhd-text-wrapper .a-gvhd-text-wrap,
  .cgvhd-section .ac-gvhd-links .a-gvhd-link {
    margin-right: 2%;
  }
  .cgvhd-section .middle-section .ac-gvhd-wrapper .chronic-gvhd-text,
  .cgvhd-section .middle-section .ac-gvhd-icon-wrapper .c-gvhd-icons,
  .cgvhd-section .middle-section .ac-gvhd-text-wrapper .c-gvhd-text-wrap,
  .cgvhd-section .ac-gvhd-links .c-gvhd-link {
    margin-left: 2%;
  }
  .cgvhd-section .middle-section .ac-gvhd-icon-wrapper .c-gvhd-icons {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cgvhd-section .middle-section .ac-gvhd-icon-wrapper p {
    font-size: 12px;
  }
  .cgvhd-section .middle-section .ac-gvhd-icon-wrapper .a-gvhd-icons img,
  .cgvhd-section .middle-section .ac-gvhd-icon-wrapper .c-gvhd-icons img {
    width: 70px;
  }
  .cgvhd-section .middle-section .ac-gvhd-icon-wrapper p.affect-text {
    font-size: 12px;
  }
  .cgvhd-section .middle-section .ac-gvhd-text-wrapper p {
    font-size: 14px;
  }
}


@media (min-width: 992px) and (max-width: 1199px) {
  .cgvhd-section .middle-section .ac-gvhd-wrapper .acute-gvhd-text,
  .cgvhd-section .middle-section .ac-gvhd-wrapper .chronic-gvhd-text,
  .cgvhd-section .middle-section .ac-gvhd-icon-wrapper .a-gvhd-icons,
  .cgvhd-section .middle-section .ac-gvhd-icon-wrapper .c-gvhd-icons,
  .cgvhd-section .middle-section .ac-gvhd-text-wrapper .a-gvhd-text-wrap,
  .cgvhd-section .middle-section .ac-gvhd-text-wrapper .c-gvhd-text-wrap,
  .cgvhd-section .ac-gvhd-links .a-gvhd-link,
  .cgvhd-section .ac-gvhd-links .c-gvhd-link {
    width: 40%;
  }
  .cgvhd-section .middle-section h3 {
    width: 87%;
  }
  .cgvhd-section .middle-section .ac-gvhd-icon-wrapper .a-gvhd-icons img,
  .cgvhd-section .middle-section .ac-gvhd-icon-wrapper .c-gvhd-icons img {
    width: 80px;
  }
  .header .menu-item-list .top-links {
    display: none !important;
  }
  .header .menu-item-list .top-links {
    display: none !important;
  }
  .cookie-policy > div {
    width: 90%;
  }
  #webform-submission-become-an-ambassador-node-321-add-form #edit-actions::after {
    right: -7px !important;
    top: 20px !important;
  }
  #webform-submission-mentor-program-form-mf-node-196-add-form #edit-actions-submit {
    height: 56px !important;
  }
  #webform-submission-mentor-program-form-mf-node-196-add-form #edit-actions::after {
    top: 23px !important;
    right: -8px !important;
  }
  #webform-submission-registration-mf-node-126-add-form #edit-actions {
    background-color: #92278f;
  }
  #webform-submission-become-an-ambassador-mf-node-326-add-form #edit-actions::after {
    right: -8px !important;
    top: 21px !important;
  }
  #webform-submission-registeration-node-15-add-form #edit-actions-submit {
    font-size: 16px !important;
  }
  .custom-br-none {
    display: block;
  }
  .banner-container .banner .right-content .triage-box.ac-gvhd-box {
    margin-right: 0 !important;
  }
  .banner-container .banner .right-content .triage-gvhd-box .gvhd-wrappper .lrg-txt a span {
    font-size: 18px;
  }
  .banner-container .banner .right-content .triage-gvhd-box .gvhd-wrappper .lrg-txt a,
  .banner-container .banner .gvhd-diff-cta a {
    font-size: 12px;
  }
  .banner-container .banner .right-content .triage-box {
    padding-top: 85px !important;
  }
  /* Register and resources Button Styles */
  #webform-submission-register-for-resources-node-376-add-form #edit-actions::after,
  #webform-submission-become-an-ambassador-common-node-386-add-form #edit-actions::after {
    top: 25px !important;
  }
  #webform-submission-become-an-ambassador-common-node-386-add-form #edit-actions::after {
    right: -5px !important;
  }
  #webform-submission-mentor-program-common-node-381-add-form #edit-actions::after {
    right: -6px;
    top: 34px;
  }
  #webform-submission-mentor-program-common-node-381-add-form #edit-actions #edit-actions-submit {
    height: 74px;
  }
  /* Menu */
  .header .navbar-default .navbar-brand {
    width: 172px !important;
    padding-top: 12px !important;
    font-size: 17px !important;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box.box-2 {
    margin-top: 54px !important;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box.box-3 {
    margin-top: 38px !important;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box.box-4 {
    margin-top: 40px !important;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box.box-5 {
    margin-top: -30px !important;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box.box-6 {
    margin-top: 24px !important;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box.box-7 {
    margin-top: 36px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header .resident-txt {
    font-size: 10px;
    padding-left: 10px;
    line-height: 12px;
  }
}

.cgvhd-section .container-section .pv-body-section .list-custom li:first-child {
  margin: 0px !important;
}
/*
@media only screen and (min-device-width: 1024px) and (max-device-width: 1292px) and (orientation: portrait) {
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1292px) and (orientation: landscape) {
}*/
/* connect and flipper start */
@media screen and (min-width: 1550px) {
  .chatbox-agvhd,
  .chatbox-cgvhd {
    left: 0.4%;
  }
  .common-sticky .flipper {
    left: 0.4%;
  }
}
@media screen and (min-width: 1630px) {
  .chatbox-agvhd,
  .chatbox-cgvhd {
    left: 5%;
  }
  .pv-container .flipper {
    left: 5%;
  }
}
@media (min-width: 1920px) and (max-width: 2560px) {
  .pv-container .flipper {
    top: 418px;
  }
}
@media (min-width: 1200px) and (max-width: 1435px) {
  .visible-1200 {
    display: block !important;
  }
  .play-btn {
    width: 10%;
  }
}

.visible-1440 {
  display: none !important;
}
.visible-1440 {
  display: none !important;
}
@media screen and (min-width: 1436px) {
  .visible-1440 {
    display: block !important;
  }
}
.sticky-container.visible-xs img.img-responsive {
  max-width: initial;
}
#how-jakafi-works img.img-responsive {
  width: 100%;
}
.patient-meetings .hidden-sm img.img-responsive {
  width: 100%;
}

.mf-home .bottom-nav {
  /* margin-top: 35px; */
  background: #6cb33f;
  padding: 15px;
}
.pv-container.mf-section .container-section .pv-body-section .download-form {
  color: #492f92;
  font-size: 24px;
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  line-height: 30.71px;
}
.pv-container .container-section .pv-body-section .download-box .btn-link {
  margin-top: 20px;
  margin-right: 35px;
}
.pv-container .container-section .pv-body-section .download-form {
  color: #92278f;
  font-size: 24px;
  /* Approximation due to font substitution */
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  line-height: 30.71px;
  /* Approximation due to font substitution */
  text-align: left;
  transform: scaleX(1.0006);
  vertical-align: middle;
  margin: 20px 0 0 0 !important;
}
.pv-container.mf-section .container-section .pv-body-section .download-form {
  color: #492f92;
}
.pv-container .container-section .pv-body-section .right-col-img-border.pv-about .about-jakafi-logo {
  margin: 0 0 10px 0;
}
.pv-container .container-section .pv-body-section .right-col-img-border.pv-about .head {
  color: #92278f;
  font-size: 18px;
  /* Approximation due to font substitution */
  font-weight: 400;
}
.pv-container.mf-section .container-section .pv-body-section .btn-link {
  background-color: #92278f;
  margin-top: 15px;
}
h2.h2-1 {
  color: #444444;
  font-size: 20px;
    /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  margin-bottom: 10px !important;
  line-height: 22px;
  border-bottom: none;
}
.spacer-bottom-40 {
  margin-bottom: 40px;
}
.myelofibrosis .img-content.cta-purple-border h1 {
  color: #492f92;
}

@media (max-width: 575.98px) {
  .pv-container.taking-jakafi .container-section .pv-body-section .box-item .btn.btn-link {
    width: 100%;
    text-align: center;
  }
  .pt-resource .printable-resource:nth-child(1) img.img-responsive {
    width: 55%;
  }
  .pt-resource .printable-resource:nth-child(2) img.img-responsive {
    width: 55%;
  }
}
@media (max-width: 991.98px) {
  .chatbox-agvhd-mobile-wrapper,
  .square-popup .chatbox-cgvhd-mobile-wrapper {
    width: 100%!important;
  }
}
@media (min-width: 992px) {
  .chatbox-agvhd-mobile-wrapper,
  .square-popup .chatbox-cgvhd-mobile-wrapper {
    width: 50%!important;
  }
  .cgvhd .mb-text-left .text-center p {
    line-height: 27px;
  }
  .graft-versus-host-disease .jakafi-for-agvhd .mb-text-left.text-center p {
    line-height: 27px;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
p.head.col-xs-10{ margin-top: 60px;}
}
@media (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .bold-m {
    /* font-weight: bold !important; */
    font-weight: normal;
    font-family: 'OpenSans-Bold', sans-serif;
  }
  .chatbox-agvhd-mobile-wrapper,
  .square-popup .chatbox-cgvhd-mobile-wrapper {
    top: 298px;
  }
}
@media screen and (max-width: 1550px) {
  .chatbox-agvhd-mobile-wrapper,
  .square-popup .chatbox-cgvhd-mobile-wrapper {
    top: 40%;
  }
}
@media (min-width: 1920px) and (max-width: 2560px) {
  .common-sticky .flipper {
    top: 418px;
  }
}
@media (min-width: 1366px) {
  .square-popup div.chatbox-cgvhd-close {
    height: 298px!important;
  }
}
@media screen and (min-width: 360px) and (max-width: 767px) {
  .chatbox-agvhd-mobile-wrapper {
    height: 245px!important;
  }
}
@media (min-width: 1920px) and (max-width: 2560px) {
  .chatbox-agvhd-close {
    left: 96px;
  }
}
@media screen and (min-width: 1200px) {
  .row-two-col-margin .offset-top-mb {
    margin-top: 30px;
  }
  .page-node-8 .pv-video-callout p {
    width: 80%;
  }
  .pv-container .sticky-container.policy-open {
    top: 426px;
  }
  #webform-submission-mentor-program-form-mf-node-196-add-form .tab-center {
    background-color: unset !important;
  }
  #webform-submission-mentor-program-form-mf-node-196-add-form #edit-actions {
    background-color: #92278f !important;
    width: 97% !important;
  }
  #webform-submission-registration-mf-node-126-add-form #edit-actions {
    width: 97% !important;
    background-color: #92278f !important;
  }
  #webform-submission-become-an-ambassador-node-321-add-form #edit-actions {
    width: 84% !important;
  }
  #webform-submission-become-an-ambassador-node-321-add-form #edit-actions::after {
    right: 30px !important;
    top: 21px !important;
  }
  #webform-submission-registration-mf-node-126-add-form #edit-actions::after {
    right: 38px !important;
  }
  #webform-submission-become-an-ambassador-mf-node-326-add-form #edit-actions::after {
    right: 35px !important;
  }
  #webform-submission-mentor-program-form-mf-node-196-add-form #edit-actions-submit,
  #webform-submission-registration-mf-node-126-add-form #edit-actions-submit,
  #webform-submission-become-an-ambassador-mf-node-326-add-form #edit-actions-submit,
  #webform-submission-become-an-ambassador-node-321-add-form #edit-actions-submit {
    padding: 0 !important;
  }
  #webform-submission-mentor-program-form-mf-node-196-add-form .tab-center #edit-actions::after {
    right: 86px !important;
  }
  .mf-registration-form .row:last-child .col-md-5 {
    background-color: unset !important;
  }
  .mf-ambassador-form .tab-center {
    background-color: unset !important;
  }
  #webform-submission-become-an-ambassador-mf-node-326-add-form #edit-actions {
    background-color: #92278f !important;
    width: 86% !important;
  }
  #webform-submission-registeration-node-15-add-form #edit-actions {
    background-color: #6cb33f !important;
    width: 97% !important;
  }
  #webform-submission-registeration-node-15-add-form #edit-actions-submit {
    padding: 0 !important;
  }
  #webform-submission-registration-mf-node-126-add-form #edit-actions-submit,
  #webform-submission-mentor-program-form-mf-node-196-add-form #edit-actions-submit,
  #webform-submission-become-an-ambassador-mf-node-326-add-form #edit-actions-submit,
  #webform-submission-registeration-node-15-add-form #edit-actions-submit,
  #webform-submission-mentor-program-form-node-28-add-form #edit-actions-submit,
  #webform-submission-become-an-ambassador-node-321-add-form #edit-actions-submit {
    height: 56px;
  }
  #webform-submission-registration-mf-node-126-add-form #edit-actions::after,
  #webform-submission-mentor-program-form-mf-node-196-add-form #edit-actions::after,
  #webform-submission-become-an-ambassador-mf-node-326-add-form #edit-actions::after {
    top: 23px !important;
  }
  #webform-submission-registeration-node-15-add-form #edit-actions::after {
    right: 38px !important;
    top: 22px !important;
  }
  .meet-mentor-box-expanded-text a {
    bottom: -12px !important;
  }
  .page-node-39 .video-callout-2 .callout-no-margin {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .page-node-376 .header .menu-item-list .tab-content {
    display: none!important;
  }
  .page-node-386 .header .menu-item-list .tab-content {
    display: none!important;
  }
  .page-node-381 .header .menu-item-list .tab-content {
    display: none!important;
  }
  .page-node-391 .header .menu-item-list .tab-content {
    display: none!important;
  }
  .page-node-396 .header .menu-item-list .tab-content {
    display: none!important;
  }
  .page-node-401 .header .menu-item-list .tab-content {
    display: none!important;
  }
  .cgvhd-section .middle-section {
    margin-top: -130px;
    padding-left: 73px;
    padding-right: 57px;
  }
  .banner-container .banner .right-content .triage-box.ac-gvhd-box {
    padding-top: 70px;
    margin-right: 0!important;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .banner-container .banner .right-content .triage-box.ac-gvhd-box p.sml-txt {
    padding-left: 25px;
    padding-right: 25px;
  }
  .banner-container .banner .right-content .triage-pv-box p.lrg-txt,
  .banner-container .banner .right-content .triage-mf-box p.lrg-txt {
    margin-bottom: 33px;
  }
  /* Register and resources Button Styles */
  #webform-submission-register-for-resources-node-376-add-form #edit-actions {
    width: 98% !important;
  }
  #webform-submission-become-an-ambassador-common-node-386-add-form #edit-actions {
    width: 86% !important;
  }
  #webform-submission-mentor-program-common-node-381-add-form #edit-actions {
    width: 71% !important;
  }
  #webform-submission-register-for-resources-node-376-add-form #edit-actions #edit-actions-submit,
  #webform-submission-become-an-ambassador-common-node-386-add-form #edit-actions #edit-actions-submit,
  #webform-submission-mentor-program-common-node-381-add-form #edit-actions #edit-actions-submit {
    padding: 0 !important;
  }
  #webform-submission-register-for-resources-node-376-add-form #edit-actions::after {
    right: 55px;
  }
  #webform-submission-become-an-ambassador-common-node-386-add-form #edit-actions::after {
    right: 37px;
  }
  #webform-submission-mentor-program-common-node-381-add-form #edit-actions::after {
    right: 10px;
  }
  /* Menu */
  .header .navbar-default .navbar-brand {
    width: auto!important;
    max-width: 184px;
    min-width: 0px;
    padding-top: 14px !important;
  }
  /* Chatbox */
  .square-popup .chatbox-cgvhd-close {
    width: 190px;
    height: 196px;
    border: 2px solid #92278f;
    color: #92278f;
    background-color: #fff;
  }
  .cgvhd-section .chatbox-cgvhd-close {
    top: 150px;
  }
  .chatbox-cgvhd-close p {
    text-align: center;
    position: absolute;
    top: 55px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
  }
  .chatbox-cgvhd-close p span.cht-txt-2 {
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
    font-size: 24px;
    line-height: 26px;
  }
  .chatbox-cgvhd-close p span.cht-txt-3,
  .chatbox-cgvhd-close p span.cht-txt-4 {
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  }
  .adjust-spacing {
    margin: 0px;
  }
  .m_40_desk {
    margin: 1px 0px 32px;
  }
  .padding-left-15.pnone_desk {
    padding: 0;
  }
  .padding0_desk {
    padding: 0px;
  }
  #CGVHD-incyte-csp .prescribed-jakafi-wrapper a.btn-link {
    width: 72%;
    text-align: center;
    padding-left: 16px !important;
  }
  .cgvhd_height_adjust {
    margin: 72px 0px 52px;
  }
  .right-content-3 {
    margin-bottom: 40px;
  }
  .is-jakafi-right-for-me .risk_factors .col-lg-2 {
    width: 16.666666666666664%;
  }
  .is-jakafi-right-for-me .risk_factors .col-lg-6 {
    width: 50%;
  }
  #AGVHD-incyte-csp .prescribed-jakafi-wrapper a.btn-link {
    width: 70%;
  }
  .cgvhd .taking-jakafi #mf-symptom-assessment .btn-link.btn {
    float: right;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box p.pink-txt-bold {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box.box-1 {
    margin-top: 10px;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box.box-2 {
    margin-top: 88px;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box.box-3 {
    margin-top: 64px;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box.box-4 {
    margin-top: 60px;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box.box-5 {
    margin-top: -14px;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box.box-7 {
    margin-top: 58px;
  }
  #CGVHD-incyte-csp .prescribed-jakafi-wrapper a.btn-link {
    width: 70%;
    text-align: center;
  }
  #mf-symptom-assessment .violet-box-item img {
    margin-left: 10px!important;
  }
  #mf-symptom-assessment .violet-box-item .cgvhd-cust-left-margin {
    margin-left: -20px!important;
  }
  .cgvhd .taking-jakafi #mf-symptom-assessment .btn-link.btn {
    margin-right: 0!important;
  }
  .middle-section {
    margin-top: -130px;
    padding-left: 73px;
    padding-right: 57px;
  }
  .agvhd-section .chatbox-agvhd-close {
    top: 150px;
  }
  #AGVHD-incyte-csp .prescribed-jakafi-wrapper a.btn-link {
    width: 70%;
    text-align: center;
  }
  .icon_cGVHD-journal.col-lg-2 {
    width: 14.666667%;
  }
  .full_prescribing_information span {
    width: 100%;
    margin-bottom: 20px;
    float: left;
  }
  .graft-versus-host-txt {
    display: inline-block;
  }
  .pd-right-0 {
    padding-right: 0px!important;
  }
  .cgvhd .middle-section,
  .graft-versus-host-disease .middle-section,
  .cgvhd-section .middle-section {
    padding: 20px 45px;
  }
  .signs-symptoms.visible-xs .box {
    margin-top: 30px!important;
    display: block;
    float: left;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    width: 100%;
  }
  .signs-symptoms.visible-xs {
    margin-top: 0px;
  }
  .signs-symptoms.visible-xs p {
    text-align: left!important;
  }
  .middle-section {
    padding: 20px 45px;
  }
  .cgvhd .about-cgvhd .signs-symptoms .box p.pink-txt-bold {
    font-size: 14px;
  }
  .cookie-policy>div {
    width: 100%;
    max-width: 1170px;
  }
  .agvhd-section .chatbox-agvhd-close,
  .square-popup .chatbox-cgvhd-close {
    top: 0px;
  }
  .middle-section.thank-you-register {
    padding: 20px 45px;
  }
  .forty-pct-margin-lg {
    margin-left: -26px;
  }
  .page-node-491 .section-404-500 .middle-section {
    margin-top: -160px;
  }
  .chatbox-agvhd-mobile-wrapper {
    height: 220px!important;
  }
  .chatbox-cgvhd-mobile-wrapper {
    height: 220px!important;
  }
  .col-lg3 {
    width: 30%;
  }
  .polycythemia-vera .middle-section {
    padding-bottom: 35px;
  }
  .myelofibrosis .middle-section {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .box-2,
  .box-3,
  .box-4 {
    margin-top: 30px!important;
  }
  .box-6,
  .box-7,
  .box-8 {
    margin-top: 15px!important;
  }
}
.about-mf-and-the-spleen .next-share-bottom {
  margin-top: 25px;
}

/* .jak_tablets_section {
  margin-top: 30px;
} */
.jak_tablets_section .img-fluid {
  width: 15%;
  margin-right: 43.7px;
  margin-bottom: 10px;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.jak_tablets_section .img-fluid:nth-child(5) {
    margin-right: 0;
}
.jak_tablets_section .img-fluid img {
  margin-right: 30px;
}
.download_mf_spleen_btn a {
  width: 212px;
}
.download_mf_spleen_btn a span {
  float: left;
}
.download_mf_spleen_btn a span:hover {
  text-decoration: underline;
}
.download_mf_spleen_btn em {
  position: absolute;
  top: 32px;
  left: 161px;
}
.modal-header img {
  width: 100%;
}
.btn.expand_button p{
	    padding: 0px 3px 0px 0px;
    display: inline;
}
.incytecares-patient-support .patients-support-callout .mob-width-100 p:first-child{
	line-height: inherit;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.terms-and-conditions.font-bold{display: inline-block;}
	.header .menu-item-list .tab-content .tab-pane.myelofibrosis-menu ul li:last-child{
	background:#4a6f2d;
}
.header .menu-item-list .tab-content .tab-pane.PV-menu ul li:last-child{
	background: #6f5de9;
}
  .page-node-51 .stickyfooter-wrapper {
    margin-top: -5px;
  }
  .video-resources .patient-stories-callouts .middle-section-video .patient-stories-callouts {
    min-height: auto;
  }
  .video-resources .patient-stories-callouts .patient-stories-callout .patient-stories-callout-text-main p .patient-stories-callouts-title {
    line-height: 22.8px;
  }
  .video-resources .middle-section-video .patient-stories-callouts .patient-stories-callout-text-main p {
    font-size: 13.99px;
    font-weight: 400;
    margin-bottom: 0;
  }
  .video-resources .middle-section-bottom p {
      font-size: 13.99px;
      font-weight: 400;
  }
  .jak_tablets_section .img-fluid {
    width: 25%;
    margin-right: 17.5px;
    margin-bottom: 0;
  }
  .jak_tablets_section img {
    margin-right: 45px;
    width: auto;
  }
  .taking-jakafi .middle-section .jak_tablets_section {
    margin-top: 0;
  }
  .jak_tablets_section {
    margin-top: 30px;
    text-align: center;
  }
  .pv-container .container-section .pv-body-section .drug-list li img {
    margin-right: 30px;
  }
  .download_mf_spleen_btn a {
    text-align: center !important;
  }
  .download_mf_spleen_btn a span {
    float: none;
  }
  .download_mf_spleen_btn em {
    top: 46px;
    left: 278px;
  }
	/* mobile screen arrow up and down functionality code */
	.menu-item-list i.fa{display: none;}
a.sub-menu-link::after {
    display: block;
    position: absolute;
    top: 28px;
    left: 93px;
    width: 10px;
    height: 10px;
    border: 3px solid #ffffff;
    border-top: none;
    border-left: none;
    transform: rotate(225deg);
    content: "";
}
.sub-menu-link.collapsed::after {
    top: 24px;
    transform: rotate(45deg);
}
a.support-link::after {
    display: block;
    position: absolute;
    top: 28px;
    left: 188px;
    width: 10px;
    height: 10px;
    border: 3px solid #ffffff;
    border-top: none;
    border-left: none;
    transform: rotate(225deg);
    content: "";
}
.support-link.collapsed::after {
    top: 24px;
    transform: rotate(45deg);
}
	.header .menu-item-list .small-dev .top-head-txt li{
	width: 100%!important;
    display: block;
    margin-bottom: 0px;
}
.navbar-header .navbar-toggle {
    padding: 0px 0px;
    margin-top: 17px;
}
	.header .menu-item-list .small-dev .top-head-txt li:last-child{
		margin-bottom: 0px;
	}
	.pv-container .container-section .pv-body-section .para-img img {
    padding: 0px 15px 70px 0;
    width: 100%;
}
	.inner-desc .box-99 .box-99-img{
		    float: left;
    width: 100%;
    padding-right: 20px;
    max-width: 100%;
	}
}
.page-node-6 hr:nth-child(2) {
  margin-top: 36px !important;
  margin-bottom: 5px !important;
}
.risk_factors .pull-right em i.fa.fa-chevron-right {
    margin-left: 0;
}
.what-is-mf-mob-land-margin a em i.fa.fa-chevron-right {
    margin-left: 4px;
}
.spleen-box .spleen-row .download_mf_spleen_btn .btn-link.btn.pull-left.btn-no-margin.text-align-left-mob {
    display: grid;
}
.support-link-callouts:nth-child(6) img.img-responsive {
    margin-bottom: 7px;
}
.support-link-callouts:nth-child(6) p {
    margin-bottom: 3px;
}
.support-link-callouts:nth-child(6) a p span {
    padding-right: 4px;
}
.support-link-callouts span.margin-left {
  margin-left: -6px;
}
.support-link-callouts:nth-child(6) a p i.fa.fa-chevron-right {
    margin-left: 0;
}
.page-node-41 .patients-support-callout .patients-support-callout-text-main p {
    margin-bottom: 0;
}
.video-resources .view-header h2#patient_stories {
    margin-bottom: 14px;
}
.video-resources .middle-section-bottom .col-xs-12.col-lg-12 p {
    margin-bottom: 9px;
}
.patient-perspectives .accordion-section .patient-accordion .row .desc-para {
  display: inline;
}
.patient-perspectives .accordion-section .patient-accordion .row .seeMoreLessBtn {
  display: inline;
}

/* .advocacy-resources-link-callouts .advocacy-resources-link-callout p em {
  font-weight: lighter!important;
} */
.hr-light hr {
  border-top: 1px solid #eee;
}
.transcript-section .green-txt.transcript-txt-pop p {
    font-size: 14px;
      /* font-weight: 700; */
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
    color: #92278f;
    margin-bottom: 0px;
}
.page-node-26 .what-to-expect .sec-hr {
  border-top: 1px solid #b7b7b7;
  clear: both;
  margin-top: 15px;
  margin-bottom: 30px;
  height: 1px;
}
.empty-p {
  margin-bottom: 0;
}
.page-node-31 .about-mf p.empty-para {
  margin-bottom: 0px;
  height: 20px;
}
.treatment-option-inset .link-txt em i.fa.fa-chevron-right {
  margin-left: 4px;
}
.copay-callout .footnote.sml-txt.top20 span.text2 {
  line-height: normal;
}
.pt-resource .printable-resource:nth-child(3) {
 /* min-height: auto;*/ min-height:228px; clear: both;
}
.pt-resource .printable-resource:nth-child(4) {
 /* min-height: auto;*/min-height:228px;
}
.pv-container.video-resources .container-section .middle-section-video .patient-stories-callouts .patient-stories-callout-text-main .video-first-para {
  margin-bottom: 0.84px;
  line-height: normal;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

  .pv-container.mf-section .container-section .pv-body-section .spacer-15 {
      margin: 15px 0 15px 15px;
  }
  .pv-container .container-section .pv-body-section .video-callout-bk p.head1 {
    font-size: 20px;
  }
  .pv-container .container-section .pv-body-section .video-callout-bk p.head2 {
    font-size: 16px;
  }
  .page-node-6 .jakafi-for-mf .video-callout-bk {
    width: 103%;
  }
  .mf-high-risk .box-99 .box-99-txt {
    width: 80%;
  }
  .mf-high-risk-A .box-99 .box-99-txt {
    width: 98%;
  }
  .gradient-blocks img {
    margin: 20px auto !important;
  }
  .page-node-21 .taking-jakafi .inner-desc .spacer-70-precent img {
    margin-top: -45%;
  }
  .spleen-row .spleen-option .custom-list-spleen li {
    margin-right: 48px;
  }
}
div#onetrust-pc-sdk.otRelFont {
  font-size: 16px;
}

#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler {
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
#onetrust-banner-sdk #onetrust-policy-text a {
  font-weight: normal !important;
  font-style: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text {
  font-family: 'OpenSans-Regular', sans-serif;
}

#share-mobile .share-mobile-wrapper .share-mobile-inner .share-mf-fb {
  background: url(../images/icn_fb-share.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 47px;
  height: 48px;
  display: inline-block;
}
#share-mobile .share-mobile-wrapper .share-mobile-inner .share-mf-tw {
  background: url(../images/icn_tw-share.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 47px;
  height: 48px;
  display: inline-block;
}
#share-mobile .share-mobile-wrapper .share-mobile-inner .share-mf-em {
  background: url(../images/icn_em.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 47px;
  height: 48px;
  display: inline-block;
}
.und-how-jak-works-para {
  display: inline-block;
  line-height: 18px;
  margin-bottom: 10px;
}
.und-how-jak-works-para .con-para {
  display: inline;
}
.und-how-jak-works-para .con-atag {
  display: inline;
}
div#ot-sdk-btn-floating {
  display: none;
}
.advocacy-resources .pv-body-section .advocacy-resources-link-callouts .advocacy-resources-link-callout em {
    font-weight: normal;
    font-style: normal;
    font-family: 'OpenSans-LightItalic', sans-serif;
}
.advocacy-resources .pv-body-section .advocacy-resources-link-callouts .advocacy-resources-link-callout .callout-title em {
      /* font-weight: 700; */
  font-weight: normal;
  font-style: normal;
  font-family: 'OpenSans-BoldItalic', sans-serif;
}
@media (min-width: 992px) and (max-width: 1199px){
	.mcb.ac-list-wrapper .hidden-xs span{    padding-right: 90px;}
.header .menu-item-list .tab-content .tab-pane ul li .list-sub-menu {
    width: 190px;
}
	.header .top-head-txt li a {
    color: #63bf3f;
    font-size: inherit;
    font-size: 12px;
}
	.header .resident-txt {
    font-size: 10px;
    padding-left: 10px;
    line-height: 12px;
    margin-top: 7px;
}
}
@media (min-width: 768px) and (max-width: 1199.98px){
.top-banner-gray-bg .container .small-dev.text-center {
    padding-left: 0px;
    padding-right: 0px;
}
}
.pd-rt-0 {
    padding-right: 0px;
}
.text-center {
    text-align: center;
}
.logo .logo-content a:focus{
	outline: none;
}
.nicescroll-rails{display: none;}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.footer-wrapper .footer-links a, .footer-wrapper .footer-links span{
		margin: 0px 2px 0 0; font-size: 8px;
	}
	.pv-container .container-section .pv-body-section .para-img img {
    padding: 0px 15px 50px 0;
}
	.printable-tools-resources .pt-resource .printable-resource{clear: both; margin-bottom: 30px;}
	.pt-resource .printable-resource:nth-child(3) {
    min-height: 220px;
}
}
@media all and (min-width: 768px) and (max-width: 991px) and (orientation:landscape) {
.printable-tools-resources .pt-resource .printable-resource {
    min-height: 335px;
}
}
html {
   position: sticky;
}
.isi-wrapper sup.tm {
    top: -2px;
    font-size: 85% ;
}
.isi-wrapper sup {
    font-size: 63%;
    top: -5px;
}
.isi-wrapper ul{
    padding-left: 23px;
}
.isi-wrapper ul li {
    line-height: normal;
}

.isi-wrapper li::marker {
    font-size: 0;
}
.isi-wrapper li::before {
    content: "";    
    display: inline-block;    
    margin-left: -11px;    
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color:  #000000;
    margin-right: 5px;
    top: -2px;
    position: relative;
}
.isi-wrapper li ul li::before {    
    width: 4px;
    height: 4px;    
    border: solid 1px #000000; 
    background-color:inherit;
    margin-right: 7px;
}
.isi p.b-heading-mb0 {
  margin-bottom: 0;
}
.isi .d-inline-block {
  display: inline-block;
}
.isi-wrapper a[href^=tel]{
    text-decoration:none;
    color:inherit !important;
    pointer-events: none;
    cursor: default;
}
p.ph-bold-remove a {
    font-family: 'OpenSans-Regular', sans-serif !important;
}
.isi-wrapper .indication h4 {
    text-transform: inherit;
}
li.mb10 {
    margin-bottom: 10px !important;
}
a:focus {
    outline: none !important;
}
/* @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #isi_section {
        margin-top: 15px;
    }
} */
 sup.sup-r{
        top: -7px;
}