@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 200 1000;
	font-stretch: 100%;
	src: url("/medcss/fonts/nunito-sans/nunito-sans.woff2") format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: optional
}

@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 200 1000;
	font-stretch: 100%;
	src: url("/medcss/fonts/nunito-sans/nunito-sans-ext.woff2") format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: optional
}

@font-face {
	font-family: 'EB Garamond';
	src: url("/medcss/fonts/eb-garamond/eb-garamond.woff2") format('woff2');
	font-weight: 450;
	font-style: normal;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: optional
}

@font-face {
	font-family: 'EB Garamond';
	src: url("/medcss/fonts/eb-garamond/eb-garamond-ext.woff2") format('woff2');
	font-weight: 450;
	font-style: normal;
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: optional
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url("/medcss/fonts/roboto-condensed/roboto-condensed.woff2") format('woff2');
	font-style: normal;
	font-weight: 400;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: optional
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url("/medcss/fonts/roboto-condensed/roboto-condensed-ext.woff2") format('woff2');
	font-style: normal;
	font-weight: 400;
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
	font-display: optional
}

body {
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 76%;
  padding: 0px;
  margin: 0px;
}
body.modal-open, body.modal-open #pageContainer {
	overflow:hidden;
	position:fixed;
	right: 0;
	left: 0;
}
#bodypadding {
  padding: 0 10px 0 10px;
  margin: 0px;
  font-family: 'Nunito Sans', sans-serif;
  width: auto;
  font-size: 1.05em
}

#bodypadding #all {
	margin: 0 auto;
	max-width: 96%;
	width: auto;
}

.inactive {
  display: none;
}

.active {
  display: block;
}

a:link,
a,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}

a:link {
  color: #064aa7;
  text-decoration: none;
}

a:visited {
  color: #5757a6;
  text-decoration: none;
}

a:hover {
  color: #0f428a;
  text-decoration: underline;
}

a:active {
  color: #064aa7;
  text-decoration: none;
}

.row {
  clear: both;
}

.spacer {
  clear: both;
  line-height: 1px;
}

div.msg-callout-mobile {
  margin: 0 0 20px 0;
  padding: 4px 5px 4px 5px;
  border: 1px dotted #dedede;
  background-color: #fffeee
}

.msg-callout-mobile a.msg-callout-link {
  font-family: arial, sans-serif;
  font-size: .95em
}

.msg-callout-tag {
  color: #fb9605;
  font-weight: bold;
  font-size: .9em;
  text-transform: uppercase
}

div.msg-callout-mobile.alt {
  margin: 0 0 20px 0;
  padding: 7px 10px 9px 10px;
  font-size: .95em;
  background-color: #fff;
  border: 1px solid #aa0000;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0px 2px 3px rgba(000, 000, 000, 0.3), inset 0px 0px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 3px rgba(000, 000, 000, 0.3), inset 0px 0px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px rgba(000, 000, 000, 0.3), inset 0px 0px 7px rgba(0, 0, 0, 0.3);
}

.msg-callout-mobile.alt .msg-callout-tag {
  padding-right: 2px;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: bold;
  color: #aa0000;
}

.msg-callout-mobile.alt a.msg-callout-link {
  color: #aa0000;
}

.msg-callout-mobile.alt .inlinebyline {
  display: block
}

sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.3em;
}




.mobile_adlabelleft {
  background-image: url("/pi/mobile/mobile_ad_label.png");
  background-repeat: no-repeat;
  background-position: center left;
  width: 300px;
  margin: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 8px;
}


/* For general mobile header (NOT News, Ref, or Ed) */


/****Header********/

#medscapeheadercontainer a {
  color: #333;
}

#headertop {
  height: 44px;
  display: table;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ededed;
}

.headerLink {
  display: table-cell;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
}

#headerMenubtn {
  background-image: url("/pi/global/icons/icon-hamburger-mobile-2x.png");
  background-repeat: no-repeat;
  background-position: 12px 12px;
  background-size: 19px 14px;
  width: 16%;
  position: relative;
}

#headerMenubtn .invitesIcon {
  background-color: #d0021b;
  text-align: center;
  width: 20px;
  height: 16px;
  position: absolute;
  top: 5px;
  left: 26px;
  -webkit-border-radius:3px;
  border-radius:3px;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
}

#headerMenubtn .invitesIcon .invite_count {
  margin: 3px 0 0 -1px;
  font-size: 0.85em;
  color: #fff;
  display: inline-block;
}

#headerBackbtn {
  background-image: url("/pi/global/ornaments/icon-back@2x.png");
  width: 15%;
  background-size: 24px 20px;
  height: 35px;
}

#medscapeLogo {
  background-image: url("/pi/global/logos/mscp/logo-medscape-200x46.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 11px;
  background-size: 100px 23px;
}

.cardiology #medscapeLogo {
  background-image: url("/pi/global/logos/mscp/logo-tho-cardiology-319x42.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 11px;
  background-size: 160px 21px;
}

#pageContainer #searchbox,
#medscapeLogo {
  width: 70%;
}

#headersearchbtn {
  background-image: url("/pi/global/icons/icon-search-mobile-2x.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 15px 12px;
  background-size: 18px 20px;
}

#medscapeLogo a,
#headersearchbtn a,
#searchlayer .closeLayer a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration:none;
}


/*#medscapeheadercontainer #searchlayer .searchContainer {
	display:none;
}*/

#searchlayer {
  padding: 45px 0 0;
background: transparent;
  height: 45px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6000010;
  display: none;
  /*-webkit-transition: all .2s ease-in-out;*/
}

#searchlayer.showSearch {
  /*position: absolute;*/
  display: table;
}
.showSearch .layer-whiteout {
    visibility: visible;
    opacity: .8;
    height: 800px;
  }
#medscapeheadercontainer #searchlayer.showSearch .searchContainer {
  display: table-cell;
}

#searchlayer .closeLayer {
  background: #fff;
  background-size: 24px 24px;
  width: 38px;
  height:38px;
  display: table-cell;
  vertical-align: middle;
  position:absolute;
  top: 5px;
  right: 16px;
}
#searchlayer .closeLayer:after, #searchlayer .closeLayer:before {
	background:#aeaeae;
	width:76%;
	height:2px;
}
#searchlayer .searchContainer {
  width: 100%;
  /*display: table-cell;*/
  vertical-align: middle;
  padding:0;
  padding-top: 1rem;
  z-index:6000500;
  position:relative;
	text-align: center;
}

#searchlayer .searchBox {
  display: table;
  width: 100%;
}

#searchlayer .searchField {
  width: 80%;
  display: table-cell;
  vertical-align: middle;
}

#pageContainer #searchtextinput,
#pageContainer .searchInput, #pageContainer #qkSearch {
  padding: 0 10px;
  background: #fff center no-repeat;
  background-size: 12px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
  font-style: normal;
  color: #000;
  text-align: left;
  font-size: 17px;
  width: 100%;


  height: 40px;
  -webkit-appearance: none;
  box-sizing:border-box;
}

#searchlayer ::-webkit-input-placeholder {font-family: 'Nunito Sans', sans-serif; font-weight: 300; font-style: italic; }
#searchlayer ::-moz-placeholder {font-family: 'Nunito Sans', sans-serif; font-weight: 300; font-style: italic; } /* firefox 19+ */
#searchlayer :-ms-input-placeholder { font-family: 'Nunito Sans', sans-serif; font-weight: 300; font-style: italic; } /* ie */
#searchlayer input:-moz-placeholder { font-family: 'Nunito Sans', sans-serif; font-weight: 300; font-style: italic; }

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

#searchlayer .searchBtn {
  padding: 0 1px;
  width: 19%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

#searchlayer .searchBtn input[type="submit"] {
  padding: 0;
  width:55px;
  height:45px;
  border: 0 none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #064aa7 url('/pi/global/icons/icon-search-submit-white-2x.png') 50% no-repeat;
  background-size:20px 22px;
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
  font-size:1.3em;
  color: #fff;
}

#clearSearchBtn {
  position: absolute;
  float: right;
  width: 20px;
  top: 5px;
  height: 30px;
  left: 85%;
  margin-left: -20px;
}

a#clearSearchBtn,
a#clearSearchBtn:focus,
a#clearSearchBtn:hover {
  text-decoration: none;
}

#pageContainer #searchtextinput:focus {
  padding: 0 0 0 5px;
  background-size: 10px;
  color: #000;
}

#headerinvitesbtn,
#headersearchbtn {
  width: 16%;
}

#headerinvitesbtn a.off {
  background-image: url("/pi/global/ornaments/icon-invitations-off@2x.png");
}

#headerinvitesbtn a.nan {
  background-image: none;
}

#headerinvitesbtn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  color: white;
  font-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/pi/global/ornaments/icon-invitations-on@2x.png");
  background-size: 35px 21px;
}

#headerinvitesbtn a span {
  display: block;
  line-height: 35px;
  margin-left: 14px;
}

li#invitations_link {
  position: relative;
}

li#invitations_link .invitesIcon {
  background:#d0021b;
  text-align: center;
  width: 20px;
  height: 16px;
  position: absolute;
  top: 11px;
  left: 108px;
  -webkit-border-radius:3px;
  border-radius:3px;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
}

li#invitations_link .invitesIcon .invite_count {
  margin: 3px 0 0 -1px;
  font-size: 0.85em;
  color: #fff;
  display: inline-block;
}

#menuContainer {
  min-height: 100%;
  width: 80%;
  background: #fff;
  position: absolute;
  left: -80%;
  overflow-y: auto;
  box-shadow: inset -10px 0 5px -10px rgba(0, 0, 0, 0.5);
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left .3s ease-in-out;
  /*-webkit-box-shadow:2px 2px 10px #666;*/
}

#pageContainer {
  -webkit-transition: left .3s ease-in-out;
  position: absolute;
  width: 100%;
}

body.menuView {
  overflow: hidden;
  width: 100%;
    position: fixed;
}

.menuView #menuContainer {
  left: 0;
}

.menuView #pageContainer {
  left: 80%;
  position: absolute;
  width: 20%;
  overflow-x: hidden;
  background: #fff;
  height: 100%;
  overflow: hidden;
  position: fixed;
}

.menuView.isAndroid #pageContainer {
  position: absolute;
  height: auto;
}

.menuView #pageContainer > div {
  width: 500%;
}

#headerSpecialty {
  padding: 5px;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
  font-size: 13px;
  border: 2px solid #b2b2b2;
  border-width: 0px 0 0px 0;
  margin-bottom:10px;
}

#headerSpecialty.news {
  border-bottom: 2px solid #0f428a;
}

#headerSpecialty.ref {
  border-bottom: 2px solid #466e00;
}

#headerSpecialty.edu {
  border-bottom: 2px solid #751400;
}

#headerSpecialty .pillar {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
}

#headerSpecialty .pillar:after {
  content: ':';
}

#headerSpecialty .pillar.solo:after {
  display: none;
}

#hideMenu {
  display: none;
}

.menuView #hideMenu {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 80%;
  z-index: 5000500;
  /*box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);*/
}

#menuContainer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /*    border-top: 1px solid #171717;
    border-bottom: 1px solid #2b2b2b;*/
}

#menuContainer ul li {
  border-bottom: 1px solid rgba(0, 0, 0, .11);
	position:relative;
}

#specialty-link > a,
#edition-link a {
  width: 80%;
  position: relative;
}

#menuContainer ul li a:hover {
  text-decoration: none;
}

#menuContainer ul#menuList li {
	border-bottom:0;
}
#menuContainer ul#menuList li:after {
	content:'';
	position:absolute;
	border-bottom:1px solid rgba(0, 0, 0, .11);
	width:100%;
	bottom:0;
	left:0;
}
#menuContainer ul li a {
  /*border-top: 1px solid #2b2b2b;*/
  margin: 0;
  display: inline-block;
  padding: 12px 0;
  margin: 0 15px;
  color: #000;
  font-size: 1.5em;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
  font-weight: 100;
}
#menuContainer ul li.menu-section > a {
	padding:9px 0;
}

#menuContainer ul li.opentab a {
  border-bottom: 1px solid #0f428a;
}

#menuContainer ul li#news_link.opentab a {
  border-bottom: 1px solid #0f428a;
}

#menuContainer ul li#ref_link.opentab a {
  border-bottom: 1px solid #466e00;
}

#menuContainer ul li#edu_link.opentab a {
  border-bottom: 1px solid #751400;
}

#menuContainer ul li ul {
  border: none;
  margin: 0;
}

#menuContainer ul li ul#specialtyDD_list,
#edition-list {
  display: none;
  -webkit-transition: all .3s ease-in-out;
}
#specialtyDD_list li:last-child,
#edition-list li:last-child {
border-bottom:0;
}


#menuContainer ul li ul#specialtyDD_list a,
#menuContainer ul li ul#edition-list a {
  padding-left: 30px;
  font-size: 15px;
}
#edition-list a.selected {
  color: #bbb;
}

#menuContainer .menu-section-title {
  font-size: 1.11em;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
}

#menuContainer .menu-section-subtitle {
  display: block;
  font-size: 0.83em;
}

.sp_arrow {
  top: 40%;
  right: 0;
  position: absolute;
  -webkit-transition: all .3s ease-in-out;
}

.sp_arrow:before {
  content: '';
  position: absolute;
  top: 25%;
  left: 0px;
  border-top: 12px solid #064aa7;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.sp_arrow:after {
  content: '';
  position: absolute;
  top: 25%;
  left: 1px;
  border-top: 11px solid #fff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
}

.sp_arrow.sp_downarrow {
  -ms-transform: rotate(-180deg);
  -ms-transform-origin: 12px 7px;
  -ms-transition: all .3s ease-in-out, background-position 1ms;
  -webkit-transform: rotate(-180deg);
  -webkit-transform-origin: 12px 7px;
  -webkit-transition: all .3s ease-in-out, background-position 1ms;
  transform: rotate(-180deg);
  transform-origin: 12px 7px;
  transition:all .3s ease-in-out, background-position 1ms;
}

#userLogout {
  display: block;
  font-size: 12px;
  color: #aaa;
}

#medscapeHomeIcon {
  background: url("/pi/global/ornaments/icon-home@2x.png") no-repeat center;
  background-size: 24px;
  padding: 3px 20px 3px 0;
  margin-left: 15px;
}


/*.sp_1 .hp_1 .opentab span#medscapeHomeIcon, .sp_2 .hp_2 .opentab span#medscapeHomeIcon, .sp_3 .hp_3 .opentab span#medscapeHomeIcon, .sp_7 .hp_7 .opentab span#medscapeHomeIcon,  .sp_8 .hp_8 .opentab span#medscapeHomeIcon, .sp_9 .hp_9 .opentab span#medscapeHomeIcon, .sp_12 .hp_12 .opentab span#medscapeHomeIcon, .sp_13 .hp_13 .opentab span#medscapeHomeIcon, .sp_14 .hp_14 .opentab span#medscapeHomeIcon, .sp_15 .hp_15 .opentab span#medscapeHomeIcon, .sp_16 .hp_16 .opentab span#medscapeHomeIcon, .sp_17 .hp_17 .opentab span#medscapeHomeIcon, .sp_17 .hp_49 .opentab span#medscapeHomeIcon, .sp_18 .hp_18 .opentab span#medscapeHomeIcon, .sp_20 .hp_20 .opentab span#medscapeHomeIcon, .sp_21 .hp_21 .opentab span#medscapeHomeIcon, .sp_22 .hp_22 .opentab span#medscapeHomeIcon, .sp_24 .hp_24 .opentab span#medscapeHomeIcon, .sp_25 .hp_25 .opentab span#medscapeHomeIcon, .sp_26 .hp_26 .opentab span#medscapeHomeIcon, .sp_27 .hp_27 .opentab span#medscapeHomeIcon, .sp_29 .hp_29 .opentab span#medscapeHomeIcon, .sp_30 .hp_30 .opentab span#medscapeHomeIcon, .sp_32 .hp_32 .opentab span#medscapeHomeIcon, .sp_33 .hp_33 .opentab span#medscapeHomeIcon, .sp_34 .hp_34 .opentab span#medscapeHomeIcon, .sp_35 .hp_35 .opentab span#medscapeHomeIcon, .sp_36 .hp_36 .opentab span#medscapeHomeIcon, .sp_38 .hp_38 .opentab span#medscapeHomeIcon, .sp_42 .hp_42 .opentab span#medscapeHomeIcon, .sp_43 .hp_43 .opentab span#medscapeHomeIcon, .sp_44 .hp_44 .opentab span#medscapeHomeIcon, .sp_45 .hp_45 .opentab span#medscapeHomeIcon, .sp_46 .hp_46 .opentab span#medscapeHomeIcon, .sp_48 .hp_48 .opentab span#medscapeHomeIcon, .sp_49 .hp_49 .opentab span#medscapeHomeIcon {
	background:url("/pi/global/ornaments/icon-header-homeblue.png") no-repeat center;
}*/


/*#todaytab.opentab span#medscapeHomeIcon {
	background:url("/pi/global/ornaments/icon-header-homeblue.png") no-repeat center;
}*/

#menuContainer.sp_1 #current_1 a,
#menuContainer.sp_2 #current_2 a,
#menuContainer.sp_3 #current_3 a,
#menuContainer.sp_7 #current_7 a,
#menuContainer.sp_8 #current_8 a,
#menuContainer.sp_9 #current_9 a,
#menuContainer.sp_12 #current_12 a,
#menuContainer.sp_13 #current_13 a,
#menuContainer.sp_14 #current_14 a,
#menuContainer.sp_15 #current_15 a,
#menuContainer.sp_16 #current_16 a,
#menuContainer.sp_17 #current_17 a,
#menuContainer.sp_18 #current_18 a,
#menuContainer.sp_20 #current_20 a,
#menuContainer.sp_21 #current_21 a,
#menuContainer.sp_22 #current_22 a,
#menuContainer.sp_24 #current_24 a,
#menuContainer.sp_25 #current_25 a,
#menuContainer.sp_26 #current_26 a,
#menuContainer.sp_27 #current_27 a,
#menuContainer.sp_29 #current_29 a,
#menuContainer.sp_30 #current_30 a,
#menuContainer.sp_32 #current_32 a,
#menuContainer.sp_33 #current_33 a,
#menuContainer.sp_34 #current_34 a,
#menuContainer.sp_35 #current_35 a,
#menuContainer.sp_36 #current_36 a,
#menuContainer.sp_38 #current_38 a,
#menuContainer.sp_42 #current_42 a,
#menuContainer.sp_43 #current_43 a,
#menuContainer.sp_44 #current_44 a,
#menuContainer.sp_45 #current_45 a,
#menuContainer.sp_46 #current_46 a,
#menuContainer.sp_48 #current_48 a,
#menuContainer.sp_49 #current_49 a,
#menuContainer.sp_residents #current_residents a {
  color: #bbb;
}


/* #menuContainer.sp_13 #current_13 {
    background:#4b4b4b;
}*/


/* Breadcrumbs */


/*hides header breadcrumb from homepages*/

.homestar #medscapeheadercontainer #headerSpecialty
/*, .homestar #medscapeheadercontainer .mobile_adlabelleft*/

{
  display: none;
}

.medscape_today.homestar #medscapeheadercontainer #headerSpecialty {
  display: block;
  border-bottom: 1px solid #B2B2B2;
}


/*hides article breadcrumbs*/

#breadcrumb {
  /*display: none;*/
}

/*icon dropdown span*/

.icon-specialty-dropdown {
background: url('/pi/global/icons/icon-hdr-down-arrow.png') no-repeat;
display:inline-block;
position:absolute;
bottom:13px;
width:15px;
height:10px;
margin-left:10px;
-webkit-transition: all .3s ease-in-out, background-position 1ms;
transition: all .3s ease-in-out, background-position 1ms;
background-size: 14px 20px;
background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
.icon-specialty-dropdown {
  background: url('/pi/global/icons/icon-hdr-down-arrow-2x.png') no-repeat;
	background-size: 14px 20px;
	background-position: 0 0;
	}
}

.dropdown-view .icon-specialty-dropdown {
 -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all .3s ease-in-out, background-position 1ms;
  transition: all .3s ease-in-out, background-position 1ms;
  -ms-transform-origin:50% 5px;
  -webkit-transform-origin: 50% 5px;
  transform-origin: 50% 5px;
}
/* QnA instant poll */

.qacontainer .loginQnA {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

.qacontainer .loginQnA a {
  text-decoration: underline;
}

.qacontainer input[type="submit"]:disabled,
.qacontainer input[type="button"]:disabled {
  filter: alpha(opacity=40);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=40);
  -moz-opacity: .40;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  cursor: default;
}

.qacontainer .resultsType {
  padding: 0 0 10px 0;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
  font-size: 1.2em;
}

.qacontainer .resultsLink {
  display: inline-block;
}

.qacontainer .returnLink {
  padding: 10px 0 0 0;
}

.qacontainer .resultsLink a,
.qacontainer .returnLink a {
  color: #3fa4b8;
}

.qacontainer .expiredQuestionForm,
.qacontainer .gatedQuestionForm {
  padding: 10px 0;
  text-align: center;
  font-style: italic;
}


/*************************************
    Footer styles
*************************************/

/*************************************
	Footer styles
*************************************/

/*remove space from google iframe*/
iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

#adtagfooter {
  border: none;
  background: #fff;
  padding: 6px 0;
}

#footer-bg {
	background:rgba(229,234,243,0.43);
	overflow:auto;
	padding:30px 29px 15px;
	margin:30px 0 0;
}
#footer-bg.footer-simple {
	padding:30px 29px;
}

#footer-bg a {
	color:#000;
}

#footer-bg #footer-global{text-align:left}#footer-bg .footer-simple #footer-global{margin:10px auto}#footer-bg #footer-global ul{list-style:none;padding:0;margin:0}#footer-bg #footer-global ul.footer-sections{display:block;overflow:auto}#footer-bg .footer-sections:before,#footer-bg .footer-sections:after{content:"";display:table}#footer-bg .footer-sections:after{clear:both}#footer-bg .footer-col{margin:10px;padding:27px 0 10px;border-top:1px solid #dcdcdc;font-family: 'Nunito Sans', sans-serif;font-weight: 300;font-size:1.151em}#footer-bg .footer-col:first-child{border-top:0;padding:0}#footer-bg .footer-simple .footer-col{border:0;margin:0;padding:15px 0 0}#footer-bg .footer-simple .footer-logo-social{padding-bottom:33px;border-bottom:1px solid #dcdcdc;margin-bottom:26px}#footer-bg #footer-global h4{font-family: 'Nunito Sans', sans-serif;font-weight: 600;text-transform:uppercase;color:#000;font-size:1.11em;margin:0}#footer-bg #footer-global h4 .text-transform-none{text-transform:none}#footer-bg .footer-list li{margin-top:10px}#footer-bg .footer-logo-image{display:block;background:url("/pi/global/logos/mscp/logo-medscape-footer.png") no-repeat;height:26px;width:117px;background-size:117px 26px}#footer-bg .footer-simple .footer-logo-image{display:inline-block}#footer-bg #footercontents .legaltext,#footer-bg #footer .legaltext{color:#898585;font-size:1em;text-align:left;font-family:Helvetica,arial,sans-serif;margin:30px 29px;padding-bottom:15px}#footer-bg #footercontents .legaltext p,#footer-bg #footer .legaltext p{text-align:left;width:980px;margin:auto;margin-top:20px}#footer-bg .legaltext p{text-align:left;width:980px;margin:auto;margin-top:20px}#footer-bg #footer_socialLinks{margin:20px 0 20px;text-align:center;overflow:hidden}#footer-bg .footer-simple #footer_socialLinks{margin:0;display:block;float:right}#footer-bg #footer_socialLinks ul li{float:left}#footer-bg #footer_socialLinks ul li a{width:28px;height:28px;display:block;background:url("/pi/global/icons/icon-social-global.png") no-repeat;background-size:112px 56px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi){#footer-bg #footer_socialLinks ul li a{background:url("/pi/global/icons/icon-social-global-2x.png") no-repeat;background-size:112px 56px}}#footer-bg #footer_fb:hover{background-position:0 -28px}#footer-bg #footer_socialLinks ul li{margin-left:24px}#footer-bg #footer_socialLinks ul li:first-child{margin-left:0}#footer-bg #footer_socialLinks ul li a#footer_twit{background-position:-28px 0}#footer-bg #footer_socialLinks ul li a#footer_twit:hover{background-position:-28px -28px}#footer-bg #footer_socialLinks ul li a#footer_li{background-position:-56px 0}#footer-bg #footer_socialLinks ul li a#footer_li:hover{background-position:-56px -28px}#footer-bg #footer_socialLinks ul li a#footer_goog{background-position:-84px 0}#footer-bg #footer_socialLinks ul li a#footer_goog:hover{background-position:-84px -28px}#footer-bg #footer_socialLinks ul li a#footer_insta{background:url("/pi/global/icons/icon-instagram.svg") no-repeat;background-size:30px 30px}#footer-bg #footer_socialLinks ul li a#footer_insta:hover{background:url("/pi/global/icons/icon-instagram-hover.svg") no-repeat}#footer-bg #footer_socialLinks ul li a#footer_tube{background:url("/pi/global/icons/icon-youtube.svg") no-repeat;background-size:30px 30px}#footer-bg #footer_socialLinks ul li a#footer_tube:hover{background:url("/pi/global/icons/icon-youtube-hover.svg") no-repeat}#footer-bg #footer_socialLinks ul li a#footer_rss{display:none}#footer-bg #footer_socialLinks ul li a#footer_rss:hover{color:#ccc}


/* Healthcare Directory Header */

.modirLogo {
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
  text-transform: uppercase;
  font-size: 1.7em;
}

.modir #headerMenubtn {
  background-image: url("/pi/global/ornaments/icon-back@2x.png");
}

#headerBackbtn a {
  display: block;
}

/*
Global Page Styles
************************************ */

.clear-both:after{
content: "";
display: table;
clear: both;
}
.fLeft {
	float: left;
 }
.fRight {
	float: right;
}

.hide-text {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.mscp-global .hide-teaser .teaser, .hide-teaser .teaser {
	display: none;
}

.hide-thumbnail .featimg {
	display:none;
}
.thumbnail-round .featimg {
	-webkit-border-radius:50%;
	border-radius:50%;
}
.line-above {
	border-top:1px solid #dcdcdc;
	margin-top: 20px;
	padding-top: 20px;
}
.line-above-before {
	position:relative;
	margin-top:10px;
	padding-top:10px;
}
.line-above-before:before {
	content:'';
	border-top:1px solid #dcdcdc;
	position:absolute;
	width:100%;
	height:20px;
	top:0;
	left:0;
	background-color:#fff;
}

.line-below {
	border-bottom:1px solid #dcdcdc;
}
#right .line-above{
	margin-top: 10px;
	padding-top: 10px;
}
.mscp-global a.title {
	color:#000;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	padding:0 0 2px 0;
	font-size:1.42em;
}

.teaser a {
	color:#000;
}
.mscp-global .bucket {
	padding-bottom:10px;
}

.mscp-global #right .bucket {
margin:0 0 20px;
}
.bucket .bucketHeader {
    margin: 0;
    padding: 0 0 12px 0;
}
.bucketHeader a {
	color:#000;
}
.bucket .morelink {
    padding: 2px 7px 0 0;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
    font-size: 0.9em;
    line-height: 0.95em;
    text-transform: uppercase;
    background: transparent url("/pi/global/ornaments/icon-morelink-gt-@2x.png") no-repeat right center;
    float: left;
    background-size:4px 7px;
}
.bucket .morelink a {
    color: #064aa7;
}
.byline {
	font-size:0.82em;
	color:#888;
	font-family: 'Nunito Sans', san-serif;
	font-weight: 400;
	font-style:italic;
}

#msfr, #msde {
	position: relative;
	  padding: 20px 0;
	  margin-top:20px;
}

#msfr .bucket ul, #msde .bucket ul, #mses .bucket ul {
	list-style: none;
}

.mscp-global .featimg {
	float:right;
	display:block;
	margin:5px;
	width: 92px;
}

 .mscp-global ul {
	padding:0;
	margin:0;
}
.mscp-global ol {
  list-style-type: decimal;
  margin: 0 0 10px 0;
  font-size:1.1em;
}
.mscp-global .fullCol {
	padding: 10px 10px 10px 0;
}

