/* Last Modified KJL 17/5/4 - contains sass upgrade for z-index changes */
a:link {
  color: #007cb0;
  text-decoration: none;
}

a:visited {
  color: #007cb0;
  text-decoration: none;
}

a:hover {
  color: #005b81;
  text-decoration: underline;
}

body.modal-layer-on {
  overflow: hidden;
}

@media (max-width: 767px) {
  body.modal-layer-on {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.article-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  color: #2a2a2a;
}

@media (max-width: 767px) {
  .article-content {
    display: block;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}
@media (max-width: 1023px) {
  .article-content {
    display: block;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}
.article-content-nav {
  -webkit-flex: 0 0 190px;
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
  border-radius: 5px;
  border: solid 1px #dbdada;
  margin-right: 4rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media (max-width: 1239px) {
  .article-content-nav {
    margin-right: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .article-content-nav {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    margin-bottom: 1rem;
    overflow: hidden;
  }
}
.column-left,
.latest-articles {
  margin-right: 48px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 72px;
  border-right: solid 1px #e0dfdf;
}

@media (max-width: 1239px) {
  .latest-articles {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
  }

  .column-left {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .column-left {
    display: block;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100%;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}
.column-right,
.fake-right-column {
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  /* overflow: hidden remove for POC unit*/
}

@media (max-width: 1023px) {
  .fake-right-column {
    display: none;
  }
}
@media (max-width: 767px) {
  .column-right {
    display: none !important;
  }
}
.inactive {
  display: none;
}

.active {
  display: block;
}

#leftnav li.current_section a {
  color: #2a2a2a;
  font-family: 'proxima_nova_ltsemibold';
  font-weight: normal;
}

#planLayer {
  margin-left: -370px;
  left: 50%;
  width: 750px;
  height: 420px;
  z-index: 6000500;
}

.planNameLabel {
  font-family: 'proxima_nova_ltlight';
}

#fs_table .compare {
  font-size: 1rem;
}

@media (max-width: 1023px) {
  #fs_table .compare {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  #fs_table .compare {
    font-size: 1rem;
  }
}
#planLayer .header {
  margin: 0;
  padding: 5px 6px 5px 6px;
  border: 1px solid #a7a7a7;
  background-color: #eaf2f6;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmU5ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fff 0, #d2e9f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #d2e9f4));
  background: -webkit-linear-gradient(top, #fff 0, #d2e9f4 100%);
  background: -o-linear-gradient(top, #fff 0, #d2e9f4 100%);
  background: -ms-linear-gradient(top, #fff 0, #d2e9f4 100%);
  background: linear-gradient(to bottom, #fff 0, #d2e9f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#d2e9f4',GradientType=0);
}

#planLayer .closewindow {
  margin: 5px 10px 0 0;
  padding: 4px 8px 3px 8px;
  font-size: .9em;
  color: #fff;
  background: -moz-linear-gradient(top, #7db4e4 0, #105a9b 50%, #7db4e4);
  background: -webkit-gradient(linear, left top, left bottom, from(#7db4e4), color-stop(0.5, #105a9b), to(#7db4e4));
  background-color: #7db4e4;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #a7a7a7;
  -moz-box-shadow: inset 0 1px 5px white;
  -webkit-box-shadow: inset 0 1px 5px white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(255, 255, 255, 0);
}

#fs_tabs_content #planLayer .closewindow a span {
  visibility: visible;
}

#error_cover {
  background: transparent none repeat scroll 0 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 6001100;
}

#error_box {
  background-color: #fff;
  border: 1px solid #666;
  box-shadow: 0 0 8px #cdcdcd;
  font-size: 1.1em;
  left: 50%;
  margin-left: -150px;
  margin-top: -90px;
  padding: 10px;
  position: fixed;
  text-align: left;
  top: 50%;
  width: 300px;
  z-index: 6001200;
}

#error_ok {
  background-color: #007cb0;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 15px auto auto;
  padding: 10px;
  text-align: center;
  width: 60px;
}

/*drugs formulary add/remove plans*/
/*#plan-layer .modal-header .physician {
	margin: 0;
	padding: 4px 0 0;
	font-family: "proxima_nova_rgregular", arial, sans-serif;
	font-size: 1.65em;
	line-height: 1;
	color: #fff;
	font-weight: normal;
}*/
#plan-layer .modal-content {
  padding: 0 !important;
}

#plan-layer .modal-content .state {
  font-family: "proxima_nova_rgbold",arial,sans-serif;
  font-size: 1rem;
  padding: 30px 30px 20px 30px;
}

#plan-layer .modal-content select {
  display: inline-block;
  margin: 10px;
}

#drugdbmain #plan-layer .modal-content select {
  font-family: 'proxima_nova_ltlight', arial, sans-serif;
  font-size: 1rem;
}

#plan-layer .close-window {
  background-color: #007cb0;
  border-radius: 3px;
  display: inline-block;
  font-size: 1.438rem;
  float: right;
  padding: 9px 37px;
  margin-top: 10px;
}

#plan-layer .close-window:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #005b81;
}

#plan-layer .modal-content .state .close-window,
#plan-layer .modal-content .state .close-window a {
  font-family: "proxima_nova_rgregular", arial, sans-serif;
  color: #fff;
}

#plan-layer .modal-content .state .close-window a:hover {
  text-decoration: none;
}

#plan-layer .plans {
  font-family: "proxima_nova_rgregular", arial, sans-serif;
}

#plan-layer #fs_nonMedicare,
#plan-layer #fs_medicare {
  overflow: visible;
  position: relative;
}

#plan-layer #fstab_nonMedicare {
  margin: 0;
  padding: 5px 30px;
  font-family: 'proxima_nova_rgbold', arial, sans-serif;
  font-size: 1rem;
  width: 50%;
  border-bottom: 1px solid #a7a7a7;
  font-weight: bold;
  cursor: pointer;
  float: left;
}

#plan-layer #fstab_medicare {
  margin: 0;
  padding: 5px 30px;
  font-family: 'proxima_nova_rgbold', arial, sans-serif;
  font-size: 1rem;
  width: 50%;
  border-bottom: 1px solid #a7a7a7;
  font-weight: bold;
  cursor: pointer;
  float: left;
}

#plan-layer ul {
  list-style: none;
}

#plan-layer #fs_planList {
  height: 323px;
  background: url("http://img.medscape.com/pi/reference/ornaments/bg-plan-layer.png") repeat-y top center #fff;
  border-right: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  overflow: auto;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}

.refsection_content #plan-layer ul.nonMedicare {
  margin: 0 10px 0 0;
  padding: 15px 0 10px 0;
  width: 320px;
  float: left;
  position: relative;
  overflow: visible;
  font-family: 'proxima_nova_ltlight', arial, sans-serif;
  font-size: 0.9375rem;
}

.refsection_content #plan-layer ul.medicare {
  margin: 0 10px 0 0;
  padding: 15px 0 10px 0;
  list-style: none;
  width: 320px;
  overflow: visible;
  float: right;
  margin-left: 377px;
  position: absolute;
  font-family: 'proxima_nova_ltlight', arial, sans-serif;
  font-size: 0.9375rem;
}

.refsection_content #plan-layer ul.nonMedicare li,
.refsection_content #plan-layer ul.medicare li {
  margin-left: 30px;
  padding: 0 0 15px 0;
}

/* #plan-layer ul.nonMedicare li:before,
#plan-layer ul.medicare li:before {
	margin: 0;
	padding: 0 0 10px 0;
	content: none;
} */
#plan-layer ul li span {
  margin-left: 10px;
}

.nonMedicare label, .medicare label {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  border: 1px solid #007CB0;
  cursor: pointer;
  height: 30px;
  position: absolute;
  margin-left: -30px;
  width: 30px;
}

.nonMedicare label::after, .medicare label::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: #fff #fff;
  border-image: none;
  border-style: none none solid solid;
  border-width: medium medium 3px 3px;
  content: "";
  height: 6px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 7px;
  transform: rotate(-45deg);
  width: 15px;
}

.nonMedicare input[type="checkbox"]:checked + label::after, .medicare input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.nonMedicare input[type="checkbox"]:checked + label, .medicare input[type="checkbox"]:checked + label {
  background-color: #007CB0;
  z-index: 11;
}

#plan-layer ul li span.saving {
  position: absolute;
  margin-left: -1px;
  z-index: 6000010;
  background-color: #007cb0;
  color: #fff;
  padding: 2px 5px 0 5px;
  font-size: 0.875rem;
  line-height: 1.875rem;
  height: 30px;
}

#plan-layer ul li span.removing {
  position: absolute;
  margin-left: -1px;
  z-index: 6000010;
  background-color: #9b9b9b;
  color: #fff;
  padding: 0 5px;
  font-size: 0.875rem;
  line-height: 1.875rem;
  height: 30px;
}

#plan-layer ul.nonMedicare li .status {
  margin: 0 0 0 -45px;
  color: #365700;
  font-size: .95em;
  font-weight: bold;
  display: inline;
  width: 45px;
  visibility: hidden;
}

#plan-layer ul.medicare li .status {
  margin: 0 0 0 -45px;
  color: #365700;
  font-size: .9em;
  display: inline;
  width: 45px;
  display: none;
}

#plan-layer .close-window-mobile {
  display: none;
}

@media (max-width: 767px) {
  #plan-layer .close-window {
    width: 100%;
  }

  #plan-layer .modal-content select {
    margin: 0;
  }

  #plan-layer .plans {
    padding: 0 5px;
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px 0px;
  }

  #plan-layer .modal-content .state {
    padding: 20px;
  }

  #plan-layer #fstabs {
    background: url("http://img.medscapestatic.com/pi/reference/ornaments/bg-e6e6e6.png") repeat-x;
    background-position: 0 100%;
    background-size: 1px 1px;
    display: table;
    width: 100%;
  }

  #plan-layer #fstab_nonMedicare,
  #plan-layer #fstab_medicare {
    font-family: "proxima_nova_rgregular", arial, sans-serif;
    font-size: 0.9375rem;
    display: table-cell;
    text-align: center;
    padding: 12px 0;
    background: #eff3f6;
    color: #444;
    border: 1px solid #e6e6e6;
    border-radius: 5px 5px 0 0;
    margin: 0 2%;
    width: 46%;
    font-weight: normal;
  }

  #plan-layer #fstabs span.opentab {
    cursor: auto;
    color: #111 !important;
    background: #fff !important;
    border: 1px solid #dbdada !important;
    border-bottom: 1px solid #fff !important;
  }

  .refsection_content #plan-layer ul.nonMedicare,
  .refsection_content #plan-layer ul.medicare {
    width: 100%;
  }

  #plan-layer #fs_planList {
    background: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: auto;
    min-height: 500px;
  }

  .refsection_content #plan-layer ul.medicare {
    margin-left: 0;
  }

  #plan-layer .close-window {
    display: none;
  }

  #plan-layer .close-window-mobile {
    display: block;
    height: 65px;
    width: 100%;
    bottom: 0;
    background-color: #eff3f6;
    text-align: center;
    -webkit-box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.25);
    position: fixed;
  }

  #plan-layer .close-window-mobile a {
    background-color: #007cb0;
    border-radius: 3px;
    display: inline-block;
    font-size: 1.3em;
    color: #fff;
    padding: 9px 37px;
    margin-top: 10px;
  }
}
/* end drugs formulary add/remove plans*/
#compareLayer .class_name {
  display: inline-block;
  font-size: 1.05em;
  font-weight: bold;
  margin-bottom: 5px;
}

#compareList .accordion {
  border-top: solid 1px #979797;
}

#compareList .accordion .expandCont {
  border-bottom: solid 1px #979797;
}

#compareList .accordion .expandContent {
  background: none;
}

#compareList .accordion .expandLink {
  font-family: "proxima_nova_rgbold",arial,sans-serif;
  background: transparent url("/pi/reference/icons/icon-arrow-down-black.png") no-repeat scroll right 22px/14px auto;
  padding: 16px 20px 16px 0;
  margin: 0;
  font-size: 1.25rem;
  cursor: pointer;
}

#compareList .accordion .expandLink.active {
  background: transparent url("/pi/reference/icons/icon-arrow-up-black.png") no-repeat scroll right 22px/14px auto;
}

#compareList .accordion .expandLink:hover {
  background-color: transparent;
}

#compareLayer #compareList .expandContent {
  padding: 15px;
}

#compareLayer #compareList .compareTable {
  border-left: none;
  border-top: none;
  width: 100%;
}

#compareLayer #compareSingle {
  background-color: #fff;
  font-weight: bold;
  padding: 10px;
}

#compareLayer #compareList .compareTable th {
  font-family: "proxima_nova_rgbold",arial,sans-serif;
  background: none;
  border-bottom: 1px solid #979797;
  border-right: 1px solid #979797;
  padding: 13px;
  font-size: 0.9em;
}

#compareLayer #compareList .compareTable td {
  font-family: "proxima_nova_rgregular",arial,sans-serif;
  background-color: #fff;
  border-bottom: 1px solid #979797;
  border-right: 1px solid #979797;
  padding: 13px;
  font-size: 0.9em;
}

#compareLayer #compareList .compareTable th:last-of-type, #compareLayer #compareList .compareTable td:last-of-type {
  border-right: none;
}

@media (max-width: 767px) {
  #compareLayer #compareList .expandContent {
    padding: 0;
  }

  #compareList table, #compareList thead, #compareList tbody, #compareList th, #compareList td, #compareList tr {
    display: block;
  }

  #compareList th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #compareList tr {
    border-bottom: 1px solid #d8d8d8;
  }

  #compareLayer #compareList .compareTable td {
    border: none !important;
    position: relative;
    padding: 0;
  }

  #compareList td:before {
    padding: 0;
    white-space: nowrap;
  }

  #compareList td:nth-of-type(1):before {
    content: "Drug: ";
    font-family: 'proxima_nova_rgbold';
  }

  #compareList td:nth-of-type(2):before {
    content: "Tier: ";
    font-family: 'proxima_nova_rgbold';
  }

  #compareList td:nth-of-type(3):before {
    content: "Restriction: ";
    font-family: 'proxima_nova_rgbold';
  }
}
.layerbg1 {
  background: transparent linear-gradient(to bottom, #dce1e5 0px, #bcbcbc 100%) repeat scroll 0 0;
  border: 1px solid #262626;
  border-radius: 10px;
  box-shadow: 0.2em 0.2em 0.5em #000;
  padding: 8px;
}

.spacer {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

.saving, .removing {
  position: absolute;
  left: 10;
  z-index: 6000010;
  background-color: blue;
  color: #fff;
}

#previewimg {
  position: absolute;
  background: #fff;
  padding: 5px;
  border: 1px solid #000;
  -moz-box-shadow: .2em .2em .5em #666;
  -webkit-box-shadow: .2em .2em .5em #666;
  box-shadow: .2em .2em .5em #666;
  z-index: 6000950;
}

/*-----------end ankit's css---------*/
/* D&D GLOBAL
***********************************************/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html, body {
  height: 100%;
}

img {
  display: block;
}

.drug .back_next_btn {
  display: block;
}

.back_next_btn {
  display: none;
}

sup {
  line-height: 1;
  position: static;
  top: auto;
  font-size: 0.875rem;
}

#maincolboxdrugdbheader h1 {
  margin: 0;
  min-height: 45px;
  padding: 5px 15px 0 0;
}

