@charset "utf-8";
/* CSS Document */

* {
	font-family: 'Poppins', sans-serif;
	/*font-size:15px;	*/
	font-size:inherit;
}

a:focus
{
	outline: none;
/* -moz-outline-style: none; */
}

body {
	color: #000000;
	background-color: #fafafa;
	margin: 0px;
}

p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
    font-size:15px;
    line-height: 19px;
}
blockquote {
	padding-bottom:15px;
}
a, a:active, a:visited {
	color: #8e2020; /* 6e0909 */
	text-decoration: underline;
}
a:hover, a:visited:hover {
	color: #a73333; /* 3471a0 */
	text-decoration: none;
}
ul {
	margin:0 5px 20px 10px;
	padding-left:10px;
	list-style-position: outside;
	list-style-type: square;
}
ol {
	margin:0 5px 20px 10px;
	padding-left:10px;
	list-style-position: outside;
}

/* h1 - MAIN PAGE TITLES */
h1 {
	width: 900px;
	font-size: 22px;
	line-height: 32px;
	color: #2c7192;
	margin: 40px 25px 10px 34px;
	padding: 0;
	font-weight: normal;
	letter-spacing: -.5px;
}
/* h2 - SECONDARY PAGE TITLES (h3) */
h2 {
	padding: 0;
	margin: 0 25px 5px 33px;
	width: auto;
	font-size: 24px !important;
	text-align: left;
	line-height: 22px!important;
	color: #8e2020;
	font-weight: 500!important;
	letter-spacing: -1px;
}
/* h3 - in-page SECONDARY TITLES */
h3 {
    padding: 10px 0 5px 0;
	margin: 7px 0;
	font-size: 20px;
	text-align: left;
	line-height: 18px;
	color: #8e2020;
	font-weight: 600;
}
/* h4 - MAIN PAGE SUBTITLES (h2) */
h4 {
    padding: 2px 0 0 36px;
	margin: 4px 0;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	line-height: 10px;
	color: #872f06;
	font-weight: normal;
}
/* h5 - SECONDARY PAGE SUBTITLES (h4) */
h5 {
    padding: 3px 0 0 36px;
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
	line-height: 10px;
	color: #a53501;
	font-weight: normal;
}

h1.post {
	margin-left:0;
	margin-bottom:5px;
	margin-top:20px;
	color:#3c7ba2;
	letter-spacing:-1px;
}
h4.post {
	font-size: 12px;
	text-transform: none;
	color: #888;
	padding-left: 0;
	margin-bottom: 20px;
}

a.btn, a.btn:visited {
	display:inline-block;
	margin:5px auto;
	padding:4px 10px 6px 10px;
	background-color:#eee;
	border:1px solid #ddd;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#333;
	text-decoration:none;
}
a.btn:hover, a.btn:visited:hover {
	background-color:#f5f5f5;
	border-color:#e5e5e5;
}

.button {
	display:inline-block;
	margin-top:5px;
	font-size: .85em !important;
    text-decoration: none;
    color: #fff;
    background: #8c2020;
    padding: 2px 5px;
    border-radius: 2px;
    font-weight: 400;
	text-transform:uppercase;
	white-space:nowrap;
}
.button:hover,
.button:visited {
	color:#fff !important;
}
.button:hover {	
	background:#c23433;
}
.button.md {
	padding: 7px 10px;
    font-size: .9em !Important;
}
.button.lg {
	padding: 8px 16px;
    font-size: .95em !Important;
}