.mscp-global .twoCol {
    padding: 20px 0;
    background: transparent url("/fr/pi/global/ornaments/mainBackground.gif") top left repeat-y;
}

.mscp-global #left, .mscp-global #leftcol {
}
.mscp-global #right, .mscp-global #rightcol {
}
 .bucket li {
	  margin: 0 0 14px 0;
    overflow: hidden;
}
.mscp-global .teaser {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size:1.08em;
	display:block;
	line-height:1.2em;
}

.mscp-global .bucket .byline {
	padding: 2px 0 0 0;
	font-size: 0.83em;
	line-height: 1.2em;
	font-style:italic;
	color: #888;
}

.mscp-global .bucket .bucketHeader h2, .box h1, .bucket h1   {
	margin: 0;
	padding: 0;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 1.75em;
	line-height: normal;
	display: inline;
	color: #0f428a;
}
.mscp-global .bucket .bucketHeader h3 {
	color: #000;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 1.2rem;

}

/*Default Page Styles */

.page-default {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	text-align:left;
}
.page-default h2 {
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
    font-size: 1.723em;
    line-height: normal;
    color: #0f428a;
}
.page-default h4 {
	font-size:1.4em;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-weight:normal;
}
.page-default p {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size:1.2em;
	line-height: 1.4em;
}
.page-default p strong, .page-default p b,
.page-default strong, .page-default b {
font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
font-weight:normal;
}
.page-default ol, .page-default ul {
	margin:10px 30px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	padding:0;
	box-sizing:border-box;
}

/*global bucket styles across all pages*/

.conftag {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	text-transform:uppercase;
	color:#2e98d4
}

.mscp-global .commentcount {
    color: #888;
    font-size: 0.83em;
}

.bucket-description {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-style:italic;
	color:#000;
}

.mscp-global .bucketFooter {
	padding-bottom:20px;
}

.bucket-grid .one-third {
	width:100%;
	box-sizing:border-box;
}
.bucket-grid .one-third:after {
	content:'';
	clear:both;
	display:table;
}

.bucket-grid a.title, .homestar #conferences a.title {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
}
#praxis.bucket-grid li, #wissen-praxis.bucket-grid li {
	padding-bottom:15px;
	border-bottom:1px solid #0C6FAD;
}

.bucket-grid .one-third li {
	width: 48%;
	float: left
}
.bucket-grid .one-third li:nth-child(even) {
	margin-left:2%;
}
.mscp-global .bucket-grid .one-third .featimg {
	margin:0 0 5px 0;
float:none;
width:100%;
}
/*featured buckets*/
.bucket-feature .bucketFooter {
	margin-bottom:10px;
	border-bottom:1px solid #dcdcdc;
}
.mscp-global .bucket-feature .featimg {
	width:146px;
	display:block;
	float:right;
	margin-left:5px;
}
.bucket-feature a.title {
	font-size:1.42em;
}
.bucket-feature .teaser {
	color:#666666;
	font-size:1.27em;
	display:none;
}
/*.bucket-feature .teaser:before {
content: "";
display: table;
clear: both;
margin-bottom:10px;
}*/

/*split left*/

.split-col .col-left {
	border-bottom:1px solid #dcdcdc;
}

#left .split-col .col-left, #left .split-col .col-right{
	width:100%;
	overflow:hidden;
	margin:20px 0;
}


 /*carousels in general*/
.carousel .carousel-content {
 	width:100%;
 	height:220px;
 	overflow:hidden;
 	position:relative;
 }

 #rotator_thisli, #rotator_totalli, #rotator_image {
 	display: none
 }
 .carouselArrows {
 	width:50px;
 	margin:10px auto 20px;
 	position: relative;
 }
 .carouselArrows a {
 	display:block;
 	position:relative;
 	width:10px;
 	height:19px;
 	background:url("/pi/global/icons/icon-carousel-arrows.png") no-repeat;
 	background-size:20px 60px;
 }
 .carouselArrows a#rotate_right {
 	background-position:-10px 0;
 }
 .carouselArrows a:hover {
 	background-position:0 -20px;
 }
  .carouselArrows a#rotate_right:hover {
 	background-position:-10px -20px;
 }
 a#rotate_left.rotate_btn-dis, .carouselArrows a#rotate_left.rotate_btn-dis:hover {
 	background-position:0 -40px;
 }
 a#rotate_right.rotate_btn-dis, .carouselArrows a#rotate_right.rotate_btn-dis:hover {
 	background-position:-10px -40px;
 }

 @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
 .carouselArrows a {
 	background:url("/pi/global/icons/icon-carousel-arrows-2x.png") no-repeat;
 	background-size:20px 60px;
 }

 }
 #rotate_left {
	display: block;
	float: left;
	position: absolute;
}
#rotate_right {
	display: block;
	float: right;
}

 .carousel-content a.title{
 	font-size:1.19em;
 }

.carousel-content ul  {
	margin: 0;
	padding: 0;
	position: absolute;
}
.carousel-content ul li {
	margin: 10px 16px 0 0;
	padding: 0;
	list-style: none;
	float: left;
}
#msfr .carousel-content .featimg, #msde .carousel-content .featimg {
	border:0;
	margin: 0 0 3px 0;
	padding: 0;
	position: auto;
	float: none;
	clear: both;
}
.carousel-content .teaser {
	display:none;
}

/* qa poll */
.mscp-global #poll .qatable {
	font-size:1.125rem;
	color:#000;
	line-height:1.25rem;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
}
.mscp-global #poll .qatable .question td {
padding-bottom:15px;
}
.mscp-global #poll input[type='submit'] {
	display:block;
	border-radius:3px;
	padding:10px 20px;
	color:#fff;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size:1.42em;
	background:#064aa7;
	box-shadow:none;
	border:0;
}
 .mscp-global #poll input[type='submit']:hover {
	background: #0f428a;
}

/*FR Legacy Styles
*********************************** */
.box {
	margin-bottom: 10px;
}
.darkBox {
	background: #3d4245;
	color: #fff;
	margin-bottom: 10px !important;
}
.box h1 {
	margin: 0px 0 10px 0;
	font-weight: normal;
	display: block;
}
.bucket h1 {
    margin: 0px 10px 10px 0;
    font-weight: normal;
    display:block;
}
h1.underLined, h2.underLined, h3.underLined, h4.underLined {
	border-bottom: 1px solid #c1c1c1;
	padding-top: 20px;
}
.box h2, .box h3, .box h4, .box h5, .box .fakeH4 {
	color: #0f428a;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 1.82em;
}
.box .boxContent h3 {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 5px;
	border-bottom: none;
}

#headerbox #advSearch {display:none;}



/* Global Page Styles
*************************************/


/* Global Conference Pages
*************************************/
.mscp-global #contentbodymobile h1
{
font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
font-size:2.3em;
}
.mscp-global #contentbodymobile #titleblock h4 {
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
    text-transform:uppercase;
    font-size: 1em;
    margin: 0 0 5px;
    color: #000;
    background-color: transparent;
}
.mscp-global #contentbodymobile h3, .mscp-global .gencontentrighttitle{
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
    font-size: 1.723em;
    line-height: normal;
    color: #0f428a;
    text-transform:none;
    border:0;
}
.mscp-global #contentbodymobile .actionBar, .mscp-global #contentbodymobile .divider {
	display:none;
}

.mscp-global #titleblock h3 {
	font-size:1.2em;
}

.mscp-global #contentbodymobile div.confsection p.collectionintro {
    margin: 0;
    padding: 6px 0 8px 0;
    background-color: #fff;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
    color:#555;
    line-height:1.3em;
    font-size:1.5em;
}
.mscp-global #contentbodymobile .confsection li a.title, .mscp-global #contentbodymobile .confsection p a.title {
    font-size: 1.4em;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
}

.mscp-global #gencontentrightbtm, .mscp-global #gencontentrighttop a {
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
    color: #000;
  }
  .mscp-global #gencontentrightbtm {
  	margin-top:20px;
  }

  .mscp-global .confsectionsubtitle {
  	border:0;
  }
/* Landing Pages
*************************************/


#home-news:after {
content: "";
display: table;
clear: both;
border-bottom:1px solid #dcdcdc;
margin:bottom:20px;
}
#home-news-sidebar {
	float:left;
	width:162px;
	display:none;
}
#home-news-sidebar a {
	color:#000;
}
#home-news-sidebar .specialty-list {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	padding:0 10px;

}
#home-news-sidebar .specialty-list h3{
	padding:0;
	margin:0 0 15px;
	color:#0f428a;
	font-size:1.75em;
	font-weight: normal;
}
#home-news-sidebar .specialty-list ul {
	font-size:1.19em;
	list-style:none;
	padding:0;
	margin:0;
}
#home-news-sidebar .specialty-list li {
	margin-bottom:10px;

}

#home-news-content {
	width:100%;
}

#home-news-content .split .colLeft, #home-news-content .split .colRight{
	width:100%;

}
#home-news-content .split li {
	padding:0;
	margin-bottom:23px;
}
#home-news-carousel .carousel-content {
width:336px;
}
#home-news-carousel .carousel-content ul  {
width: 4000px;
}
#home-news-carousel .carousel-content li {
width: 160px;
}
#home-news-carousel .featimg {
	width:160px;
}

#home-right-cme {
	background:#eff6fb;
}
.dossier a {
	color: #000;
}
.dossier .morelink {
	float:left;
}
.dossier .featimg {
	width:74px;
}
.dossier h5 {
	margin:10px 0 0;
	padding:0;
	font-size:1.27em;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	float:left;
}
#latest-dossier .dossier-description {
	font-size:1.27em;
}
#latest-dossier a:hover {
	text-decoration:none;
}
.dossier-heading {
	margin-top:10px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
}
.dossier-heading .dossier-label {
	color:#0f428a;
	text-transform:uppercase;
	font-size:1.19em;
}
.dossier-heading .dossier-title {
	color:#000;
	font-size:1.27em;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
}

.dossier .teaser {
}

#home-right-cme {
	padding: 20px 10px;
}
/* Landing Pages
*************************************/

/* Dossier Index
*************************************/

.dossier-index .featimg {
	float:right;
	width:92px;
	margin-left:10px;
}
.dossier-index .box.dossier {
	margin-bottom: 0;
}

#dossierSplash .featimg {
	width:146px;
	margin-left:10px;
	float:right;

}
.dossier-index .box.dossierSplash .image {
	margin-top: 5px;
}
.dossier-index  #left .bucket#dossiersList {
	border-top: 0;
}
.dossier-index #left .bucket#dossiersList .bucketHeader {
	background: none;
	clear: both;
	margin:20px 0 0;
}
.dossier-index #left .bucket#dossiersList .bucketHeader h2 {

}

.dossier-index .teaser {
	font-size:0.94em;
	line-height:1.174em;
	color:#666;
}
/* Dossier Page
*************************************/


.dossier-page ul {
	padding:0;
	margin:0;
}
.dossier-page {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
}
.dossier-page #dossiersTop {
	background: #fff;
	padding-bottom:16px;
	margin-bottom:24px;
	border-bottom:1px solid #dcdcdc;
}
.dossier-page .bucket#dossiersTop .bucketHeader {
	padding: 0 0 6px 0;
	color: #000;
	border-bottom: none;
	background: none;
	clear: both;
}

.mscp-global .dossier-page .bucket .bucketHeader h2, .mscp-global .dossier-page .bucket .bucketHeader h3 {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
}

.mscp-global .dossier-page .bucket .bucketHeader h3 {
	font-size:1.5rem;
	color:#0f428a;
}

.dossier-page #dossiersTop .bucketHeader h2 {
	margin: 0;
	padding: 0;
	font-size: 1.82em;
	text-transform: none;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	color: #0f428a;
}
.dossier-page #dossiersTop .bucketContent {
	padding: 10px 0 0 0;
}
.dossier-page #dossiersTop ul li {
	padding: 0 0 9px 0;
}
.dossier-page #right .featimg {
	float:right;
	margin-left:7px;
	width:92px;
}
.dossier-page #dossiersTop .featimg {
	width: 146px;
	float: right;
	margin-left:10px;

}
.dossier-page #dossiersTop a.title {
}
.dossier-page #dossiersTop .bucketContent .teaser, .bucket .dossier-description {
	font-size:0.94em;
	line-height:1.174em;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	color:#666666;
	display: block;
}
.dossier-page  #dossiersTop .morelink {
	font-weight: normal;
	font-size: 0.9em;
	display:inline-block;
	float: none;
	clear: both;
	text-align: left;
	*margin-top: 0; /* IE7 float bug */
}
.dossier-page #dossiersNews {
	margin: 0 10px 0 0;
	width: 100%;
}
.dossier-page  #dossiersNews ul {
	margin: 10px 10px 0 0;
}

.dossier-page #dossiersPerspectives {
	border: none;
	width: 100%;
}
.dossier-page #dossiersPerspectives .featimg {
	margin: 0 0 6px 0;
	padding: 0;
	width: 146px;
	float:right;
	border: 1px solid #ddd;
	clear: both;
}

.dossier-page #dossiersPerspectives .title, .dossier-page #dossiersOther .title {
	font-size:1.5em;
}

.dossier-page #dossiersPerspectives li {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #dcdcdc;
}

.dossier-page #dossiersPractice .title{
	font-size:1.4em;
}

/* Mobile Slideshows */

#abBottom .actionBar {
  margin: 10px 0;
  height: 30px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  border-left: 0;
  border-right: 0;
  background: white;
  color: #484848;
  text-shadow: 1px 1px 0 #fff;
  font-size: .92em;
  border-right: 0;
  padding: 5px 0
}

#abBottom .actionBar ul {
  list-style: none;
  padding: 0;
  margin: 0
}

#abBottom .actionBar li {
  padding: 0 5px;
  background: transparent;
  border: 0;
  text-align: center;
  height: 30px;
  max-width: 40px;
  s line-height: 30px;
  float: left
}

#abBottom .actionBar .abLeft,
#abBottom .actionBar .abRight {
  float: right;
  border: 0
}

#abBottom .actionBar .abLeft li.fontSize {
  display: none
}

#abBottom .printText,
#abBottom .emailText {
  display: none
}

#abBottom .actionBar li img {
  vertical-align: middle;
  border: 0
}


/*************************************
    Other
*************************************/


/*Global Headline display update*/

.ifibjc {
  margin: 0;
  padding: 0;
  color: #797979;
  font-size: 0.65em;
  text-align: left;
}


/* mobile BoB */

#blowOutBox {
  padding: 15px 0;
  background: transparent url("//img.medscapestatic.com/pi/global/ornaments/border-dots.png") top left repeat-x;
  overflow: hidden;
}

#blowOutBox #bobClose {
  display: none;
}

#blowOutBox #bobIntro {
  padding: 0 0 5px 0;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
  font-size: 1.05em;
  text-transform: uppercase;
  color: #0a496f;
}

#blowOutBox .bobThmb {
  margin: 3px 0 0 12px;
  padding: 0;
  width: 76px;
  position: relative;
  float: right;
  clear: both;
}

#blowOutBox a.bobHeadline {
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
  font-size: 1.4em;
  color: #000;
}


/* DFP ad styles */

#ads-pos-1122.AdUnit {
  background-image: url(/pi/global/text/text_advertisement_top.gif);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 7px;
  text-align: center;
}


/* 20th Anniversary Header
*******************************************/


/*.homestar #medscapeLogo {
    background-image: url("/pi/global/logos/mscp/logo-medscape20th-2x.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 138px 40px;
}
#pageContainer.cardiology.homestar #medscapeLogo {
    background-image: url("/pi/global/logos/mscp/logo-medscape20th-cardiology-mobile-2x.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 201px 46px;
}*/


/* Instant Lookup Styles */

.il_combo_nor, .ilfulllist p.il_combo_nor {
  display: none;
}

.ilfulllist, #ilfulllist {
  position: absolute;
  display: none;
  z-index: 5000500;
  left: 0;
  right: 0;
  background-color: #fff;
}
@media (max-width: 767px) {
	.ilfulllist, #ilfulllist {
		margin-top:33px;
	}
}
.ilfulllist p {
  margin: 0;
  color: #000;
  background: #efefef;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #aaa
}

.ilfulllist td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  width: 100%
}

.ilfulllist ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff
}

.ilfulllist ul li a {
  display: block
}

.ilfulllist ul li a:link {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 10px 30px 10px 15px;
  border-bottom: 1px solid #e0e0e0;
  font-weight: bold
}

.ilfulllist ul li a:link .ta-hl {
  font-weight: normal;
}

.ilfulllist ul li a:hover {
  background-color: #e0e0e0
}

.defaultiltxt {
  display: none
}

.ilfulllist ul li a.il_drug_result {
  background-image: url(/pi/reference/ornaments/bg-il-icons-sprite.png);
  background-size: 23px 299px;
  background-repeat: no-repeat;
  background-position: 98% 1px
}

.ilfulllist ul li a.il_cond_result {
  background-image: url(/pi/reference/ornaments/bg-il-icons-sprite.png);
  background-size: 23px 299px;
  background-repeat: no-repeat;
  background-position: 98% -45px
}

.ilfulllist ul li a.il_pro_result {
  background-image: url(/pi/reference/ornaments/bg-il-icons-sprite.png);
  background-size: 23px 299px;
  background-repeat: no-repeat;
  background-position: 98% -90px
}

.ilfulllist ul li a.il_anat_result {
  background-image: url(/pi/reference/ornaments/bg-il-icons-sprite.png);
  background-size: 23px 299px;
  background-repeat: no-repeat;
  background-position: 98% -137px
}

.ilfulllist ul li a.il_labm_result {
  background-image: url(/pi/reference/ornaments/bg-il-icons-sprite.png);
  background-size: 23px 299px;
  background-repeat: no-repeat;
  background-position: 98% -183px
}

.ilfulllist ul li a.il_medd_result {
  background-image: url(/pi/reference/ornaments/bg-il-icons-sprite.png);
  background-size: 23px 299px;
  background-repeat: no-repeat;
  background-position: 98% -228px
}

.ilfulllist ul li a.il_calc_result {
  background-image: url(/pi/reference/ornaments/bg-il-icons-sprite.png);
  background-size: 23px 299px;
  background-repeat: no-repeat;
  background-position: 98% -274px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi) {
  .ilfulllist ul li a.il_drug_result {
    background-image: url(/pi/reference/ornaments/bg-il-icons-sprite@2x.png);
    background-size: 23px 299px;
    background-repeat: no-repeat;
    background-position: 98% 1px
  }
  .ilfulllist ul li a.il_cond_result {
    background-image: url(/pi/reference/ornaments/bg-il-icons-sprite@2x.png);
    background-size: 23px 299px;
    background-repeat: no-repeat;
    background-position: 98% -45px
  }
  .ilfulllist ul li a.il_pro_result {
    background-image: url(/pi/reference/ornaments/bg-il-icons-sprite@2x.png);
    background-size: 23px 299px;
    background-repeat: no-repeat;
    background-position: 98% -90px
  }
  .ilfulllist ul li a.il_anat_result {
    background-image: url(/pi/reference/ornaments/bg-il-icons-sprite@2x.png);
    background-size: 23px 299px;
    background-repeat: no-repeat;
    background-position: 98% -137px
  }
  .ilfulllist ul li a.il_labm_result {
    background-image: url(/pi/reference/ornaments/bg-il-icons-sprite@2x.png);
    background-size: 23px 299px;
    background-repeat: no-repeat;
    background-position: 98% -183px
  }
  .ilfulllist ul li a.il_medd_result {
    background-image: url(/pi/reference/ornaments/bg-il-icons-sprite@2x.png);
    background-size: 23px 299px;
    background-repeat: no-repeat;
    background-position: 98% -228px
  }
  .ilfulllist ul li a.il_calc_result {
    background-image: url(/pi/reference/ornaments/bg-il-icons-sprite@2x.png);
    background-size: 23px 299px;
    background-repeat: no-repeat;
    background-position: 98% -274px
  }
}

.ilfulllist ul li a:link {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 10px 30px 10px 15px;
  border-bottom: 1px solid #e0e0e0;
  font-weight: bold
}

.ilfulllist ul li a:hover {
  background-color: #e0e0e0
}

.defaultiltxt {
  display: none
}

#refIntroSearch .tagline {
  display: none
}

#ilti {
  margin: 4px 0
}

#textbox {
  width: 230px;
  padding-left: 5px;
  height: 23px;
  margin: 0;
  background-image: url(/pi/reference/bg_il.png);
  background-position: center left;
  background-repeat: repeat-x;
  border: 1px solid #759ea7;
  border-right: 0;
  font-size: 12px;
  color: #696969;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  padding-top: 4px
}

table#ref_ilfulllist {
  display: none;
  position: absolute;
  z-index: 5000500;
  width: 290px;
  border: 1px solid #92a675;
  background-color: #ddefcc;
  margin-top: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 2px 2px 4px #b0b0b0;
  -webkit-box-shadow: 2px 2px 4px #b0b0b0;
  box-shadow: 2px 2px 4px #b0b0b0;
  padding: 5px
}

#ref_ilfulllist p {
  margin: 0;
  padding: 4px 0 0 0
}

#ref_ilfulllist td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  width: 280px
}

#ref_ilfulllist ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff
}

#ref_ilfulllist .defaultiltxt {
  display: none
}

#refIntroSearch .tagline {
  display: none
}

table#ref_ilfulllist ul li a {
  display: block
}

table#ref_ilfulllist ul li a.il_drug_result {
  background-image: url(/pi/reference/ornaments/bg-il-icons-sprite.png);
  background-repeat: no-repeat;
  background-position: 245px 1px
}

table#ref_ilfulllist ul li a.il_cond_result {
  background-image: url(/pi/reference/ornaments/bg-il-icons-sprite.png);
  background-repeat: no-repeat;
  background-position: 245px -45px
}

table#ref_ilfulllist ul li a.il_pro_result {
  background-image: url(/pi/reference/ornaments/bg-il-icons-sprite.png);
  background-repeat: no-repeat;
  background-position: 245px -90px
}

table#ref_ilfulllist ul li a.il_anat_result {
  background-image: url(/pi/reference/ornaments/bg-il-icons-sprite.png);
  background-repeat: no-repeat;
  background-position: 245px -137px
}

table#ref_ilfulllist ul li a.il_labm_result {
  background-image: url(/pi/reference/ornaments/bg-il-icons-sprite.png);
  background-repeat: no-repeat;
  background-position: 245px -183px
}

table#ref_ilfulllist ul li a.il_medd_result {
  background-image: url(/pi/reference/ornaments/bg-il-icons-sprite.png);
  background-repeat: no-repeat;
  background-position: 245px -228px
}

#ref_ilfulllist ul li a.il_calc_result {
  background-image: url(/pi/reference/ornaments/bg-il-icons-sprite.png);
  background-repeat: no-repeat;
  background-position: 245px -274px
}

#ref_ilfulllist ul li a:link {
  color: #000;
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 28px
}

#ref_ilfulllist ul li a:hover {
  text-decoration: none;
  background-color: #fed
}


/*logout layer*/
.layer-whiteout {
	width:100%;
	height:100%;
	background:#fff;
	visibility:hidden;
	opacity:0;
	position:absolute;
	z-index:6000496;
	margin:0 auto;
	height:auto;
	top:40px;
	right:0;
	bottom:0;
	left:0;
	visibility: hidden;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	opacity: 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.layer-pop {
	visibility:hidden;
	opacity:0;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	position:absolute;
	display:block !important;
	background-color:#fff;
	padding:30px 0 40px;
	margin:30px auto 0;
	width: 13.25rem;
	z-index:6000500;
	left:50%;
	transform: translateX(-50%);
	-webkit-box-shadow: 0 1px 1px 4px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px 4px rgba(0,0,0,.05);
	border: 1px solid rgba(0,0,0,.1);
	text-align:center;
	box-sizing:border-box;
	position: fixed;
}


.layer-pop b {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
}

.layer-pop-header {
	background:#0f428a;
	color:white;
	font-size: 1.26em;
	padding: 15px 20px;
	position:fixed;
	box-sizing:border-box;
}
.layer-pop .layer-content {
	margin:20px 30px 0;
}
.layer-pop .layer-content-group {
	overflow:hidden;
}
.content-group-image {
	display:none;
}
.content-group-image-mobile {
	display:block;
	margin:20px auto;
	clear:both;

}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
.content-group-image {
	background-size:178px 133px;
}
 }
 .btn-close {
	position:absolute;
	top:14px;
	right:10px;
	width:30px;
	height:30px;
}

.btn-close:after,  .btn-close:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #000;
}
.btn-close:before{
	-ms-transform: rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform: rotate(45deg);
}
.btn-close:after{
	-ms-transform: rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform: rotate(-45deg);
}

.btn-close span {
	display:none;
}
.btn-close.btn-close-grey:after,  .btn-close.btn-close-grey:before {
	background: #aaa;
}
.btn-close-white:after, .btn-close-white:before {
	background:#fff;
}


.layer-pop-button, .btn-blue {
    padding: 10px 10px;
    width: 6.5rem;
    margin: 15px auto;
    display: block;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #064aa7;
    color: #fff !important;
    font-weight: normal;
    border: 1px solid #064aa7;
    font-size:1rem;
    text-align:center;
}
a.layer-pop-button:link, a.layer-pop-button:active, a.layer-pop-button:visited {
	color:#fff;
}
a.layer-pop-button:hover {
	text-decoration:none;
}
.layer-pop-button.alt, a.layer-pop-button.alt:link, a.layer-pop-button.alt:active, a.layer-pop-button.alt:visited {
	color:#064aa7 !important;
	background: #fff;
}

.updateProfileSuccess #layer-update-confirmation {
	visibility:visible;
	opacity:1;
}

 .updateProfileSuccess #layer-update-bg {
	visibility:visible;
	-webkit-opacity:0.8;
	opacity:0.8;
}
.icon-checkmark{
	width:49px;
	height:35px;
	display: block;
	margin:20px auto 0;
	background:url('/pi/global/icons/icon-checkmark-green-49x35.png') no-repeat;
	background-size:49px 35px;
}

#layer-logout-confirmation.showLogout {
	visibility:visible;
	opacity:1;
	top:40px;
}

#layer-logout-bg.showLogout {
	visibility:visible;
	-webkit-opacity:0.8;
	opacity:0.8;
	top:0;
}

 .layer-iframe {
    width: 100%;
    top: 0;
    border: 0;
    height: 100%;
}
.layer-pop .required-section {
	padding: 0;
	text-align:center;
}
/*global tooltip
***************************/
.show-tooltip-global #layer-tooltip-global {
	visibility: visible;
	opacity: 1;
}
#layer-tooltip-global {
	height:100%;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	margin:0;
	padding:0;
	text-align:left;
	font-size:1.3em;
}
#layer-tooltip-global .layer-content {
	margin:20px 20px 0;
}

.layer-pop .layer-fixed-bottom {
	position: fixed;
    bottom:0;
    left:0;
   padding:10px 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align:left;
background:#fff;
border-top:1px solid #ccc;
}

.fixed-close-button {
background:#eee;
border-bottom:1px solid #ddd;
height:40px;

}
.fixed-close-button .btn-close {
	top:5px;
}
#layer-tooltip-global .layer-pop-header {
	position:relative;
   padding:20px 100px 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:left;
	font-size:1.5em;
  }
.layer-pop .fixed-scroll {
	overflow-y:scroll;
	position:fixed;
	top:0;
	bottom:180px;
}
.layer-pop .frame-scroll {
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch; /*so we can scroll on iOS*/
	position:fixed;
	top:0;
	width:100%;
	bottom:180px;
	display:none;
}
#global-tour-gif {
	width:240px;
	height:180px;
}

/*article video*/

.html5vid169 {
	max-width: 100%;
}


/*tooltip header*/

.tooltip-header {
	visibility: hidden;
	opacity: 1;
  background: #fff;
  border: 1.5px solid #d0cfcf;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
  font-size: 1rem;
  position: absolute;
  text-align: left;
  z-index: 5000899;
  padding: 10px 15px;
  box-sizing: border-box;
  width: 320px;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0,0,0,.3);
	box-shadow: 1px 1px 10px 0 rgba(0,0,0,.3);
}






#tooltip-header-espanol {
    box-sizing: border-box;
    width: auto;
    top: 40px;
    left: 20px;
    right: 20px;
    margin-left: 0;
    visibility: hidden;
    opacity: 0;
    padding: 0 0;
    border: none;
    font-size: 12px;
}

