body {
	font-family: 'ExpresswayRegular', Arial, Helvetica, sans-serif;
	white-space: normal;
	line-height: auto;
}
br {
    line-height: auto;
}
.tips hr {
	margin: 30px 0px 30px 0px;
	border-top: solid 1px #cccccc;
}
.tips h1 {
	font-size: 32px;
}
.tips h2 {
	font-size: 20px;
	margin: 0px 0px 10px 0px;
}
.tips h3 {
	font-size: 13px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
.tips h4 {
	font-size: 26px;
	margin: 0px 0px 10px 0px;
}
.tips h5 {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}
.tips h6 {
	font-weight: bold;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}
.tips p {
	font-size: 15px;
	margin: 0px 0px 10px 0px;
}
.tips a:link {
	white-space: normal;
	color: #008fd4;
	text-decoration: none;
}
.tips a:active {
	color: #008fd4;
	white-space: normal;
}
.tips a:hover {
	color: #008fd4;
	text-decoration: underline;
	white-space: normal;
}
.tips a:visited {
	color: #008fd4;
	white-space: normal;
}
.tips-smalltx {
	font-size: 12px;
	color: #6F6F6F;
}
.tips-sub-btn {
	margin: 0px;
	display: inline-block;
	position: relative;
	padding: 7px 15px 7px 15px;
	background: #888888;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*Hover effect*/
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
}
.tips-sub-btn:hover {
	background: #999999;
}
.tips-main-btn {
	margin: 0px;
	display: inline-block;
	position: relative;
	padding: 7px 15px 7px 10px;
	background: #008fd4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*Hover effect*/
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
}
.tips-main-btn:hover {
	background: #29acec;
}
.tips-sub-btn2 {
	margin: 0px 0px 10px 0px;
	display: inline-block;
	position: relative;
	padding: 7px 15px 7px 15px;
	background: #008fd4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*Hover effect*/
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
}
.tips-sub-btn2:hover {
	background: #29acec;
}
.button {
	cursor: pointer;
}
.button p {
	text-align: center;
	margin: 0px 0px 0px 25px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	width: 200px;
}
/*ICONS*/
#audio {
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(http://www.advancedpractitioner.com/media/195425/audio_icon.svg);
}
#transcript {
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(http://www.advancedpractitioner.com/media/195416/transcript_icon.svg);
}
#slides {
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(http://www.advancedpractitioner.com/media/195419/slides_icon.svg);
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-image {
	width: 100%;
	position: relative;
}
.video-thumb {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	display: block;
	position: relative;
}
.video-play-btn {
	background: url(http://www.advancedpractitioner.com/media/195422/play_btn.svg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: cover;
	/* z-index: 1000; */
	position: absolute;
	width: 100%;
	height: 100%;
}
.video-thumb-text {
	width: 295px;
	float: left;
	display: block;
}
.video-thumb-tips {
	position: relative;
	float: left;
	width: 37%;
	padding: 0 2% 0 0;
}
.video-thumb-inside-tips {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.img-responsive-tips {
	width: 100%;
	position: relative;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 5px 5px 0px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 5px 5px 0px #ccc;  /* Firefox 3.5 - 3.6 */
	box-shadow: 0px 5px 5px 0px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.video-text-tips {
	float: left;
	width: 60%;
}
.wrapper-section-tips {
	width: 100%;
	border-bottom: solid 1px #7D7D7D;
	display: inline-block;
	padding: 15px 0px;
}
.jlvideobutton {
	text-decoration: none;
	font-family: 'ExpresswayRegular', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF !important;
	font-size: 17px;
	padding: 15px 26px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #008fd4;
}
.jlvideobutton:hover {
	color: #FFFFFF !important;
	background: #29acec;
}
#jlvideofrontmatter {
	overflow: auto;
	overflox-x: hidden;
	width: 80%;
	height: 400px;
	border: 1px #ccc solid;
	padding-left: 20px;
	font-family: 'ExpresswayRegular', Arial, Helvetica, sans-serif;
}
#jlvideofrontmatter p {
	margin: 0px 0px 0px 10px;
}
#jlvideofrontmatter h3 {
	font-size: 18px;
	color: #008fd4;
	font-weight: 700;
}
#jlvideofrontmatter ul {
	margin: 0px 420px;
}
.jlvideobuttoncontainer {
	margin: 30px 0;
}
.jlvideocontentcontainer {
	margin: 0px 50px;
	font-family: 'ExpresswayRegular', Arial, Helvetica, sans-serif;
}
.jlvideocontentcontainer h2 {
	font-size: 24px;
	font-weight: 700;
}
#jplSessionFrontMatter ul, ol {
	padding-left: 40px;
}
#jplSessionFrontMatter a, a:hover, a:visited {
	color: #008fd4;
}


/*APSHO-RLS*/

.apsho-rls-mugshot {
	width:122px;
	height:164px;
	overflow:hidden;
	display:block;
	float:left;
	margin: 0px 15px 15px 0px;
}
.apsho-rls-mugshot img {
	/*width:100%; */
	width: 120px;
	height: 160px;
	border:1px solid #cccccc;
}
.logo_APSHO-RLS {
	width: 700px;
	height: 109px;
	display:block;
	margin:0 auto 60px auto;
}
.logo_APSHO-RLS img {
	width:100%;
	
}












/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
