
/*added temp by Ryan Zhang 06/07*/

html, body {
    height: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    padding:0;
    margin:0;
    font-size: 76%;
    min-width: 320px;
}
p {
    margin: 0 0 12px 0;
    padding: 0;
}
img {
    max-width: 100%;
}

a:link {
    color: #007cb0;
    text-decoration: none;
}
::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}
#bodypadding{
	padding: 0 !important;
	margin:0 !important;
	width: 100% !important;
    font-size: 1.05em;
}
#medscape_login ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.block-hd{
	font-family: proxima_nova_rgregular;
	font-size: 17px;
	text-align: center;
	color: #000000;	
}
.txt1{
	font-weight: 600;
	padding: 16px 25.5px;
}
.txt2{
	line-height: 1.18;
	width: 208px;
    margin: auto;
    padding-top: 17px;
    padding-bottom: 3px;
}
.txt3{
	padding: 15px 61.5px 8px 61.5px;
}
.txt4{
	font-size: 16px;
	font-weight: 600;
	padding-top: 15px;
}
.txt5{
	font-size: 17px;
	line-height: 1.18;
	margin: auto;
    padding-top: 17px;
    padding-bottom: 23px;
}
#blockpadding{
	background-color: #e8f1f5;
	padding-bottom: 18px;
}
#medscape_login{
	padding:0 calc((100% - 300px)/2);
	
}
#login_box{
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	border: solid 1px #e0e0e0;
}
.tab-wrap{
	height: 52px;
    margin-bottom: 17px;
}

#medscape_login .tabs{
	float: left;
    padding-top: 19px;
    box-sizing: border-box;
    height: 52px;
    text-align: center;
    cursor: pointer;
    font-family: 'proxima_nova_rgregular';
	font-size: 12px;
	line-height: 1.0;
}
#medscape_login .tab-login{
	width:38%;	
	font-weight: bold;
	color: #3f3f3f;
	
}
#medscape_login .tab-reg{
	width:62%;	
	background-color: #edf1f5;
	font-weight: 600;
	letter-spacing: -0px;
	color: #4e5b6b;	
    transition: 0.5s;
}
#medscape_login .tab-reg:hover{
    background: #c9d3de;
    color: #4e5b6b;
}
#medscape_login .tab-reg a{
    color: #4e5b6b;    
}
#medscape_login .inputrow {
	position: relative;
	padding:10px 0;
	margin: 0 15px;
}
#medscape_login .inputrow input[type="text"], #medscape_login .inputrow input[type="password"] {
	border-radius: 3px;
	outline: none;
}
#regularEmail,#password,#lwpdEmail,#fgpwEmail,#userId2,#userId3{
    border: solid 1px #d0d8e7;
}
#medscape_login .inputrow input[type="text"]:focus:not(.redBorder), #medscape_login .inputrow input[type="password"]:focus:not(.redBorder){
	border: solid 1px #005b81;
}
.fld{
	height: 45px;
	width: 100%;
	font-family: proxima_nova_rgregular;
	font-size: 16px;
    padding: 0 12px;
    box-sizing: border-box;  
}


.fld:focus ~ .floating-label, .fld:not(.empty) ~ .floating-label{
	top: 2px;
    left: 12px;
    font-size: 12px;
}

.floating-label{
	position: absolute;
    pointer-events: none;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #5e5e5e;
    top: 25px;
    left: 12px;
    transition: 0.2s ease all;
    background-color:#ffffff;
    font-family: "proxima_nova_rgregular";
}
.togglePassword{
	position: absolute;
    right: 10px;
    top: 26px;
    z-index: 2;
    cursor: pointer;
    height: 15px;
    font-family: Arial;
    font-size: 12px;
    color: #007cb0 !important;

}

#hideText {
    display: none;
}

#medscape_login .loginBtn {
	padding-bottom: 27px;
    padding-left: calc((100% - 208px)/2);
	margin-top: 13px;
}
#medscape_login .continueBtn {
	padding-bottom: 27px;
    padding-left: calc((100% - 208px)/2);
	margin-top: 17px;
	margin-bottom: 19px;
}
#loginBtn,#continueBtn,#continueBtn2{
    background-color: #cdcdcd;
}
#medscape_login input[type="submit"], #medscape_login input[type="button"]{
	width: 208px;
    height: 45px;
	border: 0 none;
    font-family: proxima_nova_rgregular;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	text-align: center;
    font-size: 17px;
    transition:0.5s;
    margin:0;
    padding: 0;
}

#login_temp_link a, #forgot_password_or_u a{
    color: #007cb1;
}
#login_temp_link a:hover, #forgot_password_or_u a:hover{
    text-decoration: underline;
}

#medscape_login .link-wrapper{
	text-align: center;
	
}
#medscape_login #login_temp_link, #forgot_password_or_u{
	font-family: Arial;
	font-size: 14px;
	color: #007cb1;
	cursor: pointer;
}
#medscape_login .newsign{
	font-family: Roboto;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    background-color: #d0011b;
    color: #ffffff;
    padding: 3px 2px;
    margin-left: 3px;
    vertical-align: top;
}
#medscape_login #forgot_password_or_u{
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	color: #007cb1;
	margin:20px 0 35px 0;
}
#login_temp_request,#forgot_password_request{
	margin-top:7px;
}