#tooltip-header-espanol .tooltip-header-top {
	box-sizing: border-box;
	width: 100%;
	background: #0f428a;
	color: #fff;
	padding: 10px 20px;
	padding-top: 50px;
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
}

#tooltip-header-espanol.tooltip-header.arrow-top:after,
#tooltip-header-espanol.tooltip-header.arrow-top:before {
    border-bottom-color: #0f428a;
}

.tooltip-background {
    position: fixed;
    top: 0;
    bottom: -4000px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.26);
    z-index: 5000099;
    display: none;
}

#tooltip-header-espanol.tooltip-header .tooltip-message {
    padding: 10px 15px;
}

#tooltip-header-espanol.tooltip-header .tooltip-content {
    margin-top: 0;
}

#tooltip-header-espanol .tooltip-violator {
    position: absolute;
    top: 15px;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    background: #990000;
    color: #fff;
    padding: 5px 15px;
}

#tooltip-header-espanol .btn-close {
    top: 10px;
}

#tooltip-header-espanol.tooltip-header .btn-close:before,
#tooltip-header-espanol.tooltip-header .btn-close:after {
    background: #fff;
}

.tooltip-header-positioning-element {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    min-width: 100%;
    max-width: 100%;
    z-index: 5000799;
    width: 100%;
    height: 80px;

}


#tooltip-header-espanol-en {
    box-sizing: border-box;
    width: auto;
    top: 40px;
    left: 20px;
    right: 20px;
    margin-left: 0;
    visibility: hidden;
    visibility: 0;
    padding: 0 0;
    border: none;
    font-size: 12px;
}

#tooltip-header-espanol-en .tooltip-header-top {
	box-sizing: border-box;
	width: 100%;
	background: #0f428a;
	color: #fff;
	padding: 10px 20px;
	padding-top: 50px;
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
}

#tooltip-header-espanol-en.tooltip-header.arrow-top:after,
#tooltip-header-espanol-en.tooltip-header.arrow-top:before {
    border-bottom-color: #0f428a;
}

#tooltip-header-espanol-en.tooltip-header .tooltip-message {
    padding: 10px 15px;
}

#tooltip-header-espanol-en.tooltip-header .tooltip-content {
    margin-top: 0;
}

#tooltip-header-espanol-en .tooltip-violator {
    position: absolute;
    top: 15px;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    background: #990000;
    color: #fff;
    padding: 5px 15px;
}

#tooltip-header-espanol-en .btn-close {
    top: 10px;
}

#tooltip-header-espanol-en.tooltip-header .btn-close:before,
#tooltip-header-espanol-en.tooltip-header .btn-close:after {
    background: #fff;
}

.show-tooltip-espanol #tooltip-header-espanol-en,
.show-tooltip-espanol #tooltip-header-espanol{
    visibility: visible;
    opacity: 1;
}
.show-tooltip-espanol .tooltip-background,
.show-tooltip-espanol .tooltip-header-positioning-element {
    display: block;
}

/* Resource Centers */
#rcIntro {
  margin: 0 0 15px 0;
}

.resource-center {
  width:100%;
}


.resource-center .split .colLeft, .resource-center .split .colRight{
  width:100%;

}

.resource-center .split .colLeft img.featimg {
    padding-left: 15px;
    margin:0px;
    padding-bottom: 10px;
}

.resource-center .split .colLeft li span.teaser {
    padding-top: 7px;
}

.resource-center .split li .byline {
    padding-top: 2px;
}

.resource-center .split li a.title, .global-mobile-rc li a.title {
  margin-left: -3px;
}

.resource-center .split li {
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
  padding:0;
  margin-bottom:23px;
}

.global-resource-left h2{
  color:#0f428a;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
}

.resource-center .paginationBar{
  background: white;
  padding-bottom: 20px;
  padding-top:15px;
}


.resource-center .paginationBar.more-rc-de{
  background: white;
  padding-bottom: 45px;
  padding-top:15px;
}

.resource-center .paginationBar > span{
  width: auto;
  height: auto;
}

.resource-center .paginationBar .morelink a {
    padding: 2px 7px 0 0;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
    font-size: 0.9em;
    line-height: 0.95em;
    text-transform: uppercase;
    background: transparent url("/pi/global/ornaments/icon-morelink-gt-@2x.png") no-repeat right center;
    float: left;
    background-size:4px 7px;
}

.rc-mobile-hide{
  display: none;
}

.line-above.rc-carousel{
  margin-top:0px;
  border-bottom: 1px solid #dcdcdc;
}

.rc-carousel .bucketFooter {
    padding-bottom: 40px;
}

.rc-carousel .bucketFooter.more-rccapusel-de {
    padding-top: 15px;
    padding-bottom: 40px;
}

ul.global-mobile-rc li{
  padding-bottom:23px;
}

.resource-center .carousel-content{
  height:230px;
  padding-bottom: 10px;
}

.resource-center .carouselArrows{
  margin:0px!important;
  float:right;
  bottom:275px;
}

.leftBucketContent.resource-center {
    border-bottom: 1px solid #e3e3d3;
}
/* /Resource Centers */


/* consult new flag */
.consult-nav-new{
  padding: 0 5px 5px 5px;
  text-transform: uppercase;
  background: #d0021b;
  color: white;
  font-size: 8px;
  position: absolute;
  left: 80px;
  padding: 2px 5px; top: 7px;
}
/* end consult new flag */



/* Responsive Header Css */
.resp-container {
  max-width: 96%;
  width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) { 
	.ms_contain {
		display: flex;
		flex-direction: column;
	}
	.resp-container {
		max-width: 90%;
	}
}

.page-header {
  border-top: solid 4px #a2b0ba;
  padding-top: .75rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
  position: relative;
}
@media (max-width: 767px) {
  .page-header {
    border-top: solid 2px #a2b0ba;
    padding-top: .375rem;
    padding-bottom: .375rem;
  }
}

.header-row-top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-row-bottom {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .header-row-bottom {
    display: none;
  }
}

.header-specialty-menu {
  display: none;
}

.user-menu {
  display: none;
}

@media (max-width: 1023px) {
  .header-edition {
    display: none;
  }
}

.right-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  .header-logo {
    position: absolute;
    top: .25rem;
    padding: .75rem -0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    /* height: 1.875rem; */
    height: 1.75rem;
  }
}
@media (max-width: 767px) {
  .header-logo {
    top: .0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    /* height: 1.375rem; */
    height: 1.625rem;
  }
}
.header-logo img {
  /* height: 2.5rem; */
  height: 2.875rem;
}
@media (max-width: 1023px) {
  .header-logo img {
    /* height: 1.875rem; */
    height: 1.75rem;
  }
}
@media (max-width: 767px) {
  .header-logo img {
    /* height: 1.375rem; */
    height: 1.625rem;
  }
}

.header-edition {
  font-size: .6875rem;
}

.header-edition-link {
  text-decoration: none;
  display: inline-block;
  padding: 0;
  margin-left: 7px;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
}
.header-edition-link.is-current {
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
  pointer-events: none;
}
.header-edition-link:hover {
  text-decoration: underline;
}

.page-header a, .page-header a:link, .page-header a:visited, .page-header a:hover, .page-header a:active {
  color: #435056;
}

.header-date {
  font-size: 1.25rem;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 200;
  line-height: 1;
  margin-bottom: 8px;
  margin-left: 10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-transform: lowercase;
}
@media (max-width: 1023px) {
  .header-date {
    display: none;
  }
}

.header-specialty-toggle {
  font-size: 1.875rem;
  margin-left: 10px;
  line-height: 1.1em;
  margin-bottom: 2px;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 200;
  padding: 0;
  background: none;
  border: none;
  -ms-flex-item-align: end;
      align-self: flex-end;
  outline: none;
}
@media (max-width: 1023px) {
  .header-specialty-toggle {
    display: none;
  }
}
.header-specialty-toggle .sp-arrow {
  display: inline-block;
  margin-left: 6px;
  vertical-align: top;
  margin-top: 12px;
  position: static;
}
.header-specialty-toggle .sp-arrow:after, .header-specialty-toggle .sp-arrow:before {
  content: none;
}

.header-specialty-menu {
  display: none;
  position: absolute;
  margin-top: 4rem;
  width: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  background: #fff;
  padding: 2.5rem;
  z-index: 5000999;
  padding-top: 0;
}
.header-specialty-menu.is-expanded {
  display: block;
}
.header-specialty-menu > .resp-container {
  display: block;
  overflow: hidden;
  text-align: left;
  -webkit-column-width: 15rem;
  -moz-column-width: 15rem;
  column-width: 15rem;
}
.header-specialty-menu .header-specialty-menu-link {
  display: block;
  text-align: left;
  margin-bottom: .625rem;
  color: #000;
  font-size: 1rem;
  white-space: nowrap;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
}

.header-tab {
  font-size: .875rem;
  margin-right: 2.25rem;
  text-transform: uppercase;
  line-height: 2rem;
  border-bottom: solid 3px transparent;
  display: inline-block;
  margin-bottom: -2.5px;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
  color: #435056;
}
@media (max-width: 870px) {
  .header-tab {
    margin-right: 1.5rem;
  }
  .header-tab:last-of-type {
    margin-right: 0;
  }
  .header-tab:hover {
    border-bottom: solid 3px #005b80;
    text-decoration: none;
  }
  .header-tab.is-current {
    border-bottom: solid 3px #005b80;
  }

  a.header-tab:link, a.header-tab:visited, a.header-tab:hover {
    color: #435056;
  }

  .header-search {
    margin-left: 1.25rem;
    border: solid 1px #ccd6dd;
    border-radius: 3px;
    padding: 2px;
  }
}
@media (max-width: 767px) {
  .header-search {
    display: none;
  }
}

a.header-tab--for-you {
	display: none;
}

.mobile-menu-item a.header-tab--for-you,
.mobile-menu-item a:active.header-tab--for-you,
.mobile-menu-item a:hover.header-tab--for-you,
.mobile-menu-item a:link.header-tab--for-you,
.mobile-menu-item a:visited.header-tab--for-you {
  display:none;
}

.search-input-text {
  -webkit-transition: max-width .5s;
  transition: max-width .5s;
  border: none;
  border-right: solid 1px #ccd6dd;
  line-height: 1rem;
  padding: .5rem;
  padding-left: 1rem;
  vertical-align: top;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
}
@media (max-width: 1279px) {
  .header-search .search-input-text {
    max-width: 0;
  }
}
.search-input-text[placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 0;
}
.search-submit-button {
  padding: 0 .875rem;
  height: 1.75rem;
  border: none;
  background: none;
}
.search-submit-button svg {
  height: 20px;
  width: 20px;
  fill: #005b80;
}
@media (max-width: 1279px) {
  .header-search .search-submit-button {
    display: none;
  }
}
.header-search .search-open-button {
  padding: 0 .875rem;
  height: 1.75rem;
  border: none;
  background: none;
}
.header-search .search-open-button svg {
  height: 20px;
  width: 20px;
  fill: #005b80;
}
@media (min-width: 1279px) {
  .header-search .search-open-button {
    display: none;
  }
}

#searchLayer .searchContainer {
	text-align: center;
    padding: 0;
    padding-top: 1rem;
    background: none;
}

.searchContainer #search-form-header,
.searchContainer .search-form-header {

	display: -webkit-inline-box;

	display: -ms-inline-flexbox;

	display: inline-flex;
    width: auto;

    width: 17rem;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 4px;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
}

.searchContainer .search-input-text {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

@media (max-width: 1279px) {
  .header-search:not(.is-expanded) .search-input-text {
    border-right: none;
    padding: 0;
    padding-left: 0;
  }
}
@media (max-width: 1279px) {
  .header-search.is-expanded .search-input-text {
    max-width: 400px;
    display: inline-block;
  }
  .header-search.is-expanded .search-submit-button {
    display: inline-block;
  }
  .header-search.is-expanded .search-open-button {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-search.is-expanded {
    position: absolute;
    width: 100%;
    background: #fff;
  }
}
.ilfulllist,
.user-menu {
  display: none;
}

.search-input-text::-webkit-input-placeholder {
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
  font-size: 15px;
  color: #4a4a4a;
}

.search-input-text::-moz-placeholder {
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
  font-size: 15px;
  color: #4a4a4a;
}

.search-input-text:-ms-input-placeholder {
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
  font-size: 15px;
  color: #4a4a4a;
}

.search-input-text::placeholder {
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
  font-size: 15px;
  color: #4a4a4a;
}

.mobile-search-button {
  border: none;
  margin-left: 1.25rem;
  border: solid 1px #ccd6dd;
  border-radius: 3px;
  padding: 2px 6px;
  height: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.mobile-search-button svg {
  height: 20px;
  width: 20px;
  fill: #005b80;
}
@media (max-width: 1279px) {
  .mobile-search-button {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-search-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .modal-open .mobile-search-button {
    display: none;
  }
}
.mobile-search-button .close {
  display: none;
}

.mobile-nav-toggle {
  display: none;
}

.mobile-nav-toggle-label {
  width: 37px;
  display: block;
  height: 24px;
  position: relative;
  margin-top: 6px;
}
@media (min-width: 1023px) {
  .mobile-nav-toggle-label {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-nav-toggle-label {
    width: 27px;
    height: 18px;
    margin-top: .5rem;
  }
}
.mobile-nav-toggle-label span {
  -webkit-transition: all .25s;
  transition: all .25s;
  background: #7d86a0;
  position: absolute;
  right: 0;
  left: 0;
  height: 4px;
}
@media (max-width: 767px) {
  .mobile-nav-toggle-label span {
    height: 3px;
  }
}
.mobile-nav-toggle-label span:nth-of-type(2) {
  top: 10px;
}
@media (max-width: 767px) {
  .mobile-nav-toggle-label span:nth-of-type(2) {
    top: 7px;
  }
}
.mobile-nav-toggle-label span:nth-of-type(3) {
  top: 20px;
}
@media (max-width: 767px) {
  .mobile-nav-toggle-label span:nth-of-type(3) {
    top: 14px;
  }
}
.mobile-nav-toggle-label .header-invite-count {
  position: absolute;
  width: 22px;
  height: 1rem;
  background: #d0021b;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  top: -10px;
  right: -10px;
  font-size: 0.5rem;
  padding: 0 0.2rem;
}

.mobile-nav-toggle:checked + label span:nth-of-type(1) {
  top: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-nav-toggle:checked + label span:nth-of-type(2) {
  top: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile-nav-toggle:checked + label span:nth-of-type(3) {
  display: none;
}
.mobile-nav-toggle:checked + label .header-invite-count {
  display: none;
}

.user-links {
  display: inline-block;
  position: relative;
  font-size: .875rem;
  line-height: 1.125rem;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 1023px) {
  .user-links {
    display: none;
  }
}
.user-links a {
  margin-left: 1.25rem;
}
.user-links a:hover {
	text-decoration: none;
	color: #007cb1;
}
.user-links svg {
  margin-left: 6px;
  vertical-align: bottom;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
}

.header-invitations-link {
  display: inline-block;
  vertical-align: bottom;
}

.header-invite-count {
  background: #d0021b;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: .625rem;
  line-height: 1.125rem;
  padding: 0 .6rem;
}

.is-cme .header-invite-count {
	display:none !important;
}

.user-links-settings {
  display: inline-block;
}
.user-links-settings svg {
	color: #064aa7;
}
.user-popup {
	padding: 20px 0 0 0;
	position: absolute;
	right: 0;
	z-index: 5000490;
	width: 150px;
	float: right;
}
.user-popup-menu {
	padding: 15px 0 17px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: left;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: absolute;
    top: 12px;
    right: -24px;
	width: 260px;
	z-index: 5002000;
	display: none;
}
.user-popup-menu.is-expanded {
  display: block;
}
.user-popup-menu ul {
	margin: 0;
	padding: 0;
}
.user-popup-menu ul li {
	padding: 0;
	font-size: 1rem;
	line-height: normal;
}
.user-popup-menu a.user-popup-menu-link {
	margin: 0;
	padding: 15px 30px;
	color: #2a2a2a;
	display: inline-block;
	width: 200px;
}
.user-popup-menu a.user-popup-menu-link:hover {
	background: #eaf1f9;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	transition: all 350ms ease;
}
.user-popup-menu:after, .user-popup-menu:before {
  bottom: 100%;
  left: 88%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.user-popup-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.user-popup-menu:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #ddd;
  border-width: 11px;
  margin-left: -11px;
}

.sp-arrow {
  -webkit-transition: all .2s;
  transition: all .2s;
  position: absolute;
  right: 20px;
  top: 35px;
  transition: all .2s;
}
.sp-arrow:before {
  content: '';
  position: absolute;
  top: -6px;
  left: -12px;
  border-top: 12px solid #064aa7;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.sp-arrow:after {
  content: '';
  position: absolute;
  top: -6px;
  left: -11px;
  border-top: 11px solid #fff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
}

.no-subheader .sp-arrow {
  top: 27px;
}

@media (max-width: 1023px) {
  .mobile-nav-toggle:checked ~ .slide-out-menu {
	display: block;
  }
}
.slide-out-menu {
	display: none;
  text-align: left;
  -webkit-transition: left .2s;
  transition: left .2s;
  box-sizing: border-box;
  position: absolute;
  top: 83px;
  left: 0;
  height: calc(100dvh - 42px);
  width: 24rem;
  max-width: 100%;
  background: #fff;
  z-index: 5000050;
  border-right: 1px solid rgba(0, 0, 0, 0.11);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  overflow-y: scroll;
  padding: .75rem;
  padding-top: 0;
  padding-bottom: 200px;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .slide-out-menu {
    top: 47px;
	width: 16rem;
  }
}
.slide-out-menu .user-links {
	padding-bottom:50px
}
.mobile-menu-item {
  display: block;
  padding: .5rem;
  position: relative;
  border-bottom: 1px solid #edf0f5;
  padding: 0.9375rem 0 0.8125rem;
  line-height: normal;
  font-size: 0.9375rem;
  text-decoration: none;
  color: #333132;
}
.mobile-menu-item.login-link,
.mobile-menu-item.register-link {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
}
.mobile-menu-item a,
.mobile-menu-item a:link,
.mobile-menu-item a:hover,
.mobile-menu-item a:visited,
.mobile-menu-item a:active {
  color: #333132;
  text-decoration: none;
  display: inline;
}
.mobile-menu-item a.is-current,
.mobile-menu-item a:link.is-current,
.mobile-menu-item a:hover.is-current,
.mobile-menu-item a:visited.is-current,
.mobile-menu-item a:active.is-current {
  border-bottom: solid 3px #005b80;
  padding-bottom: .9rem;
}

a.mobile-menu-button:link,
a.mobile-menu-button:hover,
a.mobile-menu-button:visited,
a.mobile-menu-button:active {
  background: #064aa7;
  line-height: 2.25rem;
  display: inline-block;
  padding: 0px 1.25rem;
  font-size: 1rem;
  border-radius: 3px;
  color: #fff;
  margin-top: .75rem;
  margin-right: .5rem;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 200;
}
a .mobile-menu-item-subhead,
a:link .mobile-menu-item-subhead,
a:hover .mobile-menu-item-subhead,
a:visited .mobile-menu-item-subhead,
a:active .mobile-menu-item-subhead {
  display: block;
}

.mobile-menu-item.user-invites-link .header-invite-count {
	margin: 0 10px;
	background: #d0021b;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
	font-size: .625rem;
	line-height: 1.125rem;
	padding: 0 .6rem;
	float: right;
}

.mobile-menu-item.user-invites-link a::after {
	content: "";
    background: #d0021b;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 16px;
    left: 70px;
}

.mobile-specialty-menu,
.mobile-edition-menu {
  -webkit-transition: all .5s;
  transition: all .5s;
  max-height: 0px;
  overflow: hidden;
  margin-bottom: 0;
}

.mobile-specialty-menu.is-expanded,
.mobile-edition-menu.is-expanded {
  padding-top: .25rem;
  max-height: 1000px;
  margin-bottom: -1rem;
}

.mobile-specialty-menu.is-expanded {
  max-height: 4000px;
  margin-bottom: -1rem;
}

.slide-out-menu--tabs {
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
  border-bottom: solid 2px #4a4a4a;
  text-transform: uppercase;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .slide-out-menu--tabs {
    display: none;
  }
}

.slide-out-menu--group {
	margin: 0 0 4px;
	border-bottom: solid 2px #4a4a4a;
}

.mobile-menu-item-subhead {
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  display: block;
}
.mobile-menu-item-subhead.user {
  text-transform: none;
}

.is-rotated {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
}

.header-meta-stuff {
  padding: 20px;
  background: #2a2a2a;
  color: #999;
}

.header-cme-rclist {
	display: none;
}

.page-header.simple .slide-out-menu {
	top: 43px;
}
.icon-specialty-dropdown {
    background: url('/pi/global/icons/icon-hdr-down-arrow.png') no-repeat;
    display:inline-block;
    position:absolute;
    bottom:13px;
    width:15px;
    height:10px;
    margin-left:10px;
    -webkit-transition: all .3s ease-in-out, background-position 1ms;
    transition: all .3s ease-in-out, background-position 1ms;
    background-size: 14px 20px;
    background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
    .icon-specialty-dropdown {
        background: url('/pi/global/icons/icon-hdr-down-arrow-2x.png') no-repeat;
        background-size: 14px 20px;
        background-position: 0 0;
    }
}
#currentSpecialty:hover .icon-specialty-dropdown {
    background-position: 0 -10px;
}

.dropdown-view .icon-specialty-dropdown {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .3s ease-in-out, background-position 1ms;
    transition: all .3s ease-in-out, background-position 1ms;
    -webkit-transform-origin: 50% 5px;
    transform-origin: 50% 5px;
}


.footer-global {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.footer-col a {
  display: block;
  margin-bottom: .875rem; }

.footer-col a:last-of-type {
  margin-bottom: .0; }

.footer-logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  text-align: left;
  margin-bottom: 1rem; }
  @media (max-width: 767px) {
    .footer-logo {
      margin-bottom: .5rem; } }

.footer-logo-image {
  height: 1.75rem; }

.footer-social {
          flex-grow: 1.6; }
  @media (max-width: 767px) {
    .footer-social {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%;
      padding-bottom: 2rem; } }

.footer-social a {
		display: inline-block;
	  	margin-right: .5rem;
	  	margin-bottom: .5rem;
	  }

.footer-sections {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	flex-grow: 5; }
  @media (max-width: 1023px) {
    .footer-sections {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.page-footer {
  border-top: solid 2px #0f428a;
  padding-top: 2.5rem; }

.footer-sections .footer-col {
  padding-left: 1rem;
  border-left: solid 1px #dbdbdb;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
  font-size: .875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media (max-width: 1023px) {
    .footer-sections .footer-col {
      -webkit-box-flex: 0;
          -ms-flex: 0;
              flex: 0;
      min-width: 9.75rem;
      padding-bottom: 2rem; } }
  @media (max-width: 767px) {
    .footer-sections .footer-col {
      padding-left: 0;
      border-left: none;
      border-top: solid 1px #dbdbdb;
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; } }

.footer-col,
.footer-social {
  text-align: left; }

.footer-social h4,
.footer-col h4, 
.footer-social .footer-heading,
.footer-col .footer-heading {
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: .875rem; }
  @media (max-width: 767px) {
    .footer-social h4,
    .footer-col h4, 
	.footer-social .footer-heading,
	.footer-col .footer-heading {
      margin-top: .875rem; } }

/* .footer-social h4 {
  margin-top: 0;
  font-weight: 700;
  font-size: .8125em; }
 */
/* .footer-social a {
	overflow: hidden;
	height: 2rem;
	width: 2rem;
	border-radius: 3px;
	background: #14658e;
	margin-right: .625rem;
	display: inline-block;
} */
.page-footer a:link,
.page-footer a:visited,
.page-footer a:active {
  color: #222;
  text-decoration: none;
}
.page-footer a:hover {
	color: #0f428a;
	text-decoration: none;
}

.footer_legal-text {
  width: 500px;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .75rem;
  line-height: 1.3;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
  color: #767674;
	padding-bottom: 2.5rem;}


  /*remove space from google iframe*/
  iframe[name='google_conversion_frame'] {
      height: 0 !important;
      width: 0 !important;
      line-height: 0 !important;
      font-size: 0 !important;
      margin-top: -13px;
      float: left;
  }

  #adtagfooter {
    border: none;
    background: #fff;
    padding: 6px 0;
  }

  #footer-bg {
  	background:rgba(229,234,243,0.43);
  	overflow:auto;
  	padding:30px 29px 15px;
  	margin:30px 0 0;
  }
  #footer-bg.footer-simple {
  	padding:30px 29px;
  }

  #footer-bg a {
  	color:#000;
  }
  #footer-bg #footer-global{text-align:left}#footer-bg .footer-simple #footer-global{margin:10px auto}#footer-bg #footer-global ul{list-style:none;padding:0;margin:0}#footer-bg #footer-global ul.footer-sections{display:block;overflow:auto}#footer-bg .footer-sections:before,#footer-bg .footer-sections:after{content:"";display:table}#footer-bg .footer-sections:after{clear:both}#footer-bg .footer-col{margin:10px;padding:27px 0 10px;border-top:1px solid #dcdcdc;font-family: 'Nunito Sans', sans-serif;font-weight: 300;font-size:1.151em}#footer-bg .footer-col:first-child{border-top:0;padding:0}#footer-bg .footer-simple .footer-col{border:0;margin:0;padding:15px 0 0}#footer-bg .footer-simple .footer-logo-social{padding-bottom:33px;border-bottom:1px solid #dcdcdc;margin-bottom:26px}#footer-bg #footer-global h4{font-family: 'Nunito Sans', sans-serif;font-weight: 600;text-transform:uppercase;color:#000;font-size:1.11em;margin:0}#footer-bg #footer-global h4 .text-transform-none{text-transform:none}#footer-bg .footer-list li{margin-top:10px}#footer-bg .footer-logo-image{display:block;background:url("/pi/global/logos/mscp/logo-medscape-footer.png") no-repeat;height:26px;width:117px;background-size:117px 26px}#footer-bg .footer-simple .footer-logo-image{display:inline-block}#footer-bg #footercontents .legaltext,#footer-bg #footer .legaltext{color:#898585;font-size:1em;text-align:left;font-family:Helvetica,arial,sans-serif;margin:30px 29px;padding-bottom:15px}#footer-bg #footercontents .legaltext p,#footer-bg #footer .legaltext p{text-align:left;width:980px;margin:auto;margin-top:20px}#footer-bg .legaltext p{text-align:left;width:980px;margin:auto;margin-top:20px}#footer-bg #footer_socialLinks{margin:20px 0 20px;text-align:center;overflow:hidden}#footer-bg .footer-simple #footer_socialLinks{margin:0;display:block;float:right}#footer-bg #footer_socialLinks ul li{float:left}#footer-bg #footer_socialLinks ul li a{width:28px;height:28px;display:block;background:url("/pi/global/icons/icon-social-global.png") no-repeat;background-size:112px 56px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi){#footer-bg #footer_socialLinks ul li a{background:url("/pi/global/icons/icon-social-global-2x.png") no-repeat;background-size:112px 56px}}#footer-bg #footer_fb:hover{background-position:0 -28px}#footer-bg #footer_socialLinks ul li{margin-left:24px}#footer-bg #footer_socialLinks ul li:first-child{margin-left:0}#footer-bg #footer_socialLinks ul li a#footer_twit{background-position:-28px 0}#footer-bg #footer_socialLinks ul li a#footer_twit:hover{background-position:-28px -28px}#footer-bg #footer_socialLinks ul li a#footer_li{background-position:-56px 0}#footer-bg #footer_socialLinks ul li a#footer_li:hover{background-position:-56px -28px}#footer-bg #footer_socialLinks ul li a#footer_goog{background-position:-84px 0}#footer-bg #footer_socialLinks ul li a#footer_goog:hover{background-position:-84px -28px}#footer-bg #footer_socialLinks ul li a#footer_insta{background:url("/pi/global/icons/icon-instagram.svg") no-repeat;background-size:30px 30px}#footer-bg #footer_socialLinks ul li a#footer_insta:hover{background:url("/pi/global/icons/icon-instagram-hover.svg") no-repeat}#footer-bg #footer_socialLinks ul li a#footer_tube{background:url("/pi/global/icons/icon-youtube.svg") no-repeat;background-size:30px 30px}#footer-bg #footer_socialLinks ul li a#footer_tube:hover{background:url("/pi/global/icons/icon-youtube-hover.svg") no-repeat}#footer-bg #footer_socialLinks ul li a#footer_rss{display:none}#footer-bg #footer_socialLinks ul li a#footer_rss:hover{color:#ccc}
  #footercontents:not(.page-footer) .legaltext, #footer .legaltext {
    color: #898585;
    font-size: 1em;
    text-align: left;
    font-family: Helvetica,arial,sans-serif;
    margin: 30px 29px;
    padding-bottom: 15px;
	max-width: 90%;
	box-sizing: border-box;
  }

  #footercontents:not(.page-footer) .legaltext p, #footer .legaltext p {
    text-align: left;
    width: 980px;
    margin: auto;
    margin-top: 20px;
  }

   #footercontents:not(.page-footer) .legaltext p {
    text-align: left;
    margin: auto;
    margin-top: 20px;
  }

.footer-intl.resp-container {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: -1rem;
}

.footer-intl-branding {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	width: 100%;
	padding-bottom: 1.5rem;
	border-bottom: solid 1px #ddd;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.footer-intl-links {
	padding-top: 1.5rem;
}

.footer-intl-links a {
	margin-left: 0;
	display: block;
	margin-bottom: 1rem;
	font-size: 1rem;
}
.footer-intl-social {
	margin-left: 3rem;
	display: inline-block;
}

.footer-intl-social a {
	margin-right: 0;
	margin-left: .5rem;
}

#adtagfooter {
	margin-top: 2rem;
}

/* Copying the CSS from news-desktop.css + New Design [Mehdi 10-25-16 PPE-71400] */

  /* Brand Alert Styles */
  .mscp-global #topLeft #mediaBucket li.brandAlert, .mscp-global .bucket li.brandAlert {border: 1px solid #e2e2e2; background-color: #f7f7f7; margin: 0; padding: 6px 6px 6px 6px; line-height: normal; }
  .mscp-global #topLeft #mediaBucket li.brandAlert, 
  .mscp-global #msde.twoCol li.brandAlert,
  .mscp-global #mses.twoCol li.brandAlert,
  .mscp-global #msfr.twoCol li.brandAlert {border: 1px solid #e2e2e2 !important; background-color: #f7f7f7; margin: 0 3px 0 3px; padding: 6px 6px 6px 6px; font-family: 'Nunito Sans', sans-serif;
	font-weight: 600; margin-bottom: 10px; line-height: normal; }
  .mscp-global #msde.twoCol li.brandAlert,
  .mscp-global #mses.twoCol li.brandAlert,
  .mscp-global #msfr.twoCol li.brandAlert {margin: 0;}
  .mscp-global #topLeft #mediaBucket li.brandAlert a { color: #000; line-height: normal; }
  .mscp-global #topLeft #mediaBucket li.brandAlert a:link { color: #000; line-height: normal; }
  .mscp-global #topLeft #mediaBucket li.brandAlert a:visited { color: #000; line-height: normal; }
  .mscp-global #topLeft #mediaBucket li.brandAlert a:hover { color: #000; line-height: normal; }
  .mscp-global #topLeft #mediaBucket li.brandAlert a:active { color: #000; line-height: normal; }
  .mscp-global #topLeft #mediaBucket .ifithumb, 
  .mscp-global #msde.twoCol .ifithumb,
  .mscp-global #mses.twoCol .ifithumb,
  .mscp-global #msfr.twoCol .ifithumb { float: left; }
  .mscp-global #topLeft #mediaBucket .ifithumb img,
  .mscp-global #msde.twoCol .ifithumb img,
  .mscp-global #mses.twoCol .ifithumb img,
  .mscp-global #msfr.twoCol .ifithumb img { width: 72px; height: 55px; }
  .mscp-global #topLeft #mediaBucket .ifititle { float: right; margin-left: 5px; font-size: 15px; width: 183px; line-height: normal; }
  .mscp-global #msde.twoCol .ifititle,
  .mscp-global #mses.twoCol .ifititle,
  .mscp-global #msfr.twoCol .ifititle { float: right; margin-left: 5px; font-size: 15px; width: 200px; line-height: normal; }

  @media only screen and (min-width : 321px) { 
    .mscp-global #msde.twoCol .ifititle,
    .mscp-global #mses.twoCol .ifititle,
    .mscp-global #msfr.twoCol .ifititle {float:left; margin-left:10px;}
    .mscp-global #msde.twoCol,
    .mscp-global #mses.twoCol,
    .mscp-global #msfr.twoCol {-webkit-text-size-adjust: none;}
  }
  .mscp-global #topLeft #mediaBucket .ifititle { margin-right: 18px; line-height: normal; }
  .mscp-global #topLeft #mediaBucket .ifititle .ifibyline,  
  .mscp-global #msde.twoCol .ifititle .ifibyline,
  .mscp-global #mses.twoCol .ifititle .ifibyline,
  .mscp-global #msfr.twoCol .ifititle .ifibyline { font-family: Arial; color: #666; display: block; font-size: 11px; font-style: italic; line-height: normal; }

  .mscp-global #right .bucket#rightBrandAlert {border-top: 0;}
  .mscp-global #right div.brandAlert {border: 1px solid #e2e2e2; background-color: #f7f7f7; margin: 0; padding: 6px 6px 4px 6px; line-height: normal; }
  .mscp-global #right div.brandAlert {border: 1px solid #e2e2e2; background-color: #f7f7f7; margin: 0; padding: 6px 6px 4px 6px; font-family: 'Nunito Sans', sans-serif;
	font-weight: 600; margin-bottom: 10px; line-height: normal; }
  .mscp-global #right div.brandAlert a { color: #000; line-height: normal; }
  .mscp-global #right div.brandAlert a:link { color: #000; line-height: normal; }
  .mscp-global #right div.brandAlert a:visited { color: #000; line-height: normal; }
  .mscp-global #right div.brandAlert a:hover { color: #000; line-height: normal; }
  .mscp-global #right div.brandAlert a:active { color: #000; line-height: normal; }
  .mscp-global #right .ifithumb { float: left; }
  .mscp-global #right .ifithumb img { width: 72px; height: 55px; }
  .mscp-global #right .ifititle { float: right; margin-left: 5px; font-size: 15px; width: 183px; line-height: normal; }
  .mscp-global #right .ifititle { margin-right: 24px; line-height: normal; }
  .mscp-global #right .ifititle .ifibyline { font-family: Arial; color: #666; display: block; font-size: 11px; font-style: italic; line-height: normal; }

  .mscp-global #cardiology ul li.brandAlert {border: 1px solid #e2e2e2; background-color: #f7f7f7; margin: 0; padding: 6px 6px 6px 6px; line-height: normal; }
  .mscp-global #cardiology ul li.brandAlert {border: 1px solid #e2e2e2; background-color: #f7f7f7; margin: 0 3px 0 3px; padding: 6px 6px 6px 6px; font-family: 'Nunito Sans', sans-serif;
	font-weight: 600; margin-bottom: 10px; line-height: normal; }
  .mscp-global #cardiology ul li.brandAlert a { color: #000; line-height: normal; }
  .mscp-global #cardiology ul li.brandAlert a:link { color: #000; line-height: normal; }
  .mscp-global #cardiology ul li.brandAlert a:visited { color: #000; line-height: normal; }
  .mscp-global #cardiology ul li.brandAlert a:hover { color: #000; line-height: normal; }
  .mscp-global #cardiology ul li.brandAlert a:active { color: #000; line-height: normal; }
  .mscp-global #cardiology ul .ifithumb { float: left; }
  .mscp-global #cardiology ul .ifithumb img { width: 72px; height: 55px; }
  .mscp-global #cardiology ul .ifititle { float: right; margin-left: 5px; font-size: 15px; width: 183px; line-height: normal; }
  .mscp-global #cardiology ul .ifititle { margin-right: 18px; line-height: normal; }
  .mscp-global #cardiology ul .ifititle .ifibyline { font-family: Arial; color: #666; display: block; font-size: 11px; font-style: italic; line-height: normal; }

  .mscp-global #cardiology ul li.thobrandspaceli { padding-top:1px; padding-bottom: 1px; }

  .mscp-global .spacer,
  .mscp-global .topspacer {
    clear: both;
    font-size: 1px;
    line-height: 1px;
  }

  .mscp-global #msde.twoCol #right .ifititle,
  .mscp-global #mses.twoCol #right .ifititle,
  .mscp-global #msfr.twoCol #right .ifititle {
    float: left;
    margin-left: 10px;
  }

  .mscp-global #topLeft #mediaBucket li.brandAlert,
  .mscp-global #msde.twoCol li.brandAlert,
  .mscp-global #mses.twoCol li.brandAlert,
  .mscp-global #msfr.twoCol li.brandAlert {
    border: 1px solid #e2e2e2 !important;
    background-color: #f7f7f7;
    padding: 6px 6px 6px 6px;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
    line-height: normal;
    margin: 0;
  }

  .mscp-global #msde .bucket ul li,
  .mscp-global #mses .bucket ul li,
  .mscp-global #msfr .bucket ul li {
    margin: 0 0 10px 0;
    padding: 10px 2px 0 2px;
    overflow: hidden;
    border-top: 1px solid #e3e3e3;
  }