#headerSpecialty {
  display: none;
}

/* STICKIDY STICK
***********************************************/
/*.refmenushow #scroll_wrapper{
	position:fixed;
	width:100%;
}
*/
body.refmenushow {
  overflow-y: hidden;
  	                   /*position: fixed;
  
  */
}

.refmenushow #hideRefMenu {
  display: block;
  z-index: 0;
}

#hideRefMenu {
  display: none;
  top: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

#dd_nav.fixedsticky {
  z-index: 6000010;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

#dd_nav.fixed-sticky {
  z-index: 6000010;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.h1title {
  padding: 0 10px;
  margin: 0;
  background-color: #FFF;
  color: #355500;
  font-size: 18px;
  font-family: "proxima_nova_rgbold", arial, sans-serif;
  z-index: 5;
}

.single_page .h1title {
  display: none;
}

.h1title.fixedsticky {
  top: 0;
  z-index: 2;
  line-height: 45px;
}

.h1title.fixedsticky.fixedsticky-on, .h1title.fixedsticky.stuck {
  	/* height: 45px;
      line-height: 45px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 55px;
}

h2.fixedsticky-on, h2.fixedsticky.stuck, .currentContent h2.fixedsticky {
  /* height: 30px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 55px;
}

#section_tab span {
  display: none;
}

 /*h2.sticky:first-child {
	margin-top:0;
}
h2.sticky span {
}*/
/*.stickyH3Position {
	position:relative;
}

.stickyH3Position h3 {
	position: absolute;
	left:-15px;
	right:-15px;
}*/
#dose_tabs_content {
  display: block;
}

.single_page h2, #leftcol .drug h2 {
  /*top: 0;*/
  top: 37px;
  padding: 14px 30px 11px 15px;
  z-index: 7;
}

h2, #leftcol h2 {
  border-bottom: none;
  font-size: 16px;
  background-color: #DDD;
  color: #355500;
  font-family: arial, Helvetica, sans-serif;
  top: 45px;
  padding: 5px 30px 5px 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-transform: none;
}

h3 {
  color: #466c00;
  border: none;
  text-transform: none;
  font-size: 16px;
  margin: 15px 8px 15px 0;
}

h4 {
  font-family: 'proxima_nova_rgregular', arial, sans-serif;
  font-size: 1.1rem;
}

/* When position: sticky is supported but native behavior is ignored */
@media (max-width: 767px) {
  .fixedsticky-withoutfixedfixed .fixedsticky-off, .fixed-supported .fixedsticky-off {
    position: static;
  }

  .fixedsticky-withoutfixedfixed .fixedsticky-on, .fixed-supported .fixedsticky-on {
    position: fixed;
    left: 0;
    right: 0;
    margin-left: 0;
  }
}
.fixedsticky-dummy {
  display: none;
}

.fixedsticky-on + .fixedsticky-dummy {
  display: block;
}

/* SECTION MENU
***********************************************/
#dd_nav_wrap {
  position: relative;
  height: auto;
  display: none;
}

@media (max-width: 1023px) {
  #dd_nav_wrap {
    display: block;
  }
}
#section_tab {
  margin: 0 0 20px 0;
  padding: 17px 20px 16px 20px;
  position: static;
  left: 40px;
  height: auto;
  width: 100%;
  line-height: 1;
  font-family: "proxima_nova_rgbold", arial, sans-serif;
  font-size: 0.9375rem;
  color: #2f2148;
  text-align: left;
  text-transform: uppercase;
  display: inline-block;
  background: #eee url("/pi/reference/icons/icon-arrow-black.svg") no-repeat;
  background-size: 12px auto;
  background-position: right 16px top 20px;
  border: 1px solid #dbdada;
  border-top: 6px solid #2f2148;
  cursor: pointer;
}

#section_tab.open {
  background-image: url("/pi/reference/icons/icon-close-x-black.svg");
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: right 14px top 14px;
}

#dd_nav #section_tab span {
  display: block;
}

#menuWrapper {
  position: absolute;
  top: 48px;
  background-color: #999;
  min-height: 100px;
  overflow: auto;
  font-size: 15px;
  box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: -1;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .2s ease-in-out;
}

#menuWrapper::-webkit-scrollbar {
  display: none;
}

#leftnav {
  background: #FFF;
  font-family: "proxima_nova_rgregular", arial, sans-serif;
}

.refmenushow #menuWrapper {
  opacity: 1;
  z-index: 10;
  visibility: visible;
  /*display: block;*/
}

/* Level 1 */
#leftnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

#leftnav > ul > li {
  line-height: normal;
  /*text-transform: uppercase;*/
  background-color: #EEE;
}

#leftnav > ul > li:first-child {
  margin-top: 0;
}

#leftnav > ul > li > a {
  position: relative;
}

#leftnav > ul > li > a:after {
  content: " ";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  width: 13px;
  height: 8px;
  background-image: url("http://img.medscapestatic.com/pi/reference/icons/icon-menu_arrows.png");
  background-size: 13px 50px;
  background-repeat: no-repeat;
  background-position: 0 -42px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#leftnav > ul > li.section_open > a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#leftnav > ul > li.section_open > a {
  font-family: 'proxima_nova_ltsemibold';
  font-weight: normal;
}

#leftnav > ul > li.no_subsection > a:after,
#leftnav > ul > li.no_subsection.current > a:after,
#leftnav.single_page > ul > li > a:after,
#menuWrapper.single_page #leftnav > ul > li > a:after {
  background-image: none;
}

#leftnav > ul > li.no_subsection.current a,
#leftnav > ul > li.no_subsection.current_section a {
  font-family: 'proxima_nova_rgbold';
}

#leftnav > ul > li a {
  display: block;
  padding: 12px 10px 12px 20px;
  line-height: normal;
  border-top: 1px solid #CCC;
  font-size: 16px;
  font-weight: normal;
  font-family: "proxima_nova_rgregular", arial, sans-serif;
  position: relative;
  color: #2a2a2a;
  background-color: #EEE;
  text-decoration: none;
}

#leftnav > ul > li a:hover {
  text-decoration: none;
}

#leftnav ul li.no_subsection.multimedia_link a,
#leftnav ul li.no_subsection.reference_link a,
#leftnav ul li.no_subsection.tables_link a,
#leftnav ul li#li_images a,
#leftnav ul li#li_references a {
  background-image: url("/pi/reference/icons/icon-square-stack.svg");
  background-position: right 11px top 11px;
  background-repeat: no-repeat;
}

#leftnav ul li.no_subsection.current_section a {
  background-color: #fff;
}

#leftnav ul li.no_subsection.current_section a:before {
  margin-left: -13px;
  content: "\2022\00a0\00a0";
}

#leftnav .sections-nav-title {
  display: none;
}

/* Level 2 */
#leftnav > ul > li > ul {
  text-transform: none;
  display: none;
}

#leftnav > ul > li.section_open > ul {
  display: block;
}

#leftnav > ul > li > ul > li {
  text-transform: none;
}

#leftnav > ul > li > ul > li a {
  background-color: #FFF;
  padding-left: 25px;
  color: #007cb0;
}

#leftnav > ul > li > ul > li a:active {
  background-color: #DDD;
}

#leftnav > ul > li > ul > li.current_section a {
  color: #2a2a2a;
  font-family: 'proxima_nova_ltsemibold';
  font-weight: normal;
}

#leftnav > ul > li > ul > li.current_section a:before {
  margin-left: -13px;
  content: "\2022\00a0\00a0";
}

.current_topic {
  background: #007cb0;
  font-size: 16px;
  color: #FFF;
  padding: 10px;
  display: none;
}

.current_topic a, .current_topic a:hover {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.single_page h2.fixedsticky.fixedsticky-on {
  padding: 10px 30px 10px 15px;
  height: auto;
}

/* TEXT FORMATTING
***********************************************/
#maincolboxdrugdbheader {
  padding: 0 10px 10px;
}

#maincolboxdrugdbheader.drug_h1 {
  padding: 0 5px 0 10px;
}

#maincolboxdrugdbheader.overview_h1 h1 {
  	/*	padding-bottom: 0;
          font-family: arial, Helvetica, sans-serif;
          font-weight: bold;
          color: #000;
          text-shadow: none;
          font-size: 22px;
      */
}

#maincolboxdrugdbheader ul, .brandNameLabel {
  list-style-image: none;
  list-style-type: none;
  padding: 0;
  margin: 5px 0 15px;
}

.brandNameLabel {
  padding-right: 5px;
}

#maincolboxdrugdbheader.notFirstSection .drugbrandname, #maincolboxdrugdbheader.notFirstSection ul {
  display: none;
}

.author_link {
  font-size: 13px;
}

#medscapeheadercontainer a {
  color: #2672b8;
}

.dd_breadcrumb {
  padding: 0 100px 0 10px;
  display: table-cell;
  height: 45px;
  vertical-align: middle;
  font-size: 13px;
}

.refsection_content {
  padding: 0 0 10px 0;
}

/* .refsection_content.nopadding {
	padding: 10px 0 0 0;
}
.refsection_content.nopadding p, 
.refsection_content.nopadding ul, 
.refsection_content.nopadding blockquote {
	margin-left:15px;
	margin-right:15px;
} */
.next_section_btn, .next_btn_drug, .next_btn {
  float: right;
  display: inline-block;
  margin: 25px 15px 15px;
}

.next_section_btn a, .next_btn_drug a, .next_btn a {
  padding: 8px 20px 8px 10px;
  font-family: "proxima_nova_rgregular", arial, sans-serif;
  font-size: 1.5rem;
  color: #2a2a2a;
  max-width: 270px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.next_section_btn a, .next_btn_drug span, .next_btn a span {
  color: #007cb0;
}

.next_section_btn a:after, .next_btn_drug a:after, .next_btn a:after {
  position: absolute;
  display: block;
  content: " ";
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  text-transform: uppercase;
  background-image: url("/pi/reference/icons/icon-arrow-right-blue.svg");
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: right center;
}

.back_btn {
  display: none;
}

.back_btn_drug {
  display: none;
}

.sect2 {
  margin-left: 1px;
}

.sect2title,
.drugdbsectioncontent .sect2title {
  font-family: 'proxima_nova_ltsemibold', arial, sans-serif;
  color: #888;
}

/* IMAGE FORMATTING
***********************************************/
.enlargeThisImage {
  position: relative;
  z-index: 6000100;
}

.enlargeThisImage {
  margin: 368px 18px 0 18px;
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("/pi/reference/icons/icon-enlarge-media-gallery-2x.png");
  background-size: 32px auto;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  /*pointer-events: none; */
  /*removed by ankit */
  float: left;
}

.enlargeThisImage img {
  width: 100%;
  height: auto;
  display: block;
  margin: 15px 0 10px;
}

.capt {
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  font-style: italic;
  display: inline-block;
  margin: 10px 0 10px;
}

.html5vidbox {
  width: 100%;
}

.html5vidbox video {
  width: 100%;
  height: 200px;
}

/*** If Inline Gallery ***/
#imageGallery.inline_gallery {
  margin: 15px 0;
}

#imageGallery.inline_gallery .close_gallery {
  display: none;
}

.inlineImage {
  margin: 10px 0 30px 0 !important;
}

.inlineImage a {
  margin: 0 auto;
  text-align: center;
  background: url("/pi/reference/icons/icon-open-modal-inline.svg") no-repeat;
  background-size: 48px auto;
  background-position: right bottom;
  display: block;
  width: 504px;
}

.inlineImage a img {
  display: inline-block;
}

.inlineImage .capt,
.inlineVideo .capt {
  margin: 15px auto 10px auto;
  font-family: 'proxima_nova_rgregular', arial, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  color: #2a2a2a;
  max-width: 380px;
  display: block;
}

.inlineVideo .capt {
  max-width: 100%;
  padding: 10px;
  margin: 0;
}

.inlineImage .galleryLink a,
.inlineVideo .galleryLink a {
  margin: 0 auto;
  font-family: 'proxima_nova_ltlight', arial, sans-serif;
  font-size: 0.9375rem;
  text-align: left;
  background: none;
  display: block;
  max-width: 380px;
}

.inlineVideo .galleryLink a {
  max-width: 100%;
  padding: 0 10px;
}

.inlineVideo {
  padding: 20px 0;
}

@media (max-width: 1279px) {
  .inlineImage a {
    width: 444px;
  }

  .inlineImage a img,
  .inlineImage .capt,
  .inlineImage .galleryLink a {
    max-width: 320px;
  }
}
@media (max-width: 1079px) {
  .inlineImage a {
    width: 409px;
  }

  .inlineImage a img,
  .inlineImage .capt,
  .inlineImage .galleryLink a {
    max-width: 285px;
  }
}
@media (max-width: 1023px) {
  .inlineImage a {
    width: 389px;
  }

  .inlineImage a img,
  .inlineImage .capt,
  .inlineImage .galleryLink a {
    max-width: 265px;
  }
}
@media (max-width: 767px) {
  .inlineImage a {
    width: 324px;
  }

  .inlineImage a img {
    max-width: 200px;
  }

  .inlineImage .capt,
  .inlineImage .galleryLink a {
    max-width: 300px;
  }
}
/* setting max width so media gallery icon has room in portrait mode on smaller devices */
@media only screen and (min-device-width: 320px) and (orientation: portrait) {
  .inlineImage a {
    width: 304px;
  }

  .inlineImage a img {
    max-width: 180px;
  }
}
/*END*/
body.engImgView #scroll_wrapper {
  display: none;
}

/* fade collapse
***********************************************/
.fade-collapse-overlay {
  color: #007cb0;
  width: 100%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9), white, white);
  position: absolute;
  height: 60px;
}

.fade-collapse-more {
  bottom: 0;
  position: absolute;
}

.fade-collapse-less {
  display: none;
}

.drug_expand .fade-collapse-less {
  display: block;
}

.drug_expand .fade-collapse-more {
  display: none;
}

.drug_expand .fade-collapse-overlay {
  background-image: none;
  position: relative;
  height: 30px;
}

#drugdbmain .sect1.sect1_collapse.drug_expand {
  max-height: none;
  overflow: auto;
}

/* {Drugs}
***********************************************/
#drugdbmain .sect1 {
  position: relative;
}

#drugdbmain .sect1.sect1_collapse {
  overflow: hidden;
  position: relative;
}

/* #drugdbmain .sect1_collapse h3 {
	position: relative;
	background: #EEE;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	border: 0;
}
#drugdbmain .sect1_collapse h3:after {
	position: absolute;
	content: " ";
	pointer-events: none;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-color: #CCC;
	background-image: url(http://img.medscapestatic.com/pi/reference/icons/icon-menu_arrows.png);
	background-repeat: no-repeat;
	background-position: center -25px;
	background-size: 13px 50px;
} */
#drugdbmain .sect1_collapse h3.drug_expand:after {
  background-position: center 15px;
}

#drugdbmain .sect1_collapse .sect2 {
  padding: 8px 0 0 15px;
}

#drugdbmain .sect1_collapse .sect2 p {
  font-family: 'proxima_nova_ltsemibold', arial, sans-serif;
  margin-bottom: 10px;
}

#drugdbmain .sect1_collapse .sect2 ul {
  margin: 0 0 0 38px;
  padding: 0;
}