.navBlock{
	font-family: proxima_nova_rgregular;	
	margin-bottom: 50px;	
}
.navDiv{
	width: 205px;
	height: 30px;
	margin: auto;
	cursor: pointer;
	font-size: 15px;
	position: relative;
    text-align: center;
}
.back_icon{
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(/pi/global/icons/backicon.png) no-repeat;
	background-size: 30px 30px;
    transition: transform 1s; 
}
.back_txt{
	margin-left: 37px;
    color: #000000;
    display: inline-block;
    margin-top: 6px;
}
.navDiv:hover .back_icon{
    transform: translate(-10px,0px);
}

#blockpadding2 {
	padding:0px;
    margin:0px;
    font-family:arial, sans-serif;
    font-size: 1.05em;
    background-color: #f8f8f8;
}

#blockpadding2 .registerbtn_div{
	border-radius: 3px;
    border: solid 1px #007cb1;
    font-family: proxima_nova_rgregular;
    font-size: 14px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    color: #007cb0;
    height: 45px;
    margin: auto;
    width: 280px;
    cursor: pointer;
}
.registerbtn{
    display: block;
    width: 100%;
    height:100%;
    color: #007cb0;
}

.sticky-header{
	display: none;
}


.hd-div1{
	padding: 0;
}
.hd-div2{
	padding: 0;
}
.nav-to-login{
	color: #007cb0;
	cursor: pointer; 
}
.nav-to-register{
	color: #007cb0;
	cursor: pointer; 
}
#confirmationBody{
    margin: 0 auto;
    width: 300px;
    min-height: 562px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

#reg_content{
	background-color: #e8f1f5;
	font-size: 15px;
	line-height: 1.22;
	font-family: "proxima_nova_rgregular";
	height: 100%;
    min-height: 587px;
    padding-top: 20px;
    padding-bottom: 36px;
}
.reg_content_block1{
    width: 223px;
    margin: 0 auto;
	padding-top:10px;
	text-align: center;
}
.reg_successtext{
	padding-top: 24px;
}
.reg_successtext a{
    color: #007cb1 !important;
}
.reg_content_block2{
	width: 223px;
    margin: 0 auto;
}
.reg_content_block3{
	padding: 25px 20px;
	text-align: center;
}
.reg_content_block3 .reg_successtext:last-child{
    margin-top: 50px;
    padding-bottom: 10px;
}
.reg_successtext .text_email{
	font-size: 20px;
	font-weight: bold;
	line-height: 0.9;
	color: #000000;
}
.txt_list{
	line-height: 1.61;
    text-align: left;
}
.check-icon{
	background:url(/pi/global/icons/icon-checkmark-green.svg) no-repeat;
    background-size: 16px 16px;
    background-position: left 0px top 4px;
    padding-left: 26px;
    display: table-cell;
}
.check-text{
    display: table-cell;
}
.help_block{
	padding: 90px 45px;
}
#loginErr{
    color: #ab2318;
    text-align: center;
}
#remember_row{
    display: none;
    margin-left: 22%;
    font-size: 14px;
    width: 350px;
}
.formlabel{
    padding: 0;
    font-family: inherit;
    font-size: inherit;
}
.alreadyout_header{
    margin: 0 10px;
    padding: 20px 0 20px 0;
    font-family: 'proxima_nova_ltlight', arial, sans-serif;
    overflow: hidden;
    font-size: 2.3em;
    color: #005b81;
}
.alreadyout_content{
    padding: 0 7px;
    font-size: 1.1em;
    margin-bottom: 15px;
    
}
.alreadyout_content a{
    color:#007cb0 !important;
}


/*style for about page below*/
section{
	overflow: hidden;
    position: relative;
    padding: 10% 0 3%;
}
.news-and-perspective {
    background-color: #f8f8f8;
}
.about-section-wrapper{
	position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 96%;
}
.news-and-perspective .about-section-wrapper {
    overflow: visible;
}
.section-header{
	font-family: proxima_nova_ththin;
    font-size: 2.5em;
    text-align: center;
    color: #005b81;
    line-height: 1.1;
}
.section-subheader{
	font-family: proxima_nova_rgregular;
    font-size: 1.8em;
    text-align: center;
    margin: 4px 0 1em 0;
    line-height: 1.2;
}
.tab-title-container {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    border-bottom: solid 1px #dddddd;
    list-style: none;
    padding: 0;
}
.tab-title {
	font-family: proxima_nova_ltlight;
    font-size: 1em;
    text-align: center;
    margin: 0 1em;
    color: #005b81;
    cursor: pointer;
}
.active-title {
    border-bottom: solid 1px #005b81;
    padding-bottom: 20px;
}
.news-container {
    display: flex;
    flex-wrap: wrap;
}
.news-container .news {
    line-height: 1.2;
    padding: 0 5%;
    position: absolute;
    transition: all 0.7s;
    padding-top: 30px;
    opacity: 0;
    width: 100%;
}
.news-placeholder{
	visibility: hidden;
	width: 100%;
    flex: 1 1;
}
.news-layer-container {
    position: relative;
    margin-left: 5%;
    height: 250px;
    min-height: 250px;
    width: 250px;
    margin-top: 30px;
}
.news-title{
	font-family: proxima_nova_rgregular;
    font-size: 1.4185em;
    padding: 0;
    margin-bottom: 0.3rem;
    text-align: left;
}
.news-description, .item-description{
    padding: 0 5% 0 0;
    font-size: 1em;
    color: #666666;
    text-align: left;
    margin-bottom: 1em;
    font-family: proxima_nova_ltlight;
    padding-left: 0;
}