/* New Invitations Design [Mehdi 11-23-2016 PPE-76529 & PPE-79730] */
  #hidden-invite-layer {
    display: none;
    position: fixed;
    left: 0;
    top: 50px;
    bottom: 80px;
    width: 100%;
    background-color: transparent;
    z-index: 5000301; /* (PPE-114461) formerly: 2147483647 */
  }

  #invites-layer {
    width: 90%;
    height: 100%;
    overflow-y: auto;
    margin: auto;
    background-color: #f7f7f7;
    border: none;
    border-radius: 1.5px;
    box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #invites-layer .row {
    width: 95%;
    margin: 0 auto;
  }

  #invites-layer-main {
    position: relative;
    top: 20px;
    width: 95%;
    margin: 0 auto;
    padding-top: 20px;
    border: none;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
  }

  #invitations-list {
    width: 95%;
    margin: 0 auto;
  }

  #info-industry {
    position: relative;
    top: 20px;
    width: 160px;
    height: 13px;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
    font-size: 11px;
    font-style: normal;
    font-stretch: normal;
    color: #666666;
    float: none;
    margin: 0;
    z-index: 1;
  }

  #invites-top-right {
    position: relative;
    top: 4px;
    right: 0;
    width: 44px;
    height: 17px;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    color: #1b88bf;
    float: right;
  }

  #invites-top-left {
    position: relative;
    top: 23px;
    width: 180px;
    height: 36px;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    color: #333132;
    margin-top: 15px;
  }

  #invites-layer-buttons {
    position: relative;
    top: 19px;
    height: 0;
    left: 45px;
    float: right;
  }

  .invites-layer-button {
    position: relative;
    float: right;
    top: -10px;
    width: 95px;
    height: 32px;
    border-radius: 4px;
    background-color: #0f428a;
    background-image:none;
  }

  .invites-layer-button-text a:link {
    width: 100%;
    height: 16px;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
    font-size: 13px;
    font-style: normal;
    font-stretch: normal;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    color: #fff
  }

  .invites-layer-button-text a:hover{
      color: #fff;
      text-decoration: none;
  }

  .invites-layer-button-text a:visited{
    color: #fff;
    text-decoration: none;
  }

  #invites-top-left .you-have-txt {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.13;
  }

  #invites-top-left a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
  }

  #invites-top-left a:hover {
    color: #333132;
    text-decoration: none;
  }

  #invites-top-left a:visited {
    color: #333132;
    text-decoration: none;
  }

  #invites-top-left a:link {
    color: #333132;
    text-decoration: none;
  }

  .invite-item-box {
    width: initial;
    background-color: #fff;
    border: solid 1px #e0e4e7;
    border-top: solid 4px #e0e4e7;
    margin-bottom: 10px;
    padding: 12px;
  }

  .invites-item-title {
    width: 251px;
    height: 24px;
    font-family: 'Roboto Condensed';
    font-size: 20px !important;
    font-weight: normal;
    font-style: normal;
    color: #000 !important;
    text-decoration: none;
  }

  .invite_description {
    width: 251px;
    height: auto;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
  }
  .invite-description a {
    font-weight: bold !important;
    color: #1b88bf !important;
  }

  .invite-gift, .invites-layerreward {
    padding: 5px 0 5px 0;
  }

  .user-links a {
    margin: 0;
  }

  .top-arrow-mobile:after, 
  .top-arrow-mobile:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; 
  }

  .top-arrow-mobile:after {
    border-width: 15px;
    left: 7.7%;
    transform: rotate(45deg);
    box-shadow: 0px -5px 7px -7px rgba(0, 0, 0, 0.5);
    top: -15px;
    border-top: 15px solid #f7f7f7;
  }
  .top-arrow-mobile:before {
    border-width: 15px;
    left: 7.7%;
    transform: rotate(45deg);
    top: -15px;
    border-top: 15px solid #f7f7f7;
  }

  .new-invitation-title {
    display: block;
    width: 151px;
    height: 14px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: 1;
    color: #94bb00;
    padding-bottom: 10px;
  }

  .new-invitation-border {
    border-top: solid 4px #94bb00;
  }

  .recommended-title {
      width: 151px;
      height: 14px;
      font-family: Arial;
      font-size: 14px;
      font-weight: bold;
      font-style: italic;
      font-stretch: normal;
      line-height: 1;
      color: #767674;
      padding-bottom: 10px;
  }

  .expiring-title {
    width: 100%;
    height: 14px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: 1;
    color: #d1000c;
    padding-bottom: 10px;
  }

  .expiring-border {
    border-top: solid 4px #d1000c;
  }

  .lock-touchscreen{
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
  }

  .no_invites {
    text-align: left;
    width: 88%;
    margin: 0 auto;
    margin-top: 20px;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
  }

  .bucket-header h2 {
    width: 100%;
    height: initial;
    margin: 0 auto;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    color: #333132;
    border-bottom: 1px solid #333132;
  }

  .dr-name {
    font-weight: bold;
  }

  .info-tag {
    text-transform: initial;
    height: 13px;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
    font-size: 11px;
    font-style: normal;
    font-stretch: normal;
    color: #666666;
  }

  #invitesbody {
    width: initial;
  }

  .close-invites {
    cursor: pointer;
  }

  .show-invites {
    display: block !important;
  }

  .hide-invites {
    display: none !important;
  }

/* Video Violator */
.new-label{
  font-size: 9px;
  line-height: 9px;
  color: #d0021c;
  vertical-align: top;
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
}
.slide-out-menu .new-label{
  line-height: 9px;
}
#video-violator{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #ececec;
  max-width: 100%;
  padding: 0;
}
#video-violator.show{
  display: block;
}
#video-violator .resp-container{
  display: block;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #000000;
  line-height: 50px;
  vertical-align: middle;
}
#video-violator .resp-container .close-video-violator{
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -7px;
  line-height: 14px;
  border: none;
  background: transparent;
}
#video-violator .resp-container .close-video-violator svg{
  display: inline-block;
  width: 14px;
  height: 14px;
}

#video-violator .medscape-text{
  font-weight: 600;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
}
#video-violator .video-text{
  font-size: 14px; 
  vertical-align: bottom;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
  text-transform: uppercase;
}
#video-violator .new-label{
  display: inline-block;
  position: relative;
  top: -5px;
  font-size: 9px;
  color: #d0021c;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
}
#video-violator .promo-copy{
  font-weight: 300;
  color: #333132;
  margin-left: 10px;
}
#video-violator .desktop-text {
  display: none;
}
#video-violator .explore-now-button{
  display: inline-block;
  border-radius: 3px;
  background-color: #017caf;
  padding: 8px 12px 8px 12px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  margin-left: 10px;
  box-sizing: border-box;
  height: 32px;
}

/* begin selective-driver layer */

/* desktop selective driver swap */

.sd-layer-show .sd-layer-background {
  visibility: visible;
}
.sd-content-footer a.sd-pi:active, .sd-content-footer a.sd-pi, .sd-content-footer a.sd-pi:visited, .sd-content-footer a.sd-pi:link {
  color: #666666;
  text-decoration: none !important;
}
.selective-driver .sd-content-footer .sd-pi {
  padding-right: 10px;
}
.sd-layer .align-right {
  text-align: right !important;
}
.sd-layer .align-left {
  text-align: left !important;
}
.sd-layer sub {
  vertical-align: text-bottom;
}
@media (min-width:768px) {

  .selective-driver-cdtp .sd-layer .sd-content .starts-in {
    padding-bottom: 5px;
  }

  .selective-driver-cdtp .sd-layer .sd-content .image {
    position: relative;
  }

  .selective-driver-cdtp .sd-layer .sd-content .image img {
    height: 50px;
  }

  .selective-driver-cdtp .sd-layer .sd-content #counter {
    margin-top: -41px;
    font-size: 31px;
    font-weight: 700;
  }
  .selective-driver-cdtp .sd-layer .sd-content .image {
    margin-bottom: 20px;
  }

  .sd-layer .sd-content .sd-type {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
  }

  .sd-layer {
    z-index: 6000496;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
    width: 570px;
  }

  .sd-layer .sd-content .sd-title {
    display: block;
    font-size: 24px;
    padding: 10px 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #222222;
    text-decoration: none;
    display: inline-block;
  }

  .sd-layer .sd-content .sd-info {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #222222;
    padding-bottom: 20px;
    margin: 0px;
  }

  .sd-layer {
    display: block;
    margin: 0 auto;
    min-height: 200px;
    background: #fff;
    -moz-box-shadow: 0px 4px 10px 0px rgba(000, 000, 000, 0.4);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(000, 000, 000, 0.4);
    box-shadow: 0px 4px 10px 0px rgba(000, 000, 000, 0.4);
    color: #000;
    padding-bottom: 30px;
  }

  .sd-layer .sd-header {
    border-bottom: 1px solid #d8d8d8;
    padding: 20px 20px 30px 20px;
  }

  .sd-layer .sd-header .logo img {
    float: left;
    height: 16px;
  }

  .sd-layer .sd-header .close {
    margin: 0px 0 0 0;
    cursor: pointer;
    float: right;
    font-size: 14px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #1b88bf;
    text-decoration: none;
  }

  .sd-layer .sd-content {
    padding: 30px 34px 0 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
  }

  .sd-layer .sd-content .btn-link-blue {
    color: #fff;
    background: #064aa7;
  }

  .sd-layer .sd-content .btn-link-blue:hover {
    background: #0f428a;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  .sd-layer .sd-content .btn-link-white {
    background: #fff;
    color: #064aa7;
  }

  .sd-layer .sd-content .btn-link-white:hover {
    border: 1px solid #064aa7;
  }

  .sd-layer .sd-content .btn-link {
    padding: 10px 24px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #99cbe0;
    cursor: pointer;
    margin: 0 auto;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.4px;
  }

  .sd-layer .sd-content-footer {
    text-align: left;
    padding-top: 15px;
    padding-left: 15px;
    font-size: 11px;
    line-height: 1.45;
    color: #666666;
    padding-right: 15px;
    font-family: "ArialMT", Arial, Helvetica, sans-serif;
  }

  .sd-content-footer a:hover {
    color: #064aa7;
    text-decoration: none !important;
  }

  /* End ad 3 */
  /* layer ad 3 */
  #layerAd3 .starts-in {
    padding-bottom: 5px;
  }

  .sd-layer .sd-header .logo {
    position: relative;
    margin-bottom: 20px;
  }

  .sd-layer .sd-header img {
    height: 50px;
  }

  .sd-layer .sd-type {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666666;
    font-size: 14px;
  }

  .sd-layer-background {
    z-index: 6000496;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
    width: 570px;
    visibility: hidden;
  }


  .sd-layer .sd-title {
    display: block;
    font-size: 24px;
    padding: 10px 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #222222;
    text-decoration: none;
    display: inline-block;
  }

  .sd-layer .sd-info {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #222222;
    padding-bottom: 20px;
    margin: 0px;
    font-size: 20px;
  }

  .sd-layer {
    display: block;
    margin: 0 auto;
    min-height: 200px;
    background: #fff;
    -moz-box-shadow: 0px 4px 10px 0px rgba(000, 000, 000, 0.4);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(000, 000, 000, 0.4);
    box-shadow: 0px 4px 10px 0px rgba(000, 000, 000, 0.4);
    color: #000;
    padding-bottom: 30px;
  }

  .sd-layer .sd-header {
    border-bottom: 1px solid #d8d8d8;
    padding: 20px 20px 30px 20px;
  }

  .sd-layer .sd-header .logo {
    float: left;
    height: 16px;
  }

  .sd-layer .sd-header .close {
    margin: 0px 0 0 0;
    cursor: pointer;
    float: right;
    font-size: 14px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #1b88bf;
    text-decoration: none;
    text-transform: uppercase;
  }
  .sd-layer .sd-header .close a {
    text-decoration: none;
  }

  .sd-layer .sd-content {
    padding: 30px 34px 0 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
  }

  #layerAd3Wrap .btn {
    padding: 10px 24px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #99cbe0;
    cursor: pointer;
    margin: 0 auto;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.4px;
  }

  .sd-content .cta {
    text-align: center;
  }

  .sd-content .sd-jc {
    margin-top: 15px;
    text-align: right;
    font-size: 11px;
    line-height: 1.45;
    color: #666666;
    padding-right: 15px;
    font-family: "ArialMT", Arial, Helvetica, sans-serif;
  }

  .selective-driver .references {
    text-align: left;
    padding-left: 15px;
    padding-bottom: 15px
  }

  a:active.sd-pi, a.sd-pi, a:visited.sd-pi, a:link.sd-pi {
    color: #666666;
    text-decoration: none !important;
  }

  a:hover.sd-pi {
    color: #064aa7;
    text-decoration: none !important;
  }
}
/* End ad 3 */
@media (max-width:767px) {
  .sd-layer-background {
    background-color: rgba(255, 255, 255, 0.75);
    width: 100vw;
    position: fixed;
    z-index: 6000496;
    margin: 0 auto;
    min-height: 100%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #222222;
    visibility: hidden;
    padding: 0;
    margin: 0;
  }

  .sd-layer-show {
    overflow: hidden;
  }

  .sd-layer-show .sd-layer-background {
    visibility: visible;
  }

  .sd-layer {
    position: absolute;
    bottom: 0;
    background: white;
    width: 100vw;
    display: flex;
    flex-direction: column;
    box-shadow: 0px -10px 20px 0px #EEEEEE;
    /*box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);*/
    padding-left: 0px;
    padding-right: 0px;
    height: 0;
    transition: all .75s ease
  }

  .sd-layer {
    position: absolute;
    background: white; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(bottom left, white, white, #E3EFF8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom left, white, white, #E3EFF8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom left, white, white, #E3EFF8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom left, white, white, #E3EFF8); /* Standard syntax (must be last) */
    width: 100vw;
    display: flex;
    flex-direction: column;
    box-shadow: 0px -10px -10px 0px #000000;
    padding-left: 0px;
    padding-right: 0px;
    height: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .75s ease
  }

  .sd-layer-show .sd-layer {
    max-height: 60vh;
    height: 60vh;
    max-width: 100vw;
    margin: auto auto;
    left: 0;
    right: 0
  }

  @media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    .sd-layer-show .sd-layer {
      max-height: 80vh;
      height: 80vh;
      max-width: 90vw;
      margin: auto auto;
      left: 0;
      right: 0;
    }

    .sd-layer {
      max-width: 320px;
      margin: auto auto;
      left: 0;
      right: 0;
    }
  }

  .sd-layer .sd-header {
    padding: 12px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: #e1e1e1 1px solid;
  }

  .sd-layer .sd-content-wrap {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .sd-layer .sd-content {
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sd-layer .sd-content .sd-type {
    font-size: 12px;
    color: #666666;
    margin-bottom: 15px;

  }

  .sd-layer .sd-content .sd-title {
    font-size: 18px;
    color: #222222;
    margin-bottom: 5px;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
    text-align: center;
  }

  .sd-layer .sd-content .sd-info {
    margin-bottom: 24px;
  }

  .sd-layer .sd-content .btn-link {
    font-size: 18px;
    padding-top: 9px;
    padding-bottom: 9px;
    letter-spacing: -0.4px;
    border-radius: 3px;
    color: #ffffff;
    background: #064aa7;
    margin: auto auto;
    text-decoration: none;
    display: inline-block;
    width: 200px;
    text-align: center;
  }

  .sd-layer .sd-content .btn-link:hover {
    background: #0f428a;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  .sd-layer .sd-content-footer {
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-size: 10px;
    line-height: 12px;
    color: #666666;
    text-align: left;
  }

  .sd-layer .sd-content-footer .sd-jc {
    text-align: right;
  }

  .sd-layer .sd-content-footer p {
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .sd-layer .sd-content-footer.is-empty {
    padding-top: 0;
    padding-bottom: 50px;
    box-sizing: border-box;
  }

  .sd-layer .sd-content-footer a {
    text-decoration: none;
    color: #1b88bf;
  }

  .sd-layer .sd-content-footer p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .sd-layer .sd-header .logo img {
    float: left;
    height: 16px;
    width: auto;
  }

  .sd-layer .sd-header .close {
    float: right;
    text-transform: uppercase;
    color: #1b88bf;
    text-decoration: none;
  }

  .sd-layer .sd-header .close a,
  .sd-layer .sd-header .close a:hover {
    text-decoration: none;
  }

  .selective-driver-cdtp .sd-layer .sd-content .sd-title {
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
    text-align: center;
    font-size: 22px;
    color: #222222;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: center;
  }

  .selective-driver-cdtp .sd-content p.starts-in {
    font-size: 18px;
    text-align: center;
    color: #222222;
    margin: auto auto;
    margin-bottom: 5px;
    padding: 0;
  }

  .selective-driver-cdtp .sd-layer .sd-content .image {
    width: 230px;
    margin: auto auto;
    margin-bottom: 35px;
  }

  .selective-driver-cdtp .sd-layer .sd-content .image img {
    height: 50px;
    text-align: center;
    display: inline;
  }

  .selective-driver-cdtp .sd-layer .sd-content #counter {
    margin-top: -43px;
    font-size: 31px;
    font-weight: 700;
    background: none;
    padding: 0;
    color: black;
  }
}
/* end selective-driver layer */


/* Adhesive footer styles */

/* padding for legal footer */
.use-adhesive-footer .footer_legal-text {
  margin-top: 1rem;
  padding-bottom: 4rem;
}

.page-footer {
  padding-bottom: 6rem;
}

/*
  after template is updated to remove old sticky footer, remove unused css from /www
  https://img.staging.medscapestatic.com/medscape-core/www/css/article/article/components/_ads.scss
*/
.adhesive-footer-wrapper, .sticky-footer-ad {
  position: fixed;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1000;
  max-height: 130px;
  display: none;
}

.adhesive-footer_content, .innerAdContainer {
  padding-top: 10px;
  position: relative;
  display: inherit;
  justify-content: center;
  margin: initial;
}
.adhesive-footer_content .adlabelifi, .innerAdContainer .adlabelifi {
  background-position: 7px 2px;
  padding: 15px 0 0;
  position: relative;
  top: 7px;
}
.adhesive-footer_content .AdUnit, .innerAdContainer .AdUnit {
  max-height: 130px;
}
#ads-pos-1145 {
  background-position: 0 15px;
  padding: 25px 0 3px;
  position: relative;
}

#ads-af-pos-1145 {
  background-position: 0px 15px;
  padding: 0;
  background-position:center;
  background-repeat:no-repeat;
  background-position-y:15px;
  display: flex;
  justify-content: center;
  width: 100%;
}

/* remove overwritting styles in reference after deployment to prod */
.sticky-footer-ad {
  background: initial;
}

/*
 temp support for old sticky close button
 */
.sticky-ad-close {
  font-size: 14px;
  color: #0081c8;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 10;
  padding: 0 10px;
}

.footer-close-btn, .footer-close-btn_white {
  width: 15px;
  height: 15px;
  position: absolute;
  background-image: url('//img.medscapestatic.com/pi/cme/icons/close-button-blk-2x.png');
  background-repeat: no-repeat;
  background-size: contain;
  right: 10px;
  top: 5px;
  cursor: pointer;
  z-index: 10;
}

