/*////////////////////////////////// Top Level Styles //////////////////////////////////*/
#Medscape_Mobile_POC_Content {
	height: 249px;
}

.slide-content-centered {
	top: 15px;
	height: calc(100% - 15px);
    font-size: 11px;
    width: 92%;
    margin: 0px auto;
}

.slide-content-centered h1 {
    margin: 0px 0px 5px 0px;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: #001E55;
}

.slide-content-centered h2 {
    margin: 0px 0px 5px 0px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #001E55;
}

ul {
	margin:  4px 0;
	padding-left: 2px;
}
ul li {
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 6px;
	padding-left: 10px;
	position: relative;
	list-style-type: none;
}
ul li:before {
	content: '';
	height: 4px;
	width: 4px;
	background-color: #000;
	display: block;
	position: absolute;
	border-radius: 2px;
	top: 4px;
	left: 0;
}

/*////////////////////// Swipe Content  ///////////////////////////*/
.innerBG {
    background: url("../img/inner_bg.png");
    background-repeat: repeat-x;
    background-color: #EBEBEB;
}

.bulletBG {background-color: #F1650F;}

.innerLogo {
    margin:10px auto 5px;
    width: 105px;
    padding: 0px;
}
/*////////// SLIDE 1 ////////////*/
.slide1_Logo {
    margin: auto;
    width: 178px;
    padding: 0px;
}

.slide1_Copy {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #F1650F;
    margin: 10px 0px;
    padding: 0px;
}

#slide1_SwipeNext {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 35px;
	margin: 0 auto;
	width: 230px;
	height: 35px;
	background-color: #001E55;
}

#slide1_SwipeNext span::after{
	content: url("../img/arrow_cta_collapsed.png");
	position: relative;
	top:3px;
	left: 9px;
}

/*////////// SLIDE 2 ////////////*/
.slide2_Copy {
    font-size: 10px;
}

.slide2_Copy p {margin: 0px; padding: 0px 0px 5px 0px;}

.slide2_Copy span {font-weight: bold;color: #001E55;}

/*////////// SLIDE 3 ////////////*/

.subCopy {font-size: 12px; font-weight: bold;}
/*////////// SLIDE 5 ////////////*/
.slide5_Copy {
    margin: 20px 0px;
}

#slide5_CTA {
	font-size: 12px;
    font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	background-color: #F1650F;
	width: 262px;
	margin: 15px auto;
    text-decoration: underline;
}

#slide5_CTA span::after{
	content: url("../img/m_cta_arrow.png");
	position: relative;
	top:3px;
	left: 9px;
}

/*////////////////////////////////// Pop Styles ///////////////////////////////////*/
/* button */

.popUps {
    position: absolute;
    left: 0px;
    bottom: 10px;
	font-size: 9px;
    display: flex;
    justify-content: flex-start;
}

.popUps a {text-decoration: underline; color: #000;}

.popUps div {margin-right: 25px;}



/*////////////////////// Mid-bar / Link Style  ///////////////////////////*/
#midbar {
	font-size: 10px;
	color: #FFF;
	text-align: center;
	line-height: 25px;
	background-color: #001E55;
	top: 249px;
	display: flex;
	justify-content: center;
}
#midbar > span:not(.rule) {
	text-decoration: underline;
}
#midbar .rule {
	margin: 0 6px;
}



/*////////////////////////////////// ISI Styles //////////////////////////////////*/
#isi {
	bottom: 1px;
	height: 125px;	
}

#isiFrame {
	font-size: 11px;
	color: #000;
	padding: 5px;
}

#isiFrame h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 16px;
	margin: 10px 0;
}

#isi.bannerISI #isiFrame h2 {
	font-size: 12px;
}

#isiFrame p {
	margin:0px 0px 10px 0;
}

#isiFrame div {
	margin:0px 0px 10px 0;
}

#isiFrame p.footnote {
	font-size: 10px;
}

#isiFrame p.jobcode {text-align: right;}

#isiFrame .isiLink {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
    font-weight: bold;
}

/*////////////////////// Additional Style  ///////////////////////////*/

.hang {
	text-indent: -5px;
	margin-left: 5px;
}

/*Samsung s9 fix*/
@media only screen 
  and (max-width: 360px), handheld and (orientation: portrait) { 
	
    .slide2_Copy {
        font-size: 10px;
        line-height: 11px;
    }

	
}