/* INTERACTION CHECKER
***********************************************/
#drugdbmain #interaction_checker {
  margin: 20px 0;
  padding: 0;
}

#drugdbmain #interaction_checker h4 {
  display: none;
}

#drugdbmain #interaction_checker #interactioncol h4 {
  display: block;
}

#drugdbmain #interaction_checker ul li h4,
#drugdbmain #interaction_checker #interactioncol ul li h4 {
  padding-left: 0;
  font-family: 'proxima_nova_ltlight';
  font-weight: normal;
  font-size: 1.25rem;
  display: block;
}

#drugdbmain .intcheck_drugname2 {
  position: relative;
}

#drugdbmain .intcheck_drugname2 label {
  padding: 0 0 8px 0;
  font-family: 'proxima_nova_ltsemibold', arial, sans-serif;
  font-size: 1.25rem;
  display: block;
}

#drugdbmain input#MDICtextbox {
  margin: 0 0 10px 0;
  padding: 12px 12px 12px 45px;
  border: 1px solid #eff3f6;
  background: #fff url("/pi/reference/icons/icon-search-blue.svg") left 10px center no-repeat;
  color: #777;
  font-size: 16px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 40%;
  /*changed by ankit */
  min-width: 330px;
}

@media (max-width: 1023px) {
  #drugdbmain input#MDICtextbox {
    width: 100%;
  }

  #drugdbmain .intcheck_drugname {
    text-align: right;
    display: block !important;
  }
}
#MDICilfulllist {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  width: 100%;
  max-height: 345px;
  overflow-y: auto;
  position: absolute;
  top: 84px;
}

#drugdbmain #druglistcontainer,
#drugdbmain #druglistcontainerNames {
  padding-top: 10px;
  clear: both;
}

.nomdic, .fmdic, #onedrug, #loading_img {
  display: none;
}

.fmdic {
  margin: 20px 0 10px 0;
  font-family: 'proxima_nova_rgbold', arial, sans-serif;
  font-size: 1.125rem;
}

#contraindicated_list, #serious_list, #significant_list, #minor_list {
  display: none;
}

.refsection_content #druglistcontainer ul li:before {
  margin-left: 0;
  content: "";
}

.refsection_content #contraindicated_list ul li:before,
.refsection_content #serious_list ul li:before,
.refsection_content #significant_list ul li:before,
.refsection_content #minor_list ul li:before {
  margin-left: 0;
  content: "";
  display: none;
}

#drugdbmain #druglistcontainer ul li,
#drugdbmain #druglistcontainerNames ul li {
  margin: 0 0 15px 0;
  padding: 3px 0 0 22px;
  background: url("/pi/reference/icons/icon-arrows-sprite-blue.png") no-repeat;
  background-size: 14px auto;
  background-position: 0 15px;
  font-size: 1.1rem;
  color: #2a2a2a;
  list-style: none;
}

#drugdbmain #druglistcontainer ul li.open,
#drugdbmain #druglistcontainerNames ul li.open {
  background: url("/pi/reference/icons/icon-arrows-sprite-blue.png") no-repeat;
  background-size: 14px auto;
  background-position: 0 -26px;
}

#drugdbmain #druglistcontainer ul li p {
  padding: 6px 0 10px 0;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.25em;
  display: none;
}

#drugdbmain #druglistcontainer ul li:hover,
#drugdbmain #druglistcontainerNames ul li:hover {
  cursor: pointer;
}

#drugdbmain #druglistcontainer ul li:hover p,
#drugdbmain #druglistcontainerNames ul li:hover p {
  cursor: text;
}

#drugdbmain #druglistcontainer h4 {
  margin: 0 0 20px 0;
  padding: 15px 0 2px 32px;
  border-bottom: 1px solid #d8d8d8;
  font-family: 'proxima_nova_rgbold', arial, sans-serif;
  font-size: 1.563rem;
  font-weight: normal;
  color: #2a2a2a;
}

#drugdbmain #druglistcontainer h4.contraindicated {
  background: url("/pi/reference/icons/icon-circle-exclaim-red.svg") no-repeat;
  background-size: 25px auto;
  background-position: 0 17px;
}

#drugdbmain #druglistcontainer h4.serious {
  background: url("/pi/reference/icons/icon-circle-exclaim-orange.svg") no-repeat;
  background-size: 25px auto;
  background-position: 0 17px;
}

#drugdbmain #druglistcontainer h4.significant {
  background: url("/pi/reference/icons/icon-circle-exclaim-green.svg") no-repeat;
  background-size: 25px auto;
  background-position: 0 17px;
}

#drugdbmain #druglistcontainer h4.minor {
  background: url("/pi/reference/icons/icon-circle-exclaim-blue.svg") no-repeat;
  background-size: 25px auto;
  background-position: 0 17px;
}

#drug_interlist .all-interactions {
  margin: 10px 0 0;
  font-family: 'proxima_nova_ltsemibold', arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #2a2a2a;
  display: inline-block;
}

#drug_interlist .sort-cont {
  float: right;
}

#drug_interlist .sort-by {
  color: #2a2a2a;
  font-family: 'proxima_nova_rgbold', arial, sans-serif;
  font-size: 1.25rem;
}

#drug_interlist select#drug-int-sort {
  display: inline;
  min-width: 152px;
  height: 40px;
  margin: 0 0 10px 4px;
  padding: 6px 20px;
  border: 1px solid #eff3f6;
  font-family: 'proxima_nova_ltsemibold', arial, sans-serif;
}

#drug_interlist ul li:before {
  display: none;
}

#drug_interlist ul li p {
  display: none;
  padding: 4px 0 0 0;
}

#drugdbmain .intcheck_drugname {
  margin: 0 0 10px 12px;
  font-size: 1.25rem;
  display: inline-block;
}

@media (max-width: 767px) {
  #drugdbmain #druglistcontainer h4 {
    margin: 0 0 15px 0;
    padding: 20px 0 6px 28px;
    font-size: 1.125rem;
  }

  #drug_interlist .sort-by,
  #drugdbmain .intcheck_drugname,
  #drug_interlist select#drug-int-sort {
    font-size: 1rem;
  }

  #drugdbmain #druglistcontainer ul li,
  #drugdbmain #druglistcontainerNames ul li {
    margin: 0 0 15px 16px;
    padding: 5px 0 0 30px;
  }
}
#drugdbmain #drug_interlist b {
  font-family: 'proxima_nova_rgbold';
  font-weight: normal;
  font-size: 0.75rem;
}

#drugdbmain #drug_interlist input[type="submit"] {
  border: 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border: 1px solid #e6e6e6;
  min-width: 90px;
  border-bottom: 0;
  padding: 15px 10px;
  margin: 0 0 -1px 0;
  background: #eee;
  color: #333;
  outline: none;
  -webkit-appearance: none;
}

#drugdbmain #drug_interlist input[type="submit"]:disabled {
  opacity: 1;
  background: #fff;
  border-bottom: 1px solid #fff;
}

#drugdbmain .refsection_content #druglistcontainerNames ul {
  margin-top: 0;
}

#drugdbmain .refsection_content #druglistcontainerNames ul li p {
  font-size: 14px;
  font-weight: normal;
}

#drugdbmain #interaction_checker ul#MDICdrugs {
  margin: 0;
  padding: 10px 25px;
}

#drugdbmain #interaction_checker ul#MDICdrugs li {
  margin: 0;
  padding: 0 0 12px 5px;
  font-size: 1.25rem;
  background: none;
  list-style: none;
}

#drugdbmain #interaction_checker ul#MDICdrugs li:before {
  margin-left: -13px;
  content: "\2022\00a0\00a0\00a0\00a0";
  font-size: 0.9375rem;
}

#drugdbmain #interaction_checker ul#MDICdrugs li a {
  color: #2a2a2a;
}

/* #drugdbmain #interaction_checker ul#MDICdrugs li:nth-of-type(1n+10) {
	display: none;
} */
#dose_ped, #dose_ger {
  display: none;
}

#MDICildrugnor {
  padding: 20px 20px 0 20px;
}

/*#drugdbmain h3.drug_expand, #drugdbmain #content_0 h3.drug_expand {
	background: url(http://img.medscapestatic.com/pi/reference/buttons/btn-drug-collapse.png) no-repeat 99.5% center,, -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f4f9ee));
}*/
#drugdbmain .bbinfo h3 {
  border: none;
  background: none;
  color: #2a2a2a;
  margin: 0;
}

/*#drugdbmain .sect2 h3.drug_expand,*/
#drugdbmain #content_0 .sect1_collapse.sect2 h3 {
  background-color: #fff;
}

#leftnav #li_5.has_bbinfo.no_subsection a {
  background: url(http://img.medscapestatic.com/pi/reference/icons/icon-bbox.png) no-repeat 35% center;
}

#li_5.has_bbinfo a::after:hover {
  text-decoration: none;
}

a.calc_link {
  margin-left: 10px;
  background: url("/pi/reference/icons/icon-calculator-blue.svg") no-repeat center;
  background-size: 18px auto;
  height: 28px;
  width: 30px;
  display: inline-block;
}

a.calc_link:hover {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
}

/* TABS {Drugs}
***********************************************/
#dose_tabs {
  margin: 20px 0;
  padding: 0 5px;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px 0px;
  background: url(http://img.medscapestatic.com/pi/reference/ornaments/bg-e6e6e6.png) repeat-x;
  background-position: 0 100%;
  background-size: 1px 1px;
}

#dose_tabs span {
  display: table-cell;
  text-align: center;
  padding: 15px 0;
  background: #eff3f6;
  color: #444;
  text-transform: uppercase;
  width: 30%;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

#dose_tabs span:last-child {
  margin-right: 0;
}

#dose_tabs span.opentab {
  cursor: auto;
  color: #111;
  background: #fff;
  border-bottom: #fff;
}

#content_0 .dose_forms ul {
  margin: 0;
  padding: 0;
}

#content_0 .dose_forms ul li {
  display: inline-block;
  padding: 2px 10px;
  border: 1px dotted #CBDABC;
  margin: 5px 0 0 0;
}

/* RELATED LINKS
***********************************************/
.relatedlinksrighttitle {
  padding: 10px 0;
  margin: 5px 0 0 0;
  border-top: 1px dotted #555;
  border-bottom: none;
  font-size: 15px;
  font-weight: bold;
  color: #005b81;
  text-transform: uppercase;
}

#relatedRef .relatedlinksrighttitle {
  color: #466c00;
}

#link_leftcol {
  margin: 20px 15px 0;
}

#link_leftcol ul {
  font-family: "proxima_nova_ltsemibold", arial, sans-serif;
  padding: 0;
  font-size: 16px;
  list-style: none;
  margin: 0 0 10px 0;
}

#link_leftcol ul li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #DDD;
}

#link_leftcol ul li:nth-child(1) {
  padding-top: 0;
}

#link_leftcol a {
  color: #2a2a2a;
}

#link_leftcol ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* BLACK BOX SECTION
***********************************************/
.bbinfo {
  border: 1px solid #2a2a2a;
  padding: 10px;
  margin: 10px 0 20px 0;
}

#drugdbmain #content_0 .sec2_collapse .sect2title {
  display: inline-block;
  border: 0px solid #eaeaea;
  background: url(http://img.medscapestatic.com/pi/reference/buttons/btn-subsec-expand.png) no-repeat 99% center #ffffff;
  padding-right: 20px;
  color: #004276;
  cursor: pointer;
}

#drugdbmain #content_0 .sec2_collapse .sect2title.subsec_expand {
  background: url(http://img.medscapestatic.com/pi/reference/buttons/btn-subsec-collapse.png) no-repeat 99% center #ffffff;
}

#pcategory {
  background: #fff;
  border: 0px;
}

/*Formulary*/
.fs_collapse {
  display: none;
}

#fs_tabs_content {
  padding: 20px 0;
}

/* tabs */
#fs_tabs {
  background: url("http://img.medscapestatic.com/pi/reference/ornaments/bg-fsmobile-tabs-btm.png") repeat-x bottom left;
  text-align: center;
}

#fs_tabs span {
  margin: 5px 5px 0 5px;
  padding: 7px 16px 6px 16px;
  display: inline-block;
  cursor: pointer;
  color: #545454;
  background-color: #deddde;
  background: -moz-linear-gradient(top, #deddde 0%, #ffffff);
  background: -webkit-gradient(linear, left top, left bottom, from(#deddde), to(#ffffff));
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border: 1px solid #c0c9bf;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.7);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2), 0px -1px 0px white;
}

#fs_tabs span.fsopentab {
  padding: 7px 16px 6px 16px;
  font-weight: bold;
  cursor: auto;
  color: #325b00;
  background-color: #fff;
  background: -moz-linear-gradient(top, #e7e7e7 0%, #ffffff);
  background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#ffffff));
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-top: 1px solid #c0c9bf;
  border-right: 1px solid #c0c9bf;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #c0c9bf;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.7);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2), 0px -1px 0px white;
}

/* brand info */
#fs_brandinfo {
  display: none;
}

#fs_select {
  padding: 0 0 10px 0;
}

#fs_select p {
  font-family: "proxima_nova_ltsemibold", arial, sans-serif;
}

#fs_select ul {
  padding: 0 0 0 10px;
}

#fs_tabs {
  display: none;
}

#createList {
  display: none;
}

#fs_tabs_content table {
  margin: 0 0 15px 0;
  border-top: 1px solid #979797;
  border-left: 1px solid #979797;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}

#fs_tabs_content table td {
  padding: 10px 15px;
  border-right: 1px solid #979797;
  border-bottom: 1px solid #979797;
  font-family: 'proxima_nova_ltlight';
  font-size: 1.25rem;
}

#fs_tabs_content table th {
  padding: 10px 15px;
  border-right: 1px solid #979797;
  border-bottom: 1px solid #979797;
  background-color: #eff3f6;
  font-family: 'proxima_nova_ltsemibold';
  font-size: 1.25rem;
  font-weight: normal;
  text-align: left;
}

@media (max-width: 1023px) {
  #fs_tabs_content table td,
  #fs_tabs_content table th {
    font-size: 1rem;
  }
}
#fs_tabs_content table th.delete {
  background: #eff3f6 url("/pi/reference/icons/icon-trashcan-grey.svg") no-repeat;
  background-position: center center;
  background-size: 15px auto;
  min-width: 34px;
  min-height: 18px;
  font-size: 0;
}

#fs_tabs_content table td a.delete {
  background: transparent url("/pi/reference/icons/icon-trashcan-red.svg") no-repeat;
  background-size: 15px auto;
  width: 15px;
  height: 18px;
  font-size: 0;
  display: inline-block;
}

#fs_tabs_content table i {
  padding: 8px 0;
  font-family: 'proxima_nova_ltlight-it', arial, sans-serif;
  color: #979797;
  display: inline-block;
}

.createLink {
  margin: 15px 20px 20px 20px;
  padding: 5px 10px 4px 10px;
  color: #0064a7;
  background: -moz-linear-gradient(top, #ffffff 0%, #cadfec);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cadfec));
  background-color: #cadfec;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border: 1px solid #aaa9a9;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px -1px 3px white;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px -1px 3px white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px white;
  text-align: center;
  font-weight: bold;
  font-size: 1.0em;
}

#fs_brandinfoMain {
  display: none;
}