.print {
	background-image: url(../images/icon_print.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 10px 21px;
	font-size: 13px;
}
.printalt {
	background-image: url(../images/icon_print.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 15px 10px 21px;
	font-size: 13px;
}
.printable {
	height: 1px;
	overflow: hidden;
}

.background_wrap {
	width: 100%;
	background-color: #FAFAFA;
}
.header {	
	width: 100%;
	height: 115px; /*105px*/
	text-align: center;
	overflow: visible;
	visibility: visible;
	display: block;
	clear: both;
}
.header_lg {
	width: 100%;
	height: 461px;
	text-align: center;
	overflow: visible;
	visibility: visible;
	display: block;
	clear: both;
}
.mobile-header {
    display: none;
}
.topsocial {
	position: absolute;
	top: 33px;
	left: 50%;
	width: 306px;
	height: 37px;
	margin-left: 213px;
	visibility: visible;
}
.topsocialgrp {
	position: absolute;
	top: 14px; /*26px*/
	left: 50%;
    width: 690px;
	height: 40px;
    margin-left: -196px;
	visibility: visible;
}
.topsocialgrp img {
	float: left;
	margin-right: 8px;
	border: 1px solid #e5e5e5;
}
.topsocialgrp img:hover {
	border: 1px solid #ccc;
}
.tophome {
	/*background-image: url(../images/header/NETmindbody_logo.png);
	background-repeat: no-repeat;
	background-position: center;*/
	position: absolute;
	top: 34px; /*24px*/
	left: 50%;
	width: 265px; /*236*/
	height: 108px; /*145*/
	margin-left: -470px;
	visibility: visible;
	z-index: 1000;
}
.tophome img {
	/*background-color:#fafafa;
	border:1px solid #e6eff3;*/
}
.topnav {
	position: absolute;
	top: 71px; /*61px*/
	left: 50%;
	width: 960px;
	height: 44px;
	margin-left: 132px; /*-228px*/
	visibility: visible;
	overflow: visible;
	z-index: 999;
}
.topbanner {
	position: relative;
	left: 50%;
	width: 960px;
	height: 316px;
	margin-left: -480px;
	visibility: visible;
	overflow: hidden;
	display: block;
	clear: both;
}
.message_bar {
	width: 960px;
	height: 43px;
	margin-left: -480px;
	margin-bottom:2px;
	padding: 0;
	padding-top:4px;
	background: #428fb2; /* Old browsers */
	background: -moz-linear-gradient(top,  #428fb2 0%, #2d7495 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#428fb2), color-stop(100%,#2d7495)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #428fb2 0%,#2d7495 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #428fb2 0%,#2d7495 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #428fb2 0%,#2d7495 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #428fb2 0%,#2d7495 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#428fb2', endColorstr='#2d7495',GradientType=0 ); /* IE6-9 */
	border-top: 2px solid #236380;
	border-bottom: 2px solid #236380;
	left: 50%;
	font-family: 'League Gothic';
	font-size:24px;
	line-height: 47px;
	text-align: center;
	color: #574106; /* #ffffff; */
	position: relative;
	overflow: hidden;
	visibility: visible;
	display: block;
	clear: both;
}
.message_bar div {
	height: 40px;
	overflow: hidden;
}
.message_bar p {
	margin: 0;
	padding: 0;
}
.message_bar strong, .message_bar b, .message_bar em {
	font-family: Georgia;
}
.message_bar a, .message_bar a:active, .message_bar a:visited {
	font-family: 'League Gothic';
	color:#fff;
	text-decoration: none;
}
.message_bar a:hover, .message_bar a:visited:hover {
	font-family: 'League Gothic';
	color:#f5f5f5;
	text-decoration: underline;
}
.message_bar div, .message_bar strong {
	font-family: 'League Gothic';
	font-weight:normal;
}

#bottom-banner {
	width:960px;
	margin-left:-480px;
	left:50%;
	position:relative;
}

/* HOMEPAGE ADS - UPDATED VERSION OF CALLOUTS */
#home-ads {
	position:relative;
	width:960px;
	margin-left:-480px;
	left:50%;
	display:table;
}
#home-ads .video {
	float:left;
	width:628px;
	overflow:hidden;
}
#home-ads .four {
	float:right;
	margin-left:2px;
}
#home-ads ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
	width:330px;
}
#home-ads li {
    float: left;
	width:164px;
	height:179px;
	padding: 0;
    margin: 0;
	border: none;
	overflow:hidden;
}
#home-ads li:nth-child(1),
#home-ads li:nth-child(2),
#home-ads li:nth-child(3),
#home-ads li:nth-child(4) {
	margin:0; 
}
#home-ads li:nth-child(1) {
	margin:0 2px 2px 0;
}
#home-ads li:nth-child(2) {
	margin:0 0 2px 0;
}
#home-ads li:nth-child(3) {
	margin:0 2px 0 0;
}