.news-layer {
    height: 250px;
    width: 250px;
}
.news-layer:nth-child(1) {
    position: absolute;
    background-size: contain;
    z-index: 30;
}
.news-layer:nth-child(2) {
    position: absolute;
    background-size: contain;
    opacity: 0.5;
    top: 0;
    left: 100px;
    z-index: 20;
}
.news-layer:nth-child(3) {
    position: absolute;
    background-size: contain;
    opacity: 0.3;
    top: 0;
    left: 200px;
    z-index: 10;
}

.news-layer:nth-child(4) {
    position: absolute;
    background-size: contain;
    opacity: 0;
    top: 0;
    left: 300px;
}
.news-layer:nth-child(5) {
    position: absolute;
    background-size: contain;
    opacity: 0;
    top: 0;
    left: 400px;
}
.news-layer-shadow {
    background: url(//img.medscapestatic.com/pi/mscp-origin/about/np-shadow@2x.png) no-repeat;
    width: 600px;
    height: 100px;
    position: absolute;
    background-size: cover;
    bottom: -20px;
}
.animate-carousel {
    position: relative;
    margin: 3em 0;
}
.carousel-button-container {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: -15px;
}
.carousel-button {
    display: block;
    border-radius: 100%;
    border: 1px solid #007cb0;
    padding: 5px;
    background-color: transparent;
    margin: 2px 10px;
    cursor: pointer;
    height: 0.8125rem;
    width: 0.8125rem;
    position: relative;
    z-index: 8000;
}
.carousel-window {
    position: relative;
    overflow: hidden;
    margin: 0 5%;
}
.carousel-wrapper {
    overflow: hidden;
    width: 20000px;
    position: relative;
}
.carousel-item {
    float: left;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.drug-carousel {
    line-height: 1.2;
    width: 100%;
    padding-left: 2%;
    z-index: 10;
}
.item-title{
	text-align: left;
	font-family: proxima_nova_rgregular;
    font-size: 1.3em;
    margin-bottom: 5px;
    padding-left: 0;
}
.image-elements {
    height: 250px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.drug-1 {
    position: absolute;
    bottom: 0;
    display: block;
    z-index: 8;
    left: -15%;
    top: 6%;
    width: 100%;
    height: 100%;
}
.drug-1 img{
    max-width:none;
    width: 130%;
}
.disease-1 {
    position: absolute;
    bottom: 0;
    left: -10%;
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: 5;
}
.disease-2 {
    position: absolute;
    bottom: 28%;
    left: 45%;
    display: block;
    width: 37%;
    height: 36%;
    background-size: contain;
    z-index: 6;
    margin-left: 5%;
}
.disease-3 {
    position: absolute;
    bottom: 42%;
    right: 25%;
    display: block;
    width: 10%;
    height: 12%;
    background-size: contain;
    z-index: 7;
    margin-right: -10%;
}
.tool-description {
    width: 100%;
}
.tool-image-elements.image-elements {
    width: 275px;
}
.tool-1 {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: contain;
    z-index: 7;
}
.tool-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 50%;
    height: 100%;
    background-size: contain;
    z-index: 7;
}
.tool-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 50%;
    height: 100%;
    background-size: contain;
    z-index: 7;
}
.tool-4 {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: 7;
    opacity: 1;
}
.tool-1 img,.tool-2 img,.tool-3 img,.tool-4 img{
    width: 73%;
}
.tool-2, .tool-3 {
    left: 36%;
}
.cme-and-education {
    background-color: #dbe5ec;
}
.cme-and-education .about-section-wrapper {
    overflow: visible;
}
.cme-img-container {
    width: 100%;
    height: 200px;
    position: relative;
}
.parallax {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.cme-img1 {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50px;
    background-size: contain;
    display: none;
}
.cme-img2 {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 100px;
    bottom: 100px;
    background-size: contain;
    display: none;
}
.cme-img3 {
    width: 150px;
    height: 150px;
    position: absolute;
    left: -7%;
    top: 10%;
    background-size: contain;
}
.cme-img4 {
    width: 180px;
    height: 180px;
    position: absolute;
    left: 12%;
    background-size: contain;
}
.cme-img5 {
    width: 200px;
    height: 200px;
    position: absolute;
    right: 3%;
    background-size: contain;
    z-index: 3;
}
.play-button {
    position: absolute;
    top: 30%;
    left: 35%;
    width: 40px;
}
.cme-img6 {
    width: 150px;
    height: 150px;
    position: absolute;
    right: -20%;
    background-size: contain;
    z-index: 2;
}
.cme-img7 {
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 30%;
    background-size: contain;
    z-index: 1;
    display: none;
}
.cme-img1 img,.cme-img2 img,.cme-img3 img,.cme-img4 img,.cme-img6 img,.cme-img7 img{
    width: inherit;
    height: inherit;
}
.cme-container{
    font-family: "proxima_nova_rgregular";
}
.cme-item {
    margin: 0 1%;
    min-width: 300px;
}
.cme-description {
    font-size: 1.4em;
}
.cme-number-container {
    position: relative;
}
.cme-number {
    font-family: proxima_nova_ltsemibold;
    font-size: 8em;
    line-height: 1.1;
    text-align: center;
    color: #751400;
    margin: 0;
}
.cme-credit {
    font-family: proxima_nova_ltsemibold;
    font-size: 2em;
    line-height: 1.1;
    text-align: center;
    color: #751400;
}
.accreditation {
    font-size: 1.2em;
    line-height: 1.3;
    color: #777777;
    text-align: left;
    padding-left: 17.7px;
}
.consult, .what-clinicians-say {
    background-color: #f8f8f8;
}
.consult {
    margin-bottom: -38px;
}
.item-wrapper {
    font-family: proxima_nova_ltlight;
    line-height: 1.2;
    padding: 0 5%;
    width: 100%;
}
.ask-details {
    margin-top: -25%;
}
.item-title {
    margin-bottom: 4.8px;
    padding-left: 0;
}
.consult-title {
    font-family: proxima_nova_ththin;
    font-size: 30px;
}
.ask-image-elements {
    height: 250px;
    width: 100%;
}
#ask-layer-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 6;
}
#ask-layer-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 7;
}
#ask-layer-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 95%;
    background-size: cover;
    z-index: 8;
}
.share-image-elements{
    height: 200px;
}
.discuss-image-elements {
    display: block;
    width: 100%;
    height: 200px;
    background-size: contain;
    position: relative;
}
#share-layer-1 {
    position: absolute;
    bottom: 0;
    left: 8%;
    display: block;
    width: 50%;
    height: 100%;
    background-size: contain;
    z-index: 8;
}
#share-layer-2 {
    position: absolute;
    bottom: 0;
    left: 30%;
    display: block;
    width: 45%;
    height: 95%;
    background-size: contain;
    z-index: 7;
}
#share-layer-3 {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 40%;
    height: 90%;
    background-size: contain;
    z-index: 6;
}
#share-layer-1 img,#share-layer-2 img,#share-layer-3 img{
    height: inherit;
}
#discuss-layer-1 {
    position: absolute;
    bottom: 50%;
    left: 4%;
    display: block;
    width: 40%;
    height: 15%;
    background-size: contain;
}