.footer-close-btn_white {
  background-image: url('//img.medscapestatic.com/pi/cme/icons/close-button-wht-2x.png');
}
@media (max-width: 767px) {
  .adhesive-footer-wrapper, .sticky-footer-ad, .adhesive-footer_content .AdUnit {
    max-height: 120px;
  }
  #stick-ad-outter-wrapper.sticky-footer-ad {
    bottom: 0;
    height: initial;
  }
  .sticky-footer-ad #ads-pos-1145 {
    padding-top: 25px;
  }
}

#adtagheader .AdUnit, 
#adtagfooter .AdUnit, 
#right .AdUnit, 
#topRight .AdUnit, 
#rightcol .AdUnit, 
#contentRight .AdUnit,
.has-ad-label .AdUnit-sfp, .AdUnit {
	background-image: url("/pi/global/text/text_advertisement_top.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-top: 0;
	padding-bottom: 10px;
	text-align: center;

	.de_de & {
		background-image: url("/de/pi/global/text/text_advertisement_top.gif");
	}

	.es_es & {
		background-image: url("/es/pi/global/text/text_advertisement_top_es.png");
    	background-size: 72px auto;
	}

	.fr_fr & {
		background-image: url("/fr/pi/global/text/text_advertisement_top_fr.gif");
	}

	.pt_pt & {
		background-image: url("/pt/pi/global/text/text_advertisement_top_pt.png");
		background-size: 95px auto;
	}
}

#adtagheader .AdUnit.adlabelifi, 
#adtagfooter .AdUnit.adlabelifi, 
#right .AdUnit.adlabelifi, 
#topRight .AdUnit.adlabelifi, 
#rightcol .AdUnit.adlabelifi, 
#contentRight .AdUnit.adlabelifi, 
.AdUnit.adlabelifi {
	background-image: url("/pi/global/text/txt-ifi-top.gif") !important;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-top: 0px;
  padding-bottom: 10px;
  background-size: inherit;
}

#adtagheader .AdUnit.adlabelifg, 
#adtagfooter .AdUnit.adlabelifg, 
#right .AdUnit.adlabelifg, 
#topRight .AdUnit.adlabelifg, 
#rightcol .AdUnit.adlabelifg, 
#contentRight .AdUnit.adlabelifg, 
.AdUnit.adlabelifg {
	background-image: url("/pi/global/text/txt-ifg-top.gif") !important;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-top: 0px;
  padding-bottom: 10px;
  background-size: inherit;
}

#adtagheader .AdUnit.adlabelblank, 
#adtagfooter .AdUnit.adlabelblank, 
#right .AdUnit.adlabelblank, 
#topRight .AdUnit.adlabelblank, 
#rightcol .AdUnit.adlabelblank, 
#contentRight .AdUnit.adlabelblank, 
.AdUnit.adlabelblank {
	background-image: none !important;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-top: 0px;
	padding-bottom: 10px;
}

.adhesive-footer-wrapper{
	background-color: #f0efef;
    position: fixed;
	justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
    display: none;
	height: 82px;
    -ms-flex-align: baseline;
    align-items: baseline;
}
#ads-pos-1004{
	min-height: 50px;
}
#ads-pos-1420:not(.sticky-video),#ads-pos-1520:not(.sticky-video){
	min-height: auto;
}
#ads-pos-1004,#ads-pos-1420:not(.sticky-video),#ads-pos-1520:not(.sticky-video){
    display: flex;
    box-sizing: content-box;
    align-items: center;
    justify-content: center;
}

#affiliate-backlink {
  display: none;
  height: 30px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

#affiliate-backlink a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

#affiliate-backlink a .icon-misc-arrow-down {
  margin: 0 5px 0 14px;
  font-size: 1.5rem;
  color: #787878;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
}

#affiliate-backlink a .icon-misc-arrow-down::after {
  content: '\2039';
}

#affiliate-backlink a .back-to {
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
  font-size: 0.875rem;
  color: #787878;
}

#affiliate-backlink a .powerpak-back-to {
  margin: 3px 0 0 0;
}

#affiliate-backlink a .uk-back-to {
  margin: 3px 5px 0 0;
}

#affiliate-backlink a .logo-powerpak {
  margin: 7px 0 0 0;
  width: 106px;
  height: 14px;
  object-fit: contain;
}

#affiliate-backlink .close-backlink {
  position:absolute;
  width:27px;
  height:24px;
  border-radius:24px;
  right:12px;
  background-image: url('/pi/global/icons/icon-closee.svg');
  transition:.5s;
  cursor:pointer;
  background-position:50%;
  background-size:18px;
  background-repeat:no-repeat
}

/* language edition univadis header */
#headerbox .logo-mscp,
#headerbox .logo-univadis {
	margin: 10px 0 0;
	padding: 0;
	font-size: 0
}

#headerbox .logo-mscp {
	width: 78px;
	height: 18px;
	background: url("/pi/global/header/langsel/logo-medscape-r.svg") no-repeat;
	background-size: 78px auto;
	font-size: 0;
	bottom: 2px;
	left: 4px
}

#headerbox .logo-univadis {
	margin: 20px 0 0;
	width: 66px;
	height: 15px;
	background: url("/pi/global/header/langsel/logo-univadis.svg") no-repeat;
	background-size: 66px auto
}

#headerbox .leaving-edition .logo-univadis {
	background-size: 125px auto;
	width: 125px;
	height: 28px;
	font-size: 0
}

#headerbox .leaving-edition .logo-mscp {
	margin: 0 0 -3px 4px;
	background-size: 64px auto;
	width: 64px;
	height: 15px;
	font-size: 0
}

#headerbox .label-new {
	padding-left: 2px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-size: .625rem;
	line-height: .625rem;
	text-transform: uppercase;
	color: #bf2828;
	cursor: pointer
}

#headerbox .external:after {
	content: " ";
	background: url("/pi/global/header/langsel/icon-external-link.svg") no-repeat;
	background-size: 12px auto;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 18px;
	right: 25px
}

#headerbox .header-edition {
	margin: 0;
	padding: 0 0 0 17px;
	background: url("/pi/global/header/langsel/icon-globe.svg") no-repeat;
	background-size: 13px auto;
	position: relative
}

@media (max-width:1023px) {
	#headerbox .header-edition {
		display: none
	}
}

#headerbox .header-edition-link {
	margin: 0;
	cursor: pointer
}

#headerbox .header-edition-menu {
	background: #fff;
	position: absolute;
	width: 270px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 400;
	font-size: .875rem;
	line-height: .875rem;
	letter-spacing: .3px;
	color: #222;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	text-align: center;
	top: 40px;
	left: 33px;
	z-index: 5000050;
	border-radius: 5px;
	display: none
}

#headerbox .header-edition-menu .editions-mscp {
	padding: 25px 0 8px 25px
}

#headerbox .header-edition-menu .editions-univadis {
	padding: 17px 0 13px 25px;
	border-top: 1px solid #e8e6e6
}

#headerbox .header-edition-menu .editions-mscp,
#headerbox .header-edition-menu .editions-univadis {
	text-align: center
}

#headerbox .header-edition-menu .editions-mscp .logo-mscp,
#headerbox .header-edition-menu .editions-mscp .logo-univadis,
#headerbox .header-edition-menu .editions-univadis .logo-mscp,
#headerbox .header-edition-menu .editions-univadis .logo-univadis {
	margin: 0 25px 16px 0;
	padding: 0;
	display: inline-block
}

#headerbox .header-edition-menu .editions-mscp ul,
#headerbox .header-edition-menu .editions-univadis ul {
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#headerbox .header-edition-menu .editions-mscp ul li,
#headerbox .header-edition-menu .editions-univadis ul li {
	margin: 0;
	padding: 0 0 12px;
	list-style: none;
	text-align: left;
	-ms-flex: 0 0 122px;
	flex: 0 0 122px
}

#headerbox .header-edition-menu .editions-mscp ul li a,
#headerbox .header-edition-menu .editions-univadis ul li a {
	position: relative
}

#headerbox .header-edition-menu .editions-mscp ul li.en,
#headerbox .header-edition-menu .editions-univadis ul li.en {
	-ms-flex-order: 1;
	order: 1
}

#headerbox .header-edition-menu .editions-mscp ul li.de,
#headerbox .header-edition-menu .editions-univadis ul li.de {
	-ms-flex-order: 3;
	order: 3
}

#headerbox .header-edition-menu .editions-mscp ul li.es,
#headerbox .header-edition-menu .editions-univadis ul li.es {
	-ms-flex-order: 5;
	order: 5
}

#headerbox .header-edition-menu .editions-mscp ul li.fr,
#headerbox .header-edition-menu .editions-univadis ul li.fr {
	-ms-flex-order: 2;
	order: 2
}

#headerbox .header-edition-menu .editions-mscp ul li.pt,
#headerbox .header-edition-menu .editions-univadis ul li.pt {
	-ms-flex-order: 4;
	order: 4
}

#headerbox .header-edition-menu .editions-mscp ul li.uk,
#headerbox .header-edition-menu .editions-univadis ul li.uk {
	-ms-flex-order: 6;
	order: 6
}

#headerbox .header-edition-menu .editions-mscp ul li.is-current,
#headerbox .header-edition-menu .editions-univadis ul li.is-current {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
}

#headerbox .header-edition-menu .editions-mscp .external:after,
#headerbox .header-edition-menu .editions-univadis .external:after {
	position: absolute;
	top: 3px;
	right: -19px
}

#headerbox .header-edition.active .header-edition-menu {
	display: block
}

#headerbox .header-edition:after {
	content: " ";
	background: url("/pi/global/header/langsel/icon-down-stroke.svg") no-repeat;
	background-size: 12px 6px;
	width: 12px;
	height: 6px;
	position: absolute;
	top: 4px;
	right: -18px
}

#headerbox .header-edition.active:after {
	transform: rotate(-180deg);
	transition: transform .15s ease
}

.leaving-edition {
	padding: 45px 50px;
	background: #fff;
	border: .25px solid #979797;
	box-sizing: border-box;
	border-radius: 8px;
	width: 490px;
	position: fixed;
	top: 50%;
	left: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	transform: translate(-50%, -50%);
	transition: all .3s ease-in-out;
	z-index: 6000497;
	display: none
}

@media (max-width:767px) {
	.leaving-edition {
		padding: 60px 20px 66px;
		max-width: 355px
	}
}

.leaving-edition .close-btn {
	background: url("/pi/global/header/langsel/icon-close.svg") no-repeat;
	background-size: 18px auto;
	width: 18px;
	height: 18px;
	font-size: 0;
	position: absolute;
	right: 14px;
	top: 14px;
	cursor: pointer
}

.leaving-edition .logo-container {
	margin: 0 auto 27px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: end;
	align-items: flex-end
}

.leaving-edition .logo-from {
	margin: 0 0 0 2px;
	background: url("/pi/global/header/langsel/icon-from.svg") no-repeat;
	background-size: 25px auto;
	width: 25px;
	height: 10px;
	font-size: 0
}

.leaving-edition .desc {
	margin: 0 0 33px;
	padding: 0 15px 0 30px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.375rem
}

@media (max-width:767px) {
	.leaving-edition .desc {
		padding: 0
	}
}

.leaving-edition .desc .en {
	padding-top: 20px
}

.leaving-edition .btn-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:767px) {
	.leaving-edition .btn-container {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.leaving-edition .btn-container .continue {
	padding: 12px 16px;
	max-width: 190px;
	background: #064aa7;
	border-radius: 3px;
	color: #fff;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1rem;
	text-align: center;
	cursor: pointer
}

@media (max-width:767px) {
	.leaving-edition .btn-container .continue {
		margin: 0 10px 22px;
		max-width: none;
		width: 85%
	}
}

.leaving-edition .btn-container .continue:hover {
	background: #0f428a;
	transition: all .35s ease
}

.leaving-edition .btn-container .return {
	padding: 0 0 0 30px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1rem;
	text-align: center;
	color: #064aa7;
	cursor: pointer
}

@media (max-width:767px) {
	.leaving-edition .btn-container .return {
		padding: 0
	}
}

.leaving-edition .btn-container .return:hover {
	color: #0f428a;
	transition: all .35s ease
}

.greyout-layer {
	background: #000;
	opacity: 0;
	visibility: hidden;
	z-index: 5000100;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
	position: fixed;
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.greyout-layer,
.greyout-layer.active {
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out
}

.greyout-layer.active {
	opacity: .8;
	visibility: visible
}

.mobile-edition-menu,
.mobile-specialty-menu {
	transition: all .5s;
	max-height: 0;
	overflow: hidden;
	margin-bottom: 0
}

.mobile-edition-menu.is-expanded,
.mobile-specialty-menu.is-expanded {
	padding-top: .25rem;
	max-height: 4000px;
	margin-bottom: -1rem
}

.mobile-edition-menu .mobile-menu-item {
	margin-left: 16px
}

.mobile-edition-menu .mobile-menu-item.affiliate-type {
	margin-left: 0
}

.mobile-edition-menu .mobile-menu-item:last-of-type {
	margin-bottom: 35px
}

.mobile-edition-menu .mobile-menu-item a.is-current {
	padding-bottom: 0;
	border-bottom: none;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
}

.aeBox{
  border:1px #000 solid;
  padding:5px;
  margin-bottom:6px;
  display: table;
}

.aeBox a{
  color: #064aa7;
  text-decoration: none !important;
}

.invite-description .aeBox{
  font-size: 11px;
  margin-top: 24px;
}

/* redesign styles - header */
.mscp-header {
	background: #fff;
	color: #435056;
	z-index: 5000600
}

.mscp-header.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	transform: translateY(-100%)
}

.mscp-header.sticky.visible {
	transform: translateY(0)
}
	
.mscp-header.slide-in {
	transition: transform .3s ease
}

.mscp-header .page-header {
	padding: 6px 0 3px;
	border-top: none;
	box-shadow: none;
	border-bottom: 1px solid #c5ced3;
	box-sizing: content-box
}

@media (max-width:1023px) {
	.mscp-header .page-header {
		padding: 12px 0 14px
	}
}

@media (max-width:767px) {
	.mscp-header .page-header {
		padding: 12px 0 0
	}
}

.header-row-top {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.mscp-header .header-row-top {
	margin-bottom: 8px;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.mscp-header .header-row-top.resp-container {
	width: 1420px
}

.header-row-bottom {
	margin-top: .5rem
}

@media (max-width:767px) {
	.header-row-bottom {
		display: none
	}
}

.mscp-header .header-row-bottom {
	margin: 0;
	height: 0;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

@media (max-width:767px) {
	.mscp-header .header-row-bottom {
		margin: 0 0 10px;
		transition: all 0.3s ease-in-out;
		display: flex;
		align-content: flex-end;
		flex-wrap: wrap;
	}
}

.mscp-header .header-row-bottom.active {
	height: 80px;
	transition: all .3s ease-in-out
}

@media (max-width:1023px) {
	.mscp-header .header-row-bottom.active {
		height: 68px
	}
}

@media (max-width:767px) {
	.mscp-header .header-row-bottom.active {
		height: 44px
	}
}

.user-menu {
	display: none
}

@media (max-width:1023px) {
	.header-edition {
		display: none
	}
}

.right-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: baseline;
	align-items: baseline
}

.mscp-header .right-group {
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex: 1 0 197px;
	flex: 1 0 197px;
	-ms-flex-align: center;
	align-items: center
}

.header-logo {
	height: 2.875rem
}

@media (max-width:1023px) {
	.header-logo {
		position: absolute;
		top: .25rem;
		padding: .75rem 0;
		left: 50%;
		transform: translateX(-50%);
		height: 1.75rem
	}
}

@media (max-width:767px) {
	.header-logo {
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		height: 1.625rem
	}
}

.header-logo img {
	height: 2.875rem
}

@media (max-width:1023px) {
	.header-logo img {
		height: 1.75rem
	}
}

@media (max-width:767px) {
	.header-logo img {
		height: 1.625rem
	}
}

.mscp-header .header-logo {
	margin: 4px 0 0;
	padding: 5px 0 0;
	height: auto;
	min-width: 155px;
	display: block;
	-ms-flex: 1 0 197px;
	flex: 1 0 197px
}

@media (max-width:1023px) {
	.mscp-header .header-logo {
		margin: 8px 0 0 0;
		min-width: auto
	}
}

@media (max-width:767px) {
	.mscp-header .header-logo {
		margin: 12px 0 0;
	}
}

.mscp-header .header-logo img {
	height: 34px
}

@media (max-width:1279px) {
	.mscp-header .header-logo img {
		height: 30px
	}
}

@media (max-width:1023px) {
	.mscp-header .header-logo img {
		height: 31px
	}
}

@media (max-width:767px) {
	.mscp-header .header-logo img {
		height: 26px
	}
}

.simple .header-logo {
	height: 2.25rem
}

.dropdown-view .header-logo {
	z-index: 5000300
}

.header-edition-link {
	font-size: .875rem;
	line-height: .875rem;
	margin-left: 7px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
}

.header-edition-link.is-current {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	pointer-events: none
}

a,
a:active,
a:hover,
a:link,
a:visited {
	color: inherit
}

.header-date {
	font-size: 1.25rem;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 200;
	line-height: 1;
	margin-bottom: 8px;
	margin-left: 10px;
	-ms-flex-item-align: end;
	align-self: flex-end
}

@media (max-width:1023px) {
	.header-date {
		display: none
	}
}

.es_es .header-date,
.fr_fr .header-date,
.pt_pt .header-date {
	text-transform: lowercase
}

.header-specialty-toggle {
	font-size: 1.875rem;
	margin-left: 14px;
	line-height: 1.1em;
	margin-bottom: 4px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 200;
	padding: 0;
	background: none;
	border: none;
	-ms-flex-item-align: end;
	align-self: flex-end;
	outline: none
}

@media (max-width:1023px) {
	.header-specialty-toggle {
		display: none
	}
}

.header-specialty-toggle .sp-arrow {
	display: inline-block;
	margin-left: 6px;
	vertical-align: top;
	margin-top: 12px;
	position: static;
	line-height: 0
}

.header-specialty-toggle .sp-arrow:after,
.header-specialty-toggle .sp-arrow:before {
	content: none
}

.dropdown-view .header-specialty-toggle {
	z-index: 5000300
}

button.header-specialty-toggle:hover {
	color: #0f428a;
	cursor: pointer
}

.header-specialty-menu {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	overflow: hidden;
	background: #fff;
	padding: 2.5rem 0;
	z-index: 5000200;
	padding-top: 8rem
}

.header-specialty-menu.is-expanded {
	display: block
}

.header-specialty-menu>.resp-container {
	display: block;
	overflow: hidden;
	text-align: left;
	column-width: 17rem
}

.header-specialty-menu .header-specialty-menu-link {
	display: block;
	text-align: left;
	text-decoration: none;
	margin-bottom: .625rem;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	color: #000;
	font-size: 1rem;
	white-space: nowrap;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
}

.header-specialty-menu .header-specialty-menu-link:hover {
	text-decoration: underline
}

.is-www .header-specialty-menu .header-specialty-menu-link:nth-last-child(5),
.is-www .header-specialty-menu .header-specialty-menu-link:nth-last-child(9) {
	margin-bottom: 1rem;
	padding-bottom: 1.75rem
}

.is-cme .header-specialty-menu .header-specialty-menu-link:nth-last-child(4) {
	margin-top: 3rem
}

.header-specialty-close-button {
	position: absolute;
	height: 1.5rem;
	width: 1.5rem;
	top: 3.5rem;
	right: 3.5rem;
	z-index: 5000300;
	padding: 0;
	background: none;
	border: none
}

.whiteout-header-dropdown {
	background: #000;
	opacity: 0;
	visibility: hidden;
	z-index: 5000100;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
	position: fixed;
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.dropdown-view .whiteout-header-dropdown,
.whiteout-header-dropdown {
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out
}

.dropdown-view .whiteout-header-dropdown {
	opacity: .8;
	visibility: visible
}

.header-tab {
	font-size: .875rem;
	letter-spacing: -.05px;
	margin-right: 1.75rem;
	text-transform: uppercase;
	line-height: 1;
	border-bottom: 3px solid transparent;
	display: inline-block;
	margin-bottom: -2.5px;
	padding: .5rem 0 .375rem;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	color: #435056
}

.header-tab:last-of-type {
	margin-right: 0
}

.header-tab:hover {
	border-bottom: 3px solid #064aa7;
	text-decoration: none
}

.header-tab.is-current {
	border-bottom: 3px solid #0f428a
}

@media (max-width:1023px) {
	.header-tab {
		font-size: .6875rem;
		margin-right: 1.125rem
	}
}

a.header-tab:hover,
a.header-tab:link,
a.header-tab:visited {
	color: #435056;
	text-decoration: none
}

.header-nav {
	padding: 16px 0 0;
	text-align: center;
	-ms-flex: 0 0 650px;
	flex: 0 0 650px
}

@media (max-width:1279px) {
	.header-nav {
		-ms-flex: 0 0 500px;
		flex: 0 0 500px
	}
}

@media (max-width:1023px) {
	.header-nav {
		display: none
	}
}

.header-nav .header-tab {
	margin: 0;
	padding: 0 5px 13px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: .0125rem;
	line-height: 1.25rem;
	white-space: nowrap;
	text-transform: none;
	border-bottom: 3px solid transparent
}

.header-nav .header-tab.active,
.header-nav .header-tab:hover {
	color: #064aa7;
	text-decoration: none
}

.header-nav .header-tab.active a,
.header-nav .header-tab:hover a {
	outline: none
}

.header-nav .header-tab.is-current {
	border-bottom: 3px solid #064aa7
}

.header-nav .header-tab.is-current:hover {
	color: #435056
}

.header-nav ul {
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none
}

.header-nav li {
	margin: 0 5px;
	padding: 0
}

.header-nav li:last-of-type {
	position: relative
}

.header-nav li .header-tab--more {
	position: relative;
	min-width: 54px;
	text-align: left;
	cursor: pointer
}

@media (max-width:1279px) {
	.header-nav li .header-tab--more {
		background-position: 48px 7px;
		min-width: 48px
	}
}

.header-nav li .header-tab--more:after {
	content: "";
	background: url(/pi/global/icons/chevron-rounded.svg) no-repeat;
	background-size: 10px auto;
	position: absolute;
	top: 7px;
	right: 4px;
	width: 10px;
	height: 10px;
	transition: all .35s ease
}

.header-nav li .header-tab--more.active:after {
	transform: rotate(180deg);
	top: 3px;
	transition: all .35s ease
}

.header-nav li .header-more-links {
	margin: 0;
	padding: 10px 12px;
	background: #fff;
	position: absolute;
	min-width: 200px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 400;
	font-size: .875rem;
	line-height: .875rem;
	letter-spacing: .3px;
	color: #435056;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	text-align: center;
	top: 32px;
	left: -16px;
	z-index: 6000504;
	border: 1px solid #f4f4f4;
	border-radius: 7px;
	-ms-flex-direction: column;
	flex-direction: column;
	visibility: hidden;
	opacity: 0;
	display: none;
	transition: all .35s ease
}

.header-nav li .header-more-links.show {
	visibility: visible;
	opacity: 1;
	display: -ms-flexbox;
	display: flex
}

.header-nav li .header-more-links li {
	margin: 0;
	padding: 12px 14px;
	color: #435056;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: .0125rem;
	line-height: 1.25rem;
	text-align: left
}

.header-nav li .header-more-links li.is-current {
	background: #ecf1f9;
	border-radius: 5px
}

.header-nav li .header-more-links li a.events {
	background: url(/pi/global/icons/system/icon-external-link.svg) no-repeat;
	background-size: 12px auto;
	background-position: 55px 3px;
	display: block
}

.header-nav li .header-more-links li a.events:hover {
	background: url(/pi/global/icons/system/icon-external-link-blue.svg) no-repeat;
	background-size: 12px auto;
	background-position: 55px 3px
}

.new-label {
	font-size: 9px;
	font-weight: 700;
	color: #d0021c;
	text-transform: uppercase;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	text-decoration: none
}

.badge-label,
.new-label {
	vertical-align: top;
	display: inline-block
}

.badge-label {
	margin-left: 1px;
	background: url(/pi/global/icons/icon-star-badge.svg) no-repeat;
	background-size: 12px auto;
	width: 12px;
	height: 14px;
	font-size: 0
}

.callout-label {
	margin: 0 2px 0 0;
	font-family: Roboto Condensed, sans-serif;
	color: #d0021b;
	font-size: .875rem;
	line-height: 1.063rem;
	letter-spacing: -.3px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block
}

@media (max-width:1023px) {
	.callout-label {
		font-size: .6875rem
	}
}

.hp_resource-center ul li:hover a .callout-label,
.hp_specialty ul li:hover a .callout-label {
	color: #fff
}

.header-search-icon {
	margin: 0 20px 0 0;
	height: 16px;
	cursor: pointer;
}

@media (max-width:1023px) {
	.header-search-icon {
		margin: 4px 0 0;
		height: 20px;
		-ms-flex-order: 2;
		order: 2
	}
}

.header-search-icon svg {
	width: 16px;
	height: 16px;
	fill: #435056
}

@media (max-width:1023px) {
	.header-search-icon svg {
		width: 20px;
		height: 20px;
	}
}

.header-search-icon.active svg,
.header-search-icon svg:hover {
	fill: #064aa7
}

.iscontent .header-search-icon svg {
	fill: #435056
}

.iscontent .header-search-icon.active svg,
.iscontent .header-search-icon svg:hover {
	fill: #064aa7
}

.header-search {
	margin-left: 1.375rem;
	border: 1px solid #ccd6dd;
	border-radius: 3px;
	padding: 2px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
}

@media (max-width:767px) {
	.header-search {
		display: none
	}
}

.header-search form {
	margin-bottom: 0
}

.mscp-header .header-search {
	margin: 14px 0;
	padding: 0;
	width: 600px;
	height: 44px;
	border: 1.5px solid #c5ced3;
	border-radius: 22px;
	background: #fff;
	display: block
}

@media (max-width:767px) {
	.mscp-header .header-search {
		margin: 0;
		width: 344px;
		height: 32px;
		border-radius: 16px;
		display: block
	}
}

.mscp-header .header-search.selected {
	border: 1.5px solid #064aa7
}

@media (max-width:1279px) {
	.header-search.is-expanded .search-input-text {
		max-width: 400px;
		display: inline-block
	}

	.header-search.is-expanded .search-submit-button {
		display: inline-block
	}

	.header-search.is-expanded .search-open-button {
		display: none
	}
}

@media (max-width:1279px) {
	.header-search:not(.is-expanded) .search-input-text {
		border-right: none;
		padding: 0;
		padding-left: 0
	}

	.mscp-header .header-search:not(.is-expanded) .search-input-text {
		padding: 6px 0
	}
}

@media (max-width:767px) {
	.mscp-header .header-search:not(.is-expanded) .search-input-text {
		padding: 1px 0
	}
}

.header-search .search-open-button {
	display: inline-block
}

.header-search .search-submit-button {
	display: none
}

@media (min-width:768px) and (max-width:1279px) {
	.header-search.is-expanded .search-input-text {
		max-width: 400px;
		display: inline-block
	}

	.header-search.is-expanded .search-submit-button {
		display: inline-block
	}

	.header-search.is-expanded .search-open-button {
		display: none
	}
}

@media (max-width:767px) {
	.header-search.is-expanded {
		position: absolute;
		width: 100%;
		background: #fff
	}
}

.mobile-search-button {
	border: none;
	margin-left: 1.25rem;
	border: 1px solid #ccd6dd;
	border-radius: 3px;
	padding: 2px 6px;
	height: 1.75rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	display: none
}

.mobile-search-button svg {
	height: 20px;
	width: 20px;
	fill: #005b80
}

@media (max-width:1279px) {
	.mobile-search-button {
		display: none
	}
}

@media (max-width:767px) {
	.mobile-search-button {
		display: -ms-flexbox;
		display: flex
	}
}

.mobile-search-button .close,
.mscp-header .mobile-search-button {
	display: none
}

.search-input-text {
	transition: max-width .2s;
	border: none;
	border-right: 1px solid #ccd6dd;
	line-height: 1rem;
	padding: .35rem;
	padding-left: 1rem;
	vertical-align: top;
	font-size: 15px;
	width: 9rem;
	box-sizing: border-box;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
}

@media (max-width:1279px) {
	.search-input-text {
		max-width: 0;
		margin-right: -4px
	}
}

.mscp-header .search-input-text {
	margin: 5px 0 0;
	padding: 6px 0;
	transition: none;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	text-transform: none;
	font-size: 1.125rem;
	color: #435056;
	background: transparent;
	border: none;
	width: 85%
}

@media (max-width:1279px) {
	.mscp-header .search-input-text {
		max-width: none;
		margin-right: 0
	}
}

@media (max-width:767px) {
	.mscp-header .search-input-text {
		font-size: 1rem;
		width: 79%
	}
}

.mscp-header .search-input-text:focus {
	outline: none
}

.mscp-header .search-input-text:-ms-input-placeholder {
	text-transform: none;
	font-size: 1.125rem;
	color: #6f8590
}

.mscp-header .search-input-text::placeholder {
	text-transform: none;
	font-size: 1.125rem;
	color: #6f8590
}

@media (max-width:767px) {
	.mscp-header .search-input-text:-ms-input-placeholder {
		font-size: .875rem
	}

	.mscp-header .search-input-text::placeholder {
		font-size: .875rem
	}
}

.search-input-text:-ms-input-placeholder,
.search-input-text::-moz-placeholder,
.search-input-text::-webkit-input-placeholder,
.search-input-text::placeholder {
	text-transform: uppercase;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #4a4a4a
}

.search-input-text[placeholder]:focus::-webkit-input-placeholder {
	transition: opacity .3s ease;
	opacity: 0
}

.search-input-text[placeholder]:focus:-moz-placeholder,
.search-input-text[placeholder]:focus:-ms-input-placeholder,
.search-input-text[placeholder]:focus::-moz-placeholder {
	color: transparent
}

.search-submit-button {
	padding: 0 .875rem;
	height: 1.75rem;
	border: none;
	background: none
}

.search-submit-button svg {
	height: 20px;
	width: 20px;
	fill: #005b80
}

@media (max-width:767px) {
	.search-submit-button {
		display: none
	}
}

.mscp-header .search-submit-button {
	margin: 10px 18px;
	padding: 0;
	height: 20px;
	width: 20px;
	cursor: pointer
}

.mscp-header .search-submit-button svg {
	height: 20px;
	width: 20px;
	fill: #064aa7
}

@media (max-width:767px) {
	.mscp-header .search-submit-button {
		margin: 2px 8px;
		height: 16px;
		width: 16px
	}

	.mscp-header .search-submit-button svg {
		height: 16px;
		width: 16px
	}
}

.reset-button {
	margin: 15px 0 0;
	padding: 0;
	vertical-align: top;
	border: none;
	width: 14px;
	height: 14px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 0;
	color: #222;
	opacity: 0
}

@media (max-width:767px) {
	.reset-button {
		margin: 10px 0 0;
		width: 12px;
		height: 12px;
	}
}

.slide-out-menu .reset-button {
	margin: 15px 0 0;
}

@media (max-width:767px) {
	.slide-out-menu .reset-button {
		margin: 10px 0 0;
	}
}

.lookup-open .reset-button {
	background: url("/pi/global/icons/system/icon-close-x-black-thin.svg") no-repeat;
	background-size: 14px auto;
	cursor: pointer;
	opacity: 1;
}

@media (max-width:767px) {
	.lookup-open .reset-button {
		background-size: 12px auto;
	}
}

.search-input-text:focus+.reset-button {
	opacity: 1
}

.search-open-button {
	padding: 0 .875rem;
	height: 1.75rem;
	border: none;
	background: none;
	cursor: pointer;
}

.search-open-button svg {
	height: 20px;
	width: 20px;
	fill: #005b80
}

@media (min-width:768px) {
	.search-open-button {
		display: none
	}
}

.mscp-header .search-open-button {
	margin: 8px 14px;
	padding: 0
}

.mscp-header .search-open-button svg {
	height: 20px;
	width: 20px;
	fill: #064aa7
}

@media (max-width:767px) {
	.mscp-header .search-open-button {
		margin: 8px 11px;
		height: 16px;
		width: 16px
	}

	.mscp-header .search-open-button svg {
		height: 16px;
		width: 16px
	}
}

#headersearchbtn a,
#medscapeLogo a,
#searchlayer .closeLayer a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none
}

#searchlayer {
	padding: 45px 0 0;
	background: transparent;
	height: 45px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6000504;
	display: none
}

#searchlayer.showSearch {
	display: table
}

.showSearch .layer-whiteout {
	visibility: visible;
	opacity: .8;
	height: 800px
}

#medscapeheadercontainer #searchlayer.showSearch .searchContainer {
	display: table-cell
}

#searchlayer .closeLayer {
	background: #fff;
	background-size: 24px 24px;
	width: 38px;
	height: 38px;
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	top: 5px;
	right: 16px
}