#netslider {
	margin-top:2px;
}

/* HOMEPAGE CALLOUTS*/
.index_callouts_ {
	width: 100%;
	padding-top: 35px;
	visibility: visible;
	display: table;
	clear: both;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	color: #333333;
	font-weight: normal;
}
.index_callouts {
  	position: relative;
	padding-top: 30px;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	text-align: left;
	clear: both;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	color: #333333;
	font-weight: normal;
}
.index_callouts ul {
  	float: left;
  	width: 960px;
  	overflow: hidden;
  	margin: 0 0 0 14px;
  	padding: 0;
  	list-style: none;
}

.hrf ul {
	margin:0 5px 20px 0px;
	padding-left:10px;
  	list-style: none;
}
.hrf li {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: top left;
	padding-bottom: 5px;
}
.hrf #base1 {
	background-image: url(../images/body/icon_base1.gif);
}
.hrf #base2 {
	background-image: url(../images/body/icon_base2.gif);
}
.hrf #base3 {
	background-image: url(../images/body/icon_base3.gif);
}
.hrf #base4 {
	background-image: url(../images/body/icon_base4.gif);
}

.index_callouts li {
  	float: left;
  	width: 210px;
  	padding: 0;
  	margin: 0;
  	margin-right: 30px;
	text-align: left;
}

/* start - mini guide callout - added 20131205 */
.index_callouts li:nth-child(4) {
	text-align:center;
}
.index_callouts li:nth-child(4) h1 {
	text-align:center;
}
.index_callouts li:nth-child(4) img {
	float:none;
}
/* end - mini guide callout */

.index_callouts img {
    border: 0;
	float: right;
	margin: 5px 0 0 5px;
}
.index_callouts h1 {
	padding: 0 0 10px 0;
	margin: 0;
	width: auto;
	font-size: 22px;
	text-align: left;
	line-height: 22px;
	color: #8e2020;
	font-weight: normal;
	letter-spacing: -1px;
}
.index_callouts h1 a, .index_callouts h1 a:active, .index_callouts h1 a:visited {
	color: #8e2020;
	text-decoration: none;
}
.index_callouts h1 a:hover, .index_callouts h1 a:visited:hover {
	color: #8e2020;
	text-decoration: underline;
}


.index_mid_footer_gap {
	padding-top: 30px;
}

/* SECONDARY PAGE */
.header_secondary {	
	width: 100%;
	height: 145px;
	text-align: center;
	overflow: visible;
	visibility: visible;
	display: block;
	clear: both;
}
.secondarybody {
	position: relative;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	visibility: visible;
	clear: both;

}
.secondarybody .banner { /* NEW - if removed, also remove 250px margin top in .content */
	position: absolute;
	top: 0;
}
.secondarybody .content {
	padding: 30px 29px 0 34px;
	font-size: 15px;
	text-align: left;
	margin-top: 250px; /* NEW - if removed, also remove .banner above */
}
.secondarybody .content.clinical-pearls {
	line-height:24px;
	font-size:16px;
}
.secondarybody .content.clinical-pearls a {
	color:#28668d !important;
}
.secondarybody .content h2 {
	padding: 0;
	margin: 10px 15px 5px 0;
	width: auto;
	font-size: 20px;
	text-align: left;
	line-height: 20px;
	color: #8e2020;
	font-weight: normal;
	letter-spacing: -1px;
}
.secondarybody .content h3 {
	padding: 0;
	margin: 10px 15px 5px 0;
	width: auto;
	font-size: 17px;
	text-align: left;
	line-height: 17px;
	color: #333333;
	font-weight: normal;
	letter-spacing: -1px;
}

