body {
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	min-width: 880px;
	font-family: 'Raleway', sans-serif;
}

h1 {
	font-weight: bold;
	color: #533227;
	text-align: center;
	font-size: 2em;
}

h2 {
	font-weight: bold;
	color: #533227;
	text-align: center;
	font-size: 1.5em;
}

h1 + h2 {
	font-weight: normal;
}

h3 {
	color: #666666;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 1.2em;
}

ul + h3 {
	margin-top: 40px;
}

h4 {
	font-weight: bold;
	font-size: 1.1em;
}

p {
	line-height: 1.4em;
	font-size: 1em;
}

h1,h2,h3,h4,p {
	margin-right: 8%;
	margin-left: 8%;
}

p.learnmore {
	text-align: center;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
}

p.learnmore a {
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-top: 10px;
	width: auto;
	color: #533227;
}

p.learnmore a:hover {
	color: #999999;
}

p.learnmore a::before { 
    content: "|| ";
}

p.learnmore a::after { 
    content: " ||";
}

a {
	font-weight: bold;
	color: #533227;
	text-decoration: none;
}

a:hover {
	color: #9999bb;
}

ul {
	margin-left: 8%;
}

li {
	font-size: 1.1em;
	margin-bottom: 20px;
}

ol {
}

hr {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

blockquote {
	margin-left: 15%;
	margin-right: 15%;
	padding-top: 20px;
	padding-bottom: 20px;
}

form {
	padding: 10px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

input {
	font-size: 1.4em;
	margin-bottom: 10px;
	border: thin solid #cccccc;
	border-radius: 3px;
	padding: 2px;
}

input[type=submit] {
	padding-left: 10px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-top: 2px;
	border: medium double #ffffff;
	color: white;
	background-color: #668abb;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

input[type=submit]:hover {
	color: #668abb;
	background-color: #999999;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

textarea {
	font-size: 1.4em;
	margin-bottom: 10px;
	border: thin solid #cccccc;
	border-radius: 3px;
	padding: 2px;
}

header {
	background-color: white;
	clear: both;
	height: 110px;
	width: 100%;
	top: 0px;
	position: fixed;
	min-width: 880px;
}

header a img {
	margin: 20px;
	width: 356px;
}

.phone {
	color: #533227;
	font-size: 3em;
}

header p.phone {
	width: auto;
	margin: 20px;
	float: right;
}

nav {
	background-color: white;
	width: 100%;
	clear: both;
	top: 100px;
	position: fixed;
	min-width: 880px;
}

nav ul {
	margin-right: auto;
	margin-left: auto;
	width: 880px;
}

nav.patient ul {
	width: 680px;
}

nav ul li {
	font-size: 0.9em;
	float: left;
	width: auto;
	list-style-type: none;
}

nav.patient ul li {
	padding-top: 20px;
}

nav ul li a {
	font-style: normal;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-top: 2px;
}

nav ul li a:hover {
}

#portal a {  
	color: #668abb;
}

.menuItem {
	text-align: center;
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: thin;
	padding: 7px;
	background-color: #eeeeee;
	background-color: rgba(250, 250, 250, 0.9);
}

.menuItem:first-child {
	border-top-width: 0px;
}

.menuItem:hover {
	background-color: #eeeeff;
}

.menuItem a {
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.menuItem:hover a {
	color: #666666;
	text-decoration: none;
}

.menuItem a:hover {
	text-decoration: none;
}

.mmenu {
	width: 60px;
	display: none;
}

article {
	clear: both;
	margin-top: 160px;
}

article > div {
	margin-right: 10%;
	margin-left: 10%;
	border-top: thin solid #99bbdd;
	padding-bottom: 25px;
	padding-top: 20px;
	background-repeat: no-repeat;
}

article > div:first-child {
	border-top-width: 0px;
}

section + div {
	border-top-width: 0px;
}

article > div:nth-child(even) {
	background-repeat: repeat-x;
	background-size: contain;
}

article > div:nth-child(even) img {
	float: left;
	padding: 60px;
	padding-left: 0px;
}

article > div:nth-child(odd) {
}

article > div:nth-child(odd) img {
	float: right;
	padding: 60px;
	padding-right: 0px;
}

div ul li {
	list-style-image: url(images/blue-arrow-small.png);
}

article div.testimonial {
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-top: 20px;
	color: white;
	background-color: #668abb;
	background-image: url(images/spacer.gif);
}

article div.testimonial h2 {
	color: white;
}

article > div.testimonial img {
	margin-left: 7%;
	width: 150px;
	border: thick solid #9999bb;
	border-radius: 200px;
	float: left;
	margin-right: 20px;
	padding: 0;
}

article > div.testimonial p:last-child {
	text-align: right;
}

article > div.warranty {
	height: 300px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10%;
}

article > div.warranty h2 {
	margin-left: 0px;
	margin-right: 0px;
}

article > div.warranty h3 {
	margin-left: 0px;
	margin-right: 0px;
}

body article > div.warranty img {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -20px;
	width: 450px;
	float: right;
}

body article > div.warranty p {
	display: none;
}

article > div.free-report {
	border-top-width: 0px;
	margin: 0px;
	background-repeat: repeat-x;
	background-image: url(images/grad-blue.jpg);
	background-color: #f1f1f8;
	padding-left: 10%;
	padding-right: 10%;
}

article.patients > div.free-report {
	padding-left: 3%;
	padding-right: 3%;
	text-align: center;
}

article > div.free-report img {
	float: left;
	margin-right: 10px;
	margin-top: -40px;
}

article.patients > div.free-report h2 {
	margin-left: 0px;
	margin-right: 0px;
}

article.patients > div.free-report p {
	margin-left: 0px;
	margin-right: 0px;
}

article.patients > div.free-report img:nth-child(1) {
	margin-right: 20px;
	margin-left: -40px;
}

article > div.free-report img:nth-child(2) {
	float: right;
	margin-left: 10px;
	margin-top: -40px;
}

article > div.contact {
	border-top-width: 0px;
	margin: 0px;
	padding: 20px;
	background-color: #668abb;
}

article > div.contact div {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-top: 20px;
	background-color: #ffffff;
	width: 300px;
	border: medium double #ffffff;
	border-radius: 20px;
	text-align: center;
}

body article > div.contact div img {
	padding: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	float: none;
	clear: both;
	width: 80px;
}

#mygallery {
  	float: left;
  	margin-bottom: 20px;
  	margin-left: 15%;
  	clear: both;
}

.stepcarousel {
	position: relative;
	border: 0px solid #ee5e26;
	overflow: scroll;
	width: 638px;
	height: 417px;
	float: left;
}

.stepcarousel .belt {
	position: absolute;
	left: 0;
	top: 0;
}

.stepcarousel .panel {
	text-align: center;
	float: left;
	overflow: hidden;
	margin: 0px;
	width: 638px;
}

.stepcarousel .panel img {
	float: left;
	padding: 0px;
}

.stepcarousel2 {
	max-width: 900px;
	width: 100%;
	height: 400px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
	overflow: scroll;
}

.stepcarousel2 .belt {
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0;
	top: 0;
}

.stepcarousel2 .panel{
	width: 100%;
	max-width: 860px;
	padding-right: 80px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 60px;
	margin: 0px;
	position: relative;
	float: left;
	overflow: hidden;
}

.stepcarousel2 .panel p {
	font-size: 0.9em;
	line-height: 14pt;
	margin-right: 100px;
}

.stepcarousel2 .panel img {
	float: left;
	margin: 10px;
	border-radius: 200px;
	max-height: 200px;
	max-width: 200px;
	padding: 0px;
}

#mygallery-paginate {
	text-align: center;
	clear: both;
	float: none;
	width: 100%;
	margin: 20px;
}

#mygallery-paginate img {
	padding: 10px;
	float: none;
}


article.doc div.information {
	min-height: 300px;
}

article.doc div.information img {
	max-width: 250px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: -40px;
	float: right;
}

article.doc div.information:nth-child(odd) img {
	float: left;
}

article.professionals div.tables {
	border-width: 0px;
	margin: 0px;
	background-position: 0 16%;
	background-repeat: no-repeat;
	padding-bottom: 50px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(images/bg-swoosh.jpg);
	background-size: contain;
}

article.professionals div.tables h1 {
	clear: both;
	padding-top: 30px;
}

article.professionals div.tables p {
	margin-left: 10%;
	margin-right: 10%;
}

article.professionals div.tables img {
	margin-left: 2%;
	margin-right: 0px;
	width: 40%;
	max-width: 600px;
	float: none;
	padding: 0px;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

article.professionals div.tables img:hover {  
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

article.professionals div:nth-child(2) img {
	padding-top: 100px;
	padding-bottom: 180px;
}

article.professionals div:nth-child(3) img {
	padding-top: 100px;
	padding-bottom: 180px;
}

article.professionals div:nth-child(4) img {
	padding-top: 120px;
	padding-bottom: 200px;
}

article.professionals div:nth-child(5) img {
	padding-top: 40px;
	padding-bottom: 120px;
}

article.professionals div:nth-child(7) img {
	padding-top: 0px;
	padding-bottom: 0px;
	float: none;
	margin-left: 14%;
	width: 550px;
}

article.professionals div:nth-child(8) {
	padding-left: 30%;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(images/bg-training.jpg);
	background-position: -130px center;
	background-repeat: no-repeat;
	background-size: contain;
}

article.doc div:nth-child(1) {
	padding-top: 0px;
}

.doc div:nth-child(1) img {
	float: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 80%;
	margin-left: 10%;
	max-width: 800px;
}

.doc div:nth-child(2) {
	background-image: url(images/bg-renuvadisc.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.doc div:nth-child(4) {
	background-image: url(images/bg-doctors-light.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 0%;
	margin-right: 0%;
	padding-left: 10%;
	padding-right: 10%;
}

article.pro div:nth-child(1) {
	padding-top: 0px;
}

.pro div:nth-child(2) {
	background-image: url(images/bg-renuvadisc-pro.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.pro div:nth-child(4) {
	background-image: url(images/bg-doctors-light.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 0%;
	margin-right: 0%;
	padding-left: 10%;
	padding-right: 10%;
}

.pro li span {
	font-size: smaller;
}

article.elite div:nth-child(1) {
	padding-top: 0px;
}

.elite div:nth-child(1) img {
	float: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 60%;
	margin-left: 20%;
	max-width: 800px;
}

.elite div:nth-child(2) {
	background-image: url(images/bg-renuvadisc-elite.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.elite div:nth-child(4) {
	background-image: url(images/bg-doctors-light.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 0%;
	margin-right: 0%;
	padding-left: 10%;
	padding-right: 10%;
}

.elite li span {
	font-size: smaller;
}

.itrac li span {
	font-size: smaller;
}

.itrac div:nth-child(3) ul {
	margin-bottom: 40px;
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.itrac div:nth-child(3) ul li {
	list-style-position: inside;
	list-style-image: url(images/blue-arrow-small.png);
	list-style-type: disc;
}

.itrac div:nth-child(4) ul {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.itrac div:nth-child(4) ul li {
	list-style-position: inside;
	list-style-image: url(images/blue-arrow-small.png);
	list-style-type: disc;
	height: 50px;
}

.itrac div:nth-child(6) {
	background-image: url(images/bg-itrac-light.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.itrac div:nth-child(6) ul {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.itrac div:nth-child(6) ul li {
	list-style-position: inside;
	list-style-image: url(images/blue-arrow-small.png);
	list-style-type: disc;
	height: 50px;
}

.itrac div:nth-child(8) {
	background-image: url(images/bg-doctors-light.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 0%;
	margin-right: 0%;
	padding-left: 10%;
	padding-right: 10%;
}

article.equipment div:nth-child img {
	width: 30%;
}

article.equipment div:nth-child(4) img {
	border-radius: 300px;
}

article.equipment div:nth-child(5) img {
	border-radius: 300px;
}

article.equipment div:nth-child(6) img {
	padding-bottom: 200px;
}

article.equipment div:nth-child(7) img {
	border-radius: 300px;
}

article.laser div div.manual {
	text-align: center;
	padding: 10px;
	background-color: #668abb;
	float: right;
	width: 160px;
	border: none;
}

article.laser div div.manual:hover {
	background-color: #97c2e4;
}

article.laser div div.manual img {
	float: none;
	padding: 0px;
	margin: 0px;
	border: none;
}

article.laser div div.manual a {
	font-size: 0.8em;
	color: #ffffff;
}

article.laser div div.manual span {
	font-style: normal;
	font-weight: normal;
	font-size: smaller;
}

article.laser div:nth-child(3) ol {
	-webkit-columns: 5;
	-moz-columns: 5;
	columns: 5;
}

article.laser div:nth-child(3) ol li {
	list-style-type: none;  
	font-size: .7em;
	margin-bottom: 5px;
}

article.laser div:nth-child(6) h3 {
	text-align: left;
	padding-top: 20px;
}

div.backbraces {  
	background-position: 50% 70%;   
	background-repeat: repeat-x;  
	background-image: url(images/band.jpg);
	background-size: 80px 60px; 
	text-align: center;
	height: 270px;
	margin-left: 0px;
	margin-right: 0px;
}

div.backbraces h2 {  
	margin: 0px;
	margin-top: 70px;  
	font-size: 1em;  
	text-shadow: 0px 0px 0px;  
	color: #ffffff;
	background-color: #334050;
	padding: 10px;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-o-transform:scale(0);
}

.backbraces div {  
	width: 610px;
	margin-right: auto;
	margin-left: auto;
}

.backbraces div div {  
	float: left;  
	width: 175px;
	height: 175px;
	border: thick solid #3390a0;
	border-radius: 100px;
	margin-left: 8px;
	margin-right: 8px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.backbraces a:hover div {  
	border-color: #334050;
}

.backbraces a:hover div h2 {  
	border-color: #3390a0;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}

.V100 {
	background-image: url(images/V100-1.jpg);
}

.V200 {
	background-image: url(images/V200-1.jpg);
}

.V300 {
	background-image: url(images/V300-1.jpg);
}

article > div.backbrace div {  
	margin-top: 20px;  
	margin-left: 40px;
	margin-right: 20px;  
	float: right;
	width: auto;
	padding: 10px;
	text-align: center;
}

article > div.backbrace div img {  
	border: thick solid #3390a0;
	border-radius: 200px;
	width: 400px;
	padding: 0px;
	float: none;
}

article > div.backbrace div a img {  
	width: 75px;
	margin: 2px;
	border-width: medium;
}

article.braces > div.backbrace table {
	width: 100%;
	border-width: 0px;
	border-style: none;
	border-color: #668abb;
	margin: 0px;
	margin-bottom: 20px;
}

article > div.backbrace table h3,p,ul {
	margin-left: 0px;
	margin-right: 0px;
}

.column-2 {
	list-style-position: inside;
	list-style-type: disc;
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.column-3 {
	list-style-position: inside;
	list-style-type: disc;
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

div.rebuilder {  
	min-height: 450px;  
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

.rebuilder div {  
	text-shadow: 0px 0px;  
	border: thick solid #334050;  
	width: 350px;
	height: 350px;
	float: left;
	margin-left: 10px;
	padding: 0px;
	border-radius: 200px;
	background-size: cover;
}

.rebuilder div div {  
	margin: 0px;
	padding: 10px;
	border-width: 0px;
	text-align: center;
	width: 330px;
	height: 330px; 
	background-color: rgba(245,245,255,0);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}

.rebuilder div div:hover {  
	background-color: rgba(245,245,255,0.9);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}

.rebuilder div h2 {  
	text-align: center;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-o-transform:scale(0);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}

.rebuilder div:hover h2 {  
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}

.rebuilder div ul {  
	text-align: left;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-o-transform:scale(0);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}

.rebuilder div:hover ul {  
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}

.rebuilder div li {  
	margin-bottom: 7px;
	font-size: 0.9em;
}

#r300 {  
	background-image: url(images/300-1.jpg);
}

#r2407 {  
	background-image: url(images/2407-1.jpg);
}

article div.rebuilder a img {  
	border: medium solid #334050; 
	width: 50px;
	margin: 5px;
	padding: 0px;
	border-radius: 200px;
	float: none;
}

article.training div h1 + img {
	float: none;
	width: 100%;
	max-width: 1200px;
	margin: 0px;
	padding: 0px;
}

.training h2 {
	margin-top: 40px;
}

article.marketing > div:nth-child(1) {
	text-align: center;
}

article.marketing > div:nth-child(1) p {
	text-align: left;
}

article.marketing > div:nth-child(1) img {
	margin-left: auto;
	margin-right: auto;
	width: 55%;
	max-width: 850px;
	float: none;
	clear: both;
	padding: 0px;
}

article.marketing > div:nth-child(2) {
	background-image: url(images/bg-profits-white.jpg);
	background-size: cover;
	background-position: center center;
}

.contact-dx fieldset {
	text-align: center;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}

.contact-dx fieldset form p {
	margin-bottom: 10px;
	padding: 0px;
}

article.contact-dx div fieldset img {
	float: none;
	padding: 0px;
}

.alert {
	font-style: italic;
	color: #ff0000;
}



article.patients {
	margin-top: 180px;
}

section[role="main-banner"] {
	border: thin solid #668ABB;
	border-left-width: 0px;
	border-right-width: 0px;
	background-position: center center;
	background-repeat: repeat-x;
	background-image: url(images/bg-pushup.jpg);
	background-size: 100% 100%;
	height: 400px;
	text-align: center;
}

section[role="main-banner"] img {
	height: 400px;
}

article.patients div:nth-child(2) {
	background-image: url(images/band.jpg);
	background-size: 50% 50%;
	background-position-y: 215px;
}

article.patients div:nth-child(2) div {
	width: 27%;
	height: 180px;
	margin-left: 4%;
	margin-bottom: 40px;
	border: thick solid #97c2e4;
	float: left;
	padding: 0px;
	text-align: center;
	background-size: cover;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

article.patients div:nth-child(2) div h3 {
	font-size: 1.5em;
	color: #ffffff;
	background-color: #97c2e4;
	background-color: rgba(141, 194, 228, 0.8);
	margin: 0px;
	margin-top: 80px;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}

article.patients div:nth-child(2) div:hover h3 {
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-o-transform:scale(0);
}

article.patients div:nth-child(2) div p {
	color: #533227;
	margin-top: -109px;
	padding-top: 81px;
	padding-bottom: 81px;
	background-color: rgba(255, 255, 255, 0);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-o-transform:scale(0);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}

article.patients div:nth-child(2) div:hover p {
	background-color: rgba(255, 255, 255, 0.75);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
}

#auto-injuries {
	background-image: url(images/box-auto-injury.jpg);
}

#work-injuries {
	background-image: url(images/box-work-injury.jpg);
}

#sports-injuries {
	background-image: url(images/box-sports-injury.jpg);
	background-size: 150%;
}

#herniated {
	background-image: url(images/box-herniated-disc.jpg);
}

#degenerated {
	background-image: url(images/box-degenerated-disc.jpg);
}

#sciatica {
	background-image: url(images/box-sciatica.jpg);
}

article.patients div:nth-child(3) table {
	width: 100%;
}

article.patients div:nth-child(3) table td {
	text-align: center;
	font-size: 0.95em;
	width: 20%;
}

article.patients div:nth-child(3) table img {
	width: 90%;
	padding: 0px;
	margin-bottom: 20px;
	border: thick solid #a8a862;
	border-radius: 200px;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}

article.patients div:nth-child(3) table a:hover img {
	border: thick solid #9999BB;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
}

article.patients > div.research {
	padding: 20px;
	padding-left: 8%;
	padding-right: 10%;
	margin: 0px;
	color: #ffffff;
	background-color: #533227;
	text-align: center;
}

article.patients > div.research h2 {
	color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
}

article.patients > div.research p.learnmore {
	clear: none;
}

article.patients > div.research p.learnmore a {
	color: #ffffff;
}

article.patients > div.research p.learnmore a:hover {
	color: #9999BB;
}

article.patients > div.research img {
	float: left;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
	border: thick solid #efefef;
	border-radius: 100px;
	padding: 0px;
}

article.patients div:nth-child(5) img {
	width: 100%;
	max-width: 1100px;
	float: none;
	padding: 0px;
}

article.patients div:nth-child(6) {
	margin: 0px;
	padding-left: 8%;
	padding-right: 8%;
	background-image: url(images/grad-blue.jpg);
	background-repeat: repeat-x;
	background-size: contain;
}

article.patients div:nth-child(7) img {
	width: 80%;
	margin-left: 10%;
	max-width: 1100px;
	float: none;
	padding: 0px;
}

article.patients div div.sidebar {
	background-color: #533227;
	color: white;
	width: 30%;
	float: right;
	margin-left: 30px;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-right: -40px;
	border: medium double #ffffff;
	border-radius: 20px;
}

article.patients div div.sidebar h2 {
	color: white;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}

article.patients div div.sidebar p {
	color: white;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}

article.patients div div.sidebar img {
	width: 100%;
	float: none;
	clear: both;
	padding: 0px;
	margin: 0px;
}

article.patients > div div.sidebar p.learnmore a {
	color: #ffffff;
}

article.patients > div div.sidebar p.learnmore a:hover {
	color: #9999BB;
}

article.conditions > div img {  
	border-radius: 40px;
}

article.services div {
	min-height: 320px;
}

article.services div img {
	border: thick solid #cccccc;
	border-radius: 300px;
	padding: 0px;
	margin-left: 20px;
	margin-right: 20px;
}

.services p.learnmore {
	clear: none;
}

article.services div iframe {
	margin-left: auto;
	margin-right: auto;
}

.coldlaser div:nth-child(2) ul {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}

article.coldlaser div:nth-child(2) ul li {
	list-style-position: inside;
	list-style-image: url(images/blue-arrow-small.png);
	list-style-type: disc;
	height: 20px;
}

article.chiro div img {
	border: thick solid #cccccc;
	border-radius: 300px;
	width: 300px;
	padding: 0px;
	margin: 20px;
}

article.rehabilitation div:first-child {
	min-height: 360px;
}

.rehabilitation div img {
	border-radius: 300px;
	border-top-right-radius: 0px;
}

.testimonial blockquote {
	text-align: right;
	border-top: thin solid #99bbdd;
	padding-top: 20px;
	padding-bottom: 20px;
}

.testimonials blockquote {
	text-align: right;
	margin: 0px;
	border-top: thin solid #99bbdd;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	min-height: 250px;
}

article.testimonials div blockquote img {
	padding: 0px;
	float: left;
	border: thick solid #668abb;
	border-radius: 200px;
	margin: 20px;
	width: 200px;
	max-height: 200px;
}

article.about div img {
	border-radius: 400px; 
}

article div.eligible {
	text-align: center;
}


.houdini-lg {
	display: block;
}

.houdini-sm {
	display: none;
}


footer {
	color: #533227;
	width: 100%;
	clear: both;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
	min-width: 880px;
	font-size: 0.8em;
}

footer a {
}

footer a:hover {
}


@media screen and (max-width: 1100px) {

article > div {  
	margin-left: 5%;
	margin-right: 5%;
}

}


@media screen and (max-width: 900px) {

body {  
	font-size: 1.6em;
}

header a img {
	margin-right: 0px;
	margin-top: 30px;
	width: 300px;
	margin-left: 110px;
}

.phone {
	font-size: 2.4em;
}

nav {
	text-align: center;
	height: auto;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

nav ul {  
	display: none;
	background-color: #eeeeee;
	background-color: rgba(250,250,250,0.9);
	margin-top: 20px;
	text-align: center;
	width: 650px;
}

nav ul li {
	padding-bottom: 0px;
	padding-top: 10px;
	border-top: thin solid #cccccc;
	font-size: 1.3em;
	float: none;
}

nav ul li img {
	display: none;
}

nav.patient {
	height: 0px;
}

nav.patient ul li {
	padding-top: 0px;
}

.mmenu {
	padding: 0px;
	margin: 0px;
	height: 80px;
	display: block;
	top: 20px;
	left: 20px;
	position: absolute;
	font-size: 2em;
	color: white;
	background-color: #006080;
	width: 80px;
	border-radius: 5px;
}

.mmenu img {
	top: 10px;
	left: 10px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 60px;
}

.menuItem {
	display: none;
}

article {
	margin-right: 2%;
	margin-left: 2%;
}

article > div {  
	margin-left: 0%;
	margin-right: 0%;
}

article > div:nth-child(even) {
}

article > div:nth-child(even) img {
	float: none;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

article > div:nth-child(odd) {
}

article > div:nth-child(odd) img {
	float: none;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

article > div.testimonial p {
	margin-left: 10%;
	margin-right: 10%;
}

article > div.testimonial img {
	margin-left: 40%;
	padding: 0px;
}

article > div.testimonial blockquote {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

article > div.testimonial blockquote img {
	float: left;
	margin-left: 0px;
}



article > div.free-report img {
	margin: 0px;
	margin-left: 35%;
	padding: 0px;
}

article.patients > div.free-report img {
	float: left;
	padding: 0px;
	margin: 0px;
}

article.patients > div.free-report img:nth-child(2) {
	float: right;
}

article > div.contact div {
	width: 600px;
}

article > div.contact div img {
	width: 600px;
}


article.professionals div:nth-child(2) img {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-left: 26%;
}

article.professionals div:nth-child(3) img {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-left: 28%;
}

article.professionals div:nth-child(4) img {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-left: 28%;
}

article.professionals div:nth-child(5) img {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-left: 33%;
}

article.professionals div:nth-child(8) {
	padding-left: 0px;
	background-image: url(images/spacer.gif);
}

article.training div ul + img {
	padding-left: 30%;
}

article.marketing div:nth-child(4) img {
	padding: 0px;
	margin-left: 30%;
}

article.equipment div img {
	margin-left: 28%;
}

article.equipment div:nth-child(1) img {
	margin-left: 35%;
}

article.equipment div:nth-child(6) img {
	padding-bottom: 0px;
	margin-left: 35%;
}


section[role="main-banner"] {
	margin-left: -2%;
	margin-right: -2%;
}

article.patients div:nth-child(6) {
	padding-left: 4%;
	padding-right: 4%;
}

article.patients div div.sidebar {
	width: 33%;
	margin-right: 0px;
}

article.conditions div img {
	margin-left: 33%;
}

article.conditions div:nth-child(3) img {
	margin-left: 20%;
}

article.treated div img {
	margin-left: 33%;
}

article.treated div h1 + img {
	margin-left: 25%;
}

article.services div img {
	margin-left: 30%;
}

article.services div:nth-child(5) img {
	margin-left: 20%;
}

article.about div img {
	float: left;
}


aside {
}

footer {
	font-size: 1em;
}

}