#searchlayer .searchContainer {
	width: 100%;
	vertical-align: middle;
	padding: 0;
	padding-top: 1rem;
	z-index: 6000505;
	position: relative;
	text-align: center
}

#searchLayer .searchContainer {
	text-align: center;
	padding: 0;
	padding-top: 1rem;
	background: none
}

.searchContainer #search-form-header,
.searchContainer .search-form-header {
	display: -ms-inline-flexbox;
	width: auto;
	width: 17rem;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: inline-flex
}

.searchContainer .search-input-text {
	-ms-flex: 1;
	flex: 1;
	max-width: 400px
}

.searchContainer .search-submit-button {
	display: block
}

#searchlayer .closeLayer:after,
#searchlayer .closeLayer:before {
	background: #aeaeae;
	width: 76%;
	height: 2px
}

.btn-close {
	position: absolute;
	top: 14px;
	right: 10px;
	width: 30px;
	height: 30px
}

.btn-close:after,
.btn-close:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #000
}

.btn-close:before {
	transform: rotate(45deg)
}

.btn-close:after {
	transform: rotate(-45deg)
}

.btn-close span {
	display: none
}

.btn-close.btn-close-grey:after,
.btn-close.btn-close-grey:before {
	background: #aaa
}

.btn-close-white:after,
.btn-close-white:before {
	background: #fff
}

.ilfulllist,
.user-menu {
	display: none
}

#ilfulllist,
.ilfulllist {
	text-align: left;
	clear: both;
	display: none;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	position: absolute;
	z-index: 5000500;
	border-radius: 0 0 5px 5px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	word-wrap: break-word
}

@media (max-width:767px) {

	#ilfulllist,
	.ilfulllist {
		margin-top: 30px;
		width: 225px
	}
}

@media (min-width:768px) {

	#ilfulllist,
	.ilfulllist {
		width: 198px;
		margin: 3px 0 0 -3px
	}
}

.mscp-header #ilfulllist,
.mscp-header .ilfulllist {
	margin: 6px 30px;
	font-size: 1rem;
	border: 1px solid #c5ced3;
	border-radius: 5px;
	width: 535px
}

@media (max-width:767px) {

	.mscp-header #ilfulllist,
	.mscp-header .ilfulllist {
		width: 286px
	}
}

.slide-out-menu #ilfulllist,
.slide-out-menu .ilfulllist {
	margin: 6px 10px;
	width: 210px
}

.il_combo_nor {
	display: none;
	margin: 0;
	padding: 8px
}

#search_hint {
	float: right;
	margin: -7px 0 0;
	font-size: .9em;
	color: #666;
	text-shadow: 0 1px 0 #fff
}

.ilfulllist ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.ilfulllist ul li.focused,
.ilfulllist ul li:hover,
.ilfulllist ul li a:focus {
	background-color: #f2f4f5
}

.ilfulllist ul li a {
	display: block;
	word-wrap: break-word;
	outline: 0
}

.ilfulllist ul li a:focus {
	outline: 0
}

.ilfulllist ul li a:link,
.ilfulllist ul li a:visited {
	padding: 10px 30px 10px 15px;
	color: #2e3539;
	text-decoration: none;
	display: block;
	min-height: 21px;
	outline: 0
}

.ilfulllist ul li a.il_anat_result,
.ilfulllist ul li a.il_calc_result,
.ilfulllist ul li a.il_cond_result,
.ilfulllist ul li a.il_drug_result,
.ilfulllist ul li a.il_labm_result,
.ilfulllist ul li a.il_medd_result,
.ilfulllist ul li a.il_pro_result {
	background-image: url(/pi/reference/ornaments/bg-il-icons-sprite@2x.png);
	background-repeat: no-repeat;
	background-size: 23px 299px
}

.ilfulllist ul li a.il_drug_result {
	background-position: right 1px
}

.ilfulllist ul li a.il_cond_result {
	background-position: right -45px
}

.ilfulllist ul li a.il_pro_result {
	background-position: right -90px
}

.ilfulllist ul li a.il_anat_result {
	background-position: right -137px
}

.ilfulllist ul li a.il_labm_result {
	background-position: right -183px
}

.ilfulllist ul li a.il_medd_result {
	background-position: right -228px
}

.ilfulllist ul li a.il_calc_result {
	background-position: right -274px
}

.ilfulllist .defaultiltxt {
	padding-top: 8px;
	padding-bottom: 8px;
	background: none;
	width: auto
}

.ilfulllist .defaultiltxt td b {
	font-size: 1.2em;
	color: #345b0e
}

#drug_rtlinks {
	font-size: .9em;
	font-weight: 700;
	padding: 10px 3px;
	margin: 10px 0;
	border: 1px solid #afbcae;
	background: #f3f6f2;
	border-radius: 4px;
	text-align: center;
	border-color: #afbcae #e2e8e1
}

.mobile-nav-toggle-label {
	width: 37px;
	display: block;
	height: 24px;
	position: relative;
	margin-top: 6px
}

@media (min-width:1024px) {
	.mobile-nav-toggle-label {
		display: none
	}
}

@media (max-width:768px) {
	.mobile-nav-toggle-label {
		width: 27px;
		height: 18px;
		margin-top: .5rem
	}
}

.mobile-nav-toggle-label span {
	transition: all .25s;
	background: #7d86a0;
	position: absolute;
	right: 0;
	left: 0;
	height: 4px
}

@media (max-width:768px) {
	.mobile-nav-toggle-label span {
		height: 3px
	}
}

.mobile-nav-toggle-label span:nth-of-type(2) {
	top: 10px
}

@media (max-width:768px) {
	.mobile-nav-toggle-label span:nth-of-type(2) {
		top: 7px
	}
}

.mobile-nav-toggle-label span:nth-of-type(3) {
	top: 20px
}

@media (max-width:768px) {
	.mobile-nav-toggle-label span:nth-of-type(3) {
		top: 14px
	}
}

.mobile-nav-toggle-label .header-invite-count {
	position: absolute;
	width: 22px;
	height: 1rem;
	background: #d0021b;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	top: -10px;
	right: -10px;
	font-size: .5rem;
	line-height: 1.125rem;
	padding: 0 .2rem
}

.mscp-header .mobile-nav-toggle-label {
	width: 25px;
	display: block;
	height: 18px;
	position: relative;
	margin-top: 6px
}

@media (min-width:1024px) {
	.mscp-header .mobile-nav-toggle-label {
		display: none
	}
}

@media (max-width:768px) {
	.mscp-header .mobile-nav-toggle-label {
		width: 27px;
		height: 18px;
		margin-top: .5rem
	}
}

.mscp-header .mobile-nav-toggle-label span {
	transition: all .25s;
	background: #435056;
	border-radius: 3px;
	position: absolute;
	right: 0;
	left: 0;
	height: 2px
}

.mscp-header .mobile-nav-toggle-label span:nth-of-type(2) {
	top: 7px
}

.mscp-header .mobile-nav-toggle-label span:nth-of-type(3) {
	top: 14px
}

.mscp-header .mobile-nav-toggle-label .header-invite-count {
	position: absolute;
	width: 22px;
	height: 1rem;
	background: #d0021b;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	top: -10px;
	right: -10px;
	font-size: .5rem;
	line-height: 1.125rem;
	padding: 0 .2rem
}

.mobile-nav-toggle {
	display: none
}

.mobile-nav-toggle:checked+label span:first-of-type {
	top: 4px;
	transform: rotate(45deg)
}

.mobile-nav-toggle:checked+label span:nth-of-type(2) {
	top: 4px;
	transform: rotate(-45deg)
}

.mobile-nav-toggle:checked+label .header-invite-count,
.mobile-nav-toggle:checked+label span:nth-of-type(3) {
	display: none
}

.mobile-nav-toggle:checked+label:after {
	content: "";
	background: #fff;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	position: absolute;
	top: -6px;
	right: -6px
}

.user-links {
	display: inline-block;
	position: relative;
	font-size: .875rem;
	line-height: 1.125rem;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

@media (max-width:1023px) {
	.user-links {
		display: none
	}
}

.mscp-header .user-links {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: .0125rem;
	line-height: 1.25rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:1279px) {
	.mscp-header .user-links {
		font-size: .875rem;
		line-height: 1.063rem
	}
}

@media (max-width:1023px) {
	.mscp-header .user-links {
		display: inline-block
	}
}

.mscp-header .user-links.inactive {
	display: none
}

.user-links a {
	margin-left: 1.375rem;
	text-decoration: none
}

.user-links a:hover {
	text-decoration: none;
	color: #0f428a
}

@media (max-width:1279px) {
	.mscp-header .user-links a {
		margin-left: 1rem
	}
}

.user-links svg {
	margin-left: 6px;
	vertical-align: bottom;
	width: 1.125rem;
	height: 1.125rem;
	display: inline-block
}

.user-links .mobile-menu-item-head {
	padding: 16px;
	text-transform: uppercase;
	display: block
}

#loggedout_user_links {
	white-space: nowrap
}

@media (max-width:1023px) {
	#loggedout_user_links {
		display: none
	}
}

.header-invitations-link {
	display: inline-block;
	vertical-align: bottom;
	position: relative
}

.header-invitations-link:after {
	content: "";
	background: #8a0f1e;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	position: absolute;
	top: -2px;
	right: -5px
}

#loggedout_user_links .header-invitations-link,
.header-invitations-link.logged-out {
	display: none
}

.mscp-header .header-invitations-link {
	margin: 0 20px 0 0;
	padding: -4px 0 0;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: .0125rem;
	line-height: 1.25rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:1279px) {
	.mscp-header .header-invitations-link {
		font-size: .875rem;
		line-height: 1.063rem
	}
}

@media (max-width:1023px) {
	.mscp-header .header-invitations-link {
		margin: 0 10px 0 0;
		background: url(/pi/global/icons/system/icon-invitation-active.svg) no-repeat;
		background-size: 20px auto;
		height: 22px;
		width: 20px;
		font-size: 0;
		-ms-flex-order: 1;
		order: 1
	}

	.mscp-header .header-invitations-link:after {
		background: none
	}
}

.user-links-settings {
	display: inline-block
}

.user-links-settings svg {
	color: #064aa7
}

.mscp-header .user-links-settings {
	margin: 0;
	width: 34px;
	height: 34px;
	background: url(/pi/global/icons/system/icon-avatar.svg) no-repeat;
	background-size: 16px auto;
	background-position: right 0 top 7px;
	cursor: pointer
}

.mscp-header .user-links-settings:hover {
	background: url("/pi/global/icons/system/icon-avatar-blue.svg") no-repeat;
	background-size: 16px auto;
	background-position: right 0 top 7px;
}

@media (max-width:1023px) {
	.mscp-header .user-links-settings {
		display: none
	}
}

.mscp-header .user-links-settings a {
	width: 34px;
	height: 34px;
	font-size: 0
}

.user-popup {
	padding: 20px 0 0;
	position: absolute;
	top: 32px;
	right: 24px;
	z-index: 5000200;
	width: 150px;
	float: right
}

.mscp-header .user-popup {
	right: 0;
	width: 40px
}

.user-popup-menu {
	padding: 6px 0;
	background: #fff;
	border: 1px solid #e2e7e9;
	text-align: left;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	border-radius: 8px;
	position: absolute;
	top: 12px;
	right: -24px;
	width: 260px;
	z-index: 5002000;
	display: none
}

.mscp-header .user-popup-menu {
	right: -5px
}

.user-popup-menu.is-expanded {
	display: block
}

.user-popup-menu ul {
	margin: 0;
	padding: 0
}

.user-popup-menu ul li {
	padding: 0
}

.user-popup-menu a.user-popup-menu-link {
	margin: 0 5px;
	padding: 12px 25px;
	color: #435056;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: .0125rem;
	line-height: 1.25rem;
	display: block;
	box-sizing: border-box
}

.user-popup-menu a.user-popup-menu-link:hover {
	background: transparent;
	color: #0f428a;
	transition: all .35s ease
}

.user-popup-menu a.user-popup-menu-link.inactive {
	display: none
}

.user-popup-menu a.user-popup-menu-link.is-current {
	background: #ecf1f9;
	border-radius: 5px
}

.user-popup-menu a.user-popup-menu-link:last-of-type {
	border-bottom: none
}

.sp-arrow {
	transition: all .2s;
	position: absolute;
	right: 20px;
	top: 20px
}

.mscp-header .sp-arrow {
	top: 32px
}

.sp-arrow:before {
	left: -9px;
	border-top: 9px solid #064aa7;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent
}

.sp-arrow:after,
.sp-arrow:before {
	content: "";
	position: absolute;
	top: -6px
}

.sp-arrow:after {
	left: -8px;
	border-top: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent
}

.no-subheader .sp-arrow {
	top: 27px
}

@media (max-width:1023px) {
	.mobile-nav-toggle:checked~.slide-out-menu {
		display: block
	}
}

.slide-out-menu {
	text-align: left;
	transition: left .2s;
	box-sizing: border-box;
	position: absolute;
	top: 83px;
	height: 92vh;
	left: 0;
	width: 24rem;
	max-width: 100%;
	background: #fff;
	z-index: 6000504;
	display: none;
	border-right: 1px solid rgba(0, 0, 0, .11);
	box-shadow: 0 8px 20px rgba(0, 0, 0, .3);
	overflow-y: scroll;
	padding: .75rem;
	padding-top: 0;
	padding-bottom: 200px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	-webkit-overflow-scrolling: touch
}

.mscp-header .slide-out-menu {
	padding: 0 8px 22px;
	top: 61px;
	width: 254px
}

@media (max-width:767px) {
	.slide-out-menu {
		top: 47px;
		width: 16rem
	}

	.mscp-header .slide-out-menu {
		top: 55px
	}
}

.slide-out-menu--tabs {
	margin: 0;
	padding: 0;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	border-bottom: 2px solid #4a4a4a;
	text-transform: uppercase
}

@media (min-width:767px) and (max-width:1023px) {
	.slide-out-menu--tabs {
		display: none
	}
}

.mscp-header .slide-out-menu--tabs {
	padding: 12px 0;
	text-transform: none;
	display: block
}

.slide-out-menu--group {
	margin: 0 0 4px;
	border-bottom: 2px solid #4a4a4a
}

.mscp-header .slide-out-menu--group {
	margin: 0 0 10px;
	border-bottom: 1px solid #c5ced3
}

.mobile-menu-item {
	display: block;
	position: relative;
	border-bottom: 1px solid #edf0f5;
	padding: .9375rem 0 .8125rem;
	line-height: normal;
	font-size: .9375rem;
	text-decoration: none;
	color: #333132
}

.mscp-header .mobile-menu-item {
	padding: 0;
	border-bottom: none
}

.mobile-menu-item a {
	display: inline-block;
	width: 100%;
	position: relative
}

.mobile-menu-item a:active,
.mobile-menu-item a:hover,
.mobile-menu-item a:link,
.mobile-menu-item a:visited {
	color: #333132;
	text-decoration: none
}

.mscp-header .mobile-menu-item a {
	padding: 13px 16px;
	display: block;
	width: auto
}

.mobile-menu-item a.is-current {
	border-bottom: 3px solid #005b80;
	padding-bottom: .9rem
}

.mscp-header .mobile-menu-item a.is-current {
	border-bottom: none
}

.mobile-menu-item a.header-tab--for-you {
	display: none
}

.mobile-menu-item a.header-tab--for-you.is-current {
	display: block !important
}

.mobile-menu-item a.mobile-edition-toggle {
	padding: 13px
}

.mobile-menu-item .mobile-menu-item-head {
	text-transform: uppercase
}

.mobile-menu-item a .mobile-menu-item-subhead,
.mobile-menu-item a:active .mobile-menu-item-subhead,
.mobile-menu-item a:hover .mobile-menu-item-subhead,
.mobile-menu-item a:link .mobile-menu-item-subhead,
.mobile-menu-item a:visited .mobile-menu-item-subhead {
	display: block
}

.mobile-menu-item a .mobile-menu-item-subhead.is-current,
.mobile-menu-item a:active .mobile-menu-item-subhead.is-current,
.mobile-menu-item a:hover .mobile-menu-item-subhead.is-current,
.mobile-menu-item a:link .mobile-menu-item-subhead.is-current,
.mobile-menu-item a:visited .mobile-menu-item-subhead.is-current {
	border-bottom: 3px solid #005b80;
	padding-bottom: .9rem
}

.mobile-menu-item .new-label {
	font-size: 9px;
	line-height: 9px;
	font-weight: 700;
	color: #d0021c;
	vertical-align: top;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
}

@media (max-width:1023px) {
	.mscp-header .slide-out-menu .header-search {
		margin: 15px 0 2px;
		width: 99%
	}

	.mscp-header .slide-out-menu .header-search .search-open-button {
		margin: 8px 4px 0 12px
	}

	.mscp-header .slide-out-menu .header-search .search-input-text {
		width: 70%;
		text-overflow: ellipsis
	}
}

@media (max-width:767px) {
	.mscp-header .slide-out-menu .header-search .search-input-text {
		width: 74%;
		text-overflow: ellipsis
	}
}

.mscp-header .slide-out-menu--tabs {
	border-bottom: 1px solid #c5ced3
}

.mscp-header .slide-out-menu--tabs .header-tab--for-you {
	background: url(/pi/global/icons/system/icon-home.svg)
}

.mscp-header .slide-out-menu--tabs .header-tab--for-you.is-current {
	background: #ecf1f9 url(/pi/global/icons/system/icon-home-fill.svg)
}

.mscp-header .slide-out-menu--tabs .header-tab--news {
	background: url(/pi/global/icons/system/icon-news.svg)
}

.mscp-header .slide-out-menu--tabs .header-tab--news.is-current {
	background: #ecf1f9 url(/pi/global/icons/system/icon-news-fill.svg)
}

.mscp-header .slide-out-menu--tabs .header-tab--ref {
	background: url(/pi/global/icons/system/icon-pill.svg)
}

.mscp-header .slide-out-menu--tabs .header-tab--ref.is-current {
	background: #ecf1f9 url(/pi/global/icons/system/icon-pill-fill.svg)
}

.mscp-header .slide-out-menu--tabs .header-tab--ed {
	background: url(/pi/global/icons/system/icon-education.svg)
}

.mscp-header .slide-out-menu--tabs .header-tab--ed.is-current {
	background: #ecf1f9 url(/pi/global/icons/system/icon-education-fill.svg)
}

.mscp-header .slide-out-menu--tabs .header-tab--video {
	background: url(/pi/global/icons/system/icon-video.svg)
}

.mscp-header .slide-out-menu--tabs .header-tab--video.is-current {
	background: #ecf1f9 url(/pi/global/icons/system/icon-video-fill.svg)
}

.mscp-header .slide-out-menu--tabs .header-tab--events {
	background: url(/pi/global/icons/system/icon-calendar.svg);
	position: relative
}

.mscp-header .slide-out-menu--tabs .header-tab--events:after {
	content: " ";
	background: url(/pi/global/icons/system/icon-external-link.svg) no-repeat;
	background-size: 12px auto;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 20px;
	left: 100px
}

.mscp-header .slide-out-menu--tabs .header-tab--specialties {
	background: url(/pi/global/icons/system/icon-medkit.svg)
}

.mscp-header .slide-out-menu--tabs .header-tab--specialties.is-current {
	background: #ecf1f9 url(/pi/global/icons/system/icon-medkit.svg)
}

.mscp-header .slide-out-menu--tabs .header-tab--topics {
	background: url(/pi/global/icons/system/icon-stethoscope.svg)
}

.mscp-header .slide-out-menu--tabs .header-tab--topics.is-current {
	background: #ecf1f9 url(/pi/global/icons/system/icon-stethoscope.svg)
}

.mscp-header .slide-out-menu--tabs .header-tab--ed,
.mscp-header .slide-out-menu--tabs .header-tab--events,
.mscp-header .slide-out-menu--tabs .header-tab--for-you,
.mscp-header .slide-out-menu--tabs .header-tab--news,
.mscp-header .slide-out-menu--tabs .header-tab--ref,
.mscp-header .slide-out-menu--tabs .header-tab--specialties,
.mscp-header .slide-out-menu--tabs .header-tab--topics,
.mscp-header .slide-out-menu--tabs .header-tab--video {
	background-size: 24px auto;
	background-repeat: no-repeat;
	background-position: 12px
}

.mscp-header .slide-out-menu--tabs .header-tab--ed.is-current,
.mscp-header .slide-out-menu--tabs .header-tab--events.is-current,
.mscp-header .slide-out-menu--tabs .header-tab--for-you.is-current,
.mscp-header .slide-out-menu--tabs .header-tab--news.is-current,
.mscp-header .slide-out-menu--tabs .header-tab--ref.is-current,
.mscp-header .slide-out-menu--tabs .header-tab--specialties.is-current,
.mscp-header .slide-out-menu--tabs .header-tab--topics.is-current,
.mscp-header .slide-out-menu--tabs .header-tab--video.is-current {
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: 12px
}

.mscp-header .slide-out-menu--tabs .mobile-menu-item a {
	padding: 18px 18px 18px 50px
}

.mscp-header .user-links .mobile-menu-item a {
	padding: 16px 0
}

.mscp-header .user-links .mobile-menu-item.user-invites-link a {
	padding: 18px 18px 18px 38px;
	background: url(/pi/global/icons/system/icon-invitations.svg) no-repeat;
	background-size: 24px auto;
	background-position: 0 14px
}

.mscp-header .user-links .mobile-menu-item.user-invites-link a:after {
	content: "";
	background: #8a0f1e;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 16px;
	left: 110px
}

.mscp-header #headerbox .slide-out-menu .logo-mscp {
	margin: 8px 0 13px 13px
}

.mobile-menu-item.login-link,
.mobile-menu-item.register-link {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
}

a.mobile-menu-button:active,
a.mobile-menu-button:hover,
a.mobile-menu-button:link,
a.mobile-menu-button:visited {
	background: #064aa7;
	line-height: 2.25rem;
	display: inline-block;
	padding: 0 1.25rem;
	font-size: 1rem;
	border-radius: 3px;
	color: #fff;
	margin-top: 1rem;
	margin-right: .5rem;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 200;
}

.mobile-menu-item a.header-tab--for-you,
.mobile-menu-item a:active.header-tab--for-you,
.mobile-menu-item a:hover.header-tab--for-you,
.mobile-menu-item a:link.header-tab--for-you,
.mobile-menu-item a:visited.header-tab--for-you {
	display: none
}

.mobile-edition-menu,
.mobile-specialty-menu {
	transition: all .5s;
	max-height: 0;
	overflow: hidden;
	margin-bottom: 0
}

.mobile-edition-menu.is-expanded,
.mobile-specialty-menu.is-expanded {
	padding-top: .25rem;
	max-height: 1000px;
	margin-bottom: -1rem
}

.mobile-edition-menu .mobile-menu-item {
	margin-left: 16px
}

.mobile-edition-menu .mobile-menu-item.affiliate-type,
.mscp-header .mobile-edition-menu .mobile-menu-item {
	margin-left: 0
}

.mobile-edition-menu .mobile-menu-item:last-of-type {
	margin-bottom: 35px
}

.mobile-edition-menu .mobile-menu-item a.is-current {
	padding-bottom: 0;
	border-bottom: none;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
}

.mscp-header .mobile-edition-menu .mobile-menu-item a.is-current {
	padding-bottom: 13px;
	background: #ecf1f9;
	border-radius: 5px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
}

.mobile-specialty-menu.is-expanded {
	max-height: 4000px;
	margin-bottom: -1rem
}

.mobile-menu-item-subhead {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	display: block
}

.mobile-menu-item-subhead.user {
	text-transform: none
}

.is-rotated {
	transform: rotate(-180deg);
	transition: transform .15s ease
}

.page-header.simple .slide-out-menu {
	top: 43px
}

body.menuView {
	overflow: hidden;
	width: 100%
}

.header-cme-rclist {
	background: #edf0f5;
	line-height: 44px;
	margin-top: -4px;
	width: 100%;
	color: #222;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
}

.header-cme-rclist .resp-container {
	display: block;
	position: relative;
	text-align: left
}