#fs_brandinfo .planLink {
  margin: 10px 0 0 0;
  padding: 3px;
  color: #0064a7;
  background: -moz-linear-gradient(top, #ffffff 0%, #cadfec);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cadfec));
  background-color: #cadfec;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border: 1px solid #aaa9a9;
  -moz-box-shadow: inset 0px -1px 3px white;
  -webkit-box-shadow: inset 0px -1px 3px white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px white;
  font-weight: normal;
  font-size: 0.95em;
  white-space: nowrap;
}

#fs_brandinfo .plan {
  padding: 0 0 8px 0;
  font-weight: bold;
}

#fs_brandinfo .compare a {
  font-weight: bold;
}

#fs_brandinfo .restriction {
  padding: 4px 0 4px 0;
}

#fs_brandinfo .disclaimer {
  padding: 0 0 8px 0;
  font-size: 0.85em;
}

#fs_brandinfo #tiersRestrictions {
  padding: 10px;
  background-color: #fdfdfd;
}

#fs_brandinfo #tiersRestrictions th {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

#fs_brandinfo #tiersRestrictions td {
  background-color: #fff;
}

#fs_brandinfo #tiersRestrictions td.keyCol {
  text-align: center;
  font-weight: bold;
  background-color: #f7f7f7;
}

/*.accordion {
	border-bottom: solid 1px #cfcfcf;
}*/
.accordion .expandLink {
  margin: 40px 0 15px 0;
  font-family: 'proxima_nova_ltsemibold', sans-serif;
  font-size: 1.3em;
  /* margin: 0;
  padding: 8px 30px 8px 10px;
  background: #fdfdfd url(http://img.medscapestatic.com/pi/reference/icons/icon-arrow-square.gif) no-repeat right -47px;
  border: solid 1px #cfcfcf;
  border-bottom: none;
  color: #0067a1;
  font-weight: bold;
  cursor: pointer; */
}

.accordion .expandLink:hover {
  background-color: #f7f7f7;
}

.accordion .expandLink.active {
  background-position: right 5px;
}

.accordion .expandContent {
  margin: 0;
  padding: 0;
  background: #fdfdfd;
  /*border-left: solid 1px #cfcfcf;
  border-right: solid 1px #cfcfcf;
  display: none;*/
}

/*#planLayer .header, #compareLayer .header {
	margin: 20px 0 0 0;
	padding: 0 10px;
	border-bottom: 1px solid #333;
	text-align: left;
}
#planLayer p {
	margin-left: 10px;
}
#planLayer .closewindow, #fs_tabs_content .closewindow {
	color: #FFF;
	font-size: 1.5em;
	margin: 40px 0;
	width: 100%;
	text-align: center;
}
#fs_tabs_content #planLayer .closewindow a span {
	visibility: visible;
}
#fs_tabs_content #compareLayer .closewindow a span {
	visibility: visible;
}
#planLayer .closewindow a, #fs_tabs_content #compareLayer .closewindow a {
	padding: 10px 30px;
	background: #2672b8;
	color: #fff;
	font-weight: normal;
	border-radius: 5px;
}
.planNameLabel {
	font-family: 'proxima_nova_ltsemibold';
}
#planLayer .header .title {
	font-family: 'proxima_nova_ltsemibold';
	font-size: 16px;
}
#planLayer .header .physician {
	display: none;
}
#plan_title {
	font-family: 'proxima_nova_ltsemibold';
	min-height: 30px;
}
#compareLayer .header p {
	font-size: .9em;
	color: #333;
}
#planLayer .header .name {
	font-weight: bold;
}
#fs_planList {
	background: #fff;
	padding: 10px;
	margin: 0 15px 10px 15px;
}
#fs_planList ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}
#fs_planList ul li {
	padding: 0;
	margin: 0 0 10px 0;
	border-bottom: #efefef 1px solid;
	background-image: none;
	font-size: 12px;
}
.planName {
	display: inline-block;
}
#plan_header {
	margin: 0 0 5px 0;
}
#planLayer .state {
	margin: 0;
	padding: 20px 0 15px 0;
	text-align: center;
	font-weight: bold;
	background-color: #fff;
}
#plan_header {
	background: url("http://img.medscapestatic.com/pi/reference/ornaments/bg-fsmobile-tabs-btm.png") repeat-x bottom left;
	text-align: center;
}
#plan_header span {
	margin: 5px 4px 0 4px;
	padding: 7px 10px 6px 10px;
	display: inline-block;
	cursor: pointer;
	color: #545454;
	border: 1px solid #CCC;
}
#plan_header span.fsopentab {
	padding: 7px 16px 6px 16px;
	font-weight: normal;
	color: #FFF;
	background-color: #777;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}*/
#fs_selectMenu {
  margin-bottom: 10px;
  font-family: 'proxima_nova_ltsemibold', sans-serif;
  font-size: 1.3em;
}

.drugdbsectioncontent p.disclaimer {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

/*#fs_medicare {
	display: none;
}*/
/*
#planLayer ul .savedPlan:before {
    color: #345B0E;
    content: "saved";
	font-size:.9em;
	margin-left: -35px;
    padding-right: 5px;
	}
#planLayer ul .unsavedPlan:before {
    color: #345B0E;
    content: "removed";
    font-size: 0.9em;
    margin-left: -42px;
    padding-right: 0;
}
*/
.planLink {
  margin: 0 0 20px 0;
  padding: 6px 8px;
  background-color: #007cb0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'proxima_nova_rgbold';
  font-size: 1.25rem;
  display: inline-block;
}

.planLink a {
  display: block;
  color: #FFF;
  padding: 7px 0;
}

.drugdbsectioncontent .planLink a {
  color: #FFF;
  padding: 5px 10px;
}

#fs_table td:first-child {
  min-width: 55%;
}

#drugdbmain select::-ms-expand {
  display: none;
}

#drugdbmain select {
  margin: 0 0 40px 0;
  padding: 10px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #979797;
  font-family: 'proxima_nova_ltlight', arial, sans-serif;
  font-size: 1.25rem;
  color: #2a2a2a;
  background: transparent url("/pi/reference/icons/icon-arrow-down-black.png") no-repeat;
  background-size: 14px auto;
  background-position: right 10px top 16px;
  min-width: 280px;
  display: block;
}

@media (max-width: 767px) {
  #drugdbmain select {
    font-size: 1rem;
  }

  #fs_table {
    overflow-x: auto;
  }
}
#brands {
  margin-left: 10px;
  border: 1px solid #355500;
  color: #355500;
  background: #FFF;
}

.layerShow #createList, .layerShow #fs_selectMenu, .layerShow #fs_select_single, .layerShow #medscapeheadercontainer, .layerShow #footercontents, .layerShow #drugdb, .layerShow #ref_sponsorbox, .layerShow h2, .layerShow #fs_table, .layerShow #tier_desc, .layerShow #shareLinks {
  display: none;
}

.layerShow .refsection_content, .layerShow .drugdbsectioncontent, .layerShow #fs_tabs_content {
  margin: 0;
  padding: 0;
}

.layerShow #dd_nav, .layerShow .dd_breadcrumb, .layerShow #link_leftcol, .layerShow .back_next_btn {
  display: none;
}

#fs_select_single {
  font-weight: bold;
  margin-bottom: 10px;
}

#planLayer p.instructions {
  margin: 20px 0 0 30px;
  font-size: 12px;
  font-weight: bold;
}

#compareLayer .header .plan_title {
  font-weight: bold;
  font-size: 1.1em;
}

#compareLayer .class_name {
  font-weight: bold;
  font-size: 1.05em;
  display: inline-block;
  margin: 5px;
}

#compareLayer .header p {
  margin: 0;
  padding: 0;
}

#compareLayer #compareSingle {
  padding: 10px;
  font-weight: bold;
}

#compareLayer .compareList {
  padding: 15px 10px 0 10px;
}

#compareLayer .compareListSingle {
  padding: 0;
}

#compareLayer .compareList .expandContent {
  padding: 10px;
}

#fs_tabs_content #compareLayer .compareList .compareTable {
  margin: 0 0 15px 0;
  border-top: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  width: 100%;
}

#fs_tabs_content #compareLayer .compareList .compareTable td {
  padding: 8px 10px 8px 10px;
  border-right: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
  background-color: #fff;
}

#fs_tabs_content #compareLayer .compareList .compareTable th {
  padding: 5px 10px 4px 10px;
  border-right: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
  background-color: #eceded;
}

.stateName {
  color: #666;
  font-weight: normal;
}

#plan_title_state {
  font-weight: normal;
}

#compareLayer .header p {
  display: none;
}

/*#drugdbmain .practiceessentials h2 {
	background:none;
}
#drugdbmain .practiceessentials h3 {
	font-size:1.1em;
	border-bottom:none;
	border-top:1px solid #dfdfdf;
	padding-top:20px;
}
#drugdbmain .practiceessentials p.pracEssLink {
	font-weight:bold;
}*/
/* DRUG IMAGE TABLES
**************************************************/
#pricingAndImages {
  padding: 0;
}

#pricingAndImages tr td img {
  width: 100%;
}

#pricingAndImages thead tr:last-child td {
  width: 40%;
}

#pricingAndImages table {
  margin: 0 0 20px 0;
  font-weight: normal;
}

#pricingAndImages th {
  padding: 16px;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  border-right: 1px solid #979797;
  background: #eff3f6;
  color: #2a2a2a;
  font-family: 'proxima_nova_rgbold', arial, sans-serif;
  font-weight: normal;
  text-align: left;
  text-transform: capitalize;
  vertical-align: middle;
  font-size: 1.25rem;
}

#pricingAndImages th:first-child {
  border-left: 1px solid #979797;
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}

#pricingAndImages thead tr td,
#pricingAndImages thead tr td:last-child {
  padding: 16px;
  border-top: 1px solid #979797;
  border-right: 1px solid #979797;
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
  font-family: 'proxima_nova_rgbold', arial, sans-serif;
  font-weight: normal;
  text-align: left;
  background: #eff3f6;
  color: #2a2a2a;
}

#pricingAndImages td {
  font-family: 'proxima_nova_ltlight', arial, sans-serif;
  font-size: 1.25rem;
  color: #2a2a2a;
  text-align: left;
  padding: 16px;
  border-bottom: 1px solid #979797;
  border-right: 1px solid #979797;
  border-top: none;
}

@media (max-width: 1279px) {
  #pricingAndImages th,
  #pricingAndImages td {
    font-size: 1rem;
  }
}
@media (max-width: 1023px) {
  #pricingAndImages th,
  #pricingAndImages td {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  #pricingAndImages th,
  #pricingAndImages td {
    font-size: 0.875rem;
  }
}
#pricingAndImages td:first-child {
  border-left: 1px solid #979797;
}

#pricingAndImages td:last-child {
  padding: 1px 0 0;
}

#pricingAndImages table td strong {
  color: #333;
}

#pricingAndImages .brand_manufacturer {
  display: none;
}

#pricingAndImages .header {
  background: #eff3f6 url("/pi/reference/icons/icon-arrows-sort-combined.svg") no-repeat right 10px center;
}

#pricingAndImages .headerSortDown {
  background: #eff3f6 url("/pi/reference/icons/icon-arrow-sort-down.svg") no-repeat right 10px center;
}

#pricingAndImages .headerSortUp {
  background: #eff3f6 url("/pi/reference/icons/icon-arrow-sort-up.svg") no-repeat right 10px center;
}

/* CONTRIBUTER INFORMATION & DISCLOSURES
**************************************************/
#contributors_disclosures #medscapeheadercontainer, #contributors_disclosures #footercontents {
  display: none;
}

#authorinfo {
  padding: 0 10px 10px 15px;
  font-size: 1.1em;
}

#closeBack {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  width: 45px;
  background-image: url(icon-close_x.png);
  background-size: 19px 18px;
  background-repeat: no-repeat;
  background-position: center center;
}

.layer_title {
  color: #345400;
  font-size: 1.25em;
  font-family: "proxima_nova_rgbold", arial, sans-serif;
  border-bottom: 1px solid #CCC;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
}

.layer_title2 {
  font-size: 1.25em;
  font-family: "proxima_nova_rgbold", arial, sans-serif;
  font-weight: normal;
  margin: 30px 0 15px;
}

.current_topic > span {
  word-wrap: break-word;
}

.drug_section_link {
  word-wrap: break-word;
  word-break: break-word;
  padding: 0 55px 0 0;
  display: inline-block;
  width: 100%;
}

#pricingAndImages td:nth-child(3), #pricingAndImages th:nth-child(3) {
  display: none;
}

.drugbrandname {
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 0 0 3px 0;
}

.drug_suffix {
  font-size: .8em;
}

#drugbrandname_more {
  display: none;
}

#moredrugbrand {
  color: #007cb0;
}

#moredrugbrand:hover {
  color: #005b81;
  text-decoration: underline;
  cursor: pointer;
}

#maincolboxdrugdbheader ul li {
  margin: 0;
  padding: 0;
  display: inline;
  line-height: 22px;
  color: #979797;
}

html, body, #carousel, #carousel ul, #carousel li {
  min-height: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

#carousel {
  background: #fff;
  overflow: hidden;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform-style: preserve-3d;
}

#carousel ul.animate {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#carousel ul {
  -webkit-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  position: relative;
}

#carousel li {
  float: left;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
}

#carousel img {
  height: 100%;
}

.imgWrapper {
  margin: 0;
  /*width: 592px;
  height: 380px;*/
  height: 400px;
  overflow: hidden;
  overflow-x: auto;
  position: relative;
  float: none !important;
}

.captionWrapper {
  margin: 15px 0;
  padding: 0;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  overflow: auto;
}

#overlayLayer {
  position: absolute;
  /* changed by ankit from fixed to absolute */
  overflow: hidden;
  width: 100%;
  bottom: 0;
  background: #666;
}

#overlayLayer2 {
  overflow: hidden;
  bottom: 0;
  margin: auto;
  padding: 15px 0;
  width: 260px;
  right: 40%;
}

.gallery_counter2 {
  font-family: 'proxima_nova_ltlight', Arial, sans-serif;
  color: #007cb0;
  font-size: 1rem;
  letter-spacing: 1px;
  text-align: center;
}

.gallery-item-num {
  padding: 11px 0 0;
}

#prevImgbtn, #nextImgbtn {
  width: 45px;
  height: 45px;
  display: inline-block;
  outline: 0;
  cursor: pointer;
}

#prevImgbtn {
  background: url("/pi/reference/icons/icon-arrow-button-blue-left.svg") no-repeat top left;
  float: left;
}

#nextImgbtn {
  background: url("/pi/reference/icons/icon-arrow-button-blue-right.svg") no-repeat top right;
  float: right;
}

#prevImgbtn:hover, #prevImgbtn:hover {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#prevImgbtn.imgbtn_grey, #nextImgbtn.imgbtn_grey {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}

/*** Gallery Modal (enlarged images) ***/
#imageGallery.gallery_modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6100000;
}

#imageGallery.gallery_modal .gallery_header {
  color: #FFF;
  font-size: 16px;
  text-align: center;
  background: #2f2148;
  padding-left: 0;
  font-family: arial, helvetica, sans-serif;
}