/* SEMINAR INFORMATION */
.seminar_info {
	padding-bottom: 1px;
}
.seminar_info a, .seminar_info a:active, .seminar_info a:visited {
	text-decoration: none;
	font-size: 15px;
	color: #8e2020;
	background-image: url(../images/body/bullet_01.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
}
.seminar_info a:hover, .seminar_info a:visited:hover {
	text-decoration: underline;
	font-size: 15px;
	color: #9a2929;
	background-image: url(../images/body/bullet_01_roll.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
}
.seminar_info div {
	padding: 3px 0 10px 9px;
	margin: 0 0 0 5px;
	font-size: 13px;
	line-height: 16px;
	border-left: 1px dotted #8e2020;
}
.seminar_info div a, .seminar_info div a:active, .seminar_info div a:visited {
	text-decoration: underline;
	background-image: none;
	font-size: 13px;
	padding-left: 0;
	color: #8e2020;
}
.seminar_info div a:hover, .seminar_info div a:visited:hover {
	text-decoration: none;
	background-image: none;
	font-size: 13px;
	padding-left: 0;
	color: #9a2929;
}
/*
.bodytext {
	padding: 22px 0 0 36px;
	margin: 0 15px 0 0;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	color: #333333;
	font-weight: normal;
}
.bodytext img {
	float: right;
	margin: 10px 0 5px 12px;
}
.body_rcol {
	float: right;
	clear: right;
	margin: 10px 13px 10px 15px;
}
*/

/* PAGE TITLE */
.page_title_bar {
	height: 49px; /* 60px */
	background-color: #000; /*  */
	margin-bottom: 30px;
	width: 960px;
	position: absolute;
	top: 200px;
	filter:alpha(opacity=25);
	opacity:0.25;
}
.page_title_bar_text {
	background: none;
	position: absolute;
	top: 200px;
	width: 960px;
}
.page_title_bar_text h1 {
	width: 800px; /*500*/
	margin: 0;
	padding: 0;
	margin-left: 34px;
	color: #fff;
	line-height: 50px;
	letter-spacing: -.5px;
	font-size: 22px;
	font-weight: normal;
}
.page_title_bar_text div {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	width: 280px;
	padding: 10px 34px 0 0;
	text-align: right;
}
.page_title_bar_text div #name {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #D3D3D3;
	line-height: 16px;
	text-transform: uppercase;
}
.page_title_bar_text div #location {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #ffe681;
	line-height: 13px;
	text-transform: uppercase;
}
/*
.page_title_bar h1 {
	font-family: "Segoe UI", Helvetica, "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Tahoma, Arial, sans-serif;
	float: left;
	width: 500px;
	margin: 0;
	padding: 0;
	margin-left: 34px;
	line-height: 60px;
	font-size: 24px;
	font-weight: normal;
	color: #FEC16E;
}
.page_title_bar div {
	float: right;
	height: 50px;
	width: 380px;
	margin: 14px 34px 0 0;
	text-align: right;
}
.page_title_bar div #name {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #D3D3D3;
	line-height: 16px;
	text-transform: uppercase;
}
.page_title_bar div #location {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #FEC16E;
	line-height: 13px;
	text-transform: uppercase;
}
*/

/* TABLE */
#nettable {
	padding: 0;
	margin: 0;
	border-top: 1px solid #8e2020;
	border-right: 1px solid #CCCCCC;
}
#nettable p {
	padding: 0;
	margin: 0;
}
#nettable td {
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 8px 12px 8px 12px;
	color: #333333;
	vertical-align: text-top;
	font-size: 12px;
}
#nettable th {
	background-image:url(../images/body/table-top.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 8px 12px 8px 12px;
	color: #F5F5F5;
	border-left: 1px solid #9a2929;
	border-bottom: 1px solid #8e2020;
	border-top: 0;
	background-color: #a43131;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
}
#nettable .pdf a, #nettable .pdf a:active, #nettable .pdf a:visited {
	color: #CC0000;
	text-decoration: underline;
	height: 18px;
	line-height: 18px;
	padding-bottom: 1px;
	padding-left: 19px;
	background-image: url(../images/icon_acrobat.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#nettable .pdf a:hover, #nettable .pdf a:visited:hover {
	color: #CC0000;
	text-decoration: none;
}
#nettable .register a, #nettable .register a:active, #nettable .register a:visited {
	color: #444444;
	text-decoration: underline;
}
#nettable .register a:hover, #nettable .register a:visited:hover {
	color: #444444;
	text-decoration: none;
}