#discuss-layer-2 {
    position: absolute;
    bottom: 20%;
    left: 15%;
    display: block;
    width: 40%;
    height: 15%;
    background-size: contain
}

#discuss-layer-3 {
    position: absolute;
    bottom: 60%;
    right: 20%;
    display: block;
    width: 40%;
    height: 15%;
    background-size: contain;
}

#discuss-layer-4 {
    position: absolute;
    bottom: 30%;
    right: 15%;
    display: block;
    width: 40%;
    height: 15%;
    background-size: contain;
}
.pba {
    background-image: linear-gradient(to bottom, #ffffff, #eef2f4);
}
.pba-carousel {
    line-height: 1.2;
    width: 100%;
    padding-left: 2%;
    z-index: 10;
}
.look-description{
    font-family: proxima_nova_ltlight;
    text-align: left;
    padding: 0 10px;
    width: 95%;
    color: #666666;
}
.pba-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: 8;
    text-align: center;
}
.pba-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: 8;
}
.pba-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: 8;
    text-align: center;
}
.pba-1 img,.pba-3 img{
    height: 100%;
}
.apps-at-your-fingertips {
    padding: 5% 0 0 0;
    background-image: linear-gradient(to bottom, #ffffff, #eef2f4);
}
.apps-header {
    font-size: 2.2066em;
}
.apps-at-your-fingertips .animate-carousel {
    margin: 2em 0 0 0;
}
.animate-fadein-item, .animate-fadeout-item {
    transition: opacity 0.7s;
}
.app-details {
    flex: 1 1;
    opacity: 0;
}
.is-faded .animate-fadein-item {
    opacity: 1;
}
.app-image-container{
    text-align: center;
    position: relative;
    margin: 1em auto;
    flex: 2 2;
}
.iphone-mask {
    background-color: #fff;
    margin: 17.5% 5% 18%;
    width: 60%;
    left: auto;
    height: 76%;
    opacity: 0.8;
    display: inline-block;
    position: absolute;
    z-index: 3;
}
.is-faded .animate-fadeout-item {
    opacity: 0;
}
.app-image {
    position: relative;
    z-index: 2;
    background: url(//img.medscapestatic.com/pi/mscp-origin/about/iphone6.png) no-repeat;
    background-size: cover;
    padding: 17.5% 5% 18%;
    width: 60%;
}
.app-review {
    font-family: proxima_nova_ltlight;
    text-align: center;
    opacity: 0;
    display: none;
}
.download-times {
    font-size: 4em;
    line-height: 1.1;
    color: #005b81;
}
.download {
    font-size: 2em;
    line-height: 1.2;
    padding-bottom: 1em;
    border-bottom: solid 1px #979797;
}
.rating {
    padding-top: 1em;
    font-size: 1.5em;
    line-height: 1.2;
    color: #005b81;
}
.stars {
    color: #005b81;
    font-size: 16px;
    position: relative;
}
.half-star {
    position: relative;
}
.half-star:after {
    content: '\2605';
    color: #005b81;
    position: absolute;
    left: 0;
    width: 0.5em;
    overflow: hidden;
}
.next {
    background-image: url(//img.medscapestatic.com/pi/mscp-origin/about/arrow-1@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 75px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1000;
    cursor: pointer;
    display: none;
}
.prev{
    display: none;
    position: absolute;
    background-image: url(//img.medscapestatic.com/pi/mscp-origin/about/arrow-1@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 40px;
    height: 75px;
    left: 0;
    top: 50%;
    z-index: 1000;
    cursor: pointer;
}
.disabled {
    opacity: 0.2;
    pointer-events: none;
}
.global-resource {
    padding-bottom: 0;
    background-image: linear-gradient(to bottom, #f8f8f8, #e7e7e7);
}
.global-resource-header-content{
    display: inline-block;
    width: 100%;
    font-size: 0.8em;
}
.global-resource-header {
    text-align: center;
}
.global-resource-subheader {
    font-size: 1.5761em;
}
.global-resource .tab-item-container {
    height: 150px;
}
.ipad-mask {
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 90%;
    display: block;
    margin: calc(4% + 20px) 4% 4%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}
.global-img {
    background: url(//img.medscapestatic.com/pi/mscp-origin/about/screen_@2x.png) no-repeat;
    background-size: contain;
    width: 90%;
    display: block;
    padding: 40px 4%;
    padding-top: 1em;
    margin-top: 20px;
}
.awards-container {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    flex-wrap: wrap;
    transition: height 1s;
    overflow: hidden;
}
.award {
    margin: 2em;
    flex: 1 1 100%;
    position: relative;
    text-align: center;
}
.award-img {
    text-align: center;
}
.award-description {
    font-family: proxima_nova_rgregular;
    font-size: 1.1041em;
    text-align: center;
    width: 14em;
    display: inline-block;
    color: #777777;
}
.expand-awards {
    position: absolute;
    bottom: -10px;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1.5em;
    border: 0;
    padding: 0;
    z-index: 2000;
    background-color: transparent;
}
.arrow-container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 35px;
    background: #fff;
    border-radius: 0 0 60px 60px;
}
.expand-arrow {
    height: 30px;
    background: url(//img.medscapestatic.com/pi/cme/advances/icons/see-all-arrow--2x.png) no-repeat center / 50%;
    display: block;
    transition: 0.7s transform;
}
.what-clinicians-say {
    padding-top: 75px;
}
.left-quote {
    display: block;
    position: absolute;
    left: 50%;
    top: 2%;
    transform: translate(-50%);
    font-family: proxima_nova_ththin;
    font-size: 12em;
    z-index: 2000;
}
.clinician-quotes {
    font-family: proxima_nova_rgregular;
    font-size: 1.5em;
    line-height: 1.2;
    text-align: center;
    padding: 20% 5% 5%;
    opacity: 0.3;
}
.clinician {
    font-family: proxima_nova_rgregular-it;
    font-size: 1.1041em;
    text-align: center;
    color: #777777;
    opacity: 0.3;
}
.right-quote {
    display: block;
    position: absolute;
    top: 90%;
    font-family: proxima_nova_ththin;
    font-size: 12em;
    z-index: 2000;
    left: 50%;
    bottom: -65%;
    right: auto;
    transform: translate(-50%);
}
.look-container {
    padding: 0;
}
.look-img {
    width: 100%;
    height: auto;
}
.look-details {
    width: 90%;
    padding: 0 5%;
}
.look-index {
    text-align: right;
    padding-right: 12px;
    font-family: proxima_nova_rgregular;
}
.look-title {
    font-family: proxima_nova_ltsemibold;
    font-size: 1.5em;
    line-height: 1.3;
    padding: 0 10px;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}
.look-description {
    font-family: proxima_nova_ltlight;
    text-align: left;
    padding: 0 10px;
    width: 95%;
    color: #666666;
}
.a-look-at-us .prev {
    display: block;
    left: 11%;
    width: 24px;
    height: 45px;
    top: 20%;
}
.a-look-at-us .next {
    display: block;
    right: 11%;
    width: 24px;
    height: 45px;
    top: 20%;
}
.affiliation {
    font-family: proxima_nova_rgregular;
    font-size: 0.9em;
    color: #9b9b9b;
    margin: -2em 10px 10px;
    text-align: left;
    padding: 0 1em;
}
.corporate-link {
    color: #007cb0 !important;
    cursor: pointer;
}
.info-and-contact {
    background-color: #f4f6fa;
}
.info-and-contact .about-section-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    font-family: proxima_nova_ltsemibold;
    border-bottom: solid 1px #ccc;
}
.info-item {
    flex: 1 1;
    margin: 20px;
}
.policy {
    border-bottom: solid 1px #cccccc;
    border-right: none;
    padding-bottom: 20px;
}
.info-header {
    font-size: 1.5em;
    line-height: 1.2;
    text-align: left;
    color: #000000;
}
.info-and-contact ul {
    font-size: 13px;
    text-align: left;
    line-height: 2;
    list-style: none;
    margin: 0;
    padding: 0;
}
.email-guide,.email {
    line-height: 1.2;
}
.info-and-contact .about-section-wrapper .regular {
    font-family: proxima_nova_rgregular;
    margin: 0;
    padding: 0;
}
.email-address {
    font-size: 18px;
}
strong {
    font-size: 1.5em;
}
.empty-info-header {
    display: none;
}

/*style for animate */
.transition {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.carousel-button:focus,
.carousel-button:active {
    outline: rgba(0,0,0,0);
}
.tab-item-container{
    width: 100%;
    position: relative;    
}
.tab-item {
    opacity: 0;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.opacity {
    transition: opacity 0.35s;
}
.active-tab {
    opacity: 1;
}
.ipad-mask {
    transition: opacity 1s linear;
}
.is-faded .animate-fadein-item{
    opacity: 1;
}

/*style for logout page*/
#logoutbody{
    width: 300px;
    height: 428px;
    background-color: #ffffff;
    margin: 0 auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
#logoutbody h1{
    width: 239px;
    height: 58px;
    font-family: proxima_nova_rgregular;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    padding-top:62px;
    margin: 0 auto;
}
.reg-default{
    padding:0;
}
.reg-default h1{
    padding:0;
}
.logoutbtn_wrapper{
    width: 208px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    margin-top: 38px;
}
#logoutbtn{
    width: 208px;
    font-family: proxima_nova_rgregular;
    font-size: 17px;
    font-weight: 600;   
    color: #ffffff;
    vertical-align: middle;
    height: 100%;
    border: 0 none;
    background: #007cb0;
    cursor: pointer;
    border-radius: 3px;
    margin:0;
    padding:0;
    transition: 0.5s;
}
#logoutbtn:hover{
    background: #005b81;
}
.cancelbtn_wrapper{
    width: 206px;
    height: 48px;
    margin: 0 auto;
    margin-top: 17px;
    text-align: center;
}
#cancellogoutbtn{
    width: 206px;
    font-family: proxima_nova_rgregular;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.24;
    color: #007cb0;
    vertical-align: middle;
    height: 100%;
    background: #ffffff;
    cursor: pointer;
    border-radius: 3px;
    border: solid 1px #007cb1;
    margin:0;
    padding:0;
}
.logout_txt{
    width: 239px;
    height: 66px;
    font-family: proxima_nova_rgregular;
    font-size: 16px;
    line-height: 1.38;
    text-align: center;
    color: #333333;
    margin:0 auto;
    margin-top: 53px;
}
#blockpadding_logout{
    background-color: #e8f1f5;
    padding-bottom: 18px;
    padding-top: 52px;
    min-height: 591px;
}
/*style for expired link page*/
#login_expired .expire_heading {
    margin: 0;
    padding: 0 0 20px 0;
    font-family: 'proxima_nova_ltlight', arial, sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #005b81;
    border-bottom: none;
}
#login_expired_padding{
    padding: 0 10px;
}