#imageGallery.gallery_modal .close_gallery {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  width: 45px;
  background-image: url("http://img.medscapestatic.com/pi/reference/icons/icon-close_x_white.png");
  background-size: 19px 18px;
  background-repeat: no-repeat;
  background-position: center center;
}

.enlarged_scalable_image {
  overflow-y: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.enlarged_scalable_image img {
  width: 100%;
}

body.enlargedImageModal_open {
  overflow: hidden;
}

/* IMAGE GALLERY
***********************************************/
.gallery_header, .modalHeader {
  padding: 0 0 0 15px;
  font-family: "proxima_nova_rgregular", arial, sans-serif;
  color: #fff;
  font-size: 1.4em;
  position: relative;
  background: #2f2148;
  line-height: 45px;
  height: 45px;
}

.close_gallery, .modalClose {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  width: 45px;
  background-image: url("/pi/reference/icons/icon-close-x-white.svg");
  background-size: 21px auto;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

#imageGallery .enlargeThisImage img {
  margin: 0;
}

.gallery_scroller {
  position: relative;
  overflow-x: hidden;
  /* changed by ankit from auto to hidden*/
  -webkit-overflow-scrolling: touch;
  background: transparent;
  min-height: 88px;
  border-collapse: separate;
  /* added by ankit */
  border-spacing: 8px;
  /* added by ankit */
  width: 300px;
  /* added by ankit */
  float: left;
  /* added by ankit */
}

.gallery_scroller .gal_thumb {
  display: table-cell;
  border: 2px solid #333;
}

.gallery_scroller .gal_thumb.selectedThumb {
  border: 3px solid #fff;
}

#imageGallery .gallery_scroller img {
  height: 60px;
  /* chnaged by ankit from 66px to 60 */
  width: 60px;
  /* added by ankit */
  border: 0;
  margin: 0 1px;
  background: #282828;
}

.gallery_counter {
  margin: 8px 0 0;
  font-family: 'proxima_nova_rgbold', arial, sans-serif;
  font-size: 0.9375rem;
  color: #fff;
  text-align: center;
}

.caption_text {
  font-size: 16px;
  margin: 0 10px 10px;
}

/* added by ankit */
.gallery_scroller_cont {
  text-align: center;
  margin: 0 auto;
  text-align: center;
  width: 450px;
}

.previmagebtn {
  width: 45px;
  height: 45px;
  background: url("/pi/reference/icons/icon-arrow-button-white-left.svg") no-repeat scroll left center;
  display: table-cell;
  float: left;
  margin-top: 20px;
}

.nextimagebtn {
  width: 45px;
  height: 45px;
  background: url("/pi/reference/icons/icon-arrow-button-white-right.svg") no-repeat scroll right center;
  display: table-cell;
  float: left;
  margin-top: 20px;
}

/* end added by ankit */
#closeEnlarge {
  display: block;
  position: fixed;
  right: 12px;
  top: 0;
  height: 45px;
  width: 45px;
  background-image: url(http://img.medscapestatic.com/pi/reference/icons/icon-close_x_white.png);
  background-size: 19px 18px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  #closeEnlarge {
    right: 0;
  }
}
#engImgHeader {
  position: fixed;
  background: #2a2a2a;
  color: #fff;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.back_btn_drug {
  display: none;
  margin-bottom: 20px;
}

/*END*/
#imageGallery {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.7);
  width: 1100px;
  position: fixed;
  top: 30px;
  left: 50%;
  margin-left: -550px;
  overflow: hidden;
}

.gallery-content {
  height: 65vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.imagelayer_rtcol {
  margin: 20px 0 0;
  width: 670px;
  float: left;
}

.imageLayer_ad {
  padding: 20px 0;
  display: inline-block;
  width: 320px;
  float: right;
}

@media (max-width: 1279px) {
  #imageGallery {
    width: 1022px;
    margin-left: -511px;
  }

  .imagelayer_rtcol {
    width: 585px;
  }

  .imgWrapper {
    width: 585px;
    height: 370px;
  }

  .enlargeThisImage {
    margin-top: 358px;
  }
}
@media (max-width: 1023px) {
  #imageGallery {
    width: 768px;
    margin-left: -384px;
  }

  .imagelayer_rtcol {
    width: 335px;
  }

  .imgWrapper {
    width: 335px;
    height: 250px;
  }

  .enlargeThisImage {
    margin-top: 238px;
  }
}
@media (max-width: 767px) {
  #imageGallery {
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .imagelayer_rtcol {
    margin: 0;
    float: none;
    width: 100%;
  }

  .imgWrapper {
    margin: 10px 15px;
    width: auto;
  }

  #carousel img {
    margin: 0;
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    height: 100%;
  }

  .imageLayer_ad {
    display: none;
  }

  .enlargeThisImage {
    margin: 0;
    top: 55px;
    left: 15px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    float: none;
  }

  .captionWrapper {
    padding: 0 20px;
    min-width: auto;
  }
}
#modalClose {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  width: 45px;
  background-image: url(http://img.medscapestatic.com/pi/reference/icons/icon-close_x.png);
  background-size: 19px 18px;
  background-repeat: no-repeat;
  background-position: center center;
}

.modalHeader {
  background: #fff;
  line-height: normal;
  padding: 15px 50px 15px 10px;
  height: auto;
  border-bottom: 2px #eee solid;
  margin: 0;
}

.ref_layer ol {
  margin: 20px 10px 10px 40px;
  padding: 0;
}

.ref_layer ol a {
  word-wrap: break-word;
}

/* ***********************************************************
 mobile share icons
 ********************************************************** */
#shareLinks {
  width: 249px;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  overflow: hidden;
}

#shareLinks ul {
  list-style: none;
  margin: 0 0 0 13px;
  padding: 0;
}

#shareLinks ul li {
  float: left;
}

#shareLinks ul li a span {
  display: none;
}

#shareLinks ul li a {
  width: 59px;
  height: 45px;
  display: block;
  background: url("http://img.medscapestatic.com/pi/reference/icons/icons-article-socialmedia.png") no-repeat;
  background-size: 284px 45px;
}

#shareLinks ul li a.share_twitter {
  background-position: -59px 0;
}

#shareLinks ul li a.share_linkedin {
  background-position: -118px 0;
}

#shareLinks ul li a.share_gplus {
  background-position: -177px 0;
}

#shareLinks ul li a.share_email {
  background-position: -240px 0;
  width: 47px;
  display: none;
}

.share_feedback {
  display: none;
}

.tablelayerbg p {
  font-weight: bold;
  padding: 10px;
}

.datatable {
  margin: 0 5px 20px 5px;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  /*border: 1px solid #cbcbcb;*/
}

.datatable td, .datatable th {
  padding: 4px 5px;
  border-left: 1px solid #cbcbcb;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
}

.datatable td:first-child, .datatable th:first-child {
  border-left-width: 0;
}

.datatable td {
  background-color: #fff;
  border-bottom: 1px solid #cbcbcb;
}

.datatable th, .datatable thead {
  background-color: #eee;
  border-bottom: 1px solid #cbcbcb;
  font-weight: normal;
}

.datatable th p, .datatable thead p {
  margin: 0;
  padding: 0;
}

.datatable tbody > tr:last-child > td {
  /*border-bottom-width: 0*/
  /*chnaged by ankit */
}

/*Toast Alert*/
#toastAlert {
  display: block;
  z-index: 6001000;
  position: absolute;
  width: 218px;
  left: 50%;
  margin-left: -109px;
  color: #FFF;
  font-size: 0.9rem;
  top: 230px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 7px 10px;
  text-align: center;
  -webkit-animation-name: hideit;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-name: hideit;
  animation-duration: 3s;
  animation-timing-function: ease-in;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@-webkit-keyframes hideit {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hideit {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.toastArrow {
  height: 15px;
  width: 18px;
  display: inline-block;
  background: url(http://img.medscapestatic.com/pi/reference/icons/icon-toast_arrows@2.png) 0 0/40px 15px no-repeat;
}

.toastArrow.swipeLeft {
  float: left;
}

.swipeRight {
  background-position: right 0;
}

.toastArrow.swipeRight {
  float: right;
}

#imageGallery.videoView .enlargeThisImage {
  visibility: hidden;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) and (device-aspect-ratio: 40 / 71) {
  #overlayLayer,
  #overlayLayer2 {
    display: none;
  }

  .imgWrapper {
    height: 100% !important;
  }
}
/* position DFP ads */
#ads-pos-1520 {
  padding: 0 0 10px 0;
}

#ads-pos-1420 {
  padding: 0 0 10px 0;
}

#ads-pos-420.AdUnit, div.inLine420 {
  padding-top: 20px;
  padding-bottom: 20px;
}

#ads-pos-420, #ads-pos-520, div.inLine520, div.inLine420 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 22px;
  background-image: none;
}

#ads-pos-1420, #ads-pos-1520 {
  background-image: none;
}

#ads-pos-141 {
  margin-left: -32px;
  position: absolute;
  height: 186px;
  width: 728px;
  padding-top: 44px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background-position: center 136px;
  background-image: url(http://img.medscapestatic.com/pi/global/text/text_advertisement_top.gif);
  background-repeat: no-repeat;
}

.hide-141-ad {
  display: none;
}

#ads-pos-141 iframe {
  position: absolute;
  left: 0;
}

div.inLine141 {
  position: absolute;
  height: 186px;
  width: 728px;
  padding-top: 44px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background-position: center 136px;
}

div.inLine141 iframe {
  position: absolute;
  left: 0;
}

div.adSpcHolder {
  position: relative;
  height: 186px;
  margin-bottom: 22px;
}

#rel-links div.inLine141 {
  position: absolute;
  width: 100%;
  padding-top: 44px;
  padding-bottom: 0;
  height: 186px;
  background-position: center 135px;
}

#rel-links div.inLine141 iframe {
  position: relative;
  left: auto;
}

#rel-links div#ads-pos-141 {
  position: absolute;
  width: 100%;
  padding-top: 44px;
  padding-bottom: 0;
  height: 186px;
  background-position: center 135px;
}

#rel-links div#ads-pos-141 iframe {
  position: relative;
  left: auto;
}

div#plcHold-141 {
  background-image: none;
}

#ads-pos-421, #ads-pos-2017 {
  background-image: none;
  padding-top: 10px;
  padding-bottom: 0;
}

#ads-pos-421 {
  position: absolute;
  width: 100%;
}

#ads-pos-1122 {
  margin-bottom: 15px;
}

#adSpaceMfs {
  position: relative;
}

/* ^^^^^^^^^^^^^^^^ */
/*  responsive poc  */
/* ^^^^^^^^^^^^^^^^ */
/* main flex layout */
.mscp-origin {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -ms-flexbox;
  border-top: none;
  padding-top: 0;
}

#rightcol {
  padding-top: 40px;
}

@media (max-width: 1023px) {
  #leftcol {
    display: block;
  }

  #drugdbmain {
    margin: 40px 0 0 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -ms-flex: 1;
    order: 1;
  }

  .sections-nav {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -ms-flex: 2;
    order: 2;
  }
}
#drugdbmain {
  margin: 40px 0 0 0;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  -ms-flex: 2;
  order: 2;
  width: 100%;
  /* added by ankit */
}

/* new classes */
.page-body {
  font-family: 'proxima_nova_ltlight', arial, sans-serif;
}

#drugdb .breadcrumb {
  margin: 0 0 4px 0;
  padding: 25px 0 0 0;
  font-size: 0.75rem;
}

#drugdb .breadcrumb a:visited {
  color: #007cb0;
}

#drugdb .breadcrumb .crumb-divider {
  padding: 0 2px 0 6px;
  color: #999;
}

@media (max-width: 1279px) {
  #drugdb .breadcrumb {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 1023px) {
  #drugdb .breadcrumb {
    padding: 27px 0 0 0;
  }
}
@media (max-width: 767px) {
  #drugdb .breadcrumb {
    padding: 17px 0 0 0;
  }
}
/* overrides */
#drugdbmain .fixedsticky, #drugdbmain .fixedsticky.stuck {
  /*position: static !important;*/
}

.unStickHeader {
  position: static;
  top: 0;
}

.column-left {
  padding-right: 0;
  border-right: none;
}

/* title area */
#drugdb {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -ms-flexbox;
  border-bottom: 1px solid #e6e6e6;
  /* overflow: hidden; */
}

#maincolboxdrugdbheader.drug_h1, #maincolboxdrugdbheader.overview_h1 {
  padding: 0;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -ms-flex: 1;
  order: 1;
}

@media (max-width: 1023px) {
  #maincolboxdrugdbheader.drug_h1, #maincolboxdrugdbheader.overview_h1 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  #maincolboxdrugdbheader.drug_h1, #maincolboxdrugdbheader.overview_h1 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  #drugdbmain {
    margin: 12px 0 0 0;
  }

  #drugdb {
    border-bottom: none;
  }
}
#maincolboxdrugdbheader {
  padding: 0;
}

#maincolboxdrugdbheader h1 {
  font-family: 'proxima_nova_rgbold', arial, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  overflow-wrap: break-word;
  /* word-wrap: break-word;
  word-break: break-all;
  word-break: break-word; */
  color: #2a2a2a;
}

/* #maincolboxdrugdbheader, 
.drugdbsectioncontent {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
	word-break: break-word;
}
.drugdbsectioncontent table {
	overflow-wrap: normal;
	word-wrap: normal;
	word-break: normal;
} */
@media (max-width: 1023px) {
  #maincolboxdrugdbheader h1 {
    font-size: 1.875rem;
    line-height: 1.975rem;
  }
}
#maincolboxdrugdbheader .drug-names {
  padding: 8px 0;
  font-size: 1.125rem;
  color: #979797;
}

#maincolboxdrugdbheader .drugbrandname {
  font-family: 'proxima_nova_rgregular', arial, sans-serif;
}

#maincolboxdrugdbheader ul {
  margin: 0 0 15px 0;
  font-size: 1.125rem;
}

#maincolboxdrugdbheader ul li {
  font-family: 'proxima_nova_rgregular', arial, sans-serif;
}

#maincolboxdrugdbheader .drugbrandname .brandNameLabel,
#maincolboxdrugdbheader ul .drug-classes {
  font-family: 'proxima_nova_ltsemibold', arial, sans-serif;
}

.condition-title-info,
#maincolboxdrugdbheader .condition-title-info ul {
  margin: 4px 0 0;
  font-size: 0.8125rem;
}

.clinref_updated {
  font-family: 'proxima_nova_rgregular', arial, sans-serif;
  line-height: 22px;
  font-size: 0.8125rem;
  color: #979797;
  float: left;
}

.clinref_updated:after {
  content: "\00a0\007c\00a0\00a0";
}

.action-items {
  margin: 12px 0 22px 0;
  position: relative;
}

#maincolboxdrugdbheader .action-items ul li {
  margin: 0 21px 0 0;
  padding: 0;
  font-family: 'proxima_nova_ltsemibold', arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1em;
  color: #007cb0;
  display: inline-block;
}

.action-items ul li:hover {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.action-items li {
  cursor: pointer;
}

#maincolboxdrugdbheader .action-items ul li.share {
  margin: 0 26px 0 0;
  height: 25px;
  width: 70px;
  background: url("/pi/reference/icons/icon-share-blue.svg") no-repeat;
  background-size: auto;
  background-position: 45px 0;
}