.schedpop_title {
	font-family: "Segoe UI", Helvetica, "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Tahoma, Arial, sans-serif;
	padding: 30px 0 20px 10px;
	margin: 0;
	padding-bottom: 10px;
	width: auto;
	font-size: 28px;
	text-align: left;
	line-height: 28px;
	color: #555555;
	font-weight: normal;
	letter-spacing: -1px;
}
#nettable_pop {
	font-family: "Segoe UI", Helvetica, "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Tahoma, Arial, sans-serif;
	padding: 0 0 0 10px;
	margin: 0;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}
#nettable_pop th {
	padding: 5px 10px 5px 10px;
	color: #333333;
	border-left: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-top: 0;
	font-size: 18px;
	text-align: left;
	font-weight: normal;
}
#nettable_pop td {
	border-left: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	background: #FFFFFF;
	padding: 5px 10px 5px 10px;
	color: #333333;
	vertical-align: text-top;
	font-size: 12px;
}

/* PREVIOUS/NEXT LINKS */
.prevnext_outer {
	position: relative;
	background-color: none;
	border-bottom: 1px dotted #DDDDDD;
	top: 250px;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	padding-top: 15px;
	padding-bottom: 15px;
	visibility: visible;
	height: 17px; /* display: table; */
	clear: both;
}
.prevnext_inner {
	position: relative;
	left: 50%;
	width: 892px;
	margin-left: -446px;
	text-align: left;
	clear: none;
	z-index: 10;
    font-size: 12px;	
}
.prevnext_inner a, .prevnext_inner a:active, .prevnext_inner a:visited {
	color: #333333;
	text-decoration: underline;
}
.prevnext_inner a:hover, .prevnext_inner a:visited:hover {
	color: #333333;
	text-decoration: none;
}
.prevnext_inner #left {
	width: 430px;
	float: left;
	text-align: left;
	padding-left: 12px;
	background-image: url(/assets/files/images/double-left-arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.prevnext_inner #right {
	width: 430px;
	float: right;
	text-align: right;
	padding-right: 12px;
	background-image: url(/assets/files/images/double-right-arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}


/* FOOTER */
.footer_top {
	position: relative;
	background-color: #EDEDED;
	width: 100%;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	padding-top: 24px;
	padding-bottom: 40px;
	visibility: visible;
	display: table;
	clear: both;
}
.footer_nav {
  	position: relative;
	left: 50%;
	width: 770px; /* 980px */
	margin-left: -490px;
	text-align: left;
	clear: none;
	z-index: 10;
}
.footer_nav a, .footer_nav a:active, .footer_nav a:visited {
	color: #5A5A5A;
	text-decoration: none;
}
.footer_nav a:hover, .footer_nav a:visited:hover {
	color: #5A5A5A;
	text-decoration: underline;
}
.footer_nav ul ul a, .footer_nav ul ul a:active, .footer_nav ul ul a:visited {
	color: #888888;
	text-decoration: none;
}
.footer_nav ul ul a:hover, .footer_nav ul ul a:visited:hover {
	color: #888888;
	text-decoration: underline;
}
.footer_nav ul {
    float: left;
    margin: 0 0 0 46px;
    padding: 0;
    list-style: none;
}
.footer_nav li {
    float: left;
    width: 205px;
	padding: 20px 15px 5px 19px;
	border-left: 1px solid #CACACA;
    color: #5A5A5A;
    font-size: 14px;
    line-height: 14px;
	text-transform: uppercase;
}
.footer_nav li li{
	border-left: none;
}
.footer_nav ul li ul {
	margin: 0;
	padding: 5px 0 0 0;
}
.footer_nav ul li ul li {
    color: #888888;
    font-size: 11px;
    line-height: 14px;
	margin: 0;
	padding: 0;
	text-transform: none;
}
.footerlogo {
	padding-top: 22px;
	position: relative;
	left: 50%;
	margin-left: 300px;
	visibility: visible;
	width: 110px;
	height: 100px;
}

/* FOOTER BOTTOM */
.footer_bottom {
	position: relative;
	width: 960px;
	height: 0;
	left: 50%;
	margin-left: -480px;
	margin-top: 33px;
}
.footer_sa {
  	position: relative;
	left: 50%;
	width: 380px;
	margin-left: -440px;
	text-align: left;
}
.footer_sa img {
	border: 0;
}
.footer_social {
  	position: relative;
	left: 50%;
	width: 380px;
	margin-left: -445px;
	margin-top: 29px;
	text-align: left;
}
.footer_social img {
	border: 0;
}
.footer_copyright {
  	position: relative;
	left: 50%;
	width: 380px;
	margin-left: 60px;
	margin-top: -89px;
	text-align: right;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	color: #CCCCCC;
}
.footer_copyright a, .footer_copyright a:active, .footer_copyright a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
.footer_copyright a:hover, .footer_copyright a:visited:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.footer_bottom_pad {
	padding-bottom: 60px;
}

.footer_copyright_ {
    color: #888;
    font-size: 11px;
    left: 50%;
    line-height: 16px;
	margin: 20px 0 30px -30px;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    top: 0;
    width: 480px;
}
.footer_copyright_ a, .footer_copyright_ a:active, .footer_copyright_ a:visited {
    color: #888;
    text-decoration: underline;
}
.footer_nav_ {
  	position: absolute;
	left: 50%;
	width: 680px; /* 980px */
	margin-left: -490px;
	text-align: left;
	clear: none;
	z-index: 10;
}
.footer_nav_ a, .footer_nav a:active, .footer_nav a:visited {
	color: #5A5A5A;
	text-decoration: none;
}
.footer_nav_ a:hover, .footer_nav a:visited:hover {
	color: #5A5A5A;
	text-decoration: underline;
}
.footer_nav_ ul ul a, .footer_nav ul ul a:active, .footer_nav ul ul a:visited {
	color: #888888;
	text-decoration: none;
}
.footer_nav_ ul ul a:hover, .footer_nav ul ul a:visited:hover {
	color: #888888;
	text-decoration: underline;
}
.footer_nav_ ul {
    float: left;
    margin: 0 0 0 46px;
    padding: 0;
    list-style: none;
}
.footer_nav_ li {
    border-left: 1px solid #cacaca;
    color: #5a5a5a;
    float: left;
    font-size: 14px;
    line-height: 14px;
    padding: 20px 15px 5px 19px;
    text-transform: uppercase;
    width: 175px;
}
.footer_nav_ li li{
	border-left: none;
}
.footer_nav_ ul li ul {
	margin: 0;
	padding: 5px 0 0 0;
}
.footer_nav_ ul li ul li {
    color: #888888;
    font-size: 11px;
    line-height: 14px;
	margin: 0;
	padding: 0;
	text-transform: none;
}

ul.footer_other {
	margin-top:0;
}
ul.footer_other li {
	border:none;
	width:auto;
}

.social_ {
    left: 50%;
    margin-left: -445px;
    margin-top: 29px;
    position: relative;
    text-align: left;
}
.social_ .footer_sa_ {
  	position: relative;
	left: 50%;
	width: 380px;
	margin-left: -440px;
	text-align: left;
}
.social_ .footer_sa_ img {
	border: 0;
}
.social_ .footer_social_ {
  	position: relative;
	left: 50%;
	width: 380px;
	margin-left: -445px;
	margin-top: 29px;
	text-align: left;
}
.social_ .footer_social_ img {
	border: 0;
}


/* MISC */
.pdf {
	height: auto;
	line-height: 18px;
	padding-bottom: 1px;
	padding-left: 19px;
	margin-bottom: 8px;
	background-image: url(../images/icon_acrobat.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.copy {
	margin-left: 7px;
	padding-left: 18px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
	background-image: url(../images/icon_copy.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.prac_image {
	float: right;
	clear: right;
	margin-left: 10px;
}
.prac_caption {
	background-color: #222222;
	padding: 12px;
	font-size: 11px;
	line-height: 14px;
	color: #ffe681;
}

/* PRAC FINDER */
.one-foundation {
    margin-bottom: 5px;
    background-image: url(/pracfinder/images/one-foundation-logo.svg);
    background-repeat: no-repeat;
    background-position: 0 2px;
    margin-top: 10px;
    font-size: .85em;
    font-weight: 600;
    margin-left: 30px;
    background-position-y: top;
    background-size: 50px;
    min-height: 50px;
    padding-left: 55px !important;
}

/* REMEDY THUMBS */
.remedy ul {
    float: left;
    /* width: 590px; */
    width: 892px;
    margin: 0 10px 10px 0;
    padding: 0;
    list-style: none;
}
.remedy li {
    float: left;
    width: 212px;
    margin-bottom: 10px;
    padding-right: 11px;
}
.remedy img {
    float: left;
    margin-top: 2px;
    border: 1px solid #DADADA;
}
.remedy div {
    font-family: 'Segoe UI', 'Myriad Pro', Myriad, Helvetica, Arial, Verdana;
    line-height: 11px;
    font-size: 11px;
    color: #888888;
    padding-bottom: 0px;
}
.remedy div strong {
    color: #333333;
    line-height: 15px;
    font-size: 15px;
	font-weight: normal;
}

/* REMEDY DOWNLOAD WIDGET */
.remedy-download {
	float:right;
	margin:15px 16px 5px 10px;
}
#remedy-download {
	background:#2a4866;
	width:275px;
	border-bottom:1px solid #c3e3ec;
}
#remedy-download .remedy-flyer {
	width:273px;
	height:30px;
	line-height:30px;
}
#remedy-download .remedy-flyer.odd {
	background:#bff2ff;
	border-left:1px solid #afe2ef;
	border-right:1px solid #afe2ef;
}
#remedy-download .remedy-flyer.even {
	background:#d7f7ff;
	border-left:1px solid #c3e3ec;
	border-right:1px solid #c3e3ec;
}
#remedy-download .remedy-flyer .flyer-date {
	float:left;
	display:inline-block;
	padding:0 5px;
	margin:6px 0 0 6px;
	height:18px;
	background-color:#333;
	-moz-border-radius:2px;
	border-radius:2px;
	font-size:10px;
	font-weight:bold;
	line-height:18px;
	text-transform:uppercase;
	color:#fff;
}
#remedy-download .remedy-flyer .flyer-link {
	float:left;
	display:block;
	padding-left:21px;
	margin-left:6px;
	background:url(../images/icon_acrobat.gif) no-repeat center left transparent;
	font-size:11px;
	font-weight:bold;
	line-height:30px;
	text-transform:uppercase;
	color:#4780b7;
}
#remedy-download .remedy-flyer .flyer-link a,
#remedy-download .remedy-flyer .flyer-link a:active,
#remedy-download .remedy-flyer .flyer-link a:visited {
	color:#4780b7;
	text-decoration: none;
}
#remedy-download .remedy-flyer .flyer-link a:hover,
#remedy-download .remedy-flyer .flyer-link a:visited:hover {
	color:#4780b7;
	text-decoration: underline;
}