#login_expired {
    padding: 40px 0;
}

#login_expired .expire_content {
    margin: 0;
    padding: 0;
    font-size: inherit;
}
.expire_txt{
    padding: 10px 0 0 0;
    font-family: 'proxima_nova_ltlight', Arial, sans-serif;
    font-size: 18px;
}
.help_txt{
    margin-top: 100px;
}
#login_expired a{
    color: #007cb1;
    cursor: pointer;
}
#login_expired a:hover{
    text-decoration: underline;
}
#loginBtn.activeBtn, #continueBtn.activeBtn,#continueBtn2.activeBtn{
    background-color: #007cb1;
}
.disabledBtn{
    background-color: #cdcdcd;
}
#loginBtn.activeHover:hover:not([disabled]),#continueBtn.activeHover:hover:not([disabled]),#continueBtn2.activeHover:hover:not([disabled]){
    background-color: #005b81;
}
.removeHover{
    background-color: #007cb1;
}
#regularEmail.redBorder,#password.redBorder{
    border-color:#ab2318;
}

@media (max-width:767px) {
    .news-container, .info-and-contact .about-section-wrapper,.carousel-item{
        flex-direction: column;
    }
    .ask-panel, .share-panel{
        flex-direction: column-reverse;
    }
}


/*style for tablet device below*/
@media (min-width:767px) {
    
    section {
        padding: 3% 0;
    }
    .sticky-header.sticky {
        display: block;
        position: fixed;
        top: 0px;
        font-family: "proxima_nova_rgregular";
        width: 100%;
        background-color: #ffffff;
        transition: all 0.4s ease;
        height: 51px;
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;   
        z-index: 9999;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    }
    .left-outer-div{
        float: left;
    }
    .right-outer-div{
        float: right;
    }
    .already-memebr{
        margin: 15px 0 15px 31px;
    }
    .header-login{
        display: inline-block;
        margin: 15px 5px;
        color: #007cb0;
        cursor: pointer;
    }
    .join-free{
        display: inline-block;
        margin: 15px 22px 15px 11px;
        color: #007cb0;
        cursor: pointer;
    }
    .not-member{
        display: inline-block;
        margin: 15px 0 15px 0;       
    }
    
	#medscape_login {
		padding: 0 calc((100% - 623px)/2);
	}
	.block-hd {
    	font-size: 24px;
    }
    .txt1{
    	padding: 33px 194px 26px 194px;
    }
    #medscape_login .tab-login{
		width:50%;	
	}
	#medscape_login .tab-reg{
		width:50%;			
	}
	.tab-wrap{
		margin-bottom: 38px;
	}
    .floating-label{
        top: 23px;
        font-size: 16px;
    }
    .fld:focus ~ .floating-label, .fld:not(.empty) ~ .floating-label{
        font-size: 16px;
    }
    #medscape_login .tabs{
        font-size: 16px;
    }
	#medscape_login .inputrow {
		padding:10px 0;
		margin: 0 136px;
	}
	#medscape_login .loginBtn{
		padding-bottom: 31px;
	}
	#medscape_login #forgot_password_or_u{
		margin: 19.5px 0 30.5px 0;
	}
	#blockpadding{
		padding-bottom: 50px;
	}
	.txt2{
		line-height: 0.95;
		width: 380px;
	    margin: auto;
	    font-size: 19px;
	    padding-top: 11px;
	    padding-bottom: 21px;
	}
	.txt3 {
    	padding: 15px 244px 15px 246px;
	}
    .txt5{
        font-size: 19px;
    }
	#blockpadding2 .registerbtn_div{
		font-family: proxima_nova_rgregular;
	    font-size: 17px;
	    width: 310px;
	}
	.txt4{
		padding-top: 25px;
		font-size: 21px;
	}
    #confirmationBody{
        width: 421px;
    }
	#reg_content{
		font-size: 18px;
	}
    .reg_content_block1{
        width: 370px;
        padding-top: 24px;
    }
	
	.reg_content_block2{
		padding:0;
        width: 300px;
        margin: 0 auto;

	}
	.reg_content_block3{
		width: 314px;
        margin: 0 auto;
        padding: 0;
	}
	.help_block{
		padding: 90px 0px;
	}

    .section-header {
        font-size: 4.5rem;
    }
    .section-subheader{
        font-size: 2.2em;
        margin: 0.5em auto 1.5em;
    }
    .tab-title{
        font-size: 1.7em;
        margin:0;
    }
    .news-container .news{
        width: 30%;
        padding-top: 15%;
    }
    .news-title, .item-title {
        padding-left: 5%;
        font-size: 3.125em;
        margin-bottom: 1rem;
        font-family: proxima_nova_ltlight;
    }
    .news-description{
        font-size: 1.5em;
        padding: 0 5%;
    }
    .news-layer-container{
        height: 500px;
        margin-top: 0;
        flex: 2 2;
    }
    .news-layer {
        height: 500px;
        width: 500px;
    }
    .news-placeholder {
        visibility: hidden;
        width: 30%;
        flex: 1 1;
    }
    .carousel-button{
        display: none;
    }
    .item-description{
        font-size: 1.5em;
        padding: 0 5%;
    }
	.image-elements{
        height: 500px;
    }
    .drug-1{
        background-size: contain;
        left: 0%;
        top: 9%;
    }
    .drug-1 img{
        width: 100%;
    }
    .disease-1{
        left: -1%;
    }
    .disease-1 img,.disease-2 img{
        width: 87%;
    }
    .disease-3 img{
        width: 62%;
    }
    .next{
        display: block;
    }
    .prev{
        display: block;
    }
    .tool-1{
        display: block;
        left: 2%;
        width: 87%;
    }
    .tool-2, .tool-3 {
        left: 2%;
        width: 87%;
    }
    .tool-4{
        width: 170%;
    }
    .tool-1 img,.tool-2 img,.tool-3 img,.tool-4 img{
        width: 87%;
    }
    .cme-img-container {
        height: 400px;
    }
    .cme-img1,.cme-img2,.cme-img3,.cme-img4,.cme-img5,.cme-img6,.cme-img7{
        display: block;
    }
    .cme-img3{
        width: 250px;
        height: 250px;
        left: 10%;
        top: 0;
    }
    .cme-img4 {
        width: 300px;
        height: 300px;
        left: 20%;
    }
    .cme-img5 {
        width: 350px;
        height: 350px;
        right: 23%;
    }
    .play-button{
        top: 100px;
        left: 150px;
    }
    .cme-img6{
        width: 250px;
        height: 250px;
        right: 10%;
    }
    .cme-container{
        display: flex;
        flex-wrap: wrap;
        text-align: left;
    }
    .cme-item{
        flex: 1 1;
    }
    .accreditation{
        padding-left: 40px;
    }
    .item-wrapper{
        flex: 1 1;
    }
    .ask-details{
        margin-top: 0;
    }
    .ask-image-elements{
        height: 500px;
        width: 600px;
        margin:0;
        margin-left: -100px;
    }
    #ask-layer-1,#ask-layer-2,#ask-layer-3{
        background-size: contain;
    }
    #ask-layer-3{
        height: 100%;
    }
    .discuss-image-elements {
        height: 500px;
    }
    .look-description{
        padding: 0;
        width: 100%;
    }
    .pba-1{
        left: -10%;
        width: 120%;
        height: 75%;
    }
    .pba-1 img{
        width: 46%;
    }
    .pba-2 img{
        width: 86%;
        margin-left: 8%;
    }
    .pba-3 img{
        width: 74%;
        margin-left: 13%;
    }
    .pba-carousel{
        width: 25%;
        flex:1 1;
    }
    .iphone-mask {
        width: 50%;
        left: auto;
        margin: 80px 20px;
    }
    .app-image{
        width: 50%;
        padding: 80px 20px;
    }
    .app-review{
        display: block;
        flex:1 1;
    }
    .js-fade-button .carousel-button{
        display: block;
    }
    .global-resource-header-content {
        width: 70%;
        font-size: 0.85em;
    }
    .global-resource .tab-item-container {
        height: 350px;
    }
    .global-img{
        padding-top: 30px;
    }
    .tab-item{
        flex-direction: unset;
    }
    .award{
        flex: 1 1 30%;
    }
    .expand-awards,.arrow-container,.expand-arrow{
        display: none;
    }
    .award-description{
        font-size: 1.4em;
        width: 100%;
    }
    .what-clinicians-say {
        padding: 3% 0;
    }
    .left-quote{
        top: 20%;
        left: 0;
        transform: translate(0px);
    }
    .clinician-quotes{
        font-size: 2.6em;
        padding: 0 15%;
    }
    .right-quote{
        right: 0;
        top: 20%;
        transform: translate(0px);
        left: auto;
    }
    .clinician{
        font-size: 20px;
    }
    .look-container {
        padding: 0 10%;
    }
    .look-details {
        width: 100%;
        padding: 0;
    }
    .look-title {
        padding: 0 0;
    }
    .a-look-at-us .prev{
        left: 2%;
        top: 30%;
    }
    .a-look-at-us .next{
        right: 2%;
        top: 30%;
    }
    .affiliation{
        margin: -5em 0 0 0;
        text-align: center;
        padding: 1em 30%;
    }
    
    .info-item {
        margin: 50px 30px;
    }
    .empty-info-header {
        display: block;
    }
    strong{
        font-size: unset;
    }
    #logoutbody{
        width: 420px;
        height: 428px;
        background-color: #ffffff;
        margin: 0 auto;
    }
    /*style for expired link page*/
    #login_expired .expire_heading {
        font-size: 2.3em;
    }
    #login_expired_padding{
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        padding: 0 20px;
        font-family: arial, sans-serif;
        font-size: 1.05em;
        text-align: left;
    }
    .expire_txt{
        font-size: 1.6em;
        line-height: 1.6em;
    }
    .help_txt{
        margin-top: 160px;
    }
}
/*style for tablet device above*/