#maincolboxdrugdbheader .action-items ul li.share span {
  padding: 5px 0 0;
  display: block;
}

#maincolboxdrugdbheader .action-items ul li.email {
  height: 25px;
  width: 34px;
  background: url("/pi/reference/icons/icon-email-blue.svg") no-repeat;
  background-size: auto;
  background-position: 0;
}

#maincolboxdrugdbheader .action-items ul li.print {
  margin: 0 27px 0 0;
  height: 25px;
  width: 27px;
  background: url("/pi/reference/icons/icon-print-blue.svg") no-repeat;
  background-size: auto;
  background-position: 0;
}

.action-items .email span,
.action-items .print span {
  line-height: 1.8em;
  visibility: hidden;
}

#maincolboxdrugdbheader .action-items .feedback span {
  padding: 5px 5px 4px 5px;
  border: 1px solid #007cb0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
}

@media (max-width: 1023px) {
  #maincolboxdrugdbheader .action-items li.print {
    display: none;
  }
}
.share-layer {
  width: 256px;
  height: 125px;
  position: absolute;
  top: -11px;
  left: 12px;
  background: url("/pi/reference/ornaments/bg-share-layer.png") no-repeat;
  background-size: 256px 125px;
  z-index: 1;
}

.share-layer .close-layer {
  width: 34px;
  height: 31px;
  position: absolute;
  top: 10px;
  left: 29px;
  background: url("/pi/reference/icons/icon-close-x-blue.svg") no-repeat;
  background-size: 15px auto;
  background-position: center;
  cursor: pointer;
}

.share-layer ul {
  position: absolute;
  top: 62px;
  left: 30px;
}

.share-layer li {
  width: 34px;
  height: 34px;
}

#maincolboxdrugdbheader .action-items .share-layer ul li {
  margin: 0 0 0 15px;
}

#maincolboxdrugdbheader .action-items .share-layer ul li:first-child {
  margin: 0;
}

.share-layer li.facebook {
  background: url("/pi/reference/icons/icon-social-facebook.svg") no-repeat;
  background-size: 34px auto;
}

.share-layer li.twitter {
  background: url("/pi/reference/icons/icon-social-twitter.svg") no-repeat;
  background-size: 34px auto;
}

.share-layer li.linkedin {
  background: url("/pi/reference/icons/icon-social-linkedin.svg") no-repeat;
  background-size: 34px auto;
}

.share-layer li.googleplus {
  background: url("/pi/reference/icons/icon-social-googleplus.svg") no-repeat;
  background-size: 34px auto;
}

.share-layer li span,
.share-layer .close-layer span {
  display: none;
}

/* main */
.h1title {
  display: none;
}

#leftcol h2 {
  margin: 0;
  padding: 0;
  font-family: 'proxima_nova_ltsemibold', arial, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.625rem;
  color: #2a2a2a;
  background: transparent;
}

#leftcol .drug h2 {
  padding: 0 0 11px 0;
}

#leftcol h2.fixedsticky {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .fixedsticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    width: 100%;
  }

  #leftcol h2.fixedsticky-on {
    font-style: 'proxima_nova_rgregular', arial, sans-serif;
    font-size: 1.1em;
    position: sticky;
    top: 50px;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 20px 4px 20px;
    margin-bottom: 10px;
    z-index: 6000001;
  }

  #leftcol h2.fixedstickyIos-on {
    font-style: 'proxima_nova_rgregular', arial, sans-serif;
    font-size: 1.1em;
    top: 50px;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 20px 4px 20px;
    margin-bottom: 10px;
    z-index: 6000001;
  }

  #leftcol h2.fixed-on {
    font-style: 'proxima_nova_rgregular', arial, sans-serif;
    font-size: 1.1em;
    position: fixed;
    top: 35px;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 8px 20px 3px 20px;
    margin-bottom: 10px;
    z-index: 6000001;
  }
}
#drugdbmain h3 {
  margin: 10px 0;
  padding: 0 0 3px 0;
  font-family: 'proxima_nova_ltsemibold', arial, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #2a2a2a;
}

.drugdbsectioncontent p,
.drugdbsectioncontent ul,
.drugdbsectioncontent ol {
  font-family: 'proxima_nova_rgregular', arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

@media (max-width: 767px) {
  .drugdbsectioncontent p,
  .drugdbsectioncontent ul,
  .drugdbsectioncontent ol {
    font-size: 1rem;
    line-height: normal;
  }
}
.drugdbsectioncontent p {
  margin: 0;
  padding: 0 0 15px 0;
}

.drugdbsectioncontent ol {
  margin: 0 0 0 36px;
  padding: 0 0 10px 0;
}

.drugdbsectioncontent ol li {
  margin: 0;
  padding: 0 0 10px 0;
}

#dose_tabs {
  padding: 0 10px;
  border-spacing: 20px 0px;
  -webkit-tap-highlight-color: transparent;
  background: url("/pi/reference/ornaments/bg-dbdada.png") repeat-x;
  background-position: 0 100%;
  background-size: 1px 1px;
  cursor: pointer;
}

#dose_tabs span {
  display: table-cell;
  text-align: center;
  padding: 10px 0 8px 0;
  background: #eff3f6;
  font-size: 1.125rem;
  color: #444;
  text-transform: none;
  width: 30%;
  border: none;
  border: 1px solid #dbdada;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

#dose_tabs span.opentab {
  border: 1px solid #dbdada;
  border-bottom: 1px solid #fff;
}

#drugdbmain .sect1.sect1_collapse {
  margin: 0 0 30px 0;
  max-height: 250px;
}

.fade-collapse-overlay .fade-collapse-more {
  margin: 0 0 0 6px;
  padding: 0 0 0 18px;
  font-family: 'proxima_nova_rgbold', arial, sans-serif;
  font-size: 1.125em;
  text-transform: uppercase;
  cursor: pointer;
}

.fade-collapse-overlay .fade-collapse-more:before {
  background: url("/pi/reference/icons/icon-arrows-sprite-blue.png") no-repeat;
  background-size: 14px auto;
  background-position: 0 15px;
}

#drugdbmain .sect1_collapse .sect2 p {
  margin-bottom: 0;
}

.refsection_content ul {
  margin: 0 0 0 36px;
  padding: 0 0 15px 0;
}

.refsection_content ul li {
  margin: 0;
  padding: 0 0 6px 0;
}

/*.refsection_content ul li:before {
	margin-left: -15px;
	content: "\2022\00a0";
	font-size: 1.6rem;
}
.refsection_content ul li div,
.refsection_content ul li p.ddx-title {
	margin: -26px 0 0 0;
	padding: 0;
}
@media (max-width: 767px) {
	.refsection_content ul li div,
	.refsection_content ul li p.ddx-title {
		margin: -25px 0 0 0;
	}
} */
/* sections nav */
.sections-nav {
  margin: 40px 44px 40px 0;
  max-width: 190px;
  -webkit-flex: 0 0 190px;
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -ms-flex: 1;
  order: 1;
}

.sections-nav h4 {
  margin: 0;
  padding: 18px 0 13px 0;
  font-family: 'proxima_nova_rgbold', arial, sans-serif;
  font-weight: normal;
  font-size: 1.25em;
  text-align: center;
  border: 1px solid #dbdada;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  display: none;
}

.sections-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 6px solid #2f2148;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.sections-nav ul li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #dbdada;
  background-color: #eff3f6;
}

#ref-diseases .sections-nav ul li {
  background: #eff3f6 url("/pi/reference/icons/icon-arrow-down-black.png") no-repeat;
  background-size: 14px auto;
  background-position: right 16px top 17px;
}

#ref-diseases .sections-nav ul li.active {
  background: #eff3f6 url("/pi/reference/icons/icon-arrow-up-black.png") no-repeat;
  background-size: 14px auto;
  background-position: right 16px top 17px;
}

@media (min-width: 1024px) {
  #ref-diseases .sections-nav ul li {
    background: #eff3f6;
  }

  #ref-diseases .sections-nav ul li.active {
    background: #eff3f6;
  }
}
#ref-diseases .sections-nav ul li.no_subsection {
  background-image: none;
}

.sections-nav ul li a {
  margin: 0;
  padding: 12px 16px 12px 20px;
  font-family: 'proxima_nova_ltsemibold', arial, sans-serif;
  font-size: 0.9375rem;
  color: #2a2a2a;
  display: block;
}

.sections-nav ul li a:hover {
  text-decoration: none;
}

.sections-nav ul li a.selected {
  font-family: 'proxima_nova_rgbold', arial, sans-serif;
  border-right: 1px solid #dbdada;
  border-left: 1px solid #dbdada;
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 2px #d8d8d8;
  -moz-box-shadow: inset 0px 0px 2px #d8d8d8;
  box-shadow: inset 0px 0px 2px #d8d8d8;
  /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlY2VjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NlY2VjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #cecece 0%, #ededed 5%, #ffffff 10%, #ffffff 90%, #ededed 96%, #cecece 100%);
  background: -webkit-linear-gradient(top,  #cecece 0%,#ededed 5%,#ffffff 10%,#ffffff 90%,#ededed 96%,#cecece 100%);
  background: linear-gradient(to bottom,  #cecece 0%,#ededed 5%,#ffffff 10%,#ffffff 90%,#ededed 96%,#cecece 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#cecece',GradientType=0 ); */
}

#ref-diseases .sections-nav ul li.current_section a.selected {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#ref-diseases .sections-nav ul li.no_subsection.current_section a.selected {
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 2px #d8d8d8;
  -moz-box-shadow: inset 0px 0px 2px #d8d8d8;
  box-shadow: inset 0px 0px 2px #d8d8d8;
}

.sections-nav ul li a.selected:before {
  margin-left: -13px;
  content: "\2022\00a0\00a0";
}

.sections-nav ul li a.selected:hover, .sections-nav ul li ul li a.selected:hover {
  text-decoration: none;
  cursor: default;
}

.sections-nav ul li ul {
  border: 1px solid #dbdada;
  border-bottom: none;
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 2px #d8d8d8;
  -moz-box-shadow: inset 0px 0px 2px #d8d8d8;
  box-shadow: inset 0px 0px 2px #d8d8d8;
  display: none;
}

.sections-nav ul li.active ul {
  display: block;
}

.sections-nav ul li.section_open a {
  color: #3e2c5d;
}

.sections-nav ul li.section_open ul li a {
  color: #007cb0;
}

.sections-nav ul li.section_open ul li a:hover {
  color: #005b81;
}

.sections-nav ul li ul li {
  background: none;
  border: none;
  overflow-wrap: break-word;
}

#ref-diseases .sections-nav ul li ul li {
  background: #fff;
}

.sections-nav ul li ul li a {
  margin: 0 20px;
  padding: 12px 20px 12px 0;
  font-family: 'proxima_nova_ltlight', arial, sans-serif;
  border-top: 1px solid #f0f0f0;
  background: #fff;
  color: #007cb0;
}

.sections-nav ul li ul li:first-child a {
  border-top: none;
}

#ref-diseases .sections-nav ul li ul li a.selected {
  border-right: none;
  border-left: none;
  font-family: 'proxima_nova_ltsemibold', arial, sans-serif;
  color: #2a2a2a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#ref-diseases .sections-nav ul li ul li a.selected:before {
  margin-left: -12px;
  content: "\2022\00a0\00a0";
}

#ref-diseases .sections-nav ul li#li_images,
#ref-diseases .sections-nav ul li#li_references,
#ref-diseases .sections-nav ul li.no_subsection.multimedia_link,
#ref-diseases .sections-nav ul li.no_subsection.reference_link,
#ref-diseases .sections-nav ul li.no_subsection.tables_link {
  background-image: url("/pi/reference/icons/icon-square-stack.svg");
  background-color: #eff3f6;
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-position: right 13px top 12px;
}

.sections-nav ul li.has_bbinfo a,
#leftnav ul li.has_bbinfo a {
  background: url("/pi/reference/icons/icon-warnings-exclaim.svg") no-repeat left 90px center;
  background-size: 20px auto;
}

.sections-nav ul li.has_bbinfo a.selected,
#leftnav ul li.has_bbinfo a.selected {
  background: #fff url("/pi/reference/icons/icon-warnings-exclaim.svg") no-repeat left 95px center;
  background-size: 20px auto;
  -webkit-box-shadow: inset 0px 0px 2px #d8d8d8;
  -moz-box-shadow: inset 0px 0px 2px #d8d8d8;
  box-shadow: inset 0px 0px 2px #d8d8d8;
}

@media only screen and (max-device-width: 1023px) and (orientation: landscape) {
  .sections-nav ul li.has_bbinfo a,
  #leftnav ul li.has_bbinfo a {
    background: url("/pi/reference/icons/icon-warnings-exclaim.svg") no-repeat left 120px center;
    background-size: 20px auto;
  }

  .sections-nav ul li.has_bbinfo a.selected,
  #leftnav ul li.has_bbinfo a.selected {
    background: #fff url("/pi/reference/icons/icon-warnings-exclaim.svg") no-repeat left 125px center;
    background-size: 20px auto;
    -webkit-box-shadow: inset 0px 0px 2px #d8d8d8;
    -moz-box-shadow: inset 0px 0px 2px #d8d8d8;
    box-shadow: inset 0px 0px 2px #d8d8d8;
  }
}
.sections-nav .sections-nav-title {
  display: none;
}

@media (max-width: 1023px) {
  .sections-nav {
    margin: 40px 0 50px 0;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -ms-flex: 2;
    order: 2;
    max-width: 100%;
    display: block;
  }

  .sections-nav .sections-nav-title {
    margin: 0;
    padding: 10px 16px 8px 20px;
    font-family: 'proxima_nova_rgbold', arial, sans-serif;
    font-size: 0.9375rem;
    line-height: 0.9375rem;
    text-transform: uppercase;
    color: #2f2148;
    display: block;
  }

  .sections-nav .sections-nav-title span {
    font-family: 'proxima_nova_rgregular';
    font-size: 0.875rem;
    text-transform: none;
    color: #2a2a2a;
    display: block;
    max-width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #ref-diseases .sections-nav ul li.sections-nav-title {
    background: #eff3f6;
  }
}
@media (max-width: 767px) {
  .sections-nav {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }

  /* .sections-nav ul li {
  	background-position: right 16px top 20px !important;
  } */
  #leftnav .li_showall,
  .sections-nav .li_showall {
    display: none;
  }

  .sections-nav .sections-nav-title span {
    max-width: 300px;
  }
}
/* ads */
#adtag-header {
  margin: 0;
  padding: 20px 0 15px 0;
  background: #f8f8f8;
  text-align: center;
}

#ads-pos-101.AdUnit {
  margin: auto;
  display: inline-block;
}

@media (max-width: 767px) {
  #adtag-header {
    display: none;
  }
}
.mobile-ad {
  width: 300px;
  margin: 0 auto;
  display: none;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .mobile-ad {
    display: block;
  }
}
#adcontainer_rightcol {
  width: 300px;
}

/* related content - right */
.related-content {
  margin: 50px 0;
}

.relatedlinksrighttitle {
  padding: 10px 0;
  margin: 5px 0 0 0;
  border-top: none;
  border-bottom: 1px solid #e1e1e1;
  font-family: 'proxima_nova_rgbold';
  font-size: 1.25em;
  font-weight: normal;
  color: #3e2c5d;
  text-transform: none;
}