.notice {
	float:right;
	font-size:11px;
	margin-right:35px;
	color:#888;
	font-style:italic;
}

/* SEMINAR SCHEDULE THUMBS */
.seminars ul {
    float: left;
    /* width: 590px; */
    width: 892px;
    margin: 0 10px 10px 0;
    padding: 0;
    list-style: none;
}
.seminars li {
    float: left;
    width: 212px;
    margin-top: 5px;
    margin-bottom: 20px;
    padding-right: 11px;
}
.seminars img {
    float: left;
    margin-top: 2px;
    border: 1px solid #777777;
	border-bottom: none;
}
.seminars div {
    font-family: 'Segoe UI', 'Myriad Pro', Myriad, Helvetica, Arial, Verdana;
    line-height: 11px;
    font-size: 11px;
    color: #888888;
    padding-bottom: 0px;
}
.seminars div strong {
    color: #333333;
    line-height: 15px;
    font-size: 15px;
	font-weight: normal;
}
.seminars div div img {
	border: none;
	margin-top: 0;
}

/* PRAC PROFILE THUMBS */
.prac_profile ul {
    float: left;
    width: 922px;
    margin: 0 34px 20px 0;
    padding: 0;
    list-style: none;
}
.prac_profile li {
    float: left;
    width: 431px;
    margin-bottom: 30px;
    margin-right: 30px;
	height:340px;
	overflow:visible;
}
.prac_profile img {
    float: left;
    margin: 0;
    padding: 0;
	margin-bottom: 8px;
    border: none;
}
.prac_profile div {
	margin: 0;
	padding: 0;
	margin-left: 3px;
    color: #333333;
}
.prac_profile h2 {
	width: 420px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 18px;
	color: #8e2020;
}