.header-cme-rclist .resource-center-items {
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	width: calc(100% - 8rem);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 0;
	position: relative;
	display: inline-block
}

.header-cme-rclist a {
	display: inline;
	font-size: .875rem;
	margin-right: .875rem;
	line-height: 2.75;
	color: #222;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
}

.header-cme-rclist a,
.header-cme-rclist a:hover,
.header-cme-rclist a:link,
.header-cme-rclist a:visited {
	color: inherit
}

a.cme-submenu-more,
a.cme-submenu-more:visited {
	font-size: .875rem;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #edf0f5;
	color: #005b80;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	margin-right: 0;
	text-transform: uppercase;
	color: #222
}

a.cme-submenu-more:visited svg,
a.cme-submenu-more svg {
	line-height: 44px;
	vertical-align: middle;
	margin-bottom: 3px;
	margin-left: 4px
}

#affiliate-backlink {
	display: none;
	height: 40px;
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .1);
	background-color: #fff
}

@media (max-width:767px) {
	#affiliate-backlink {
		height: 30px
	}
}

#affiliate-backlink a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none
}

#affiliate-backlink a .icon-misc-arrow-down {
	margin: 7px 7px 4px 20px;
	font-size: 1.5rem;
	color: #787878;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
}

#affiliate-backlink a .icon-misc-arrow-down:after {
	content: "\2039"
}

@media (max-width:767px) {
	#affiliate-backlink a .icon-misc-arrow-down {
		margin: 0 5px 0 14px
	}
}

#affiliate-backlink a .back-to {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: .875rem;
	margin: 3px 0 0;
	color: #787878
}

#affiliate-backlink a .back-to.powerpak-back-to {
	margin: 7px 7px 2px 0
}

@media (max-width:767px) {
	#affiliate-backlink a .back-to.powerpak-back-to {
		margin: 3px 0 0
	}
}

#affiliate-backlink a .back-to.uk-back-to {
	margin: 7px 7px 2px 0
}

@media (max-width:767px) {
	#affiliate-backlink a .back-to.uk-back-to {
		margin: 3px 5px 0 0
	}
}

#affiliate-backlink a .logo-powerpak {
	margin: 12px 0 3px;
	width: 106px;
	height: 16px;
	object-fit: contain
}

@media (max-width:767px) {
	#affiliate-backlink a .logo-powerpak {
		margin: 7px 0 0;
		width: 106px;
		height: 14px;
		object-fit: contain
	}
}

#affiliate-backlink a .logo-medscape-uk-univadis {
	margin: 7px 0 3px;
	width: auto;
	height: 16px;
	object-fit: contain
}

@media (max-width:767px) {
	#affiliate-backlink a .logo-medscape-uk-univadis {
		margin: 3px 0 0;
		font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
		font-size: .875rem;
		font-weight: 600;
		color: #000
	}
}

#affiliate-backlink .close-backlink {
	position: absolute;
	width: 27px;
	height: 24px;
	border-radius: 24px;
	right: 12px;
	background-image: url(/pi/global/icons/icon-closee.svg);
	transition: .5s;
	cursor: pointer;
	background-position: 50%;
	background-size: 18px;
	background-repeat: no-repeat
}

#headerbox .logo-mscp,
#headerbox .logo-univadis {
	margin: 10px 0 0;
	padding: 0;
	font-size: 0
}

#headerbox .logo-mscp {
	min-width: 75px;
	height: 18px;
	background: url(/pi/global/header/langsel/logo-medscape.svg) no-repeat;
	background-size: 75px auto;
	font-size: 0;
	position: relative
}

#headerbox .logo-mscp span {
	padding: 0 0 0 82px;
	font-size: .875rem;
	line-height: .875rem;
	letter-spacing: .0125rem;
	text-transform: uppercase;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	color: #435056;
	display: inline-block;
	position: absolute
}

#headerbox .logo-univadis {
	margin: 20px 0 0;
	width: 66px;
	height: 15px;
	background: url(/pi/global/header/langsel/logo-univadis.svg) no-repeat;
	background-size: 66px auto
}

#headerbox .leaving-edition .logo-univadis {
	background-size: 125px auto;
	width: 125px;
	height: 28px;
	font-size: 0
}

#headerbox .leaving-edition .logo-mscp {
	margin: 0 0 -3px 4px;
	background-size: 64px auto;
	width: 64px;
	height: 15px;
	font-size: 0
}

#headerbox .label-new {
	padding-left: 2px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-size: .625rem;
	line-height: .625rem;
	text-transform: uppercase;
	color: #bf2828;
	cursor: pointer
}

#headerbox .header-edition {
	margin: 10px 0 0;
	padding: 0 0 0 20px;
	background: url(/pi/global/header/langsel/icon-globe.svg) no-repeat;
	background-size: 15px 15px;
	background-position: 0 5px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.mscp-header #headerbox .header-edition {
	margin: 0;
	padding: 0;
	background: none;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.25rem;
	color: #435056;
	cursor: pointer
}

@media (max-width:1279px) {
	.mscp-header #headerbox .header-edition {
		font-size: .875rem;
		line-height: 1.063rem
	}
}

.mscp-header #headerbox .header-edition:hover {
	color: #0f428a
}

.mscp-header #headerbox .header-edition:hover svg path {
	fill: #0f428a
}

@media (max-width:1023px) {
	#headerbox .header-edition {
		display: none
	}
}

#headerbox .header-edition-icon {
	margin: 0 4px 0 0;
	height: 16px;
}

#headerbox .header-edition-icon svg {
	width: 16px;
	height: 16px
}

#headerbox .header-edition-icon svg:hover {
	fill: #0f428a
}

#headerbox .header-edition-link {
	margin: 0;
	cursor: pointer
}

.mscp-header #headerbox .header-edition-link {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.25rem;
	letter-spacing: .125rem;
	position: relative;
	max-width: 95px
}

@media (max-width:1279px) {
	.mscp-header #headerbox .header-edition-link {
		font-size: .875rem;
		line-height: 1.063rem
	}
}

#headerbox .header-edition-menu {
	background: #fff;
	position: absolute;
	width: 272px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 400;
	font-size: .875rem;
	line-height: .875rem;
	letter-spacing: .3px;
	color: #222;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	text-align: left;
	top: 30px;
	left: 0;
	z-index: 6000504;
	border: 1px solid #e8e6e6;
	border-radius: 5px;
	display: none
}

.mscp-header #headerbox .header-edition-menu {
	top: 40px;
	left: -185px
}

#headerbox .header-edition-menu .editions-mscp {
	padding: 25px 0 8px 25px
}

#headerbox .header-edition-menu .editions-univadis {
	padding: 17px 0 13px 25px;
	border-top: 1px solid #e8e6e6
}

#headerbox .header-edition-menu .editions-mscp,
#headerbox .header-edition-menu .editions-univadis {
	text-align: left
}

#headerbox .header-edition-menu .editions-mscp .logo-mscp,
#headerbox .header-edition-menu .editions-mscp .logo-univadis,
#headerbox .header-edition-menu .editions-univadis .logo-mscp,
#headerbox .header-edition-menu .editions-univadis .logo-univadis {
	margin: 0 25px 16px 0;
	padding: 0;
	display: inline-block
}

#headerbox .header-edition-menu .editions-mscp ul,
#headerbox .header-edition-menu .editions-univadis ul {
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#headerbox .header-edition-menu .editions-mscp ul li,
#headerbox .header-edition-menu .editions-univadis ul li {
	margin: 0;
	padding: 0 0 12px;
	list-style: none;
	text-align: left;
	-ms-flex: 0 0 122px;
	flex: 0 0 122px
}

#headerbox .header-edition-menu .editions-mscp ul li a,
#headerbox .header-edition-menu .editions-univadis ul li a {
	position: relative
}

#headerbox .header-edition-menu .editions-mscp ul li.is-current,
#headerbox .header-edition-menu .editions-mscp ul li a:hover,
#headerbox .header-edition-menu .editions-univadis ul li.is-current,
#headerbox .header-edition-menu .editions-univadis ul li a:hover {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
}

#headerbox .header-edition-menu .editions-mscp ul li.is-current:hover,
#headerbox .header-edition-menu .editions-univadis ul li.is-current:hover {
	color: #222;
	cursor: default
}

#headerbox .header-edition-menu .editions-mscp .external:after,
#headerbox .header-edition-menu .editions-univadis .external:after {
	position: absolute;
	top: 3px;
	right: -19px
}

#headerbox .header-edition-menu .editions-mscp li.en {
	-ms-flex-order: 1;
	order: 1
}

#headerbox .header-edition-menu .editions-mscp li.de {
	-ms-flex-order: 3;
	order: 3
}

#headerbox .header-edition-menu .editions-mscp li.es {
	-ms-flex-order: 5;
	order: 5
}

#headerbox .header-edition-menu .editions-mscp li.fr {
	-ms-flex-order: 2;
	order: 2
}

#headerbox .header-edition-menu .editions-mscp li.pt {
	-ms-flex-order: 4;
	order: 4
}

#headerbox .header-edition-menu .editions-mscp li.uk {
	-ms-flex-order: 6;
	order: 6
}

#headerbox .header-edition-menu .editions-mscp li.uk .label-new {
	margin-left: 4px
}

#headerbox .header-edition.active .header-edition-menu {
	transition: all .3s ease-in-out;
	display: block
}

#headerbox .header-edition:after {
	display: none
}

#headerbox .header-edition.active:after {
	transform: rotate(-180deg);
	transition: transform .15s ease
}

.leaving-edition {
	padding: 45px 50px;
	background: #fff;
	border: .25px solid #979797;
	box-sizing: border-box;
	border-radius: 8px;
	width: 490px;
	position: fixed;
	top: 50%;
	left: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	transform: translate(-50%, -50%);
	transition: all .3s ease-in-out;
	z-index: 6000504;
	display: none
}

@media (max-width:767px) {
	.leaving-edition {
		padding: 60px 20px 66px;
		max-width: 355px
	}
}

.leaving-edition .close-btn {
	background: url(https://img.medscapestatic.com/pi/global/header/langsel/icon-close.svg) no-repeat;
	background-size: 18px auto;
	width: 18px;
	height: 18px;
	font-size: 0;
	position: absolute;
	right: 14px;
	top: 14px;
	cursor: pointer
}

.leaving-edition .logo-container {
	margin: 0 auto 27px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: end;
	align-items: flex-end
}

.leaving-edition .logo-from {
	margin: 0 0 0 2px;
	background: url(https://img.medscapestatic.com/pi/global/header/langsel/icon-from.svg) no-repeat;
	background-size: 25px auto;
	width: 25px;
	height: 10px;
	font-size: 0
}

.leaving-edition .desc {
	margin: 0 0 33px;
	padding: 0 15px 0 30px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.375rem
}

@media (max-width:767px) {
	.leaving-edition .desc {
		padding: 0
	}
}

.leaving-edition .desc .en {
	padding-top: 20px
}

.leaving-edition .btn-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:767px) {
	.leaving-edition .btn-container {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.leaving-edition .btn-container .continue {
	padding: 12px 16px;
	max-width: 190px;
	background: #064aa7;
	border-radius: 3px;
	color: #fff;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1rem;
	text-align: center;
	cursor: pointer
}

@media (max-width:767px) {
	.leaving-edition .btn-container .continue {
		margin: 0 10px 22px;
		max-width: none;
		width: 85%
	}
}

.leaving-edition .btn-container .continue:hover {
	background: #0f428a;
	transition: all .35s ease
}

.leaving-edition .btn-container .return {
	padding: 0 0 0 30px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1rem;
	text-align: center;
	color: #064aa7;
	cursor: pointer
}

@media (max-width:767px) {
	.leaving-edition .btn-container .return {
		padding: 0
	}
}

.leaving-edition .btn-container .return:hover {
	color: #0f428a;
	transition: all .35s ease
}

.greyout-layer {
	background: #000;
	opacity: 0;
	visibility: hidden;
	z-index: 5000100;
	-moz-opacity: .65;
	filter: alpha(opacity=65);
	position: fixed;
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.greyout-layer,
.greyout-layer.active {
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out
}

.greyout-layer.active {
	opacity: .65;
	visibility: visible
}

.page-header.simple {
	background: #fff;
	padding-top: 0
}

@media (max-width:1023px) {
	.page-header.simple {
		padding: .75rem 0
	}
}

@media (max-width:767px) {
	.page-header.simple {
		padding: .375rem 0
	}
}

.page-header.simple .resp-container {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.page-header.simple .header-logo {
	height: 2.375rem;
	padding-top: .75rem;
	padding-bottom: .25rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

.page-header.simple .user-links {
	line-height: 3.375rem;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.page-header.simple .user-links svg {
	vertical-align: middle
}

.page-header.simple .user-popup-menu {
	line-height: 1.6;
	top: 0
}

.page-header.simple #hidden-invite-layer {
	top: 57px;
	left: -55px;
	line-height: 1
}

.dp-body:not(.decision-hub) .page-header {
	margin-bottom: 0;
	padding-top: 0;
	border-top: none;
	background: #090b20 url(/pi/global/header/decision-point/header-odp-thin.jpg) no-repeat top;
	background-size: 1700px auto;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
	z-index: 1
}

.dp-body:not(.decision-hub) .page-header a,
.dp-body:not(.decision-hub) .page-header a:link,
.dp-body:not(.decision-hub) .page-header a:visited {
	color: #fff
}

@media (max-width:767px) {
	.dp-body:not(.decision-hub) .page-header {
		padding-bottom: inherit;
		background-position: 55% 55%;
		background: none;
		box-shadow: none;
		background: #090b20 url(/pi/global/header/decision-point/header-odp-thin.jpg) no-repeat top
	}
}

.dp-body .dp-header {
	margin-left: auto;
	margin-right: auto;
	padding: 15px 20px;
	max-width: 1240px;
	width: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff
}

@media (max-width:767px) {
	.dp-body .dp-header {
		padding: 18px 14px 18px 0;
		text-align: center;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.dp-body .dp-header .right-group a.mobile-search-button {
	display: none
}

.dp-body .dp-header .slide-out-menu {
	padding-bottom: 182px
}

.dp-body .dp-header .slide-out-menu .mobile-menu-item {
	border-bottom: none;
	padding: 15px 0 0
}

.dp-body .dp-header .slide-out-menu .mobile-menu-item button {
	border: none;
	background-color: transparent
}

.dp-body .dp-header .slide-out-menu .mobile-menu-item button:focus {
	outline: none
}

.dp-body .dp-header .slide-out-menu .mobile-menu-item img.decision-combined-shape {
	position: absolute;
	top: 27px;
	z-index: 1;
	left: 10px;
	height: 20px
}

.dp-body .dp-header .slide-out-menu .mobile-menu-item input#search-input-mobile {
	border-radius: 5px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	min-width: 192px;
	padding-left: 38px;
	height: 40px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	color: #767674;
	box-sizing: content-box
}

.dp-body .dp-header .slide-out-menu .mobile-menu-item input#search-input-mobile :focus,
.dp-body .dp-header .slide-out-menu .mobile-menu-item input:focus {
	outline: none
}

.dp-body .dp-header .slide-out-menu .mobile-menu-item .mobile-menu-item-subhead.user {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-weight: 600
}

.dp-body .dp-header .slide-out-menu .mobile-menu-button,
.dp-body .dp-header .slide-out-menu .mobile-menu-item a span {
	margin-left: 8px
}

.dp-body .dp-title-block {
	background-repeat: no-repeat;
	background-size: 455px 27px;
	cursor: pointer;
	margin-top: auto;
	margin-bottom: auto
}

@media (max-width:767px) {
	.dp-body .dp-title-block {
		width: 221px;
		background-size: 221px 38px;
		background-position: 50%;
		background-repeat: no-repeat;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-ms-flex-order: 2;
		order: 2
	}
}

@media (min-width:1280px) {
	.dp-body .dp-title-block {
		display: -ms-flexbox;
		display: flex
	}
}

@media (max-width:1279px) {
	.dp-body .dp-title-block {
		display: block
	}
}

@media (max-width:767px) {
	.dp-body .dp-title-block {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.dp-body .dp-title-block>img {
	margin-right: .5rem
}

@media (min-width:1280px) {
	.dp-body .dp-title-block>img {
		width: 122px;
		height: 1.6875rem;
		display: block
	}
}

@media (max-width:1279px) {
	.dp-body .dp-title-block>img {
		width: auto;
		height: 1.6875rem;
		display: block
	}
}

@media (max-width:1023px) {
	.dp-body .dp-title-block>img {
		height: 1.6875rem
	}
}

@media (max-width:767px) {
	.dp-body .dp-title-block>img {
		height: 1.3125rem
	}
}

.dp-body .dp-title-block .dp-title {
	display: block;
	font-size: 1.375rem;
	text-transform: uppercase;
	font-weight: 600
}

@media (max-width:767px) {
	.dp-body .dp-title-block .dp-title {
		font-size: 14px
	}
}

@media (max-width:1023px) {
	.dp-body .dp-title-block .dp-title {
		font-size: 1rem
	}
}

@media (max-width:1279px) {
	.dp-body .dp-title-block .dp-title {
		width: 100%;
		display: block
	}
}

@media (min-width:1280px) {
	.dp-body .dp-title-block .dp-title {
		width: auto;
		display: block
	}
}

.dp-body:not(.decision-hub) .right-group {
	margin-left: 20px
}

.dp-body:not(.decision-hub) .user-links {
	font-size: .9375rem;
	white-space: nowrap
}

@media (max-width:1023px) {
	.dp-body:not(.decision-hub) .user-links {
		display: -ms-flexbox;
		display: flex
	}
}

@media (max-width:767px) {
	.dp-body:not(.decision-hub) .user-links {
		display: none
	}

	.dp-body:not(.decision-hub) .user-links.active {
		display: block
	}
}

.dp-body:not(.decision-hub) .user-links a:hover,
.dp-body:not(.decision-hub) .user-links a:hover svg {
	color: #a1ebff
}

.dp-body:not(.decision-hub) .user-links .user-links-settings {
	display: inline-block
}

.dp-body:not(.decision-hub) .user-links .user-links-settings svg {
	color: #fff
}

.dp-body:not(.decision-hub) .user-links#loggedout_user_links a {
	margin: 0
}

.dp-body:not(.decision-hub) .user-links#loggedout_user_links a:last-child {
	margin-left: 8px
}

.dp-body:not(.decision-hub) .user-links#loggedout_user_links a:last-child:before {
	margin-right: 8px;
	content: "\007C";
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 1.5rem;
	vertical-align: sub
}

.dp-body .odp-header-search {
	width: 240px;
	height: 40px;
	border-radius: 6px;
	background-color: #fff
}

.dp-body .odp-header-search #search-form-header,
.dp-body .odp-header-search .search-form-header {
	height: 100%;
	display: -ms-flexbox;
	display: flex
}

.dp-body .odp-header-search #search-form-header .search-button,
.dp-body .odp-header-search .search-form-header .search-button {
	background: none;
	border: none
}

.dp-body .odp-header-search #search-form-header .search-button img,
.dp-body .odp-header-search .search-form-header .search-button img {
	margin-left: 4px
}

.dp-body .odp-header-search #search-form-header .search-button:focus,
.dp-body .odp-header-search .search-form-header .search-button:focus {
	border: none;
	outline: none
}

.dp-body .odp-header-search #search-form-header #search-input,
.dp-body .odp-header-search .search-form-header #search-input {
	transition: max-width .2s;
	border: none;
	padding: .35rem;
	vertical-align: bottom;
	font-size: 15px
}

.dp-body .odp-header-search #search-form-header #search-input:focus,
.dp-body .odp-header-search .search-form-header #search-input:focus {
	border: none;
	outline: none
}

.dp-body:not(.decision-hub) .user-popup-menu {
	white-space: normal
}

.dp-body:not(.decision-hub) .user-popup-menu a,
.dp-body:not(.decision-hub) .user-popup-menu a:link,
.dp-body:not(.decision-hub) .user-popup-menu a:visited {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	color: #333132
}

.dp-body:not(.decision-hub) .mobile-nav-toggle-label span {
	background: #fff
}

@media (max-width:1023px) {
	.dp-body:not(.decision-hub) .mobile-nav-toggle-label {
		display: none
	}
}

@media (max-width:767px) {
	.dp-body:not(.decision-hub) .mobile-nav-toggle-label {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 1 30px;
		flex: 0 1 30px;
		-ms-flex-order: 1;
		order: 1
	}
}

.dp-body:not(.decision-hub) .mobile-nav-toggle-label #header-invite-count {
	display: none !important
}

.dp-body:not(.decision-hub) .slide-out-menu {
	top: 74px;
	height: 40vh;
	width: 256px;
	border-radius: 0 0 10px;
	overflow-y: hidden
}

.dp-body:not(.decision-hub) .slide-out-menu .mobile-menu-item a {
	color: #333132
}

.dp-body:not(.decision-hub) .slide-out-menu--tabs,
.dp-body:not(.decision-hub) .slide-out-menu .user-invites-link {
	display: none !important
}

.dp-body .page-footer {
	margin-top: 0;
	background: #fff
}

.decision-hub #headerbox.page-header {
	background: #fff
}

.decision-hub .dp-hub-page-title-heading-container {
	padding: 0 20px;
	display: -ms-flexbox;
	display: flex
}

.decision-hub .dp-title-block {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	margin: 34px auto 63px;
	cursor: auto
}

@media (max-width:1279px) {
	.decision-hub .dp-title-block {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

@media (max-width:767px) {
	.decision-hub .dp-title-block {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 24px auto 33px
	}
}

.decision-hub .dp-title-block .dp-title {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-size: 23px;
	height: 22px;
	line-height: .96;
	width: auto
}

@media (max-width:767px) {
	.decision-hub .dp-title-block .dp-title {
		font-size: 16px;
		height: 14px;
		line-height: .88
	}
}

@media (min-width:1280px) {
	.decision-tree #headerbox.page-header {
		background: none;
		box-shadow: none
	}
}

@media (max-width:1279px) {
	.decision-tree #headerbox.page-header {
		background: none;
		box-shadow: none
	}
}

body.modal-open,
body.modal-open #pageContainer {
	overflow: hidden;
	position: fixed;
	right: 0;
	left: 0
}

.page-header a,
.page-header a:link,
.page-header a:visited {
	color: #435056
}

.page-header a:hover {
	color: #0f428a
}

.is-cme .header-invitations-link,
.is-cme .header-invite-count {
	display: none
}

.mscp-header {
	color: #435056
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
}

a,
a:link {
	color: #064aa7;
	text-decoration: none
}

a.title,
a:link.title {
	color: #333132
}

a:visited {
	color: #5757a6;
	text-decoration: none
}

a:visited.title {
	color: #333132
}

a:hover {
	color: #0f428a;
	text-decoration: none
}

a:hover,
a:hover.title {
	transition: all .35s ease
}

a:active,
a:hover.title {
	color: #064aa7
}

a:active {
	text-decoration: none
}

a.title,
a:active.title {
	color: #333132
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333132
}

h1 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 2.5rem
}

@media (max-width:1023px) {
	h1 {
		font-size: 1.75rem
	}
}

h2 {
	margin: 0;
	padding: 0 0 10px;
	font-family: Roboto Condensed, sans-serif;
	font-size: 1.75rem
}

@media (max-width:1023px) {
	h2 {
		font-size: 1.375rem
	}
}

h2 sup {
	font-size: .9375rem
}

@media (max-width:1023px) {
	h2 sup {
		font-size: .8125rem
	}
}

h3 {
	margin: 0;
	padding: 0 0 10px;
	font-family: Roboto Condensed, sans-serif;
	font-size: 1.25rem
}

@media (max-width:1023px) {
	h3 {
		font-size: 1rem
	}
}

.page-body {
	color: #222
}

.teaser {
	margin: 0;
	padding: 0 0 8px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 1.125rem;
	display: block
}

@media (max-width:1023px) {
	.teaser {
		font-size: 1rem
	}
}

.byline,
.commentcount {
	margin: 0;
	padding: 0;
	font-size: .875rem;
	color: #767674
}

.commentcount,
.comments {
	background: url(/pi/global/icons/icon-comments-gray.svg) no-repeat 2px;
	background-size: 13px auto;
	padding-left: 20px;
	display: none
}

.commentcount {
	margin-left: 5px
}

.commentcount.hasComments,
.comments.hasComments {
	display: inline
}

.inactive {
	display: none
}

.active {
	display: block
}

.alerttag,
.conftag,
.newstag {
	padding: 0 0 3px;
	font-family: Roboto Condensed, sans-serif;
	font-size: .875rem;
	text-transform: uppercase;
	display: block;
	color: #d0021b
}

.conftag {
	color: #839469
}

.cmetag {
	padding: 0 0 10px;
	font-family: Roboto Condensed, sans-serif;
	font-size: .875rem;
	text-transform: uppercase;
	color: #d0021b;
	white-space: nowrap;
	display: inline-block
}

.video {
	background: url(/pi/global/icons/icon-video-play-btn-gray.svg) no-repeat 2px;
	background-size: 15px auto
}

.audio,
.video {
	padding-left: 20px
}

.audio {
	background: url(/pi/global/icons/icon-audio-gray.svg) no-repeat 2px;
	background-size: 15px auto
}

.slide {
	background: url(/pi/global/icons/icon-slideshow-gray.svg) no-repeat 2px;
	background-size: 15px auto;
	padding-left: 20px
}

.rightAd {
	padding: 0 0 20px;
	text-align: center
}

.layer-whiteout {
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	z-index: 6000496;
	margin: 0 auto;
	height: auto;
	top: 40px;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
	opacity: 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out
}

#layer-logout-confirmation.showLogout {
	visibility: visible;
	opacity: 1;
	top: 40px
}

#layer-logout-bg.showLogout {
	visibility: visible;
	-webkit-opacity: .8;
	opacity: .8;
	top: 0
}

.layer-pop {
	visibility: hidden;
	opacity: 0;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 1.55em;
	position: absolute;
	display: block !important;
	background-color: #fff;
	padding: 30px 0 40px;
	margin: 30px auto 0;
	width: 278px;
	z-index: 6000500;
	left: 50%;
	margin-left: -139px;
	box-shadow: 0 1px 1px 4px rgba(0, 0, 0, .05);
	border: 1px solid rgba(0, 0, 0, .1);
	text-align: center;
	box-sizing: border-box
}

.layer-pop b {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
}

.layer-pop .layer-content {
	margin: 20px 30px 0
}

.layer-pop .layer-content-group {
	overflow: hidden
}

.layer-pop-header {
	background: #0f428a;
	color: #fff;
	font-size: 1.26em;
	padding: 15px 20px;
	position: fixed;
	box-sizing: border-box
}

@media (min-width:1024px) {
	#hidden-invite-layer {
		display: none;
		position: absolute;
		top: 56px;
		right: 16%;
		width: 314px;
		height: 593px;
		background-color: transparent;
		z-index: 5000301
	}
}

@media (max-width:1023px) {
	#hidden-invite-layer {
		display: none;
		position: fixed;
		left: 0;
		top: 50px;
		bottom: 80px;
		width: 100%;
		background-color: transparent;
		z-index: 5000301
	}
}

#leaveORG {
	z-index: 6000496;
	display: none;
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -215px;
	width: 430px;
	padding: 40px 20px;
	background: #fff;
	border: 1px solid #fcfcfc;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
	-moz-box-shadow: 20 2px 4px rgba(0, 0, 0, .5);
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 1.375em
}

#ads-pos-904,
#ads-pos-906,
#ads-pos-907,
#ads-pos-916,
#ads-pos-917,
div[id^=ads-pos-904_],
div[id^=ads-pos-906_],
div[id^=ads-pos-907_],
div[id^=ads-pos-916_],
div[id^=ads-pos-917_] {
	min-height: 60px
}

#ads-pos-1004,
div[id^=ads-pos-1004_] {
	min-height: 70px
}

#ads-pos-101,
#ads-pos-104,
#ads-pos-141,
div[id^=ads-pos-101_],
div[id^=ads-pos-104_],
div[id^=ads-pos-141_] {
	min-height: 100px
}

#ads-pos-420,
#ads-pos-520,
div[id^=ads-pos-420_],
div[id^=ads-pos-520_] {
	min-height: 120px
}

#ads-pos-1420,
#ads-pos-1520,
div[id^=ads-pos-1420_],
div[id^=ads-pos-1520_] {
	min-height: 150px
}