#rightcol .related-content li {
  padding: 16px 0;
  border-bottom: 1px solid #e1e1e1;
}

.related-content li a {
  font-family: 'proxima_nova_rgregular';
  font-size: 1.4em;
  color: #2a2a2a;
}

#leftnav > ul > li > ul, .sections-nav > ul > li > ul {
  display: none;
}

#leftnav > ul > li.section_open > ul, .sections-nav > ul > li.section_open > ul {
  display: block;
}

/* tooltip */
a.tooltip_link {
  position: relative !important;
}

.tooltip {
  position: absolute !important;
  width: 260px;
  margin: 0 0 12px 0;
  padding: 7px 10px;
  box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 #e1e1e1;
  -moz-box-shadow: 0 2px 8px 0 #e1e1e1;
  box-shadow: 0 2px 8px 0 #e1e1e1;
  cursor: default;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #2a2a2a;
  z-index: 100;
}

.tooltip::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  box-sizing: border-box;
  border: 8px solid #e1e1e1;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(135deg);
  -webkit-box-shadow: 0 2px 8px 0 #e1e1e1;
  -moz-box-shadow: 0 2px 8px 0 #e1e1e1;
  box-shadow: -2px 2px 2px 0 #e1e1e1;
}

.drugdbsectioncontent .tooltip p {
  padding: 0;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 0.875rem;
  overflow-wrap: break-word;
}

.posRight::after {
  right: 205px;
}

.posCenter::after {
  right: 107px;
}

@media (max-width: 767px) {
  .drugdbsectioncontent .tooltip p {
    padding: 2px;
  }
}
/* formulary additions */
#fs_tabs_content p.info {
  padding: 0 0 15px 0;
  line-height: 1.2em;
}

/* table view */
#clinref_tablelayer {
  z-index: 6000510;
  position: fixed;
  top: 50px;
  left: 100px;
  right: 100px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.7);
  background: #fff;
}

@media (max-width: 767px) {
  #clinref_tablelayer {
    left: 30px;
    right: 30px;
  }
}
#clinref_tablelayer .datatable {
  background-color: #dce3d5;
  border: none;
  font-size: 1.15em;
  margin: auto;
}

.tablelayer_content {
  background: #fff;
}

#tablelist_layer ul {
  list-style: none;
  padding: 10px;
  margin: 0;
}

.tablelayerbg {
  margin: 0;
  position: relative;
  background: #fff;
}

.closewindow {
  font-size: auto;
  text-align: right;
  margin-bottom: 0;
  background: #2f2148;
  min-height: 46px;
}

.closewindow a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  width: 45px;
  background-image: url("/pi/reference/icons/icon-close-x-white.svg");
  background-size: 21px auto;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 6001000;
}

#clinref-table-layer .modal-content {
  padding: 0;
}

.table_title {
  padding: 20px;
  font-family: "proxima_nova_rgregular", arial, sans-serif;
  font-size: 1.4rem;
}

#tablelist_layer ul li {
  padding: 10px 5px;
  border-bottom: 1px solid #dce3d5;
}

.tablelist {
  padding: 8px;
  font-family: "proxima_nova_rgregular", arial, sans-serif;
  font-size: 1.4em;
  background-color: #fff;
  min-height: 400px;
  overflow-y: auto;
}

.table_scrolllayer {
  padding: 0 20px;
  overflow: auto;
  max-height: 40vh;
}

.inlinetable .datatable {
  margin-bottom: 10px;
}

.widetable {
  font-size: 9px;
}

.xwidetable {
  font-size: 6px;
}

.xwidetable sup {
  font-size: 6px;
}

@media (max-width: 767px) {
  .table_scrolllayer {
    padding-top: 10px;
    max-height: 410px;
  }

  .table_layer_bar,
  .tablelayer_bar {
    display: none;
  }
}
.datatable {
  margin: 0 5px 20px 5px;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  /*border: 1px solid #cbcbcb;*/
}

.datatable td, .datatable th {
  padding: 14px 18px;
  border-left: 1px solid #979797;
  border-width: 0 0 0 1px;
  font-size: 1.1em;
  margin: 0;
  overflow: visible;
}

.datatable td:first-child, .datatable th:first-child {
  padding-left: 0;
  border-left-width: 0;
}

.datatable td {
  font-family: "proxima_nova_ltlight", arial, sans-serif;
}

.datatable th, .datatable strong {
  font-family: "proxima_nova_rgbold", arial, sans-serif;
  font-weight: normal;
}

.datatable td {
  background-color: #fff;
  border-bottom: 1px solid #979797;
}

.datatable th, .datatable thead {
  background-color: #eee;
  border-bottom: 1px solid #cbcbcb;
  font-weight: normal;
}

.datatable th p, .datatable thead p {
  margin: 0;
  padding: 0;
}

.datatable tbody > tr:last-child > td {
  /*border-bottom-width: 0*/
  /*chnaged by ankit */
}

.table_layer_bar, .tablelayer_bar {
  margin: auto;
  padding: 16px 0 20px 0;
  width: 260px;
}

#prevtablebtn,
#nexttablebtn,
#prevtablebtn a,
#nexttablebtn a {
  width: 45px;
  height: 45px;
  display: inline-block;
  outline: 0;
}

#prevtablebtn {
  background: url("/pi/reference/icons/icon-arrow-button-blue-left.svg") no-repeat top left;
  float: left;
}

#nexttablebtn {
  background: url("/pi/reference/icons/icon-arrow-button-blue-right.svg") no-repeat top right;
  float: right;
}

#prevtablebtn:hover, #nexttablebtn:hover {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#prevtablebtn.tablebtn_grey, #nexttablebtn.tablebtn_grey {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}

#prevtablebtn.tablebtn_grey a, #nexttablebtn.tablebtn_grey a {
  cursor: default;
}

#reftable_num {
  padding: 14px 0 0;
  font-size: 1.3em;
  letter-spacing: 1px;
  text-align: center;
  color: #007cb0;
}

#link_tablelist {
  display: none;
  margin: -42px 0 0 24px;
  float: left;
}

#link_tablelist a {
  padding: 0 0 0 26px;
  background: url("/pi/reference/icons/icon-arrow-left-blue.svg") left center no-repeat;
  background-size: 13px auto;
  font-family: 'proxima_nova_rgregular', arial, sans-serif;
  font-size: 1.3em;
  display: block;
}

@media (max-width: 767px) {
  #link_tablelist {
    margin: 30px 0;
    width: 100%;
  }

  #link_tablelist a {
    margin: auto;
    width: 50%;
  }
}
#whiteoutlayer {
  background-color: white;
  opacity: 0.85;
  -moz-opacity: 0.85;
  filter: alpha(opacity=85);
  width: 100%;
  position: fixed;
  z-index: 6000496;
  margin: 0 auto;
  min-height: 100%;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

/* patient handout */
#print_handout_office {
  border-bottom: 1px solid #d8d8d8;
  font-size: 1rem;
  text-align: right;
}

#print_handout_office .handout_btns {
  padding: 0 0 8px 0;
  font-family: "proxima_nova_ltlight", arial, sans-serif;
}

#print_handout_office .handoutbtn {
  padding: 0 0 0 23px;
  display: inline-block;
}

#print_handout_office #print_handout_with_office {
  margin: 0 0 0 26px;
}

#print_handout_office .handoutbtn a {
  color: #4a4a4a;
}

#print_handout_office .handoutbtn a:hover {
  text-decoration: underline;
}

#print_handout_office .handoutbtn {
  background: url("/pi/reference/icons/icon-print-blue.svg") no-repeat;
  background-size: 18px auto;
  background-position: left bottom;
}

#print_handout_office .handoutbtn strong,
#print_handout_office .handout_officeinfo b {
  font-family: 'proxima_nova_rgbold', arial, sans-serif;
  font-weight: normal;
}

#print_handout_office .handoutbtn img {
  display: none;
}

#print_handout_office .handout_officeinfo {
  padding: 0 0 10px 0;
}

@media (max-width: 1023px) {
  #print_handout_office {
    display: none;
  }
}
#handout {
  padding: 33px 0;
}

#handout .header {
  padding: 0 0 20px 0;
  font-family: 'proxima_nova_ltsemibold';
  font-size: 1.375rem;
  display: block;
}

#handout .subheading, #patientHandoutRoutedDrugs .subheading {
  padding: 20px 0 0 0;
  font-family: "proxima_nova_ltsemibold", arial, sans-serif;
  font-size: 1.25rem;
  display: block;
}

/* modal layer default */
.modal-layer {
  left: 50%;
  margin-left: -381px;
  position: absolute;
  width: 758px;
  background: #fff;
  z-index: 6000500;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.7);
}

.modal-header {
  padding: 14px 20px 16px 20px;
  background: #2f2148;
}

.modal-header h6 {
  margin: 0;
  padding: 6px 0 4px 0;
  font-family: "proxima_nova_rgregular", arial, sans-serif;
  font-size: 1.438rem;
  line-height: 1;
  color: #fff;
  font-weight: normal;
}

.close-modal {
  height: 28px;
  width: 28px;
  background: url("/pi/reference/icons/icon-close-x-white.svg") no-repeat;
  background-size: 22px auto;
  background-position: right 0 top 4px;
  font-size: 0.9em;
  cursor: pointer;
  float: right;
}

.close-modal span {
  display: none;
}

.modal-content {
  padding: 30px 30px 20px 30px;
  font-size: 1rem;
  max-height: 75vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1023px) {
  .modal-content {
    overflow: auto;
  }

  #dose_calc_layer .modal-content {
    max-height: 60vh;
  }
}
@media (max-width: 767px) {
  .modal-layer {
    bottom: 0;
    left: 0;
    margin: 0;
    overflow-y: scroll;
    right: 0;
    top: 0;
    width: 100vw;
  }

  .modal-content {
    padding: 20px 20px 15px 20px;
    max-height: none;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }

  #clinref-table-layer .modal-content {
    height: 100%;
  }

  #dose_calc_layer .modal-content,
  #references-layer .modal-content {
    max-height: 100%;
  }

  #dose_calc_layer .modal-content {
    padding: 20px 15px 15px 15px;
  }
}
/* email this */
#emailadexcontainer {
  left: 50%;
  margin-left: -381px;
  position: absolute;
  top: 130px;
  width: 758px;
  z-index: 6000500;
}

#emailtoolbox {
  text-align: left;
  background-color: #fff;
  border: none;
  padding: 0;
}

#emailtoolboxbg {
  padding: 0;
  background-color: #fff;
  border: none;
  height: auto;
  position: relative;
}

#emailtoolbox .modal-header {
  padding: 14px 20px 16px 20px;
  background: #2f2148;
}

#emailtoolbox h6 {
  margin: 0;
  padding: 4px 0 0;
  font-family: "proxima_nova_rgregular", arial, sans-serif;
  font-size: 1.375rem;
  color: #fff;
  font-weight: normal;
}

#emailtoolboxbg .closebtn {
  height: 24px;
  width: 24px;
  background: url("/pi/reference/icons/icon-close-x-white.svg") no-repeat;
  background-size: 24px auto;
  background-position: right top;
  font-size: 0.9em;
  cursor: pointer;
  float: right;
}

#emailtoolboxbg .closebtn span {
  display: none;
}

#emailform {
  padding: 0;
}

#emailform.inactive.active {
  display: none;
}

#emailtoolbox form {
  font-family: "proxima_nova_ltlight", arial, sans-serif;
  font-size: 1.125rem;
}

#emailtoolbox table {
  width: 100%;
}

#emailtoolbox table tr td:first-child {
  width: 20%;
}

#emailtoolbox .form-element {
  padding: 0 0 20px 0;
}

#emailtoolbox label, #emailtoolbox b {
  padding: 0 0 2px 0;
  font-family: "proxima_nova_rgbold", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  color: #2a2a2a;
}

#emailtoolbox input, #emailtoolbox textarea {
  padding: 8px 12px;
  font-family: "proxima_nova_ltlight", arial, sans-serif;
  font-size: 0.9375rem;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#emailtoolbox input {
  width: 100%;
}

#emailtoolbox textarea {
  min-height: 50px;
  resize: none;
  width: 100%;
}

#emailtoolbox .email-subject input {
  padding: 0;
  border: none;
  width: 100%;
}

#emailtoolbox .recipient-email input {
  color: #9b9b9b;
}

#emailtoolbox .recipient-email input:focus {
  color: #2a2a2a;
}

#emailtoolbox .form-element.recipient-email {
  padding: 0 0 30px 0;
}

#emailtoolbox .copy-sender {
  position: absolute;
  top: 270px;
  right: 175px;
  color: #2a2a2a;
}

#emailtoolbox .copy-sender input {
  padding: 0;
  width: auto;
}

#emailtoolbox input[type="checkbox"] {
  position: relative;
  top: -1px;
  width: auto;
}

#emailtoolbox .legaltext {
  font-size: 0.8125rem;
  color: #2a2a2a;
}

#emailtoolbox .legaltext b {
  font-size: inherit;
}

#emailtoolbox #feedlegal.legaltext {
  margin-top: 20px;
}

#emailtoolbox .subbtn {
  margin: 0 auto;
  text-align: center;
}

#emailtoolbox .subbtn input {
  margin: 10px 0 0;
  padding: 10px 35px;
  background: #007cb0;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "proxima_nova_rgregular", arial, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  color: #fff;
  text-shadow: none;
  border: none;
  height: auto;
  width: auto;
  text-transform: none;
}

#emailtoolbox .subbtn input:hover {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  transition: all 350ms ease;
  background: #005b81;
}

#emailtoolbox p {
  margin: 3px 0 4px 0;
  padding: 0;
}

#emailthiserror {
  font-family: "proxima_nova_rgbold", arial, sans-serif;
  font-size: 1.375rem;
  color: #c00;
  margin-bottom: 10px;
}

#emailconfirmation {
  font-family: "proxima_nova_rgregular", arial, sans-serif;
  font-size: 1.375rem;
  color: #2a2a2a;
  margin-top: 15px;
}

@media (max-width: 767px) {
  #emailadexcontainer {
    margin-left: 0;
    width: 100%;
    top: 54px;
    left: 0;
  }

  #emailadexcontainer.emailadexcontainer-open {
    position: static;
  }

  #emailform,
  #emailtoolbox .modal-content {
    padding: 0;
  }

  #emailtoolbox table {
    padding: 20px 8px 0 10px;
  }

  .emailtoolinput td {
    padding: 3px 10px 10px 0;
    font-size: 0.875rem;
    white-space: normal;
  }

  #emailtoolbox input,
  #emailtoolbox textarea {
    padding: 8px;
  }

  #emailtoolbox .form-element {
    padding: 20px 20px 0 20px;
  }

  #emailtoolbox input {
    width: 100%;
  }

  #emailtoolbox .form-element.email-subject {
    padding: 30px 20px 0 20px;
  }

  #emailtoolbox .form-element.recipient-email {
    padding: 20px 20px 10px 20px;
  }

  #emailtoolbox .copy-sender {
    margin: 0 0 0 3px;
    position: relative;
    top: 0;
    right: 0;
  }

  #emailtoolbox input[type="checkbox"] {
    top: 2px;
  }

  #emailtoolbox p {
    margin: 10px 10px 4px 10px;
    padding: 0;
    font-size: 0.9375rem;
  }

  #emailtoolbox .form-element.copy-sender {
    padding: 0 20px 20px 20px;
  }

  #emailtoolbox .form-element.optional-msg {
    padding: 10px 20px 40px 20px;
  }

  #emailtoolbox textarea {
    min-height: 150px;
  }

  #emailtoolbox .subbtn {
    margin-top: 30px;
    padding: 0;
    width: 100%;
    background: #eff3f6;
    -webkit-box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #d8d8d8;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }

  #emailtoolbox .subbtn input {
    margin: 15px auto;
  }

  #emailtoolbox #feedlegal.legaltext {
    margin: 20px;
  }
}
/* legacy table styles - in case old version is still being used elsewhere */
.emailtoolinput td {
  padding: 3px 0 4px 0;
  font-size: 1.125rem;
  white-space: nowrap;
}