/* CLINICAL PEARLS */
.clinical_pearls ul {
    float: left;
    width: 922px;
    margin: 0 34px 20px 0;
    padding: 0;
    list-style: none;
}
.clinical_pearls li {
    width: 431px;
    margin-bottom: 30px;
    margin-right: 28px;
	display:inline-block;
	vertical-align:top;
	border-top: 1px solid #eee;
	padding-top: 25px;
}
.clinical_pearls li:nth-child(-n+2) {
    border:none;
	padding-top:0;
}
.clinical_pearls img {
    float: left;
    margin: 0;
    padding: 0;
	margin-bottom: 8px;
    border: none;
}
.clinical_pearls p {
	margin-top:-5px;
}
.clinical_pearls div {
	margin: 0;
	padding: 0;
	margin-left: 3px;
    color: #333333;
}
.clinical_pearls h2 {
	width: 420px;
	height:32px;
	margin: 0;
	padding: 3px 0 0 32px !important;
	font-size: 18px;
	line-height: 18px;
	color: #8e2020;
	background-image:url("/assets/templates/netmindbody/images/body/pearl.gif");
	background-position:0 0;
	background-repeat:no-repeat;
}
.clinical_pearls h2 a {
	text-decoration:none;
}
.clinical_pearls h4 {
	padding-left: 33px;
	margin-bottom: -5px;
	font-size: 11px;
	text-transform: none;
}
.clinical_pearls h4 span.date {
	color: #a23d1b;
	font-size: 11px;
	text-transform: uppercase;
	padding-right: 7px;
	border-right: 1px solid #ddd;
	margin-right: 7px;
}
.clinical_pearls h4 span.posted {
	color: #888;
}