@media (max-width:767px) {

	#ads-pos-1420,
	#ads-pos-1520,
	div[id^=ads-pos-1420_],
	div[id^=ads-pos-1520_] {
		min-height: 180px
	}
}

#ads-pos-122,
#ads-pos-910,
#ads-pos-1122,
div[id^=ads-pos-122_],
div[id^=ads-pos-910_],
div[id^=ads-pos-1122_] {
	min-height: 250px
}

@media (max-width:767px) {

	#ads-pos-1122,
	div[id^=ads-pos-1122_] {
		min-height: 280px
	}
}

#adtagheader {
	margin: 5px 0 0;
	padding: 3px 0 10px;
	border: none;
	text-align: center
}

#adtagfooter .AdUnit,
#adtagheader .AdUnit,
#contentRight .AdUnit,
#right .AdUnit,
#rightcol .AdUnit,
#topRight .AdUnit,
.AdUnit,
.has-ad-label .AdUnit-sfp {
	background-image: url(/pi/global/text/text_advertisement_top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0;
	padding-bottom: 10px;
	text-align: center
}

.de_de #adtagfooter .AdUnit,
.de_de #adtagheader .AdUnit,
.de_de #contentRight .AdUnit,
.de_de #right .AdUnit,
.de_de #rightcol .AdUnit,
.de_de #topRight .AdUnit,
.de_de .AdUnit,
.de_de .has-ad-label .AdUnit-sfp {
	background-image: url(/de/pi/global/text/text_advertisement_top.gif)
}

.es_es #adtagfooter .AdUnit,
.es_es #adtagheader .AdUnit,
.es_es #contentRight .AdUnit,
.es_es #right .AdUnit,
.es_es #rightcol .AdUnit,
.es_es #topRight .AdUnit,
.es_es .AdUnit,
.es_es .has-ad-label .AdUnit-sfp {
	background-image: url(/es/pi/global/text/text_advertisement_top_es.png);
	background-size: 72px auto
}

.fr_fr #adtagfooter .AdUnit,
.fr_fr #adtagheader .AdUnit,
.fr_fr #contentRight .AdUnit,
.fr_fr #right .AdUnit,
.fr_fr #rightcol .AdUnit,
.fr_fr #topRight .AdUnit,
.fr_fr .AdUnit,
.fr_fr .has-ad-label .AdUnit-sfp {
	background-image: url(/fr/pi/global/text/text_advertisement_top_fr.gif)
}

.pt_pt #adtagfooter .AdUnit,
.pt_pt #adtagheader .AdUnit,
.pt_pt #contentRight .AdUnit,
.pt_pt #right .AdUnit,
.pt_pt #rightcol .AdUnit,
.pt_pt #topRight .AdUnit,
.pt_pt .AdUnit,
.pt_pt .has-ad-label .AdUnit-sfp {
	background-image: url(/pt/pi/global/text/text_advertisement_top_pt.png);
	background-size: 95px auto
}

#ads-pos-919.AdUnit,
#ads-pos-1919.AdUnit {
	background-image: none;
	text-align: left;
	padding-bottom: 5px
}

#ads-pos-919.AdUnit div:first-child,
#ads-pos-1919.AdUnit div:first-child {
	position: absolute
}

#ads-pos-420.AdUnit,
.has-ad-label.has-ad-str .AdUnit-sfp {
	background-image: none;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0
}

#right #ads-pos-122.AdUnit {
	border-top: 1px solid #dcdcdc;
	padding-top: 20px
}

.AdUnit.adlabelifi {
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0;
	padding-bottom: 10px;
	background-size: inherit
}

.AdUnit.adlabelifi,
.de_de .AdUnit.adlabelifi,
.es_es .AdUnit.adlabelifi,
.fr_fr .AdUnit.adlabelifi,
.pt_pt .AdUnit.adlabelifi {
	background-image: url(/pi/global/text/txt-ifi-top.gif) !important
}

.AdUnit.adlabelifg {
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0;
	padding-bottom: 10px;
	background-size: inherit
}

.AdUnit.adlabelifg,
.de_de .AdUnit.adlabelifg,
.es_es .AdUnit.adlabelifg,
.fr_fr .AdUnit.adlabelifg,
.pt_pt .AdUnit.adlabelifg {
	background-image: url(/pi/global/text/txt-ifg-top.gif) !important
}

.AdUnit.adlabelblank {
	background-image: none !important;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0;
	padding-bottom: 10px
}

div[id^=ad-pos-201].adlabelblank,
div[id^=ad-pos-202].adlabelblank,
div[id^=ad-pos-203].adlabelblank,
div[id^=ad-pos-503].adlabelblank,
div[id^=ad-pos-504].adlabelblank,
div[id^=ad-pos-505].adlabelblank,
div[id^=ad-pos-506].adlabelblank {
	padding-bottom: 0
}

.adcontainer104 {
	text-align: center
}

#ads-pos-910 *,
#adtagfooter *,
#adtagheader *,
.adcontainer104 *,
.rightAd * {
	margin-left: auto;
	margin-right: auto
}

#ads-pos-910 {
	text-align: center
}

#ads-pos-520 {
	padding-bottom: 10px
}

.cc #ads-pos-520 {
	background: none
}

@media (min-width:768px) and (max-width:1023px) {
	.cc #ads-pos-520 {
		padding: 18px 0 18px 16px;
		border-radius: 8px;
		box-shadow: 0 0 8px 2px rgba(0, 0, 0, .05);
		background-color: #fff
	}
}

@media (min-width:1024px) and (max-width:1279px) {
	.cc #ads-pos-520 {
		padding: 20px 0 20px 24px;
		border-radius: 12px;
		box-shadow: 0 0 8px 2px rgba(0, 0, 0, .05);
		background-color: #fff
	}
}

@media (min-width:1280px) {
	.cc #ads-pos-520 {
		padding: 18px 0 18px 24px;
		border-radius: 12px;
		box-shadow: 0 0 8px 2px rgba(0, 0, 0, .05);
		background-color: #fff
	}
}

.cc #ads-pos-1520 {
	background: none
}

@media (max-width:767px) {
	.cc #ads-pos-1520 {
		padding: 16px 0 16px 16px;
		border-radius: 8px;
		box-shadow: 0 0 8px 2px rgba(0, 0, 0, .05);
		background-color: #fff
	}
}

.cc #ads-pos-420,
.cc #ads-pos-1420 {
	background: none
}

#right #ads-pos-420 {
	float: none !important;
	margin: 0 0 15px
}

@media (min-width:320px) and (max-width:767px) {
	#ads-pos-104 {
		display: none
	}
}

#ads-pos-622,
#ads-pos-722,
#ads-pos-1622,
#ads-pos-1722,
#featured.section .section-content ul li#ads-pos-622 {
	display: none
}

#ads-pos-622.active,
#ads-pos-722.active,
#ads-pos-1622.active,
#ads-pos-1722.active,
#featured.section .section-content ul li#ads-pos-622.active,
#rel-recommend #ads-pos-622+li+li {
	display: block
}

#rel-recommend #ads-pos-622.active+li+li,
.blank-ad {
	display: none
}

#dd-hp #ads-pos-1622 {
	padding: 0 16px 5px
}

#column-right #ads-pos-622 {
	padding-top: 10px
}

.page-body section.hp_news ul li#ads-pos-622,
.page-body section.hp_news ul li#ads-pos-722,
.page-body section.hp_news ul li#ads-pos-1622,
.page-body section.hp_news ul li#ads-pos-1722 {
	margin-top: 0;
	padding-bottom: 15px;
	padding-top: 0
}

#ads-pos-800,
#ads-pos-1800 {
	display: none
}

#ads-pos-904,
#ads-pos-906,
#ads-pos-907,
div[id*=ads-pos-904],
div[id*=ads-pos-906],
div[id*=ads-pos-907] {
	border-bottom: 1px solid #d8d8d8;
	background: none !important;
	padding-bottom: 0 !important;
	display: none
}

#ads-pos-904.recircwidget,
#ads-pos-906.recircwidget,
#ads-pos-907.recircwidget,
div[id*=ads-pos-904].recircwidget,
div[id*=ads-pos-906].recircwidget,
div[id*=ads-pos-907].recircwidget {
	display: block
}

.recircborder {
	border-top: 1px solid #d8d8d8
}

.recircmarginbottom {
	margin-bottom: 100px
}

.article-column-left .recircmarginbottom {
	margin-bottom: 60px
}

.inf-art-wrap .recircmarginbottom {
	margin-bottom: 0
}

#top-pick,
[id*=top-pick] {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	color: #2f224d;
	margin-bottom: 15px;
	margin-top: 30px;
	display: none
}

.has-top-picks #top-pick,
.has-top-picks [id*=top-pick] {
	display: block
}

#ads-pos-421 {
	min-height: 45px
}

#ads-pos-1004,
#ads-pos-1420:not(.sticky-video),
#ads-pos-1520:not(.sticky-video) {
	display: -ms-flexbox;
	display: flex;
	box-sizing: content-box;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

div[id^=ads-pos-420_].AdUnit.adlabelblank,
div[id^=ads-pos-520_].AdUnit.adlabelblank {
	padding-top: 15px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8
}

#ads-pos-420,
#ads-pos-520,
div[id^=ads-pos-420_],
div[id^=ads-pos-520_] {
	text-align: center
}

div[id^=ads-pos-420][class*=textAdClass],
div[id^=ads-pos-520][class*=textAdClass] {
	text-align: left
}

@media (max-width:767px) {

	#ads-pos-1122,
	#ads-pos-1420,
	#ads-pos-1520,
	#ads-pos-1523,
	div[id^=ads-pos-1122_],
	div[id^=ads-pos-1420_],
	div[id^=ads-pos-1520_],
	div[id^=ads-pos-1523_] {
		margin-top: 22px;
		position: relative
	}

	.hp #ads-pos-1122,
	.hp #ads-pos-1420,
	.hp #ads-pos-1520,
	.hp #ads-pos-1523,
	.hp div[id^=ads-pos-1122_],
	.hp div[id^=ads-pos-1420_],
	.hp div[id^=ads-pos-1520_],
	.hp div[id^=ads-pos-1523_],
	.pers-body #ads-pos-1122,
	.pers-body #ads-pos-1420,
	.pers-body #ads-pos-1520,
	.pers-body #ads-pos-1523,
	.pers-body div[id^=ads-pos-1122_],
	.pers-body div[id^=ads-pos-1420_],
	.pers-body div[id^=ads-pos-1520_],
	.pers-body div[id^=ads-pos-1523_] {
		margin-top: 32px
	}

	#ads-pos-1122:before,
	#ads-pos-1420:before,
	#ads-pos-1520:before,
	#ads-pos-1523:before,
	div[id^=ads-pos-1122_]:before,
	div[id^=ads-pos-1420_]:before,
	div[id^=ads-pos-1520_]:before,
	div[id^=ads-pos-1523_]:before {
		content: "SCROLL FOR MORE CONTENT";
		font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
		font-size: .6875rem;
		line-height: .6875rem;
		letter-spacing: .5px;
		color: #435056;
		text-align: center;
		position: absolute;
		top: -15px;
		left: 0;
		right: 0
	}

	.de_de #ads-pos-1122:before,
	.de_de #ads-pos-1420:before,
	.de_de #ads-pos-1520:before,
	.de_de #ads-pos-1523:before,
	.de_de div[id^=ads-pos-1122_]:before,
	.de_de div[id^=ads-pos-1420_]:before,
	.de_de div[id^=ads-pos-1520_]:before,
	.de_de div[id^=ads-pos-1523_]:before {
		content: "SCROLLEN FÜR MEHR INHALTE"
	}

	.es_es #ads-pos-1122:before,
	.es_es #ads-pos-1420:before,
	.es_es #ads-pos-1520:before,
	.es_es #ads-pos-1523:before,
	.es_es div[id^=ads-pos-1122_]:before,
	.es_es div[id^=ads-pos-1420_]:before,
	.es_es div[id^=ads-pos-1520_]:before,
	.es_es div[id^=ads-pos-1523_]:before {
		content: "DESLIZA PARA MÁS CONTENIDO"
	}

	.fr_fr #ads-pos-1122:before,
	.fr_fr #ads-pos-1420:before,
	.fr_fr #ads-pos-1520:before,
	.fr_fr #ads-pos-1523:before,
	.fr_fr div[id^=ads-pos-1122_]:before,
	.fr_fr div[id^=ads-pos-1420_]:before,
	.fr_fr div[id^=ads-pos-1520_]:before,
	.fr_fr div[id^=ads-pos-1523_]:before {
		content: "PLUS DE CONTENUS CI-DESSOUS"
	}

	.pt_pt #ads-pos-1122:before,
	.pt_pt #ads-pos-1420:before,
	.pt_pt #ads-pos-1520:before,
	.pt_pt #ads-pos-1523:before,
	.pt_pt div[id^=ads-pos-1122_]:before,
	.pt_pt div[id^=ads-pos-1420_]:before,
	.pt_pt div[id^=ads-pos-1520_]:before,
	.pt_pt div[id^=ads-pos-1523_]:before {
		content: "ROLE PARA BAIXO PARA MAIS CONTEÚDOS"
	}
}

.use-adhesive-footer .footer_legal-text {
	margin-top: 1rem;
	padding-bottom: 4rem
}

.page-footer {
	padding-bottom: 6rem
}

@media (max-width:767px) {
	.adhesive-footer-wrapper {
		display: block;
		max-height: 100px
	}
}

.adhesive-footer-wrapper,
.sticky-footer-ad {
	background-color: #f0efef;
	position: fixed;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	z-index: 1999990;
	overflow: hidden;
	display: none;
	box-shadow: 0 -3px 6px 0 #7676744D
}

.adhesive-footer_content,
.innerAdContainer {
	position: relative;
	display: inherit;
	-ms-flex-pack: center;
	justify-content: center;
	margin: initial
}

.sticky-footer-ad {
	background: initial
}

.footer-close-btn,
.footer-close-btn_white {
	width: 15px;
	height: 15px;
	position: absolute;
	background-image: url(//img.medscapestatic.com/pi/cme/icons/close-button-blk-2x.png);
	background-repeat: no-repeat;
	background-size: contain;
	right: 0;
	top: 5px;
	cursor: pointer;
	z-index: 10;
	padding: 0 10px
}

.footer-close-btn_white {
	background-image: url(//img.medscapestatic.com/pi/cme/icons/close-button-wht-2x.png)
}

.footer-close-btn-text {
	right: 0;
	top: 5px;
	cursor: pointer;
	z-index: 10;
	padding: 0 10px;
	color: #767674;
	text-transform: uppercase;
	top: -4px;
	position: absolute
}

@media (max-width:767px) {
	.sticky-footer-ad {
		max-height: 120px
	}

	#stick-ad-outter-wrapper.sticky-footer-ad {
		bottom: 0;
		height: auto
	}

	.adhesive-footer_content {
		width: 100%;
		height: auto;
		min-height: 100px;
		max-height: 100px;
		color: #767674;
		display: block
	}

	.adhesive-footer_content .adlabelblank {
		margin: 0 25px
	}

	.adhesive-footer_content .adlabelblank iframe {
		width: 100%
	}
}

#ads-af-pos-145,
#ads-pos-145 {
	background-position: 18vw 15px;
	padding: 0;
	position: relative;
	width: 100vw
}

#ads-af-pos-145 div iframe {
	min-width: 728px;
	height: auto;
	padding: 25px 0 3px
}

@media (min-width:767px) {
	.adhesive-footer_content {
		width: 1250px
	}
}

.globalpromoadsunit.interscroller {
	background: #fff;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 400px !important;
	-ms-flex-pack: justify;
	justify-content: space-between;
	left: calc(-50vw + 50%) !important;
	margin: 40px 0;
	min-height: 400px;
	padding-top: 0;
	padding-bottom: 0;
	position: relative !important;
	width: 100vw !important;
	z-index: 10
}

.globalpromoadsunit.interscroller>div {
	clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0) !important;
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0) !important;
	left: 0 !important;
	position: absolute !important;
	right: 0 !important;
	text-align: initial !important;
	top: 0 !important;
	height: 100% !important
}

.globalpromoadsunit.interscroller>div>iframe {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 0;
	position: fixed !important;
	left: 0;
	min-height: 100%;
	top: 0 !important;
	vertical-align: bottom;
	width: 100%
}

.globalpromoadsunit.interscroller:after,
.globalpromoadsunit.interscroller:before {
	-ms-flex-align: center;
	align-items: center;
	background-color: #f2f4f5;
	color: #000;
	display: -ms-flexbox;
	display: flex;
	font-size: 10px;
	height: 10px;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 12px;
	position: relative;
	width: 100%;
	z-index: 1
}

.globalpromoadsunit.interscroller:before {
	content: "INFORMATION FROM INDUSTRY BELOW";
	top: -10px
}

.globalpromoadsunit.interscroller:after {
	content: "END OF INFORMATION FROM INDUSTRY";
	top: 10px
}

@media (min-width:320px) and (max-width:767px) {
	body #ads-pos-104 {
		display: none
	}
}

@media (min-width:768px) {
	body .mobile_adlabelleft {
		display: none
	}
}

/* redesign styles - footer */
.mscp-footer {
	color: #161b1d;
	text-align: left;
	font-size: 1rem
}

.mscp-footer li,
.mscp-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

.page-footer {
	border-top: 2px solid #064aa7;
	padding-top: 2.5rem;
	padding-bottom: 4rem;
	margin-top: 2rem
}

.mscp-footer .page-footer {
	margin: 28px 0 0;
	padding: 45px 0 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (max-width:767px) {
	.mscp-footer .page-footer {
		padding: 38px 0 42px
	}
}

.footer-col a {
	display: block;
	margin-bottom: .875rem
}

.footer-col a:last-of-type {
	margin-bottom: 0
}

.footer-logo {
	width: 100%;
	text-align: left;
	margin-bottom: 1rem
}

@media (max-width:767px) {
	.footer-logo {
		margin-bottom: .5rem
	}
}

.mscp-footer .footer-logo {
	margin-bottom: 0;
	width: 1240px;
	position: relative;
	z-index: 2
}

@media (max-width:767px) {
	.mscp-footer .footer-logo {
		margin: 0 auto;
		padding: 0 0 10px
	}
}

.mscp-footer .footer-logo a {
	position: absolute;
	top: 5px;
	right: 0;
	width: 127px;
	height: 28px;
	display: block
}

@media (max-width:767px) {
	.mscp-footer .footer-logo a {
		position: relative;
		top: 0;
		right: 0;
		width: 119px;
		height: 26px
	}
}

.mscp-footer .footer-logo a .footer-logo-image {
	width: 127px;
	height: 28px
}

@media (max-width:767px) {
	.mscp-footer .footer-logo a .footer-logo-image {
		width: 119px;
		height: 26px
	}
}

.footer-logo-image {
	width: 127px;
	height: 28px
}

.footer-social {
	-ms-flex: 1.6;
	flex: 1.6
}

@media (max-width:767px) {
	.footer-social {
		width: 100%;
		padding-bottom: 2rem
	}
}

.footer-social a {
	margin-right: .5rem;
	margin-bottom: .5rem;
	display: inline-block
}

.footer-sections {
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 3rem;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (min-width:768px) {
	.footer-sections {
		-ms-flex: 5;
		flex: 5
	}
}

@media (max-width:1023px) {
	.footer-sections {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.footer-sections .footer-col {
	padding: 0 1rem;
	border-left: 1px solid #dbdbdb;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: .875rem;
	min-width: 125px
}

@media (max-width:1023px) {
	.footer-sections .footer-col {
		min-width: 9.75rem;
		margin-bottom: 1rem;
		padding-bottom: 1rem
	}
}

@media (max-width:767px) {
	.footer-sections .footer-col {
		margin-bottom: 0;
		padding: 0 0 2rem;
		border-left: none;
		border-top: 1px solid #dbdbdb;
		width: 100%
	}
}

.footer-col,
.footer-social {
	text-align: left
}

.footer-col .footer-heading,
.footer-col h4,
.footer-social .footer-heading,
.footer-social h4 {
	font-family: Roboto Condensed, sans-serif;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: .875rem
}

@media (max-width:767px) {

	.footer-col .footer-heading,
	.footer-col h4,
	.footer-social .footer-heading,
	.footer-social h4 {
		margin-top: .875rem
	}
}

.page-footer a:active,
.page-footer a:link,
.page-footer a:visited {
	color: #222;
	text-decoration: none
}

.page-footer a:hover {
	color: #0f428a;
	text-decoration: none
}

.footer-row--links {
	margin-bottom: 3px;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (max-width:767px) {
	.footer-row--links {
		margin-bottom: 26px;
		max-width: none;
		width: 100%
	}
}

.footer-row--links .footer-tabs {
	margin: 0;
	padding: 0;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-size: 1.125rem;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	scrollbar-width: none;
	z-index: 1
}

@media (max-width:767px) {
	.footer-row--links .footer-tabs {
		font-size: 1rem
	}
}

.footer-row--links .footer-tabs::-webkit-scrollbar {
	display: none
}

.footer-row--links .footer-tabs li {
	padding: 9px 21px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	cursor: pointer;
	border-bottom: 3px solid transparent;
	transition: background-color .3s ease
}

.footer-row--links .footer-tabs li.selected,
.footer-row--links .footer-tabs li:focus-within,
.footer-row--links .footer-tabs li:hover {
	color: #064aa7;
	border-bottom: 3px solid #064aa7
}

.footer-row--links .footer-links {
	margin-top: -2px;
	padding: 16px 0 0;
	border-top: 2px solid #c5ced3
}

@media (max-width:767px) {
	.footer-row--links .footer-links {
		padding: 16px 20px 0;
		font-size: .875rem
	}
}

.footer-row--links .footer-links a {
	margin: 0 32px 13px 0;
	padding: 0;
	position: relative;
	display: block
}

.footer-row--links .footer-links a:after {
	content: "|";
	color: #c5ced3;
	position: absolute;
	right: -18px
}

.footer-row--links .footer-links a:last-of-type {
	margin: 0 0 13px
}

.footer-row--links .footer-links a:last-of-type:after {
	content: ""
}

@media (max-width:767px) {

	.footer-row--links .footer-links a,
	.footer-row--links .footer-links a:last-of-type {
		margin: 0 16px 13px
	}
}

.footer-row--links .footer-links a.events {
	margin-right: 52px;
	position: relative
}

@media (max-width:767px) {
	.footer-row--links .footer-links a.events {
		margin-right: 38px
	}
}

.footer-row--links .footer-links a.events:before {
	content: " ";
	background: url(/pi/global/icons/system/icon-external-link.svg) no-repeat;
	background-size: 12px auto;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 4px;
	right: -18px
}

.footer-row--links .footer-links a.events:after {
	right: -38px
}

.footer-row--links .footer-links a#ot-sdk-btn {
	font-size: 1rem
}

@media (max-width:767px) {
	.footer-row--links .footer-links a#ot-sdk-btn {
		font-size: .875rem
	}
}

.footer-row--links .footer-links .footer-section {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: none
}

@media (max-width:767px) {
	.footer-row--links .footer-links .footer-section {
		-ms-flex-pack: center;
		justify-content: center
	}
}

.footer-row--links .footer-links .footer-section.section-policies {
	display: -ms-flexbox;
	display: flex
}

.footer-row--social {
	margin-bottom: 20px;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:767px) {
	.footer-row--social {
		margin-bottom: 36px;
		display: block
	}
}

.footer-row--social .footer-app-drivers {
	display: -ms-flexbox;
	display: flex;
	text-transform: uppercase
}

@media (max-width:767px) {
	.footer-row--social .footer-app-drivers {
		display: block;
		text-align: center
	}
}

.footer-row--social .footer-app-drivers .footer-heading {
	margin: 0 8px 0 0;
	width: 125px
}

@media (max-width:767px) {
	.footer-row--social .footer-app-drivers .footer-heading {
		margin: 0 0 4px;
		font-size: .875rem;
		width: auto
	}
}

@media (max-width:767px) {
	.footer-row--social .footer-app-drivers ul {
		margin-bottom: 16px;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.footer-row--social .footer-app-drivers a {
	margin: 0 8px 0 0;
	width: 135px;
	height: 40px;
	background-size: 135px 40px;
	font-size: 0
}

@media (max-width:767px) {
	.footer-row--social .footer-app-drivers a {
		margin: 0 4px
	}
}

.footer-row--social .footer-app-drivers a.apple-app-store {
	background: url(/pi/global/logos/apps/apple-app-store.svg) no-repeat
}

.footer-row--social .footer-app-drivers a.google-play-store {
	background: url(/pi/global/logos/apps/google-play-store.svg) no-repeat
}

@media (max-width:767px) {
	.footer-row--social .footer-social-icons {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.footer-row--social .footer-social-icons li {
	padding: 0 0 0 16px
}

@media (max-width:767px) {
	.footer-row--social .footer-social-icons li {
		padding: 0 8px
	}
}

.footer-row--social .footer-social-icons a:hover svg,
.footer-row--social .footer-social-icons a:hover svg path {
	fill: #064aa7
}

.footer_legal-text {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	width: 500px;
	margin-top: 3rem;
	margin-left: auto;
	margin-right: auto;
	font-size: .75rem;
	line-height: 1.3;
	text-align: center;
	color: #767674;
	padding-bottom: 2.5rem
}

.mscp-footer .footer_legal-text {
	margin: 0 auto;
	padding: 0;
	width: 1240px;
	text-align: left
}

.mscp-footer .footer_legal-text.resp-container {
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media (max-width:767px) {
	.mscp-footer .footer_legal-text.resp-container {
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center
	}
}

.ai-search-header-driver {
    padding: 4px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1023px) {
    .ai-search-header-driver {
        margin: 0 auto;
        padding: 8px 0 0 30px
    }
}

@media (max-width:767px) {
    .ai-search-header-driver {
        margin: 0 auto;
        padding: 15px 0 0 30px
    }
}

.slide-out-menu .ai-search-header-driver {
    padding: 14px 0 5px 20px
}

.ai-search-header-driver a {
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
    font-size: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media (max-width:1023px) {
    .ai-search-header-driver a {
        font-size: .875rem
    }
}

.ai-search-header-driver a span {
    margin: 0 0 0 8px;
    font-size: 0;
    background: url(/pi/logos/medscape-ai/logo-medscape-ai.svg) no-repeat;
	background-size: 129px auto;
	width: 129px;
	height: 20px;
}

@media (max-width:1023px) {
    .ai-search-header-driver a span {
        background-size: 103px auto;
		width: 103px;
		height: 16px;
    }
}

.ai-search-header-driver a:before {
    content: "NEW!";
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
    font-size: .875rem;
    color: #8a0f1e;
    position: absolute;
    left: -43px;
    top: 2px
}

@media (max-width:1023px) {
    .ai-search-header-driver a:before {
        top: 1px
    }
}

.ai-search-header-driver a:after {
    content: "";
    background: url(/pi/global/icons/icon-chevron-right.svg) no-repeat;
    background-size: 6px auto;
    width: 6px;
    height: 11px;
    position: absolute;
    right: -18px;
    top: 4px
}

@media (max-width:1023px) {
    .ai-search-header-driver a:after {
        top: 2px
    }
}

.page-header .ai-search-header-driver a {
    color: #000
}

.page-header .ai-search-header-driver a:hover,
.page-header .ai-search-header-driver a:link,
.page-header .ai-search-header-driver a:visited {
    color: #000;
    transition: none
}

body:not(.is-cme) .mscp-header .header-row-bottom.active {
    height: 112px
}

@media (max-width:1023px) {
    body:not(.is-cme) .mscp-header .header-row-bottom.active {
        height: 106px
    }
}

@media (max-width:767px) {
    body:not(.is-cme) .mscp-header .header-row-bottom.active {
        height: 76px
    }
}

.hdr-stick.hdr-expand #dd_nav.fixed-sticky,
.hdr-stick.hdr-expand #dd_nav.fixedsticky {
    top: 174px !important
}

@media (max-width:1023px) {

    .hdr-stick.hdr-expand #dd_nav.fixed-sticky,
    .hdr-stick.hdr-expand #dd_nav.fixedsticky {
        top: 164px !important
    }
}

@media (max-width:767px) {

    .hdr-stick.hdr-expand #dd_nav.fixed-sticky,
    .hdr-stick.hdr-expand #dd_nav.fixedsticky {
        top: 134px !important
    }
}