.emailtoolinput td b {
  font-size: 0.9em;
}

#emailtoolboxbg td p {
  font-size: 0.8em;
}

.emailtoolinput td input, .emailtoolinput td textarea {
  width: 440px;
}

/* print layer */
#ref_print_options ul {
  padding: 0 0 20px 0;
}

#ref_print_options ul li {
  margin: 20px 0 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  border: 0;
  font-family: 'proxima_nova_ltlight', arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  list-style: none;
}

#ref_print_options .print_text {
  display: none;
}

#ref_print_options ul li#printsection {
  padding: 0 0 27px 0;
  border-bottom: 1px solid #979797;
}

#ref_print_options ul li a {
  padding: 0 0 0 30px;
  background: #fff url("/pi/reference/icons/icon-print-blue.svg") no-repeat;
  background-size: 20px auto;
  background-position: left 0 top 7px;
}

/* container */
.container {
  max-width: 96%;
  width: 1240px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

#related-pos1 {
  /**min-height: 160px;**/
  display: none;
}

#related-pos2 {
  min-height: 200px;
}

@media (max-width: 767px) {
  #related-pos2 {
    min-height: 0;
  }
}
/* (start) for sticky header only */
.stickHeader {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 490;
}

#adtagheader.stickHeader {
  margin-top: 0;
}

.unStickHeader {
  position: relative;
  background-color: #fff;
  top: auto;
}

.cterm {
  padding: 0 6px 0 0;
}

#rel-links-container {
  display: block !important;
  margin-left: -230px;
  width: calc(100% + 570px);
  position: relative;
  z-index: 1;
}

.related-links {
  width: 100%;
  -moz-columns: 4 12em;
  -webkit-columns: 4 12em;
  columns: 4 12rem;
}

.rel-div {
  padding: 10px;
  display: inline-block;
}

#rel-links-container.nav-expanded {
  margin-left: 0;
  width: calc(100% + 300px);
}

.nav-expanded .related-links {
  -moz-columns: 3 10em;
  -webkit-columns: 3 10em;
  columns: 3 10rem;
}

@media (max-width: 1023px) {
  #rel-links-container {
    margin-left: 0;
    width: calc(100% + 340px);
    order: 2;
  }

  .related-links {
    -moz-columns: 3 10em;
    columns: 3 10rem;
    -webkit-columns: 3 10em;
  }
}
@media (max-width: 767px) {
  #rel-links-container, #rel-links-container.nav-expanded {
    margin-left: 0;
    width: 100%;
    order: 2;
  }

  .related-links, .nav-expanded .related-links {
    -moz-columns: 1;
    -webkit-columns: 1;
    columns: 1;
  }
}
h5.rel-links-title {
  margin: 0 0 45px 0;
  padding: 6px 0 8px 0;
  font-family: 'proxima_nova_rgbold';
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 2.75rem;
  color: #2a2a2a;
  width: 100%;
  text-align: center;
  border-top: 6px solid #2f2148;
  border-bottom: 1px solid #2f2148;
}

h6.rel-links-title {
  margin: 0;
  padding: 0 0 20px 0;
  font-family: 'proxima_nova_ltlight';
  font-size: 1.375rem;
  font-weight: normal;
  color: #2f2148;
  line-height: 1.375rem;
}

.rel-links-card h6.rel-links-title {
  padding: 0 0 8px 0;
  font-family: 'proxima_nova_rgbold';
  font-size: 0.875rem;
  text-transform: uppercase;
}

.related-links ul, .related-links li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.related-links .more-link {
  padding: 4px 0 10px 0;
  font-family: 'proxima_nova_rgbold';
  font-size: 1.125rem;
}

.related-links .more-link a {
  padding: 0 14px 0 0;
  background-image: url("/pi/reference/icons/icon-arrow-right-black.svg");
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
}

.rel-links-card,
.rel-links-list,
.rel-links-numbered-list {
  margin-bottom: 36px;
}

.rel-links-card {
  padding: 10px 15px 0 15px;
  border: 1px solid #d8d8d8;
  display: block;
  overflow: hidden;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.rel-links-list {
  padding: 25px 20px 10px 20px;
  border: 4px solid #d8d8d8;
  text-align: center;
  overflow: hidden;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.rel-links-list li {
  margin: 0 0 20px 0;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: -.3px;
  font-family: 'proxima_nova_rgbold';
  overflow-wrap: break-word;
}

.rel-links-list li a {
  color: #2a2a2a;
  border-bottom: 1px solid #d8d8d8;
}

.rel-links-list li a:hover {
  text-decoration: none;
  border-bottom: none;
}

.rel-links-card li {
  padding: 20px 0;
  border-top: 1px solid #d8d8d8;
}

.rel-links-card li:first-child {
  padding: 0 0 20px 0;
  border-top: none;
}

.rel-links-card li:first-child span:last-child {
  font-size: 1.375rem;
}

.rel-links-card a {
  color: #2a2a2a;
}

.rel-links-card li a {
  font-family: 'proxima_nova_ltlight';
  font-size: 1.125rem;
  color: #2a2a2a;
}

.rel-links-card#news-card li a {
  font-family: 'proxima_nova_rgregular';
}

.rel-links-card#news-card li:first-child a {
  font-family: 'proxima_nova_ltlight';
  font-size: 1.375rem;
}

.rel-links-card#consult-card h6.rel-links-title {
  font-family: 'proxima_nova_rgbold';
  font-size: 1.125rem;
  text-transform: none;
  color: #000;
}

.rel-links-card#consult-card h6.rel-links-title {
  background: url("/pi/reference/icons/icon-consult-bubble.svg") no-repeat;
  background-position: 160px 0;
  background-size: 20px auto;
}

.rel-links-card#news-card img,
.rel-links-card#slideshow-card img {
  margin: 0 0 15px 0;
  width: 100%;
  height: 100%;
  display: none;
}

.rel-links-card#slideshow-card img {
  display: block;
}

.rel-links-card#news-card li:first-child img,
.rel-links-card#slideshow-card li img {
  display: block;
}

.rel-links-card .consult-post {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #d8d8d8;
  color: #2a2a2a;
  min-height: 52px;
}

.rel-links-card .post-user-image {
  margin: 2px 5px 0 0;
  float: left;
}

.rel-links-card .avatar {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}

.rel-links-card .post-user {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 6px;
  font-family: 'proxima_nova_ltsemibold';
  font-size: 0.875rem;
}

.rel-links-card .post-user-data {
  font-size: 0.75rem;
  font-family: 'proxima_nova_ltlight';
}

.rel-links-card .post-text, .rel-links-card .post-text a {
  margin: 0 0 15px 0;
  font-family: 'proxima_nova_ltsemibold';
  font-size: 1.125rem;
  color: #2a2a2a;
}

.rel-links-card .consult-button:link,
.rel-links-card .consult-button:visited {
  margin: 0 0 20px 0;
  background: #007cb0;
  border-radius: 5px;
  display: block;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  font-family: 'proxima_nova_rgregular';
  color: #fff;
}

.rel-links-card .consult-button:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #005b81;
  text-decoration: none;
}

.rel-links-card#tools-card,
.rel-links-card#consult-card {
  padding-bottom: 5px;
}

.rel-links-card#slideshow-card {
  padding-bottom: 10px;
}

.rel-links-card#slideshow-card a {
  font-family: 'proxima_nova_ltlight';
  font-size: 1.375rem;
}

.rel-links-card#tools-card h6.rel-links-title {
  padding: 6px 0 2px 0;
}

.rel-links-card#tools-card li {
  padding: 9px 0;
}

.rel-links-card#tools-card li:first-child {
  padding: 9px 0;
  border-top: 1px solid #d8d8d8;
}

.rel-links-card#tools-card li a {
  padding: 4px 30px 4px 0;
  font-family: 'proxima_nova_ltsemibold';
  font-size: 1.125rem;
  display: block;
}

.rel-links-card#tools-card li a.interaction-checker {
  background: url("/pi/reference/icons/icon-tools-interactions-grey.svg") right center no-repeat;
  background-size: 26px auto;
}

.rel-links-card#tools-card li a.pill-id {
  background: url("/pi/reference/icons/icon-tools-pillid-grey.svg") right center no-repeat;
  background-size: 25px auto;
}

.rel-links-card#tools-card li a.calculators {
  background: url("/pi/reference/icons/icon-tools-calculators-grey.svg") right center no-repeat;
  background-size: 26px auto;
}

.rel-links-card#tools-card li a.formulary {
  background: url("/pi/reference/icons/icon-tools-formulary-grey.svg") right 3px center no-repeat;
  background-size: 21px auto;
}

.rel-links-numbered-list {
  padding: 25px 25px 15px 25px;
  margin-bottom: 32px;
  border: 1px solid #d8d8d8;
  overflow: hidden;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.rel-links-numbered-list h6.rel-links-title {
  font-family: 'proxima_nova_rgbold';
  font-size: 1.375rem;
}

.rel-links-numbered-list#most-popular-card h6.rel-links-title {
  padding: 0 0 2px 0;
}

.rel-links-subtitle {
  padding: 0 0 10px 0;
  font-family: 'proxima_nova_rgbold';
  font-size: 0.875rem;
  color: #2f2148;
}

.rel-links-numbered-list ol {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.rel-links-numbered-list ol > li {
  padding: 16px 0;
  position: relative;
  list-style: none;
  border-top: 1px solid #d8d8d8;
  font-size: 1.125rem;
}

.rel-links-numbered-list ol > li:first-child {
  border-top: none;
}

.rel-links-numbered-list ol > li a {
  display: inline-block;
  width: 85%;
}

.rel-links-numbered-list ol > li:before {
  content: counter(li) ".";
  counter-increment: li;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 1.5rem;
  font-family: 'proxima_nova_rgbold';
  width: 9px;
  margin-top: -6px;
  display: inline-block;
  margin-right: 12px;
}

.rel-links-numbered-list li ol,
.rel-links-numbered-list li ul {
  margin-top: 6px;
}

.rel-links-numbered-list a:link,
.rel-links-numbered-list a:visited,
.rel-div a:link,
.rel-div a:visited,
.rel-links-list a:link {
  color: #2a2a2a;
}

.rel-links-card#ad-card {
  padding: 0;
  border: none;
}

.rel-links-media {
  margin: 0 0 20px 0;
}

.rel-links-card#ad-card img,
.rel-links-media img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.rel-div h3 {
  font-family: 'proxima_nova_ltsemibold';
  font-size: 1.375rem;
  color: #2f2148;
  font-weight: bold;
  line-height: 1;
}

.rel-div ul {
  padding: 0;
  margin: 0;
}

.rel-div li {
  padding: 16px 0;
  border-top: 1px solid #d8d8d8;
  display: inline-block;
  width: 100%;
}

.rel-div li > span {
  position: relative;
  font-family: 'proxima_nova_rgregular';
  font-size: 0.813rem;
  color: #2f2148;
  font-weight: bold;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.rel-div a {
  display: block;
}

.rel-div a > span {
  font-family: 'proxima_nova_rgregular';
  font-size: 1.125rem;
  color: #2a2a2a;
  font-weight: normal;
  letter-spacing: 0.6px;
  line-height: 1.22;
}

.rel-div a img {
  margin: -15px 0 3px 10px;
  float: right;
}

.rel-title {
  color: #000;
  font-family: 'proxima_nova_rgbold';
  font-weight: normal;
  font-size: 1.125rem;
}

.rel-text {
  text-align: left;
  display: block;
  width: 293px;
  height: 44px;
  font-family: 'proxima_nova_ltsemibold';
  line-height: 1.25;
  font-weight: normal;
  font-size: 1.125rem;
}

.rel-div#consult-link {
  border-left: 1px solid #e6e6e6;
  padding: 10px 0 0 20px;
}

.rel-title ~ a span {
  margin: 0 0 20px 0;
  padding: 6px 8px;
  background-color: #007cb0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 5px;
  font-family: 'proxima_nova_rgregular';
  font-size: 1rem;
  display: inline-block;
  color: #ffffff;
}

.rel-title ~ a {
  margin-top: 10px;
}

.rel-links-card .post-header {
  /*	border-bottom: 0.5px solid #d8d8d8;*/
  overflow: hidden;
  margin-bottom: 15px;
}

.post-date {
  display: none;
}

.rel-links-card .post-user-image span {
  height: 36px;
  width: 36px;
  overflow: hidden;
  display: block;
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
}

.rel-links-card .post-user-credentials {
  font-family: 'proxima_nova_ltlight', Arial, sans-serif;
  font-size: 0.806em;
  color: #000;
  line-height: 1.1em;
}

.consult-bucket-footer a:hover {
  text-decoration: none;
  background: #005b81;
}

.consult-bucket-footer a {
  padding: 8px 0;
  display: inline-block;
  background: #007cb0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  font-family: 'proxima_nova_rgregular';
  font-size: 1rem;
  text-align: center;
  line-height: 1.125rem;
  color: #fff;
}

.consult-bucket-footer {
  margin: 10px 0 10px 0;
}

#consult-card .title,
#consult-discussion .title {
  font-family: 'proxima_nova_rgregular';
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.375rem;
  text-align: left;
  color: #2a2a2a;
}

.rel-links-card#consult-discussion h3 {
  font-family: 'proxima_nova_ltsemibold';
  font-size: 1.375rem;
  line-height: 1.375rem;
  text-transform: none;
  font-weight: normal;
  width: 321px;
  height: 44px;
  text-align: left;
  color: #2f2148;
  display: block;
  background: url("/pi/reference/icons/icon-consult-bubble.svg") no-repeat;
  background-position: 240px 6px;
  background-size: 36px auto;
}

.rel-links-card#consult-discussion {
  border: none;
  padding-bottom: 20px;
}

.rel-links-card#consult-discussion ul {
  padding: 5px;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  list-style: none;
}

.rel-links-card#consult-discussion .post-user {
  padding: 6px 20px 0 0;
  font-family: 'proxima_nova_ltsemibold', Arial, sans-serif;
  font-size: 0.869em;
  line-height: 1.1em;
  color: #000;
  float: left;
  max-width: 185px;
}

#rel-recommend li:nth-child(3) {
  display: none;
}

.inlinetable {
  width: 100%;
  overflow-x: auto;
}

/* new video changes to hide the download button*/
video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
  /* Adjust as needed */
}

@media (max-width: 767px) {
  #ads-pos-1122,
  .inContentAd {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
  }
}

/*# sourceMappingURL=dd-article.css.map */