/* COLORBOX */
#teacherpop, #CAPpop {
	margin: 20px 20px 0 20px;
}
#teacherpop #name, #CAPpop #name {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 5px;
	color: #333333;
	letter-spacing: -1px;
}
#teacherpop #info, #CAPpop #info {
	font-size: 14px;
	color: #555555;
}
#CAPpop #info {
	font-size:12px;
}

/* NIVO slider */
.nivo-controlNav {display:none;}

/* updated 20181112 */
ol.split,
ul.split {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}
.hrule {
	clear:both;
	padding:25px 0 35px;
}
.hrule hr {
	border-top:1px solid #ddd;
}
.mediabox {
	float:right;
	margin-left:15px;
	max-width:480px;
	height:auto;
}
.more-info-content {
	display:none;
}
.more-info-item {
	padding:10px 20px 0 20px;
	background:#fff;
}

/* NET Research */
.net-research-papers {
    margin: 10px 0 20px;
}
.net-research-papers .paper-container {
    display: inline-block;
    text-align: center;
}
.net-research-papers .paper-container .paper-title {
    padding-bottom: 0;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
}
.net-research-papers .paper-container .click-image {
    font-size: .85em;
    color: #cc0000;
    padding: 10px 0 0;
}
.net-research-papers .paper-container .click-image a {
    background-color: #8e2020;
    text-decoration: none;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
}
.net-research-papers.two .paper-container {
    width: 440px;
    margin-right: 13px;
}
.net-research-papers.three .paper-container {
    width: 289px;
    margin-right: 10px;
}
.net-research-papers .paper-container:last-child {
    margin-right: 0;
}
.net-research-papers img {
    margin-top: 10px;
    height: auto;
    border: 1px solid #ddd;
}
.net-research-papers.two img {
    max-width: 440px;
}
.net-research-papers.three img {
    max-width: 289px;
}

@media only screen and (max-width:1024px) {
    
}

@media only screen and (max-width:767px) {
    .header {
        display: none;
    }
    .mobile-header {
        display: block;
    }
}