@media(min-width: 767px) and (max-width: 1024px){
    .app-details {
        position: absolute;
        width: 30%;
    }
    .app-image-container{
        margin: 2em 0 0 0;
        order: 1;
    }
    .apps-at-your-fingertips{
        padding: 5% 0;
    }
}
@media(min-width: 1025px){
    .app-image{
        width: 65%;
    }
    .iphone-mask{
        width: 65%;
    }
    .app-image-container{
        margin-bottom: -180px;
    }
}
/*style for desktop below*/
@media (min-width:1023px) {
    
	#medscape_login {
		padding: 0 calc((100% - 623px)/2);
	}

	#medscape_login .tab-login{
		width:50%;	
	}
	#medscape_login .tab-reg{
		width:50%;			
	}
	#medscape_login .inputrow {
		padding:10px 0;
		margin: 0 136px;
	}
	.header.sticky{
		height: 51px;
	    font-size: 17px;  
	}
	.hd-div1{
		padding: 15px 0 15px 31px;
	}
	.hd-div2{
		padding: 15px 22px 15px 0;
	}
    .drug-carousel{
        width: 25%;
        flex: 1 1;
    }
    .image-elements{
        height: 500px;
        width: 600px;
    }
    .drug-1{
        width: 130%;
        height: 95%;
        left: -25%;
    }
    .pba .image-elements{
        width: 459px;
    }
    .pba .pba-1{
        bottom: 10%;
    }
    .pba-1 img{
        width: 68%;
    }
    .pba-2 img{
        width: 100%;
        margin-left: 0%;
        margin-top: 10%;
    }
    .pba-3 img{
        width: 100%;
        margin-left: 0%;
        margin-top: 3%;
    }
    .look-container {
        padding: 0 5%;
    }
    #login_expired_padding{       
        width: 1020px;
    }
	.about-section-wrapper{
        width: 950px;
    }
    #remember_row{
        display: block;
    }
    .sticky-header.sticky {
        font-size: 17px;
        line-height: 17px;
    }
	
}

/*style for desktop above*/




